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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [posix/] [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/posix.
2
# Copyright (c) 1995 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 = closedir.o opendir.o readdir.o rewinddir.o scandir.o seekdir.o \
29
        telldir.o execl.o execle.o execlp.o execv.o execve.o execvp.o \
30
        popen.o creat.o isatty.o
31
 
32
all: lib.a
33
 
34
lib.a: $(OFILES)
35
        rm -f $@
36
        $(AR) $(AR_FLAGS) $@ $(OFILES)
37
 
38
doc:
39
        @echo "No doc for posix yet"
40
 
41
clean mostlyclean:
42
        rm -f $(OFILES) *~ core $(CHEWOUT_FILES) *.o.* *.ref lib.a
43
 
44
distclean maintainer-clean realclean: clean
45
        rm -f Makefile config.status
46
 
47
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
48
        $(SHELL) config.status
49
 
50
# to support SunOS VPATH
51
closedir.o: closedir.c
52
opendir.o: opendir.c
53
readdir.o: readdir.c
54
rewinddir.o: rewinddir.c
55
scandir.o: scandir.c
56
seekdir.o: seekdir.c
57
telldir.o: telldir.c
58
execl.o: execl.c
59
execle.o: execle.c
60
execlp.o: execlp.c
61
execv.o: execv.c
62
execve.o: execve.c
63
execvp.o: execvp.c
64
popen.o: popen.c
65
creat.o: creat.c
66
isatty.o: isatty.c

powered by: WebSVN 2.1.0

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