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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [linux/] [argp/] [Makefile.am] - Blame information for rev 520

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)/../include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
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
10
 
11
libargp_la_LDFLAGS = -Xcompiler -nostdlib
12
 
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
lib_a_CFLAGS = $(AM_CFLAGS)
21
noinst_DATA =
22
endif # USE_LIBTOOL
23
 
24
include $(srcdir)/../../../../Makefile.shared

powered by: WebSVN 2.1.0

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