Add support for target specific command line switches to old-style simualtors.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 0aced49e51c001c6bc0d336512213e47eaa7a5b8..abe4d06a56c1092eed10221038c1bd693d37ad1f 100644 (file)
@@ -539,6 +539,7 @@ SFILES = ax-general.c ax-gdb.c bcache.c blockframe.c breakpoint.c \
        m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
        memattr.c mem-break.c minsyms.c mipsread.c nlmread.c objfiles.c \
        p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c \
+       macrotab.c macroexp.c macrocmd.c macroscope.c \
        printcmd.c remote.c remote-nrom.c scm-exp.c scm-lang.c \
        scm-valprint.c source.c stabsread.c stack.c symfile.c \
        symmisc.c symtab.c linespec.c target.c thread.c top.c tracepoint.c \
@@ -568,9 +569,11 @@ getopt_h = $(INCLUDE_DIR)/getopt.h
 floatformat_h =        $(INCLUDE_DIR)/floatformat.h
 bfd_h =                $(BFD_DIR)/bfd.h
 dis_asm_h =    $(INCLUDE_DIR)/dis-asm.h 
-remote-sim_h = $(INCLUDE_DIR)/remote-sim.h
+remote_sim_h = $(INCLUDE_DIR)/remote-sim.h
 demangle_h =    $(INCLUDE_DIR)/demangle.h
 obstack_h =     $(INCLUDE_DIR)/obstack.h
+sim_d10v_h =   $(INCLUDE_DIR)/sim-d10v.h
+splay_tree_h =  $(INCLUDE_DIR)/splay-tree.h
 
 readline_headers = \
        $(READLINE_SRC)/chardefs.h \
@@ -597,7 +600,7 @@ bcache_h =  bcache.h
 builtin_regs_h = builtin-regs.h
 breakpoint_h = breakpoint.h $(frame_h) $(value_h)
 buildsym_h =   buildsym.h
-c_lang_h =     c-lang.h $(value_h)
+c_lang_h =     c-lang.h $(value_h) $(macroexp_h)
 call_cmds_h =  call-cmds.h
 cli_cmds_h =   $(srcdir)/cli/cli-cmds.h
 cli_decode_h = $(srcdir)/cli/cli-decode.h $(command_h)
@@ -634,6 +637,9 @@ inf_loop_h =        inf-loop.h
 inferior_h =   inferior.h $(breakpoint_h)
 language_h =   language.h
 linespec_h =   linespec.h
+macroexp_h =   macroexp.h
+macrotab_h =    macrotab.h $(obstack_h) $(bcache_h)
+macroscope_h =  macroscope.h $(macrotab_h) $(symtab_h)
 memattr_h =     memattr.h
 monitor_h =    monitor.h
 objfiles_h =   objfiles.h
@@ -643,6 +649,7 @@ remote_h =  remote.h
 remote_utils_h =  remote-utils.h $(target_h)
 ser_unix_h =   ser-unix.h
 serial_h =     serial.h
+sh_tdep_h =    sh-tdep.h
 solist_h =     solist.h
 source_h =     source.h
 stabsread_h =  stabsread.h
@@ -672,6 +679,7 @@ HFILES_NO_SRCDIR = bcache.h buildsym.h call-cmds.h coff-solib.h defs.h \
        gdb-stabs.h $(inferior_h) language.h minimon.h monitor.h \
        objfiles.h parser-defs.h serial.h solib.h \
        symfile.h stabsread.h target.h terminal.h typeprint.h xcoffsolib.h \
+       macrotab.h macroexp.h macroscope.h \
        c-lang.h ch-lang.h f-lang.h \
        jv-lang.h \
        m2-lang.h  p-lang.h \
@@ -714,6 +722,7 @@ COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.o \
        source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o \
        symtab.o symfile.o symmisc.o linespec.o infcmd.o infrun.o \
        expprint.o environ.o stack.o thread.o \
+       macrotab.o macrocmd.o macroexp.o macroscope.o \
        event-loop.o event-top.o inf-loop.o completer.o \
        gdbarch.o arch-utils.o gdbtypes.o copying.o $(DEPFILES) \
        memattr.o mem-break.o target.o parse.o language.o $(YYOBJ) buildsym.o \
@@ -1300,13 +1309,17 @@ breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
        $(completer_h) $(gdb_h)
 
 buildsym.o: buildsym.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
-       $(objfiles_h) $(symfile_h) $(symtab_h) $(gdb_string_h)
+       $(objfiles_h) $(symfile_h) $(symtab_h) $(gdb_string_h) \
+       $(obstack_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
+       $(language_h) $(bcache_h) $(filenames_h) $(stabsread_h) \
+       $(macrotab_h)
 
 builtin-regs.o: builtin-regs.c $(defs.h) $(builtin_regs_h) $(gdbtypes_h) \
        $(gdb_string_h) $(value_h) $(frame_h)
 
 c-lang.o: c-lang.c $(c_lang_h) $(defs_h) $(expression_h) $(gdbtypes_h) \
-       $(language_h) $(parser_defs_h) $(symtab_h)
+       $(language_h) $(parser_defs_h) $(symtab_h) $(macroscope_h) \
+       gdb_assert.h
 
 c-typeprint.o: c-typeprint.c $(c_lang_h) $(defs_h) $(expression_h) \
        $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) $(language_h) $(symtab_h) \
@@ -1384,6 +1397,11 @@ cp-valprint.o: cp-valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
 dcache.o: dcache.c $(dcache_h) $(defs_h) $(gdbcmd_h) $(gdb_string_h) \
        $(gdbcore_h) $(target_h)
 
+d10v-tdep.o: d10v-tdep.c $(defs_h) $(frame_h) $(obstack_h) $(symtab_h) \
+       $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \
+       $(inferior_h) $(dis-asm_h) $(symfile_h) $(objfiles_h) $(language_h) \
+       $(arch_utils_h) $(regcache_h) $(floatformat_h) $(sim_d10v_h)
+
 dbxread.o: dbxread.c $(breakpoint_h) $(buildsym_h) $(command_h) \
        $(complaints_h) $(defs_h) $(expression_h) $(gdb_stabs_h) $(gdbcore_h) \
        $(gdbtypes_h) $(language_h) $(objfiles_h) \
@@ -1411,7 +1429,7 @@ dwarfread.o: dwarfread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
 
 dwarf2read.o: dwarf2read.c $(bfd_h) $(buildsym_h) $(defs_h) \
        $(expression_h) $(gdbtypes_h) $(language_h) $(objfiles_h) \
-       $(symfile_h) $(symtab_h) $(gdb_string_h)
+       $(symfile_h) $(symtab_h) $(gdb_string_h) $(macrotab_h)
 
 elfread.o: elfread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
        $(gdb_stabs_h) $(objfiles_h) $(symfile_h) $(symtab_h) $(gdb_string_h) \
@@ -1551,10 +1569,17 @@ tracepoint.o: tracepoint.c $(defs_h) $(symtab_h) $(frame_h) $(tracepoint_h) \
        $(language_h) $(gdb_string_h) $(readline_headers) $(remote_h) \
        $(linespec_h) $(regcache_h) $(completer_h)
 
-gdbarch.o: gdbarch.c $(defs_h) $(bfd_h) $(gdbcmd_h)
+gdbarch.o: gdbarch.c $(defs_h) $(bfd_h) $(gdbcmd_h) $(gdb_string_h) \
+       $(symtab_h) $(frame_h) $(inferior_h) $(breakpoint_h) $(gdb_wait_h) \
+       $(gdbcore_h) $(target_h) $(gdbthread_h) $(annotate_h) $(symfile_h) \
+       $(value_h) $(symcat_h) $(floatformat_h) $(gdb_assert_h) \
+       $(gdb_events_h)
 
 arch-utils.o: arch-utils.c $(defs_h) $(bfd_h) $(gdbcmd_h) \
-       $(arch_utils_h) $(gdb_assert_h)
+       $(arch_utils_h) $(gdb_assert_h) $(inferior_h) \
+       $(gdb_string_h) $(symtab.h) $(frame_h) $(breakpoint_h) $(gdb_wait_h) \
+       $(gdbcore_h) $(target_h) $(annotate_h) $(regcache_h) $(gdb_assert_h) \
+       $(version_h) $(floatformat_h)
 
 gdbtypes.o: gdbtypes.c $(bfd_h) $(complaints_h) $(defs_h) $(expression_h) \
        $(gdbtypes_h) $(language_h) $(objfiles_h) $(symfile_h) $(symtab_h) \
@@ -1740,7 +1765,7 @@ m88k-tdep.o: m88k-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
 mac-nat.o: mac-nat.c $(defs_h) $(gdb_string_h) $(regcache_h)
 
 main.o: main.c $(top_h) $(defs_h) $(gdb_string_h) $(event_loop_h) \
-       $(symfile_h)  $(gdbcore_h) $(ui_out_h)
+       $(symfile_h)  $(gdbcore_h) $(ui_out_h) $(inferior_h)
 
 maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) \
        $(language_h) $(expression_h) $(objfiles_h) $(symfile_h) \
@@ -1768,7 +1793,8 @@ os9kread.o: os9kread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
        $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
                $(srcdir)/os9kread.c
 
-mem-break.o: mem-break.c $(defs_h) 
+mem-break.o: mem-break.c $(defs_h) $(symtab_h) $(breakpoint_h) $(inferior_h) \
+       $(target_h)
 
 memattr.o: memattr.c $(defs_h) $(command_h) $(gdbcmd_h) $(memattr_h) \
        $(target_h) $(value_h) $(language_h) $(gdb_string_h)
@@ -1956,9 +1982,9 @@ remote-sds.o: remote-sds.c $(bfd_h) $(defs_h) $(gdbcmd_h) \
        $(inferior_h) $(remote_utils_h) $(symfile_h) $(terminal_h) \
        $(gdb_string_h) $(regcache_h)
 
-remote-sim.o: remote-sim.c $(defs_h) $(gdbcore_h) \
-       $(inferior_h) $(target_h) $(terminal_h) $(gdb_string_h) \
-       $(INCLUDE_DIR)/callback.h $(regcache_h)
+remote-sim.o: remote-sim.c $(defs_h) $(inferior_h) $(value_h) $(gdb_string_h) \
+       $(terminal_h) $(target_h) $(gdbcore_h) $(INCLUDE_DIR)/callback.h \
+       $(remote_sim_h) $(remote_utils_h) $(command_h) $(regcache_h) 
 
 remote-st.o: remote-st.c $(defs_h) $(gdbcore_h) $(serial_h) \
        $(target_h) $(gdb_string_h) $(regcache_h)
@@ -2028,11 +2054,11 @@ serial.o: serial.c $(defs_h) $(serial_h) $(gdb_string_h)
 sh-tdep.o: sh-tdep.c $(bfd_h) $(dis_asm_h) \
        $(srcdir)/../opcodes/sh-opc.h $(defs_h) $(expression_h) $(frame_h) \
        $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(arch_utils_h) \
-       $(regcache_h) $(doublest_h)
+       $(regcache_h) $(doublest_h) $(sh_tdep_h)
 
 sh3-rom.o: sh3-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) $(gdbcmd_h) \
        $(inferior_h) $(target_h) $(serial_h) $(terminal_h) $(arch_utils_h) \
-       $(regcache_h)
+       $(regcache_h) $(sh_tdep_h)
 
 signals.o: signals/signals.c $(defs_h) $(target_h)
        $(CC) -c $(INTERNAL_CFLAGS) $<
@@ -2055,7 +2081,7 @@ solib-legacy.o: solib-legacy.c $(defs_h) $(gdbcore_h) solib-svr4.h
 source.o: source.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
        $(gdbcore_h) $(language_h) $(objfiles_h) $(gdb_regex_h) $(symfile_h) \
        $(symtab_h) $(gdb_string_h) $(source_h) $(completer_h) $(linespec_h) \
-       $(ui_out_h)
+       $(ui_out_h) $(value_h)
 
 sparc-linux-nat.o: sparc-linux-nat.c $(defs_h) $(regcache_h)
 
@@ -2114,6 +2140,16 @@ linespec.o: linespec.c $(linespec_h) $(defs_h) $(frame_h) $(value_h) \
        $(objfiles_h) $(symfile_h) $(completer_h) $(symtab_h) \
        $(demangle_h) $(command_h) $(cp_abi_h)
 
+macroexp.o: macroexp.c $(defs_h) $(macrotab_h)
+
+macrotab.o: macrotab.c $(defs_h) $(obstack_h) $(objfiles_h) $(symtab_h) \
+       $(macrotab_h) $(splay_tree_h) gdb_assert.h $(bcache_h)
+
+macroscope.o: macroscope.c $(defs_h) $(macroscope_h)
+
+macrocmd.o: macrocmd.c $(defs_h) $(macrotab_h) $(macroexp_h) \
+       $(macroscope_h) $(command_h) $(gdbcmd_h)
+
 target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
        $(objfiles_h) $(symfile_h) $(target_h) $(gdb_string_h) $(regcache_h)
 
@@ -2137,14 +2173,14 @@ typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
 
 utils.o: utils.c $(bfd_h) $(defs_h) $(expression_h) $(gdbcmd_h) \
        $(language_h) $(target_h) $(terminal_h) $(readline_headers) \
-       $(gdb_string_h) $(event_loop_h) $(event_top_h)
+       $(gdb_string_h) $(event_loop_h) $(event_top_h) $(inferior_h)
 
 valarith.o: valarith.c $(bfd_h) $(defs_h) $(expression_h) \
        $(gdbtypes_h) $(language_h) $(symtab_h) $(target_h) $(value_h) \
        $(gdb_string_h) $(doublest_h)
 
 valops.o: valops.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
-       $(gdb_string_h) $(regcache_h) $(cp_abi_h)
+       $(gdb_string_h) $(regcache_h) $(cp_abi_h) $(gdb_assert_h)
 
 valprint.o: valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
        $(gdbcore_h) $(gdbtypes_h) $(language_h) $(symtab_h) $(target_h) \
@@ -2285,14 +2321,17 @@ mi-cmd-stack.o: $(srcdir)/mi/mi-cmd-stack.c $(defs_h) $(top_h) $(mi_cmds_h) \
                $(ui_out_h) $(frame_h) $(value_h) $(target_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-stack.c
 mi-cmd-break.o: $(srcdir)/mi/mi-cmd-break.c $(defs_h) $(mi_cmds_h) \
-               $(ui_out_h) $(mi_getopt_h) $(gdb_h)
+               $(ui_out_h) $(mi_out_h) $(breakpoint_h) $(gdb_string_h) \
+               $(gdb_events_h) $(mi_getopt_h) $(gdb_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-break.c
 mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disas.c $(defs_h) $(mi_cmds_h) \
                $(ui_out_h) $(value_h) $(target_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-disas.c
 mi-main.o: $(srcdir)/mi/mi-main.c $(defs_h) $(top_h) $(mi_cmds_h) $(ui_out_h) \
                $(mi_console_h) $(mi_getopt_h) $(event_loop_h) $(event_top_h) \
-               $(mi_getopt_h) $(regcache_h) $(gdb_h)
+               $(mi_getopt_h) $(regcache_h) $(gdb_h) $(target_h) \
+               $(inferior_h) $(gdb_string_h) $(gdbthread_h) $(mi_out_h) \
+               $(gdbcore_h) $(value_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-main.c
 mi-out.o: $(srcdir)/mi/mi-out.c $(defs_h) $(mi_out_h) $(ui_out_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-out.c
This page took 0.046429 seconds and 4 git commands to generate.