Make.files 573 B

1234567891011
  1. $(CUR_SRCS) += invtrig.c \
  2. e_acoshl.c e_hypotl.c e_powl.c k_tanl.c s_exp2l.c s_nanl.c \
  3. e_atanhl.c e_lgammal.c e_sinhl.c s_asinhl.c s_expm1l.c \
  4. e_coshl.c e_log10l.c e_tgammal.c s_floorl.c s_nextafterl.c \
  5. e_expl.c e_log2l.c k_cosl.c s_ceill.c s_log1pl.c s_tanhl.c \
  6. e_fmodl.c e_logl.c k_sinl.c s_erfl.c s_modfl.c s_truncl.c
  7. # s_remquol.c
  8. ifneq ($(OS), WINNT)
  9. $(CUR_SRCS) += s_nanl.c
  10. endif