* symfile.c (reread_symbols): When re-reading symbols, do all the
[binutils-gdb.git] / gdb / Makefile.in
index 2f95de8677f9a46526f809c855a12ccf935ddad3..0f585da22da32262be58de74ee0f6b5de7769c00 100644 (file)
@@ -55,11 +55,6 @@ RANLIB = ranlib
 # This can be overridden in the host Makefile fragment file.
 TERMCAP = -ltermcap
 
-# System V: If you compile gdb with a compiler which uses the coff
-# encapsulation feature (this is a function of the compiler used, NOT
-# of the m-?.h file selected by config.gdb), you must make sure that
-# the GNU nm is the one that is used by munch.
-
 # If you are compiling with GCC, make sure that either 1) You have the
 # fixed include files where GCC can reach them, or 2) You use the
 # -traditional flag.  Otherwise the ioctl calls in inflow.c
@@ -146,12 +141,27 @@ GLOBAL_CFLAGS = $(MT_CFLAGS) $(MH_CFLAGS)
 # when running make.  I.E.  "make CFLAGS=-Wmissing-prototypes".
 CFLAGS = -g
 
+# Need to pass this to testsuite for "make check"
+CXXFLAGS = -g
+
 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
 INTERNAL_CFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
        $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
        $(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS)
 
-# The config/mh-* file must define REGEX and REGEX1 on USG machines.
+# LDFLAGS is specifically reserved for setting from the command line
+# when running make.
+
+# Profiling options need to go here to work.
+# I think it's perfectly reasonable for a user to set -pg in CFLAGS
+# and have it work; that's why CFLAGS is here.
+INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) $(LDFLAGS)
+
+# We are using our own version of REGEX now to be consistent across
+# machines.
+REGEX = regex.o
+REGEX1 = regex.o
+
 # If your system is missing alloca(), or, more likely, it's there but
 # it doesn't work, then refer to libiberty.
 
@@ -170,7 +180,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) \
 ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 
-VERSION = 4.10.2
+VERSION = 4.11.1
 DIST=gdb
 
 LINT=/usr/5bin/lint
@@ -299,12 +309,13 @@ SFILES = blockframe.c breakpoint.c buildsym.c c-exp.y c-lang.c \
 # Files that are not source code, but need to go into
 # gdb-$(VERSION).tar.Z.
 
-NONSRC = Makefile.in munch configure.in ChangeLog ChangeLog-9091 \
+NONSRC = Makefile.in configure.in ChangeLog ChangeLog-9091 \
        ChangeLog-92 ChangeLog-3.x gdb.1 refcard.ps README TODO TAGS NEWS \
        Projects .gdbinit COPYING $(YYFILES) copying.c copying.awk \
        saber.suppress standalone.c stuff.c kdb-start.c gcc.patch \
        nindy-share/Makefile nindy-share/VERSION nindy-share/README \
-       vx-share/README 29k-share/README config/convex/Convex.notes
+       vx-share/README 29k-share/README config/convex/Convex.notes \
+       i386-nlmstub.c
 
 # All source files that lint should look at
 LINTFILES = $(SFILES) $(YYFILES) init.c
@@ -323,7 +334,7 @@ SFILES_KGDB  = $(SFILES) stuff.c kdb-start.c
 #dis-asm_h =   $(INCLUDE_DIR)/dis-asm.h 
 
 dcache_h = dcache.h
-remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h
+remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h remote-sim.h
 
 readline_headers = \
        $(READLINE_SRC)/chardefs.h \
@@ -332,12 +343,12 @@ readline_headers = \
        $(READLINE_SRC)/readline.h
 
 udiheaders = \
-       29k-share/udi/udiproc.h \
-       29k-share/udi/udiphcfg.h \
-       29k-share/udi/udiphunix.h \
-       29k-share/udi/udiptcfg.h \
-       29k-share/udi/udipt29k.h \
-       29k-share/udi/udisoc.h
+       $(srcdir)/29k-share/udi/udiproc.h \
+       $(srcdir)/29k-share/udi/udiphcfg.h \
+       $(srcdir)/29k-share/udi/udiphunix.h \
+       $(srcdir)/29k-share/udi/udiptcfg.h \
+       $(srcdir)/29k-share/udi/udipt29k.h \
+       $(srcdir)/29k-share/udi/udisoc.h
 
 dcache_h =     dcache.h
 
@@ -361,7 +372,7 @@ inferior_h =        inferior.h $(breakpoint_h)
 # Header files that are not named in config/*/* Makefile fragments go
 # into HFILES.
 
-HFILES = buildsym.h call-cmds.h defs.h environ.h $(gdbcmd_h) \
+HFILES = buildsym.h call-cmds.h coff-solib.h defs.h environ.h $(gdbcmd_h) \
        $(gdbcore_h) gdb-stabs.h $(inferior_h) language.h minimon.h monitor.h \
        objfiles.h parser-defs.h partial-stab.h serial.h signals.h solib.h \
        symfile.h stabsread.h target.h terminal.h typeprint.h xcoffsolib.h \
@@ -369,7 +380,7 @@ HFILES = buildsym.h call-cmds.h defs.h environ.h $(gdbcmd_h) \
        config/m68k/tm-m68k.h config/pa/tm-hppa.h config/i960/tm-i960.h \
        config/sparc/tm-sparc.h config/tm-sunos.h config/tm-sysv4.h \
        config/m68k/xm-m68k.h config/sparc/xm-sparc.h config/xm-sysv4.h \
-       config/vax/xm-vax.h config/nm-trash.h $(udiheaders) \
+       config/vax/xm-vax.h config/nm-m3.h config/nm-trash.h $(udiheaders) \
        29k-share/udi/udiids.h 29k-share/udi_soc nindy-share/b.out.h \
        nindy-share/block_io.h nindy-share/coff.h \
        nindy-share/env.h nindy-share/stop.h \
@@ -467,16 +478,40 @@ uninstall: force
        rm -f $(bindir)/gdb $(man1dir)/gdb.1
        @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do 
 
-init.c: munch $(OBS) $(TSOBS)
-       $(srcdir)/munch $(MUNCH_DEFINE) $(OBS) $(TSOBS) > init.c-new
-       mv init.c-new init.c
+# We do this by grepping through sources.  If that turns out to be too slow,
+# maybe we could just require every .o file to have an initialization routine
+# of a given name (remote-udi.o -> _initialize_remote_udi, etc.).
+init.c: $(OBS) $(TSOBS)
+       @echo Making init.c
+       @rm -f init.c-tmp
+       @echo '/* Do not modify this file.  */' >init.c-tmp
+       @echo '/* It is created automatically by the Makefile.  */'>>init.c-tmp
+       @echo 'void initialize_all_files () {' >>init.c-tmp
+       @for i in $(OBS) $(TSOBS); do \
+         filename=`echo $$i | sed \
+           -e '/^Onindy.o/d' \
+           -e '/^nindy.o/d' \
+           -e '/ttyflush.o/d' \
+           -e '/xdr_ld.o/d' \
+           -e '/xdr_ptrace.o/d' \
+           -e '/xdr_rdb.o/d' \
+           -e '/udr.o/d' \
+           -e '/udip2soc.o/d' \
+           -e '/version.o/d' \
+           -e '/[a-z0-9A-Z_]*-exp.tab.o/d' \
+           -e 's/\.o/.c/'` ; \
+         sed <$(srcdir)/$$filename >>init.c-tmp -n \
+           -e '/^_initialize_[a-z_0-9A-Z]* *(/s/^\([a-z_0-9A-Z]*\).*/  {extern void \1 (); \1 ();}/p' ; \
+       done
+       @echo '}' >>init.c-tmp
+       @mv init.c-tmp init.c
 
 .PRECIOUS: init.c
 
 # Removing the old gdb first works better if it is running, at least on SunOS.
 gdb: $(OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o
        rm -f gdb
-       $(CC-LD) $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdb \
+       $(CC-LD) $(INTERNAL_LDFLAGS) -o gdb \
          init.o $(OBS) $(TSOBS) $(ADD_FILES) $(CLIBS) $(LOADLIBES)
 
 saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
@@ -512,7 +547,7 @@ gdb1: gdb
 rapp: $(RAPP_OBS)
        rm -f rapp_init.c
        $(srcdir)/munch $(MUNCH_DEFINE) $(RAPP_OBS) > rapp_init.c
-       $(CC-LD) $(LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS)
+       $(CC-LD) $(INTERNAL_LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS)
 
 config.status:
        @echo "You must configure gdb.  Look at the README file for details."
@@ -551,13 +586,12 @@ xm-vaxbsd.h: xm-vax.h
 kdb:   $(NTSSTART) $(OBS) $(NTSOBS) $(ADD_DEPS) $(CDEPS)
        rm -f init.c
        $(srcdir)/munch $(MUNCH_DEFINE) $(OBS) $(NTSOBS) > init.c
-       $(CC) $(LDFLAGS) -c init.c $(CLIBS) 
+       $(CC) $(INTERNAL_LDFLAGS) -c init.c $(CLIBS) 
        ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
          -lc $(CLIBS)
 
 # Put the proper machine-specific files first, so M-. on a machine
 # specific routine gets the one for the correct machine.
-# The xyzzy stuff below deals with empty DEPFILES
 TAGS:  
        etags `find $(srcdir)/config \( -name $(TM_FILE) \
                -o -name $(XM_FILE) \
@@ -639,7 +673,7 @@ make-proto-testsuite.dir: force_update
 
 clean:
        @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(SUBDIRS)" subdir_do 
-       rm -f *.o $(ADD_FILES) *~
+       rm -f *.o $(ADD_FILES) *~ init.c-tmp
        rm -f init.c version.c
        rm -f gdb core make.log
        rm -f gdb[0-9]
@@ -715,7 +749,6 @@ version.c: Makefile
 # else.
 c-exp.tab.o: c-exp.tab.c
 c-exp.tab.c: c-exp.y Makefile.in
-       @echo 'Expect 4 shift/reduce conflicts.'
        $(YACC) $(YFLAGS) $(srcdir)/c-exp.y
        -sed -e '/extern.*malloc/d' \
             -e '/extern.*realloc/d' \
@@ -808,22 +841,27 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
        go32-xdep.c gould-pinsn.c gould-xdep.c h8300-tdep.c h8500-tdep.c \
        hp300ux-nat.c hppa-pinsn.c hppa-tdep.c hppab-nat.c hppah-nat.c \
        i386-pinsn.c i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c \
-       i386aix-nat.c i386v4-nat.c i386lynx-nat.c i386ly-tdep.c i387-tdep.c \
+       i386aix-nat.c i386m3-nat.c i386v4-nat.c i386lynx-nat.c i386ly-tdep.c \
+       i387-tdep.c \
        i960-pinsn.c i960-tdep.c \
-       infptrace.c inftarg.c irix4-nat.c isi-xdep.c m68k-pinsn.c m68k-tdep.c \
+       infptrace.c inftarg.c irix4-nat.c isi-xdep.c m3-nat.c \
+       m68k-pinsn.c m68k-tdep.c \
        m88k-nat.c m88k-pinsn.c m88k-tdep.c mips-nat.c mips-pinsn.c \
-       mips-tdep.c news-xdep.c nindy-share/Onindy.c nindy-share/nindy.c \
+       mips-tdep.c mipsm3-nat.c news-xdep.c \
+       nindy-share/Onindy.c nindy-share/nindy.c \
        nindy-share/ttyflush.c nindy-tdep.c \
-       ns32k-pinsn.c osfsolib.c \
+       ns32k-pinsn.c ns32km3-nat.c osfsolib.c \
        paread.c procfs.c pyr-pinsn.c pyr-tdep.c pyr-xdep.c \
-       remote-adapt.c remote-bug.c remote-eb.c remote-es.c remote-hms.c remote-mips.c \
+       remote-adapt.c remote-bug.c remote-eb.c remote-es.c \
+       remote-hms.c remote-mips.c \
        remote-mm.c remote-mon.c remote-nindy.c remote-sim.c \
        remote-st.c remote-utils.c dcache.c \
        remote-udi.c remote-vx.c remote-z8k.c rs6000-nat.c rs6000-pinsn.c \
        rs6000-tdep.c ser-go32.c ser-tcp.c sh-tdep.c solib.c sparc-nat.c \
        sparc-pinsn.c sparc-tdep.c sun3-nat.c sun386-nat.c symm-tdep.c \
        symm-nat.c tahoe-pinsn.c ultra3-nat.c ultra3-xdep.c umax-xdep.c \
-       vax-pinsn.c vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \
+       vax-pinsn.c \
+       vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \
        xcoffexec.c xcoffread.c xcoffsolib.c z8k-tdep.c
 
 ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
@@ -840,13 +878,15 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/i386/nm-i386v4.h config/i386/nm-linux.h \
        config/i386/nm-sun386.h config/i386/nm-symmetry.h \
        config/i386/tm-i386aix.h config/i386/tm-i386bsd.h \
-       config/i386/tm-i386lynx.h config/i386/tm-i386nw.h \
+       config/i386/tm-i386lynx.h config/i386/tm-i386m3.h \
+       config/i386/tm-i386mk.h config/i386/tm-i386nw.h \
        config/i386/tm-i386v.h \
        config/i386/tm-i386v4.h config/i386/tm-linux.h \
        config/i386/tm-sun386.h \
        config/i386/tm-symmetry.h config/i386/xm-go32.h \
        config/i386/xm-i386aix.h config/i386/xm-i386bsd.h \
        config/i386/xm-i386lynx.h config/i386/xm-i386mach.h \
+       config/i386/xm-i386m3.h config/i386/xm-i386mk.h \
        config/i386/xm-i386sco.h config/i386/xm-i386v.h \
        config/i386/xm-i386v32.h config/i386/xm-i386v4.h \
        config/i386/xm-linux.h config/i386/xm-sun386.h \
@@ -871,17 +911,26 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/m68k/xm-hp300bsd.h config/m68k/xm-hp300hpux.h \
        config/m68k/xm-isi.h config/m68k/xm-news.h config/m68k/xm-news1000.h \
        config/m68k/xm-sun2.h config/m68k/xm-sun3.h config/m68k/xm-sun3os4.h \
-       config/m88k/nm-m88k.h config/m88k/tm-delta88.h config/m88k/tm-m88k.h \
-       config/m88k/xm-delta88.h config/m88k/xm-m88k.h config/mips/nm-irix3.h \
+       config/m88k/nm-delta88v4.h config/m88k/nm-m88k.h \
+       config/m88k/tm-delta88.h \
+       config/m88k/tm-delta88v4.h config/m88k/tm-m88k.h \
+       config/m88k/xm-delta88.h config/m88k/xm-delta88v4.h \
+       config/m88k/xm-dgux.h config/m88k/xm-m88k.h \
+       config/mips/nm-irix3.h \
        config/mips/nm-irix4.h config/mips/nm-mips.h config/mips/nm-riscos.h \
        config/mips/nm-news-mips.h config/mips/tm-bigmips.h \
-       config/mips/tm-irix3.h config/mips/tm-mips.h config/mips/xm-irix3.h \
+       config/mips/tm-irix3.h config/mips/tm-mips.h config/mips/tm-mipsm3.h \
+       config/mips/xm-irix3.h \
        config/mips/xm-irix4.h config/mips/xm-makeva.h config/mips/xm-mips.h \
+       config/mips/xm-mipsm3.h \
        config/mips/xm-riscos.h config/mips/xm-news-mips.h config/nm-sysv4.h \
        config/none/nm-none.h config/none/tm-none.h config/none/xm-none.h \
-       config/ns32k/nm-umax.h config/ns32k/tm-merlin.h \
-       config/ns32k/tm-umax.h \
-       config/ns32k/xm-merlin.h config/ns32k/xm-umax.h config/pa/nm-hppab.h \
+       config/ns32k/nm-umax.h \
+       config/ns32k/tm-ns32km3.h \
+       config/ns32k/tm-merlin.h config/ns32k/tm-umax.h \
+       config/ns32k/xm-ns32km3.h \
+       config/ns32k/xm-merlin.h config/ns32k/xm-umax.h \
+       config/pa/nm-hppab.h \
        config/pa/nm-hppah.h config/pa/tm-hppab.h config/pa/tm-hppah.h \
        config/pa/xm-hppab.h config/pa/xm-hppah.h config/pa/xm-pa.h \
        config/pyr/tm-pyr.h \
@@ -904,8 +953,9 @@ ALLCONFIG = config/a29k/a29k-kern.mt config/a29k/a29k-udi.mt \
        config/h8500/h8500hms.mt config/i386/go32.mh config/i386/i386aix.mh \
        config/i386/i386aix.mt config/i386/i386aout.mt config/i386/i386bsd.mh \
        config/i386/i386bsd.mt config/i386/i386lynx.mh \
-       config/i386/i386lynx.mt \
-       config/i386/i386mach.mh config/i386/i386nw.mt config/i386/i386sco.mh \
+       config/i386/i386lynx.mt config/i386/i386m3.mh config/i386/i386m3.mt \
+       config/i386/i386mach.mh config/i386/i386mk.mh config/i386/i386mk.mt \
+       config/i386/i386nw.mt config/i386/i386sco.mh \
        config/i386/i386sco4.mh \
        config/i386/i386sol2.mh config/i386/i386sol2.mt config/i386/i386v.mh \
        config/i386/i386v.mt config/i386/i386v32.mh config/i386/i386v4.mh \
@@ -928,14 +978,17 @@ ALLCONFIG = config/a29k/a29k-kern.mt config/a29k/a29k-udi.mt \
        config/m68k/sun2os3.mt config/m68k/sun2os4.mh config/m68k/sun2os4.mt \
        config/m68k/sun3os3.mh config/m68k/sun3os3.mt config/m68k/sun3os4.mh \
        config/m68k/sun3os4.mt config/m68k/vxworks68.mt config/m88k/delta88.mh \
-       config/m88k/delta88.mt config/m88k/m88k.mh config/m88k/m88k.mt \
+       config/m88k/delta88.mt config/m88k/delta88v4.mh \
+       config/m88k/delta88v4.mt config/m88k/m88k.mh config/m88k/m88k.mt \
        config/mips/bigmips.mt config/mips/decstation.mh \
        config/mips/decstation.mt config/mips/idt.mt config/mips/idtl.mt \
        config/mips/irix3.mh config/mips/irix3.mt config/mips/irix4.mh \
        config/mips/littlemips.mh config/mips/littlemips.mt \
+       config/mips/mipsm3.mh config/mips/mipsm3.mt \
        config/mips/news-mips.mh config/mips/riscos.mh \
        config/none/none.mh config/none/none.mt config/ns32k/merlin.mh \
-       config/ns32k/merlin.mt config/ns32k/umax.mh config/ns32k/umax.mt \
+       config/ns32k/merlin.mt config/ns32k/ns32km3.mh config/ns32k/ns32km3.mt \
+       config/ns32k/umax.mh config/ns32k/umax.mt \
        config/pa/hppabsd.mh config/pa/hppabsd.mt config/pa/hppahpux.mh \
        config/pa/hppahpux.mt config/pyr/pyramid.mh config/pyr/pyramid.mt \
        config/romp/rtbsd.mh config/rs6000/rs6000.mh config/rs6000/rs6000.mt \
@@ -947,10 +1000,10 @@ ALLCONFIG = config/a29k/a29k-kern.mt config/a29k/a29k-udi.mt \
        config/vax/vaxult2.mh config/z8k/z8ksim.mt
 
 
-udip2soc.o: 29k-share/udi/udip2soc.c $(udiheaders)
+udip2soc.o: $(srcdir)/29k-share/udi/udip2soc.c $(udiheaders)
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udip2soc.c
 
-udr.o: 29k-share/udi/udr.c $(udiheaders) 
+udr.o: $(srcdir)/29k-share/udi/udr.c $(udiheaders) 
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udr.c
 
 a29k-pinsn.o: a29k-pinsn.c $(bfd_h) $(dis-asm_h)
@@ -969,7 +1022,7 @@ blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \
        objfiles.h symfile.h target.h
 
 breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
-       $(inferior_h) language.h target.h
+       $(inferior_h) language.h target.h thread.h
 
 buildsym.o: buildsym.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
        objfiles.h symfile.h $(symtab_h)
@@ -988,17 +1041,17 @@ ch-lang.o: ch-lang.c ch-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
        language.h parser-defs.h $(symtab_h)
 
 ch-typeprint.o: ch-typeprint.c ch-lang.h $(defs_h) $(expression_h) \
-       $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \
-       $(value_h)
+       $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) \
+       target.h $(value_h) typeprint.h
 
 ch-valprint.o: ch-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
-       language.h $(symtab_h) valprint.h $(value_h)
+       language.h $(symtab_h) valprint.h $(value_h) c-lang.h
 
 coff-solib.o: coff-solib.c $(defs_h)
 
 coffread.o: coffread.c $(bfd_h) $(breakpoint_h) buildsym.h \
        complaints.h $(defs_h) $(expression_h) $(gdbtypes_h) objfiles.h \
-       symfile.h $(symtab_h)
+       symfile.h $(symtab_h) gdb-stabs.h stabsread.h
 
 command.o: command.c $(defs_h) $(expression_h) $(gdbcmd_h) \
        $(gdbtypes_h) $(symtab_h) $(value_h)
@@ -1018,12 +1071,12 @@ core-svr4.o: core-svr4.c $(command_h) $(defs_h) $(gdbcore_h) \
        $(inferior_h) target.h
 
 core.o: core.c $(dis-asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
-       $(inferior_h) target.h
+       $(inferior_h) target.h language.h
 
-coredep.o: coredep.c $(defs_h) $(gdbcore_h)
+coredep.o: coredep.c $(defs_h) $(gdbcore_h) $(value_h)
 
 corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
-       target.h
+       target.h thread.h
 
 cp-valprint.o: cp-valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
        $(gdbtypes_h) $(symtab_h) $(value_h)
@@ -1048,13 +1101,13 @@ dwarfread.o: dwarfread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
 elfread.o: elfread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
        gdb-stabs.h objfiles.h symfile.h $(symtab_h)
 
-environ.o: environ.c $(defs_h) environ.h
+environ.o: environ.c $(defs_h) environ.h $(gdbcore_h)
 
 eval.o: eval.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \
        $(gdbtypes_h) language.h $(symtab_h) target.h $(value_h)
 
 exec.o: exec.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
-       target.h
+       target.h language.h
 
 expprint.o: expprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
        language.h parser-defs.h $(symtab_h) $(value_h)
@@ -1062,7 +1115,7 @@ expprint.o: expprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
 findvar.o: findvar.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
 
 fork-child.o: fork-child.c $(wait_h) $(defs_h) $(gdbcore_h) \
-       $(inferior_h) target.h terminal.h
+       $(inferior_h) target.h terminal.h thread.h
 
 gdbtypes.o: gdbtypes.c $(bfd_h) complaints.h $(defs_h) $(expression_h) \
        $(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) target.h \
@@ -1109,18 +1162,18 @@ i960-tdep.o: i960-tdep.c $(ieee-float_h) $(defs_h) $(expression_h) \
        $(frame_h) $(gdbtypes_h) $(symtab_h) $(value_h)
 
 infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \
-       $(inferior_h) target.h
+       $(inferior_h) target.h language.h
 
 inflow.o: inflow.c $(bfd_h) $(command_h) $(defs_h) $(inferior_h) \
-       signals.h target.h terminal.h
+       signals.h target.h terminal.h thread.h
 
 infptrace.o: infptrace.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
 
 infrun.o: infrun.c $(wait_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
-       $(inferior_h) target.h
+       $(inferior_h) target.h thread.h
 
 inftarg.o: inftarg.c $(wait_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
-       target.h terminal.h
+       target.h terminal.h $(command_h)
 
 irix4-nat.o: irix4-nat.c $(defs_h) $(inferior_h)
 isi-xdep.o: isi-xdep.c
@@ -1150,7 +1203,9 @@ main.o: main.c $(bfd_h) $(getopt_h) $(readline_headers) call-cmds.h \
        $(remote_utils_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(READLINE_CFLAGS) $(srcdir)/main.c
 
-maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) 
+maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) language.h \
+       $(expression_h)
+
 mem-break.o: mem-break.c $(defs_h) 
 
 minsyms.o: minsyms.c $(bfd_h) $(defs_h) objfiles.h symfile.h \
@@ -1177,7 +1232,7 @@ nindy.o: nindy-share/nindy.c $(wait_h) nindy-share/block_io.h \
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/nindy.c
 
 nlmread.o: nlmread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
-       gdb-stabs.h objfiles.h symfile.h $(symtab_h)
+       gdb-stabs.h objfiles.h symfile.h $(symtab_h) stabsread.h
 
 ttyflush.o: nindy-share/ttyflush.c
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/ttyflush.c
@@ -1381,12 +1436,15 @@ z8k-tdep.o: z8k-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h) $(frame_h) \
        $(gdbcmd_h) $(gdbtypes_h) $(symtab_h)
 
 c-exp.tab.o: c-exp.tab.c c-lang.h $(defs_h) $(expression_h) \
-       $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h)
+       $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
+       $(bfd_h) objfiles.h symfile.h
 
 ch-exp.tab.o: ch-exp.tab.c ch-lang.h $(defs_h) $(expression_h) \
-       $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h)
+       $(gdbtypes_h) language.h parser-defs.h $(symtab_h) $(value_h) \
+       $(bfd_h) objfiles.h symfile.h
 
 m2-exp.tab.o: m2-exp.tab.c $(defs_h) $(expression_h) $(gdbtypes_h) \
-       language.h m2-lang.h parser-defs.h $(symtab_h) $(value_h)
+       language.h m2-lang.h parser-defs.h $(symtab_h) $(value_h) \
+       $(bfd_h) objfiles.h symfile.h
 
 ### end of the gdb Makefile.in.