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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [cygwin32/] [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/cygwin32.
2
# Copyright (c) 1996 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 = crt0.o
26
 
27
 
28
.SUFFIXES: .c .o .def .s .a
29
 
30
#### Host, target, and site specific Makefile fragments come in here.
31
###
32
 
33
INCLUDES = -I$(srcdir)/include  -I${srcdir} `srcrootpre=$${srcrootpre-$(srcdir)/}; echo -I$${rootpre}$(TOP)/targ-include -I$${srcrootpre}$(SRCTOP)/libc/include `
34
 
35
all: crt0.o lib.a
36
 
37
lib.a: dummy.o
38
        rm -f $@
39
        $(AR) $(AR_FLAGS) $@ $(OFILES)
40
 
41
dummy.o: dummy.c
42
dummy.c:
43
        echo "typedef int dummy;" > dummy.c
44
 
45
doc:
46
 
47
clean mostlyclean:
48
        $(RM) $(OFILES)  crt0.o dummy.[oc] *~
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
crt0.o: crt0.c

powered by: WebSVN 2.1.0

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