source: trunk/libs/newlib/src/newlib/libc/sys/rdos/Makefile.am

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

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

File size: 614 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
11lib_a_SOURCES = chown.c close.c execve.c fork.c fstat.c getenv.c \
12        getpid.c gettod.c isatty.c kill.c link.c lseek.c open.c rdoshelp.c \
13        rdos.S read.c readlink.c sbrk.c stat.c symlink.c times.c unlink.c \
14        wait.c write.c
15lib_a_CCASFLAGS = $(AM_CCASFLAGS)
16lib_a_CFLAGS = $(AM_CFLAGS)
17
18all-local: crt0.o
19
20ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
21CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.