fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sysmec / Makefile.am
blobfdaa7f6497c86e3d276506ddce658c61a0b0acdd
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 lib_a_SOURCES = _exit.c access.c chmod.c chown.c close.c creat.c crt1.c \
10         execv.c execve.c fork.c fstat.c getpid.c isatty.c \
11         kill.c lseek.c open.c pipe.c read.c \
12         sbrk.c stat.c time.c trap.S unlink.c utime.c wait.c write.c \
13         times.c gettime.c
15 all: crt0.o
17 ACLOCAL_AMFLAGS = -I ../../..
18 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host