d3dx9: Unify calling parse_mesh helper functions.
[wine.git] / libs / musl / Makefile.in
blobbcb14ffef7864d34cfaffe8810b755b4143edaf0
1 EXTLIB = libmusl.a
2 EXTRAINCL = -I$(srcdir)/src/internal -I$(srcdir)/arch/generic
3 EXTRADEFS = -D_ACRTIMP= -D_NO_CRT_MATH_INLINE
5 SOURCES = \
6 src/math/__cos.c \
7 src/math/__cosdf.c \
8 src/math/__expo2.c \
9 src/math/__expo2f.c \
10 src/math/__fpclassify.c \
11 src/math/__fpclassifyf.c \
12 src/math/__math_divzero.c \
13 src/math/__math_divzerof.c \
14 src/math/__math_invalid.c \
15 src/math/__math_invalidf.c \
16 src/math/__rem_pio2.c \
17 src/math/__rem_pio2_large.c \
18 src/math/__rem_pio2f.c \
19 src/math/__sin.c \
20 src/math/__sindf.c \
21 src/math/__tan.c \
22 src/math/__tandf.c \
23 src/math/acos.c \
24 src/math/acosf.c \
25 src/math/acosh.c \
26 src/math/acoshf.c \
27 src/math/asin.c \
28 src/math/asinf.c \
29 src/math/asinh.c \
30 src/math/asinhf.c \
31 src/math/atan.c \
32 src/math/atan2.c \
33 src/math/atan2f.c \
34 src/math/atanf.c \
35 src/math/atanh.c \
36 src/math/atanhf.c \
37 src/math/cbrt.c \
38 src/math/cbrtf.c \
39 src/math/ceil.c \
40 src/math/ceilf.c \
41 src/math/copysign.c \
42 src/math/copysignf.c \
43 src/math/cos.c \
44 src/math/cosf.c \
45 src/math/cosh.c \
46 src/math/coshf.c \
47 src/math/erf.c \
48 src/math/erff.c \
49 src/math/exp.c \
50 src/math/exp2.c \
51 src/math/exp2f.c \
52 src/math/exp2f_data.c \
53 src/math/exp_data.c \
54 src/math/expf.c \
55 src/math/expm1.c \
56 src/math/expm1f.c \
57 src/math/fabs.c \
58 src/math/fabsf.c \
59 src/math/fdim.c \
60 src/math/fdimf.c \
61 src/math/floor.c \
62 src/math/floorf.c \
63 src/math/fma.c \
64 src/math/fmaf.c \
65 src/math/fmax.c \
66 src/math/fmaxf.c \
67 src/math/fmin.c \
68 src/math/fminf.c \
69 src/math/fmod.c \
70 src/math/fmodf.c \
71 src/math/frexp.c \
72 src/math/frexpf.c \
73 src/math/hypot.c \
74 src/math/hypotf.c \
75 src/math/ilogb.c \
76 src/math/ilogbf.c \
77 src/math/j0.c \
78 src/math/j1.c \
79 src/math/jn.c \
80 src/math/ldexp.c \
81 src/math/lgamma.c \
82 src/math/lgamma_r.c \
83 src/math/lgammaf.c \
84 src/math/lgammaf_r.c \
85 src/math/log.c \
86 src/math/log10.c \
87 src/math/log10f.c \
88 src/math/log1p.c \
89 src/math/log1pf.c \
90 src/math/log2.c \
91 src/math/log2_data.c \
92 src/math/log2f.c \
93 src/math/log2f_data.c \
94 src/math/log_data.c \
95 src/math/logb.c \
96 src/math/logbf.c \
97 src/math/logf.c \
98 src/math/logf_data.c \
99 src/math/modf.c \
100 src/math/modff.c \
101 src/math/nan.c \
102 src/math/nanf.c \
103 src/math/nextafter.c \
104 src/math/nextafterf.c \
105 src/math/nexttoward.c \
106 src/math/nexttowardf.c \
107 src/math/pow.c \
108 src/math/pow_data.c \
109 src/math/powf.c \
110 src/math/powf_data.c \
111 src/math/remainder.c \
112 src/math/remainderf.c \
113 src/math/remquo.c \
114 src/math/remquof.c \
115 src/math/rint.c \
116 src/math/rintf.c \
117 src/math/round.c \
118 src/math/roundf.c \
119 src/math/scalbn.c \
120 src/math/scalbnf.c \
121 src/math/signgam.c \
122 src/math/sin.c \
123 src/math/sincos.c \
124 src/math/sincosf.c \
125 src/math/sinf.c \
126 src/math/sinh.c \
127 src/math/sinhf.c \
128 src/math/sqrt.c \
129 src/math/sqrt_data.c \
130 src/math/sqrtf.c \
131 src/math/tan.c \
132 src/math/tanf.c \
133 src/math/tanh.c \
134 src/math/tanhf.c \
135 src/math/tgamma.c \
136 src/math/tgammaf.c \
137 src/math/trunc.c \
138 src/math/truncf.c