mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Don't compile some files that are included in other files.
This commit is contained in:
parent
cd520e4350
commit
2cd51ea4d5
1 changed files with 2 additions and 4 deletions
|
@ -7,11 +7,9 @@ SRCS= \
|
|||
e_gammaf_r.o e_hypot.o e_hypotf.o e_j0.o e_j0f.o e_j1.o e_j1f.o \
|
||||
e_jn.o e_jnf.o e_lgamma.o e_lgamma_r.o e_lgammaf.o e_lgammaf_r.o \
|
||||
e_log.o e_log10.o e_log10f.o e_log2.o e_log2f.o e_logf.o \
|
||||
e_pow.o e_powf.o e_rem_pio2.o \
|
||||
e_rem_pio2f.o e_remainder.o e_remainderf.o e_scalb.o e_scalbf.o \
|
||||
e_pow.o e_powf.o e_remainder.o e_remainderf.o e_scalb.o e_scalbf.o \
|
||||
e_sinh.o e_sinhf.o e_sqrt.o e_sqrtf.o \
|
||||
k_cos.o k_cosf.o k_exp.o k_expf.o k_rem_pio2.o k_sin.o k_sinf.o \
|
||||
k_tan.o k_tanf.o \
|
||||
k_cos.o k_exp.o k_expf.o k_rem_pio2.o k_sin.o k_tan.o \
|
||||
s_asinh.o s_asinhf.o s_atan.o s_atanf.o s_carg.o s_cargf.o s_cargl.o \
|
||||
s_cbrt.o s_cbrtf.o s_ceil.o s_ceilf.o \
|
||||
s_copysign.o s_copysignf.o s_cos.o s_cosf.o \
|
||||
|
|
Loading…
Reference in a new issue