OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [iconvdata/] [Makefile.am] - Blame information for rev 829

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = -I$(srcdir) -I$(srcdir)/../libc/sys/linux $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
if ELIX_LEVEL_1
8
LIB_OBJS =
9
else
10
LIB_OBJS = euc-jp.$(oext) jis0201.$(oext) jis0208.$(oext) jis0212.$(oext)
11
endif
12
 
13
AM_CFLAGS = -DNDEBUG
14
 
15
pkglib_LTLIBRARIES = EUC-JP.la
16
EUC_JP_la_SOURCES = dummy.c
17
EUC_JP_la_LIBADD = $(LIB_OBJS)
18
EUC_JP_la_DEPENDENCIES = $(LIB_OBJS)
19
EUC_JP_la_LDFLAGS = -module -no-undefined -Xcompiler -Wl,-rpath-link=.. -Xcompiler -nostdlib -L.. -lc
20
 
21
install-data-local: install-pkglibLTLIBRARIES $(srcdir)/gconv-modules
22
        $(INSTALL_DATA) $(srcdir)/gconv-modules $(DESTDIR)$(pkglibdir)/gconv-modules
23
 
24
ACLOCAL_AMFLAGS = -I .. -I ../..
25
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.