* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
CommitLineData
d6e9fb05 1#Copyright 1989, 90, 91, 92, 93, 94, 95, 96, 97, 99, 2000
c906108c
SS
2#Free Software Foundation, Inc.
3
4# This file is part of GDB.
5
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
d6e9fb05
JK
20prefix = @prefix@
21exec_prefix = @exec_prefix@
c906108c 22
d6e9fb05
JK
23host_alias = @host_alias@
24target_alias = @target_alias@
25program_transform_name = @program_transform_name@
26bindir = @bindir@
27libdir = @libdir@
c906108c
SS
28tooldir = $(libdir)/$(target_alias)
29
d6e9fb05
JK
30datadir = @datadir@
31mandir = @mandir@
c906108c
SS
32man1dir = $(mandir)/man1
33man2dir = $(mandir)/man2
34man3dir = $(mandir)/man3
35man4dir = $(mandir)/man4
36man5dir = $(mandir)/man5
37man6dir = $(mandir)/man6
38man7dir = $(mandir)/man7
39man8dir = $(mandir)/man8
40man9dir = $(mandir)/man9
d6e9fb05 41infodir = @infodir@
085dd6e6 42htmldir = $(prefix)/html
d6e9fb05 43includedir = @includedir@
c906108c
SS
44
45SHELL = /bin/sh
46
d6e9fb05
JK
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
c906108c
SS
50
51AR = ar
52AR_FLAGS = qv
53RANLIB = ranlib
54
55# If you are compiling with GCC, make sure that either 1) You use the
56# -traditional flag, or 2) You have the fixed include files where GCC
57# can reach them. Otherwise the ioctl calls in inflow.c
58# will be incorrectly compiled. The "fixincludes" script in the gcc
59# distribution will fix your include files up.
60#CC=cc
61#CC=gcc -traditional
62GCC=gcc
63
64# Directory containing source files. Don't clean up the spacing,
65# this exact string is matched for by the "configure" script.
d6e9fb05
JK
66srcdir = @srcdir@
67VPATH = @srcdir@
c906108c
SS
68
69# It is also possible that you will need to add -I/usr/include/sys to the
70# CFLAGS section if your system doesn't have fcntl.h in /usr/include (which
71# is where it should be according to Posix).
72
73# Set this up with gcc if you have gnu ld and the loader will print out
74# line numbers for undefinded refs.
75#CC-LD=gcc -static
76CC-LD=${CC}
77
78# Where is the "include" directory? Traditionally ../include or ./include
79INCLUDE_DIR = ${srcdir}/../../include
80INCLUDE_DEP = $$(INCLUDE_DIR)
81
82# Where are the BFD library?
83BFD_DIR = ../../bfd
84BFD = $(BFD_DIR)/libbfd.a
85BFD_SRC = $(srcdir)/$(BFD_DIR)
86BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
87
88# Where is the source dir for the READLINE library? Traditionally in .. or .
89# (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)
90READLINE_DIR = ${srcdir}/../readline
91READLINE_DEP = $$(READLINE_DIR)
92
93# All the includes used for CFLAGS and for lint.
94# -I. for config files.
5c44784c 95# -I.. for gdb's config files (especially config.h)
c906108c
SS
96# -I${srcdir} possibly for regex.h also.
97# -I${srcdir}/config for more generic config files.
5c44784c 98INCLUDE_CFLAGS = -I. -I.. -I${srcdir} -I${srcdir}/.. -I${srcdir}/../config -I$(INCLUDE_DIR)
c906108c
SS
99
100# M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS
101# from the config/ directory.
102GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS}
103#PROFILE_CFLAGS = -pg
104
105# CFLAGS is specifically reserved for setting from the command line
106# when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
107CFLAGS = -g
108# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
109INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} \
5c44784c 110 ${INCLUDE_CFLAGS} ${BFD_CFLAGS} -DGDBSERVER
c906108c
SS
111
112# LDFLAGS is specifically reserved for setting from the command line
113# when running make.
114
115# Perhaps should come from parent Makefile
116VERSION = gdbserver-4.12.3
117DIST=gdb
118
119LINT=/usr/5bin/lint
120LINTFLAGS= $(BFD_CFLAGS)
121
122# Host and target-dependent makefile fragments come in here.
d6e9fb05
JK
123@host_makefile_frag@
124@target_makefile_frag@
c906108c
SS
125# End of host and target-dependent makefile fragments
126
127# All source files that go into linking GDB remote server.
128
d6e9fb05
JK
129SFILES = $(srcdir)/low-hppabsd.c $(srcdir)/low-linux.c $(srcdir)/low-lynx.c \
130 $(srcdir)/low-nbsd.c $(srcdir)/low-sim.c $(srcdir)/low-sparc.c \
131 $(srcdir)/low-sun3.c $(srcdir)/utils.c $(srcdir)/server.c \
132 $(srcdir)/remote-utils.c
c906108c
SS
133
134DEPFILES = $(GDBSERVER_DEPFILES)
135
136SOURCES = $(SFILES) $(ALLDEPFILES)
137TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS}
138
139OBS = utils.o $(GDBSERVER_DEPFILES) server.o remote-utils.o
140
141# Prevent Sun make from putting in the machine type. Setting
142# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
143.c.o:
144 ${CC} -c ${INTERNAL_CFLAGS} $<
145
146all: gdbserver gdbreplay
147
148# Traditionally "install" depends on "all". But it may be useful
149# not to; for example, if the user has made some trivial change to a
150# source file and doesn't care about rebuilding or just wants to save the
151# time it takes for make to check that all is up to date.
152# install-only is intended to address that need.
153install: all install-only
154install-only:
155 n=`echo gdbserver | sed '$(program_transform_name)'`; \
156 if [ x$$n = x ]; then n=gdbserver; else true; fi; \
157 $(INSTALL_PROGRAM) gdbserver $(bindir)/$$n; \
158 $(INSTALL_DATA) $(srcdir)/gdbserver.1 $(man1dir)/$$n.1
159
160uninstall: force
161 n=`echo gdbserver | sed '$(program_transform_name)'`; \
162 if [ x$$n = x ]; then n=gdbserver; else true; fi; \
163 rm -f $(bindir)/$$n $(man1dir)/$$n.1
164
165installcheck:
166check:
167info dvi:
168install-info:
085dd6e6
JM
169html:
170install-html:
c906108c
SS
171clean-info:
172
173gdbserver: $(OBS) ${ADD_DEPS} ${CDEPS}
174 rm -f gdbserver
175 ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdbserver $(OBS) \
176 $(GDBSERVER_LIBS) $(XM_CLIBS)
177
178gdbreplay: gdbreplay.o
179 rm -f gdbreplay
180 ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdbreplay gdbreplay.o \
181 $(XM_CLIBS)
182
c906108c
SS
183# Put the proper machine-specific files first, so M-. on a machine
184# specific routine gets the one for the correct machine.
185# The xyzzy stuff below deals with empty DEPFILES
186TAGS: ${TAGFILES}
187 etags `find ${srcdir}/../config -name $(TM_FILE) -print` \
188 `find ${srcdir}/../config -name ${XM_FILE} -print` \
189 `find ${srcdir}/../config -name ${NAT_FILE} -print` \
190 `for i in yzzy ${DEPFILES}; do \
191 if [ x$$i != xyzzy ]; then \
192 echo ${srcdir}/$$i | sed -e 's/\.o$$/\.c/' ; \
193 fi; \
194 done` \
195 ${TAGFILES}
196tags: TAGS
197
198clean:
199 rm -f *.o ${ADD_FILES} *~
d6e9fb05 200 rm -f gdbserver gdbreplay core make.log
c906108c
SS
201
202distclean: clean
203 rm -f nm.h tm.h xm.h config.status
204 rm -f Makefile
205
206maintainer-clean realclean: clean
207 rm -f nm.h tm.h xm.h config.status
208 rm -f Makefile
209
210STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb
211
d6e9fb05 212Makefile: Makefile.in config.status @frags@
c906108c
SS
213 $(SHELL) ./config.status
214
d6e9fb05
JK
215config.status: configure
216 $(SHELL) ./config.status --recheck
217
c906108c
SS
218force:
219
220version.c: Makefile
221 echo 'char *version = "$(VERSION)";' >version.c
222
223# GNU Make has an annoying habit of putting *all* the Makefile variables
224# into the environment, unless you include this target as a circumvention.
225# Rumor is that this will be fixed (and this target can be removed)
226# in GNU Make 4.0.
227.NOEXPORT:
228
229# GNU Make 3.63 has a different problem: it keeps tacking command line
230# overrides onto the definition of $(MAKE). This variable setting
231# will remove them.
232MAKEOVERRIDES=
233
234## This is ugly, but I don't want GNU make to put these variables in
235## the environment. Older makes will see this as a set of targets
236## with no dependencies and no actions.
237unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
238
239server.o : ${srcdir}/server.c ${srcdir}/server.h
240remote-utils.o : ${srcdir}/remote-utils.c ${srcdir}/server.h
241low-linux.o : ${srcdir}/low-linux.c ${srcdir}/server.h
242low-lynx.o : ${srcdir}/low-lynx.c ${srcdir}/server.h
d6e9fb05 243low-nbsd.o : ${srcdir}/low-nbsd.c ${srcdir}/server.h
c906108c
SS
244low-sim.o : ${srcdir}/low-sim.c ${srcdir}/server.h
245low-sparc.o : $(srcdir)/low-sparc.c $(srcdir)/server.h
246low-sun3.o : $(srcdir)/low-sun3.c $(srcdir)/server.h
247low-hppabsd.o : $(srcdir)/low-hppabsd.c $(srcdir)/server.h
248utils.o : ${srcdir}/utils.c ${srcdir}/server.h
249
250# This is the end of "Makefile.in".
This page took 0.064088 seconds and 4 git commands to generate.