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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [syscalls/] [Makefile.am] - Blame information for rev 520

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
## 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
GENERAL_SOURCES = \
8
        sysclose.c      \
9
        sysfcntl.c      \
10
        sysfstat.c      \
11
        sysgetpid.c     \
12
        sysgettod.c     \
13
        sysisatty.c     \
14
        syskill.c       \
15
        syslink.c       \
16
        syslseek.c      \
17
        sysopen.c       \
18
        sysread.c       \
19
        syssbrk.c       \
20
        sysstat.c       \
21
        systimes.c      \
22
        sysunlink.c     \
23
        syswrite.c
24
 
25
 
26
## Weed out EL/IX level 3 interfaces if necessary
27
if ELIX_LEVEL_1
28
ELIX_SOURCES =
29
else
30
if ELIX_LEVEL_2
31
ELIX_SOURCES =
32
else
33
ELIX_SOURCES = \
34
        sysexecve.c     \
35
        sysfork.c       \
36
        syswait.c
37
endif
38
endif
39
 
40
libsyscalls_la_LDFLAGS = -Xcompiler -nostdlib
41
 
42
if USE_LIBTOOL
43
noinst_LTLIBRARIES = libsyscalls.la
44
libsyscalls_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
45
noinst_DATA = objectlist.awk.in
46
else
47
noinst_LIBRARIES = lib.a
48
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
49
lib_a_CFLAGS = $(AM_CFLAGS)
50
noinst_DATA =
51
endif
52
 
53
include $(srcdir)/../../Makefile.shared
54
 
55
CHEWOUT_FILES =
56
 
57
SUFFIXES = .def
58
 
59
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
60
 
61
.c.def:
62
        $(CHEW) < $< > $*.def 2> $*.ref
63
        touch stmp-def
64
 
65
TARGETDOC = ../tmp.texi
66
 
67
# No doc for syscalls.
68
doc:
69
 
70
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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