Add OpenBSD/m88k support.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index ec4165482c991c418566fd4f7620d1ca801a4f16..46a5aeafa11a69c2f2f141af74b15697fec68064 100644 (file)
@@ -707,6 +707,7 @@ linespec_h = linespec.h
 linux_nat_h = linux-nat.h $(target_h)
 m2_lang_h = m2-lang.h
 m68k_tdep_h = m68k-tdep.h
+m88k_tdep_h = m88k-tdep.h
 macroexp_h = macroexp.h
 macroscope_h = macroscope.h $(macrotab_h) $(symtab_h)
 macrotab_h = macrotab.h
@@ -1345,6 +1346,7 @@ ALLDEPFILES = \
        m68hc11-tdep.c \
        m68k-tdep.c \
        m68kbsd-nat.c m68kbsd-tdep.c \
+       m88k-tdep.c m88kbsd-nat.c \
        mcore-tdep.c \
        mips-linux-nat.c mips-linux-tdep.c \
        mips-nat.c \
@@ -2032,6 +2034,12 @@ m68k-tdep.o: m68k-tdep.c $(defs_h) $(dwarf2_frame_h) $(frame_h) \
        $(gdbcore_h) $(value_h) $(gdb_string_h) $(gdb_assert_h) \
        $(inferior_h) $(regcache_h) $(arch_utils_h) $(osabi_h) $(dis_asm_h) \
        $(m68k_tdep_h) $(gregset_h)
+m88kbsd-nat.o: m88kbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
+       $(gdb_assert_h) $(m88k_tdep_h)
+m88k-tdep.o: m88k-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) $(frame_h) \
+       $(frame_base_h) $(frame_unwind_h) $(gdbcore_h) $(gdbtypes_h) \
+       $(regcache_h) $(regset_h) $(symtab_h) $(trad_frame_h) $(value_h) \
+       $(gdb_string_h) $(gdb_string_h) $(m88k_tdep_h)
 macrocmd.o: macrocmd.c $(defs_h) $(macrotab_h) $(macroexp_h) $(macroscope_h) \
        $(command_h) $(gdbcmd_h)
 macroexp.o: macroexp.c $(defs_h) $(gdb_obstack_h) $(bcache_h) $(macrotab_h) \
This page took 0.047308 seconds and 4 git commands to generate.