Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / libc / Makefile.am
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2
3 lib_LIBRARIES = libc18f.a
4
5 libc18f_a_SOURCES =
6 libc18f_a_SOURCES += ctype/iscntrl.c
7 libc18f_a_SOURCES += ctype/isdigit.c
8 libc18f_a_SOURCES += ctype/isgraph.c
9 libc18f_a_SOURCES += ctype/islower.c
10 libc18f_a_SOURCES += ctype/isprint.c
11 libc18f_a_SOURCES += ctype/ispunct.c
12 libc18f_a_SOURCES += ctype/isspace.c
13 libc18f_a_SOURCES += ctype/isupper.c
14 libc18f_a_SOURCES += ctype/isxdigit.c
15 libc18f_a_SOURCES += delay/delay100ktcy.S
16 libc18f_a_SOURCES += delay/delay100tcy.S
17 libc18f_a_SOURCES += delay/delay10ktcy.S
18 libc18f_a_SOURCES += delay/delay10tcy.S
19 libc18f_a_SOURCES += delay/delay1ktcy.S
20 libc18f_a_SOURCES += delay/delay1mtcy.S
21 libc18f_a_SOURCES += stdio/fprintf.c
22 libc18f_a_SOURCES += stdio/printf.c
23 libc18f_a_SOURCES += stdio/printf_small.c
24 libc18f_a_SOURCES += stdio/printf_tiny.c
25 libc18f_a_SOURCES += stdio/putchar.c
26 libc18f_a_SOURCES += stdio/sprintf.c
27 libc18f_a_SOURCES += stdio/streams.c
28 libc18f_a_SOURCES += stdio/strmgpsim.c
29 libc18f_a_SOURCES += stdio/strmmssp.c
30 libc18f_a_SOURCES += stdio/strmputchar.c
31 libc18f_a_SOURCES += stdio/strmusart.c
32 libc18f_a_SOURCES += stdio/vfprintf.c
33 libc18f_a_SOURCES += stdio/vprintf.c
34 libc18f_a_SOURCES += stdio/vsprintf.c
35 libc18f_a_SOURCES += stdlib/atof.c
36 libc18f_a_SOURCES += stdlib/atoi.c
37 libc18f_a_SOURCES += stdlib/atol.c
38 libc18f_a_SOURCES += stdlib/calloc.c
39 libc18f_a_SOURCES += stdlib/crc16.c
40 libc18f_a_SOURCES += stdlib/free.c
41 libc18f_a_SOURCES += stdlib/g_ftoa.S
42 libc18f_a_SOURCES += stdlib/itoa.c
43 libc18f_a_SOURCES += stdlib/ltoa.c
44 libc18f_a_SOURCES += stdlib/malloc.c
45 libc18f_a_SOURCES += stdlib/memfree.c
46 libc18f_a_SOURCES += stdlib/memfreemax.c
47 libc18f_a_SOURCES += stdlib/memmisc.c
48 libc18f_a_SOURCES += stdlib/rand.c
49 libc18f_a_SOURCES += stdlib/realloc.c
50 libc18f_a_SOURCES += stdlib/x_ftoa.c
51 libc18f_a_SOURCES += string/memccpy.c
52 libc18f_a_SOURCES += string/memchr.c
53 libc18f_a_SOURCES += string/memchrpgm.c
54 libc18f_a_SOURCES += string/memchrram.c
55 libc18f_a_SOURCES += string/memcmp.c
56 libc18f_a_SOURCES += string/memcpy.c
57 libc18f_a_SOURCES += string/memcpypgm2ram.c
58 libc18f_a_SOURCES += string/memcpyram2ram.c
59 libc18f_a_SOURCES += string/memmove.c
60 libc18f_a_SOURCES += string/memrchr.c
61 libc18f_a_SOURCES += string/memset.c
62 libc18f_a_SOURCES += string/strcat.c
63 libc18f_a_SOURCES += string/strchr.c
64 libc18f_a_SOURCES += string/strcmp.c
65 libc18f_a_SOURCES += string/strcpy.c
66 libc18f_a_SOURCES += string/strcspn.c
67 libc18f_a_SOURCES += string/strlen.c
68 libc18f_a_SOURCES += string/strlwr.c
69 libc18f_a_SOURCES += string/strncat.c
70 libc18f_a_SOURCES += string/strncmp.c
71 libc18f_a_SOURCES += string/strncpy.c
72 libc18f_a_SOURCES += string/strpbrk.c
73 libc18f_a_SOURCES += string/strrchr.c
74 libc18f_a_SOURCES += string/strspn.c
75 libc18f_a_SOURCES += string/strstr.c
76 libc18f_a_SOURCES += string/strtok.c
77 libc18f_a_SOURCES += string/strupr.c
78 libc18f_a_SOURCES += utils/cnvfrac.S
79 libc18f_a_SOURCES += utils/cnvint.S
80 libc18f_a_SOURCES += utils/cvtdec.S
81
82 include $(top_srcdir)/Makefile.common
83