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