4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 21:09:22 +08:00
newlib-cygwin/newlib/libm/math/Makefile.inc
Mike Frysinger 3365bd2f7a newlib: libm: move manual into top-level build
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.
2022-02-04 19:39:05 -05:00

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