* gen-engine.c (print_run_body): Avoid multi-line strings.
[deliverable/binutils-gdb.git] / sim / mips / Makefile.in
index 3e4bd5f08c4b745ee8fef71b27dcf31cb852e1c7..d95fbbc2b1c3d2e6c5daae6c752c2ff33590ac47 100644 (file)
@@ -41,7 +41,9 @@ SIM_OBJS = \
        $(SIM_@sim_gen@_OBJ) \
        $(SIM_NEW_COMMON_OBJS) \
        $(MIPS_EXTRA_OBJS) \
+       cp1.o \
        interp.o \
+       mdmx.o \
        sim-main.o \
        sim-hload.o \
        sim-engine.o \
@@ -68,7 +70,9 @@ SIM_RUN_OBJS = nrun.o
 ## COMMON_POST_CONFIG_FRAG
 
 interp.o: $(srcdir)/interp.c config.h sim-main.h itable.h
+cp1.o: $(srcdir)/cp1.c config.h sim-main.h
 
+mdmx.o: $(srcdir)/mdmx.c $(srcdir)/sim-main.h
 
 ../igen/igen:
        cd ../igen && $(MAKE)
@@ -289,5 +293,5 @@ clean-extra:
        rm -f $(BUILT_SRC_FROM_IGEN)
        rm -f $(BUILT_SRC_FROM_M16)
        rm -f tmp-*
-       rm -f m16* m32* itable*
+       rm -f m16*.o m32*.o itable*.o
 
This page took 0.025343 seconds and 4 git commands to generate.