source: trunk/libs/newlib/src/newlib/iconvdata/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: 801 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5INCLUDES = -I$(srcdir) -I$(srcdir)/../libc/sys/linux $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
7if ELIX_LEVEL_1
8LIB_OBJS =
9else
10LIB_OBJS = euc-jp.$(oext) jis0201.$(oext) jis0208.$(oext) jis0212.$(oext)
11endif
12
13AM_CFLAGS = -DNDEBUG
14
15pkglib_LTLIBRARIES = EUC-JP.la
16EUC_JP_la_SOURCES = dummy.c
17EUC_JP_la_LIBADD = $(LIB_OBJS)
18EUC_JP_la_DEPENDENCIES = $(LIB_OBJS)
19EUC_JP_la_LDFLAGS = -module -no-undefined -Xcompiler -Wl,-rpath-link=.. -Xcompiler -nostdlib -L.. -lc
20
21install-data-local: install-pkglibLTLIBRARIES $(srcdir)/gconv-modules
22        $(INSTALL_DATA) $(srcdir)/gconv-modules $(DESTDIR)$(pkglibdir)/gconv-modules
23
24ACLOCAL_AMFLAGS = -I .. -I ../..
25CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.