Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / libsdcc / Makefile.am
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2
3 lib_LIBRARIES = libsdcc.a
4
5 libsdcc_a_SOURCES = 
6 libsdcc_a_SOURCES += char/divschar.c
7 libsdcc_a_SOURCES += char/divuchar.c
8 libsdcc_a_SOURCES += char/modschar.c
9 libsdcc_a_SOURCES += char/moduchar.c
10 libsdcc_a_SOURCES += fixed16x16/fps16x162schar.S
11 libsdcc_a_SOURCES += fixed16x16/fps16x162sfloat.c
12 libsdcc_a_SOURCES += fixed16x16/fps16x162sint.S
13 libsdcc_a_SOURCES += fixed16x16/fps16x162slong.S
14 libsdcc_a_SOURCES += fixed16x16/fps16x162uchar.S
15 libsdcc_a_SOURCES += fixed16x16/fps16x162uint.S
16 libsdcc_a_SOURCES += fixed16x16/fps16x162ulong.S
17 libsdcc_a_SOURCES += fixed16x16/fps16x16_add.c
18 libsdcc_a_SOURCES += fixed16x16/fps16x16_div.c
19 libsdcc_a_SOURCES += fixed16x16/fps16x16_eq.c
20 libsdcc_a_SOURCES += fixed16x16/fps16x16_gt.c
21 libsdcc_a_SOURCES += fixed16x16/fps16x16_gteq.c
22 libsdcc_a_SOURCES += fixed16x16/fps16x16_lt.c
23 libsdcc_a_SOURCES += fixed16x16/fps16x16_lteq.c
24 libsdcc_a_SOURCES += fixed16x16/fps16x16_mul.c
25 libsdcc_a_SOURCES += fixed16x16/fps16x16_neq.c
26 libsdcc_a_SOURCES += fixed16x16/fps16x16_sub.c
27 libsdcc_a_SOURCES += fixed16x16/schar2fps16x16.S
28 libsdcc_a_SOURCES += fixed16x16/sint2fps16x16.S
29 libsdcc_a_SOURCES += fixed16x16/slong2fps16x16.S
30 libsdcc_a_SOURCES += fixed16x16/uchar2fps16x16.S
31 libsdcc_a_SOURCES += fixed16x16/uint2fps16x16.S
32 libsdcc_a_SOURCES += fixed16x16/ulong2fps16x16.S
33 libsdcc_a_SOURCES += float/fs2schar.c
34 libsdcc_a_SOURCES += float/fs2sint.c
35 libsdcc_a_SOURCES += float/fs2slong.c
36 libsdcc_a_SOURCES += float/fs2uchar.c
37 libsdcc_a_SOURCES += float/fs2uint.c
38 libsdcc_a_SOURCES += float/fs2ulong.c
39 libsdcc_a_SOURCES += float/fsadd.c
40 libsdcc_a_SOURCES += float/fsdiv.c
41 libsdcc_a_SOURCES += float/fseq.c
42 libsdcc_a_SOURCES += float/fsgt.c
43 libsdcc_a_SOURCES += float/fslt.c
44 libsdcc_a_SOURCES += float/fsmul.c
45 libsdcc_a_SOURCES += float/fsneq.c
46 libsdcc_a_SOURCES += float/fssub.c
47 libsdcc_a_SOURCES += float/schar2fs.c
48 libsdcc_a_SOURCES += float/sint2fs.c
49 libsdcc_a_SOURCES += float/slong2fs.c
50 libsdcc_a_SOURCES += float/uchar2fs.c
51 libsdcc_a_SOURCES += float/uint2fs.c
52 libsdcc_a_SOURCES += float/ulong2fs.c
53 libsdcc_a_SOURCES += gptr/gptrget1.c
54 libsdcc_a_SOURCES += gptr/gptrget2.c
55 libsdcc_a_SOURCES += gptr/gptrget3.c
56 libsdcc_a_SOURCES += gptr/gptrget4.c
57 libsdcc_a_SOURCES += gptr/gptrput1.c
58 libsdcc_a_SOURCES += gptr/gptrput2.c
59 libsdcc_a_SOURCES += gptr/gptrput3.c
60 libsdcc_a_SOURCES += gptr/gptrput4.c
61 libsdcc_a_SOURCES += int/divsint.c
62 libsdcc_a_SOURCES += int/divuint.c
63 libsdcc_a_SOURCES += int/modsint.c
64 libsdcc_a_SOURCES += int/moduint.c
65 libsdcc_a_SOURCES += int/mulint.c
66 libsdcc_a_SOURCES += long/divslong.c
67 libsdcc_a_SOURCES += long/divulong.c
68 libsdcc_a_SOURCES += long/modslong.c
69 libsdcc_a_SOURCES += long/modulong.c
70 libsdcc_a_SOURCES += long/mullong.c
71 libsdcc_a_SOURCES += lregs/lrrest.c
72 libsdcc_a_SOURCES += lregs/lrst.c
73 libsdcc_a_SOURCES += stack/stack.S
74
75 include $(top_srcdir)/Makefile.common
76