1 # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
2 # 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4 # This file is part of GDB.
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.
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.
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.
21 exec_prefix = @exec_prefix@
23 host_alias = @host_alias@
24 target_alias = @target_alias@
25 program_transform_name = @program_transform_name@
28 tooldir = $(libdir)/$(target_alias)
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
42 htmldir = $(prefix)/html
43 includedir = @includedir@
45 # This can be referenced by `INTLDEPS' as computed by CY_GNU_GETTEXT.
55 INSTALL_PROGRAM = @INSTALL_PROGRAM@
56 INSTALL_DATA = @INSTALL_DATA@
65 # Flags that describe where you can find the termcap library.
66 # This can be overridden in the host Makefile fragment file.
69 # If you are compiling with GCC, make sure that either 1) You have the
70 # fixed include files where GCC can reach them, or 2) You use the
71 # -traditional flag. Otherwise the ioctl calls in inflow.c
72 # will be incorrectly compiled. The "fixincludes" script in the gcc
73 # distribution will fix your include files up.
76 # Directory containing source files.
82 YLWRAP = $(srcdir)/../ylwrap
84 # where to find makeinfo, preferably one designed for texinfo-2
89 MAKEHTMLFLAGS = -glossary -menu -split_chapter
91 # Set this up with gcc if you have gnu ld and the loader will print out
92 # line numbers for undefined references.
96 # Where is our "include" directory? Typically $(srcdir)/../include.
97 # This is essentially the header file directory for the library
98 # routines in libiberty.
99 INCLUDE_DIR = $(srcdir)/../include
100 INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
102 # Where is the "-liberty" library? Typically in ../libiberty.
103 LIBIBERTY = ../libiberty/libiberty.a
105 # Configured by the --with-mmalloc option to configure.
107 MMALLOC_CFLAGS = @MMALLOC_CFLAGS@
109 # Configured by the --with-uiout option to configure.
110 UIOUT_CFLAGS = @UIOUT_CFLAGS@
112 # Where is the BFD library? Typically in ../bfd.
114 BFD = $(BFD_DIR)/libbfd.a
115 BFD_SRC = $(srcdir)/$(BFD_DIR)
116 BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
118 # Where is the READLINE library? Typically in ../readline.
119 READLINE_DIR = ../readline
120 READLINE = $(READLINE_DIR)/libreadline.a
121 READLINE_SRC = $(srcdir)/$(READLINE_DIR)
122 READLINE_CFLAGS = -I$(READLINE_SRC)/..
124 WARN_CFLAGS = @WARN_CFLAGS@
125 WERROR_CFLAGS = @WERROR_CFLAGS@
126 GDB_WARN_CFLAGS = $(WARN_CFLAGS)
127 GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
129 # Where is the INTL library? Typically in ../intl.
132 INTL_DEPS = @INTLDEPS@
133 INTL_SRC = $(srcdir)/$(INTL_DIR)
134 INTL_CFLAGS = -I$(INTL_DIR) -I$(INTL_SRC)
137 # CLI sub directory definitons
141 cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o
144 cli/cli-decode.c cli/cli-script.c cli/cli-cmds.c cli/cli-setshow.c \
154 SUBDIR_CLI_UNINSTALL=
157 # MI sub directory definitons
160 mi-out.o mi-console.o \
161 mi-cmds.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o \
163 mi-main.o mi-parse.o mi-getopt.o
165 mi/mi-out.c mi/mi-console.c \
167 mi/mi-cmd-var.c mi/mi-cmd-break.c mi/mi-cmd-stack.c \
169 mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c
182 # TUI sub directory definitions
185 tui-file.o tui.o tuiData.o tuiSource.o tuiStack.o tuiIO.o \
186 tuiGeneralWin.o tuiLayout.o tuiWin.o tuiCommand.o \
187 tuiDisassem.o tuiSourceWin.o tuiRegs.o tuiDataWin.o \
188 tui-out.o tui-hooks.o
190 tui/tui-file.c tui/tui.c tui/tuiData.c tui/tuiSource.c \
191 tui/tuiStack.c tui/tuiIO.c \
192 tui/tuiGeneralWin.c tui/tuiLayout.c \
193 tui/tuiWin.c tui/tuiCommand.c \
194 tui/tuiDisassem.c tui/tuiSourceWin.c \
195 tui/tuiRegs.c tui/tuiDataWin.c tui/tui-out.c tui/tui-hooks.c
201 -DTUI=1 -I${srcdir}/tui
205 SUBDIR_TUI_UNINSTALL=
209 # Opcodes currently live in one of two places. Either they are in the
210 # opcode library, typically ../opcodes, or they are in a header file
212 # Where is the "-lopcodes" library, with (some of) the opcode tables and
214 OPCODES_DIR = ../opcodes
215 OPCODES_SRC = $(srcdir)/$(OPCODES_DIR)
216 OPCODES = $(OPCODES_DIR)/libopcodes.a
217 # Where are the other opcode tables which only have header file
219 OP_INCLUDE = $(INCLUDE_DIR)/opcode
220 OPCODES_CFLAGS = -I$(OP_INCLUDE)
222 # The simulator is usually nonexistent; targets that include one
223 # should set this to list all the .o or .a files to be linked in.
226 WIN32LIBS = @WIN32LIBS@
228 # Where is the TCL library? Typically in ../tcl.
229 LIB_INSTALL_DIR = $(libdir)
230 # This variable is needed when doing dynamic linking.
231 LIB_RUNTIME_DIR = $(libdir)
232 TCL = @TCL_LD_SEARCH_FLAGS@ @TCL_BUILD_LIB_SPEC@
233 TCL_CFLAGS = @TCLHDIR@
234 TCL_DEPS = @TCL_DEPS@
235 GDBTKLIBS = @GDBTKLIBS@
236 # Extra flags that the GDBTK files need:
237 GDBTK_CFLAGS = @GDBTK_CFLAGS@
239 # Where is the TK library? Typically in ../tk.
240 TK = @TK_BUILD_LIB_SPEC@
241 TK_CFLAGS = @TKHDIR@ @TK_BUILD_INCLUDES@
244 # Where is Itcl? Typically in ../itcl/itcl.
245 ITCL_CFLAGS = @ITCLHDIR@
247 ITCL_DEPS = @ITCL_DEPS@
249 # Where is Itk? Typically in ../itcl/itk.
250 ITK_CFLAGS = @ITKHDIR@
252 ITK_DEPS = @ITK_DEPS@
254 # Where is Tix? Typically in ../tix.
255 TIX_CFLAGS = @TIXHDIR@
257 TIX_DEPS = @TIX_DEPS@
259 X11_CFLAGS = @TK_XINCLUDES@
263 WIN32LDAPP = @WIN32LDAPP@
266 GUI_CFLAGS_X = @GUI_CFLAGS_X@
267 IDE_CFLAGS=$(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
269 # The version of gdbtk we're building. This should be kept
270 # in sync with GDBTK_VERSION and friends in gdbtk.h.
272 GDBTK_LIBRARY = $(datadir)/insight$(GDBTK_VERSION)
274 # Gdbtk requires an absolute path to the source directory or
275 # the testsuite won't run properly.
276 GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
279 gdbtk.o gdbtk-bp.o gdbtk-cmds.o gdbtk-hooks.o \
280 gdbtk-register.o gdbtk-stack.o gdbtk-varobj.o gdbtk-wrapper.o
281 SUBDIR_GDBTK_SRCS = \
282 gdbtk/generic/gdbtk.c gdbtk/generic/gdbtk-bp.c \
283 gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c \
284 gdbtk/generic/gdbtk-register.c gdbtk/generic/gdbtk-stack.c \
285 gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c
286 SUBDIR_GDBTK_DEPS = \
287 $(LIBGUI) $(ITCL_DEPS) $(ITK_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)
288 SUBDIR_GDBTK_INITS = gdbtk/generic/gdbtk.c
289 SUBDIR_GDBTK_LDFLAGS=
290 SUBDIR_GDBTK_CFLAGS= -DGDBTK
293 SUBDIR_GDBTK_INSTALL= install-gdbtk
294 SUBDIR_GDBTK_UNINSTALL=
296 CONFIG_OBS= @CONFIG_OBS@
297 CONFIG_LIB_OBS= @CONFIG_LIB_OBS@
298 CONFIG_SRCS= @CONFIG_SRCS@
299 CONFIG_DEPS= @CONFIG_DEPS@
300 CONFIG_INITS= @CONFIG_INITS@
301 CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
302 ENABLE_CFLAGS= @ENABLE_CFLAGS@
303 CONFIG_ALL= @CONFIG_ALL@
304 CONFIG_CLEAN= @CONFIG_CLEAN@
305 CONFIG_CLEAN= @CONFIG_CLEAN@
306 CONFIG_INSTALL = @CONFIG_INSTALL@
307 CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
309 # -I. for config files.
310 # -I$(srcdir) for gdb internal headers.
311 # -I$(srcdir)/config for more generic config files.
313 # It is also possible that you will need to add -I/usr/include/sys if
314 # your system doesn't have fcntl.h in /usr/include (which is where it
315 # should be according to Posix).
317 GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/config -DLOCALEDIR="\"$(prefix)/share/locale\"" $(DEFS)
319 # M{H,T}_CFLAGS, if defined, have host- and target-dependent CFLAGS
320 # from the config directory.
321 GLOBAL_CFLAGS = $(MT_CFLAGS) $(MH_CFLAGS)
322 #PROFILE_CFLAGS = -pg
324 # CFLAGS is specifically reserved for setting from the command line
325 # when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
328 # Need to pass this to testsuite for "make check". Probably should be
329 # consistent with top-level Makefile.in and gdb/testsuite/Makefile.in
330 # so "make check" has the same result no matter where it is run.
333 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
334 INTERNAL_WARN_CFLAGS = \
335 $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
336 $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
337 $(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS) \
338 $(INTL_CFLAGS) $(ENABLE_CFLAGS) $(UIOUT_CFLAGS) \
340 INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
342 # LDFLAGS is specifically reserved for setting from the command line
345 # Profiling options need to go here to work.
346 # I think it's perfectly reasonable for a user to set -pg in CFLAGS
347 # and have it work; that's why CFLAGS is here.
348 INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) $(MH_LDFLAGS) $(LDFLAGS) $(CONFIG_LDFLAGS) @HLDFLAGS@
351 # If your system is missing alloca(), or, more likely, it's there but
352 # it doesn't work, then refer to libiberty.
354 # Libraries and corresponding dependencies for compiling gdb.
355 # {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
356 # TERMCAP comes after readline, since readline depends on it.
357 # MMALLOC comes after anything else that might want an allocation function.
358 # LIBIBERTY appears twice on purpose.
359 # If you have the Cygnus libraries installed,
360 # you can use 'CLIBS=$(INSTALLED_LIBS)' 'CDEPS='
361 INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty \
362 $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
363 -lmmalloc -lintl -liberty
364 CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(INTL) $(LIBIBERTY) \
365 $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
366 $(MMALLOC) $(LIBIBERTY) $(WIN32LIBS)
367 CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
368 $(OPCODES) $(MMALLOC) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS)
370 ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
371 ADD_DEPS = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
376 LINTFLAGS= $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
377 $(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS) \
380 RUNTEST = `if [ -f $${rootsrc}/../dejagnu/runtest ] ; then \
381 echo $${rootsrc}/../dejagnu/runtest ; else echo runtest; \
386 # This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX
387 # interface to the serial port. Hopefully if get ported to OS/2, VMS,
388 # etc., then there will be (as part of the C library or perhaps as
389 # part of libiberty) a POSIX interface. But at least for now the
390 # host-dependent makefile fragment might need to use something else
392 SER_HARDWIRE = @SER_HARDWIRE@
394 # The `remote' debugging target is supported for most architectures,
395 # but not all (e.g. 960)
396 REMOTE_OBS = remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o
398 # This is remote-sim.o if a simulator is to be linked in.
401 ANNOTATE_OBS = annotate.o
403 # Host and target-dependent makefile fragments come in here.
405 @target_makefile_frag@
406 # End of host and target-dependent makefile fragments
408 # Possibly ignore the simulator. If the simulator is being ignored,
409 # these expand into SIM= and SIM_OBJ=, overriding the entries from
410 # target_makefile_frag
417 "exec_prefix=$(exec_prefix)" \
418 "infodir=$(infodir)" \
421 "datadir=$(datadir)" \
422 "includedir=$(includedir)" \
423 "against=$(against)" \
425 "AR_FLAGS=$(AR_FLAGS)" \
428 "CHILLFLAGS=$(CHILLFLAGS)" \
430 "CHILL_LIB=$(CHILL_LIB)" \
432 "CXXFLAGS=$(CXXFLAGS)" \
433 "DLLTOOL=$(DLLTOOL)" \
435 "MAKEINFO=$(MAKEINFO)" \
436 "MAKEHTML=$(MAKEHTML)" \
437 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
438 "INSTALL=$(INSTALL)" \
439 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
440 "INSTALL_DATA=$(INSTALL_DATA)" \
441 "RUNTEST=$(RUNTEST)" \
442 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
444 # Flags that we pass when building the testsuite.
446 # empty for native, $(target_alias)/ for cross
447 target_subdir = @target_subdir@
450 if [ -f $${rootme}/../gcc/xgcc ] ; then \
451 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
452 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/; \
454 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
457 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
460 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
466 if [ -f $${rootme}/../gcc/xgcc ] ; then \
467 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
468 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/; \
470 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
473 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
476 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
480 CHILLFLAGS = $(CFLAGS)
482 CHILL_FOR_TARGET = ` \
483 if [ -f $${rootme}/../gcc/Makefile ] ; then \
484 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -L$${rootme}/../gcc/ch/runtime/; \
486 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
489 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
493 if [ -f $${rootme}/../gcc/ch/runtime/libchill.a ] ; then \
494 echo $${rootme}/../gcc/ch/runtime/chillrt0.o \
495 $${rootme}/../gcc/ch/runtime/libchill.a; \
500 # The use of $$(x_FOR_TARGET) reduces the command line length by not
501 # duplicating the lengthy definition.
502 TARGET_FLAGS_TO_PASS = \
504 "exec_prefix=$(exec_prefix)" \
505 "against=$(against)" \
506 'CC=$$(CC_FOR_TARGET)' \
507 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
509 "CHILLFLAGS=$(CHILLFLAGS)" \
510 'CHILL=$$(CHILL_FOR_TARGET)' \
511 "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
512 "CHILL_LIB=$(CHILL_LIB)" \
513 'CXX=$$(CXX_FOR_TARGET)' \
514 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
515 "CXXFLAGS=$(CXXFLAGS)" \
516 "INSTALL=$(INSTALL)" \
517 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
518 "INSTALL_DATA=$(INSTALL_DATA)" \
519 "MAKEINFO=$(MAKEINFO)" \
520 "MAKEHTML=$(MAKEHTML)" \
521 "RUNTEST=$(RUNTEST)" \
522 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
524 # All source files that go into linking GDB.
525 # Links made at configuration time should not be specified here, since
526 # SFILES is used in building the distribution archive.
528 SFILES = ax-general.c ax-gdb.c bcache.c blockframe.c breakpoint.c \
529 buildsym.c c-exp.y c-lang.c c-typeprint.c c-valprint.c \
530 ch-exp.c ch-lang.c ch-typeprint.c ch-valprint.c coffread.c \
531 complaints.c completer.c corefile.c cp-valprint.c dbxread.c \
532 demangle.c dwarfread.c dwarf2read.c elfread.c environ.c eval.c \
533 event-loop.c event-top.c \
534 expprint.c f-exp.y f-lang.c f-typeprint.c f-valprint.c \
535 findvar.c regcache.c gdbarch.c arch-utils.c gdbtypes.c osabi.c \
536 inf-loop.c infcmd.c inflow.c infrun.c language.c \
540 jv-exp.y jv-lang.c jv-valprint.c jv-typeprint.c \
541 m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
542 memattr.c mem-break.c minsyms.c mipsread.c nlmread.c objfiles.c \
543 p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c \
544 macrotab.c macroexp.c macrocmd.c macroscope.c \
545 printcmd.c remote.c remote-nrom.c scm-exp.c scm-lang.c \
546 scm-valprint.c source.c stabsread.c stack.c symfile.c \
547 symmisc.c symtab.c linespec.c target.c thread.c top.c tracepoint.c \
548 typeprint.c utils.c valarith.c valops.c valprint.c values.c \
549 serial.c ser-unix.c mdebugread.c \
550 tui/tui.c tui/tui.h tui/tuiCommand.c tui/tuiCommand.h \
551 tui/tuiData.c tui/tuiData.h tui/tuiDataWin.c tui/tuiDataWin.h \
552 tui/tuiDisassem.c tui/tuiDisassem.h tui/tuiGeneralWin.c \
553 tui/tuiGeneralWin.h tui/tuiIO.c tui/tuiIO.h tui/tuiLayout.c \
554 tui/tuiLayout.h tui/tuiRegs.c tui/tuiRegs.h tui/tuiSource.c \
555 tui/tuiSource.h tui/tuiSourceWin.c tui/tuiSourceWin.h \
556 tui/tuiStack.c tui/tuiStack.h tui/tuiWin.c tui/tuiWin.h \
557 tui/tui-file.h tui/tui-file.c tui/tui-out.c tui/tui-hooks.c \
558 ui-file.h ui-file.c \
560 builtin-regs.c std-regs.c \
561 gnu-v2-abi.c gnu-v3-abi.c hpacc-abi.c cp-abi.c
563 LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
565 # "system" headers. Using these in dependencies is a rather personal
566 # choice. (-rich, summer 1993)
567 # (Why would we not want to depend on them? If one of these changes in a
568 # non-binary-compatible way, it is a real pain to remake the right stuff
569 # without these dependencies -kingdon, 13 Mar 1994)
570 aout_aout64_h = $(INCLUDE_DIR)/aout/aout64.h
571 aout_stabs_gnu_h = $(INCLUDE_DIR)/aout/stabs_gnu.h
572 getopt_h = $(INCLUDE_DIR)/getopt.h
573 floatformat_h = $(INCLUDE_DIR)/floatformat.h
574 bfd_h = $(BFD_DIR)/bfd.h
575 callback_h = $(INCLUDE_DIR)/gdb/callback.h
576 coff_sym_h = $(INCLUDE_DIR)/coff/sym.h
577 coff_symconst_h = $(INCLUDE_DIR)/coff/symconst.h
578 coff_ecoff_h = $(INCLUDE_DIR)/coff/ecoff.h
579 dis_asm_h = $(INCLUDE_DIR)/dis-asm.h
580 elf_sh_h = $(INCLUDE_DIR)/elf/sh.h
581 elf_bfd_h = $(BFD_SRC)/elf-bfd.h
582 libaout_h = $(BFD_SRC)/libaout.h
583 remote_sim_h = $(INCLUDE_DIR)/gdb/remote-sim.h
584 demangle_h = $(INCLUDE_DIR)/demangle.h
585 obstack_h = $(INCLUDE_DIR)/obstack.h
586 opcode_m68hc11_h = $(INCLUDE_DIR)/opcode/m68hc11.h
587 sh_opc_h = $(OPCODES_SRC)/sh-opc.h
588 gdb_sim_arm_h = $(INCLUDE_DIR)/gdb/sim-arm.h
589 gdb_sim_d10v_h = $(INCLUDE_DIR)/gdb/sim-d10v.h
590 gdb_sim_sh_h = $(INCLUDE_DIR)/gdb/sim-sh.h
591 splay_tree_h = $(INCLUDE_DIR)/splay-tree.h
594 $(READLINE_SRC)/chardefs.h \
595 $(READLINE_SRC)/history.h \
596 $(READLINE_SRC)/keymaps.h \
597 $(READLINE_SRC)/readline.h
603 alpha_tdep_h = alpha-tdep.h osabi.h
604 annotate_h = annotate.h $(symtab_h) $(gdbtypes_h)
605 arch_utils_h = arch-utils.h
606 arm_tdep_h = arm-tdep.h osabi.h
607 ax_h = ax.h $(doublest_h)
609 builtin_regs_h = builtin-regs.h
610 breakpoint_h = breakpoint.h $(frame_h) $(value_h)
611 buildsym_h = buildsym.h
612 c_lang_h = c-lang.h $(value_h) $(macroexp_h)
613 call_cmds_h = call-cmds.h
614 cli_cmds_h = $(srcdir)/cli/cli-cmds.h
615 cli_decode_h = $(srcdir)/cli/cli-decode.h $(command_h)
616 cli_dump_h = $(srcdir)/cli/cli-dump.h
617 cli_out_h = cli-out.h
618 cli_script_h = $(srcdir)/cli/cli-script.h
619 cli_setshow_h = $(srcdir)/cli/cli-setshow.h
620 cli_utils_h = $(srcdir)/cli/cli-utils.h
621 command_h = command.h
622 complaints_h = complaints.h
623 completer_h = completer.h
626 defs_h = defs.h $(xm_h) $(tm_h) $(nm_h) config.status config.h \
627 gdbarch.h ui-file.h $(INCLUDE_DIR)/gdb/signals.h gdb_locale.h
628 doublest_h = doublest.h $(floatformat_h)
629 dwarf2cfi_h = dwarf2cfi.h
630 event_loop_h = event-loop.h
631 event_top_h = event-top.h
632 expression_h = expression.h $(doublest_h) $(symtab_h)
636 gdb_assert_h = gdb_assert.h
637 gdb_events_h = gdb-events.h
638 gdb_obstack_h = $(obstack_h)
639 gdb_stabs_h = gdb-stabs.h
640 gdb_string_h = gdb_string.h
641 gdb_wait_h = gdb_wait.h
642 gdb_regex_h = gdb_regex.h
643 gdbcmd_h = gdbcmd.h $(command_h) $(ui_out_h)
644 gdbcore_h = gdbcore.h $(bfd_h)
645 gdbthread_h = gdbthread.h $(breakpoint_h)
646 gdbtypes_h = gdbtypes.h
647 i386_tdep_h = i386-tdep.h
648 i386_linux_tdep_h = i386-linux-tdep.h
649 i387_tdep_h = i387-tdep.h
650 inf_loop_h = inf-loop.h
651 inferior_h = inferior.h $(breakpoint_h)
652 language_h = language.h
653 linespec_h = linespec.h
654 macroexp_h = macroexp.h
655 macrotab_h = macrotab.h
656 macroscope_h = macroscope.h $(macrotab_h) $(symtab_h)
657 memattr_h = memattr.h
658 monitor_h = monitor.h
659 objfiles_h = objfiles.h $(gdb_obstack_h)
660 parser_defs_h = parser-defs.h $(doublest_h)
661 ppc_tdep_h = ppc-tdep.h osabi.h
662 regcache_h = regcache.h
664 remote_utils_h = remote-utils.h $(target_h)
665 ser_unix_h = ser-unix.h
667 sh_tdep_h = sh-tdep.h osabi.h
668 sim_regno_h = sim-regno.h
671 stabsread_h = stabsread.h
672 symfile_h = symfile.h
674 target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h)
675 terminal_h = terminal.h
677 tracepoint_h = tracepoint.h
678 typeprint_h = typeprint.h
680 valprint_h = valprint.h
681 value_h = value.h $(symtab_h) $(gdbtypes_h) $(expression_h) $(doublest_h)
682 varobj_h = varobj.h $(symtab_h) $(gdbtypes_h)
683 vax_tdep_h = vax-tdep.h osabi.h
684 version_h = version.h
685 wrapper_h = wrapper.h
686 xcoffsolib_h = xcoffsolib.h
688 # Header files that need to have srcdir added. Note that in the cases
689 # where we use a macro like $(gdbcmd_h), things are carefully arranged
690 # so that each .h file is listed exactly once (M-x tags-search works
691 # wrong if TAGS has files twice). Because this is tricky to get
692 # right, it is probably easiest just to list .h files here directly.
694 HFILES_NO_SRCDIR = bcache.h buildsym.h call-cmds.h coff-solib.h defs.h \
695 dst.h environ.h $(gdbcmd_h) gdb.h gdbcore.h \
696 gdb-stabs.h $(inferior_h) language.h minimon.h monitor.h \
697 objfiles.h parser-defs.h serial.h solib.h \
698 symfile.h stabsread.h target.h terminal.h typeprint.h xcoffsolib.h \
699 macrotab.h macroexp.h macroscope.h \
700 c-lang.h ch-lang.h f-lang.h \
703 complaints.h valprint.h \
704 nindy-share/b.out.h \
705 nindy-share/block_io.h nindy-share/coff.h \
706 nindy-share/env.h nindy-share/stop.h \
707 vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \
708 vx-share/vxWorks.h vx-share/wait.h vx-share/xdr_ld.h \
709 vx-share/xdr_ptrace.h vx-share/xdr_rdb.h gdbthread.h \
710 dcache.h remote-utils.h top.h somsolib.h
712 # Header files that already have srcdir in them, or which are in objdir.
714 HFILES_WITH_SRCDIR = ../bfd/bfd.h
717 # GDB "info" files, which should be included in their entirety
718 INFOFILES = gdb.info*
720 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
722 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
723 # default their values the way we do for SER_HARDWIRE; in the future
724 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
725 # variables analogous to SER_HARDWIRE which get defaulted in this
728 DEPFILES = $(TDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \
729 $(REMOTE_OBS) $(SIM_OBS) $(CONFIG_LIB_OBS)
731 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
732 # Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
733 # and it's more useful to see it in the .y file.
734 TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
736 TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
738 COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.o \
739 source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o \
740 symtab.o symfile.o symmisc.o linespec.o infcmd.o infrun.o \
741 expprint.o environ.o stack.o thread.o \
742 macrotab.o macrocmd.o macroexp.o macroscope.o \
743 event-loop.o event-top.o inf-loop.o completer.o \
744 gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o $(DEPFILES) \
745 memattr.o mem-break.o target.o parse.o language.o $(YYOBJ) buildsym.o \
746 builtin-regs.o std-regs.o \
750 exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o \
751 dbxread.o coffread.o elfread.o \
752 dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o \
753 c-lang.o ch-exp.o ch-lang.o f-lang.o \
756 jv-lang.o jv-valprint.o jv-typeprint.o \
757 m2-lang.o p-lang.o p-typeprint.o p-valprint.o \
758 scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o \
759 c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o \
760 c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o \
761 nlmread.o serial.o mdebugread.o top.o utils.o \
764 gnu-v2-abi.o gnu-v3-abi.o hpacc-abi.o cp-abi.o
766 OBS = $(COMMON_OBS) $(ANNOTATE_OBS)
772 # For now, shortcut the "configure GDB for fewer languages" stuff.
773 YYFILES = c-exp.tab.c \
775 f-exp.tab.c m2-exp.tab.c p-exp.tab.c
776 YYOBJ = c-exp.tab.o \
778 f-exp.tab.o m2-exp.tab.o p-exp.tab.o
780 # Things which need to be built when making a distribution.
782 DISTSTUFF = $(YYFILES)
784 # Prevent Sun make from putting in the machine type. Setting
785 # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
787 $(CC) -c $(INTERNAL_CFLAGS) $<
789 all: gdb$(EXEEXT) $(CONFIG_ALL)
790 @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
794 # The check target can not use subdir_do, because subdir_do does not
795 # use TARGET_FLAGS_TO_PASS.
797 @if [ -f testsuite/Makefile ]; then \
798 rootme=`pwd`; export rootme; \
799 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
801 $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
804 info dvi install-info clean-info html install-html: force
805 @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
808 nroff -man $(srcdir)/gdb.1 | col -b > gdb.t
809 pack gdb.t ; rm -f gdb.t
812 # Traditionally "install" depends on "all". But it may be useful
813 # not to; for example, if the user has made some trivial change to a
814 # source file and doesn't care about rebuilding or just wants to save the
815 # time it takes for make to check that all is up to date.
816 # install-only is intended to address that need.
817 install: all install-only
818 install-only: $(CONFIG_INSTALL)
819 transformed_name=`t='$(program_transform_name)'; \
820 echo gdb | sed -e $$t` ; \
821 if test "x$$transformed_name" = x; then \
822 transformed_name=gdb ; \
826 $(srcdir)/../mkinstalldirs $(bindir) ; \
827 $(INSTALL_PROGRAM) gdb$(EXEEXT) $(bindir)/$$transformed_name$(EXEEXT) ; \
828 $(srcdir)/../mkinstalldirs $(man1dir) ; \
829 $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$transformed_name.1
830 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
832 uninstall: force $(CONFIG_UNINSTALL)
833 transformed_name=`t='$(program_transform_name)'; \
834 echo gdb | sed -e $$t` ; \
835 if test "x$$transformed_name" = x; then \
836 transformed_name=gdb ; \
840 rm -f $(bindir)/$$transformed_name$(EXEEXT) $(man1dir)/$$transformed_name.1
841 rm -rf $(GDBTK_LIBRARY)
842 @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
844 # We do this by grepping through sources. If that turns out to be too slow,
845 # maybe we could just require every .o file to have an initialization routine
846 # of a given name (top.o -> _initialize_top, etc.).
848 # Formatting conventions: The name of the _initialize_* routines must start
849 # in column zero, and must not be inside #if.
851 # Note that the set of files with init functions might change, or the names
852 # of the functions might change, so this files needs to depend on all the
853 # object files that will be linked into gdb.
855 # FIXME: There are 2 problems with this approach. First, if the INIT_FILES
856 # list includes a file twice (because of some mistake somewhere else)
857 # the _initialize_* function will be included twice in init.c. Second,
858 # init.c may force unnecessary files to be linked in.
860 # FIXME: cagney/2002-06-09: gdb/564: gdb/563: Force the order so that
861 # the first call is to _initialize_gdbtypes. This is a hack to ensure
862 # that all the architecture dependant global builtin_type_* variables
863 # are initialized before anything else (per-architecture code is
864 # called in the same order that it is registered). The ``correct
865 # fix'' is to have all the builtin types made part of the architecture
866 # and initialize them on-demand (using gdbarch_data) just like
867 # everything else. The catch is that other modules still take the
868 # address of these builtin types forcing them to be variables, sigh!
870 INIT_FILES = $(OBS) $(TSOBS) $(CONFIG_OBS) $(CONFIG_INITS)
871 init.c: $(INIT_FILES)
873 @rm -f init.c-tmp init.l-tmp
874 @-echo $(INIT_FILES) | \
876 sed -e '/^Onindy.o/d' \
881 -e '/xdr_ptrace.o/d' \
887 -e '/^[a-z0-9A-Z_]*_[SU].o/d' \
888 -e '/[a-z0-9A-Z_]*-exp.tab.o/d' \
890 -e 's,signals\.c,signals/signals\.c,' \
891 -e 's|\([^ ][^ ]*\)|$(srcdir)/\1|g' | \
892 while read f; do grep '^_initialize_[a-z_0-9A-Z]* *(' $$f 2>/dev/null; done | \
893 sed -e 's/^.*://' -e 's/^\([a-z_0-9A-Z]*\).*/\1/' | \
894 ( echo _initialize_gdbtypes ; grep -v '^_initialize_gdbtypes$$' ) > init.l-tmp
895 @echo '/* Do not modify this file. */' >>init.c-tmp
896 @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
897 @echo '#include "defs.h"' >>init.c-tmp
898 @echo '#include "call-cmds.h"' >>init.c-tmp
899 @sed -e 's/\(.*\)/extern initialize_file_ftype \1;/' <init.l-tmp >>init.c-tmp
900 @echo 'void' >>init.c-tmp
901 @echo 'initialize_all_files (void)' >>init.c-tmp
902 @echo '{' >>init.c-tmp
903 @sed -e 's/\(.*\)/ \1 ();/' <init.l-tmp >>init.c-tmp
904 @echo '}' >>init.c-tmp
906 @mv init.c-tmp init.c
910 init.o: init.c $(defs_h) $(call_cmds_h)
912 # Removing the old gdb first works better if it is running, at least on SunOS.
913 gdb$(EXEEXT): main.o libgdb.a $(CONFIG_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
915 $(HLDENV) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) -o gdb$(EXEEXT) \
916 main.o libgdb.a $(CONFIG_OBS) $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS)\
920 rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=all DODIRS=nlm subdir_do
922 # Create a library of the gdb object files and build GDB by linking
925 # init.o is very important. It pulls in the rest of GDB.
926 LIBGDB_OBS= $(OBS) $(TSOBS) $(ADD_FILES) init.o
927 libgdb.a: $(LIBGDB_OBS)
929 $(AR) q libgdb.a $(LIBGDB_OBS)
932 saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
933 #setopt load_flags $(CFLAGS) $(BFD_CFLAGS) -DHOST_SYS=SUN4_SYS
934 #load ./init.c $(SFILES)
935 #unload $(srcdir)/c-exp.y
936 #unload $(srcdir)/jv-exp.y
937 #unload $(srcdir)/m2-exp.y
938 #unload $(srcdir)/p-exp.y
940 #unload nindy-share/[A-Z]*
945 #load copying.c version.c
946 #load ../opcodes/libopcodes.a
947 #load ../libiberty/libiberty.a
948 #load ../bfd/libbfd.a
949 #load ../readline/libreadline.a
950 #load ../mmalloc/libmmalloc.a
951 #load ../intl/libintl.a
953 #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
954 echo "Load .c corresponding to:" $(DEPFILES)
957 # A Mach 3.0 program to force gdb back to command level
960 ${CC_LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o stop-gdb \
961 stop-gdb.o $(CLIBS) $(LOADLIBES)
963 # This is useful when debugging GDB, because some Unix's don't let you run GDB
964 # on itself without copying the executable. So "make gdb1" will make
965 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
966 # Removing gdb1 before the copy is the right thing if gdb1 is open
967 # in another process.
968 gdb1$(EXEEXT): gdb$(EXEEXT)
970 cp gdb$(EXEEXT) gdb1$(EXEEXT)
972 # FIXME. These are not generated by "make depend" because they only are there
974 # But these rules don't do what we want; we want to hack the foo.o: tm.h
975 # dependency to do the right thing.
976 tm-sun3.h tm-hp300bsd.h tm-altos.h: tm-m68k.h
977 tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-m68k.h
978 xm-i386-sv32.h: xm-i386.h
979 tm-i386gas.h: tm-i386.h
980 tm-sun4os4.h: tm-sparc.h
981 xm-vaxult.h: xm-vax.h
982 xm-vaxbsd.h: xm-vax.h
984 # Put the proper machine-specific files first, so M-. on a machine
985 # specific routine gets the one for the correct machine. (FIXME: those
986 # files go in twice; we should be removing them from the main list).
988 # TAGS depends on all the files that go into it so you can rebuild TAGS
989 # with `make TAGS' and not have to say `rm TAGS' first.
991 TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
993 @etags $(srcdir)/$(TM_FILE) \
994 $(srcdir)/$(XM_FILE) \
995 $(srcdir)/$(NAT_FILE) \
996 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
997 echo $(srcdir)/$$i ; \
998 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
1000 done) | sed -e 's/\.o$$/\.c/'` \
1001 `find $(srcdir)/config -name '*.h' -print`
1005 clean mostlyclean: $(CONFIG_CLEAN)
1006 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(SUBDIRS)" subdir_do
1007 rm -f *.o *.a $(ADD_FILES) *~ init.c-tmp init.l-tmp version.c-tmp
1008 rm -f init.c version.c
1009 rm -f gdb$(EXEEXT) core make.log
1010 rm -f gdb[0-9]$(EXEEXT)
1012 # This used to depend on c-exp.tab.c m2-exp.tab.c TAGS
1013 # I believe this is wrong; the makefile standards for distclean just
1014 # describe removing files; the only sort of "re-create a distribution"
1015 # functionality described is if the distributed files are unmodified.
1016 # NB: While GDBSERVER might be configured on native systems, it isn't
1017 # always included in SUBDIRS. Remove the gdbserver files explictly.
1019 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do
1020 rm -f gdbserver/config.status gdbserver/config.log
1021 rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h
1022 rm -f gdbserver/Makefile gdbserver/config.cache
1023 rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
1024 rm -f y.output yacc.acts yacc.tmp y.tab.h
1025 rm -f config.log config.cache
1028 maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
1029 realclean: maintainer-clean
1031 local-maintainer-clean:
1032 @echo "This command is intended for maintainers to use;"
1033 @echo "it deletes files that may require special tools to rebuild."
1036 f-exp.tab.c m2-exp.tab.c p-exp.tab.c
1037 rm -f TAGS $(INFOFILES)
1039 rm -f nm.h tm.h xm.h config.status
1041 do-maintainer-clean:
1042 @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(SUBDIRS)" \
1045 diststuff: $(DISTSTUFF)
1046 cd doc; $(MAKE) $(MFLAGS) diststuff
1049 @for i in $(DODIRS); do \
1050 if [ -f ./$$i/Makefile ] ; then \
1052 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
1053 else exit 1 ; fi ; \
1057 Makefile: Makefile.in config.status @frags@
1058 $(SHELL) config.status
1060 config.h: stamp-h ; @true
1061 stamp-h: config.in config.status
1062 CONFIG_HEADERS=config.h:config.in $(SHELL) config.status
1064 config.status: configure
1065 $(SHELL) config.status --recheck
1070 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
1072 cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
1074 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
1076 cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
1078 # GDB MANUAL: TeX dvi file
1080 cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
1082 # GDB MANUAL: info file
1084 cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
1086 # Make copying.c from COPYING
1087 $(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ \
1088 $(srcdir)/COPYING $(srcdir)/copying.awk
1089 awk -f $(srcdir)/copying.awk \
1090 < $(srcdir)/COPYING > $(srcdir)/copying.tmp
1091 mv $(srcdir)/copying.tmp $(srcdir)/copying.c
1093 version.c: Makefile version.in
1094 rm -f version.c-tmp version.c
1095 echo '#include "version.h"' >> version.c-tmp
1096 echo 'const char version[] = "'"`sed q ${srcdir}/version.in`"'";' >> version.c-tmp
1097 echo 'const char host_name[] = "$(host_alias)";' >> version.c-tmp
1098 echo 'const char target_name[] = "$(target_alias)";' >> version.c-tmp
1099 mv version.c-tmp version.c
1100 version.o: version.c $(version_h)
1102 # c-exp.tab.c is generated in objdir from c-exp.y if it doesn't exist
1103 # in srcdir, then compiled in objdir to c-exp.tab.o.
1105 # If we said c-exp.tab.c rather than ./c-exp.tab.c some makes
1106 # would sometimes re-write it into $(srcdir)/c-exp.tab.c.
1108 # Remove bogus decls for malloc/realloc/free which conflict with everything
1109 # else. Strictly speaking c-exp.tab.c should therefore depend on
1110 # Makefile.in, but that was a pretty big annoyance.
1111 c-exp.tab.c: c-exp.y
1112 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/c-exp.y y.tab.c c-exp.tmp -- $(YFLAGS)
1113 -sed -e '/extern.*malloc/d' \
1114 -e '/extern.*realloc/d' \
1115 -e '/extern.*free/d' \
1116 -e '/include.*malloc.h/d' \
1117 -e 's/malloc/xmalloc/g' \
1118 -e 's/realloc/xrealloc/g' \
1119 -e '/^#line.*y.tab.c/d' \
1120 < c-exp.tmp > c-exp.new
1122 mv c-exp.new ./c-exp.tab.c
1124 jv-exp.tab.o: jv-exp.tab.c
1125 jv-exp.tab.c: jv-exp.y
1126 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/jv-exp.y y.tab.c jv-exp.tmp -- $(YFLAGS)
1127 -sed -e '/extern.*malloc/d' \
1128 -e '/extern.*realloc/d' \
1129 -e '/extern.*free/d' \
1130 -e '/include.*malloc.h/d' \
1131 -e 's/malloc/xmalloc/g' \
1132 -e 's/realloc/xrealloc/g' \
1133 -e '/^#line.*y.tab.c/d' \
1134 < jv-exp.tmp > jv-exp.new
1136 mv jv-exp.new ./jv-exp.tab.c
1138 f-exp.tab.o: f-exp.tab.c
1139 f-exp.tab.c: f-exp.y c-exp.tab.c
1140 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/f-exp.y y.tab.c f-exp.tmp -- $(YFLAGS)
1141 -sed -e '/extern.*malloc/d' \
1142 -e '/extern.*realloc/d' \
1143 -e '/extern.*free/d' \
1144 -e '/include.*malloc.h/d' \
1145 -e 's/malloc/xmalloc/g' \
1146 -e 's/realloc/xrealloc/g' \
1147 -e '/^#line.*y.tab.c/d' \
1148 < f-exp.tmp > f-exp.new
1150 mv f-exp.new ./f-exp.tab.c
1152 # m2-exp.tab.c is generated in objdir from m2-exp.y if it doesn't exist
1153 # in srcdir, then compiled in objdir to m2-exp.tab.o.
1154 # Remove bogus decls for malloc/realloc/free which conflict with everything
1156 m2-exp.tab.o: m2-exp.tab.c
1157 m2-exp.tab.c: m2-exp.y
1158 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/m2-exp.y y.tab.c m2-exp.tmp -- $(YFLAGS)
1159 -sed -e '/extern.*malloc/d' \
1160 -e '/extern.*realloc/d' \
1161 -e '/extern.*free/d' \
1162 -e '/include.*malloc.h/d' \
1163 -e 's/malloc/xmalloc/g' \
1164 -e 's/realloc/xrealloc/g' \
1165 -e '/^#line.*y.tab.c/d' \
1166 < m2-exp.tmp > m2-exp.new
1168 mv m2-exp.new ./m2-exp.tab.c
1170 # p-exp.tab.c is generated in objdir from p-exp.y if it doesn't exist
1171 # in srcdir, then compiled in objdir to p-exp.tab.o.
1172 # Remove bogus decls for malloc/realloc/free which conflict with everything
1174 p-exp.tab.o: p-exp.tab.c
1175 p-exp.tab.c: p-exp.y
1176 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/p-exp.y y.tab.c p-exp.tmp -- $(YFLAGS)
1177 -sed -e '/extern.*malloc/d' \
1178 -e '/extern.*realloc/d' \
1179 -e '/extern.*free/d' \
1180 -e '/include.*malloc.h/d' \
1181 -e 's/malloc/xmalloc/g' \
1182 -e 's/realloc/xrealloc/g' \
1183 -e '/^#line.*y.tab.c/d' \
1184 < p-exp.tmp > p-exp.new
1186 mv p-exp.new ./p-exp.tab.c
1188 # These files are updated atomically, so make never has to remove them
1189 .PRECIOUS: m2-exp.tab.c f-exp.tab.c c-exp.tab.c
1190 .PRECIOUS: jv-exp.tab.c p-exp.tab.c
1193 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
1194 `echo $(DEPFILES) | sed 's/\.o /\.c /g'`
1196 gdb.cxref: $(SFILES)
1197 cxref -I. $(SFILES) >gdb.cxref
1201 # GNU Make has an annoying habit of putting *all* the Makefile variables
1202 # into the environment, unless you include this target as a circumvention.
1203 # Rumor is that this will be fixed (and this target can be removed)
1207 # GNU Make 3.63 has a different problem: it keeps tacking command line
1208 # overrides onto the definition of $(MAKE). This variable setting
1212 ## This is ugly, but I don't want GNU make to put these variables in
1213 ## the environment. Older makes will see this as a set of targets
1214 ## with no dependencies and no actions.
1215 unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
1217 ALLDEPFILES = a68v-nat.c \
1218 alpha-nat.c alphabsd-nat.c \
1219 alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \
1220 alpha-osf1-tdep.c alphafbsd-tdep.c \
1221 arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \
1222 armnbsd-nat.c armnbsd-tdep.c \
1225 core-sol2.c core-regset.c core-aout.c corelow.c \
1226 dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
1227 go32-nat.c h8300-tdep.c h8500-tdep.c \
1228 hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c hpread.c \
1229 i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
1230 i386aix-nat.c i386m3-nat.c i386v4-nat.c i386ly-tdep.c \
1231 i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \
1233 i386-linux-tdep.c i386-nat.c \
1235 ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c \
1236 infptrace.c inftarg.c irix4-nat.c irix5-nat.c \
1237 lynx-nat.c m3-nat.c \
1241 mips-linux-nat.c mips-linux-tdep.c \
1244 mips-tdep.c mipsm3-nat.c mipsv4-nat.c \
1245 mipsnbsd-nat.c mipsnbsd-tdep.c \
1247 nindy-share/Onindy.c nindy-share/nindy.c \
1248 nindy-share/ttyflush.c nindy-tdep.c \
1249 ns32k-tdep.c solib-osf.c \
1250 somread.c somsolib.c $(HPREAD_SOURCE) \
1251 ppc-sysv-tdep.o ppc-linux-nat.c ppc-linux-tdep.c \
1252 ppcnbsd-nat.o ppcnbsd-tdep.o \
1254 remote-array.c remote-e7000.c \
1255 remote-es.c remote-hms.c remote-mips.c \
1256 remote-nindy.c remote-rdp.c remote-sim.c \
1257 remote-st.c remote-utils.c dcache.c \
1259 rs6000-nat.c rs6000-tdep.c \
1260 s390-tdep.c s390-nat.c \
1261 ser-go32.c ser-pipe.c ser-tcp.c \
1262 sh-tdep.c shnbsd-tdep.c shnbsd-nat.c \
1263 solib.c solib-irix.c solib-svr4.c solib-sunos.c sparc-linux-nat.c \
1265 sparc64nbsd-nat.c sparcnbsd-nat.c sparcnbsd-tdep.c \
1266 sparc-tdep.c sparcl-tdep.c sun3-nat.c \
1267 symm-tdep.c symm-nat.c \
1269 vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \
1271 xcoffread.c xcoffsolib.c \
1275 a68v-nat.o: a68v-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1278 alpha-nat.o: alpha-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
1279 $(regcache_h) $(alpha_tdep_h)
1281 alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
1282 $(alpha_tdep_h) alphabsd-tdep.h
1284 alpha-tdep.o: alpha-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1285 $(inferior_h) $(symtab_h) $(dis_asm_h) $(gdb_string_h) $(linespec_h) \
1286 $(regcache_h) $(doublest_h) $(BFD_SRC)/elf-bfd.h $(alpha_tdep_h)
1288 alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(value_h) $(alpha_tdep_h)
1290 alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(value_h) $(alpha_tdep_h)
1292 alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) alphabsd-tdep.h
1294 alphafbsd-tdep.o: alphafbsd-tdep.c $(defs_h) $(value_h) $(alpha_tdep_h)
1296 alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
1297 $(value_h) $(alpha_tdep_h) solib-svr4.h alphabsd-tdep.h nbsd-tdep.h
1299 annotate.o: annotate.c $(defs_h) $(annotate_h) $(value_h) $(target_h) $(gdbtypes_h)
1301 arm-linux-nat.o: arm-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
1302 $(gdb_string_h) $(regcache_h) $(arm_tdep_h)
1304 arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) $(target_h) $(value_h) \
1305 $(gdbtypes_h) $(floatformat_h) $(regcache_h) $(doublest_h) $(arm_tdep_h)
1307 arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \
1308 $(gdbcore_h) $(gdb_string_h) $(dis_asm_h) $(regcache_h) $(doublest_h) \
1309 $(value_h) $(arch_utils_h) $(solib_svr4_h) $(arm_tdep_h) \
1310 $(BFD_SRC)/elf-bfd.h $(INCLUDE_DIR)/coff/internal.h \
1311 $(INCLUDE_DIR)/elf/arm.h $(sim_arm_h) $(gdb_assert_h)
1313 armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(arm_tdep_h) $(inferior_h) \
1314 $(regcache_h) $(gdbcore_h)
1316 armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(arm_tdep_h) solib-svr4.h \
1319 avr-tdep.o: avr-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
1320 $(symfile_h) $(arch_utils_h) $(regcache_h) $(gdb_string_h)
1322 bcache.o: bcache.c $(defs_h) $(gdb_obstack_h) $(bcache_h) $(gdb_string_h)
1324 blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1325 $(objfiles_h) $(symfile_h) $(target_h) $(regcache_h)
1327 breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1328 $(inferior_h) $(language_h) $(target_h) $(gdbthread_h) \
1329 $(gdb_string_h) $(gdb_events_h) $(linespec_h) $(ui_out_h) \
1330 $(completer_h) $(gdb_h)
1332 buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \
1333 $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(complaints_h) \
1334 $(gdb_string_h) $(expression_h) $(language_h) $(bcache_h) \
1335 $(filenames_h) $(macrotab_h) $(demangle_h) $(buildsym_h) $(stabsread_h)
1337 builtin-regs.o: builtin-regs.c $(defs.h) $(builtin_regs_h) $(gdbtypes_h) \
1338 $(gdb_string_h) $(value_h) $(frame_h)
1340 c-lang.o: c-lang.c $(c_lang_h) $(defs_h) $(expression_h) $(gdbtypes_h) \
1341 $(language_h) $(parser_defs_h) $(symtab_h) $(macroscope_h) \
1344 c-typeprint.o: c-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
1345 $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \
1346 $(language_h) $(demangle_h) $(c_lang_h) $(typeprint_h) $(cp_abi_h) \
1349 c-valprint.o: c-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1350 $(language_h) $(symtab_h) $(valprint_h) $(value_h) $(cp_abi_h)
1352 doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) $(gdbtypes_h) \
1353 $(gdb_assert_h) $(gdb_string_h)
1355 f-lang.o: f-lang.c f-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1356 $(language_h) $(parser_defs_h) $(symtab_h) $(gdb_string_h)
1358 f-typeprint.o: f-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
1359 $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \
1360 $(f_lang_h) $(gdb_string_h)
1362 f-valprint.o: f-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1363 $(language_h) $(symtab_h) $(valprint_h) $(value_h) $(gdb_string_h)
1365 ch-exp.o: ch-exp.c ch-lang.h $(defs_h) $(language_h) $(parser_defs_h) \
1366 $(bfd_h) $(symfile_h) $(objfiles_h) $(value_h)
1368 ch-lang.o: ch-lang.c ch-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1369 $(language_h) $(parser_defs_h) $(symtab_h)
1371 ch-typeprint.o: ch-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) \
1372 $(symtab_h) $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) \
1373 $(target_h) $(language_h) $(ch_lang_h) $(typeprint_h) $(gdb_string_h)
1375 ch-valprint.o: ch-valprint.c $(defs_h) $(gdb_obstack_h) $(symtab_h) \
1376 $(gdbtypes_h) $(valprint_h) $(expression_h) $(value_h) $(language_h) \
1377 $(demangle_h) $(c_lang_h) $(typeprint_h) $(ch_lang_h) $(annotate_h)
1379 coff-solib.o: coff-solib.c $(defs_h)
1381 coffread.o: coffread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(demangle_h) \
1382 $(breakpoint_h) $(bfd_h) $(gdb_obstack_h) $(gdb_string_h) \
1383 $(coff_internal_h) $(libcoff_h) $(symfile_h) $(objfiles_h) \
1384 $(buildsym_h) $(gdb_stabs_h) $(stabsread_h) $(complaints_h) \
1385 $(target_h) $(gdb_assert_h)
1387 complaints.o: complaints.c $(complaints_h) $(defs_h) $(gdbcmd_h)
1389 # Provide explicit rule/dependency - works for more makes.
1390 copying.o: $(srcdir)/copying.c $(defs_h) $(gdbcmd_h)
1391 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/copying.c
1393 core-aout.o: core-aout.c $(defs_h) $(gdbcore_h) $(value_h) $(inferior_h) \
1396 core-sol2.o: core-sol2.c $(command_h) $(defs_h) $(gdbcore_h) \
1397 $(inferior_h) $(target_h) $(gdb_string_h) $(regcache_h)
1399 core-regset.o: core-regset.c $(command_h) $(defs_h) $(gdbcore_h) \
1400 $(inferior_h) $(target_h) $(gdb_string_h)
1402 corefile.o: corefile.c $(dis_asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1403 $(inferior_h) $(target_h) $(language_h) $(gdb_string_h) \
1404 $(completer_h) $(symfile_h)
1406 corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1407 $(target_h) $(gdbthread_h) $(gdb_string_h) $(regcache_h)
1409 gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \
1410 $(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h)
1412 linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(gregset_h) \
1413 $(gdbcore_h) $(gdbthread_h) $(regcache_h) $(BFD_SRC)/elf-bfd.h
1415 cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)
1417 cp-valprint.o: cp-valprint.c $(defs_h) $(gdb_obstack_h) $(symtab_h) \
1418 $(gdbtypes_h) $(expression_h) $(value_h) $(command_h) $(gdbcmd_h) \
1419 $(demangle_h) $(annotate_h) $(gdb_string_h) $(c_lang_h) $(target_h) \
1422 dcache.o: dcache.c $(dcache_h) $(defs_h) $(gdbcmd_h) $(gdb_string_h) \
1423 $(gdbcore_h) $(target_h)
1425 d10v-tdep.o: d10v-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbtypes_h) \
1426 $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) $(inferior_h) \
1427 $(dis_asm_h) $(symfile_h) $(objfiles_h) $(language_h) $(arch_utils_h) \
1428 $(regcache_h) $(floatformat_h) $(sim_d10v_h) $(sim_regno_h)
1430 dbxread.o: dbxread.c $(defs_h) $(gdb_string_h) $(gdb_obstack_h) $(gdb_stat_h) \
1431 $(symtab_h) $(breakpoint_h) $(target_h) $(gdbcore_h) $(libaout_h) \
1432 $(symfile_h) $(objfiles_h) $(buildsym_h) $(stabsread_h) \
1433 $(gdb_stabs_h) $(demangle_h) $(language_h) $(complaints_h) \
1434 $(cp_abi_h) $(aout_aout64_h) $(aout_stab_gnu_h)
1436 delta68-nat.o: delta68-nat.c $(defs_h)
1438 demangle.o: demangle.c $(defs_h) $(gdbcmd_h) $(gdb_string_h)
1440 dink32-rom.o: dink32-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) \
1441 $(gdbcmd_h) $(inferior_h) $(target_h) $(serial_h) $(terminal_h) \
1442 $(symfile_h) $(regcache_h)
1444 dpx2-nat.o: dpx2-nat.c $(defs_h) $(gdbcore_h) $(gdb_string_h)
1446 dstread.o: dstread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(breakpoint_h) \
1447 $(bfd_h) $(symfile_h) $(objfiles_h) $(buildsym_h) $(gdb_obstack_h) \
1448 $(gdb_string_h) $(dst_h)
1450 dwarf2cfi.o: dwarf2cfi.c $(defs_h) $(symtab_h) $(symfile_h) $(objfiles_h) \
1451 $(target_h) $(inferior_h) $(regcache_h) $(dwarf2cfi_h)
1453 dwarfread.o: dwarfread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
1454 $(expression_h) $(gdbtypes_h) $(language_h) $(objfiles_h) \
1455 $(symfile_h) $(symtab_h) $(gdb_string_h)
1457 dwarf2read.o: dwarf2read.c $(bfd_h) $(buildsym_h) $(defs_h) \
1458 $(expression_h) $(gdbtypes_h) $(language_h) $(objfiles_h) \
1459 $(symfile_h) $(symtab_h) $(gdb_string_h) $(macrotab_h)
1461 elfread.o: elfread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
1462 $(gdb_stabs_h) $(objfiles_h) $(symfile_h) $(symtab_h) $(gdb_string_h) \
1463 $(BFD_SRC)/elf-bfd.h $(INCLUDE_DIR)/elf/mips.h
1465 environ.o: environ.c $(defs_h) environ.h $(gdbcore_h) $(gdb_string_h)
1467 eval.o: eval.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \
1468 $(gdbtypes_h) $(language_h) $(symtab_h) $(target_h) $(value_h) \
1469 $(gdb_string_h) $(cp_abi_h)
1471 event-loop.o: event-loop.c $(defs_h) $(top_h) $(event_loop_h) $(event_top_h)
1473 event-top.o: event-top.c $(top_h) $(readline_headers) \
1474 $(defs_h) $(inferior_h) $(event_loop_h) $(event_top_h) $(terminal_h) \
1475 $(gdbcmd_h) $(target_h) $(cli_decode_h)
1477 inf-loop.o: inf-loop.c $(defs_h) $(inferior_h) $(inf_loop_h) $(event_loop_h) \
1480 exec.o: exec.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
1481 $(target_h) $(language_h) $(gdb_string_h) $(completer_h) $(value_h)
1483 expprint.o: expprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1484 $(language_h) $(parser_defs_h) $(symtab_h) $(value_h)
1486 findvar.o: findvar.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
1487 $(gdb_string_h) $(regcache_h) $(builtin_regs_h)
1489 frame.o: frame.c $(defs_h) $(frame_h) $(target_h) $(value_h) $(inferior_h) \
1492 frv-tdep.o: frv-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \
1493 $(arch_utils_h) $(regcache_h)
1495 regcache.o: regcache.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h)
1497 fork-child.o: fork-child.c $(gdb_wait_h) $(defs_h) $(gdbcore_h) \
1498 $(inferior_h) $(target_h) $(terminal_h) $(gdbthread_h) $(gdb_string_h)
1501 $(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY) ; \
1502 $(SHELL) $(srcdir)/../mkinstalldirs \
1503 $(GDBTK_LIBRARY)/images \
1504 $(GDBTK_LIBRARY)/images2 ; \
1505 $(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY)/help \
1506 $(GDBTK_LIBRARY)/help/images \
1507 $(GDBTK_LIBRARY)/help/trace ; \
1508 cd $(srcdir)/gdbtk/library ; \
1509 for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif; \
1511 $(INSTALL_DATA) $$i $(GDBTK_LIBRARY)/$$i ; \
1514 gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
1515 $(WINDRES) --include $(srcdir)/gdbtk $(srcdir)/gdbtk/gdb.rc gdbres.o
1517 gdbtk.o: $(srcdir)/gdbtk/generic/gdbtk.c \
1518 $(srcdir)/gdbtk/generic/gdbtk.h $(defs_h) \
1519 $(symtab_h) $(inferior_h) $(command_h) \
1520 $(bfd_h) $(symfile_h) $(objfiles_h) $(target_h) $(gdb_string_h) \
1521 $(tracepoint_h) $(top_h)
1522 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1523 $(ITK_CFLAGS) $(TIX_CFLAGS) \
1524 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1525 $(srcdir)/gdbtk/generic/gdbtk.c \
1526 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" -DSRC_DIR=\"$(GDBTK_SRC_DIR)\"
1528 gdbtk-bp.o: $(srcdir)/gdbtk/generic/gdbtk-bp.c \
1529 $(srcdir)/gdbtk/generic/gdbtk.h $(srcdir)/gdbtk/generic/gdbtk-cmds.h \
1530 $(defs_h) $(breakpoint_h) $(tracepoint_h) $(symfile_h) $(symtab_h)
1531 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1532 $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
1533 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-bp.c \
1534 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
1536 gdbtk-cmds.o: $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
1537 $(srcdir)/gdbtk/generic/gdbtk.h $(srcdir)/gdbtk/generic/gdbtk-cmds.h \
1538 $(defs_h) $(symtab_h) $(inferior_h) \
1539 $(command_h) $(bfd_h) $(top_h) $(symfile_h) $(objfiles_h) $(target_h) \
1540 $(gdb_string_h) $(tracepoint_h) $(source_h) $(regcache_h)
1541 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1542 $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
1543 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
1544 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
1546 gdbtk-hooks.o: $(srcdir)/gdbtk/generic/gdbtk-hooks.c \
1547 $(srcdir)/gdbtk/generic/gdbtk.h $(defs_h) \
1548 $(symtab_h) $(inferior_h) $(command_h) \
1549 $(bfd_h) $(symfile_h) $(objfiles_h) $(target_h) $(gdb_string_h) \
1551 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1552 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1553 $(srcdir)/gdbtk/generic/gdbtk-hooks.c -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
1555 gdbtk-register.o: $(srcdir)/gdbtk/generic/gdbtk-register.c \
1556 $(srcdir)/gdbtk/generic/gdbtk.h $(srcdir)/gdbtk/generic/gdbtk-cmds.h \
1557 $(defs_h) $(frame_h) $(value_h)
1558 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1559 $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
1560 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-register.c \
1561 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
1563 gdbtk-stack.o: $(srcdir)/gdbtk/generic/gdbtk-stack.c \
1564 $(srcdir)/gdbtk/generic/gdbtk.h $(srcdir)/gdbtk/generic/gdbtk-cmds.h \
1565 $(srcdir)/gdbtk/generic/gdbtk-wrapper.h \
1566 $(defs_h) $(frame_h) $(value_h) $(target_h) $(breakpoint_h) \
1568 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1569 $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
1570 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-stack.c \
1571 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
1573 gdbtk-varobj.o: $(srcdir)/gdbtk/generic/gdbtk-varobj.c \
1574 $(srcdir)/gdbtk/generic/gdbtk.h \
1575 $(defs_h) $(value_h) $(varobj_h)
1576 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1577 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1578 $(srcdir)/gdbtk/generic/gdbtk-varobj.c
1580 gdbtk-wrapper.o: $(srcdir)/gdbtk/generic/gdbtk-wrapper.c \
1581 $(srcdir)/gdbtk/generic/gdbtk-wrapper.h \
1582 $(defs_h) $(frame_h) $(value_h)
1583 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(GDBTK_CFLAGS)\
1584 $(srcdir)/gdbtk/generic/gdbtk-wrapper.c
1586 v850ice.o: v850ice.c $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
1587 $(frame_h) $(breakpoint_h) $(gdbcore_h) $(value_h) $(symfile_h) \
1588 $(gdb_string_h) $(target_h) $(objfiles_h) $(regcache_h)
1589 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
1590 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
1593 v850-tdep.o: v850-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
1594 $(value_h) $(bfd_h) $(gdb_string_h) $(gdbcore_h) $(symfile_h) \
1595 $(arch_utils_h) $(regcache_h) $(symtab_h)
1597 tracepoint.o: tracepoint.c $(defs_h) $(symtab_h) $(frame_h) $(tracepoint_h) \
1598 $(gdbtypes_h) $(expression_h) $(gdbcmd_h) $(value_h) $(target_h) \
1599 $(language_h) $(gdb_string_h) $(readline_headers) $(remote_h) \
1600 $(linespec_h) $(regcache_h) $(completer_h)
1602 gdbarch.o: gdbarch.c $(defs_h) $(bfd_h) $(gdbcmd_h) $(gdb_string_h) \
1603 $(symtab_h) $(frame_h) $(inferior_h) $(breakpoint_h) $(gdb_wait_h) \
1604 $(gdbcore_h) $(target_h) $(gdbthread_h) $(annotate_h) $(symfile_h) \
1605 $(value_h) $(symcat_h) $(floatformat_h) $(gdb_assert_h) \
1608 arch-utils.o: arch-utils.c $(defs_h) $(bfd_h) $(gdbcmd_h) \
1609 $(arch_utils_h) $(gdb_assert_h) $(inferior_h) \
1610 $(gdb_string_h) $(symtab.h) $(frame_h) $(breakpoint_h) $(gdb_wait_h) \
1611 $(gdbcore_h) $(target_h) $(annotate_h) $(regcache_h) $(gdb_assert_h) \
1612 $(version_h) $(floatformat_h) $(sim_regno_h)
1614 gdbtypes.o: gdbtypes.c $(bfd_h) $(complaints_h) $(defs_h) $(expression_h) \
1615 $(gdbtypes_h) $(language_h) $(objfiles_h) $(symfile_h) $(symtab_h) \
1616 $(target_h) $(value_h) $(gdb_string_h) $(wrapper_h) $(cp_abi_h)
1618 osabi.o: osabi.c $(defs_h) $(BFD_SRC)/elf-bfd.h
1620 go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) $(gdb_wait_h) $(gdbcore_h) \
1621 $(command_h) $(floatformat_h) $(target_h) i387-tdep.h $(regcache_h)
1623 gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \
1624 exc_request_U.h msg_U.h gnu-nat.h
1626 gnu-v2-abi.o: gnu-v2-abi.c $(defs_h) $(gdb_string_h) $(symtab_h) \
1627 $(gdbtypes_h) $(value_h) $(demangle_h) $(cp_abi_h)
1629 gnu-v3-abi.o: gnu-v3-abi.c $(defs_h) $(value_h) $(cp_abi_h) $(demangle_h) \
1630 $(gdb_assert_h) $(gdb_string_h)
1632 h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(dis_asm_h) \
1633 $(gdbcmd_h) $(gdbtypes_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \
1636 h8500-tdep.o: h8500-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbtypes_h) \
1637 $(gdbcmd_h) $(value_h) $(dis_asm_h) $(gdbcore_h) $(regcache_h)
1639 hp300ux-nat.o: hp300ux-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
1641 hpacc-abi.o: hpacc-abi.c $(defs_h) $(cp_abi_h) $(gdb_string_h) $(gdbtypes_h) \
1642 $(value_h) $(gdbcore_h)
1644 hppa-tdep.o: hppa-tdep.c $(gdb_wait_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1645 $(inferior_h) $(objfiles_h) $(symfile_h) $(target_h) $(regcache_h) \
1648 hppab-nat.o: hppab-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(target_h) \
1651 hppah-nat.o: hppah-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(target_h) \
1654 i386gnu-nat.o: gnu-nat.h
1656 i386-tdep.o: i386-tdep.c $(defs_h) $(gdb_string_h) $(frame_h) \
1657 $(inferior_h) $(gdbcore_h) $(target_h) $(floatformat_h) \
1658 $(symtab_h) $(gdbcmd_h) $(command_h) $(arch_utils_h) $(regcache_h) \
1659 $(doublest_h) $(value_h)
1661 i386-nat.o: i386-nat.c $(defs_h) $(breakpoint_h) $(command_h) $(gdbcmd_h)
1663 i386aix-nat.o: i386aix-nat.c $(defs_h) $(frame_h) $(inferior_h) \
1664 $(language_h) $(gdbcore_h) $(floatformat_h) $(target_h) $(regcache_h)
1666 i386b-nat.o: i386b-nat.c $(defs_h) $(regcache_h)
1668 i386bsd-tdep.o: i386bsd-tdep.c $(defs_h) $(frame_h) $(gdb_core_h) \
1671 i386bsd-nat.o: i386bsd-nat.c $(defs_h) $(inferior_h) $(regcache_h)
1673 i386fbsd-nat.o: i386fbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h)
1675 i386ly-nat.o: i386ly-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h)
1677 i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
1680 i386m3-nat.o: i386m3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) $(target_h) \
1683 i386mach-nat.o: i386mach-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1686 i386v-nat.o: i386v-nat.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
1687 $(inferior_h) $(language_h) $(target_h)
1689 i386-linux-nat.o: i386-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
1690 $(symtab_h) $(symfile_h) $(objfiles_h) $(regcache_h) \
1691 $(i386_linux_tdep_h) $(i386_tdep_h) $(i387_tdep_h)
1693 i386-linux-tdep.o: i386-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \
1694 $(value_h) $(regcache_h)
1696 i386v4-nat.o: i386v4-nat.c $(defs_h) $(regcache_h)
1698 i387-tdep.o: i387-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
1699 $(inferior_h) $(language_h) $(regcache_h) $(doublest_h) i386-tdep.h
1701 i960-tdep.o: i960-tdep.c $(defs_h) $(symtab_h) $(value_h) $(frame_h) \
1702 $(floatformat_h) $(target_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
1704 ia64-linux-nat.o: ia64-linux-nat.c $(defs_h) $(inferior_h) $(target_h) \
1705 $(gdbcore_h) $(regcache_h)
1707 ia64-linux-tdep.o: ia64-linux-tdep.c $(defs_h) $(arch_utils_h)
1709 ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \
1710 $(arch_utils_h) $(floatformat_h) $(objfiles_h) $(value_h) \
1711 $(INCLUDE_DIR)/elf/common.h $(regcache_h) $(doublest_h)
1713 infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \
1714 $(inferior_h) $(target_h) $(language_h) $(symfile_h) $(gdb_string_h) \
1715 $(ui_out_h) $(completer_h) $(regcache_h)
1717 inflow.o: inflow.c $(bfd_h) $(command_h) $(defs_h) $(inferior_h) \
1718 $(target_h) $(terminal_h) $(gdbthread_h) $(gdb_string_h)
1720 infptrace.o: infptrace.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
1721 $(gdb_string_h) $(gdb_wait_h) $(command_h) $(regcache_h)
1723 infrun.o: infrun.c $(gdb_wait_h) $(defs_h) $(gdbcmd_h) $(cli_script_h) \
1724 $(gdbcore_h) $(value_h) \
1725 $(inferior_h) $(target_h) $(gdbthread_h) $(gdb_string_h) $(event_loop_h) \
1726 $(event_top_h) $(regcache_h)
1728 inftarg.o: inftarg.c $(gdb_wait_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1729 $(target_h) $(terminal_h) $(command_h)
1731 irix4-nat.o: irix4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h)
1732 irix5-nat.o: irix5-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \
1733 $(symtab_h) $(symfile_h) $(objfiles_h) $(command_h) $(frame_h) \
1734 $(gdb_regex_h) $(language_h) $(gdb_string_h) $(regcache_h)
1736 jv-lang.o: jv-lang.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1737 $(expression_h) $(parser_defs_h) $(language_h) $(symfile_h) \
1738 $(objfiles_h) $(gdb_string_h) $(value_h) $(c_lang_h) jv-lang.h \
1741 jv-typeprint.o: jv-typeprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1742 $(value_h) $(demangle_h) jv-lang.h $(gdb_string_h) \
1743 $(typeprint_h) $(c_lang_h) $(cp_abi_h)
1745 jv-valprint.o: jv-valprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
1746 $(expression_h) $(value_h) $(demangle_h) $(valprint_h) \
1747 $(language_h) jv-lang.h $(c_lang_h) gdbcore.h $(annotate_h)
1749 kod.o: kod.c $(defs_h) $(command_h) $(gdbcmd_h) $(target_h) $(gdb_string_h) \
1752 kod-cisco.o: kod-cisco.c $(defs_h) $(gdb_string_h) kod.h
1754 language.o: language.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \
1755 $(gdbcmd_h) $(gdbtypes_h) $(language_h) $(parser_defs_h) $(symtab_h) \
1756 $(target_h) $(value_h) $(gdb_string_h)
1758 lynx-nat.o: lynx-nat.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcore_h) \
1759 $(target_h) $(regcache_h)
1761 m2-lang.o: m2-lang.c $(defs_h) $(expression_h) $(gdbtypes_h) \
1762 $(language_h) m2-lang.h $(parser_defs_h) $(symtab_h)
1764 m2-typeprint.o: m2-typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
1765 $(gdbcore_h) $(gdbtypes_h) $(language_h) m2-lang.h $(symtab_h) \
1766 $(target_h) $(value_h) $(gdb_string_h)
1768 m2-valprint.o: m2-valprint.c $(defs_h) $(gdbtypes_h) $(symtab_h) \
1769 $(valprint_h) m2-lang.h
1771 m3-nat.o: m3-nat.c $(defs_h) $(inferior_h) $(value_h) $(language_h) \
1772 $(target_h) $(gdb_wait_h) $(gdbcmd_h) $(gdbcore_h) $(regcache_h)
1774 m32r-tdep.o: m32r-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
1775 $(value_h) $(bfd_h) $(gdb_string_h) $(gdbcore_h) $(symfile_h) \
1778 p-lang.o: p-lang.c p-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
1779 $(language_h) $(parser_defs_h) $(symtab_h) $(gdb_string_h)
1781 p-typeprint.o: p-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
1782 $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \
1783 $(language_h) $(p_lang_h) $(typeprint_h) $(gdb_string_h)
1785 p-valprint.o: p-valprint.c $(defs_h) $(gdb_obstack_h) $(symtab_h) \
1786 $(gdbtypes_h) $(expression_h) $(value_h) $(command_h) $(gdbcmd_h) \
1787 $(gdbcore_h) $(demangle_h) $(valprint_h) $(typeprint_h) $(language_h) \
1788 $(target_h) $(annotate_h) $(p_lang_h) $(cp_abi_h)
1790 m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbtypes_h) \
1791 $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) $(inferior_h) \
1792 $(dis_asm_h) $(symfile_h) $(objfiles_h) $(arch_utils_h) $(regcache_h) \
1793 $(target_h) $(opcode_m68hc11_h)
1795 m68k-tdep.o: m68k-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(value_h) \
1796 $(gdbcore_h) $(gdb_string_h) $(regcache_h)
1798 m68kly-nat.o: m68kly-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h)
1800 m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
1801 $(language_h) $(gdbcore_h) $(floatformat_h) $(target_h) $(regcache_h)
1803 mac-nat.o: mac-nat.c $(defs_h) $(gdb_string_h) $(regcache_h)
1805 main.o: main.c $(top_h) $(defs_h) $(gdb_string_h) $(event_loop_h) \
1806 $(symfile_h) $(gdbcore_h) $(ui_out_h) $(inferior_h)
1808 maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) \
1809 $(language_h) $(expression_h) $(objfiles_h) $(symfile_h) \
1812 mcore-tdep.o: mcore-tdep.c $(defs_h) $(frame_h) $(gdbcmd_h) $(value_h) \
1813 $(symtab_h) $(symfile_h) $(gdbcore_h) $(inferior_h)
1815 mcore-rom.o: mcore-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
1816 $(gdb_string_h) $(regcache_h) $(serial_h)
1818 mdebugread.o: mdebugread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \
1819 $(symfile_h) $(objfiles_h) $(gdb_obstack_h) $(buildsym_h) \
1820 $(stabsread_h) $(complaints_h) $(demangle_h) $(gdb_assert_h) \
1821 $(coff_sym_h) $(coff_symconst_h) $(gdb_stat_h) $(gdb_string_h) \
1822 $(bfd_h) $(coff_ecoff_h) $(libaout_h) $(aout_aout64_h) \
1823 $(aout_stab_gnu_h) $(expression_h) $(language_h)
1825 mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h) $(regcache_h)
1827 # OBSOLETE # os9kread assumes that sizeof(char*) <= sizeof(int). This looses on
1828 # OBSOLETE # 64 bit targets where often, sizeof(int)=4 but sizeof(char*)=9.
1829 # OBSOLETE os9kread.o: os9kread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
1830 # OBSOLETE $(expression_h) $(gdb_stabs_h) $(gdbcore_h) $(gdbtypes_h) \
1831 # OBSOLETE $(language_h) $(objfiles_h) $(stabsread_h) $(symfile_h) \
1832 # OBSOLETE $(symtab_h) $(target_h) $(gdb_string_h)
1833 # OBSOLETE $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
1834 # OBSOLETE $(srcdir)/os9kread.c
1836 mem-break.o: mem-break.c $(defs_h) $(symtab_h) $(breakpoint_h) $(inferior_h) \
1839 memattr.o: memattr.c $(defs_h) $(command_h) $(gdbcmd_h) $(memattr_h) \
1840 $(target_h) $(value_h) $(language_h) $(gdb_string_h)
1842 minsyms.o: minsyms.c $(bfd_h) $(defs_h) $(objfiles_h) $(symfile_h) \
1843 $(symtab_h) $(gdb_string_h) $(value_h) $(cp_abi_h)
1845 mips-linux-nat.o: mips-linux-nat.c $(defs_h)
1847 mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \
1850 mips-nat.o: mips-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
1852 mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) osabi.h $(BFD_SRC)/elf-bfd.h
1854 mips-tdep.o: mips-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
1855 $(arch_utils_h) $(regcache_h) \
1856 $(inferior_h) $(language_h) $(objfiles_h) $(symfile_h) \
1857 $(gdb_string_h) osabi.h
1859 mipsread.o: mipsread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
1860 $(expression_h) $(gdb_stabs_h) $(gdbcore_h) $(gdbtypes_h) \
1861 $(language_h) $(objfiles_h) $(stabsread_h) $(symfile_h) $(symtab_h) \
1864 mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
1867 mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
1870 mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
1871 $(target_h) $(value_h) osabi.h solib-svr4.h mipsnbsd-tdep.h
1873 mn10200-tdep.o: mn10200-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
1874 $(value_h) $(bfd_h) $(gdb_string_h) $(gdbcore_h) $(symfile_h) \
1877 mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
1878 $(value_h) $(bfd_h) $(gdb_string_h) $(gdbcore_h) $(symfile_h) \
1879 $(regcache_h) $(arch_utils_h)
1881 monitor.o: monitor.c $(monitor_h) $(bfd_h) $(defs_h) $(gdbcmd_h) \
1882 $(inferior_h) $(target_h) $(serial_h) $(terminal_h) $(gdb_string_h) \
1885 nbsd-tdep.o: nbsd-tdep.c $(defs_h) solib-svr4.h
1887 Onindy.o: nindy-share/Onindy.c $(gdb_wait_h) nindy-share/block_io.h \
1889 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/Onindy.c
1891 nindy.o: nindy-share/nindy.c $(gdb_wait_h) nindy-share/block_io.h \
1893 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/nindy.c
1895 nlmread.o: nlmread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
1896 $(gdb_stabs_h) $(objfiles_h) $(symfile_h) $(symtab_h) $(stabsread_h) \
1899 ttyflush.o: nindy-share/ttyflush.c
1900 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/ttyflush.c
1902 nindy-tdep.o: nindy-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbcore_h)
1904 ns32k-tdep.o: ns32k-tdep.c $(bfd_h) $(dis_asm_h) $(defs_h)
1906 objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
1907 $(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \
1908 $(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h)
1910 solib-osf.o: solib-osf.c $(defs_h) $(inferior_h) $(symtab_h) $(objfiles_h) \
1911 $(symfile_h) $(target_h) $(gdb_string_h) $(solist_h)
1913 somread.o: somread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
1914 $(gdb_stabs_h) $(objfiles_h) $(symfile_h) $(symtab_h) $(gdb_string_h)
1916 somsolib.o: somsolib.c $(defs_h) $(regcache_h)
1918 std-regs.o: std-regs.c $(defs_h) $(builtin_regs_h) $(frame_h) \
1919 $(gdbtypes_h) $(value_h)
1921 pa64solib.o: pa64solib.c $(defs_h) $(regcache_h)
1923 hpux-thread.o: hpux-thread.c $(defs_h) $(gdbthread_h) $(target_h) inferior.h \
1925 $(CC) -c $(INTERNAL_CFLAGS) -I$(srcdir)/osf-share \
1926 -I$(srcdir)/osf-share/HP800 -I/usr/include/dce $(srcdir)/hpux-thread.c
1928 hpread.o: hpread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
1929 $(demangle_h) $(gdb_stabs_h) $(gdbtypes_h) $(objfiles_h) \
1930 $(symfile_h) $(syms_h) $(symtab_h) $(gdb_string_h) \
1931 $(INCLUDE_DIR)/hp-symtab.h
1933 parse.o: parse.c $(command_h) $(defs_h) $(expression_h) $(frame_h) \
1934 $(gdbtypes_h) $(language_h) $(parser_defs_h) $(symtab_h) $(value_h) \
1935 $(gdb_string_h) $(linespec_h) $(doublest_h)
1937 ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) $(gdb_string_h) $(frame_h) \
1938 $(inferior_h) $(bfd_h) $(symfile_h) $(target_h) $(gdbcmd_h) \
1939 $(objfiles_h) $(gdb_stabs_h) $(serial_h) ocd.h $(regcache_h)
1941 ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(gdbcore_h) $(frame_h) \
1942 $(inferior_h) $(target_h) $(regcache_h) $(ppc_tdep_h)
1944 ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1945 $(target_h) $(ppc_tdep_h) $(regcache_h) $(value_h)
1947 ppc-sysv-tdep.o: ppc-sysv-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
1948 $(value_h) $(regcache_h) $(ppc_tdep_h)
1950 ppcnbsd-nat.o: ppcnbsd-nat.c $(defs_h) $(inferior_h) $(ppc_tdep_h) \
1953 ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
1954 $(target_h) $(breakpoint_h) $(value_h) $(ppc_tdep_t) ppcnbsd-tdep.h \
1957 ppcbug-rom.o: ppcbug-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) \
1958 $(gdbcmd_h) $(inferior_h) $(target_h) $(serial_h) $(terminal_h) \
1961 printcmd.o: printcmd.c $(breakpoint_h) $(defs_h) $(expression_h) \
1962 $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) $(language_h) $(objfiles_h) \
1963 $(symfile_h) $(symtab_h) $(target_h) $(gdb_string_h) $(ui_out_h) \
1966 # FIXME: Procfs.o gets -Wformat errors because things like pid_t don't
1967 # match output format strings.
1968 procfs.o: procfs.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
1969 $(target_h) $(gdb_string_h) $(gdbthread_h) proc-utils.h
1970 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $(srcdir)/procfs.c
1972 proc-api.o: proc-api.c $(defs_h) $(gdbcmd_h) proc-utils.h $(completer_h)
1974 proc-events.o: proc-events.c $(defs_h)
1976 proc-flags.o: proc-flags.c $(defs_h)
1978 proc-why.o: proc-why.c $(defs_h) proc-utils.h
1980 sol-thread.o: sol-thread.c $(defs_h) $(gdbthread_h) $(target_h) $(inferior_h) \
1981 $(gdbcmd_h) $(regcache_h)
1983 linux-proc.o: linux-proc.c $(defs_h)
1985 thread-db.o: thread-db.c $(defs_h) $(gdb_assert_h) gdb_proc_service.h \
1986 gdb_thread_db.h $(bfd_h) $(gdbthread_h) $(inferior_h) $(symfile_h) \
1987 $(objfiles_h) $(target_h) $(regcache_h)
1989 lin-lwp.o: lin-lwp.c $(defs_h) $(gdb_assert_h) $(gdb_wait_h) $(gdbthread_h) \
1990 $(inferior_h) $(target_h) $(gdbcmd_h) $(regcache_h)
1992 proc-service.o: proc-service.c $(defs_h) $(inferior_h) gdb_proc_service.h \
1993 $(symtab_h) $(target_h) gregset.h
1995 remote-array.o: remote-array.c $(defs_h) $(gdbcore_h) $(target_h) \
1996 $(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) $(remote_utils_h) \
1997 $(version_h) $(regcache_h)
1999 remote-rdi.o: remote-rdi.c $(defs_h) $(gdbcore_h) \
2000 $(inferior_h) $(gdb_string_h) $(completer_h) $(arm_tdep_h)
2002 rdi-share/libangsd.a: force
2004 if [ -f ./$${dir}/Makefile ] ; then \
2005 r=`pwd`; export r; \
2006 srcroot=`cd $(srcdir); pwd`; export srcroot; \
2007 (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
2012 remote-rdp.o: remote-rdp.c $(defs_h) $(gdbcore_h) \
2013 $(inferior_h) $(gdb_string_h) $(arm_tdep_h) $(callback_h)
2015 remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(target_h) \
2016 $(serial_h) $(gdb_string_h) $(regcache_h)
2018 remote-es.o: remote-es.c $(bfd_h) $(command_h) $(defs_h) \
2019 $(inferior_h) $(remote_utils_h) $(terminal_h) $(gdb_string_h) \
2020 $(symfile_h) $(regcache_h) $(value_h)
2022 remote-est.o: remote-est.c $(defs_h) $(gdbcore_h) \
2023 $(inferior_h) $(serial_h) $(target_h) $(terminal_h) $(regcache_h)
2025 remote-hms.o: remote-hms.c $(defs_h) $(gdbcore_h) \
2026 $(inferior_h) $(serial_h) $(target_h) $(terminal_h) $(regcache_h)
2028 remote-mips.o: remote-mips.c $(defs_h) $(gdbcmd_h) \
2029 $(gdbcore_h) $(inferior_h) $(serial_h) $(symfile_h) $(target_h) \
2032 remote-nindy.o: remote-nindy.c $(floatformat_h) $(command_h) \
2033 $(defs_h) $(gdbcore_h) $(inferior_h) \
2034 nindy-share/env.h nindy-share/stop.h $(remote_utils_h) \
2035 $(symfile_h) $(regcache_h)
2037 # OBSOLETE remote-os9k.o: remote-os9k.c $(defs_h) $(gdbcore_h) \
2038 # OBSOLETE $(command_h) $(monitor_h) $(remote_utils_h) $(symtab_h) $(symfile_h) \
2039 # OBSOLETE $(objfiles_h) $(gdb_stabs_h) $(gdb_string_h) $(regcache_h)
2041 remote-sds.o: remote-sds.c $(bfd_h) $(defs_h) $(gdbcmd_h) \
2042 $(inferior_h) $(remote_utils_h) $(symfile_h) $(terminal_h) \
2043 $(gdb_string_h) $(regcache_h)
2045 remote-sim.o: remote-sim.c $(defs_h) $(inferior_h) $(value_h) $(gdb_string_h) \
2046 $(terminal_h) $(target_h) $(gdbcore_h) $(callback_h) \
2047 $(remote_sim_h) $(remote_utils_h) $(command_h) $(regcache_h) \
2050 remote-st.o: remote-st.c $(defs_h) $(gdbcore_h) $(serial_h) \
2051 $(target_h) $(gdb_string_h) $(regcache_h)
2053 remote-vx.o: remote-vx.c $(complaints_h) $(defs_h) $(gdbcmd_h) \
2054 $(gdbcore_h) $(inferior_h) $(target_h) vx-share/dbgRpcLib.h \
2055 vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
2056 vx-share/xdr_rdb.h $(gdb_stabs_h) $(objfiles_h) $(symfile_h) $(bfd_h) \
2057 $(gdb_string_h) $(regcache_h)
2059 remote-vx29k.o: remote-vx29k.c $(complaints_h) $(defs_h) $(gdbcmd_h) \
2060 $(gdbcore_h) $(inferior_h) $(target_h) vx-share/dbgRpcLib.h \
2061 vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
2062 vx-share/xdr_rdb.h $(gdb_string_h) $(regcache_h)
2064 ocd.o: ocd.c ocd.h $(gdbcore_h) $(gdb_string_h) $(frame_h) $(inferior_h) \
2065 $(bfd_h) $(symfile_h) $(target_h) $(gdbcmd_h) $(objfiles_h) \
2066 $(gdb_stabs_h) $(dcache_h) $(serial_h) $(regcache_h)
2068 remote-utils.o: remote-utils.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
2069 $(inferior_h) $(remote_utils_h) $(gdb_string_h) $(regcache_h)
2071 remote.o: remote.c $(bfd_h) $(gdb_wait_h) $(defs_h) $(gdbcmd_h) \
2072 $(inferior_h) $(remote_utils_h) $(symfile_h) $(terminal_h) \
2073 $(gdb_string_h) $(event_loop_h) $(event_top_h) $(remote_h) \
2074 $(inf_loop_h) $(value_h)
2076 remote-nrom.o: remote-nrom.c $(bfd_h) $(gdb_wait_h) $(defs_h) $(gdbcmd_h) \
2077 $(inferior_h) $(remote_utils_h) $(symfile_h) $(terminal_h)
2079 rom68k-rom.o: rom68k-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) \
2080 $(gdbcmd_h) $(inferior_h) $(target_h) $(serial_h) $(terminal_h) \
2081 $(regcache_h) $(value_h)
2083 rs6000-nat.o: rs6000-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(target_h) \
2084 $(gdbcore_h) $(xcoffsolib_h) $(symfile_h) $(objfiles_h) \
2085 $(gdb_stabs_h) $(regcache_h) $(arch_utils_h)
2087 rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
2088 $(target_h) $(ppc_tdep_h) $(regcache_h) $(value_h) $(parser_defs_h)
2090 s390-tdep.o: s390-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) $(inferior_h) \
2091 $(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(symfile_h) \
2092 $(objfiles_h) $(bfd_h) $(floatformat_h) $(regcache_h) $(value_h)
2094 s390-nat.o: s390-nat.c $(defs_h) $(regcache_h)
2096 scm-exp.o: $(defs_h) $(value_h) $(parser_defs_h) $(language_h) $(c_lang_h) \
2097 scm-lang.h scm-tags.h
2099 scm-lang.o: $(defs_h) $(value_h) $(parser_defs_h) $(language_h) $(c_lang_h) \
2100 scm-lang.h scm-tags.h $(gdb_string_h) $(gdbcore_h)
2102 scm-valprint.o: $(defs_h) $(value_h) $(parser_defs_h) $(language_h) \
2103 scm-lang.h $(valprint_h) $(gdbcore_h)
2105 ser-go32.o: ser-go32.c $(defs_h) $(serial_h)
2107 ser-pipe.o: ser-pipe.c $(defs_h) $(serial_h) $(gdb_string_h) $(ser_unix_h)
2109 ser-tcp.o: ser-tcp.c $(defs_h) $(serial_h) $(gdb_string_h) $(ser_unix_h)
2111 ser-unix.o: ser-unix.c $(defs_h) $(serial_h) $(ser_unix_h)
2113 serial.o: serial.c $(defs_h) $(serial_h) $(gdb_string_h)
2115 sh-tdep.o: sh-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(symfile_h) \
2116 $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(value_h) $(dis_asm_h) \
2117 $(inferior_h) $(gdb_string_h) $(arch_utils_h) $(floatformat_h) \
2118 $(regcache_h) $(doublest_h) $(sh_tdep_h) $(elf_bfd_h) $(solib_svr4_h) \
2119 $(elf_sh_h) $(gdb_sim_sh_h)
2121 shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
2122 $(value_h) $(sh_tdep_h) solib-svr4.h shnbsd-tdep.h nbsd-tdep.h
2124 shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) shnbsd-tdep.h
2126 sh3-rom.o: sh3-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) $(gdbcmd_h) \
2127 $(inferior_h) $(target_h) $(serial_h) $(terminal_h) $(arch_utils_h) \
2128 $(regcache_h) $(sh_tdep_h)
2130 signals.o: signals/signals.c $(defs_h) $(target_h)
2131 $(CC) -c $(INTERNAL_CFLAGS) $<
2133 mon960-rom.o: mon960-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
2134 $(serial_h) $(srec_h) $(xmodem_h) $(symtab_h) $(symfile_h) \
2137 solib.o: solib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
2138 $(objfiles_h) $(gdb_regex_h) $(symfile_h) $(target_h) $(gdb_string_h) \
2139 $(solist_h) $(completer_h)
2141 solib-irix.o: solib-irix.c $(defs_h) $(gdbcore_h) $(inferior_h) $(objfiles_h) \
2142 $(symfile_h) $(target_h) $(solist_h) solib-svr4.h
2144 solib-sunos.o: solib-sunos.c $(defs_h) $(symfile_h) $(objfiles_h) \
2145 $(gdbcore_h) $(inferior_h) $(solist_h)
2147 solib-svr4.o: solib-svr4.c $(defs_h) $(gdbcore_h) $(inferior_h) $(objfiles_h) \
2148 $(symfile_h) $(target_h) $(solist_h) solib-svr4.h
2150 solib-legacy.o: solib-legacy.c $(defs_h) $(gdbcore_h) solib-svr4.h
2152 source.o: source.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
2153 $(gdbcore_h) $(language_h) $(objfiles_h) $(gdb_regex_h) $(symfile_h) \
2154 $(symtab_h) $(gdb_string_h) $(source_h) $(completer_h) $(linespec_h) \
2155 $(ui_out_h) $(value_h)
2157 sparc-linux-nat.o: sparc-linux-nat.c $(defs_h) $(regcache_h)
2159 sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(gdbcore_h) \
2160 $(target_h) $(regcache_h)
2162 sparc-tdep.o: sparc-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) $(inferior_h) \
2163 $(target_h) $(value_h) $(bfd_h) $(gdb_string_h) $(regcache_h) \
2164 $(osabi_h) $(gregset_h) $(gdbcore_h) $(symfile_h)
2166 sparcl-tdep.o: sparcl-tdep.c $(defs_h) $(gdbcore_h) $(target_h) $(regcache_h)
2168 sparc64nbsd-nat.o: sparc64nbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
2171 sparcnbsd-nat.o: sparcnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
2174 sparcnbsd-tdep.o: sparcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
2175 $(target_h) $(value_h) osabi.h sparcnbsd-tdep.h nbsd-tdep.h \
2178 xstormy16-tdep.o: xstormy16-tdep.c $(defs_h) $(value_h) $(inferior_h) \
2179 $(symfile_h) $(arch_utils_h) $(regcache_h) $(gdbcore_h)
2181 dsrec.o: dsrec.c $(defs_h) srec.h
2183 stabsread.o: stabsread.c $(defs_h) $(gdb_string_h) $(bfd_h) $(gdb_obstack_h) \
2184 $(symtab_h) $(gdbtypes_h) $(expression_h) $(symfile_h) $(objfiles_h) \
2185 $(aout_stab_gnu_h) $(libaout_h) $(aout_aout64_h) $(gdb_stabs_h) \
2186 $(buildsym_h) $(complaints_h) $(demangle_h) $(language_h) \
2187 $(doublest_h) $(stabsread_h)
2189 stack.o: stack.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
2190 $(language_h) $(target_h) $(gdb_string_h) $(ui_out_h)
2192 ui-file.o: ui-file.c $(defs_h) ui-file.h
2193 tui-file.o: $(srcdir)/tui/tui-file.c $(defs_h) $(srcdir)/tui/tui-file.h \
2194 $(srcdir)/tui/tuiIO.h
2195 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-file.c
2197 ax-general.o: ax-general.c $(ax_h) $(defs_h) $(value_h)
2198 ax-gdb.o: ax-gdb.c $(defs_h) $(symtab_h) $(symfile_h) $(gdbtypes_h) \
2199 $(value_h) $(expression_h) $(command_h) $(ax_h) $(gdbcmd_h) ax-gdb.h
2201 sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
2203 symfile.o: symfile.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \
2204 $(frame_h) $(target_h) $(value_h) $(symfile_h) $(objfiles_h) \
2205 $(gdbcmd_h) $(breakpoint_h) $(language_h) $(complaints_h) \
2206 $(demangle_h) $(inferior_h) $(gdb_stabs_h) $(gdb_obstack_h) \
2207 $(completer_h) $(bcache_h) $(gdb_string_h) $(gdb_stat_h)
2209 symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
2211 symm-nat.o: symm-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
2213 symmisc.o: symmisc.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(bfd_h) \
2214 $(symfile_h) $(objfiles_h) $(breakpoint_h) $(command_h) \
2215 $(gdb_obstack_h) $(language_h) $(bcache_h) $(gdb_string_h)
2217 symtab.o: symtab.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \
2218 $(frame_h) $(target_h) $(value_h) $(symfile_h) $(objfiles_h) \
2219 $(gdbcmd_h) $(call_cmds_h) $(gdb_regex_h) $(expression_h) \
2220 $(language_h) $(demangle_h) $(inferior_h) $(linespec_h) \
2221 $(filenames_h) $(gdb_obstack_h) $(gdb_string_h) $(gdb_stat_h) \
2224 linespec.o: linespec.c $(linespec_h) $(defs_h) $(frame_h) $(value_h) \
2225 $(objfiles_h) $(symfile_h) $(completer_h) $(symtab_h) \
2226 $(demangle_h) $(command_h) $(cp_abi_h)
2228 macroexp.o: macroexp.c $(defs_h) $(gdb_obstack_h) $(bcache_h) $(macrotab_h) \
2229 $(macroexp_h) $(gdb_assert_h)
2231 macrotab.o: macrotab.c $(defs_h) $(gdb_obstack_h) $(splay_tree_h) $(symtab_h) \
2232 $(symfile_h) $(objfiles_h) $(macrotab_h) $(gdb_assert_h) $(bcache_h) \
2235 macroscope.o: macroscope.c $(defs_h) $(macroscope_h)
2237 macrocmd.o: macrocmd.c $(defs_h) $(macrotab_h) $(macroexp_h) \
2238 $(macroscope_h) $(command_h) $(gdbcmd_h)
2240 target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
2241 $(objfiles_h) $(symfile_h) $(target_h) $(gdb_string_h) $(regcache_h)
2243 thread.o: thread.c $(defs_h) $(gdbthread_h) $(gdbcmd_h) $(target_h) \
2244 $(regcache_h) $(ui_out_h) $(gdb_h)
2246 completer.o: completer.c $(completer_h) $(gdbtypes_h) $(symtab_h) \
2247 $(defs_h) $(gdbcmd_h) $(expression_h) $(readline_headers) \
2250 top.o: top.c $(top_h) $(bfd_h) $(getopt_h) $(readline_headers) $(call_cmds_h) \
2251 $(cli_cmds_h) $(cli_script_h) $(cli_setshow_h) \
2252 $(defs_h) $(gdbcmd_h) $(inferior_h) $(language_h) \
2253 $(remote_utils_h) $(gdb_string_h) $(event_loop_h) $(event_top_h) \
2254 $(completer_h) $(version_h) $(ui_out_h) $(doublest_h) \
2257 typeprint.o: typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
2258 $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(command_h) \
2259 $(gdbcmd_h) $(target_h) $(language_h) $(cp_abi_h) $(gdb_string_h)
2261 utils.o: utils.c $(bfd_h) $(defs_h) $(expression_h) $(gdbcmd_h) \
2262 $(language_h) $(target_h) $(terminal_h) $(readline_headers) \
2263 $(gdb_string_h) $(event_loop_h) $(event_top_h) $(inferior_h)
2265 valarith.o: valarith.c $(bfd_h) $(defs_h) $(expression_h) \
2266 $(gdbtypes_h) $(language_h) $(symtab_h) $(target_h) $(value_h) \
2267 $(gdb_string_h) $(doublest_h)
2269 valops.o: valops.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
2270 $(gdb_string_h) $(regcache_h) $(cp_abi_h) $(gdb_assert_h)
2272 valprint.o: valprint.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \
2273 $(value_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) $(obstack_h) \
2274 $(language_h) $(annotate_h) $(valprint_h) $(floatformat_h) \
2277 values.o: values.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
2278 $(gdbcore_h) $(gdbtypes_h) $(symtab_h) $(target_h) $(value_h) \
2279 $(gdb_string_h) scm-lang.h $(doublest_h) $(regcache_h)
2281 vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_h) \
2282 $(arch_utils_h) $(inferior_h) $(vax_tdep_h)
2284 x86-64-linux-tdep.o : x86-64-linux-tdep.c $(defs_h) $(inferior_h) \
2285 $(gdbcore_h) $(regcache_h) x86-64-tdep.h i386-tdep.h $(dwarf2cfi_h)
2287 x86-64-tdep.o : x86-64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \
2288 $(gdbcmd_h) $(arch_utils_h) $(regcache_h) $(symfile_h) x86-64-tdep.h \
2289 i386-tdep.h $(dwarf2cfi_h) $(gdb_assert_h) $(objfiles_h)
2291 x86-64-linux-nat.o : x86-64-linux-nat.c $(defs_h) $(inferior_h) \
2292 $(gdbcore_h) $(regcache_h) $(gdb_assert_h) x86-64-tdep.h \
2295 win32-nat.o: win32-nat.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \
2296 $(gdb_string_h) $(regcache_h) $(completer_h)
2298 xdr_ld.o: vx-share/xdr_ld.c $(defs_h) vx-share/vxTypes.h \
2299 vx-share/vxWorks.h vx-share/xdr_ld.h
2300 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ld.c
2302 xdr_ptrace.o: vx-share/xdr_ptrace.c $(defs_h) vx-share/vxTypes.h \
2303 vx-share/vxWorks.h vx-share/xdr_ptrace.h
2304 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_ptrace.c
2306 xdr_rdb.o: vx-share/xdr_rdb.c $(defs_h) vx-share/vxTypes.h \
2307 vx-share/vxWorks.h vx-share/xdr_rdb.h
2308 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/vx-share/xdr_rdb.c
2310 xcoffread.o: xcoffread.c $(bfd_h) $(INCLUDE_DIR)/aout/stab.def \
2311 $(INCLUDE_DIR)/aout/stab_gnu.h $(INCLUDE_DIR)/coff/internal.h \
2312 $(INCLUDE_DIR)/coff/rs6000.h $(BFD_SRC)/libcoff.h $(buildsym_h) \
2313 $(complaints_h) $(defs_h) $(gdbtypes_h) $(objfiles_h) $(stabsread_h) \
2314 $(symfile_h) $(symtab_h) $(gdb_string_h)
2316 xcoffsolib.o: xcoffsolib.c $(bfd_h) $(defs_h) $(xcoffsolib_h) $(inferior_h) \
2317 $(gdbcmd_h) $(symfile_h) $(frame_h) $(gdb_regex_h)
2319 # FIXME: z8k-tdep.c calls _initialize_gdbtypes(). Since that isn't
2320 # declared -Wimplicit fails. It should be using the GDBARCH framework.
2321 # cagney 1999-09-02.
2322 z8k-tdep.o: z8k-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbcmd_h) \
2323 $(gdbtypes_h) $(dis_asm_h) $(gdbcore_h) $(regcache_h)
2324 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
2325 $(srcdir)/z8k-tdep.c
2327 c-exp.tab.o: c-exp.tab.c $(defs_h) $(gdb_string_h) $(expression_h) \
2328 $(value_h) $(parser_defs_h) $(language_h) $(c_lang_h) $(bfd_h) \
2329 $(symfile_h) $(objfiles_h)
2331 jv-exp.tab.o: jv-exp.tab.c jv-lang.h $(defs_h) $(expression_h) \
2332 $(gdbtypes_h) $(language_h) $(parser_defs_h) $(symtab_h) $(value_h) \
2333 $(bfd_h) $(objfiles_h) $(symfile_h)
2335 f-exp.tab.o: f-exp.tab.c f-lang.h $(defs_h) $(expression_h) \
2336 $(language_h) $(parser_defs_h) $(value_h) $(bfd_h) $(objfiles_h) \
2339 m2-exp.tab.o: m2-exp.tab.c $(defs_h) $(expression_h) $(gdbtypes_h) \
2340 $(language_h) m2-lang.h $(parser_defs_h) $(symtab_h) $(value_h) \
2341 $(bfd_h) $(objfiles_h) $(symfile_h)
2343 p-exp.tab.o: p-exp.tab.c $(defs_h) $(expression_h) $(gdbtypes_h) \
2344 $(language_h) p-lang.h $(parser_defs_h) $(symtab_h) $(value_h) \
2345 $(bfd_h) $(objfiles_h) $(symfile_h)
2347 gdb-events.o: gdb-events.c $(gdb_events_h) $(defs_h) $(gdbcmd_h)
2349 ui-out.o: ui-out.c $(defs_h) $(ui_out_h) $(expression_h) $(language_h)
2350 cli-out.o: cli-out.c $(defs_h) $(ui_out_h) $(cli_out_h)
2352 varobj.o: varobj.c $(defs_h) $(frame_h) $(value_h) \
2353 $(language_h) $(valprint_h) $(varobj_h) $(wrapper_h)
2355 wrapper.o: wrapper.c $(defs_h) $(frame_h) $(value_h) $(wrapper_h)
2360 # Need to explicitly specify the compile rule as make will do nothing
2361 # or try to compile the object file into the cli directory.
2363 cli-cmds.o: $(srcdir)/cli/cli-cmds.c $(defs_h) $(completer_h) $(target_h) \
2364 $(gdb_wait_h) $(gdb_regex_h) $(gdb_string_h) $(filenames_h) \
2365 $(ui_out_h) $(top_h) $(cli_cli_decode_h) $(cli_cli_script_h) \
2366 $(cli_cli_setshow_h) $(cli_cli_cmds_h)
2367 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-cmds.c
2369 cli-decode.o: $(srcdir)/cli/cli-decode.c $(defs_h) $(symtab_h) $(gdb_regex_h) \
2370 $(gdb_string_h) $(ui_out_h) $(cli_cli_cmds_h) \
2371 $(cli_cli_decode_h) $(gdb_assert_h)
2372 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-decode.c
2374 cli-dump.o: $(srcdir)/cli/cli-dump.c $(defs_h) $(gdb_string_h) $(command_h) \
2375 $(value_h) $(gdbcmd_h) $(completer_h) $(cli_dump_h)
2376 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-dump.c
2378 cli-setshow.o: $(srcdir)/cli/cli-setshow.c $(defs_h) $(value_h) \
2379 $(gdb_string_h) $(ui_out_h) $(cli_cli_decode_h) \
2380 $(cli_cli_cmds_h) $(cli_cli_setshow_h)
2381 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-setshow.c
2383 cli-script.o: $(srcdir)/cli//cli-script.c $(defs_h) $(value_h) $(language_h) \
2384 $(ui_out_h) $(top_h) $(cli_cli_cmds_h) $(cli_cli_decode_h) \
2386 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-script.c
2388 cli-utils.o: $(srcdir)/cli/cli-utils.c $(cli_utils_h) $(defs_h)
2389 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-utils.c
2394 # Need to explicitly specify the compile rule as make will do nothing
2395 # or try to compile the object file into the mi directory.
2397 mi_cmds_h = $(srcdir)/mi/mi-cmds.h
2398 mi_out_h = $(srcdir)/mi/mi-out.h
2399 mi_parse_h = $(srcdir)/mi/mi-parse.h
2400 mi_getopt_h = $(srcdir)/mi/mi-getopt.h
2401 mi_console_h = $(srcdir)/mi/mi-console.h
2403 mi-cmds.o: $(srcdir)/mi/mi-cmds.c $(defs_h) $(top_h) $(mi_cmds_h) $(ui_out_h)
2404 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmds.c
2405 mi-cmd-var.o: $(srcdir)/mi/mi-cmd-var.c $(defs_h) $(mi_cmds_h) $(ui_out_h) \
2406 $(mi_out_h) $(varobj_h) $(value_h)
2407 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-var.c
2408 mi-cmd-stack.o: $(srcdir)/mi/mi-cmd-stack.c $(defs_h) $(top_h) $(mi_cmds_h) \
2409 $(ui_out_h) $(frame_h) $(value_h) $(target_h)
2410 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-stack.c
2411 mi-cmd-break.o: $(srcdir)/mi/mi-cmd-break.c $(defs_h) $(mi_cmds_h) \
2412 $(ui_out_h) $(mi_out_h) $(breakpoint_h) $(gdb_string_h) \
2413 $(gdb_events_h) $(mi_getopt_h) $(gdb_h)
2414 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-break.c
2415 mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disas.c $(defs_h) $(target_h) $(value_h) \
2416 $(mi_cmds_h) $(mi_getopt_h) $(ui_out_h) $(gdb_string_h)
2417 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-disas.c
2418 mi-main.o: $(srcdir)/mi/mi-main.c $(defs_h) $(top_h) $(mi_cmds_h) $(ui_out_h) \
2419 $(mi_console_h) $(mi_getopt_h) $(event_loop_h) $(event_top_h) \
2420 $(mi_getopt_h) $(regcache_h) $(gdb_h) $(target_h) \
2421 $(inferior_h) $(gdb_string_h) $(gdbthread_h) $(mi_out_h) \
2422 $(gdbcore_h) $(value_h)
2423 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-main.c
2424 mi-out.o: $(srcdir)/mi/mi-out.c $(defs_h) $(mi_out_h) $(ui_out_h)
2425 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-out.c
2426 mi-console.o: $(srcdir)/mi/mi-console.c $(mi_out_h) $(defs_h)
2427 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-console.c
2428 mi-parse.o: $(srcdir)/mi/mi-parse.c $(defs_h) $(mi_parse_h) $(mi_cmds_h)
2429 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-parse.c
2430 mi-getopt.o: $(srcdir)/mi/mi-getopt.c $(mi_getopt_h) $(defs_h)
2431 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-getopt.c
2436 # Need to explicitly specify the compile rule as make will do nothing
2437 # or try to compile the object file into the mi directory.
2439 tui.o: $(srcdir)/tui/tui.c \
2440 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2441 $(srcdir)/tui/tuiLayout.h $(srcdir)/tui/tuiIO.h \
2442 $(srcdir)/tui/tuiRegs.h $(srcdir)/tui/tuiWin.h
2443 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tui.c
2444 tui-out.o: $(srcdir)/tui/tui-out.c \
2445 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h
2446 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tui-out.c
2447 tui-hooks.o: $(srcdir)/tui/tui-hooks.c \
2449 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tui-hooks.c
2450 tuiCommand.o: $(srcdir)/tui/tuiCommand.c \
2451 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2452 $(srcdir)/tui/tuiWin.h $(srcdir)/tui/tuiIO.h
2453 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiCommand.c
2454 tuiData.o: $(srcdir)/tui/tuiData.c \
2455 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h
2456 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiData.c
2457 tuiDataWin.o: $(srcdir)/tui/tuiDataWin.c \
2458 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2459 $(srcdir)/tui/tuiRegs.h
2460 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiDataWin.c
2461 tuiDisassem.o: $(srcdir)/tui/tuiDisassem.c \
2462 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2463 $(srcdir)/tui/tuiLayout.h $(srcdir)/tui/tuiSourceWin.h \
2464 $(srcdir)/tui/tuiStack.h
2465 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiDisassem.c
2466 tuiGeneralWin.o: $(srcdir)/tui/tuiGeneralWin.c \
2467 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2468 $(srcdir)/tui/tuiGeneralWin.h
2469 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiGeneralWin.c
2470 tuiIO.o: $(srcdir)/tui/tuiIO.c \
2471 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2472 $(srcdir)/tui/tuiIO.h $(srcdir)/tui/tuiCommand.h \
2473 $(srcdir)/tui/tuiWin.h
2474 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiIO.c
2475 tuiLayout.o: $(srcdir)/tui/tuiLayout.c \
2476 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2477 $(srcdir)/tui/tuiGeneralWin.h $(srcdir)/tui/tuiStack.h \
2478 $(srcdir)/tui/tuiRegs.h $(srcdir)/tui/tuiDisassem.h
2479 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiLayout.c
2480 tuiRegs.o: $(srcdir)/tui/tuiRegs.c \
2481 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2482 $(srcdir)/tui/tuiLayout.h $(srcdir)/tui/tuiWin.h
2483 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiRegs.c
2484 tuiSource.o: $(srcdir)/tui/tuiSource.c \
2485 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2486 $(srcdir)/tui/tuiStack.h $(srcdir)/tui/tuiSourceWin.h \
2487 $(srcdir)/tui/tuiSource.h
2488 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiSource.c
2489 tuiSourceWin.o: $(srcdir)/tui/tuiSourceWin.c \
2490 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2491 $(srcdir)/tui/tuiStack.h $(srcdir)/tui/tuiSourceWin.h \
2492 $(srcdir)/tui/tuiSource.h $(srcdir)/tui/tuiDisassem.h
2493 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiSourceWin.c
2494 tuiStack.o: $(srcdir)/tui/tuiStack.c \
2495 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2496 $(srcdir)/tui/tuiStack.h $(srcdir)/tui/tuiSourceWin.h
2497 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiStack.c
2498 tuiWin.o: $(srcdir)/tui/tuiWin.c \
2499 $(srcdir)/tui/tui.h $(srcdir)/tui/tuiData.h \
2500 $(srcdir)/tui/tuiGeneralWin.h $(srcdir)/tui/tuiStack.h \
2501 $(srcdir)/tui/tuiSourceWin.h $(srcdir)/tui/tuiDataWin.h
2502 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/tui/tuiWin.c
2504 ### end of the gdb Makefile.in.