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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [iconvdata/] [Makefile.am] - Blame information for rev 822

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 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
all: Makefile
16
 
17
pkglib_LTLIBRARIES = EUC-JP.la
18
EUC_JP_la_SOURCES = dummy.c
19
EUC_JP_la_LIBADD = $(LIB_OBJS)
20
EUC_JP_la_DEPENDENCIES = $(LIB_OBJS)
21
EUC_JP_la_LDFLAGS = -module -no-undefined -Xcompiler -Wl,-rpath-link=.. -Xcompiler -nostdlib -L.. -lc
22
 
23
install-data-local: install-pkglibLTLIBRARIES $(srcdir)/gconv-modules
24
        $(INSTALL_DATA) $(srcdir)/gconv-modules $(DESTDIR)$(pkglibdir)/gconv-modules
25
 
26
ACLOCAL_AMFLAGS = -I .. -I ../..
27
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.