Last change
on this file was
444,
checked in by satin@…, 7 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
797 bytes
|
Line | |
---|
1 | ## Process this file with automake to generate Makefile.in |
---|
2 | |
---|
3 | AUTOMAKE_OPTIONS = cygnus |
---|
4 | |
---|
5 | INCLUDES = -DGCONV_DIR='"$(pkglibdir)"' -DGCONV_PATH='"$(pkglibdir)"' -I$(srcdir) -I$(srcdir)/.. $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) |
---|
6 | |
---|
7 | LIB_SOURCES = \ |
---|
8 | iconv.h gconv.h \ |
---|
9 | iconv_open.c iconv.c iconv_close.c \ |
---|
10 | gconv_open.c gconv.c gconv_close.c \ |
---|
11 | gconv_db.c gconv_dl.c gconv_conf.c gconv_builtin.c \ |
---|
12 | gconv_simple.c gconv_trans.c gconv_cache.c |
---|
13 | |
---|
14 | libiconv_la_CFLAGS = |
---|
15 | libiconv_la_LDFLAGS = -Xcompiler -nostdlib |
---|
16 | |
---|
17 | if USE_LIBTOOL |
---|
18 | noinst_LTLIBRARIES = libiconv.la |
---|
19 | libiconv_la_SOURCES = $(LIB_SOURCES) |
---|
20 | noinst_DATA = objectlist.awk.in |
---|
21 | else |
---|
22 | noinst_LIBRARIES = lib.a |
---|
23 | lib_a_SOURCES = $(LIB_SOURCES) |
---|
24 | lib_a_CFLAGS = $(AM_CFLAGS) |
---|
25 | noinst_DATA = |
---|
26 | endif # USE_LIBTOOL |
---|
27 | |
---|
28 | include $(srcdir)/../../../../Makefile.shared |
---|
Note: See
TracBrowser
for help on using the repository browser.