fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / sh / Makefile.am
blob14cd95a0012a004d4ed6084b13525e53c2894e15
1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
7 noinst_LIBRARIES = lib.a
9 if SH64
10 lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S strncpy.S
11 else
12 lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S
13 endif
15 memcpy.o: asm.h
16 memset.o: asm.h
17 setjmp.o: asm.h
18 strcpy.o: asm.h
19 strcmp.o: asm.h
20 strncpy.o: asm.h
22 ACLOCAL_AMFLAGS = -I ../../..
23 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host