First version committed to git
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / linux / argp / Makefile.am
blob95869fec501c18c57fda0a75b3a99852f2cf31a0
1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 INCLUDES = -I$(srcdir)/../include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
7 LIB_SOURCES = \
8         argp-ba.c  argp-eexst.c  argp-fmtstream.c  argp-fs-xinl.c \
9         argp-help.c  argp-parse.c  argp-pv.c  argp-pvh.c  argp-xinl.c
11 libargp_la_LDFLAGS = -Xcompiler -nostdlib
13 if USE_LIBTOOL
14 noinst_LTLIBRARIES = libargp.la
15 libargp_la_SOURCES = $(LIB_SOURCES)
16 noinst_DATA = objectlist.awk.in
17 else
18 noinst_LIBRARIES = lib.a
19 lib_a_SOURCES = $(LIB_SOURCES)
20 noinst_DATA =
21 endif # USE_LIBTOOL
23 include $(srcdir)/../../../../Makefile.shared