Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / libm / Makefile.am
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2
3 lib_LIBRARIES = libm18f.a
4
5 libm18f_a_SOURCES =
6 libm18f_a_SOURCES += acosf.c
7 libm18f_a_SOURCES += asincosf.c
8 libm18f_a_SOURCES += asinf.c
9 libm18f_a_SOURCES += atan2f.c
10 libm18f_a_SOURCES += atanf.c
11 libm18f_a_SOURCES += ceilf.c
12 libm18f_a_SOURCES += cosf.c
13 libm18f_a_SOURCES += coshf.c
14 libm18f_a_SOURCES += cotf.c
15 libm18f_a_SOURCES += errno.c
16 libm18f_a_SOURCES += expf.c
17 libm18f_a_SOURCES += fabsf.c
18 libm18f_a_SOURCES += floorf.c
19 libm18f_a_SOURCES += frexpf.c
20 libm18f_a_SOURCES += ldexpf.c
21 libm18f_a_SOURCES += log10f.c
22 libm18f_a_SOURCES += logf.c
23 libm18f_a_SOURCES += modff.c
24 libm18f_a_SOURCES += powf.c
25 libm18f_a_SOURCES += sincosf.c
26 libm18f_a_SOURCES += sincoshf.c
27 libm18f_a_SOURCES += sinf.c
28 libm18f_a_SOURCES += sinhf.c
29 libm18f_a_SOURCES += sqrtf.c
30 libm18f_a_SOURCES += tancotf.c
31 libm18f_a_SOURCES += tanf.c
32 libm18f_a_SOURCES += tanhf.c
33
34 include $(top_srcdir)/Makefile.common
35