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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [argp/] [Makefile.am] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
## Process this file with automake to generate Makefile.in
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
INCLUDES = -I$(srcdir)/../include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
INCLUDES = -I$(srcdir)/../include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
LIB_SOURCES = \
LIB_SOURCES = \
        argp-ba.c  argp-eexst.c  argp-fmtstream.c  argp-fs-xinl.c \
        argp-ba.c  argp-eexst.c  argp-fmtstream.c  argp-fs-xinl.c \
        argp-help.c  argp-parse.c  argp-pv.c  argp-pvh.c  argp-xinl.c
        argp-help.c  argp-parse.c  argp-pv.c  argp-pvh.c  argp-xinl.c
libargp_la_LDFLAGS = -Xcompiler -nostdlib
libargp_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
if USE_LIBTOOL
noinst_LTLIBRARIES = libargp.la
noinst_LTLIBRARIES = libargp.la
libargp_la_SOURCES = $(LIB_SOURCES)
libargp_la_SOURCES = $(LIB_SOURCES)
noinst_DATA = objectlist.awk.in
noinst_DATA = objectlist.awk.in
else
else
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(LIB_SOURCES)
lib_a_SOURCES = $(LIB_SOURCES)
lib_a_CFLAGS = $(AM_CFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
noinst_DATA =
noinst_DATA =
endif # USE_LIBTOOL
endif # USE_LIBTOOL
include $(srcdir)/../../../../Makefile.shared
include $(srcdir)/../../../../Makefile.shared
 
 

powered by: WebSVN 2.1.0

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