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