fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / decstation / Makefile.am
blobad289976f53516908c23a171eb9dc994d6c35e2b
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 COPYOFILES = \
10         read.o \
11         open.o \
12         _exit.o \
13         write.o \
14         lseek.o \
15         close.o \
16         sbrk.o \
17         cerror.o \
18         fork.o \
19         isatty.o \
20         ioctl.o \
21         getpid.o \
22         time.o \
23         kill.o \
24         wait.o \
25         execve.o \
26         gettimeofday.o \
27         link.o \
28         unlink.o \
29         fstat.o \
30         times.o  \
31         getrusage.o  
33 lib_a_SOURCES = _main.c
34 lib_a_LIBADD = $(COPYOFILES)
36 $(COPYOFILES):
37         ar x /lib/libc.a $(COPYOFILES) 
39 all: crt0.o
41 crt0.o:
42         cp /lib/crt0.o crt0.o
44 ACLOCAL_AMFLAGS = -I ../../..
45 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host