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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [syscalls/] [Makefile.am] - Blame information for rev 56

Go to most recent revision | 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
        sysclose.c      \
11
        sysexecve.c     \
12
        sysfcntl.c      \
13
        sysfork.c       \
14
        sysfstat.c      \
15
        sysgetpid.c     \
16
        sysgettod.c     \
17
        syskill.c       \
18
        syslink.c       \
19
        syslseek.c      \
20
        sysopen.c       \
21
        sysread.c       \
22
        syssbrk.c       \
23
        sysstat.c       \
24
        systimes.c      \
25
        sysunlink.c     \
26
        syswait.c       \
27
        syswrite.c
28
 
29
CHEWOUT_FILES =
30
 
31
SUFFIXES = .def
32
 
33
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
34
 
35
.c.def:
36
        $(CHEW) < $< > $*.def 2> $*.ref
37
        touch stmp-def
38
 
39
TARGETDOC = ../tmp.texi
40
 
41
# No doc for syscalls.
42
doc:
43
 
44
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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