add installcheck
[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.2
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 ## This is ugly, but I don't want GNU make to put these variables in
246 ## the environment. Older makes will see this as a set of targets
247 ## with no dependencies and no actions.
248 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
249
250 $(end-sanitize-chill)
251
252 # The use of $$(x_FOR_TARGET) reduces the command line length by not
253 # duplicating the lengthy definition.
254 TARGET_FLAGS_TO_PASS = \
255 "prefix=$(prefix)" \
256 "exec_prefix=$(exec_prefix)" \
257 "against=$(against)" \
258 'CC=$$(CC_FOR_TARGET)' \
259 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
260 "CFLAGS=$(CFLAGS)" \
261 $(start-sanitize-chill)\
262 "CHILLFLAGS=$(CHILLFLAGS)" \
263 'CHILL=$$(CHILL_FOR_TARGET)' \
264 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
265 "CHILL_LIB=$(CHILL_LIB)" \
266 $(end-sanitize-chill)\
267 'CXX=$$(CXX_FOR_TARGET)' \
268 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
269 "CXXFLAGS=$(CXXFLAGS)" \
270 "MAKEINFO=$(MAKEINFO)" \
271 "INSTALL=$(INSTALL)" \
272 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
273 "INSTALL_DATA=$(INSTALL_DATA)" \
274 "RUNTEST=$(RUNTEST)" \
275 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
276 "BISON=$(BISON)"
277
278 # Source files in the main directory.
279 # Files which are included via a config/* Makefile fragment
280 # should *not* be specified here; they're in "ALLDEPFILES".
281 SFILES_MAINDIR = \
282 blockframe.c breakpoint.c command.c core.c demangle.c \
283 environ.c eval.c expprint.c findvar.c infcmd.c inflow.c infrun.c \
284 main.c printcmd.c gdbtypes.c \
285 remote.c source.c stack.c symmisc.c symtab.c symfile.c \
286 utils.c valarith.c valops.c valprint.c values.c c-exp.y m2-exp.y \
287 mem-break.c target.c \
288 dbxread.c coffread.c elfread.c dwarfread.c stabsread.c \
289 language.c parse.c buildsym.c objfiles.c \
290 minsyms.c mipsread.c maint.c ch-exp.y c-lang.c ch-lang.c m2-lang.c \
291 complaints.c typeprint.c c-typeprint.c ch-typeprint.c m2-typeprint.c \
292 c-valprint.c cp-valprint.c ch-valprint.c m2-valprint.c
293
294 # Source files in subdirectories (which will be handled separately by
295 # 'make gdb.tar.Z').
296 # Files which are included via a config/* Makefile fragment
297 # should *not* be specified here; they're in "ALLDEPFILES".
298 SFILES_SUBDIR = \
299 ${srcdir}/vx-share/dbgRpcLib.h \
300 ${srcdir}/vx-share/ptrace.h \
301 ${srcdir}/vx-share/vxTypes.h \
302 ${srcdir}/vx-share/vxWorks.h \
303 ${srcdir}/vx-share/wait.h \
304 ${srcdir}/vx-share/xdr_ld.h \
305 ${srcdir}/vx-share/xdr_ptrace.h \
306 ${srcdir}/vx-share/xdr_rdb.h \
307 ${srcdir}/nindy-share/b.out.h \
308 ${srcdir}/nindy-share/block_io.h \
309 ${srcdir}/nindy-share/coff.h \
310 ${srcdir}/nindy-share/demux.h \
311 ${srcdir}/nindy-share/env.h \
312 ${srcdir}/nindy-share/stop.h \
313 ${srcdir}/nindy-share/ttycntl.h \
314 ${srcdir}/29k-share/udi_soc
315
316 # Source files in sub-subdirectories. We need to know this because we
317 # make relative symlinks with them.
318 SFILES_SUBSUBDIR = \
319 ${srcdir}/29k-share/udi/udiphcfg.h \
320 ${srcdir}/29k-share/udi/udiphsun.h \
321 ${srcdir}/29k-share/udi/udiproc.h \
322 ${srcdir}/29k-share/udi/udipt29k.h \
323 ${srcdir}/29k-share/udi/udiptcfg.h \
324 ${srcdir}/29k-share/udi/udisoc.h
325
326 # Non-source files in subdirs, that should go into gdb.tar.Z.
327 NONSRC_SUBDIR = \
328 ${srcdir}/nindy-share/Makefile \
329 ${srcdir}/nindy-share/VERSION \
330 ${srcdir}/nindy-share/README \
331 ${srcdir}/vx-share/README
332
333 # All source files that go into linking GDB, except config-specified files.
334 SFILES = $(SFILES_MAINDIR) $(SFILES_SUBDIR) $(SFILES_SUBSUBDIR)
335
336 # All source files that lint should look at
337 LINTFILES = $(SFILES) $(YYFILES) init.c
338
339 # Any additional files specified on these lines should also be added to
340 # the OTHERS = definition below, so they go in the tar files.
341 SFILES_STAND = $(SFILES) standalone.c
342 SFILES_KGDB = $(SFILES) stuff.c kdb-start.c
343
344 # Header files that are not named in config/*/* Makefile fragments go here.
345 HFILES= breakpoint.h buildsym.h call-cmds.h command.h defs.h \
346 environ.h expression.h frame.h gdbcmd.h gdbcore.h gdbtypes.h \
347 ieee-float.h inferior.h language.h \
348 minimon.h objfiles.h parser-defs.h partial-stab.h \
349 serial.h signals.h solib.h symfile.h symtab.h stabsread.h \
350 target.h terminal.h typeprint.h xcoffsolib.h value.h \
351 tm-68k.h tm-hppa.h tm-i960.h tm-sparc.h tm-sunos.h tm-sysv4.h \
352 xm-m68k.h xm-sparc.h xm-sysv4.h xm-vax.h \
353 nm-trash.h \
354 c-lang.h ch-lang.h m2-lang.h complaints.h \
355 ns32k-opcode.h \
356 valprint.h
357
358 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
359
360 POSSLIBS_MAINDIR = regex.c regex.h alloca.c
361 POSSLIBS = $(POSSLIBS_MAINDIR)
362
363 TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
364
365 OTHERS = Makefile.in depend alldeps.mak createtags munch configure.in \
366 ChangeLog ChangeLog-9091 ChangeLog-3.x gdb.1 refcard.ps \
367 README TODO TAGS NEWS Projects \
368 .gdbinit COPYING $(YYFILES) \
369 copying.c Convex.notes copying.awk \
370 saber.suppress standalone.c stuff.c kdb-start.c \
371 putenv.c gcc.patch
372
373 # Subdirectories of gdb, which should be included in their entirety in
374 # gdb-xxx.tar.Z:
375 TARDIRS = doc sparclite # tests
376
377 # GDB "info" files, which should be included in their entirety
378 INFOFILES = gdb.info*
379
380 DEPFILES= ${TDEPFILES} ${XDEPFILES} ${NATDEPFILES}
381
382 SOURCES=$(SFILES) $(ALLDEPFILES) $(YYFILES)
383 TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS}
384 TAGFILES_MAINDIR = $(SFILES_MAINDIR) $(ALLDEPFILES_MAINDIR) \
385 ${HFILES} ${ALLPARAM} ${POSSLIBS_MAINDIR}
386 TARFILES = ${TAGFILES_MAINDIR} ${OTHERS} ${REMOTE_EXAMPLES}
387
388 OBS = version.o main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
389 values.o eval.o valops.o valarith.o valprint.o printcmd.o \
390 symtab.o symfile.o symmisc.o infcmd.o infrun.o remote.o \
391 command.o utils.o expprint.o environ.o gdbtypes.o \
392 copying.o $(DEPFILES) mem-break.o target.o \
393 putenv.o parse.o language.o $(YYOBJ) \
394 buildsym.o objfiles.o minsyms.o maint.o demangle.o \
395 dbxread.o coffread.o elfread.o dwarfread.o mipsread.o \
396 stabsread.o core.o c-lang.o ch-lang.o m2-lang.o complaints.o \
397 typeprint.o c-typeprint.o ch-typeprint.o m2-typeprint.o \
398 c-valprint.o cp-valprint.o ch-valprint.o m2-valprint.o
399
400 RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
401
402 TSOBS = inflow.o
403
404 NTSOBS = standalone.o
405
406 TSSTART = /lib/crt0.o
407
408 NTSSTART = kdb-start.o
409
410 SUBDIRS = doc testsuite
411
412 # For now, shortcut the "configure GDB for fewer languages" stuff.
413 YYFILES = c-exp.tab.c m2-exp.tab.c ch-exp.tab.c
414 YYOBJ = c-exp.tab.o m2-exp.tab.o ch-exp.tab.o
415
416 # Prevent Sun make from putting in the machine type. Setting
417 # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
418 .c.o:
419 ${CC} -c ${INTERNAL_CFLAGS} $<
420
421 all: gdb
422 $(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
423
424 installcheck:
425 check: force
426 rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do
427 info: force
428 $(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do
429 install-info: force
430 $(MAKE) $(FLAGS_TO_PASS) DO=install-info "DODIRS=$(SUBDIRS)" subdir_do
431 clean-info: force
432 $(MAKE) $(FLAGS_TO_PASS) DO=clean-info "DODIRS=$(SUBDIRS)" subdir_do
433
434 gdb.z:gdb.1
435 nroff -man $(srcdir)/gdb.1 | col -b > gdb.t
436 pack gdb.t ; rm -f gdb.t
437 mv gdb.t.z gdb.z
438
439 install: gdb
440 -parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \
441 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
442 -if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
443 -parent=`echo $(man1dir)|sed -e 's@/[^/]*$$@@'`; \
444 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
445 -if [ -d $(man1dir) ] ; then true ; else mkdir $(man1dir) ; fi
446 -n=`t='$(program_transform_name)'; echo gdb | sed -e "" $$t`; \
447 $(INSTALL_PROGRAM) gdb $(bindir)/$$n; \
448 $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$n.1
449 $(M_INSTALL)
450 $(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
451
452 init.c: $(srcdir)/munch $(OBS) $(TSOBS)
453 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(TSOBS) > init.c
454
455 gdb: $(OBS) $(TSOBS) ${ADD_DEPS} ${CDEPS} init.o
456 ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdb \
457 init.o $(OBS) $(TSOBS) $(ADD_FILES) $(CLIBS) $(LOADLIBES)
458
459 saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
460 #setopt load_flags $(CFLAGS) -I$(BFD_DIR) -DHOST_SYS=SUN4_SYS
461 #load ./init.c $(SFILES)
462 #unload ${srcdir}/c-exp.y ${srcdir}/m2-exp.y ${srcdir}/ch-exp.y
463 #unload ${srcdir}/vx-share/*.h
464 #unload ${srcdir}/nindy-share/[A-Z]*
465 #load c-exp.tab.c m2-exp.tab.c ch-exp.tab.c
466 #load copying.c version.c
467 #load ../opcodes/libopcodes.a
468 #load ../libiberty/libiberty.a
469 #load ../bfd/libbfd.a
470 #load ../readline/libreadline.a
471 #load ../mmalloc/libmmalloc.a
472 #load -ltermcap
473 #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
474 echo "Load .c corresponding to:" $(DEPFILES)
475
476
477 # This is useful when debugging GDB, because some Unix's don't let you run GDB
478 # on itself without copying the executable. So "make gdb1" will make
479 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
480 # Removing gdb1 before the copy is the right thing if gdb1 is open
481 # in another process.
482 gdb1: gdb
483 rm -f gdb1
484 cp gdb gdb1
485
486 # This is a remote stub which runs under unix and starts up an
487 # inferior process. This is at least useful for debugging GDB's
488 # remote support.
489 rapp: $(RAPP_OBS)
490 rm -f rapp_init.c
491 ${srcdir}/munch ${MUNCH_DEFINE} ${RAPP_OBS} > rapp_init.c
492 ${CC-LD} $(LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS)
493
494 # Support for building Makefile out of configured pieces, automatically
495 # generated dependencies, etc. alldeps.mak is a file that contains
496 # "make" variable definitions for all ALLDEPFILES, ALLDEPFILES_MAINDIR,
497 # ALLDEPFILES_SUBDIR, ALLDEPFILES_SUBSUBDIR, ALLPARAM, and ALLCONFIG,
498 # all cadged from the current contents of the config subdirectory.
499
500 alldeps.mak: ${srcdir}/config
501 rm -f alldeps.mak alldeps.tmp allparam.tmp allconfig.tmp
502 for i in `ls -d ${srcdir}/config/*/*.m[ht]` ; do \
503 echo $$i >>allconfig.tmp; \
504 awk <$$i ' \
505 $$1 == "TDEPFILES=" || $$1 == "XDEPFILES=" \
506 || $$1 == "NATDEPFILES=" { \
507 for (i = 2; i <= NF; i++) \
508 print $$i >> "alldeps.tmp" ; \
509 } \
510 $$1 == "TM_FILE=" || $$1 == "XM_FILE=" || $$1 == "NAT_FILE=" { \
511 print $$2 >> "allparam.tmp" }' ; \
512 done
513 sort <alldeps.tmp | uniq | \
514 sed -e 's/arm-convert.o/arm-convert.s/' \
515 -e 's!^Onindy.o!nindy-share/Onindy.c!' \
516 -e 's!^nindy.o!nindy-share/nindy.c!' \
517 -e 's!ttybreak.o!nindy-share/ttybreak.c!' \
518 -e 's!ttyflush.o!nindy-share/ttyflush.c!' \
519 -e 's!xdr_ld.o!vx-share/xdr_ld.c!' \
520 -e 's!xdr_ptrace.o!vx-share/xdr_ptrace.c!' \
521 -e 's!xdr_rdb.o!vx-share/xdr_rdb.c!' \
522 -e 's!udr.o!29k-share/udi/udr.c!' \
523 -e 's!udip2soc.o!29k-share/udi/udip2soc.c!' \
524 -e 's/\.o/.c/' \
525 >alldeps2.tmp
526 for i in `cat allparam.tmp` ; do \
527 find config -name $$i -print >>allparam2.tmp ; \
528 done
529 echo '# Start of "alldeps.mak" definitions' \
530 >>alldeps.mak;
531 echo 'ALLDEPFILES = $$(ALLDEPFILES_MAINDIR) $$(ALLDEPFILES_SUBDIR) $$(ALLDEP_FILES_SUBSUBDIR)' \
532 >>alldeps.mak;
533 grep -v / alldeps2.tmp | \
534 awk 'BEGIN {printf "ALLDEPFILES_MAINDIR="} \
535 NR == 0 {printf $$0;} \
536 NR != 0 {printf "\\\n" $$0} \
537 END {printf "\n\n"}' >>alldeps.mak;
538 grep / alldeps2.tmp | grep -v '/.*/' | \
539 awk 'BEGIN {printf "ALLDEPFILES_SUBDIR="} \
540 NR == 0 {printf $$0;} \
541 NR != 0 {printf "\\\n" $$0} \
542 END {printf "\n\n"}' >>alldeps.mak;
543 grep '/.*/' alldeps2.tmp | \
544 awk 'BEGIN {printf "ALLDEPFILES_SUBSUBDIR="} \
545 NR == 0 {printf $$0;} \
546 NR != 0 {printf "\\\n" $$0} \
547 END {printf "\n\n"}' >>alldeps.mak;
548 sort <allparam2.tmp | uniq | awk 'BEGIN {printf "ALLPARAM="} \
549 NR == 0 {printf $$0;} \
550 NR != 0 {printf "\\\n" $$0} \
551 END {printf "\n\n"}' >>alldeps.mak;
552 sort <allconfig.tmp | uniq | awk 'BEGIN {printf "ALLCONFIG="} \
553 NR == 0 {printf $$0;} \
554 NR != 0 {printf "\\\n" $$0} \
555 END {printf "\n\n"}' >>alldeps.mak;
556 echo '# End of "alldeps.mak" definitions' \
557 >>alldeps.mak;
558 rm -f alldeps.tmp alldeps2.tmp allparam.tmp allparam2.tmp allconfig.tmp
559
560 # The sed script makes everything which depends on {x,t}m.h depend on
561 # config.status as well, in case someone reconfigures gdb out from
562 # under an already compiled gdb.
563 depend: $(SOURCES) Makefile.in
564 @echo Ignore errors about non-existent system-supplied include files
565 @echo for systems other than the one you are using.
566 @echo Also ignore parse errors in valops.c, and any errors in
567 @echo arm-convert.s.
568 touch xm.h tm.h nm.h
569 -$(GCC) -MM -nostdinc -I/usr/include $(CFLAGS) -I$(BFD_DIR) \
570 -I${READLINE_DIR} $(INCLUDE_CFLAGS) \
571 `ls $(SOURCES) | grep -v '\.[hy]$$' | \
572 sort -u` >depend.tmp
573 # If running in srcdir, translate "./foo.c" into "$srcdir/foo.c" except
574 # for xm.h, tm.h and nm.h. This allows the same "depend" file to be used
575 # by the various subdirectories.
576 if [ "${srcdir}" = "." ] ; then \
577 <depend.tmp sed \
578 -e 's; ./xm.h; xm.h;g' \
579 -e 's; ./tm.h; tm.h;g' \
580 -e 's; ./nm.h; nm.h;g' \
581 -e 's; \./; $${srcdir}/;g' \
582 -e 's; vx-share/; $${srcdir}/vx-share/;g' \
583 -e 's; nindy-share/; $${srcdir}/nindy-share/;g' \
584 -e 's; 29k-share/; $${srcdir}/29k-share/;g' \
585 >depend.tm2; \
586 rm depend.tmp; \
587 mv depend.tm2 depend.tmp; \
588 fi
589 <depend.tmp sed \
590 -e 's; [xt]m.h;& config.status;g' \
591 -e 's; $(INCLUDE_DIR)/; $(INCLUDE_DEP)/;g' \
592 -e 's; $(READLINE_DIR)/; $(READLINE_DEP)/;g' \
593 -e 's; [a-z0-9./]*bfd/; $(BFD_DEP)/;g' \
594 -e 's; ./xm.h; xm.h config.status;g' \
595 -e 's; ./tm.h; tm.h config.status;g' \
596 -e 's; ./nm.h; nm.h config.status;g' \
597 >depend
598 rm depend.tmp
599
600 config.status:
601 @echo "You must configure gdb. Look at the README file for details."
602 @false
603
604 # This checks the configure.in file versus the config/ directory.
605 config-check: config-check-hosts config-check-targets
606 config-check-hosts:
607 grep gdb_host= ${srcdir}/configure.in | \
608 sed -e 's/.*gdb_host=//' -e 's/ ;;$$/.mh/' | sort -u >HOSTconf.o
609 (cd ${srcdir}/config; ls *.mh) >HOSTdir.o
610 diff -u HOSTconf.o HOSTdir.o
611
612 config-check-targets:
613 grep gdb_target= ${srcdir}/configure.in | \
614 sed -e 's/.*gdb_target=//' -e 's/ ;;$$/.mh/' | sort -u >TARGconf.o
615 (cd ${srcdir}/config; ls *.mt) >TARGdir.o
616 diff -u HOSTconf.o HOSTdir.o
617
618 # These are not generated by "make depend" because they only are there
619 # for some machines.
620 # But these rules don't do what we want; we want to hack the foo.o: tm.h
621 # dependency to do the right thing.
622 tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h: tm-68k.h
623 tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-68k.h
624 xm-news1000.h: xm-news.h
625 xm-i386-sv32.h: xm-i386.h
626 tm-i386gas.h: tm-i386.h
627 xm-sun4os4.h: xm-sparc.h
628 tm-sun4os4.h: tm-sparc.h
629 xm-vaxult.h: xm-vax.h
630 xm-vaxbsd.h: xm-vax.h
631
632 kdb: $(NTSSTART) $(OBS) $(NTSOBS) ${ADD_DEPS} ${CDEPS}
633 rm -f init.c
634 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(NTSOBS) > init.c
635 $(CC) $(LDFLAGS) -c init.c $(CLIBS)
636 ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
637 -lc $(CLIBS)
638
639 # Put the proper machine-specific files first.
640 # createtags will edit the .o in DEPFILES into .c
641 TAGS: ${TAGFILES}
642 $(srcdir)/createtags $(TM_FILE) ${XM_FILE} ${NAT_FILE} \
643 $(DEPFILES) ${TAGFILES}
644 tags: TAGS
645
646 # Making distributions of GDB and friends.
647
648 # Make a directory `proto-gdb.dir' that contains an image of the GDB
649 # directory of the distribution, built up with symlinks.
650 make-proto-gdb.dir: force_update
651 $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
652 $(MAKE) $(MFLAGS) -f Makefile make-proto-gdb-1
653
654 # Make a tar file containing the GDB directory of the distribution.
655 gdb.tar.Z: force_update
656 $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
657 $(MAKE) $(MFLAGS) -f Makefile.in gdb-$(VERSION).tar.Z
658
659 # Update the "alldeps.mak" file in a source directory.
660 update-alldeps: force_update
661 ../configure none -norecursion
662 rm -f alldeps.mak
663 $(MAKE) $(MFLAGS) alldeps.mak
664
665 # Update the "depend" and "alldeps.mak" files in a source directory.
666 # We update alldeps.mak first, since it is used to generate the list
667 # of files to be checked for dependencies.
668 update-depend: update-alldeps force_update
669 ../configure none -norecursion
670 rm -f depend
671 $(MAKE) $(MFLAGS) depend
672
673 # Set up the GDB source directory for distribution, by building all files that
674 # are products of other files.
675 setup-to-dist: update-depend force_update
676 ../configure none
677 (cd doc; $(MAKE) $(MFLAGS) GDBvn.texi)
678 $(MAKE) $(MFLAGS) gdb.info
679 $(MAKE) $(MFLAGS) refcard.ps
680
681 # Build a tar file from a proto-gdb.dir.
682 gdb-$(VERSION).tar.Z: force_update
683 rm -f gdb.tar gdb-$(VERSION).tar.Z
684 $(MAKE) $(MFLAGS) -f Makefile make-proto-gdb-1
685 ln -s proto-gdb.dir $(DIST)
686 tar chf - $(DIST) | compress >gdb-$(VERSION).tar.Z
687 rm -rf $(DIST) proto-gdb.dir
688
689 # Build a proto-gdb.dir after GDB has been set up for distribution.
690 # This stuff must be run in `Makefile', not `Makefile.in`; we use the makefile
691 # built in the setup-to-dist process, since it defines things like ALLCONFIG
692 # and ALLDEPFILES, that we need.
693 make-proto-gdb-1: ${TARFILES} ${TARDIRS} gdb.info
694 rm -rf proto-gdb.dir
695 mkdir proto-gdb.dir
696 cd proto-gdb.dir ; for i in ${TARFILES} ; do ln -s ../$$i . ; done
697 cd proto-gdb.dir ; ln -s ../${INFOFILES} .
698 cd proto-gdb.dir ; for i in ${TARDIRS}; do \
699 (mkdir $$i; cd $$i; \
700 ln -s ../../$$i/* .; \
701 rm -rf SCCS CVS.adm RCS config.status; \
702 if test -f Makefile.in; then rm Makefile; else true; fi;); done
703 mkdir proto-gdb.dir/config
704 cd proto-gdb.dir/config ; \
705 for i in $(ALLCONFIG) ; do ln -s ../../$$i ../$$i ; done
706 mkdir proto-gdb.dir/vx-share proto-gdb.dir/nindy-share
707 mkdir proto-gdb.dir/29k-share proto-gdb.dir/29k-share/udi
708 cd proto-gdb.dir/config ; \
709 for i in $(SFILES_SUBDIR) $(NONSRC_SUBDIR) $(ALLDEPFILES_SUBDIR); \
710 do ln -s ../../$$i ../$$i ; done
711 cd proto-gdb.dir/config ; \
712 for i in $(SFILES_SUBSUBDIR) $(ALLDEPFILES_SUBSUBDIR); \
713 do ln -s ../../../$$i ../$$i ; done
714 chmod og=u `find . -print`
715
716 clean:
717 rm -f *.o ${ADD_FILES} *~
718 rm -f init.c version.c
719 rm -f gdb core gdb.tar gdb.tar.Z make.log
720 rm -f gdb[0-9]
721 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(SUBDIRS)" subdir_do
722
723 distclean: clean c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
724 rm -f tm.h xm.h config.status
725 rm -f y.output yacc.acts yacc.tmp
726 rm -f ${TESTS} Makefile depend
727 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do
728
729 realclean: clean
730 rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
731 rm -f tm.h xm.h config.status
732 rm -f Makefile depend
733 @$(MAKE) $(FLAGS_TO_PASS) DO=realclean "DODIRS=$(SUBDIRS)" subdir_do
734
735 STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb
736
737 subdir_do: force
738 @for i in $(DODIRS); do \
739 if [ -d ./$$i ] ; then \
740 if (cd ./$$i; \
741 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
742 else exit 1 ; fi ; \
743 else true ; fi ; \
744 done
745
746 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
747 $(SHELL) ./config.status
748
749 force:
750
751 # Documentation!
752 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
753 refcard.dvi:
754 ( cd ./doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS) )
755 mv ./doc/refcard.dvi .
756
757 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
758 refcard.ps:
759 ( cd ./doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS) )
760 mv ./doc/refcard.ps .
761
762 # GDB MANUAL: TeX dvi file
763 gdb.dvi:
764 ( cd ./doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS) )
765 mv ./doc/gdb.dvi .
766
767 # GDB MANUAL: info file
768 gdb.info:
769 ( cd ./doc; $(MAKE) gdb.info $(FLAGS_TO_PASS) )
770 mv ./doc/gdb.info* .
771
772 # Make copying.c from COPYING
773 copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk
774 awk -f ${srcdir}/copying.awk < ${srcdir}/COPYING > copying.c
775
776 version.c: Makefile
777 echo 'char *version = "$(VERSION)";' >version.c
778
779 # c-exp.tab.c is generated in target dir from c-exp.y if it doesn't exist
780 # in srcdir, then compiled in target dir to c-exp.tab.o.
781 # ././c-exp.tab.c is so the command argument will never match $(srcdir)/c-exp.y
782 # (some "makes" rewrite the VPATH into command arguments if they match deps).
783 # Remove bogus decls for malloc/realloc/free which conflict with everything
784 # else.
785 c-exp.tab.o: c-exp.tab.c
786 c-exp.tab.c: $(srcdir)/c-exp.y $(srcdir)/Makefile.in
787 @echo 'Expect 4 shift/reduce conflicts.'
788 ${YACC} $(srcdir)/c-exp.y
789 -sed -e '/extern.*malloc/d' \
790 -e '/extern.*realloc/d' \
791 -e '/extern.*free/d' \
792 -e '/include.*malloc.h/d' \
793 -e 's/malloc/xmalloc/g' \
794 -e 's/realloc/xrealloc/g' \
795 < y.tab.c > ././c-exp.tab.c
796 -rm y.tab.c
797
798 # start-sanitize-chill
799 # ch-exp.tab.c is generated in target dir from ch-exp.y if it doesn't exist
800 # in srcdir, then compiled in target dir to ch-exp.tab.o.
801 # Remove bogus decls for malloc/realloc/free which conflict with everything
802 # else.
803 ch-exp.tab.o: ch-exp.tab.c
804 ch-exp.tab.c: $(srcdir)/ch-exp.y $(srcdir)/Makefile.in
805 @echo 'Expect rules never reduced and {shift,reduce}/reduce conflicts.'
806 ${YACC} $(srcdir)/ch-exp.y
807 -sed -e '/extern.*malloc/d' \
808 -e '/extern.*realloc/d' \
809 -e '/extern.*free/d' \
810 -e '/include.*malloc.h/d' \
811 -e 's/malloc/xmalloc/g' \
812 -e 's/realloc/xrealloc/g' \
813 < y.tab.c > ././ch-exp.tab.c
814 -rm y.tab.c
815 # end-sanitize-chill
816
817 # m2-exp.tab.c is generated in target dir from m2-exp.y if it doesn't exist
818 # in srcdir, then compiled in target dir to m2-exp.tab.o.
819 # Remove bogus decls for malloc/realloc/free which conflict with everything
820 # else.
821 m2-exp.tab.o: m2-exp.tab.c
822 m2-exp.tab.c: $(srcdir)/m2-exp.y $(srcdir)/Makefile.in
823 ${YACC} $(srcdir)/m2-exp.y
824 -sed -e '/extern.*malloc/d' \
825 -e '/extern.*realloc/d' \
826 -e '/extern.*free/d' \
827 -e '/include.*malloc.h/d' \
828 -e 's/malloc/xmalloc/g' \
829 -e 's/realloc/xrealloc/g' \
830 < y.tab.c > ././m2-exp.tab.c
831 -rm y.tab.c
832
833
834 main.o: ${srcdir}/main.c
835 ${CC} -c ${INTERNAL_CFLAGS} -I${READLINE_DIR} $<
836
837 # The symbol-file readers have dependencies on BFD header files.
838 dbxread.o: ${srcdir}/dbxread.c
839 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/dbxread.c
840
841 coffread.o: ${srcdir}/coffread.c
842 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/coffread.c
843
844 mipsread.o: ${srcdir}/mipsread.c
845 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/mipsread.c
846
847 elfread.o: ${srcdir}/elfread.c
848 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/elfread.c
849
850 dwarfread.o: ${srcdir}/dwarfread.c
851 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/dwarfread.c
852
853 stabsread.o: ${srcdir}/stabsread.c
854 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/stabsread.c
855
856 # Used on RS/6000 native
857 xcoffread.o: ${srcdir}/xcoffread.c
858 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffread.c
859
860 xcoffexec.o: ${srcdir}/xcoffexec.c
861 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffexec.c
862
863 # Used on HP-PA native
864 paread.o: ${srcdir}/paread.c
865 ${CC} -c ${INTERNAL_CFLAGS} -I$(BFD_DIR) ${srcdir}/paread.c
866
867 # Drag in the files that are in another directory.
868
869 xdr_ld.o: ${srcdir}/vx-share/xdr_ld.c
870 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_ld.c
871
872 xdr_ptrace.o: ${srcdir}/vx-share/xdr_ptrace.c
873 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_ptrace.c
874
875 xdr_rdb.o: ${srcdir}/vx-share/xdr_rdb.c
876 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/vx-share/xdr_rdb.c
877
878 nindy.o: ${srcdir}/nindy-share/nindy.c
879 ${CC} -c ${INTERNAL_CFLAGS} -DSTRIP='"$(tooldir)/bin/strip"' \
880 ${srcdir}/nindy-share/nindy.c
881
882 Onindy.o: ${srcdir}/nindy-share/Onindy.c
883 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/Onindy.c
884
885 ttybreak.o: ${srcdir}/nindy-share/ttybreak.c
886 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/ttybreak.c
887
888 ttyflush.o: ${srcdir}/nindy-share/ttyflush.c
889 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/nindy-share/ttyflush.c
890
891 udr.o: ${srcdir}/29k-share/udi/udr.c
892 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/29k-share/udi/udr.c
893
894 udip2soc.o: ${srcdir}/29k-share/udi/udip2soc.c
895 ${CC} -c ${INTERNAL_CFLAGS} ${srcdir}/29k-share/udi/udip2soc.c
896
897 lint: $(LINTFILES)
898 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
899 `echo ${DEPFILES} | sed 's/\.o /\.c /g'
900
901 gdb.cxref: $(SFILES)
902 cxref -I. $(SFILES) >gdb.cxref
903
904 force_update:
905
906 # GNU Make has an annoying habit of putting *all* the Makefile variables
907 # into the environment, unless you include this target as a circumvention.
908 # Rumor is that this will be fixed (and this target can be removed)
909 # in GNU Make 4.0.
910 .NOEXPORT:
911
912 # GNU Make 3.63 has a different problem: it keeps tacking command line
913 # overrides onto the definition of $(MAKE). This variable setting
914 # will remove them.
915 MAKEOVERRIDES=
916
917 # This is the end of "Makefile.in". When built into "Makefile"
918 # by the configure script, two things are added below this point:
919 # alldeps.mak -- defintions of all files that are used in
920 # host- or target-dependent configurations
921 # depend -- what .o files depend on what .c and .h files,
922 # for all configurations.
923
924
This page took 0.05149 seconds and 5 git commands to generate.