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

Subversion Repositories or1k

[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [syscalls/] [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/syscalls.
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
        sysclose.o      \
30
        sysfcntl.o      \
31
        sysfork.o       \
32
        sysfstat.o      \
33
        sysgetpid.o     \
34
        syskill.o       \
35
        syslink.o       \
36
        syslseek.o      \
37
        sysopen.o       \
38
        sysread.o       \
39
        syssbrk.o       \
40
        sysstat.o       \
41
        sysunlink.o     \
42
        syswait.o       \
43
        syswrite.o
44
 
45
all: lib.a
46
lib.a: $(OFILES)
47
        rm -f $@
48
        $(AR) $(AR_FLAGS) $@ $(OFILES)
49
 
50
doc:
51
 
52
clean mostlyclean:
53
        $(RM) $(OFILES) *~ *.o.* lib.a
54
 
55
distclean maintainer-clean realclean: clean
56
        rm -f Makefile config.status
57
 
58
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
59
        $(SHELL) config.status
60
 
61
 
62
# to support SunOS VPATH
63
sysclose.o: sysclose.c
64
sysfcntl.o: sysfcntl.c
65
sysfork.o: sysfork.c
66
sysfstat.o: sysfstat.c
67
sysgetpid.o: sysgetpid.c
68
syskill.o: syskill.c
69
syslink.o: syslink.c
70
syslseek.o: syslseek.c
71
sysopen.o: sysopen.c
72
sysread.o: sysread.c
73
syssbrk.o: syssbrk.c
74
sysstat.o: sysstat.c
75
sysunlink.o: sysunlink.c
76
syswait.o: syswait.c
77
syswrite.o: syswrite.c

powered by: WebSVN 2.1.0

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