mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-25 16:47:20 +08:00
7 lines
264 B
PHP
7 lines
264 B
PHP
|
%C%_src = \
|
||
|
%D%/feclearexcept.c %D%/fegetenv.c %D%/fegetexceptflag.c %D%/fegetround.c \
|
||
|
%D%/feholdexcept.c %D%/fenv.c %D%/feraiseexcept.c %D%/fesetenv.c %D%/fesetexceptflag.c \
|
||
|
%D%/fesetround.c %D%/fetestexcept.c %D%/feupdateenv.c
|
||
|
|
||
|
libm_a_SOURCES += $(%C%_src)
|