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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [a29khif/] [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/sys/a29khif.
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
OFILES= \
26
                _alloc.o        \
27
                _close.o        \
28
                _cycles.o       \
29
                _exit.o \
30
                _getpsiz.o      \
31
                _gettz.o        \
32
                _ioctl.o        \
33
                _iostat.o       \
34
                _iowait.o       \
35
                _lseek.o        \
36
                _open.o \
37
                _query.o        \
38
                _read.o \
39
                _setim.o        \
40
                _settrap.o      \
41
                _setvec.o       \
42
                _tmpnam.o       \
43
                _write.o        \
44
                alloc.o \
45
                clock.o \
46
                getargs.o       \
47
                getenv.o        \
48
                read.o  \
49
                remove.o        \
50
                rename.o        \
51
                signal.o        \
52
                _sbrk.o \
53
                _fstat.o \
54
                _isatty.o \
55
                systime.o       \
56
                vec.o   \
57
                kill.o  \
58
                getpid.o        \
59
                stubs.o
60
 
61
#### Host, target, and site specific Makefile fragments come in here.
62
###
63
 
64
all: lib.a crt0.o
65
lib.a: $(OFILES)
66
        rm -f $@
67
        $(AR) $(AR_FLAGS) $@ $(OFILES)
68
 
69
doc:
70
 
71
clean mostlyclean:
72
        rm -f $(OFILES) crt0.o *~ lib.a
73
 
74
distclean maintainer-clean realclean: clean
75
        rm -f Makefile config.status
76
 
77
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
78
        $(SHELL) config.status
79
 
80
# to support SunOS VPATH
81
_alloc.o: _alloc.s
82
_close.o: _close.s
83
_cycles.o: _cycles.s
84
_exit.o: _exit.s
85
_getpsiz.o: _getpsiz.s
86
_gettz.o: _gettz.s
87
_ioctl.o: _ioctl.s
88
_iostat.o: _iostat.s
89
_iowait.o: _iowait.s
90
_lseek.o: _lseek.s
91
_open.o: _open.s
92
_query.o: _query.s
93
_read.o: _read.s
94
_setim.o: _setim.s
95
_settrap.o: _settrap.s
96
_setvec.o: _setvec.s
97
_tmpnam.o: _tmpnam.s
98
_write.o: _write.s
99
alloc.o: alloc.s
100
clock.o: clock.s
101
getargs.o: getargs.s
102
getenv.o: getenv.s
103
read.o: read.s
104
remove.o: remove.s
105
rename.o: rename.s
106
signal.o: signal.s
107
_sbrk.o: _sbrk.s
108
_fstat.o: _fstat.s
109
_isatty.o: _isatty.s
110
systime.o: systime.s
111
vec.o: vec.s
112
kill.o: kill.c
113
getpid.o: getpid.c
114
stubs.o: stubs.s
115
crt0.o: crt0.s

powered by: WebSVN 2.1.0

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