]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/v850/Makefile.in
Remove and modernize dependencies in sim
[thirdparty/binutils-gdb.git] / sim / v850 / Makefile.in
index 9f53fcd1dea1cefe736e9cbc626f33be292e15ce..1f9d8c55c37d70f88a795d184643eef92e6ad154 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the V850 sim library.
-#    Copyright (C) 1996-2015 Free Software Foundation, Inc.
+#    Copyright (C) 1996-2021 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
 # This program is free software; you can redistribute it and/or modify
@@ -23,7 +23,6 @@ SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
        simops.o interp.o \
        itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
-       sim-hload.o \
        sim-resume.o
 
 # List of extra dependencies.
@@ -66,15 +65,11 @@ clean-igen:
        rm -f $(BUILT_SRC_FROM_IGEN)
        rm -f tmp-igen tmp-insns
 
-../igen/igen:
-       cd ../igen && $(MAKE)
-
 IGEN_TRACE= # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries
 IGEN_INSN=$(srcdir)/v850.igen
 IGEN_DC=$(srcdir)/v850-dc
 tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
-       cd ../igen && $(MAKE)
-       ../igen/igen \
+       $(IGEN) \
                $(IGEN_TRACE) \
                -G gen-direct-access \
                -G gen-zero-r0 \
@@ -115,7 +110,3 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
 
 clean-extra: clean-igen
        rm -f table.c simops.h gencode
-
-interp.o: interp.c $(INCLUDE)
-simops.o: simops.c simops.h $(INCLUDE) targ-vals.h
-semantics.o: $(INCLUDE)