]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/Makefile.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / Makefile.in
1 # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
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
20 prefix = @prefix@
21 exec_prefix = @exec_prefix@
22
23 host_alias = @host_alias@
24 target_alias = @target_alias@
25 program_transform_name = @program_transform_name@
26 bindir = @bindir@
27 libdir = @libdir@
28 tooldir = $(libdir)/$(target_alias)
29
30 datadir = @datadir@
31 mandir = @mandir@
32 man1dir = $(mandir)/man1
33 man2dir = $(mandir)/man2
34 man3dir = $(mandir)/man3
35 man4dir = $(mandir)/man4
36 man5dir = $(mandir)/man5
37 man6dir = $(mandir)/man6
38 man7dir = $(mandir)/man7
39 man8dir = $(mandir)/man8
40 man9dir = $(mandir)/man9
41 infodir = @infodir@
42 includedir = @includedir@
43
44 # This can be referenced by `INTLDEPS' as computed by CY_GNU_GETTEXT.
45 top_builddir = .
46
47 SHELL = @SHELL@
48 EXEEXT = @EXEEXT@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53
54 AR = @AR@
55 AR_FLAGS = qv
56 RANLIB = @RANLIB@
57 DLLTOOL = @DLLTOOL@
58 WINDRES = @WINDRES@
59
60 # If the user configured GDB to include the TUI, the name of the tui
61 # library goes here.
62 TUI_LIBRARY = @TUI_LIBRARY@
63
64 # If the user configured GDB to include the TUI, the all-tui
65 # target goes here.
66 BUILD_TUI = @BUILD_TUI@
67
68 # Flags that describe where you can find the termcap library.
69 # This can be overridden in the host Makefile fragment file.
70 TERMCAP = @TERM_LIB@
71
72 # If you are compiling with GCC, make sure that either 1) You have the
73 # fixed include files where GCC can reach them, or 2) You use the
74 # -traditional flag. Otherwise the ioctl calls in inflow.c
75 # will be incorrectly compiled. The "fixincludes" script in the gcc
76 # distribution will fix your include files up.
77 CC=@CC@
78
79 # Directory containing source files.
80 srcdir = @srcdir@
81 VPATH = @srcdir@
82
83 YACC=@YACC@
84
85 YLWRAP = $(srcdir)/../ylwrap
86
87 # where to find makeinfo, preferably one designed for texinfo-2
88 MAKEINFO=makeinfo
89
90 # Set this up with gcc if you have gnu ld and the loader will print out
91 # line numbers for undefined references.
92 #CC_LD=gcc -static
93 CC_LD=$(CC)
94
95 # Where is our "include" directory? Typically $(srcdir)/../include.
96 # This is essentially the header file directory for the library
97 # routines in libiberty.
98 INCLUDE_DIR = $(srcdir)/../include
99 INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
100
101 # Where is the "-liberty" library? Typically in ../libiberty.
102 LIBIBERTY = ../libiberty/libiberty.a
103
104 # Configured by the --with-mmalloc option to configure.
105 MMALLOC = @MMALLOC@
106 MMALLOC_CFLAGS = @MMALLOC_CFLAGS@
107
108 # Where is the BFD library? Typically in ../bfd.
109 BFD_DIR = ../bfd
110 BFD = $(BFD_DIR)/libbfd.a
111 BFD_SRC = $(srcdir)/$(BFD_DIR)
112 BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
113
114 # Where is the READLINE library? Typically in ../readline.
115 READLINE_DIR = ../readline
116 READLINE = $(READLINE_DIR)/libreadline.a
117 READLINE_SRC = $(srcdir)/$(READLINE_DIR)
118 READLINE_CFLAGS = -I$(READLINE_SRC)/..
119
120 WARN_CFLAGS = @WARN_CFLAGS@
121
122 # Where is the INTL library? Typically in ../intl.
123 INTL_DIR = ../intl
124 INTL = @INTLLIBS@
125 INTL_DEPS = @INTLDEPS@
126 INTL_SRC = $(srcdir)/$(INTL_DIR)
127 INTL_CFLAGS = -I$(INTL_DIR) -I$(INTL_SRC)
128
129 # Where is the TUI library? Typically in tui/.
130 TUI_DIR=tui
131 TUI_SRC = $(srcdir)/$(TUI_DIR)
132 TUI_CFLAGS= -I$(TUI_SRC)
133
134 # Opcodes currently live in one of two places. Either they are in the
135 # opcode library, typically ../opcodes, or they are in a header file
136 # in INCLUDE_DIR.
137 # Where is the "-lopcodes" library, with (some of) the opcode tables and
138 # disassemblers?
139 OPCODES = ../opcodes/libopcodes.a
140 # Where are the other opcode tables which only have header file
141 # versions?
142 OP_INCLUDE = $(INCLUDE_DIR)/opcode
143 OPCODES_CFLAGS = -I$(OP_INCLUDE)
144
145 # The simulator is usually nonexistent; targets that include one
146 # should set this to list all the .o or .a files to be linked in.
147 SIM =
148
149 #start-sanitize-gdbtk
150 # Where is the TCL library? Typically in ../tcl.
151 LIB_INSTALL_DIR = $(libdir)
152 # This variable is needed when doing dynamic linking.
153 LIB_RUNTIME_DIR = $(libdir)
154 TCL = @TCL_LD_SEARCH_FLAGS@ @TCL_BUILD_LIB_SPEC@
155 TCL_CFLAGS = @TCLHDIR@
156 TCL_DEPS =
157 GDBTKLIBS = @GDBTKLIBS@
158 # Extra flags that the GDBTK files need:
159 GDBTK_CFLAGS = @GDBTK_CFLAGS@
160
161 # Where is the TK library? Typically in ../tk.
162 TK = @TK_BUILD_LIB_SPEC@
163 TK_CFLAGS = @TKHDIR@ @TK_BUILD_INCLUDES@
164 TK_DEPS =
165
166 # Where is Itcl? Typically in ../itcl/itcl.
167 ITCL_CFLAGS = @ITCLHDIR@
168 ITCL = @ITCLLIB@
169 ITCL_DEPS = @ITCL_DEPS@
170
171 # Where is Itk? Typically in ../itcl/itk.
172 ITK_CFLAGS = @ITKHDIR@
173 ITK = @ITKLIB@
174 ITK_DEPS = @ITK_DEPS@
175
176 # Where is Tix? Typically in ../tix.
177 TIX_CFLAGS = @TIXHDIR@
178 TIX = @TIXLIB@
179 TIX_DEPS = @TIX_DEPS@
180
181 X11_CFLAGS = @TK_XINCLUDES@
182 X11_LDFLAGS =
183 X11_LIBS =
184
185 WIN32LDAPP = @WIN32LDAPP@
186 WIN32LIBS = @WIN32LIBS@
187
188 ENABLE_GDBTK= @ENABLE_GDBTK@
189 #start-sanitize-ide
190 ENABLE_IDE= @ENABLE_IDE@
191
192 FOUNDRY_LIB_BASE= @FOUNDRY_LIB_BASE@
193 IDE_CFLAGS_X = @IDE_CFLAGS_X@
194 IDE_X = @IDE_X@
195 LIBIDETCL = @LIBIDETCL@
196 LIBIDE = @LIBIDE@
197 IDE_DEPS = @IDE_DEPS@
198 IDE=$(IDE_X)
199 #end-sanitize-ide
200 LIBGUI = @LIBGUI@
201 GUI_CFLAGS_X = @GUI_CFLAGS_X@
202 IDE_CFLAGS=$(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
203 #end-sanitize-gdbtk
204
205 ENABLE_CFLAGS= @ENABLE_CFLAGS@
206
207 # -I. for config files.
208 # -I$(srcdir) for gdb internal headers and possibly for gnu-regex.h also.
209 # -I$(srcdir)/config for more generic config files.
210
211 # It is also possible that you will need to add -I/usr/include/sys if
212 # your system doesn't have fcntl.h in /usr/include (which is where it
213 # should be according to Posix).
214 DEFS = @DEFS@
215 GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/config $(DEFS)
216
217 # M{H,T}_CFLAGS, if defined, have host- and target-dependent CFLAGS
218 # from the config directory.
219 GLOBAL_CFLAGS = $(MT_CFLAGS) $(MH_CFLAGS)
220 #PROFILE_CFLAGS = -pg
221
222 # CFLAGS is specifically reserved for setting from the command line
223 # when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
224 CFLAGS = -g
225
226 # Need to pass this to testsuite for "make check". Probably should be
227 # consistent with top-level Makefile.in and gdb/testsuite/Makefile.in
228 # so "make check" has the same result no matter where it is run.
229 CXXFLAGS = -g -O
230
231 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
232 INTERNAL_CFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
233 $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
234 $(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS) \
235 $(INTL_CFLAGS) $(TUI_CFLAGS) $(ENABLE_CFLAGS) $(WARN_CFLAGS)
236
237 # LDFLAGS is specifically reserved for setting from the command line
238 # when running make.
239
240 # Profiling options need to go here to work.
241 # I think it's perfectly reasonable for a user to set -pg in CFLAGS
242 # and have it work; that's why CFLAGS is here.
243 INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) $(LDFLAGS) @CONFIG_LDFLAGS@ @HLDFLAGS@
244 HLDENV = @HLDENV@
245
246 # We are using our own version of REGEX now to be consistent across
247 # machines.
248 REGEX = gnu-regex.o
249 REGEX1 = gnu-regex.o
250
251 # If your system is missing alloca(), or, more likely, it's there but
252 # it doesn't work, then refer to libiberty.
253
254 # Libraries and corresponding dependencies for compiling gdb.
255 # {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
256 # TERMCAP comes after readline, since readline depends on it.
257 # MMALLOC comes after anything else that might want an allocation function.
258 # LIBIBERTY appears twice on purpose.
259 # If you have the Cygnus libraries installed,
260 # you can use 'CLIBS=$(INSTALLED_LIBS)' 'CDEPS='
261 INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty \
262 $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
263 -lmmalloc -lintl -liberty
264 CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(INTL) $(LIBIBERTY) \
265 $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
266 $(MMALLOC) $(LIBIBERTY) $(WIN32LIBS)
267 CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
268 $(OPCODES) $(MMALLOC) $(INTL_DEPS) $(LIBIBERTY) @CONFIG_DEPS@
269
270 ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
271 ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
272
273 VERSION=4.17.1
274 DIST=gdb
275
276 LINT=/usr/5bin/lint
277 LINTFLAGS= $(BFD_CFLAGS)
278
279 RUNTEST = `if [ -f $${rootsrc}/../dejagnu/runtest ] ; then \
280 echo $${rootsrc}/../dejagnu/runtest ; else echo runtest; \
281 fi`
282
283 RUNTESTFLAGS=
284
285 # This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX
286 # interface to the serial port. Hopefully if get ported to OS/2, VMS,
287 # etc., then there will be (as part of the C library or perhaps as
288 # part of libiberty) a POSIX interface. But at least for now the
289 # host-dependent makefile fragment might need to use something else
290 # besides ser-unix.o
291 SER_HARDWIRE = ser-unix.o
292
293 # The `remote' debugging target is supported for most architectures,
294 # but not all (e.g. 960)
295 REMOTE_OBS = remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o
296
297 # This is remote-sim.o if a simulator is to be linked in.
298 SIM_OBS =
299
300 ANNOTATE_OBS = annotate.o
301
302 # start-sanitize-carp
303 # Multi-arch enabled gdb targets
304 MACHINE_OBS = @MACHINE_OBS@
305
306 # end-sanitize-carp
307 # Host and target-dependent makefile fragments come in here.
308 @host_makefile_frag@
309 @target_makefile_frag@
310 # End of host and target-dependent makefile fragments
311
312 FLAGS_TO_PASS = \
313 "prefix=$(prefix)" \
314 "exec_prefix=$(exec_prefix)" \
315 "against=$(against)" \
316 "AR=$(AR)" \
317 "AR_FLAGS=$(AR_FLAGS)" \
318 "CC=$(CC)" \
319 "CFLAGS=$(CFLAGS)" \
320 "CHILLFLAGS=$(CHILLFLAGS)" \
321 "CHILL=$(CHILL)" \
322 "CHILL_LIB=$(CHILL_LIB)" \
323 "CXX=$(CXX)" \
324 "CXXFLAGS=$(CXXFLAGS)" \
325 "DLLTOOL=$(DLLTOOL)" \
326 "RANLIB=$(RANLIB)" \
327 "MAKEINFO=$(MAKEINFO)" \
328 "INSTALL=$(INSTALL)" \
329 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
330 "INSTALL_DATA=$(INSTALL_DATA)" \
331 "RUNTEST=$(RUNTEST)" \
332 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
333
334 # Flags that we pass when building the testsuite.
335
336 # empty for native, $(target_alias)/ for cross
337 target_subdir = @target_subdir@
338
339 CC_FOR_TARGET = ` \
340 if [ -f $${rootme}/../gcc/xgcc ] ; then \
341 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
342 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -idirafter $${rootme}/$(target_subdir)newlib/targ-include -idirafter $${rootsrc}/../$(target_subdir)newlib/libc/include -nostdinc -B$${rootme}/../$(target_subdir)newlib/; \
343 else \
344 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
345 fi; \
346 else \
347 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
348 echo $(CC); \
349 else \
350 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
351 fi; \
352 fi`
353
354 CXX = gcc
355 CXX_FOR_TARGET = ` \
356 if [ -f $${rootme}/../gcc/xgcc ] ; then \
357 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
358 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -idirafter $${rootme}/$(target_subdir)newlib/targ-include -idirafter $${rootsrc}/../$(target_subdir)newlib/libc/include -nostdinc -B$${rootme}/../$(target_subdir)newlib/; \
359 else \
360 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
361 fi; \
362 else \
363 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
364 echo $(CXX); \
365 else \
366 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
367 fi; \
368 fi`
369
370 CHILLFLAGS = $(CFLAGS)
371 CHILL = gcc
372 CHILL_FOR_TARGET = ` \
373 if [ -f $${rootme}/../gcc/Makefile ] ; then \
374 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -L$${rootme}/../gcc/ch/runtime/; \
375 else \
376 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
377 echo $(CC); \
378 else \
379 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
380 fi; \
381 fi`
382 CHILL_LIB = ` \
383 if [ -f $${rootme}/../gcc/ch/runtime/libchill.a ] ; then \
384 echo $${rootme}/../gcc/ch/runtime/chillrt0.o \
385 $${rootme}/../gcc/ch/runtime/libchill.a; \
386 else \
387 echo -lchill; \
388 fi`
389
390 # The use of $$(x_FOR_TARGET) reduces the command line length by not
391 # duplicating the lengthy definition.
392 TARGET_FLAGS_TO_PASS = \
393 "prefix=$(prefix)" \
394 "exec_prefix=$(exec_prefix)" \
395 "against=$(against)" \
396 'CC=$$(CC_FOR_TARGET)' \
397 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
398 "CFLAGS=$(CFLAGS)" \
399 "CHILLFLAGS=$(CHILLFLAGS)" \
400 'CHILL=$$(CHILL_FOR_TARGET)' \
401 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
402 "CHILL_LIB=$(CHILL_LIB)" \
403 'CXX=$$(CXX_FOR_TARGET)' \
404 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
405 "CXXFLAGS=$(CXXFLAGS)" \
406 "INSTALL=$(INSTALL)" \
407 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
408 "INSTALL_DATA=$(INSTALL_DATA)" \
409 "MAKEINFO=$(MAKEINFO)" \
410 "RUNTEST=$(RUNTEST)" \
411 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
412
413 # All source files that go into linking GDB.
414 # Links made at configuration time should not be specified here, since
415 # SFILES is used in building the distribution archive.
416
417 SFILES = ax-general.c ax-gdb.c bcache.c blockframe.c breakpoint.c \
418 buildsym.c c-exp.y c-lang.c c-typeprint.c c-valprint.c \
419 ch-exp.c ch-lang.c ch-typeprint.c ch-valprint.c coffread.c \
420 command.c complaints.c corefile.c cp-valprint.c dbxread.c \
421 demangle.c dwarfread.c dwarf2read.c elfread.c environ.c eval.c \
422 expprint.c f-exp.y f-lang.c f-typeprint.c f-valprint.c \
423 findvar.c gdbarch.c gdbtypes.c infcmd.c inflow.c infrun.c language.c \
424 $(start-sanitize-java) \
425 jv-exp.y jv-lang.c jv-valprint.c jv-typeprint.c \
426 $(end-sanitize-java) \
427 m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
428 mem-break.c minsyms.c mipsread.c nlmread.c objfiles.c parse.c \
429 printcmd.c remote.c remote-nrom.c scm-exp.c scm-lang.c \
430 scm-valprint.c source.c stabsread.c stack.c symfile.c \
431 symmisc.c symtab.c target.c thread.c top.c tracepoint.c \
432 typeprint.c utils.c valarith.c valops.c valprint.c values.c \
433 serial.c ser-unix.c mdebugread.c os9kread.c \
434 tui/tui.c tui/tui.h tui/tuiCommand.c tui/tuiCommand.h \
435 tui/tuiData.c tui/tuiData.h tui/tuiDataWin.c tui/tuiDataWin.h \
436 tui/tuiDisassem.c tui/tuiDisassem.h tui/tuiGeneralWin.c \
437 tui/tuiGeneralWin.h tui/tuiIO.c tui/tuiIO.h tui/tuiLayout.c \
438 tui/tuiLayout.h tui/tuiRegs.c tui/tuiRegs.h tui/tuiSource.c \
439 tui/tuiSource.h tui/tuiSourceWin.c tui/tuiSourceWin.h \
440 tui/tuiStack.c tui/tuiStack.h tui/tuiWin.c tui/tuiWin.h
441
442 LINTFILES = $(SFILES) $(YYFILES) @CONFIG_SRCS@ init.c
443
444 # "system" headers. Using these in dependencies is a rather personal
445 # choice. (-rich, summer 1993)
446 # (Why would we not want to depend on them? If one of these changes in a
447 # non-binary-compatible way, it is a real pain to remake the right stuff
448 # without these dependencies -kingdon, 13 Mar 1994)
449 getopt_h = $(INCLUDE_DIR)/getopt.h
450 floatformat_h = $(INCLUDE_DIR)/floatformat.h
451 bfd_h = $(BFD_DIR)/bfd.h
452 wait_h = $(INCLUDE_DIR)/wait.h
453 dis-asm_h = $(INCLUDE_DIR)/dis-asm.h
454 remote-sim_h = $(INCLUDE_DIR)/remote-sim.h
455
456 dcache_h = dcache.h
457 remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h)
458
459
460 readline_headers = \
461 $(READLINE_SRC)/chardefs.h \
462 $(READLINE_SRC)/history.h \
463 $(READLINE_SRC)/keymaps.h \
464 $(READLINE_SRC)/readline.h
465
466 udiheaders = \
467 $(srcdir)/29k-share/udi/udiproc.h \
468 $(srcdir)/29k-share/udi/udiphcfg.h \
469 $(srcdir)/29k-share/udi/udiphunix.h \
470 $(srcdir)/29k-share/udi/udiptcfg.h \
471 $(srcdir)/29k-share/udi/udipt29k.h \
472 $(srcdir)/29k-share/udi/udisoc.h
473
474 gdbcore_h = gdbcore.h $(bfd_h)
475
476 frame_h = frame.h
477 symtab_h = symtab.h bcache.h
478 gdbtypes_h = gdbtypes.h
479 expression_h = expression.h
480 value_h = value.h $(symtab_h) $(gdbtypes_h) $(expression_h)
481
482 breakpoint_h = breakpoint.h $(frame_h) $(value_h)
483
484 command_h = command.h
485 gdbcmd_h = gdbcmd.h $(command_h)
486
487 defs_h = defs.h xm.h tm.h nm.h config.status config.h gdbarch.h
488
489 inferior_h = inferior.h $(breakpoint_h)
490 tracepoint_h = tracepoint.h
491 ax_h = ax.h
492
493 # Header files that need to have srcdir added. Note that in the cases
494 # where we use a macro like $(gdbcmd_h), things are carefully arranged
495 # so that each .h file is listed exactly once (M-x tags-search works
496 # wrong if TAGS has files twice). Because this is tricky to get
497 # right, it is probably easiest just to list .h files here directly.
498
499 HFILES_NO_SRCDIR = bcache.h buildsym.h call-cmds.h coff-solib.h defs.h \
500 dst.h environ.h $(gdbcmd_h) gdbcore.h \
501 gdb-stabs.h hpread.h $(inferior_h) language.h minimon.h monitor.h \
502 objfiles.h parser-defs.h partial-stab.h serial.h signals.h solib.h \
503 symfile.h stabsread.h target.h terminal.h typeprint.h xcoffsolib.h \
504 c-lang.h ch-lang.h f-lang.h \
505 $(start-sanitize-java) \
506 jv-lang.h \
507 $(end-sanitize-java) \
508 m2-lang.h \
509 complaints.h valprint.h \
510 29k-share/udi/udiids.h 29k-share/udi_soc nindy-share/b.out.h \
511 nindy-share/block_io.h nindy-share/coff.h \
512 nindy-share/env.h nindy-share/stop.h \
513 vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \
514 vx-share/vxWorks.h vx-share/wait.h vx-share/xdr_ld.h \
515 vx-share/xdr_ptrace.h vx-share/xdr_rdb.h gdbthread.h \
516 dcache.h remote-utils.h top.h somsolib.h
517
518 # Header files that already have srcdir in them, or which are in objdir.
519
520 HFILES_WITH_SRCDIR = $(udiheaders) ../bfd/bfd.h
521
522
523 # GDB "info" files, which should be included in their entirety
524 INFOFILES = gdb.info*
525
526 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
527
528 POSSLIBS = gnu-regex.c gnu-regex.h
529
530 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
531 # default their values the way we do for SER_HARDWIRE; in the future
532 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
533 # variables analogous to SER_HARDWIRE which get defaulted in this
534 # Makefile.in
535
536 DEPFILES = $(TDEPFILES) $(XDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \
537 $(start-sanitize-carp) \
538 $(MACHINE_OBS) \
539 $(end-sanitize-carp) \
540 $(REMOTE_OBS) $(SIM_OBS) @CONFIG_OBS@
541
542 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) @CONFIG_SRCS@
543 # Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
544 # and it's more useful to see it in the .y file.
545 TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
546 $(POSSLIBS)
547 TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
548
549 COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o stack.o thread.o \
550 source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o \
551 symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o \
552 expprint.o environ.o gdbarch.o gdbtypes.o copying.o $(DEPFILES) \
553 mem-break.o target.o parse.o language.o $(YYOBJ) buildsym.o \
554 exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o \
555 dbxread.o coffread.o elfread.o \
556 dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o \
557 c-lang.o ch-exp.o ch-lang.o f-lang.o \
558 $(start-sanitize-java) \
559 jv-lang.o jv-valprint.o jv-typeprint.o \
560 $(end-sanitize-java) \
561 m2-lang.o \
562 scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o \
563 c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o \
564 c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o \
565 nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o
566
567 OBS = $(COMMON_OBS) $(ANNOTATE_OBS) main.o
568
569 LIBGDB_OBS =
570
571 TSOBS = inflow.o
572
573 NTSOBS = standalone.o
574
575 NTSSTART = kdb-start.o
576
577 SUBDIRS = doc \
578 testsuite \
579 nlm
580
581 # For now, shortcut the "configure GDB for fewer languages" stuff.
582 YYFILES = c-exp.tab.c \
583 $(start-sanitize-java) \
584 jv-exp.tab.c \
585 $(end-sanitize-java) \
586 f-exp.tab.c m2-exp.tab.c
587 YYOBJ = c-exp.tab.o \
588 $(start-sanitize-java) \
589 jv-exp.tab.o \
590 $(end-sanitize-java) \
591 f-exp.tab.o m2-exp.tab.o
592
593 # Things which need to be built when making a distribution.
594
595 DISTSTUFF = $(YYFILES)
596
597 # Prevent Sun make from putting in the machine type. Setting
598 # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
599 .c.o:
600 $(CC) -c $(INTERNAL_CFLAGS) $<
601
602 all: gdb$(EXEEXT)
603 @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
604
605 installcheck:
606
607 # The check target can not use subdir_do, because subdir_do does not
608 # use TARGET_FLAGS_TO_PASS.
609 check: force
610 @if [ -f testsuite/Makefile ]; then \
611 rootme=`pwd`; export rootme; \
612 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
613 cd testsuite; \
614 $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
615 else true; fi
616
617 info dvi install-info clean-info: force
618 @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
619
620 gdb.z:gdb.1
621 nroff -man $(srcdir)/gdb.1 | col -b > gdb.t
622 pack gdb.t ; rm -f gdb.t
623 mv gdb.t.z gdb.z
624
625 # Traditionally "install" depends on "all". But it may be useful
626 # not to; for example, if the user has made some trivial change to a
627 # source file and doesn't care about rebuilding or just wants to save the
628 # time it takes for make to check that all is up to date.
629 # install-only is intended to address that need.
630 install: all install-only
631 install-only:
632 transformed_name=`t='$(program_transform_name)'; \
633 echo gdb | sed -e $$t` ; \
634 if test "x$$transformed_name" = x; then \
635 transformed_name=gdb ; \
636 else \
637 true ; \
638 fi ; \
639 $(INSTALL_PROGRAM) gdb$(EXEEXT) $(bindir)/$$transformed_name$(EXEEXT) ; \
640 $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$transformed_name.1
641 # start-sanitize-gdbtk
642 $(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl ; \
643 $(SHELL) $(srcdir)/../mkinstalldirs \
644 $(datadir)/gdbtcl/images \
645 $(datadir)/gdbtcl/images2 ; \
646 $(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl/help \
647 $(datadir)/gdbtcl/help/images \
648 $(datadir)/gdbtcl/help/trace ; \
649 cd $(srcdir)/gdbtcl2 ; \
650 for i in *.tcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/index.toc help/trace/*.html help/trace/index.toc help/images/*.gif; \
651 do \
652 $(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \
653 done ;
654 # end-sanitize-gdbtk
655 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
656
657 uninstall: force
658 transformed_name=`t='$(program_transform_name)'; \
659 echo gdb | sed -e $$t` ; \
660 if test "x$$transformed_name" = x; then \
661 transformed_name=gdb ; \
662 else \
663 true ; \
664 fi ; \
665 rm -f $(bindir)/$$transformed_name$(EXEEXT) $(man1dir)/$$transformed_name.1
666 # start-sanitize-gdbtk
667 rm -rf $(datadir)/gdbtcl
668 # end-sanitize-gdbtk
669 @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
670
671 # We do this by grepping through sources. If that turns out to be too slow,
672 # maybe we could just require every .o file to have an initialization routine
673 # of a given name (remote-udi.o -> _initialize_remote_udi, etc.).
674 #
675 # Formatting conventions: The name of the _initialize_* routines must start
676 # in column zero, and must not be inside #if.
677 #
678 # Note that the set of files with init functions might change, or the names
679 # of the functions might change, so this files needs to depend on all the
680 # object files that will be linked into gdb.
681
682 init.c: $(OBS) $(TSOBS)
683 @echo Making init.c
684 @rm -f init.c-tmp
685 @echo '/* Do not modify this file. */' >init.c-tmp
686 @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
687 @echo '#include "ansidecl.h"' >>init.c-tmp
688 @echo 'extern void initialize_all_files PARAMS ((void));' >>init.c-tmp
689 @echo 'void initialize_all_files PARAMS ((void)) {' >>init.c-tmp
690 @-echo $(OBS) $(TSOBS) | \
691 tr ' ' '\012' | \
692 sed -e '/^Onindy.o/d' \
693 -e '/^nindy.o/d' \
694 -e '/ttyflush.o/d' \
695 -e '/xdr_ld.o/d' \
696 -e '/xdr_ptrace.o/d' \
697 -e '/xdr_rdb.o/d' \
698 -e '/udr.o/d' \
699 -e '/udip2soc.o/d' \
700 -e '/udi2go32.o/d' \
701 -e '/version.o/d' \
702 -e '/^[a-z0-9A-Z_]*_[SU].o/d' \
703 -e '/[a-z0-9A-Z_]*-exp.tab.o/d' \
704 -e 's/\.o/.c/' \
705 -e 's|\([^ ][^ ]*\)|$(srcdir)/\1|g' | \
706 while read f; do grep '^_initialize_[a-z_0-9A-Z]* *(' $$f 2>/dev/null; done | \
707 sed -e 's/^.*://' -e 's/^\([a-z_0-9A-Z]*\).*/ {extern void \1 PARAMS ((void)); \1 ();}/' >>init.c-tmp
708 @echo '}' >>init.c-tmp
709 @mv init.c-tmp init.c
710
711 .PRECIOUS: init.c
712
713 # Removing the old gdb first works better if it is running, at least on SunOS.
714 gdb$(EXEEXT): $(OBS) $(BUILD_TUI) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o
715 rm -f gdb$(EXEEXT)
716 $(HLDENV) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) -o gdb$(EXEEXT) \
717 init.o $(OBS) $(TSOBS) $(TUI_LIBRARY) $(ADD_FILES) $(CLIBS) $(LOADLIBES)
718
719 nlm: force
720 rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=all DODIRS=nlm subdir_do
721
722 libgdb: libgdb-files $(LIBGDB_OBS)
723
724 # libproc is not listed here because all-libproc is a dependency of all-gui,
725 # not all-gdb, and thus might be built after us.
726 LIBGDBDEPS=$(COMMON_OBS) $(LIBGDB_OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o
727 # libproc needs to be before libiberty for alloca.
728 LIBGDBFILES=$(COMMON_OBS) $(LIBGDB_OBS) $(TSOBS) ../libproc/libproc.a \
729 $(ADD_DEPS) $(CDEPS) init.o
730
731 libgdb-files: $(LIBGDBDEPS) Makefile.in
732 -rm -f libgdb-files
733 for i in $(LIBGDBFILES); do\
734 echo $$i >> libgdb-files;\
735 done
736
737 saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
738 #setopt load_flags $(CFLAGS) $(BFD_CFLAGS) -DHOST_SYS=SUN4_SYS
739 #load ./init.c $(SFILES)
740 #unload $(srcdir)/c-exp.y
741 $(start-sanitize-java)
742 #unload $(srcdir)/jv-exp.y
743 $(end-sanitize-java)
744 #unload $(srcdir)/m2-exp.y
745 #unload vx-share/*.h
746 #unload nindy-share/[A-Z]*
747 #load c-exp.tab.c
748 $(start-sanitize-java)
749 #load jv-exp.tab.c
750 $(end-sanitize-java)
751 #load m2-exp.tab.c
752 #load copying.c version.c
753 #load ../opcodes/libopcodes.a
754 #load ../libiberty/libiberty.a
755 #load ../bfd/libbfd.a
756 #load ../readline/libreadline.a
757 #load ../mmalloc/libmmalloc.a
758 #load ../intl/libintl.a
759 #load -ltermcap
760 #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
761 echo "Load .c corresponding to:" $(DEPFILES)
762
763
764 # A Mach 3.0 program to force gdb back to command level
765
766 stop-gdb: stop-gdb.o
767 ${CC_LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o stop-gdb \
768 stop-gdb.o $(CLIBS) $(LOADLIBES)
769
770 # This is useful when debugging GDB, because some Unix's don't let you run GDB
771 # on itself without copying the executable. So "make gdb1" will make
772 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
773 # Removing gdb1 before the copy is the right thing if gdb1 is open
774 # in another process.
775 gdb1$(EXEEXT): gdb$(EXEEXT)
776 rm -f gdb1$(EXEEXT)
777 cp gdb$(EXEEXT) gdb1$(EXEEXT)
778
779 # FIXME. These are not generated by "make depend" because they only are there
780 # for some machines.
781 # But these rules don't do what we want; we want to hack the foo.o: tm.h
782 # dependency to do the right thing.
783 tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h: tm-m68k.h
784 tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-m68k.h
785 xm-news1000.h: xm-news.h
786 xm-i386-sv32.h: xm-i386.h
787 tm-i386gas.h: tm-i386.h
788 xm-sun4os4.h: xm-sparc.h
789 tm-sun4os4.h: tm-sparc.h
790 xm-vaxult.h: xm-vax.h
791 xm-vaxbsd.h: xm-vax.h
792
793 kdb: $(NTSSTART) $(OBS) $(NTSOBS) $(ADD_DEPS) $(CDEPS)
794 ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
795 -lc $(CLIBS)
796
797 # Have the TUI library depend on a phony target, so we'll always
798 # recurse and make sure it's up to date. If it is, then the file will
799 # be unchanged, and we won't rebuild it.
800 # .PHONY: check-tui
801 all-tui:
802 @(cd tui; ${MAKE} ${FLAGS_TO_PASS} all)
803
804 # Put the proper machine-specific files first, so M-. on a machine
805 # specific routine gets the one for the correct machine. (FIXME: those
806 # files go in twice; we should be removing them from the main list).
807
808 # TAGS depends on all the files that go into it so you can rebuild TAGS
809 # with `make TAGS' and not have to say `rm TAGS' first.
810
811 TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
812 @echo Making TAGS
813 @etags $(srcdir)/$(TM_FILE) \
814 $(srcdir)/$(XM_FILE) \
815 $(srcdir)/$(NAT_FILE) \
816 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
817 echo $(srcdir)/$$i ; \
818 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
819 echo $$i ; \
820 done) | sed -e 's/\.o$$/\.c/'` \
821 `find $(srcdir)/config -name '*.h' -print`
822
823 tags: TAGS
824
825 clean mostlyclean:
826 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(SUBDIRS)" subdir_do
827 rm -f *.o *.a $(ADD_FILES) *~ init.c-tmp
828 rm -f init.c version.c
829 rm -f gdb$(EXEEXT) core make.log libgdb-files
830 rm -f gdb[0-9]$(EXEEXT)
831
832 # This used to depend on c-exp.tab.c m2-exp.tab.c TAGS
833 # I believe this is wrong; the makefile standards for distclean just
834 # describe removing files; the only sort of "re-create a distribution"
835 # functionality described is if the distributed files are unmodified.
836 distclean: clean
837 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do
838 rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
839 rm -f y.output yacc.acts yacc.tmp y.tab.h
840 rm -f config.log config.cache
841 rm -f Makefile
842
843 maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
844 realclean: maintainer-clean
845
846 local-maintainer-clean:
847 @echo "This command is intended for maintainers to use;"
848 @echo "it deletes files that may require special tools to rebuild."
849 rm -f c-exp.tab.c \
850 $(start-sanitize-java)
851 jv-exp.tab \
852 $(end-sanitize-java)
853 f-exp.tab.c m2-exp.tab.c
854 rm -f TAGS $(INFOFILES)
855 rm -f $(YYFILES)
856 rm -f nm.h tm.h xm.h config.status
857
858 do-maintainer-clean:
859 @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(SUBDIRS)" \
860 subdir_do
861
862 diststuff: $(DISTSTUFF)
863 cd doc; $(MAKE) $(MFLAGS) all-doc
864
865 subdir_do: force
866 @for i in $(DODIRS); do \
867 if [ -f ./$$i/Makefile ] ; then \
868 if (cd ./$$i; \
869 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
870 else exit 1 ; fi ; \
871 else true ; fi ; \
872 done
873
874 Makefile: Makefile.in config.status @frags@
875 $(SHELL) config.status
876
877 config.h: stamp-h ; @true
878 stamp-h: config.in config.status
879 CONFIG_HEADERS=config.h:config.in $(SHELL) config.status
880
881 config.status: configure
882 $(SHELL) config.status --recheck
883
884 force:
885
886 # Documentation!
887 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
888 doc/refcard.dvi:
889 cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
890
891 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
892 doc/refcard.ps:
893 cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
894
895 # GDB MANUAL: TeX dvi file
896 doc/gdb.dvi:
897 cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
898
899 # GDB MANUAL: info file
900 doc/gdb.info:
901 cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
902
903 # Make copying.c from COPYING
904 copying.c: COPYING copying.awk
905 awk -f $(srcdir)/copying.awk < $(srcdir)/COPYING > copying.c
906
907 version.c: Makefile
908 echo 'char *version = "$(VERSION)";' >version.c
909 echo 'char *host_name = "$(host_alias)";' >> version.c
910 echo 'char *target_name = "$(target_alias)";' >> version.c
911
912 # c-exp.tab.c is generated in objdir from c-exp.y if it doesn't exist
913 # in srcdir, then compiled in objdir to c-exp.tab.o.
914
915 # If we said c-exp.tab.c rather than ./c-exp.tab.c some makes
916 # would sometimes re-write it into $(srcdir)/c-exp.tab.c.
917
918 # Remove bogus decls for malloc/realloc/free which conflict with everything
919 # else. Strictly speaking c-exp.tab.c should therefore depend on
920 # Makefile.in, but that was a pretty big annoyance.
921 c-exp.tab.o: c-exp.tab.c
922 c-exp.tab.c: c-exp.y
923 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/c-exp.y y.tab.c c-exp.tmp -- $(YFLAGS)
924 -sed -e '/extern.*malloc/d' \
925 -e '/extern.*realloc/d' \
926 -e '/extern.*free/d' \
927 -e '/include.*malloc.h/d' \
928 -e 's/malloc/xmalloc/g' \
929 -e 's/realloc/xrealloc/g' \
930 -e '/^#line.*y.tab.c/d' \
931 < c-exp.tmp > c-exp.new
932 -rm c-exp.tmp
933 mv c-exp.new ./c-exp.tab.c
934
935 # start-sanitize-java
936 jv-exp.tab.o: jv-exp.tab.c
937 jv-exp.tab.c: jv-exp.y
938 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/jv-exp.y y.tab.c jv-exp.tmp -- $(YFLAGS)
939 -sed -e '/extern.*malloc/d' \
940 -e '/extern.*realloc/d' \
941 -e '/extern.*free/d' \
942 -e '/include.*malloc.h/d' \
943 -e 's/malloc/xmalloc/g' \
944 -e 's/realloc/xrealloc/g' \
945 -e '/^#line.*y.tab.c/d' \
946 < jv-exp.tmp > jv-exp.new
947 -rm jv-exp.tmp
948 mv jv-exp.new ./jv-exp.tab.c
949
950 # end-sanitize-java
951 f-exp.tab.o: f-exp.tab.c
952 f-exp.tab.c: f-exp.y c-exp.tab.c
953 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/f-exp.y y.tab.c f-exp.tmp -- $(YFLAGS)
954 -sed -e '/extern.*malloc/d' \
955 -e '/extern.*realloc/d' \
956 -e '/extern.*free/d' \
957 -e '/include.*malloc.h/d' \
958 -e 's/malloc/xmalloc/g' \
959 -e 's/realloc/xrealloc/g' \
960 -e '/^#line.*y.tab.c/d' \
961 < f-exp.tmp > f-exp.new
962 -rm f-exp.tmp
963 mv f-exp.new ./f-exp.tab.c
964
965 # m2-exp.tab.c is generated in objdir from m2-exp.y if it doesn't exist
966 # in srcdir, then compiled in objdir to m2-exp.tab.o.
967 # Remove bogus decls for malloc/realloc/free which conflict with everything
968 # else.
969 m2-exp.tab.o: m2-exp.tab.c
970 m2-exp.tab.c: m2-exp.y
971 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/m2-exp.y y.tab.c m2-exp.tmp -- $(YFLAGS)
972 -sed -e '/extern.*malloc/d' \
973 -e '/extern.*realloc/d' \
974 -e '/extern.*free/d' \
975 -e '/include.*malloc.h/d' \
976 -e 's/malloc/xmalloc/g' \
977 -e 's/realloc/xrealloc/g' \
978 -e '/^#line.*y.tab.c/d' \
979 < m2-exp.tmp > m2-exp.new
980 -rm m2-exp.tmp
981 mv m2-exp.new ./m2-exp.tab.c
982
983 # These files are updated atomically, so make never has to remove them
984 .PRECIOUS: m2-exp.tab.c f-exp.tab.c c-exp.tab.c
985 # start-sanitize-java
986 .PRECIOUS: jv-exp.tab.c
987 # end-sanitize-java
988
989 lint: $(LINTFILES)
990 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
991 `echo $(DEPFILES) | sed 's/\.o /\.c /g'`
992
993 gdb.cxref: $(SFILES)
994 cxref -I. $(SFILES) >gdb.cxref
995
996 force_update:
997
998 # GNU Make has an annoying habit of putting *all* the Makefile variables
999 # into the environment, unless you include this target as a circumvention.
1000 # Rumor is that this will be fixed (and this target can be removed)
1001 # in GNU Make 4.0.
1002 .NOEXPORT:
1003
1004 # GNU Make 3.63 has a different problem: it keeps tacking command line
1005 # overrides onto the definition of $(MAKE). This variable setting
1006 # will remove them.
1007 MAKEOVERRIDES=
1008
1009 ## This is ugly, but I don't want GNU make to put these variables in
1010 ## the environment. Older makes will see this as a set of targets
1011 ## with no dependencies and no actions.
1012 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1013
1014 ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
1015 29k-share/udi/udi2go32.c \
1016 a29k-tdep.c a68v-nat.c alpha-nat.c alpha-tdep.c \
1017 altos-xdep.c arm-convert.s \
1018 arm-tdep.c arm-xdep.c coff-solib.c \
1019 convex-tdep.c convex-xdep.c \
1020 core-sol2.c core-regset.c core-aout.c corelow.c \
1021 dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
1022 go32-xdep.c gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c \
1023 hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c \
1024 hp-psymtab-read.c hp-symtab-read.c \
1025 i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c \
1026 i386aix-nat.c i386m3-nat.c i386v4-nat.c i386ly-tdep.c \
1027 i387-tdep.c \
1028 i960-tdep.c \
1029 infptrace.c inftarg.c irix4-nat.c irix5-nat.c isi-xdep.c \
1030 lynx-nat.c m3-nat.c \
1031 m68k-tdep.c \
1032 m88k-nat.c m88k-tdep.c mac-nat.c mips-nat.c \
1033 mips-tdep.c mipsm3-nat.c mipsv4-nat.c news-xdep.c \
1034 nindy-share/Onindy.c nindy-share/nindy.c \
1035 nindy-share/ttyflush.c nindy-tdep.c \
1036 ns32k-tdep.c ns32km3-nat.c osfsolib.c \
1037 somread.c somsolib.c $(HPREAD_SOURCE) \
1038 procfs.c pyr-tdep.c pyr-xdep.c \
1039 remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c \
1040 remote-es.c remote-hms.c remote-mips.c \
1041 remote-mm.c remote-nindy.c remote-os9k.c remote-rdp.c remote-sim.c \
1042 remote-st.c remote-utils.c dcache.c \
1043 remote-udi.c remote-vx.c remote-vx29k.c \
1044 rs6000-nat.c rs6000-tdep.c \
1045 ser-go32.c ser-ocd.c ser-tcp.c sh-tdep.c solib.c sparc-nat.c \
1046 sparc-tdep.c sparcl-tdep.c sun3-nat.c sun386-nat.c \
1047 symm-tdep.c symm-nat.c \
1048 tahoe-tdep.c ultra3-nat.c ultra3-xdep.c umax-xdep.c \
1049 vax-tdep.c \
1050 vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \
1051 win32-nat.c \
1052 xcoffread.c xcoffsolib.c z8k-tdep.c
1053
1054 udip2soc.o: $(srcdir)/29k-share/udi/udip2soc.c $(udiheaders)
1055 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udip2soc.c
1056
1057 udi2go32.o: $(srcdir)/29k-share/udi/udi2go32.c $(udiheaders)
1058 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udi2go32.c
1059
1060 udr.o: $(srcdir)/29k-share/udi/udr.c $(udiheaders)
1061 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udr.c
1062
1063 a29k-tdep.o: a29k-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h)
1064
1065 a68v-nat.o: a68v-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1066
1067 alpha-nat.o: alpha-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
1068
1069 alpha-tdep.o: alpha-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1070 $(inferior_h) $(symtab_h) $(dis-asm.h) gdb_string.h
1071
1072 altos-xdep.o: altos-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1073
1074 annotate.o: annotate.c $(defs_h) annotate.h $(value_h) target.h $(gdbtypes_h)
1075
1076 arm-tdep.o: arm-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \
1077 $(gdbcore_h)
1078
1079 bcache.o: bcache.c bcache.h $(defs_h)
1080
1081 blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1082 objfiles.h symfile.h target.h
1083
1084 breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1085 $(inferior_h) language.h target.h gdbthread.h gdb_string.h
1086
1087 buildsym.o: buildsym.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1088 objfiles.h symfile.h $(symtab_h) gdb_string.h
1089
1090 c-lang.o: c-lang.c c-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1091 language.h parser-defs.h $(symtab_h)
1092
1093 c-typeprint.o: c-typeprint.c c-lang.h $(defs_h) $(expression_h) \
1094 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) \
1095 target.h typeprint.h $(value_h) gdb_string.h
1096
1097 c-valprint.o: c-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1098 language.h $(symtab_h) valprint.h $(value_h)
1099
1100 f-lang.o: f-lang.c f-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1101 language.h parser-defs.h $(symtab_h) gdb_string.h
1102
1103 f-typeprint.o: f-typeprint.c f-lang.h $(defs_h) $(expression_h) \
1104 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) \
1105 target.h typeprint.h $(value_h) gdb_string.h
1106
1107 f-valprint.o: f-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1108 language.h $(symtab_h) valprint.h $(value_h) gdb_string.h
1109
1110 ch-exp.o: ch-exp.c ch-lang.h $(defs_h) language.h parser-defs.h $(bfd_h) symfile.h objfiles.h $(value_h)
1111
1112 ch-lang.o: ch-lang.c ch-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1113 language.h parser-defs.h $(symtab_h)
1114
1115 ch-typeprint.o: ch-typeprint.c ch-lang.h $(defs_h) $(expression_h) \
1116 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) \
1117 target.h $(value_h) typeprint.h gdb_string.h
1118
1119 ch-valprint.o: ch-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1120 language.h $(symtab_h) valprint.h $(value_h) c-lang.h
1121
1122 coff-solib.o: coff-solib.c $(defs_h)
1123
1124 coffread.o: coffread.c $(bfd_h) $(breakpoint_h) buildsym.h \
1125 complaints.h $(defs_h) $(expression_h) $(gdbtypes_h) objfiles.h \
1126 symfile.h $(symtab_h) gdb-stabs.h stabsread.h target.h \
1127 gdb_string.h
1128
1129 command.o: command.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1130 $(gdbtypes_h) $(symtab_h) $(value_h) gdb_string.h $(wait_h)
1131
1132 complaints.o: complaints.c complaints.h $(defs_h) $(gdbcmd_h)
1133
1134 convex-tdep.o: convex-tdep.c $(wait_h) $(defs_h) $(gdbcmd_h) \
1135 $(gdbcore_h) $(inferior_h)
1136
1137 convex-xdep.o: convex-xdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1138 $(inferior_h)
1139
1140 copying.o: copying.c $(defs_h) $(gdbcmd_h)
1141
1142 core-aout.o: core-aout.c $(defs_h) $(gdbcore_h) $(value_h) $(inferior_h)
1143
1144 core-sol2.o: core-sol2.c $(command_h) $(defs_h) $(gdbcore_h) \
1145 $(inferior_h) target.h gdb_string.h
1146
1147 core-regset.o: core-regset.c $(command_h) $(defs_h) $(gdbcore_h) \
1148 $(inferior_h) target.h gdb_string.h
1149
1150 corefile.o: corefile.c $(dis-asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1151 $(inferior_h) target.h language.h gdb_string.h
1152
1153 corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1154 target.h gdbthread.h gdb_string.h
1155
1156 cp-valprint.o: cp-valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1157 $(gdbtypes_h) $(symtab_h) $(value_h) gdb_string.h
1158
1159 dcache.o: dcache.c $(dcache_h) $(defs_h) $(gdbcmd_h) gdb_string.h $(gdbcore_h)
1160
1161 dbxread.o: dbxread.c $(breakpoint_h) buildsym.h $(command_h) \
1162 complaints.h $(defs_h) $(expression_h) gdb-stabs.h $(gdbcore_h) \
1163 $(gdbtypes_h) language.h objfiles.h partial-stab.h stabsread.h \
1164 symfile.h $(symtab_h) target.h gdb_string.h
1165
1166 delta68-nat.o: delta68-nat.c $(defs_h)
1167
1168 demangle.o: demangle.c $(defs_h) $(gdbcmd_h) gdb_string.h
1169
1170 dink32-rom.o: dink32-rom.c monitor.h $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1171 $(inferior_h) target.h serial.h terminal.h
1172
1173 dpx2-nat.o: dpx2-nat.c $(defs_h) $(gdbcore_h) gdb_string.h
1174
1175 dstread.o: dstread.c gdb_string.h
1176
1177 dwarfread.o: dwarfread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1178 $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \
1179 $(symtab_h) gdb_string.h
1180
1181 dwarf2read.o: dwarf2read.c $(bfd_h) buildsym.h $(defs_h) \
1182 $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \
1183 $(symtab_h) gdb_string.h
1184
1185 elfread.o: elfread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1186 gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h \
1187 $(BFD_SRC)/elf-bfd.h $(INCLUDE_DIR)/elf/mips.h
1188
1189 environ.o: environ.c $(defs_h) environ.h $(gdbcore_h) gdb_string.h
1190
1191 eval.o: eval.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \
1192 $(gdbtypes_h) language.h $(symtab_h) target.h $(value_h) \
1193 gdb_string.h
1194
1195 exec.o: exec.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
1196 target.h language.h gdb_string.h
1197
1198 expprint.o: expprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1199 language.h parser-defs.h $(symtab_h) $(value_h)
1200
1201 findvar.o: findvar.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
1202 gdb_string.h
1203
1204 fork-child.o: fork-child.c $(wait_h) $(defs_h) $(gdbcore_h) \
1205 $(inferior_h) target.h terminal.h gdbthread.h gdb_string.h
1206
1207 # start-sanitize-gdbtk
1208 gdbres.o: gdb.rc gdbtool.ico
1209 $(WINDRES) --include $(srcdir) $(srcdir)/gdb.rc gdbres.o
1210
1211 gdbtk.o: gdbtk.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
1212 $(bfd_h) symfile.h objfiles.h target.h gdb_string.h $(tracepoint_h)
1213 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1214 $(ITK_CFLAGS) $(TIX_CFLAGS) \
1215 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1216 $(srcdir)/gdbtk.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
1217
1218 gdbtk-cmds.o: gdbtk-cmds.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
1219 $(bfd_h) symfile.h objfiles.h target.h gdb_string.h $(tracepoint_h)
1220 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1221 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1222 $(srcdir)/gdbtk-cmds.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
1223
1224 gdbtk-hooks.o: gdbtk-hooks.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
1225 $(bfd_h) symfile.h objfiles.h target.h gdb_string.h $(tracepoint_h)
1226 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1227 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1228 $(srcdir)/gdbtk-hooks.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
1229
1230 gdbtk-variable.o: gdbtk-variable.c gdbtk.h gdbtk-wrapper.h
1231 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1232 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1233 $(srcdir)/gdbtk-variable.c
1234
1235 gdbtk-wrapper.o: gdbtk-wrapper.c gdbtk-wrapper.h
1236 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(GDBTK_CFLAGS)\
1237 $(srcdir)/gdbtk-wrapper.c
1238
1239 v850ice.o: v850ice.c $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
1240 $(frame_h) $(breakpoint_h) $(gdbcore_h) $(value_h) symfile.h \
1241 gdb_string.h target.h objfiles.h
1242 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1243 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1244 $(srcdir)/v850ice.c
1245
1246 # end-sanitize-gdbtk
1247 tracepoint.o: tracepoint.c $(defs_h) $(symtab_h) $(frame_h) $(tracepoint_h) \
1248 $(gdbtypes_h) $(expression_h) $(gdbcmd_h) $(value_h) target.h \
1249 language.h gdb_string.h $(readline_headers)
1250
1251 gdbarch.o: gdbarch.c $(defs_h) $(bfd_h) $(gdbcmd_h)
1252
1253 gdbtypes.o: gdbtypes.c $(bfd_h) complaints.h $(defs_h) $(expression_h) \
1254 $(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) target.h \
1255 $(value_h) gdb_string.h
1256
1257 gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \
1258 exc_request_U.h msg_U.h gnu-nat.h
1259
1260 go32-xdep.o: go32-xdep.c
1261
1262 # OBSOLETE gould-tdep.o: gould-tdep.c $(OP_INCLUDE)/np1.h $(defs_h) $(frame_h) \
1263 # OBSOLETE $(gdbcore_h) $(symtab_h)
1264
1265 # OBSOLETE gould-xdep.o: gould-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1266
1267 h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h)
1268
1269 h8500-tdep.o: h8500-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h) \
1270 $(expression_h) $(frame_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) \
1271 $(value_h)
1272
1273 hp300ux-nat.o: hp300ux-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1274
1275 hppa-tdep.o: hppa-tdep.c $(wait_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1276 $(inferior_h) objfiles.h symfile.h target.h
1277
1278 hppab-nat.o: hppab-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h
1279
1280 hppah-nat.o: hppah-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h
1281
1282 i386gnu-nat.o: gnu-nat.h
1283
1284 i386-tdep.o: i386-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
1285 gdb_string.h
1286
1287 i386aix-nat.o: i386aix-nat.c $(defs_h) $(frame_h) $(inferior_h) \
1288 language.h $(gdbcore_h) $(floatformat_h) target.h
1289
1290 i386b-nat.o: i386b-nat.c $(defs_h)
1291
1292 i386ly-nat.o: i386ly-nat.c $(defs_h) $(frame_h) $(inferior_h) target.h
1293
1294 i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(inferior_h) target.h $(gdbcore_h)
1295
1296 i386m3-nat.o: i386m3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) target.h
1297
1298 i386mach-nat.o: i386mach-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1299
1300 i386v-nat.o: i386v-nat.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
1301 $(inferior_h) language.h target.h
1302
1303 i386v4-nat.o: i386v4-nat.c $(defs_h)
1304
1305 i387-tdep.o: i387-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
1306 $(inferior_h) language.h
1307
1308 i960-tdep.o: i960-tdep.c $(floatformat_h) $(defs_h) $(expression_h) \
1309 $(frame_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(gdbcore_h)
1310
1311 infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \
1312 $(inferior_h) target.h language.h gdb_string.h
1313
1314 inflow.o: inflow.c $(bfd_h) $(command_h) $(defs_h) $(inferior_h) \
1315 signals.h target.h terminal.h gdbthread.h gdb_string.h
1316
1317 infptrace.o: infptrace.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
1318 gdb_string.h $(wait_h) $(command_h)
1319
1320 infrun.o: infrun.c $(wait_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1321 $(inferior_h) target.h gdbthread.h gdb_string.h
1322
1323 inftarg.o: inftarg.c $(wait_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1324 target.h terminal.h $(command_h)
1325
1326 irix4-nat.o: irix4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
1327 irix5-nat.o: irix5-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) target.h \
1328 $(symtab_h) symfile.h objfiles.h $(command_h) $(frame_h) gnu-regex.h \
1329 language.h gdb_string.h
1330
1331 isi-xdep.o: isi-xdep.c
1332 # start-sanitize-java
1333
1334 jv-lang.o: jv-lang.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1335 $(expression_h) parser-defs.h language.h symfile.h objfiles.h \
1336 gdb_string.h $(value_h) c-lang.h jv-lang.h $(gdbcore_h)
1337
1338 jv-typeprint.o: jv-typeprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1339 $(value_h) $(INCLUDE_DIR)/demangle.h jv-lang.h gdb_string.h
1340
1341 jv-valprint.o: jv-valprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1342 $(expression_h) $(value_h) $(INCLUDE_DIR)/demangle.h valprint.h \
1343 language.h jv-lang.h c-lang.h
1344 # end-sanitize-java
1345
1346 language.o: language.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \
1347 $(gdbcmd_h) $(gdbtypes_h) language.h parser-defs.h $(symtab_h) \
1348 target.h $(value_h) gdb_string.h
1349
1350 lynx-nat.o: lynx-nat.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcore_h) \
1351 target.h
1352
1353 m2-lang.o: m2-lang.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1354 language.h m2-lang.h parser-defs.h $(symtab_h)
1355
1356 m2-typeprint.o: m2-typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1357 $(gdbcore_h) $(gdbtypes_h) language.h m2-lang.h $(symtab_h) target.h \
1358 $(value_h) gdb_string.h
1359
1360 m2-valprint.o: m2-valprint.c $(defs_h) $(gdbtypes_h) $(symtab_h) \
1361 valprint.h m2-lang.h
1362
1363 m3-nat.o: m3-nat.c $(defs_h) $(inferior_h) $(value_h) language.h target.h \
1364 $(wait_h) $(gdbcmd_h) $(gdbcore_h)
1365
1366 m68k-tdep.o: m68k-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(value_h) \
1367 $(gdbcore_h) gdb_string.h
1368
1369 m68kly-nat.o: m68kly-nat.c $(defs_h) $(frame_h) $(inferior_h) target.h
1370
1371 m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
1372 $(language_h) $(gdbcore_h) $(floatformat_h) target.h
1373
1374 m88k-nat.o: m88k-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1375
1376 m88k-tdep.o: m88k-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1377
1378 mac-nat.o: mac-nat.c $(defs_h) gdb_string.h
1379
1380 main.o: main.c top.h $(defs_h) gdb_string.h
1381
1382 maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) language.h \
1383 $(expression_h) objfiles.h symfile.h
1384
1385 mdebugread.o: mdebugread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
1386 $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
1387 objfiles.h partial-stab.h stabsread.h symfile.h $(symtab_h) \
1388 gdb_string.h
1389
1390 mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h)
1391
1392 os9kread.o: os9kread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
1393 $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
1394 objfiles.h stabsread.h symfile.h $(symtab_h) \
1395 target.h gdb_string.h
1396
1397 mem-break.o: mem-break.c $(defs_h)
1398
1399 minsyms.o: minsyms.c $(bfd_h) $(defs_h) objfiles.h symfile.h \
1400 $(symtab_h) gdb_string.h
1401
1402 mips-nat.o: mips-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1403
1404 mips-tdep.o: mips-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1405 $(inferior_h) language.h objfiles.h symfile.h gdb_string.h
1406
1407 mipsread.o: mipsread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
1408 $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
1409 objfiles.h partial-stab.h stabsread.h symfile.h $(symtab_h) \
1410 gdb_string.h
1411
1412 mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
1413
1414 monitor.o: monitor.c monitor.h $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1415 $(inferior_h) target.h serial.h terminal.h gdb_string.h
1416
1417 news-xdep.o: news-xdep.c
1418
1419 Onindy.o: nindy-share/Onindy.c $(wait_h) nindy-share/block_io.h \
1420 nindy-share/env.h
1421 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/Onindy.c
1422
1423 nindy.o: nindy-share/nindy.c $(wait_h) nindy-share/block_io.h \
1424 nindy-share/env.h
1425 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/nindy.c
1426
1427 nlmread.o: nlmread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1428 gdb-stabs.h objfiles.h symfile.h $(symtab_h) stabsread.h \
1429 gdb_string.h
1430
1431 ns32km3-nat.o: ns32km3-nat.c $(defs_h) $(inferior_h)
1432
1433 ttyflush.o: nindy-share/ttyflush.c
1434 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/ttyflush.c
1435
1436 nindy-tdep.o: nindy-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbcore_h)
1437
1438 ns32k-tdep.o: ns32k-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h)
1439
1440 objfiles.o: objfiles.c $(bfd_h) $(defs_h) objfiles.h symfile.h \
1441 $(symtab_h) gdb_string.h
1442
1443 osfsolib.o: osfsolib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1444 objfiles.h gnu-regex.h symfile.h target.h language.h gdb_string.h
1445
1446 somread.o: somread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1447 gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1448
1449 somsolib.o: somsolib.c $(defs_h)
1450
1451 hpux-thread.o: hpux-thread.c $(defs_h) gdbthread.h target.h inferior.h
1452 $(CC) -c $(INTERNAL_CFLAGS) -I$(srcdir)/osf-share \
1453 -I$(srcdir)/osf-share/HP800 -I/usr/include/dce $(srcdir)/hpux-thread.c
1454
1455 # FIXME!!!
1456 hpread.o: hpread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
1457 gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1458
1459 hp-psymtab-read.o: hp-psymtab-read.c hpread.h $(bfd_h) buildsym.h complaints.h \
1460 $(defs_h) gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1461
1462 hp-symtab-read.o: hp-symtab-read.c hpread.h $(bfd_h) buildsym.h complaints.h \
1463 $(defs_h) gdb-stabs.h objfiles.h symfile.h $(symtab_h) gdb_string.h
1464 # END FIXME!!!
1465
1466 parse.o: parse.c $(command_h) $(defs_h) $(expression_h) $(frame_h) \
1467 $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
1468 gdb_string.h
1469
1470 ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) gdb_string.h $(frame_h) \
1471 $(inferior_h) $(bfd_h) symfile.h target.h $(wait_h) $(gdbcmd_h) \
1472 objfiles.h gdb-stabs.h serial.h ocd.h
1473
1474 ppcbug-rom.o: ppcbug-rom.c monitor.h $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1475 $(inferior_h) target.h serial.h terminal.h
1476
1477 printcmd.o: printcmd.c $(breakpoint_h) $(defs_h) $(expression_h) \
1478 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h objfiles.h \
1479 symfile.h $(symtab_h) target.h gdb_string.h
1480
1481 procfs.o: procfs.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1482 target.h gdb_string.h
1483
1484 pyr-tdep.o: pyr-tdep.c $(defs_h)
1485
1486 pyr-xdep.o: pyr-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1487
1488 gnu-regex.o: gnu-regex.c gnu-regex.h $(defs_h) gdb_string.h
1489
1490 remote-adapt.o: remote-adapt.c $(wait_h) $(defs_h) $(gdbcore_h) \
1491 $(inferior_h) target.h terminal.h gdb_string.h
1492
1493 remote-array.o: remote-array.c $(wait_h) $(defs_h) $(gdbcore_h) target.h \
1494 gdb_string.h $(command_h) serial.h monitor.h $(remote_utils_h)
1495
1496 remote-rdi.o: remote-rdi.c $(wait_h) $(defs_h) $(gdbcore_h) \
1497 $(inferior_h) gdb_string.h
1498
1499 rdi-share/libangsd.a: force
1500 @dir=rdi-share; \
1501 if [ -f ./$${dir}/Makefile ] ; then \
1502 r=`pwd`; export r; \
1503 srcroot=`cd $(srcdir); pwd`; export srcroot; \
1504 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
1505 else \
1506 true; \
1507 fi
1508
1509 remote-d10v.o: remote-d10v.c $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1510 $(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
1511
1512 remote-rdp.o: remote-rdp.c $(wait_h) $(defs_h) $(gdbcore_h) \
1513 $(inferior_h) gdb_string.h
1514
1515 remote-bug.o: remote-bug.c $(wait_h) $(defs_h) $(gdbcore_h) \
1516 $(inferior_h) target.h terminal.h $(remote_utils_h) gdb_string.h
1517
1518 remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) target.h \
1519 $(wait_h) serial.h gdb_string.h
1520
1521 remote-eb.o: remote-eb.c $(wait_h) $(srcdir)/config/a29k/tm-a29k.h \
1522 $(defs_h) $(gdbcore_h) $(inferior_h) symfile.h target.h terminal.h \
1523 gdb_string.h
1524
1525 remote-es.o: remote-es.c $(bfd_h) $(wait_h) $(command_h) $(defs_h) \
1526 $(inferior_h) $(remote_utils_h) terminal.h gdb_string.h
1527
1528 remote-hms.o: remote-hms.c $(wait_h) $(defs_h) $(gdbcore_h) \
1529 $(inferior_h) serial.h target.h terminal.h gdb_string.h
1530
1531 remote-mips.o: remote-mips.c $(wait_h) $(defs_h) $(gdbcmd_h) \
1532 $(gdbcore_h) $(inferior_h) serial.h symfile.h target.h
1533
1534 remote-mm.o: remote-mm.c $(bfd_h) $(wait_h) $(defs_h) $(inferior_h) \
1535 minimon.h target.h terminal.h gdb_string.h
1536
1537 remote-nindy.o: remote-nindy.c $(floatformat_h) $(wait_h) $(command_h) \
1538 $(defs_h) $(gdbcore_h) $(inferior_h) \
1539 nindy-share/env.h nindy-share/stop.h $(remote_utils_h) \
1540 symfile.h
1541
1542 remote-os9k.o: remote-os9k.c $(defs_h) $(gdbcore_h) $(wait_h) \
1543 $(command_h) monitor.h $(remote_utils_h) $(symtab_h) symfile.h \
1544 objfiles.h gdb-stabs.h gdb_string.h
1545
1546 remote-sds.o: remote-sds.c $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1547 $(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
1548
1549 remote-sim.o: remote-sim.c $(wait_h) $(defs_h) $(gdbcore_h) \
1550 $(inferior_h) target.h terminal.h gdb_string.h \
1551 $(INCLUDE_DIR)/callback.h
1552
1553 remote-st.o: remote-st.c $(wait_h) $(defs_h) $(gdbcore_h) serial.h \
1554 target.h gdb_string.h
1555
1556 remote-udi.o: remote-udi.c $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1557 $(inferior_h) target.h terminal.h $(udiheaders) gdb_string.h
1558
1559 remote-vx.o: remote-vx.c $(wait_h) complaints.h $(defs_h) $(gdbcmd_h) \
1560 $(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
1561 vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
1562 vx-share/xdr_rdb.h gdb-stabs.h objfiles.h symfile.h $(bfd_h) \
1563 gdb_string.h
1564
1565 remote-vx29k.o: remote-vx29k.c $(wait_h) complaints.h $(defs_h) $(gdbcmd_h) \
1566 $(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
1567 vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
1568 vx-share/xdr_rdb.h gdb_string.h
1569
1570 ocd.o: ocd.c ocd.h $(gdbcore_h) gdb_string.h $(frame_h) $(inferior_h) \
1571 $(bfd_h) symfile.h target.h $(wait_h) $(gdbcmd_h) objfiles.h \
1572 gdb-stabs.h $(dcache_h) serial.h
1573
1574 remote-utils.o: remote-utils.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1575 $(inferior_h) $(remote_utils_h) gdb_string.h
1576
1577 remote.o: remote.c $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1578 $(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
1579
1580 remote-nrom.o: remote-nrom.c $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1581 $(inferior_h) $(remote_utils_h) symfile.h terminal.h
1582
1583 rom68k-rom.o: rom68k-rom.c monitor.h $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1584 $(inferior_h) target.h serial.h terminal.h
1585
1586 rs6000-nat.o: rs6000-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h \
1587 xcoffsolib.h
1588
1589 rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1590 target.h xcoffsolib.h
1591
1592 scm-exp.o: $(defs_h) $(value_h) parser-defs.h language.h c-lang.h \
1593 scm-lang.h scm-tags.h
1594
1595 scm-lang.o: $(defs_h) $(value_h) parser-defs.h language.h c-lang.h \
1596 scm-lang.h scm-tags.h gdb_string.h $(gdbcore_h)
1597
1598 scm-valprint.o: $(defs_h) $(value_h) parser-defs.h language.h \
1599 scm-lang.h valprint.h $(gdbcore_h)
1600
1601 ser-go32.o: ser-go32.c $(defs_h) serial.h
1602
1603 ser-mac.o: ser-mac.c $(defs_h) serial.h signals.h
1604
1605 ser-ocd.o: ser-ocd.c $(defs_h) serial.h signals.h gdb_string.h
1606
1607 ser-tcp.o: ser-tcp.c $(defs_h) serial.h signals.h gdb_string.h
1608
1609 ser-unix.o: ser-unix.c $(defs_h) serial.h
1610
1611 serial.o: serial.c $(defs_h) serial.h gdb_string.h
1612
1613 sh-tdep.o: sh-tdep.c $(bfd_h) $(dis-asm_h) \
1614 $(srcdir)/../opcodes/sh-opc.h $(defs_h) $(expression_h) $(frame_h) \
1615 $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(value_h)
1616
1617 sh3-rom.o: sh3-rom.c monitor.h $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1618 $(inferior_h) target.h serial.h terminal.h
1619
1620 mon960-rom.o: mon960-rom.c monitor.h $(bfd_h) $(wait_h) $(defs_h) $(gdbcmd_h) \
1621 $(inferior_h) target.h serial.h terminal.h
1622
1623 solib.o: solib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1624 objfiles.h gnu-regex.h symfile.h target.h gdb_string.h
1625
1626 source.o: source.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
1627 $(gdbcore_h) language.h objfiles.h gnu-regex.h symfile.h $(symtab_h) \
1628 gdb_string.h
1629
1630 sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(gdbcore_h) \
1631 target.h
1632
1633 sparc-tdep.o: sparc-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
1634 $(inferior_h) objfiles.h symfile.h target.h gdb_string.h
1635
1636 sparcl-tdep.o: sparcl-tdep.c $(defs_h) $(gdbcore_h) target.h
1637
1638 dsrec.o: dsrec.c $(defs_h) srec.h
1639
1640 stabsread.o: stabsread.c $(bfd_h) $(INCLUDE_DIR)/aout/stab.def \
1641 $(INCLUDE_DIR)/aout/stab_gnu.h buildsym.h complaints.h $(defs_h) \
1642 $(gdbtypes_h) objfiles.h stabsread.h symfile.h $(symtab_h) \
1643 gdb_string.h
1644
1645 stack.o: stack.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
1646 language.h target.h gdb_string.h
1647
1648 ax-general.o: ax-general.c $(ax_h) $(defs_h)
1649 ax-gdb.o: ax-gdb.c $(defs_h) $(symtab_h) symfile.h $(gdbtypes_h) \
1650 $(value_h) $(expression_h) $(command_h) $(ax_h) $(gdbcmd_h) ax-gdb.h
1651
1652 sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1653
1654 sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
1655
1656 symfile.o: symfile.c $(breakpoint_h) complaints.h $(defs_h) \
1657 $(expression_h) $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) \
1658 language.h objfiles.h symfile.h $(symtab_h) target.h \
1659 gdb_string.h
1660
1661 symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1662
1663 symm-nat.o: symm-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1664
1665 symmisc.o: symmisc.c $(bfd_h) $(breakpoint_h) $(command_h) $(defs_h) \
1666 $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \
1667 $(symtab_h) gdb_string.h
1668
1669 symtab.o: symtab.c call-cmds.h $(defs_h) $(expression_h) $(frame_h) \
1670 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h objfiles.h \
1671 gnu-regex.h symfile.h $(symtab_h) target.h $(value_h) \
1672 gdb_string.h
1673
1674 tahoe-tdep.o: tahoe-tdep.c $(OP_INCLUDE)/tahoe.h $(defs_h) \
1675 $(symtab_h)
1676
1677 #start-sanitize-tic80
1678 tic80-tdep.o: tic80-tdep.c $(defs_h)
1679
1680 #end-sanitize-tic80
1681 target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
1682 objfiles.h symfile.h target.h gdb_string.h
1683
1684 thread.o: thread.c $(defs_h) gdbthread.h $(gdbcmd_h)
1685
1686 top.o: top.c top.h $(bfd_h) $(getopt_h) $(readline_headers) call-cmds.h \
1687 $(defs_h) $(gdbcmd_h) $(inferior_h) language.h signals.h \
1688 $(remote_utils_h) gdb_string.h
1689
1690 typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1691 $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \
1692 $(value_h) gdb_string.h
1693
1694 ultra3-nat.o: ultra3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
1695
1696 ultra3-xdep.o: ultra3-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1697
1698 umax-xdep.o: umax-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
1699
1700 utils.o: utils.c $(bfd_h) $(defs_h) $(expression_h) $(gdbcmd_h) \
1701 language.h signals.h target.h terminal.h $(readline_headers) \
1702 gdb_string.h
1703
1704 valarith.o: valarith.c $(bfd_h) $(defs_h) $(expression_h) \
1705 $(gdbtypes_h) language.h $(symtab_h) target.h $(value_h) \
1706 gdb_string.h
1707
1708 valops.o: valops.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
1709 gdb_string.h
1710
1711 valprint.o: valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1712 $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \
1713 $(value_h) gdb_string.h valprint.h
1714
1715 values.o: values.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
1716 $(gdbcore_h) $(gdbtypes_h) $(symtab_h) target.h $(value_h) \
1717 gdb_string.h scm-lang.h
1718
1719 vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_h)
1720
1721 w65-tdep.o : w65-tdep.c $(gdbcore_h)
1722
1723 win32-nat.o: win32-nat.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \
1724 gdb_string.h
1725
1726 xdr_ld.o: vx-share/xdr_ld.c $(defs_h) vx-share/vxTypes.h \
1727 vx-share/vxWorks.h vx-share/xdr_ld.h
1728 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ld.c
1729
1730 xdr_ptrace.o: vx-share/xdr_ptrace.c $(defs_h) vx-share/vxTypes.h \
1731 vx-share/vxWorks.h vx-share/xdr_ptrace.h
1732 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ptrace.c
1733
1734 xdr_rdb.o: vx-share/xdr_rdb.c $(defs_h) vx-share/vxTypes.h \
1735 vx-share/vxWorks.h vx-share/xdr_rdb.h
1736 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_rdb.c
1737
1738 xcoffread.o: xcoffread.c $(bfd_h) $(INCLUDE_DIR)/aout/stab.def \
1739 $(INCLUDE_DIR)/aout/stab_gnu.h $(INCLUDE_DIR)/coff/internal.h \
1740 $(INCLUDE_DIR)/coff/rs6000.h $(BFD_SRC)/libcoff.h buildsym.h \
1741 complaints.h $(defs_h) $(gdbtypes_h) objfiles.h stabsread.h symfile.h \
1742 $(symtab_h) partial-stab.h gdb_string.h
1743
1744 xcoffsolib.o: xcoffsolib.c $(bfd_h) $(defs_h) xcoffsolib.h
1745
1746 z8k-tdep.o: z8k-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h) $(frame_h) \
1747 $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(gdbcore_h)
1748
1749 c-exp.tab.o: c-exp.tab.c c-lang.h $(defs_h) $(expression_h) \
1750 $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
1751 $(bfd_h) objfiles.h symfile.h
1752
1753 # start-sanitize-java
1754 jv-exp.tab.o: jv-exp.tab.c jv-lang.h $(defs_h) $(expression_h) \
1755 $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
1756 $(bfd_h) objfiles.h symfile.h
1757
1758 # end-sanitize-java
1759 f-exp.tab.o: f-exp.tab.c f-lang.h $(defs_h) $(expression_h) \
1760 language.h parser-defs.h $(value_h) $(bfd_h) objfiles.h symfile.h
1761
1762 m2-exp.tab.o: m2-exp.tab.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1763 language.h m2-lang.h parser-defs.h $(symtab_h) $(value_h) \
1764 $(bfd_h) objfiles.h symfile.h
1765
1766 ### end of the gdb Makefile.in.