This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 180db6386cfea42d5c6eb8d6d1288bd254aa6ca8..6831a6e6a4d2e90a09c9f9eb82d0187b01416be0 100644 (file)
@@ -54,7 +54,6 @@ INSTALL_DATA = @INSTALL_DATA@
 AR = @AR@
 AR_FLAGS = qv
 RANLIB = @RANLIB@
-AWK = @AWK@
 DLLTOOL = @DLLTOOL@
 WINDRES = @WINDRES@
 
@@ -278,6 +277,11 @@ SIM_OBS =
 
 ANNOTATE_OBS = annotate.o
 
+# start-sanitize-carp
+# Multi-arch enabled gdb targets
+MACHINE_OBS = @MACHINE_OBS@
+
+# end-sanitize-carp
 # Host and target-dependent makefile fragments come in here.
 @host_makefile_frag@
 @target_makefile_frag@
@@ -394,7 +398,7 @@ SFILES = ax-general.c ax-gdb.c bcache.c blockframe.c breakpoint.c \
        command.c complaints.c corefile.c cp-valprint.c dbxread.c \
        demangle.c dwarfread.c dwarf2read.c elfread.c environ.c eval.c \
        expprint.c f-exp.y f-lang.c f-typeprint.c f-valprint.c \
-       findvar.c gdbtypes.c infcmd.c inflow.c infrun.c language.c \
+       findvar.c gdbarch.c gdbtypes.c infcmd.c inflow.c infrun.c language.c \
        $(start-sanitize-java) \
        jv-exp.y jv-lang.c jv-valprint.c jv-typeprint.c \
        $(end-sanitize-java) \
@@ -451,7 +455,7 @@ breakpoint_h =      breakpoint.h $(frame_h) $(value_h)
 command_h =    command.h
 gdbcmd_h =     gdbcmd.h $(command_h)
 
-defs_h =       defs.h xm.h tm.h nm.h config.status config.h
+defs_h =       defs.h xm.h tm.h nm.h config.status config.h gdbarch.h
 
 inferior_h =   inferior.h $(breakpoint_h)
 tracepoint_h = tracepoint.h
@@ -501,6 +505,9 @@ POSSLIBS = gnu-regex.c gnu-regex.h
 # Makefile.in
 
 DEPFILES = $(TDEPFILES) $(XDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \
+           $(start-sanitize-carp) \
+          $(MACHINE_OBS) \
+           $(end-sanitize-carp) \
           $(REMOTE_OBS) $(SIM_OBS) @CONFIG_OBS@
 
 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) @CONFIG_SRCS@
@@ -513,7 +520,7 @@ TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
 COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o stack.o thread.o \
        source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o \
        symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o \
-       expprint.o environ.o gdbtypes.o copying.o $(DEPFILES) \
+       expprint.o environ.o gdbarch.o gdbtypes.o copying.o $(DEPFILES) \
        mem-break.o target.o parse.o language.o $(YYOBJ) buildsym.o \
        exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o \
        dbxread.o coffread.o elfread.o \
@@ -1195,6 +1202,8 @@ v850ice.o: v850ice.c $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
        $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
                $(srcdir)/v850ice.c
 
+gdbarch.o: gdbarch.c $(defs_h) $(bfd_h) $(gdbcmd_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 \
        $(value_h) gdb_string.h
@@ -1313,6 +1322,9 @@ m68k-tdep.o: m68k-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(value_h) \
 
 m68kly-nat.o: m68kly-nat.c $(defs_h) $(frame_h) $(inferior_h) target.h
 
+m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
+       $(language_h) $(gdbcore_h) $(floatformat_h) target.h
+
 m88k-nat.o: m88k-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
 
 m88k-tdep.o: m88k-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
@@ -1610,8 +1622,8 @@ tahoe-tdep.o: tahoe-tdep.c $(OP_INCLUDE)/tahoe.h $(defs_h) \
 
 #start-sanitize-tic80
 tic80-tdep.o: tic80-tdep.c $(defs_h)
-#end-sanitize-tic80
 
+#end-sanitize-tic80
 target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
        objfiles.h symfile.h target.h gdb_string.h
 
This page took 0.023868 seconds and 4 git commands to generate.