source: trunk/libs/newlib/src/newlib/libc/iconv/lib/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: 634 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        aliasesi.c \
9        ucsconv.c \
10        nullconv.c \
11        iconv.c \
12        aliasesbi.c \
13        iconvnls.c
14
15
16## The following interfaces are EL/IX level 2
17if ELIX_LEVEL_1
18ELIX_SOURCES =
19else
20ELIX_SOURCES = \
21        aliasesi.c \
22        ucsconv.c \
23        nullconv.c \
24        iconv.c \
25        aliasesbi.c \
26        iconvnls.c
27endif
28
29noinst_LIBRARIES = lib.a
30lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
31lib_a_CFLAGS = $(AM_CFLAGS)
32noinst_DATA =
33
34include $(srcdir)/../../../Makefile.shared
35
36CHEWOUT_FILES = iconv.def
37CHAPTER =
Note: See TracBrowser for help on using the repository browser.