source: trunk/libs/newlib/src/newlib/libc/iconv/ccs/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 1.5 KB
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
7GENERAL_SOURCES = ccsbi.c \
8iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
9iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
10iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
11iso_8859_9.c iso_8859_11.c \
12win_1250.c win_1252.c win_1254.c \
13win_1256.c win_1258.c win_1251.c \
14win_1253.c win_1255.c win_1257.c \
15koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c \
16iso_ir_111.c \
17big5.c \
18cp775.c cp850.c cp852.c cp855.c cp866.c \
19jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
20cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
21
22## The following interfaces are EL/IX level 2
23if ELIX_LEVEL_1
24ELIX_SOURCES = ccsbi.c \
25iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
26iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
27iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
28iso_8859_9.c iso_8859_11.c \
29win_1250.c win_1252.c win_1254.c \
30win_1256.c win_1258.c win_1251.c \
31win_1253.c win_1255.c win_1257.c \
32koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c \
33iso_ir_111.c \
34big5.c \
35cp775.c cp850.c cp852.c cp855.c cp866.c \
36jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
37cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
38
39else
40ELIX_SOURCES =
41endif
42
43noinst_LIBRARIES = lib.a
44lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
45lib_a_CFLAGS = $(AM_CFLAGS)
46noinst_DATA =
47
48SUBDIRS=binary
49
50CHEWOUT_FILES =
51CHAPTERS =
52
53include $(srcdir)/../../../Makefile.shared
Note: See TracBrowser for help on using the repository browser.