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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [go32/] [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/go32.
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
_exit.o         \
27
_main.o         \
28
abort.o         \
29
access.o                \
30
bdos.o          \
31
bdosptr.o               \
32
brk.o           \
33
chdir.o         \
34
chmod.o         \
35
chown.o         \
36
clock.o         \
37
close.o         \
38
creat.o         \
39
crlf2nl.o               \
40
dir.o           \
41
dosmem.o \
42
dpmi.o          \
43
dup.o           \
44
dup2.o          \
45
exec.o          \
46
fchmod.o                \
47
findfirs.o              \
48
findnext.o              \
49
fixpath.o                \
50
fstat.o         \
51
fsync.o         \
52
ftruncat.o              \
53
gerrno.o                \
54
getcwd.o                \
55
getdate.o \
56
getdtabl.o              \
57
getgid.o                \
58
getkey.o                \
59
getpages.o              \
60
getpid.o                \
61
getrusag.o              \
62
gettime.o \
63
gettimeo.o              \
64
getuid.o                \
65
getwd.o         \
66
go32func.o      \
67
infoblk.o   \
68
inportb.o               \
69
inportl.o               \
70
inportsb.o              \
71
inportsl.o              \
72
inportsw.o              \
73
inportw.o               \
74
int86x.o                \
75
intdos.o                \
76
intdosx.o               \
77
isatty.o                \
78
kbhit.o         \
79
kill.o          \
80
link.o          \
81
longjmp.o               \
82
lseek.o         \
83
lstat.o         \
84
mkdir.o         \
85
open.o          \
86
outportb.o              \
87
outportl.o              \
88
outportw.o              \
89
outprtsb.o              \
90
outprtsl.o              \
91
outprtsw.o              \
92
read.o          \
93
readv.o         \
94
rename.o                \
95
rmdir.o         \
96
sbrk.o          \
97
screen.o                \
98
setjmp.o                \
99
setmode.o               \
100
setstack.o \
101
settimeo.o              \
102
sleep.o         \
103
stat.o          \
104
stat_ast.o      \
105
syserr.o                \
106
system.o                \
107
tell.o          \
108
time.o          \
109
truncate.o              \
110
turbo.o         \
111
umask.o         \
112
unlink.o                \
113
utime.o         \
114
utimes.o                \
115
write.o         \
116
writev.o
117
 
118
#### Host, target, and site specific Makefile fragments come in here.
119
###
120
 
121
all: lib.a crt0.o
122
lib.a: $(OFILES) $(COPYOFILES)
123
        rm -f $@
124
        $(AR) $(AR_FLAGS) $@ $(OFILES) $(COPYOFILES)
125
 
126
clean mostlyclean:
127
        $(RM) $(OFILES) $(COPYOFILES) crt0.o lib.a
128
 
129
distclean maintainer-clean realclean: clean
130
        rm -f Makefile config.status
131
 
132
doc:
133
 
134
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
135
        $(SHELL) config.status
136
 
137
 
138
# to support SunOS VPATH
139
_exit.o: _exit.s
140
_main.o: _main.c
141
abort.o: abort.c
142
access.o: access.c
143
bdos.o: bdos.c
144
bdosptr.o: bdosptr.c
145
brk.o: brk.s
146
chdir.o: chdir.s
147
chmod.o: chmod.c
148
chown.o: chown.c
149
clock.o: clock.S
150
close.o: close.s
151
creat.o: creat.s
152
crlf2nl.o: crlf2nl.c
153
crt0.o: crt0.S
154
crt0.o: crt0.s
155
dir.o: dir.c
156
dup.o: dup.s
157
dup2.o: dup2.s
158
execl.o: execl.c
159
fchmod.o: fchmod.c
160
findfirs.o: findfirs.s
161
findnext.o: findnext.s
162
fixpath.o: fixpath.c
163
fstat.o: fstat.s
164
fsync.o: fsync.s
165
ftruncat.o: ftruncat.c
166
gerrno.o: gerrno.s
167
getcwd.o: getcwd.c
168
getdate.o : getdate.c
169
getdtabl.o: getdtabl.c
170
getgid.o: getgid.c
171
getkey.o: getkey.s
172
getpages.o: getpages.c
173
getpid.o: getpid.c
174
getrusag.o: getrusag.c
175
gettime.o : gettime.c
176
gettimeo.o: gettimeo.c
177
getuid.o: getuid.c
178
getwd.o: getwd.s
179
infoblk.o: infoblk.c
180
inportb.o: inportb.s
181
inportl.o: inportl.s
182
inportsb.o: inportsb.s
183
inportsl.o: inportsl.s
184
inportsw.o: inportsw.s
185
inportw.o: inportw.s
186
int86x.o: int86x.s
187
intdos.o: intdos.c
188
intdosx.o: intdosx.c
189
isatty.o: isatty.s
190
kbhit.o: kbhit.s
191
kill.o: kill.c
192
link.o: link.s
193
longjmp.o: longjmp.S
194
lseek.o: lseek.s
195
mkdir.o: mkdir.s
196
open.o: open.s
197
outportb.o: outportb.s
198
outportl.o: outportl.s
199
outportw.o: outportw.s
200
outprtsb.o: outprtsb.s
201
outprtsl.o: outprtsl.s
202
outprtsw.o: outprtsw.s
203
read.o: read.s
204
readv.o: readv.c
205
rename.o: rename.s
206
rmdir.o: rmdir.s
207
sbrk.o: sbrk.s
208
screen.o: screen.S
209
setjmp.o: setjmp.S
210
setmode.o: setmode.s
211
setstack.o: setstack.S
212
settimeo.o: settimeo.s
213
sleep.o: sleep.c
214
stat.o: stat.c
215
stat_ast.o: stat_ast.s
216
syserr.o: syserr.c
217
system.o: system.s
218
tell.o: tell.s
219
truncate.o: truncate.c
220
turbo.o: turbo.s
221
umask.o: umask.c
222
unlink.o: unlink.s
223
utime.o: utime.c
224
utimes.o: utimes.c
225
write.o: write.s
226
writev.o: writev.c
227
 

powered by: WebSVN 2.1.0

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