mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-21 13:59:32 +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.
11 lines
518 B
Makefile
11 lines
518 B
Makefile
LIBM_CHEWOUT_FILES += \
|
|
%D%/s_cbrt.def %D%/s_copysign.def %D%/s_exp10.def %D%/s_expm1.def %D%/s_ilogb.def \
|
|
%D%/s_infinity.def %D%/s_isnan.def %D%/s_log1p.def %D%/s_modf.def \
|
|
%D%/s_nan.def %D%/s_nextafter.def %D%/s_pow10.def %D%/s_scalbn.def \
|
|
%D%/s_fdim.def %D%/s_fma.def %D%/s_fmax.def %D%/s_fmin.def \
|
|
%D%/s_logb.def %D%/s_log2.def %D%/s_lrint.def %D%/s_lround.def %D%/s_nearbyint.def \
|
|
%D%/s_remquo.def %D%/s_rint.def %D%/s_round.def %D%/s_signbit.def %D%/s_trunc.def \
|
|
%D%/isgreater.def
|
|
|
|
LIBM_CHAPTERS +=
|