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

Subversion Repositories or1k

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

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
        closer.c \
11
        reent.c \
12
        impure.c \
13
        execr.c \
14
        fstatr.c \
15
        linkr.c \
16
        lseekr.c \
17
        openr.c \
18
        readr.c \
19
        signalr.c \
20
        sbrkr.c \
21
        statr.c \
22
        timer.c \
23
        writer.c
24
 
25
CHEWOUT_FILES = \
26
        closer.def \
27
        reent.def \
28
        execr.def \
29
        fstatr.def \
30
        linkr.def \
31
        lseekr.def \
32
        openr.def \
33
        readr.def \
34
        signalr.def \
35
        sbrkr.def \
36
        statr.def \
37
        timer.def \
38
        writer.def
39
 
40
SUFFIXES = .def .h
41
 
42
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
43
 
44
.c.def:
45
        $(CHEW) < $< > $*.def 2> $*.ref
46
        touch stmp-def
47
 
48
TARGETDOC = ../tmp.texi
49
 
50
doc: $(CHEWOUT_FILES)
51
        cat $(srcdir)/reent.tex >> $(TARGETDOC)
52
 
53
impure.o: $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h
54
 
55
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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