]> sourceware.org Git - newlib-cygwin.git/blobdiff - newlib/libm/math/Makefile.am
* libm/common/s_fdim.c: New file.
[newlib-cygwin.git] / newlib / libm / math / Makefile.am
index 5ec734ab5c98b4223cf992b7706251d734ba785f..038ad4ff39a6c791cc0bae74ec85e2e61a03fa23 100644 (file)
@@ -24,7 +24,8 @@ src =         k_standard.c k_rem_pio2.c \
        s_frexp.c s_isnan.c s_ldexp.c \
        s_signif.c s_sin.c \
        s_tan.c s_tanh.c \
-       s_isinf.c s_infconst.c
+       s_isinf.c s_infconst.c \
+       w_exp2.c w_tgamma.c
 
 fsrc = kf_rem_pio2.c \
        kf_cos.c kf_sin.c kf_tan.c \
@@ -46,7 +47,8 @@ fsrc =        kf_rem_pio2.c \
        sf_frexp.c sf_isnan.c sf_ldexp.c \
        sf_signif.c sf_sin.c \
        sf_tan.c sf_tanh.c \
-       sf_isinf.c
+       sf_isinf.c \
+       wf_exp2.c wf_tgamma.c
 
 libmath_la_LDFLAGS = -Xcompiler -nostdlib
 
This page took 0.024727 seconds and 5 git commands to generate.