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

Subversion Repositories or1k

[/] [or1k/] [tags/] [VER_5_3/] [gdb-5.3/] [utils/] [wince/] [Makefile] - Blame information for rev 1181

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1181 sfurman
# Generated automatically from Makefile.in by configure.
2
#Copyright 1999 Free Software Foundation, Inc.
3
 
4
# This program is free software; you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
6
# the Free Software Foundation; either version 2 of the License, or
7
# (at your option) any later version.
8
#
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
#
14
# You should have received a copy of the GNU General Public License
15
# along with this program; if not, write to the Free Software
16
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 
18
prefix = /usr/local
19
exec_prefix = ${prefix}
20
 
21
host_alias = sun4
22
target_alias = sun4
23
program_transform_name = s,x,x,
24
bindir = $(exec_prefix)/bin
25
libdir = $(exec_prefix)/lib
26
tooldir = $(libdir)/$(target_alias)
27
 
28
datadir = $(prefix)/share
29
mandir = $(prefix)/man
30
man1dir = $(mandir)/man1
31
man2dir = $(mandir)/man2
32
man3dir = $(mandir)/man3
33
man4dir = $(mandir)/man4
34
man5dir = $(mandir)/man5
35
man6dir = $(mandir)/man6
36
man7dir = $(mandir)/man7
37
man8dir = $(mandir)/man8
38
man9dir = $(mandir)/man9
39
infodir = $(prefix)/info
40
includedir = $(prefix)/include
41
 
42
SHELL = /bin/sh
43
 
44
INSTALL = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
45
INSTALL_PROGRAM = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
46
INSTALL_DATA = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c -m 644
47
 
48
CC=gcc
49
EXEEXT =
50
 
51
# Directory containing source files.
52
srcdir = .././wince
53
VPATH = .././wince
54
 
55
# Where is the "-liberty" library?  Typically in ../libiberty.
56
LIBIBERTY = ../../libiberty/libiberty.a
57
 
58
# All the includes used for CFLAGS and for lint.
59
# -I. for config files.
60
# -I${srcdir} possibly for regex.h also.
61
INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../../include
62
 
63
# CFLAGS is specifically reserved for setting from the command line
64
# when running make.  I.E.  "make USER_CFLAGS=-Wmissing-prototypes".
65
CFLAGS = -g
66
 
67
# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
68
INTERNAL_CFLAGS = $(CFLAGS) $(INCLUDE_CFLAGS) $(USER_CFLAGS)
69
# None of the things in CFLAGS will do any harm, and on some systems
70
#  (e.g. SunOS4) it is important to use the MH_CFLAGS.
71
LDFLAGS = $(CFLAGS)
72
 
73
# Libraries and corresponding dependencies for compiling gdb.
74
CLIBS = ${LIBIBERTY}
75
CDEPS = ${LIBIBERTY}
76
 
77
# Prevent Sun make from putting in the machine type.  Setting
78
# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
79
.c.o:
80
        ${CC} -c ${INTERNAL_CFLAGS} $<
81
 
82
PROGS = cesetup$(EXEEXT)
83
 
84
.PHONY: all info install install-info
85
 
86
all: $(PROGS)
87
 
88
info:
89
 
90
install: $(PROGS)
91
        if [ "$(PROGS)" != "" ]; then \
92
                for i in $(PROGS); do \
93
                        $(INSTALL_PROGRAM) $$i $(bindir)/$$i; \
94
                done; \
95
        fi
96
 
97
install-info:
98
 
99
cesetup$(EXEEXT):       cesetup.o
100
        $(CC) $(LDFLAGS) -o cesetup$(EXEEXT) cesetup.o $(CLIBS)
101
 
102
cesetup.o: cesetup.c
103
 
104
mostlyclean:
105
 
106
clean:          mostlyclean
107
        rm -f *.o $(PROGS)
108
 
109
distclean:      clean
110
        rm -f config.log config.cache
111
 
112
maintainer-clean realclean:     distclean
113
 
114
Makefile: Makefile.in config.status
115
        $(SHELL) config.status
116
 
117
config.status: configure
118
        $(SHELL) config.status --recheck
119
 

powered by: WebSVN 2.1.0

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