Version 4.8.3
[deliverable/binutils-gdb.git] / gdb / Makefile.in
1 #Copyright 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
2
3 # This file is part of GDB.
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
19 prefix = /usr/local
20
21 program_transform_name =
22 exec_prefix = $(prefix)
23 bindir = $(exec_prefix)/bin
24 libdir = $(exec_prefix)/lib
25 tooldir = $(libdir)/$(target_alias)
26
27 datadir = $(prefix)/lib
28 mandir = $(prefix)/man
29 man1dir = $(mandir)/man1
30 man2dir = $(mandir)/man2
31 man3dir = $(mandir)/man3
32 man4dir = $(mandir)/man4
33 man5dir = $(mandir)/man5
34 man6dir = $(mandir)/man6
35 man7dir = $(mandir)/man7
36 man8dir = $(mandir)/man8
37 man9dir = $(mandir)/man9
38 infodir = $(prefix)/info
39 includedir = $(prefix)/include
40 docdir = $(datadir)/doc
41
42 SHELL = /bin/sh
43
44 INSTALL = install -c
45 INSTALL_PROGRAM = $(INSTALL)
46 INSTALL_DATA = $(INSTALL)
47
48 AR = ar
49 AR_FLAGS = qv
50 RANLIB = ranlib
51
52 # Flags that describe where you can find the termcap library.
53 # This can be overridden in the host Makefile fragment file.
54 TERMCAP = -ltermcap
55
56 # System V: If you compile gdb with a compiler which uses the coff
57 # encapsulation feature (this is a function of the compiler used, NOT
58 # of the m-?.h file selected by config.gdb), you must make sure that
59 # the GNU nm is the one that is used by munch.
60
61 # If you are compiling with GCC, make sure that either 1) You use the
62 # -traditional flag, or 2) You have the fixed include files where GCC
63 # can reach them. Otherwise the ioctl calls in inflow.c
64 # will be incorrectly compiled. The "fixincludes" script in the gcc
65 # distribution will fix your include files up.
66 #CC=cc
67 #CC=gcc -traditional
68 GCC=gcc
69
70 # Directory containing source files. Don't clean up the spacing,
71 # this exact string is matched for by the "configure" script.
72 srcdir = .
73
74 # It is also possible that you will need to add -I/usr/include/sys to the
75 # CFLAGS section if your system doesn't have fcntl.h in /usr/include (which
76 # is where it should be according to Posix).
77
78 # If you use bison instead of yacc, it needs to include the "-y" argument.
79 #BISON="bison -y"
80 BISON=yacc
81 YACC=$(BISON)
82
83 # where to find texinfo; GDB dist should include a recent one
84 TEXIDIR=${srcdir}/../texinfo
85
86 # where to find makeinfo, preferably one designed for texinfo-2
87 MAKEINFO=makeinfo
88
89 # Set this up with gcc if you have gnu ld and the loader will print out
90 # line numbers for undefinded refs.
91 #CC-LD=gcc -static
92 CC-LD=${CC}
93
94 # Where is the "include" directory? Traditionally ../include or ./include
95 INCLUDE_DIR = ${srcdir}/../include
96 INCLUDE_DEP = $$(INCLUDE_DIR)
97
98 # Where is the source dir for the MMALLOC library? Traditionally ../mmalloc
99 # or ./mmalloc (When we want the binary library built from it, we use
100 # ${MMALLOC_DIR}${subdir}.)
101 # Note that mmalloc can still be used on systems without mmap().
102 # To use your system malloc, comment out the following defines.
103 MMALLOC_DIR = ${srcdir}/../mmalloc
104 MMALLOC_DEP = $$(MMALLOC_DIR)
105 MMALLOC_LIB = ./../mmalloc${subdir}/libmmalloc.a
106 # To use your system malloc, uncomment MMALLOC_DISABLE.
107 #MMALLOC_DISABLE = -DNO_MMALLOC
108 # To use mmalloc but disable corruption checking, uncomment MMALLOC_CHECK
109 #MMALLOC_CHECK = -DNO_MMALLOC_CHECK
110 MMALLOC_CFLAGS = ${MMALLOC_CHECK} ${MMALLOC_DISABLE}
111
112 # Where is the source dir for the BFD library? Traditionally ../bfd or ./bfd
113 # (When we want the binary library built from it, we use ${BFD_DIR}${subdir}.)
114 BFD_DIR = ${srcdir}/../bfd
115 BFD_DEP = $$(BFD_DIR)
116 BFD_LIB = ./../bfd${subdir}/libbfd.a
117
118 # Where is the source dir for the READLINE library? Traditionally in .. or .
119 # (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)
120 READLINE_DIR = ${srcdir}/../readline
121 READLINE_DEP = $$(READLINE_DIR)
122 RL_LIB = ./../readline${subdir}/libreadline.a
123
124 # All the includes used for CFLAGS and for lint.
125 # -I. for config files.
126 # -I${srcdir} possibly for regex.h also.
127 # -I${srcdir}/config for more generic config files.
128 INCLUDE_CFLAGS = -I. -I${srcdir} -I${srcdir}/config -I$(INCLUDE_DIR)
129
130 # M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS
131 # from the config/ directory.
132 GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS}
133 #PROFILE_CFLAGS = -pg
134
135 # CFLAGS is specifically reserved for setting from the command line
136 # when running make. I.E. "make USER_CFLAGS=-Wmissing-prototypes".
137 CFLAGS = -g
138 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
139 INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${MMALLOC_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS}
140 # None of the things in CFLAGS will do any harm, and on some systems
141 # (e.g. SunOS4) it is important to use the MH_CFLAGS.
142 LDFLAGS = $(CFLAGS)
143
144 # Where is the "-liberty" library, containing getopt and obstack?
145 LIBIBERTY_DIR = ${srcdir}/../libiberty
146 LIBIBERTY = ./../libiberty${subdir}/libiberty.a
147
148 # Where is the "-lopcodes" library, with (some of) the opcode tables and
149 # disassemblers?
150 OPCODES = ./../opcodes${subdir}/libopcodes.a
151
152 # The config/mh-* file must define REGEX and REGEX1 on USG machines.
153 # If your sysyem is missing alloca(), or, more likely, it's there but
154 # it doesn't work, define ALLOCA & ALLOCA1 too.
155
156 # Libraries and corresponding dependencies for compiling gdb.
157 # {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
158 # TERMCAP comes after readline, since readline depends on it.
159 CLIBS = ${BFD_LIB} ${RL_LIB} ${TERMCAP} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
160 ${XM_CLIBS} ${TM_CLIBS} ${NAT_CLIBS}
161 CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \
162 ${BFD_LIB} ${RL_LIB} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY}
163
164 ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
165 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
166
167 VERSION = 4.8.3
168 DIST=gdb
169
170 LINT=/usr/5bin/lint
171 LINTFLAGS= -I${BFD_DIR}
172
173 RUNTEST=runtest
174 RUNTESTFLAGS=
175
176 # Host and target-dependent makefile fragments come in here.
177 ####
178 # End of host and target-dependent makefile fragments
179
180 FLAGS_TO_PASS = \
181 "prefix=$(prefix)" \
182 "exec_prefix=$(exec_prefix)" \
183 "against=$(against)" \
184 "AR=$(AR)" \
185 "AR_FLAGS=$(AR_FLAGS)" \
186 "CC=$(CC)" \
187 "CFLAGS=$(CFLAGS)" \
188 $(start-sanitize-chill)\
189 "CHILLFLAGS=$(CHILLFLAGS)" \
190 "CHILL=$(CHILL)" \
191 "CHILL_LIB=$(CHILL_LIB)" \
192 $(end-sanitize-chill)\
193 "CXX=$(CXX)" \
194 "CXXFLAGS=$(CXXFLAGS)" \
195 "RANLIB=$(RANLIB)" \
196 "MAKEINFO=$(MAKEINFO)" \
197 "INSTALL=$(INSTALL)" \
198 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
199 "INSTALL_DATA=$(INSTALL_DATA)" \
200 "RUNTEST=$(RUNTEST)" \
201 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
202 "BISON=$(BISON)"
203
204 # Flags that we pass when building the testsuite.
205
206 CC_FOR_TARGET = ` \
207 if [ -f $${rootme}/../gcc/Makefile ] ; then \
208 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
209 else \
210 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
211 echo $(CC); \
212 else \
213 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
214 fi; \
215 fi`
216
217 CXX = gcc
218
219 CXX_FOR_TARGET = ` \
220 if [ -f $${rootme}/../gcc/Makefile ] ; then \
221 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
222 else \
223 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
224 echo $(CXX); \
225 else \
226 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
227 fi; \
228 fi`
229
230 $(start-sanitize-chill)
231 CHILLFLAGS = $(CFLAGS)
232 CHILL = gcc
233 CHILL_FOR_TARGET = ` \
234 if [ -f $${rootme}/../gcc/Makefile ] ; then \
235 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -L$${rootme}/../chillrt/; \
236 else \
237 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
238 echo $(CC); \
239 else \
240 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
241 fi; \
242 fi`
243 CHILL_LIB = -lchill
244
245 $(end-sanitize-chill)
246
247 # The use of $$(x_FOR_TARGET) reduces the command line length by not
248 # duplicating the lengthy definition.
249 TARGET_FLAGS_TO_PASS = \
250 "prefix=$(prefix)" \
251 "exec_prefix=$(exec_prefix)" \
252 "against=$(against)" \
253 'CC=$$(CC_FOR_TARGET)' \
254 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
255 "CFLAGS=$(CFLAGS)" \
256 $(start-sanitize-chill)\
257 "CHILLFLAGS=$(CHILLFLAGS)" \
258 'CHILL=$$(CHILL_FOR_TARGET)' \
259 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
260 "CHILL_LIB=$(CHILL_LIB)" \
261 $(end-sanitize-chill)\
262 'CXX=$$(CXX_FOR_TARGET)' \
263 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
264 "CXXFLAGS=$(CXXFLAGS)" \
265 "MAKEINFO=$(MAKEINFO)" \
266 "INSTALL=$(INSTALL)" \
267 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
268 "INSTALL_DATA=$(INSTALL_DATA)" \
269 "RUNTEST=$(RUNTEST)" \
270 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
271 "BISON=$(BISON)"
272
273 # All source files that go into linking GDB, except config-specified files.
274 # Source files which are included via a config/*/* Makefile fragment should
275 # *not* be specified here; they're in "ALLDEPFILES".
276 SFILES = blockframe.c breakpoint.c buildsym.c c-exp.y c-lang.c c-typeprint.c \
277 c-valprint.c ch-exp.y ch-lang.c ch-typeprint.c ch-valprint.c coffread.c \
278 command.c complaints.c core.c cp-valprint.c dbxread.c demangle.c \
279 dwarfread.c elfread.c environ.c eval.c expprint.c findvar.c gdbtypes.c \
280 infcmd.c inflow.c infrun.c language.c m2-exp.y m2-lang.c m2-typeprint.c \
281 m2-valprint.c main.c maint.c mem-break.c minsyms.c mipsread.c \
282 objfiles.c parse.c printcmd.c remote.c source.c stabsread.c stack.c \
283 symfile.c symmisc.c symtab.c target.c typeprint.c utils.c valarith.c \
284 valops.c valprint.c values.c serial.c ser-hardwire.c
285
286 # Files that are not source code, but need to go into gdb-$(VERSION).tar.Z.
287 NONSRC = Makefile.in depend alldeps.mak createtags munch configure.in \
288 ChangeLog ChangeLog-9091 ChangeLog-3.x gdb.1 refcard.ps README TODO \
289 TAGS NEWS Projects .gdbinit COPYING $(YYFILES) copying.c copying.awk \
290 saber.suppress standalone.c stuff.c kdb-start.c putenv.c gcc.patch \
291 ${srcdir}/nindy-share/Makefile ${srcdir}/nindy-share/VERSION \
292 ${srcdir}/nindy-share/README ${srcdir}/vx-share/README \
293 ${srcdir}/config/convex/Convex.notes
294
295 # All source files that lint should look at
296 LINTFILES = $(SFILES) $(YYFILES) init.c
297
298 # Any additional files specified on these lines should also be added to
299 # the NONSRC definition, so they go in the tar files.
300 SFILES_STAND = $(SFILES) standalone.c
301 SFILES_KGDB = $(SFILES) stuff.c kdb-start.c
302
303 # Header files that are not named in config/*/* Makefile fragments go here.
304 HFILES = breakpoint.h buildsym.h call-cmds.h command.h defs.h environ.h \
305 expression.h frame.h gdbcmd.h gdbcore.h gdbtypes.h gdb-stabs.h \
306 inferior.h language.h minimon.h objfiles.h parser-defs.h \
307 partial-stab.h serial.h signals.h solib.h symfile.h symtab.h \
308 stabsread.h target.h terminal.h typeprint.h xcoffsolib.h value.h \
309 c-lang.h ch-lang.h m2-lang.h complaints.h ns32k-opcode.h valprint.h \
310 config/m68k/tm-m68k.h config/pa/tm-hppa.h \
311 config/i960/tm-i960.h config/sparc/tm-sparc.h config/tm-sunos.h \
312 config/tm-sysv4.h config/m68k/xm-m68k.h config/sparc/xm-sparc.h \
313 config/xm-sysv4.h config/vax/xm-vax.h config/nm-trash.h \
314 ${srcdir}/29k-share/udi/udiphcfg.h ${srcdir}/29k-share/udi/udiphsun.h \
315 ${srcdir}/29k-share/udi/udiproc.h ${srcdir}/29k-share/udi/udipt29k.h \
316 ${srcdir}/29k-share/udi/udiptcfg.h ${srcdir}/29k-share/udi/udisoc.h \
317 ${srcdir}/29k-share/udi_soc ${srcdir}/nindy-share/b.out.h \
318 ${srcdir}/nindy-share/block_io.h ${srcdir}/nindy-share/coff.h \
319 ${srcdir}/nindy-share/demux.h ${srcdir}/nindy-share/env.h \
320 ${srcdir}/nindy-share/stop.h ${srcdir}/nindy-share/ttycntl.h \
321 ${srcdir}/vx-share/dbgRpcLib.h ${srcdir}/vx-share/ptrace.h \
322 ${srcdir}/vx-share/vxTypes.h ${srcdir}/vx-share/vxWorks.h \
323 ${srcdir}/vx-share/wait.h ${srcdir}/vx-share/xdr_ld.h \
324 ${srcdir}/vx-share/xdr_ptrace.h ${srcdir}/vx-share/xdr_rdb.h
325
326 # GDB "info" files, which should be included in their entirety
327 INFOFILES = gdb.info*
328
329 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
330
331 POSSLIBS = regex.c regex.h alloca.c
332
333 TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
334
335 # Subdirectories of gdb, which should be included in their entirety in
336 # gdb-xxx.tar.Z:
337 TARDIRS = doc sparclite # tests
338
339 DEPFILES = ${TDEPFILES} ${XDEPFILES} ${NATDEPFILES}
340
341 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES)
342 TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS}
343
344 TARFILES = ${SFILES} ${HFILES} ${NONSRC} ${ALLDEPFILES} $(ALLCONFIG) \
345 $(ALLPARAM) $(INFOFILES) ${POSSLIBS} ${REMOTE_EXAMPLES}
346
347 OBS = version.o main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
348 values.o eval.o valops.o valarith.o valprint.o printcmd.o \
349 symtab.o symfile.o symmisc.o infcmd.o infrun.o remote.o \
350 command.o utils.o expprint.o environ.o gdbtypes.o \
351 copying.o $(DEPFILES) mem-break.o target.o \
352 putenv.o parse.o language.o $(YYOBJ) \
353 buildsym.o objfiles.o minsyms.o maint.o demangle.o \
354 dbxread.o coffread.o elfread.o dwarfread.o mipsread.o \
355 stabsread.o core.o c-lang.o ch-lang.o m2-lang.o complaints.o \
356 typeprint.o c-typeprint.o ch-typeprint.o m2-typeprint.o \
357 c-valprint.o cp-valprint.o ch-valprint.o m2-valprint.o \
358 serial.o ser-hardwire.o
359
360 RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
361
362 TSOBS = inflow.o
363
364 NTSOBS = standalone.o
365
366 TSSTART = /lib/crt0.o
367
368 NTSSTART = kdb-start.o
369
370 SUBDIRS = doc testsuite
371
372 # For now, shortcut the "configure GDB for fewer languages" stuff.
373 YYFILES = c-exp.tab.c m2-exp.tab.c ch-exp.tab.c
374 YYOBJ = c-exp.tab.o m2-exp.tab.o ch-exp.tab.o
375
376 # Prevent Sun make from putting in the machine type. Setting
377 # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
378 .c.o:
379 ${CC} -c ${INTERNAL_CFLAGS} $<
380
381 all: gdb
382 $(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
383
384 installcheck:
385 check: force
386 rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do
387 info dvi: force
388 $(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
389 install-info: force
390 $(MAKE) $(FLAGS_TO_PASS) DO=install-info "DODIRS=$(SUBDIRS)" subdir_do
391 clean-info: force
392 $(MAKE) $(FLAGS_TO_PASS) DO=clean-info "DODIRS=$(SUBDIRS)" subdir_do
393
394 gdb.z:gdb.1
395 nroff -man $(srcdir)/gdb.1 | col -b > gdb.t
396 pack gdb.t ; rm -f gdb.t
397 mv gdb.t.z gdb.z
398
399 install: gdb
400 -parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \
401 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
402 -if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
403 -parent=`echo $(man1dir)|sed -e 's@/[^/]*$$@@'`; \
404 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
405 -if [ -d $(man1dir) ] ; then true ; else mkdir $(man1dir) ; fi
406 -n=`t='$(program_transform_name)'; echo gdb | sed -e "" $$t`; \
407 $(INSTALL_PROGRAM) gdb $(bindir)/$$n; \
408 $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$n.1
409 $(M_INSTALL)
410 $(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
411
412 init.c: $(srcdir)/munch $(OBS) $(TSOBS)
413 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(TSOBS) > init.c
414
415 gdb: $(OBS) $(TSOBS) ${ADD_DEPS} ${CDEPS} init.o
416 ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdb \
417 init.o $(OBS) $(TSOBS) $(ADD_FILES) $(CLIBS) $(LOADLIBES)
418
419 saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
420 #setopt load_flags $(CFLAGS) -I$(BFD_DIR) -DHOST_SYS=SUN4_SYS
421 #load ./init.c $(SFILES)
422 #unload ${srcdir}/c-exp.y ${srcdir}/m2-exp.y ${srcdir}/ch-exp.y
423 #unload ${srcdir}/vx-share/*.h
424 #unload ${srcdir}/nindy-share/[A-Z]*
425 #load c-exp.tab.c m2-exp.tab.c ch-exp.tab.c
426 #load copying.c version.c
427 #load ../opcodes/libopcodes.a
428 #load ../libiberty/libiberty.a
429 #load ../bfd/libbfd.a
430 #load ../readline/libreadline.a
431 #load ../mmalloc/libmmalloc.a
432 #load -ltermcap
433 #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
434 echo "Load .c corresponding to:" $(DEPFILES)
435
436
437 # This is useful when debugging GDB, because some Unix's don't let you run GDB
438 # on itself without copying the executable. So "make gdb1" will make
439 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
440 # Removing gdb1 before the copy is the right thing if gdb1 is open
441 # in another process.
442 gdb1: gdb
443 rm -f gdb1
444 cp gdb gdb1
445
446 # This is a remote stub which runs under unix and starts up an
447 # inferior process. This is at least useful for debugging GDB's
448 # remote support.
449 rapp: $(RAPP_OBS)
450 rm -f rapp_init.c
451 ${srcdir}/munch ${MUNCH_DEFINE} ${RAPP_OBS} > rapp_init.c
452 ${CC-LD} $(LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS)
453
454 # Support for building Makefile out of configured pieces, automatically
455 # generated dependencies, etc. alldeps.mak is a file that contains
456 # "make" variable definitions for all ALLDEPFILES, ALLPARAM, and ALLCONFIG,
457 # all cadged from the current contents of the config subtree.
458
459 alldeps.mak: force
460 rm -f alldeps.mak alldeps*.tmp allparam*.tmp allconfig*.tmp
461 for i in `find ${srcdir}/config -name '*.m[ht]'` ; do \
462 echo $$i >>allconfig.tmp; \
463 awk <$$i ' \
464 $$1 == "TDEPFILES=" || $$1 == "XDEPFILES=" \
465 || $$1 == "NATDEPFILES=" { \
466 for (i = 2; i <= NF; i++) \
467 print $$i >> "alldeps.tmp" ; \
468 } \
469 $$1 == "TM_FILE=" || $$1 == "XM_FILE=" || $$1 == "NAT_FILE=" { \
470 print $$2 >> "allparam.tmp" }' ; \
471 done
472 sort <alldeps.tmp | uniq | \
473 sed -e 's/arm-convert.o/arm-convert.s/' \
474 -e 's!^Onindy.o!nindy-share/Onindy.c!' \
475 -e 's!^nindy.o!nindy-share/nindy.c!' \
476 -e 's!ttybreak.o!nindy-share/ttybreak.c!' \
477 -e 's!ttyflush.o!nindy-share/ttyflush.c!' \
478 -e 's!xdr_ld.o!vx-share/xdr_ld.c!' \
479 -e 's!xdr_ptrace.o!vx-share/xdr_ptrace.c!' \
480 -e 's!xdr_rdb.o!vx-share/xdr_rdb.c!' \
481 -e 's!udr.o!29k-share/udi/udr.c!' \
482 -e 's!udip2soc.o!29k-share/udi/udip2soc.c!' \
483 -e '/..\/sim\//d' \
484 -e '/..\/opcodes\//d' \
485 -e 's/\.o/.c/' \
486 >alldeps2.tmp
487 for i in `cat allparam.tmp` ; do \
488 find ${srcdir}/config -name $$i -print >>allparam2.tmp ; \
489 done
490 echo '# Start of "alldeps.mak" definitions' >>alldeps.mak;
491 sort <alldeps2.tmp | uniq | awk 'BEGIN {printf "ALLDEPFILES="} \
492 NR == 0 {printf $$0;} \
493 NR != 0 {printf "\\\n" $$0} \
494 END {printf "\n\n"}' >>alldeps.mak;
495 sort <allparam2.tmp | uniq | awk 'BEGIN {printf "ALLPARAM="} \
496 NR == 0 {printf $$0;} \
497 NR != 0 {printf "\\\n" $$0} \
498 END {printf "\n\n"}' >>alldeps.mak;
499 sort <allconfig.tmp | uniq | awk 'BEGIN {printf "ALLCONFIG="} \
500 NR == 0 {printf $$0;} \
501 NR != 0 {printf "\\\n" $$0} \
502 END {printf "\n\n"}' >>alldeps.mak;
503 echo '# End of "alldeps.mak" definitions' >>alldeps.mak;
504 rm -f alldeps*.tmp allparam*.tmp allconfig*.tmp
505
506 # The sed script makes everything which depends on {x,t}m.h depend on
507 # config.status as well, in case someone reconfigures gdb out from
508 # under an already compiled gdb.
509 depend: $(SOURCES) Makefile.in
510 @echo Ignore errors about non-existent system-supplied include files
511 @echo for systems other than the one you are using.
512 @echo Also ignore any errors in arm-convert.s.
513 -$(GCC) -MM -nostdinc -I/usr/include $(CFLAGS) -I$(BFD_DIR) \
514 -I${READLINE_DIR} $(INCLUDE_CFLAGS) \
515 `ls $(SOURCES) | grep -v '\.[hy]$$' | \
516 sort -u` >depend.tmp
517 # If running in srcdir, translate "./foo.c" into "$srcdir/foo.c" except
518 # for xm.h, tm.h and nm.h. This allows the same "depend" file to be used
519 # by the various subdirectories.
520 if [ "${srcdir}" = "." ] ; then \
521 <depend.tmp sed \
522 -e 's; ./xm.h; xm.h;g' \
523 -e 's; ./tm.h; tm.h;g' \
524 -e 's; ./nm.h; nm.h;g' \
525 -e 's; \./; $${srcdir}/;g' \
526 -e 's; vx-share/; $${srcdir}/vx-share/;g' \
527 -e 's; nindy-share/; $${srcdir}/nindy-share/;g' \
528 -e 's; 29k-share/; $${srcdir}/29k-share/;g' \
529 >depend.tm2; \
530 rm depend.tmp; \
531 mv depend.tm2 depend.tmp; \
532 fi
533 <depend.tmp sed \
534 -e 's; [xt]m.h;& config.status;g' \
535 -e 's; $(INCLUDE_DIR)/; $(INCLUDE_DEP)/;g' \
536 -e 's; $(READLINE_DIR)/; $(READLINE_DEP)/;g' \
537 -e 's; [a-z0-9./]*bfd/; $(BFD_DEP)/;g' \
538 -e 's; ./xm.h; xm.h config.status;g' \
539 -e 's; ./tm.h; tm.h config.status;g' \
540 -e 's; ./nm.h; nm.h config.status;g' \
541 >depend
542 rm depend.tmp
543
544 config.status:
545 @echo "You must configure gdb. Look at the README file for details."
546 @false
547
548 # This checks the configure.in file versus the config/ directory.
549 config-check: config-check-hosts config-check-targets
550 config-check-hosts:
551 grep gdb_host= ${srcdir}/configure.in | \
552 sed -e 's/.*gdb_host=//' -e 's/ ;;$$/.mh/' | sort -u >HOSTconf.o
553 (cd ${srcdir}/config; ls *.mh) >HOSTdir.o
554 diff -u HOSTconf.o HOSTdir.o
555
556 config-check-targets:
557 grep gdb_target= ${srcdir}/configure.in | \
558 sed -e 's/.*gdb_target=//' -e 's/ ;;$$/.mh/' | sort -u >TARGconf.o
559 (cd ${srcdir}/config; ls *.mt) >TARGdir.o
560 diff -u HOSTconf.o HOSTdir.o
561
562 # These are not generated by "make depend" because they only are there
563 # for some machines.
564 # But these rules don't do what we want; we want to hack the foo.o: tm.h
565 # dependency to do the right thing.
566 tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h: tm-m68k.h
567 tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-m68k.h
568 xm-news1000.h: xm-news.h
569 xm-i386-sv32.h: xm-i386.h
570 tm-i386gas.h: tm-i386.h
571 xm-sun4os4.h: xm-sparc.h
572 tm-sun4os4.h: tm-sparc.h
573 xm-vaxult.h: xm-vax.h
574 xm-vaxbsd.h: xm-vax.h
575
576 kdb: $(NTSSTART) $(OBS) $(NTSOBS) ${ADD_DEPS} ${CDEPS}
577 rm -f init.c
578 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(NTSOBS) > init.c
579 $(CC) $(LDFLAGS) -c init.c $(CLIBS)
580 ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
581 -lc $(CLIBS)
582
583 # Put the proper machine-specific files first.
584 # createtags will edit the .o in DEPFILES into .c
585 TAGS: ${TAGFILES}
586 $(srcdir)/createtags $(TM_FILE) ${XM_FILE} ${NAT_FILE} \
587 $(DEPFILES) ${TAGFILES}
588 tags: TAGS
589
590 # Making distributions of GDB and friends.
591
592 # Make a tar file containing the GDB directory of the distribution.
593 gdb.tar.Z: force_update
594 $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
595 $(MAKE) $(MFLAGS) -f Makefile.in gdb-$(VERSION).tar.Z
596
597 # Make a directory `proto-gdb.dir' that contains an image of the GDB
598 # directory of the distribution, built up with symlinks. Note that this
599 # make target is not directly referenced by any other rules in this makefile,
600 # it is referenced by the makefile in the parent directory.
601 make-proto-gdb.dir: force_update
602 $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
603 $(MAKE) $(MFLAGS) -f Makefile make-proto-gdb-1
604
605 # Set up the GDB source directory for distribution, by building all files that
606 # are products of other files.
607 setup-to-dist: update-depend force_update
608 ../configure none
609 (cd doc; $(MAKE) $(MFLAGS) GDBvn.texi)
610 $(MAKE) $(MFLAGS) gdb.info
611 $(MAKE) $(MFLAGS) refcard.ps
612
613 # Update the "depend" and "alldeps.mak" files in a source directory.
614 # We update alldeps.mak first, since it is used to generate the list
615 # of files to be checked for dependencies.
616 update-depend: update-alldeps force_update
617 ../configure none -norecursion
618 rm -f depend
619 $(MAKE) $(MFLAGS) depend
620
621 # Update the "alldeps.mak" file in a source directory.
622 update-alldeps: force_update
623 ../configure none -norecursion
624 rm -f alldeps.mak
625 $(MAKE) $(MFLAGS) alldeps.mak
626
627 # Build a tar file from a proto-gdb.dir.
628 gdb-$(VERSION).tar.Z: force_update
629 rm -f gdb.tar gdb-$(VERSION).tar.Z
630 $(MAKE) $(MFLAGS) -f Makefile make-proto-gdb-1
631 ln -s proto-gdb.dir $(DIST)
632 tar chf - $(DIST) | compress >gdb-$(VERSION).tar.Z
633 rm -rf $(DIST) proto-gdb.dir
634
635 # Build a proto-gdb.dir after GDB has been set up for distribution.
636 # This stuff must be run in `Makefile', not `Makefile.in`; we use the makefile
637 # built in the setup-to-dist process, since it defines things like ALLCONFIG
638 # and ALLDEPFILES, that we need.
639 make-proto-gdb-1: ${TARFILES} ${TARDIRS} gdb.info
640 rm -rf proto-gdb.dir
641 mkdir proto-gdb.dir
642 rootme=`pwd`/ ; export rootme ; \
643 for i in `echo ${TARDIRS}`; do \
644 (cd proto-gdb.dir ; \
645 mkdir -p $$i; \
646 cd $$i; \
647 ln -s $${rootme}/$$i/* .; \
648 rm -rf SCCS CVS CVS.adm RCS config.status; \
649 if test -f Makefile.in; then rm Makefile; else true; fi;); \
650 done ; \
651 for i in `echo ${TARFILES}`; do \
652 (cd proto-gdb.dir ; \
653 dir=`dirname $$i`; \
654 if test -d $$dir; then true; else mkdir -p $$dir; fi; \
655 ln -s $${rootme}/$$i $$i;); \
656 done
657 chmod og=u `find . -print`
658
659 clean:
660 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(SUBDIRS)" subdir_do
661 rm -f *.o ${ADD_FILES} *~
662 rm -f init.c version.c
663 rm -f gdb core make.log
664 rm -f gdb[0-9]
665
666 distclean: clean c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
667 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do
668 rm -f tm.h xm.h config.status
669 rm -f y.output yacc.acts yacc.tmp
670 rm -f ${TESTS} Makefile depend
671
672 realclean: clean
673 @$(MAKE) $(FLAGS_TO_PASS) DO=realclean "DODIRS=$(SUBDIRS)" subdir_do
674 rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
675 rm -f tm.h xm.h config.status
676 rm -f Makefile depend
677
678 STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb
679
680 subdir_do: force
681 @for i in $(DODIRS); do \
682 if [ -d ./$$i ] ; then \
683 if (cd ./$$i; \
684 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
685 else exit 1 ; fi ; \
686 else true ; fi ; \
687 done
688
689 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
690 $(SHELL) ./config.status
691
692 force:
693
694 # Documentation!
695 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
696 refcard.dvi:
697 ( cd ./doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS) )
698 mv ./doc/refcard.dvi .
699
700 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
701 refcard.ps:
702 ( cd ./doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS) )
703 mv ./doc/refcard.ps .
704
705 # GDB MANUAL: TeX dvi file
706 gdb.dvi:
707 ( cd ./doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS) )
708 mv ./doc/gdb.dvi .
709
710 # GDB MANUAL: info file
711 gdb.info:
712 ( cd ./doc; $(MAKE) gdb.info $(FLAGS_TO_PASS) )
713 mv ./doc/gdb.info* .
714
715 # Make copying.c from COPYING
716 copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk
717 awk -f ${srcdir}/copying.awk < ${srcdir}/COPYING > copying.c
718
719 version.c: Makefile
720 echo 'char *version = "$(VERSION)";' >version.c
721
722 # c-exp.tab.c is generated in target dir from c-exp.y if it doesn't exist
723 # in srcdir, then compiled in target dir to c-exp.tab.o.
724 # ././c-exp.tab.c is so the command argument will never match $(srcdir)/c-exp.y
725 # (some "makes" rewrite the VPATH into command arguments if they match deps).
726 # Remove bogus decls for malloc/realloc/free which conflict with everything
727 # else.
728 c-exp.tab.o: c-exp.tab.c
729 c-exp.tab.c: $(srcdir)/c-exp.y $(srcdir)/Makefile.in
730 @echo 'Expect 4 shift/reduce conflicts.'
731 ${YACC} $(srcdir)/c-exp.y
732 -sed -e '/extern.*malloc/d' \
733 -e '/extern.*realloc/d' \
734 -e '/extern.*free/d' \
735 -e '/include.*malloc.h/d' \
736 -e 's/malloc/xmalloc/g' \
737 -e 's/realloc/xrealloc/g' \
738 < y.tab.c > ././c-exp.tab.c
739 -rm y.tab.c
740
741 # start-sanitize-chill
742 # ch-exp.tab.c is generated in target dir from ch-exp.y if it doesn't exist
743 # in srcdir, then compiled in target dir to ch-exp.tab.o.
744 # Remove bogus decls for malloc/realloc/free which conflict with everything
745 # else.
746 ch-exp.tab.o: ch-exp.tab.c
747 ch-exp.tab.c: $(srcdir)/ch-exp.y $(srcdir)/Makefile.in
748 @echo 'Expect rules never reduced and {shift,reduce}/reduce conflicts.'
749 ${YACC} $(srcdir)/ch-exp.y
750 -sed -e '/extern.*malloc/d' \
751 -e '/extern.*realloc/d' \
752 -e '/extern.*free/d' \
753 -e '/include.*malloc.h/d' \
754 -e 's/malloc/xmalloc/g' \
755 -e 's/realloc/xrealloc/g' \
756 < y.tab.c > ././ch-exp.tab.c
757 -rm y.tab.c
758 # end-sanitize-chill
759
760 # m2-exp.tab.c is generated in target dir from m2-exp.y if it doesn't exist
761 # in srcdir, then compiled in target dir to m2-exp.tab.o.
762 # Remove bogus decls for malloc/realloc/free which conflict with everything
763 # else.
764 m2-exp.tab.o: m2-exp.tab.c
765 m2-exp.tab.c: $(srcdir)/m2-exp.y $(srcdir)/Makefile.in
766 ${YACC} $(srcdir)/m2-exp.y
767 -sed -e '/extern.*malloc/d' \
768 -e '/extern.*realloc/d' \
769 -e '/extern.*free/d' \
770 -e '/include.*malloc.h/d' \
771 -e 's/malloc/xmalloc/g' \
772 -e 's/realloc/xrealloc/g' \
773 < y.tab.c > ././m2-exp.tab.c
774 -rm y.tab.c
775
776
777 main.o: ${srcdir}/main.c
778 ${CC} -c ${INTERNAL_CFLAGS} -I${READLINE_DIR} $<
779
780 # The symbol-file readers have dependencies on BFD header files.
781 dbxread.o: ${srcdir}/dbxread.c
782 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/dbxread.c
783
784 coffread.o: ${srcdir}/coffread.c
785 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/coffread.c
786
787 mipsread.o: ${srcdir}/mipsread.c
788 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/mipsread.c
789
790 elfread.o: ${srcdir}/elfread.c
791 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/elfread.c
792
793 dwarfread.o: ${srcdir}/dwarfread.c
794 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/dwarfread.c
795
796 stabsread.o: ${srcdir}/stabsread.c
797 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/stabsread.c
798
799 # Used on RS/6000 native
800 xcoffread.o: ${srcdir}/xcoffread.c
801 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffread.c
802
803 xcoffexec.o: ${srcdir}/xcoffexec.c
804 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffexec.c
805
806 # Used on HP-PA native
807 paread.o: ${srcdir}/paread.c
808 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/paread.c
809
810 # Drag in the files that are in another directory.
811
812 xdr_ld.o: ${srcdir}/vx-share/xdr_ld.c
813 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_ld.c
814
815 xdr_ptrace.o: ${srcdir}/vx-share/xdr_ptrace.c
816 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_ptrace.c
817
818 xdr_rdb.o: ${srcdir}/vx-share/xdr_rdb.c
819 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_rdb.c
820
821 nindy.o: ${srcdir}/nindy-share/nindy.c
822 ${CC} -c ${INTERNAL_CFLAGS} -DSTRIP='"$(tooldir)/bin/strip"' \
823 ${srcdir}/nindy-share/nindy.c
824
825 Onindy.o: ${srcdir}/nindy-share/Onindy.c
826 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/Onindy.c
827
828 ttybreak.o: ${srcdir}/nindy-share/ttybreak.c
829 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/ttybreak.c
830
831 ttyflush.o: ${srcdir}/nindy-share/ttyflush.c
832 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/ttyflush.c
833
834 udr.o: ${srcdir}/29k-share/udi/udr.c
835 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/29k-share/udi/udr.c
836
837 udip2soc.o: ${srcdir}/29k-share/udi/udip2soc.c
838 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/29k-share/udi/udip2soc.c
839
840 lint: $(LINTFILES)
841 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
842 `echo ${DEPFILES} | sed 's/\.o /\.c /g'
843
844 gdb.cxref: $(SFILES)
845 cxref -I. $(SFILES) >gdb.cxref
846
847 force_update:
848
849 # GNU Make has an annoying habit of putting *all* the Makefile variables
850 # into the environment, unless you include this target as a circumvention.
851 # Rumor is that this will be fixed (and this target can be removed)
852 # in GNU Make 4.0.
853 .NOEXPORT:
854
855 # GNU Make 3.63 has a different problem: it keeps tacking command line
856 # overrides onto the definition of $(MAKE). This variable setting
857 # will remove them.
858 MAKEOVERRIDES=
859
860 $(start-sanitize-chill)
861 ## This is ugly, but I don't want GNU make to put these variables in
862 ## the environment. Older makes will see this as a set of targets
863 ## with no dependencies and no actions.
864 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
865 $(end-sanitize-chill)
866
867 # This is the end of "Makefile.in". When built into "Makefile"
868 # by the configure script, two things are added below this point:
869 # alldeps.mak -- defintions of all files that are used in
870 # host- or target-dependent configurations
871 # depend -- what .o files depend on what .c and .h files,
872 # for all configurations.
This page took 0.046245 seconds and 5 git commands to generate.