mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 12:30:24 +08:00
3365bd2f7a
This doesn't migrate all the docs, just the libm's manual (pdf/info). This is to show the basic form of migrating the chew files.
8 lines
291 B
Makefile
8 lines
291 B
Makefile
LIBM_CHEWOUT_FILES += \
|
|
%D%/feclearexcept.def %D%/fegetenv.def \
|
|
%D%/fegetexceptflag.def %D%/fegetround.def %D%/feholdexcept.def \
|
|
%D%/feraiseexcept.def %D%/fesetenv.def %D%/fesetexceptflag.def %D%/fesetround.def \
|
|
%D%/fetestexcept.def %D%/feupdateenv.def
|
|
|
|
LIBM_CHAPTERS += %D%/fenv.tex
|