]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libm/Android.mk
auto import from //depot/cupcake/@135843
[android-sdk/platform-bionic.git] / libm / Android.mk
1 LOCAL_PATH:= $(call my-dir)
3 libm_common_src_files:= \
4         isinf.c  \
5         fpclassify.c \
6         bsdsrc/b_exp.c \
7         bsdsrc/b_log.c \
8         bsdsrc/b_tgamma.c \
9         src/e_acos.c \
10         src/e_acosf.c \
11         src/e_acosh.c \
12         src/e_acoshf.c \
13         src/e_asin.c \
14         src/e_asinf.c \
15         src/e_atan2.c \
16         src/e_atan2f.c \
17         src/e_atanh.c \
18         src/e_atanhf.c \
19         src/e_cosh.c \
20         src/e_coshf.c \
21         src/e_exp.c \
22         src/e_expf.c \
23         src/e_fmod.c \
24         src/e_fmodf.c \
25         src/e_gamma.c \
26         src/e_gamma_r.c \
27         src/e_gammaf.c \
28         src/e_gammaf_r.c \
29         src/e_hypot.c \
30         src/e_hypotf.c \
31         src/e_j0.c \
32         src/e_j0f.c \
33         src/e_j1.c \
34         src/e_j1f.c \
35         src/e_jn.c \
36         src/e_jnf.c \
37         src/e_lgamma.c \
38         src/e_lgamma_r.c \
39         src/e_lgammaf.c \
40         src/e_lgammaf_r.c \
41         src/e_log.c \
42         src/e_log10.c \
43         src/e_log10f.c \
44         src/e_logf.c \
45         src/e_pow.c \
46         src/e_powf.c \
47         src/e_rem_pio2.c \
48         src/e_rem_pio2f.c \
49         src/e_remainder.c \
50         src/e_remainderf.c \
51         src/e_scalb.c \
52         src/e_scalbf.c \
53         src/e_sinh.c \
54         src/e_sinhf.c \
55         src/e_sqrt.c \
56         src/e_sqrtf.c \
57         src/k_cos.c \
58         src/k_cosf.c \
59         src/k_rem_pio2.c \
60         src/k_sin.c \
61         src/k_sinf.c \
62         src/k_tan.c \
63         src/k_tanf.c \
64         src/s_asinh.c \
65         src/s_asinhf.c \
66         src/s_atan.c \
67         src/s_atanf.c \
68         src/s_cbrt.c \
69         src/s_cbrtf.c \
70         src/s_ceil.c \
71         src/s_ceilf.c \
72         src/s_ceill.c \
73         src/s_copysign.c \
74         src/s_copysignf.c \
75         src/s_cos.c \
76         src/s_cosf.c \
77         src/s_erf.c \
78         src/s_erff.c \
79         src/s_exp2.c \
80         src/s_exp2f.c \
81         src/s_expm1.c \
82         src/s_expm1f.c \
83         src/s_fabsf.c \
84         src/s_fdim.c \
85         src/s_finite.c \
86         src/s_finitef.c \
87         src/s_floor.c \
88         src/s_floorf.c \
89         src/s_floorl.c \
90         src/s_fma.c \
91         src/s_fmaf.c \
92         src/s_fmax.c \
93         src/s_fmaxf.c \
94         src/s_fmaxl.c \
95         src/s_fmin.c \
96         src/s_fminf.c \
97         src/s_fminl.c \
98         src/s_frexpf.c \
99         src/s_ilogb.c \
100         src/s_ilogbf.c \
101         src/s_ilogbl.c \
102         src/s_isfinite.c \
103         src/s_isnormal.c \
104         src/s_llrint.c \
105         src/s_llrintf.c \
106         src/s_llround.c \
107         src/s_llroundf.c \
108         src/s_llroundl.c \
109         src/s_log1p.c \
110         src/s_log1pf.c \
111         src/s_logb.c \
112         src/s_logbf.c \
113         src/s_lrint.c \
114         src/s_lrintf.c \
115         src/s_lround.c \
116         src/s_lroundf.c \
117         src/s_lroundl.c \
118         src/s_modff.c \
119         src/s_nearbyint.c \
120         src/s_nextafter.c \
121         src/s_nextafterf.c \
122         src/s_nexttowardf.c \
123         src/s_remquo.c \
124         src/s_remquof.c \
125         src/s_rint.c \
126         src/s_rintf.c \
127         src/s_round.c \
128         src/s_roundf.c \
129         src/s_roundl.c \
130         src/s_signbit.c \
131         src/s_signgam.c \
132         src/s_significand.c \
133         src/s_significandf.c \
134         src/s_sin.c \
135         src/s_sinf.c \
136         src/s_tan.c \
137         src/s_tanf.c \
138         src/s_tanh.c \
139         src/s_tanhf.c \
140         src/s_trunc.c \
141         src/s_truncf.c \
142         src/s_truncl.c \
143         src/w_drem.c \
144         src/w_dremf.c \
145         src/s_copysignl.c \
146         src/s_fabsl.c \
147         src/s_fabs.c \
148         src/s_frexp.c \
149         src/s_isnan.c \
150         src/s_modf.c
153 ifeq ($(TARGET_ARCH),arm)
154   libm_common_src_files += \
155         arm/fenv.c \
156         src/e_ldexpf.c \
157         src/s_scalbln.c \
158         src/s_scalbn.c \
159         src/s_scalbnf.c
161   libm_common_includes = $(LOCAL_PATH)/arm
163 else
164   ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
165     libm_common_src_files += \
166         i387/fenv.c \
167         i387/s_scalbnl.S \
168         i387/s_scalbn.S \
169         i387/s_scalbnf.S
171     libm_common_includes = $(LOCAL_PATH)/i386 $(LOCAL_PATH)/i387
172   else
173     $(error "Unknown architecture")
174   endif
175 endif
178 # libm.a
179 # ========================================================
181 include $(CLEAR_VARS)
183 LOCAL_SRC_FILES := \
184     $(libm_common_src_files)
186 LOCAL_ARM_MODE := arm
187 LOCAL_C_INCLUDES += $(libm_common_includes)
189 LOCAL_MODULE:= libm
191 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
193 include $(BUILD_STATIC_LIBRARY)
195 # libm.so
196 # ========================================================
198 include $(CLEAR_VARS)
200 LOCAL_SRC_FILES := \
201     $(libm_common_src_files)
203 LOCAL_ARM_MODE := arm
205 LOCAL_C_INCLUDES += $(libm_common_includes)
207 LOCAL_MODULE:= libm
209 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
211 include $(BUILD_SHARED_LIBRARY)