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/] [machine/] [i386/] [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 = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
LIB_SOURCES = get_clockfreq.c getpagesize.c hp-timing.c setjmp.S sigaction.c dl-procinfo.c
8
 
9
liblinuxi386_la_LDFLAGS = -Xcompiler -nostdlib
10
 
11
AM_CFLAGS = -I$(srcdir)/../..
12
AM_CCASFLAGS = -I$(srcdir)/../.. $(INCLUDES)
13
 
14
if USE_LIBTOOL
15
noinst_LTLIBRARIES = liblinuxi386.la
16
liblinuxi386_la_SOURCES = $(LIB_SOURCES)
17
noinst_DATA = objectlist.awk.in
18
else
19
noinst_LIBRARIES = lib.a
20
lib_a_SOURCES = $(LIB_SOURCES)
21
lib_a_CFLAGS = $(AM_CFLAGS)
22
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
23
noinst_DATA =
24
endif # USE_LIBTOOL
25
 
26
include $(srcdir)/../../../../../Makefile.shared
27
 
28
all-local: crt0.o
29
 
30
ACLOCAL_AMFLAGS = -I ../../../../.. -I ../../../../../..
31
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

powered by: WebSVN 2.1.0

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