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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [rtems/] [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 libc/sys/rtems.
2
# Submitted by Joel Sherrill (joel@oarcorp.com)
3
#
4
# Redistribution and use in source and binary forms are permitted
5
# provided that the above copyright notice and this paragraph are
6
# duplicated in all such forms and that any documentation,
7
# advertising materials, and other materials related to such
8
# distribution and use acknowledge that the software was developed
9
# at Cygnus Support, Inc.  Cygnus Support, Inc. may not be used to
10
# endorse or promote products derived from this software without
11
# specific prior written permission.
12
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15
 
16
srcdir = .
17
 
18
SHELL = /bin/sh
19
 
20
TOP = ../../..
21
SRCTOP = ../../..
22
TARGETDOC = ../../targetdep.tex
23
 
24
OFILES = dummysys.o
25
 
26
#### Host, target, and site specific Makefile fragments come in here.
27
###
28
 
29
all: lib.a crt0.o
30
lib.a: $(OFILES)
31
        rm -f $@
32
        $(AR) $(AR_FLAGS) $@ $(OFILES)
33
 
34
doc:
35
 
36
clean mostlyclean:
37
        $(RM) $(OFILES) *~ lib.a
38
 
39
distclean maintainer-clean realclean: clean
40
        rm -f Makefile config.status
41
 
42
# to support SunOS VPATH
43
crt0.o: crt0.c
44
dummysys.o: dummysys.c
45
 
46
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
47
        $(SHELL) config.status

powered by: WebSVN 2.1.0

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