mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 21:09:22 +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.
12 lines
504 B
Makefile
12 lines
504 B
Makefile
LIBM_CHEWOUT_FILES += \
|
|
%D%/w_acos.def %D%/w_acosh.def %D%/w_asin.def %D%/s_asinh.def \
|
|
%D%/s_atan.def %D%/w_atan2.def %D%/w_atanh.def %D%/w_j0.def \
|
|
%D%/w_cosh.def %D%/s_erf.def %D%/w_exp.def %D%/w_exp2.def \
|
|
%D%/s_fabs.def %D%/s_floor.def %D%/w_fmod.def %D%/s_frexp.def \
|
|
%D%/w_gamma.def %D%/w_hypot.def %D%/s_ldexp.def %D%/w_log.def \
|
|
%D%/w_log10.def \
|
|
%D%/w_pow.def %D%/w_remainder.def %D%/s_sin.def %D%/w_sinh.def \
|
|
%D%/w_sqrt.def %D%/s_tan.def %D%/s_tanh.def
|
|
|
|
LIBM_CHAPTERS += %D%/math.tex
|