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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [w65/] [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
#
2
# Makefile
3
#   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation
4
#
5
# This file is free software; you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License as published by
7
# the Free Software Foundation; either version 2 of the License, or
8
# (at your option) any later version.
9
#
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
# GNU General Public License for more details.
14
#
15
# You should have received a copy of the GNU General Public License
16
# along with this program; if not, write to the Free Software
17
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
18
#
19
 
20
# This file was written, and is maintained by K. Richard Pixley
21
# .
22
 
23
#
24
# Makefile for newlib/libc/sys/h8300hms.
25
#
26
 
27
srcdir = .
28
 
29
SHELL = /bin/sh
30
 
31
TOP = ../../..
32
SRCTOP = ../../..
33
TARGETDOC = ../../targetdep.tex
34
 
35
OFILES= syscalls.o trap.o
36
 
37
#### Host, target, and site specific Makefile fragments come in here.
38
###
39
 
40
all: lib.a crt0.o
41
lib.a: $(OFILES)
42
        rm -f $@
43
        $(AR) $(AR_FLAGS) $@ $(OFILES)
44
 
45
doc:
46
 
47
clean mostlyclean:
48
        $(RM) $(OFILES)  crt0.o *~ lib.a
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
58
trap.o: trap.c
59
syscalls.o: syscalls.c

powered by: WebSVN 2.1.0

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