OSDN Git Service

afb9097623a33adfc320241804b5dc136b7c7ed9
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / posix / 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         closedir.c opendir.c readdir.c rewinddir.c scandir.c seekdir.c \
11         telldir.c execl.c execle.c execlp.c execv.c execve.c execvp.c \
12         popen.c creat.c isatty.c
13
14 CHEWOUT_FILES =
15
16 SUFFIXES = .def
17
18 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
19
20 .c.def:
21         $(CHEW) < $< > $*.def 2> $*.ref
22         touch stmp-def
23
24 TARGETDOC = ../tmp.texi
25
26 # No doc for posix.
27 doc:
28
29 CLEANFILES = $(CHEWOUT_FILES) *.ref