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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [iconv/] [Makefile.am] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
## 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

powered by: WebSVN 2.1.0

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