OSDN Git Service

Initial revision
[pf3gnuchains/pf3gnuchains4x.git] / newlib / libc / sys / sysvi386 / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = cygnus
4
5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
7 noinst_LIBRARIES = lib.a
8
9 lib_a_SOURCES = \
10         ioctl.s isatty.c read.s lseek.s close.s sbrk.c fstat.s cerror.s \
11         _exit.s write.s open.s signal.s kill.s getpid.s brk.s fork.s wait.s \
12         execve.s exec.c utime.s fcntl.s chmod.s getuid.s getgid.s time.s \
13         stat.s link.s unlink.s rename.s mkdir.s rmdir.s sigaction.s \
14         sigprocmask.s waitpid.s sysconf.s pathconf.s fpathconf.s \
15         getdents.s opendir.c readdir.c rewinddir.c closedir.c pipe.s \
16         getgroups.s setuid.s getuid.s setgid.s geteuid.s getegid.s \
17         chdir.s dup2.c dup.c tcgetattr.c tcsetattr.c speed.c tcline.c \
18         times.s pause.s sleep.c alarm.s access.s _longjmp.s _setjmp.s
19
20 all: crt0.o
21
22 ACLOCAL_AMFLAGS = -I ../../..
23 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host