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/] [arm/] [Makefile.am] - Blame information for rev 158

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 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
AM_CCASFLAGS = $(INCLUDES)
8
 
9
noinst_LIBRARIES = lib.a
10
 
11
if MAY_SUPPLY_SYSCALLS
12
extra_objs = $(lpfx)libcfunc.o $(lpfx)trap.o $(lpfx)syscalls.o
13
else
14
extra_objs =
15
endif
16
 
17
lib_a_SOURCES = aeabi_atexit.c
18
lib_a_LIBADD = $(extra_objs)
19
EXTRA_lib_a_SOURCES = trap.S syscalls.c libcfunc.c
20
lib_a_DEPENDENCIES = $(extra_objs)
21
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
22
lib_a_CFLAGS = $(AM_CFLAGS)
23
 
24
if MAY_SUPPLY_SYSCALLS
25
all: crt0.o
26
endif
27
 
28
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
29
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.