URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [dl/] [Makefile.am] - Rev 816
Compare with Previous | Blame | View Log
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = -DSHARED -D_GNU_SOURCE $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) -I$(srcdir)/..LIB_SOURCES = \dl-addr.c dl-deps.c dl-init.c dl-load.c dl-misc.c dl-profile.c dl-runtime.c dl-version.c \dl-close.c dl-error.c dl-iteratephdr.c dl-lookup.c dl-object.c dl-profstub.c dl-support.c \dl-debug.c dl-fini.c dl-libc.c dl-open.c dl-reloc.c dl-sym.c dl-cache.cAM_CFLAGS = -D_GNU_SOURCE -D__strerror_r=strerror_rlibdl_la_LDFLAGS = -Xcompiler -nostdlibif USE_LIBTOOLnoinst_LTLIBRARIES = libdl.lalibdl_la_SOURCES = $(LIB_SOURCES)noinst_DATA = objectlist.awk.inelsenoinst_LIBRARIES = lib.alib_a_SOURCES = $(LIB_SOURCES)lib_a_CFLAGS = $(AM_CFLAGS)noinst_DATA =endif # USE_LIBTOOLinclude $(srcdir)/../../../../Makefile.shared
