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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [sysvnecv70/] [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/sysvnecv70.
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=ioctl.o isatty.o read.o lseek.o close.o sbrk.o fstat.o cerror.o exit.o write.o sysv60.o fpx.o fps.o open.o
26
 
27
#### Host, target, and site specific Makefile fragments come in here.
28
###
29
 
30
all: lib.a crt0.o
31
lib.a: $(OFILES)
32
        rm -f $@
33
        $(AR) $(AR_FLAGS) $@ $(OFILES)
34
 
35
doc:
36
        cat $(srcdir)/sysvnecv70.tex >> $(TARGETDOC)
37
 
38
clean mostlyclean:
39
        $(RM) $(OFILES) $(COPYOFILES) crt0.o lib.a
40
 
41
distclean maintainer-clean realclean: clean
42
        rm -f Makefile config.status
43
 
44
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
45
        $(SHELL) config.status
46
 
47
# to support SunOS VPATH
48
cerror.o: cerror.s
49
close.o: close.s
50
crt0.o: crt0.s
51
exit.o: exit.s
52
fps.o: fps.s
53
fpx.o: fpx.c
54
fstat.o: fstat.s
55
ioctl.o: ioctl.s
56
isatty.o: isatty.s
57
lseek.o: lseek.s
58
open.o: open.s
59
read.o: read.s
60
sbrk.o: sbrk.s
61
sysv60.o: sysv60.s
62
write.o: write.s

powered by: WebSVN 2.1.0

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