aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-06-03 21:38:27 +0000
committerMichael Snyder <msnyder@vmware.com>2003-06-03 21:38:27 +0000
commitdc5c3759e035d47d00088e43ea5871ffe717eb02 (patch)
treee46e69e1dbcd4c027ec403bafee9b3e0aae66adf /sim/h8300/Makefile.in
parent20dc5b5ae3df799978612c86b73b347f56e7fe69 (diff)
downloadgdb-dc5c3759e035d47d00088e43ea5871ffe717eb02.zip
gdb-dc5c3759e035d47d00088e43ea5871ffe717eb02.tar.gz
gdb-dc5c3759e035d47d00088e43ea5871ffe717eb02.tar.bz2
2003-06-03 Michael Snyder <msnyder@redhat.com>
* h8300/compile.c: Add h8300sx insns and addressing modes. * h8300/sim-main.h: Replaces h8300/inst.h. * h8300/Makefile.in: Tweak to bring in some sim/common stuff.
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r--sim/h8300/Makefile.in18
1 files changed, 14 insertions, 4 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in
index 55dc3db..1d1f9d3 100644
--- a/sim/h8300/Makefile.in
+++ b/sim/h8300/Makefile.in
@@ -18,10 +18,20 @@
## COMMON_PRE_CONFIG_FRAG
-SIM_OBJS = compile.o sim-load.o
+# List of main object files for `run'.
+SIM_RUN_OBJS = nrun.o
+
+SIM_OBJS = compile.o \
+ $(SIM_NEW_COMMON_OBJS) \
+ sim-cpu.o \
+ sim-engine.o \
+ sim-load.o \
+ $(SIM_EXTRA_OBJS)
+
## COMMON_POST_CONFIG_FRAG
compile.o: compile.c inst.h config.h \
- $(srcdir)/../../include/gdb/sim-h8300.h \
- $(srcdir)/../../include/gdb/remote-sim.h \
- $(srcdir)/../../include/gdb/callback.h
+ $(srcdir)/../../include/gdb/sim-h8300.h \
+ $(srcdir)/../../include/opcode/h8300.h \
+ $(srcdir)/../../include/gdb/remote-sim.h \
+ $(srcdir)/../../include/gdb/callback.h