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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.3/] [utils/] [spu/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1181 sfurman
# Copyright 1993, 1994, 2002 Free Software Foundation, Inc.
2
 
3
# This file is part of SPU.
4
 
5
# This program 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
VPATH = @srcdir@
19
 
20
SHELL = /bin/sh
21
 
22
prefix = @prefix@
23
exec_prefix = @exec_prefix@
24
bindir = @bindir@
25
libdir = @libdir@
26
datadir = @datadir@
27
mandir = @mandir@
28
infodir = @infodir@
29
includedir = @includedir@
30
srcdir = @srcdir@
31
 
32
CC = @CC@
33
CFLAGS = @CFLAGS@
34
 
35
man1dir = $(mandir)/man1
36
man2dir = $(mandir)/man2
37
man3dir = $(mandir)/man3
38
man4dir = $(mandir)/man4
39
man5dir = $(mandir)/man5
40
man6dir = $(mandir)/man6
41
man7dir = $(mandir)/man7
42
man8dir = $(mandir)/man8
43
man9dir = $(mandir)/man9
44
tooldir = $(libdir)/$(target_alias)
45
 
46
INSTALL = @INSTALL@
47
INSTALL_PROGRAM = $(INSTALL)
48
INSTALL_DATA = $(INSTALL)
49
 
50
# Where is the "include" directory?  Traditionally ../include or ./include
51
 
52
INCLUDE_DIR = ${srcdir}/../../include
53
 
54
# All the includes used for CFLAGS and for lint.
55
# -I. for config files.
56
# -I${srcdir} possibly for regex.h also.
57
# -I${srcdir}/config for more generic config files.
58
 
59
INCLUDE_CFLAGS = -I. -I${srcdir} -I${srcdir}/config -I$(INCLUDE_DIR)
60
 
61
# ALL_CFLAGS is the aggregate of all other *CFLAGS macros.
62
 
63
ALL_CFLAGS = @DEFS@ $(INCLUDE_CFLAGS) $(CFLAGS)
64
 
65
all: spu
66
 
67
info:
68
 
69
install:
70
 
71
spu: spu.o
72
        $(CC) $(CFLAGS) -o spu spu.o
73
 
74
# Prevent Sun make from putting in the machine type.  Setting
75
# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
76
spu.o: $(srcdir)/spu.c
77
        ${CC} -c ${ALL_CFLAGS} $(srcdir)/spu.c
78
 
79
mostlyclean:
80
 
81
clean: mostlyclean
82
        rm -f *.o spu
83
 
84
distclean: clean
85
        rm -f Makefile config.status config.log config.cache
86
 
87
maintainer-clean realclean: distclean
88
 
89
Makefile: $(srcdir)/Makefile.in config.status
90
        ./config.status
91
 
92
config.status: $(srcdir)/configure
93
        ./config.status --recheck
94
 
95
$(srcdir)/configure: $(srcdir)/configure.in
96
        cd $(srcdir) && autoconf

powered by: WebSVN 2.1.0

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