source: trunk/libs/newlib/src/newlib/libc/machine/sh/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 679 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
7AM_CCASFLAGS = $(INCLUDES)
8
9noinst_LIBRARIES = lib.a
10
11if SH64
12lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S strncpy.S
13else
14lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S
15endif
16
17lib_a_CCASFLAGS=$(AM_CCASFLAGS)
18lib_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
27ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
28CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.