source: trunk/libs/newlib/src/newlib/libc/sys/sysvi386/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: 993 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 = \
12        ioctl.S isatty.c read.S lseek.S close.S sbrk.c fstat.S cerror.S \
13        _exit.S write.S open.S signal.S kill.S getpid.S brk.S fork.S wait.S \
14        execve.S exec.c utime.S fcntl.S chmod.S getuid.S getgid.S time.S \
15        stat.S link.S unlink.S rename.S mkdir.S rmdir.S sigaction.S \
16        sigprocmask.S waitpid.S sysconf.S pathconf.S fpathconf.S \
17        getdents.S opendir.c readdir.c rewinddir.c closedir.c pipe.S \
18        getgroups.S setuid.S getuid.S setgid.S geteuid.S getegid.S \
19        chdir.S dup2.c dup.c tcgetattr.c tcsetattr.c speed.c tcline.c \
20        times.S pause.S sleep.c alarm.S access.S _longjmp.S _setjmp.S
21lib_a_CCASFLAGS = $(AM_CCASFLAGS)
22lib_a_CFLAGS = $(AM_CFLAGS)
23
24all-local: crt0.o
25
26ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
27CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.