mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
6 lines
No EOL
119 B
Text
6 lines
No EOL
119 B
Text
$(CUR_SRCS) += invtrig.c k_cosl.c k_sinl.c\
|
|
k_tanl.c s_exp2l.c
|
|
|
|
ifneq ($(OS), WINNT)
|
|
$(CUR_SRCS) += s_nanl.c
|
|
endif |