source: trunk/libs/newlib/src/newlib/libc/iconv/ces/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: 753 bytes
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 = \
8        utf-8.c \
9        utf-16.c \
10        ucs-2.c \
11        us-ascii.c \
12        ucs-4.c \
13        ucs-2-internal.c \
14        ucs-4-internal.c \
15        cesbi.c \
16        table.c \
17        table-pcs.c \
18        euc.c
19
20## The following interfaces are EL/IX level 2
21if ELIX_LEVEL_1
22ELIX_SOURCES = \
23        utf-8.c \
24        utf-16.c \
25        ucs-2.c \
26        us-ascii.c \
27        ucs-4.c \
28        ucs-2-internal.c \
29        ucs-4-internal.c \
30        cesbi.c \
31        table.c \
32        table-pcs.c \
33        euc.c
34else
35ELIX_SOURCES =
36endif
37
38noinst_LIBRARIES = lib.a
39lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
40lib_a_CFLAGS = $(AM_CFLAGS)
41noinst_DATA =
42
43include $(srcdir)/../../../Makefile.shared
44
45CHEWOUT_FILES =
46CHAPTERS =
Note: See TracBrowser for help on using the repository browser.