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

Subversion Repositories or1k

[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [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/sysvi386.
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
        ioctl.o isatty.o read.o lseek.o close.o sbrk.o fstat.o cerror.o \
27
        _exit.o write.o open.o signal.o kill.o getpid.o brk.o fork.o wait.o \
28
        execve.o exec.o utime.o fcntl.o chmod.o getuid.o getgid.o time.o \
29
        stat.o link.o unlink.o rename.o mkdir.o rmdir.o sigaction.o \
30
        sigprocmask.o waitpid.o sysconf.o pathconf.o fpathconf.o \
31
        getdents.o opendir.o readdir.o rewinddir.o closedir.o pipe.o \
32
        getgroups.o setuid.o getuid.o setgid.o geteuid.o getegid.o \
33
        chdir.o dup2.o dup.o tcgetattr.o tcsetattr.o speed.o tcline.o \
34
        times.o pause.o sleep.o alarm.o access.o _longjmp.o _setjmp.o
35
 
36
#### Host, target, and site specific Makefile fragments come in here.
37
###
38
 
39
all: lib.a crt0.o
40
lib.a: $(OFILES)
41
        rm -f $@
42
        $(AR) $(AR_FLAGS) $@ $(OFILES)
43
 
44
doc:
45
        cat $(srcdir)/sysvnecv70.tex >> $(TARGETDOC)
46
 
47
clean mostlyclean:
48
        $(RM) $(OFILES) $(COPYOFILES) crt0.o lib.a
49
 
50
distclean maintainer-clean realclean: clean
51
        rm -f Makefile config.status
52
 
53
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
54
        $(SHELL) config.status
55
 
56
# to support SunOS VPATH
57
_exit.o: _exit.s
58
_longjmp.o: _longjmp.s
59
_setjmp.o: _setjmp.s
60
access.o: access.s
61
alarm.o: alarm.s
62
brk.o: brk.s
63
cerror.o: cerror.s
64
chdir.o: chdir.s
65
chmod.o: chmod.s
66
close.o: close.s
67
closedir.o: closedir.c
68
crt0.o: crt0.c
69
dup.o: dup.c
70
dup2.o: dup2.c
71
exec.o: exec.c
72
execve.o: execve.s
73
fcntl.o: fcntl.s
74
fork.o: fork.s
75
fpathconf.o: fpathconf.s
76
fps.o: fps.s
77
fpx.o: fpx.c
78
fstat.o: fstat.s
79
getdents.o: getdents.s
80
getegid.o: getegid.s
81
geteuid.o: geteuid.s
82
getgid.o: getgid.s
83
getgroups.o: getgroups.s
84
getpid.o: getpid.s
85
getuid.o: getuid.s
86
ioctl.o: ioctl.s
87
isatty.o: isatty.c
88
kill.o: kill.s
89
link.o: link.s
90
lseek.o: lseek.s
91
mkdir.o: mkdir.s
92
open.o: open.s
93
opendir.o: opendir.c
94
pathconf.o: pathconf.s
95
pause.o: pause.s
96
pipe.o: pipe.s
97
read.o: read.s
98
readdir.o: readdir.c
99
rename.o: rename.s
100
rewinddir.o: rewinddir.c
101
rmdir.o: rmdir.s
102
sbrk.o: sbrk.c
103
scandir.o: scandir.c
104
seekdir.o: seekdir.c
105
setgid.o: setgid.s
106
setuid.o: setuid.s
107
sigaction.o: sigaction.s
108
signal.o: signal.s
109
sigprocmask.o: sigprocmask.s
110
sleep.o: sleep.c
111
speed.o: speed.c
112
stat.o: stat.s
113
sysconf.o: sysconf.s
114
tcgetattr.o: tcgetattr.c
115
tcline.o: tcline.c
116
tcsetattr.o: tcsetattr.c
117
telldir.o: telldir.c
118
time.o: time.s
119
times.o: times.s
120
unlink.o: unlink.s
121
utime.o: utime.s
122
wait.o: wait.s
123
waitpid.o: waitpid.s
124
write.o: write.s

powered by: WebSVN 2.1.0

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