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

Subversion Repositories or1k

[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [reent/] [Makefile.in] - Blame information for rev 39

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
# Makefile for newlib/libc/reent.
2
# Copyright (c) 1994 Cygnus Support.
3
# All rights reserved.
4
#
5
# Redistribution and use in source and binary forms are permitted
6
# provided that the above copyright notice and this paragraph are
7
# duplicated in all such forms and that any documentation,
8
# advertising materials, and other materials related to such
9
# distribution and use acknowledge that the software was developed
10
# at Cygnus Support, Inc.  Cygnus Support, Inc. may not be used to
11
# endorse or promote products derived from this software without
12
# specific prior written permission.
13
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16
 
17
srcdir = .
18
 
19
SHELL = /bin/sh
20
 
21
TOP = ../..
22
SRCTOP = ../..
23
TARGETDOC = ../targetdep.tex
24
 
25
#### Host, target, and site specific Makefile fragments come in here.
26
###
27
 
28
OFILES=\
29
        closer.o\
30
        reent.o\
31
        impure.o\
32
        execr.o\
33
        fstatr.o\
34
        linkr.o\
35
        lseekr.o\
36
        openr.o\
37
        readr.o\
38
        signalr.o\
39
        sbrkr.o\
40
        statr.o\
41
        timer.o\
42
        writer.o
43
 
44
CHEWOUT_FILES=\
45
        closer.def\
46
        reent.def\
47
        execr.def\
48
        fstatr.def\
49
        linkr.def\
50
        lseekr.def\
51
        openr.def\
52
        readr.def\
53
        signalr.def\
54
        sbrkr.def\
55
        statr.def\
56
        timer.def\
57
        writer.def
58
 
59
all: lib.a
60
lib.a: $(OFILES)
61
        rm -f $@
62
        $(AR) $(AR_FLAGS) $@ $(OFILES)
63
 
64
doc: $(CHEWOUT_FILES)
65
        cat *.ref > quickref.tex
66
        cat $(srcdir)/reent.tex >> $(TARGETDOC)
67
 
68
clean mostlyclean:
69
        rm -f $(OFILES) $(CHEWOUT_FILES) *.ref *~ quickref.tex core *.o.* lib.a
70
 
71
distclean maintainer-clean realclean: clean
72
        rm -f Makefile config.status
73
 
74
# to support SunOS VPATH
75
reent.o: reent.c
76
closer.o: closer.c
77
impure.o: impure.c
78
execr.o: execr.c
79
fstatr.o: fstatr.c
80
linkr.o: linkr.c
81
lseekr.o: lseekr.c
82
openr.o: openr.c
83
readr.o: readr.c
84
signalr.o: signalr.c
85
sbrkr.o: sbrkr.c
86
statr.o: statr.c
87
timer.o: timer.c
88
writer.o: writer.c
89
 
90
Makefile: Makefile.in $(target_makefile_frag) $(host_makefile_frag)
91
        $(SHELL) config.status

powered by: WebSVN 2.1.0

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