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.0rc1/] [newlib/] [libc/] [machine/] [i386/] [Makefile.am] - Blame information for rev 207

Go to most recent revision | 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 $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
AM_CCASFLAGS = $(INCLUDES)
8
 
9
if MACH_ADD_SETJMP
10
ADDED_SOURCES = setjmp.S
11
else
12
ADDED_SOURCES =
13
endif
14
 
15
LIB_SOURCES = \
16
        memchr.S memcmp.S memcpy.S memset.S strchr.S \
17
        memmove.S strlen.S i386mach.h
18
 
19
libi386_la_LDFLAGS = -Xcompiler -nostdlib
20
 
21
if USE_LIBTOOL
22
noinst_LTLIBRARIES = libi386.la
23
libi386_la_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
24
noinst_DATA = objectlist.awk.in
25
else
26
noinst_LIBRARIES = lib.a
27
lib_a_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
28
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
29
lib_a_CFLAGS=$(AM_CFLAGS)
30
noinst_DATA =
31
endif # USE_LIBTOOL
32
 
33
include $(srcdir)/../../../Makefile.shared
34
 
35
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
36
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.