]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/cris/Makefile.in
Remove and modernize dependencies in sim
[thirdparty/binutils-gdb.git] / sim / cris / Makefile.in
index f932db28a79f35e079ac3e1f13df784389dac213..87c1efe46821a3a349942c442ae40684bb9531fb 100644 (file)
@@ -36,7 +36,7 @@ SIM_OBJS = \
 # FIXME: $(srccom)/cgen-ops.h should be in CGEN_INCLUDE_DEPS.
 SIM_EXTRA_DEPS = \
        $(CGEN_INCLUDE_DEPS) $(srccom)/cgen-ops.h \
-       arch.h cpuall.h cris-sim.h cris-desc.h
+       arch.h cpuall.h cris-sim.h cris-desc.h engv10.h
 
 SIM_EXTRA_CLEAN = cris-clean
 
@@ -47,19 +47,6 @@ NL_TARGET = -DNL_TARGET_cris
 
 arch = cris
 
-sim-if.o: sim-if.c $(SIM_MAIN_DEPS) $(sim-core_h) $(sim-options_h)
-
-# Needs CPU-specific knowledge.
-dv-cris.o: dv-cris.c $(SIM_MAIN_DEPS) $(sim-core_h)
-
-# This is the same rule as dv-core.o etc.
-dv-rv.o: dv-rv.c $(hw_main_headers) $(sim_main_headers)
-
-arch.o: arch.c $(SIM_MAIN_DEPS)
-
-traps.o: traps.c targ-vals.h $(SIM_MAIN_DEPS) $(sim-options_h)
-devices.o: devices.c $(SIM_MAIN_DEPS)
-
 # rvdummy is just used for testing.  It does nothing if
 # --enable-sim-hardware isn't active.
 
@@ -78,8 +65,6 @@ CRISV10F_INCLUDE_DEPS = \
        $(CGEN_MAIN_CPU_DEPS) \
        cpuv10.h decodev10.h engv10.h
 
-crisv10f.o: crisv10f.c cris-tmpl.c $(CRISV10F_INCLUDE_DEPS)
-
 # FIXME: What is mono and what does "Use of `mono' is wip" mean (other
 # than the apparent; some "mono" feature is work in progress)?
 mloopv10f.c engv10.h: stamp-v10fmloop
@@ -90,11 +75,6 @@ stamp-v10fmloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
        $(SHELL) $(srcroot)/move-if-change eng.hin engv10.h
        $(SHELL) $(srcroot)/move-if-change mloop.cin mloopv10f.c
        touch stamp-v10fmloop
-mloopv10f.o: mloopv10f.c semcrisv10f-switch.c $(CRISV10F_INCLUDE_DEPS)
-
-cpuv10.o: cpuv10.c $(CRISV10F_INCLUDE_DEPS)
-decodev10.o: decodev10.c $(CRISV10F_INCLUDE_DEPS)
-modelv10.o: modelv10.c $(CRISV10F_INCLUDE_DEPS)
 
 # CRISV32 objs
 
@@ -102,8 +82,6 @@ CRISV32F_INCLUDE_DEPS = \
        $(CGEN_MAIN_CPU_DEPS) \
        cpuv32.h decodev32.h engv32.h
 
-crisv32f.o: crisv32f.c cris-tmpl.c $(CRISV32F_INCLUDE_DEPS)
-
 # FIXME: What is mono and what does "Use of `mono' is wip" mean (other
 # than the apparent; some "mono" feature is work in progress)?
 mloopv32f.c engv32.h: stamp-v32fmloop
@@ -116,11 +94,6 @@ stamp-v32fmloop: stamp-v10fmloop $(srcdir)/../common/genmloop.sh mloop.in Makefi
        $(SHELL) $(srcroot)/move-if-change eng.hin engv32.h
        $(SHELL) $(srcroot)/move-if-change mloop.cin mloopv32f.c
        touch stamp-v32fmloop
-mloopv32f.o: mloopv32f.c semcrisv32f-switch.c $(CRISV32F_INCLUDE_DEPS)
-
-cpuv32.o: cpuv32.c $(CRISV32F_INCLUDE_DEPS)
-decodev32.o: decodev32.c $(CRISV32F_INCLUDE_DEPS)
-modelv32.o: modelv32.c $(CRISV32F_INCLUDE_DEPS)
 
 cris-clean:
        for v in 10 32; do \