OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [newlib/] [newlib/] [libc/] [posix/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
## 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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.