Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libm / machine / i386 / Makefile.inc
blob420d25fbd4dff3ab65669449d421814a355d5579
1 %C%_src = \
2         %D%/f_atan2.S %D%/f_atan2f.S %D%/f_exp.c %D%/f_expf.c \
3         %D%/f_frexp.S %D%/f_frexpf.S %D%/f_llrint.c %D%/f_llrintf.c %D%/f_llrintl.c \
4         %D%/f_log.S %D%/f_logf.S %D%/f_log10.S %D%/f_log10f.S \
5         %D%/f_ldexp.S %D%/f_ldexpf.S %D%/f_lrint.c %D%/f_lrintf.c %D%/f_lrintl.c \
6         %D%/f_pow.c %D%/f_powf.c %D%/f_rint.c %D%/f_rintf.c %D%/f_rintl.c \
7         %D%/f_tan.S %D%/f_tanf.S %D%/f_math.h %D%/i386mach.h \
8         %D%/fenv.c %D%/feclearexcept.c %D%/fegetenv.c %D%/fegetexceptflag.c \
9         %D%/fegetround.c %D%/feholdexcept.c %D%/feraiseexcept.c %D%/fesetenv.c \
10         %D%/fesetexceptflag.c %D%/fesetround.c %D%/fetestexcept.c %D%/feupdateenv.c
12 libm_a_SOURCES += $(%C%_src)