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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [libgloss/] [m32r/] [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 libgloss/m32r
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
VPATH = @srcdir@
18
srcdir = @srcdir@
19
objdir = .
20
srcroot = $(srcdir)/../..
21
objroot = $(objdir)/../..
22
 
23
host_alias = @host_alias@
24
target_alias = @target_alias@
25
prefix = @prefix@
26
exec_prefix = @exec_prefix@
27
bindir = @bindir@
28
libdir = @libdir@
29
tooldir = $(exec_prefix)/$(target_alias)
30
 
31
TOP = ../..
32
SRCTOP = ../..
33
 
34
# Multilib support variables.
35
# TOP is used instead of MULTI{BUILD,SRC}TOP.
36
MULTISRCTOP =
37
MULTIBUILDTOP =
38
MULTIDIRS =
39
MULTISUBDIR =
40
MULTIDO = true
41
MULTICLEAN = true
42
 
43
INSTALL = @INSTALL@
44
INSTALL_PROGRAM = @INSTALL_PROGRAM@
45
INSTALL_DATA = @INSTALL_DATA@
46
 
47
SHELL = /bin/sh
48
 
49
CC = @CC@
50
 
51
AS = @AS@
52
AR = @AR@
53
LD = @LD@
54
RANLIB = @RANLIB@
55
 
56
AR_FLAGS = qv
57
BISON = bison
58
MAKEINFO = makeinfo
59
 
60
.NOEXPORT:
61
MAKEOVERRIDES=
62
 
63
TARGETDOC = ../../targetdep.tex
64
 
65
CRT0 = crt0.o
66
SYSCALLS = crtsysc.o
67
GDBLIB = m32r-lib.o
68
GDBSTUB = m32r-stub.o
69
EVASCRIPT = eva.ld
70
STUBSCRIPT = eva-stub.ld
71
 
72
# Host specific makefile fragment comes in here.
73
@host_makefile_frag@
74
 
75
all: $(CRT0) $(SYSCALLS) $(GDBLIB) $(GDBSTUB)
76
 
77
m32r-stub.o: $(srcdir)/$(MULTISRCTOP)../../gdb/m32r-stub.c
78
        $(CC) -c $(CFLAGS) -o $@ $(srcdir)/$(MULTISRCTOP)../../gdb/m32r-stub.c
79
 
80
install:
81
        $(INSTALL_DATA) $(CRT0) $(tooldir)/lib${MULTISUBDIR}/$(CRT0)
82
        $(INSTALL_DATA) $(SYSCALLS) $(tooldir)/lib${MULTISUBDIR}/$(SYSCALLS)
83
        $(INSTALL_DATA) $(GDBLIB) $(tooldir)/lib${MULTISUBDIR}/$(GDBLIB)
84
        $(INSTALL_DATA) $(GDBSTUB) $(tooldir)/lib${MULTISUBDIR}/$(GDBSTUB)
85
        $(INSTALL_DATA) $(srcdir)/$(EVASCRIPT) $(tooldir)/lib/$(EVASCRIPT)
86
        $(INSTALL_DATA) $(srcdir)/$(STUBSCRIPT) $(tooldir)/lib/$(STUBSCRIPT)
87
 
88
clean mostlyclean:
89
        rm -f *~ *.[oa]
90
 
91
distclean maintainer-clean realclean: clean
92
        rm -f Makefile config.status
93
 
94
info doc:
95
install-info:
96
clean-info:
97
 
98
Makefile: Makefile.in config.status @host_makefile_frag_path@
99
        $(SHELL) config.status
100
 
101
config.status: configure
102
        $(SHELL) config.status --recheck
103
 
104
# to support SunOS VPATH
105
crt0.o: crt0.S
106
crtsysc.o: crtsysc.c
107
m32r-lib.o: m32r-lib.c

powered by: WebSVN 2.1.0

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