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/] [sh/] [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
AM_CCASFLAGS = $(INCLUDES)
8
 
9
noinst_LIBRARIES = lib.a
10
 
11
if SH64
12
lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S strncpy.S
13
else
14
lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S
15
endif
16
 
17
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
18
lib_a_CFLAGS=$(AM_CFLAGS)
19
 
20
$(lpfx)memcpy.o: asm.h
21
$(lpfx)memset.o: asm.h
22
$(lpfx)setjmp.o: asm.h
23
$(lpfx)strcpy.o: asm.h
24
$(lpfx)strcmp.o: asm.h
25
$(lpfx)strncpy.o: asm.h
26
 
27
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
28
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.