OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [sys/] [linux/] [dl/] [Makefile.am] - Blame information for rev 345

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 = -DSHARED -D_GNU_SOURCE $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) -I$(srcdir)/..
6
 
7
LIB_SOURCES = \
8
        dl-addr.c   dl-deps.c   dl-init.c         dl-load.c     dl-misc.c    dl-profile.c   dl-runtime.c  dl-version.c \
9
        dl-close.c  dl-error.c  dl-iteratephdr.c  dl-lookup.c   dl-object.c  dl-profstub.c  dl-support.c \
10
        dl-debug.c  dl-fini.c   dl-libc.c         dl-open.c    dl-reloc.c     dl-sym.c   dl-cache.c
11
 
12
AM_CFLAGS = -D_GNU_SOURCE -D__strerror_r=strerror_r
13
libdl_la_LDFLAGS = -Xcompiler -nostdlib
14
 
15
if USE_LIBTOOL
16
noinst_LTLIBRARIES = libdl.la
17
libdl_la_SOURCES = $(LIB_SOURCES)
18
noinst_DATA = objectlist.awk.in
19
else
20
noinst_LIBRARIES = lib.a
21
lib_a_SOURCES = $(LIB_SOURCES)
22
lib_a_CFLAGS = $(AM_CFLAGS)
23
noinst_DATA =
24
endif # USE_LIBTOOL
25
 
26
include $(srcdir)/../../../../Makefile.shared

powered by: WebSVN 2.1.0

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