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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [utils/] [spu/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# This file was generated automatically by configure.  Do not edit.
2
VPATH = .
3
links =
4
host_alias = i686-pc-linux-gnu
5
host_cpu = i686
6
host_vendor = pc
7
host_os = linux-gnu
8
host_canonical = i686-pc-linux-gnu
9
target_alias = or32-rtems
10
target_cpu = or32
11
target_vendor = unknown
12
target_os = coff
13
target_canonical = or32-unknown-coff
14
build_alias = i686-pc-linux-gnu
15
build_cpu = i686
16
build_vendor = pc
17
build_os = linux-gnu
18
build_canonical = i686-pc-linux-gnu
19
enable_shared = no
20
enable_version_specific_runtime_libs = no
21
gcc_version_trigger =
22
gcc_version =
23
# Copyright 1993, 1994 Free Software Foundation, Inc.
24
 
25
# This file is part of GNU CC.
26
 
27
# This program is free software; you can redistribute it and/or modify
28
# it under the terms of the GNU General Public License as published by
29
# the Free Software Foundation; either version 2 of the License, or
30
# (at your option) any later version.
31
#
32
# This program is distributed in the hope that it will be useful,
33
# but WITHOUT ANY WARRANTY; without even the implied warranty of
34
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35
# GNU General Public License for more details.
36
#
37
# You should have received a copy of the GNU General Public License
38
# along with this program; if not, write to the Free Software
39
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
40
 
41
prefix = /projects/or32-rtems2
42
 
43
program_transform_name = -e s,^,or32-rtems-,
44
exec_prefix = $(prefix)
45
bindir = ${exec_prefix}/bin
46
libdir = ${exec_prefix}/lib
47
tooldir = $(exec_prefix)/or32-rtems
48
 
49
datadir = ${prefix}/share
50
mandir = ${prefix}/man
51
man1dir = $(mandir)/man1
52
man2dir = $(mandir)/man2
53
man3dir = $(mandir)/man3
54
man4dir = $(mandir)/man4
55
man5dir = $(mandir)/man5
56
man6dir = $(mandir)/man6
57
man7dir = $(mandir)/man7
58
man8dir = $(mandir)/man8
59
man9dir = $(mandir)/man9
60
infodir = ${prefix}/info
61
includedir = ${prefix}/include
62
 
63
SHELL = /bin/sh
64
 
65
INSTALL = install -c
66
INSTALL_PROGRAM = $(INSTALL)
67
INSTALL_DATA = $(INSTALL)
68
 
69
AR = ar
70
AR_FLAGS = qv
71
RANLIB = ranlib
72
 
73
# Directory containing source files.  Don't clean up the spacing,
74
# this exact string is matched for by the "configure" script.
75
srcdir = .
76
 
77
# Where is the "include" directory?  Traditionally ../include or ./include
78
 
79
INCLUDE_DIR =  ${srcdir}/../../include
80
INCLUDE_DEP = $$(INCLUDE_DIR)
81
 
82
# All the includes used for CFLAGS and for lint.
83
# -I. for config files.
84
# -I${srcdir} possibly for regex.h also.
85
# -I${srcdir}/config for more generic config files.
86
 
87
INCLUDE_CFLAGS = -I. -I${srcdir} -I${srcdir}/config -I$(INCLUDE_DIR)
88
 
89
# CFLAGS is specifically reserved for setting from the command line
90
# when running make.  I.E.  "make CFLAGS=-Wmissing-prototypes".
91
 
92
CFLAGS = -g -O2
93
 
94
# ALL_CFLAGS is the aggregate of all other *CFLAGS macros.
95
 
96
ALL_CFLAGS = $(CFLAGS) $(INCLUDE_CFLAGS)
97
 
98
# None of the things in CFLAGS will do any harm, and on some systems
99
#  (e.g. SunOS4) it is important to use the MH_CFLAGS.
100
 
101
LDFLAGS = $(CFLAGS)
102
 
103
# Where is the "-liberty" library, containing getopt and obstack?
104
 
105
LIBIBERTY_DIR = ${srcdir}/../../libiberty
106
LIBIBERTY = ./../../libiberty${subdir}/libiberty.a
107
 
108
# Host and target-dependent makefile fragments come in here.
109
####
110
# End of host and target-dependent makefile fragments
111
 
112
# Prevent Sun make from putting in the machine type.  Setting
113
# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
114
 
115
.c.o:
116
        ${CC} -c ${ALL_CFLAGS} $<
117
 
118
OFILES = spu.o
119
 
120
all: spu
121
 
122
info:
123
 
124
install:
125
 
126
install-info:
127
 
128
spu: ${OFILES}
129
        $(CC) $(CFLAGS) -o spu spu.o
130
 
131
spu.o: spu.c
132
 
133
mostlyclean:
134
 
135
clean:          mostlyclean
136
        rm -f *.o spu
137
 
138
distclean:      clean
139
        rm -f Makefile config.status
140
 
141
maintainer-clean realclean:     distclean
142
 
143
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
144
        $(SHELL) config.status
145
 
146
force:

powered by: WebSVN 2.1.0

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