2000-07-22 Jason Eckhardt <jle@cygnus.com>
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
index d189e6aab275e3f92e165953693aec55ef8f1c56..90cef01c385374425fa8fe6b4f2537ad2edb15b4 100644 (file)
@@ -149,6 +149,8 @@ CFILES = \
        cgen-asm.c \
        cgen-dis.c \
        cgen-opc.c \
+       cris-dis.c \
+       cris-opc.c \
        d10v-dis.c \
        d10v-opc.c \
        d30v-dis.c \
@@ -166,6 +168,7 @@ CFILES = \
        i370-dis.c \
        i370-opc.c \
        i386-dis.c \
+       i860-dis.c \
        i960-dis.c \
        ia64-dis.c \
        ia64-opc-a.c \
@@ -228,6 +231,8 @@ ALL_MACHINES = \
        cgen-asm.lo \
        cgen-dis.lo \
        cgen-opc.lo \
+       cris-dis.lo \
+       cris-opc.lo \
        d10v-dis.lo \
        d10v-opc.lo \
        d30v-dis.lo \
@@ -243,6 +248,7 @@ ALL_MACHINES = \
        i386-dis.lo \
        i370-dis.lo \
        i370-opc.lo \
+       i860-dis.lo \
        i960-dis.lo \
        ia64-dis.lo \
        ia64-opc.lo \
@@ -304,7 +310,7 @@ noinst_LIBRARIES = libopcodes.a
 POTFILES = $(HFILES) $(CFILES)
 
 CLEANFILES = \
-       libopcodes.a stamp-lib dep.sed DEP DEP1 DEP2
+       libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
 
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
@@ -748,11 +754,12 @@ ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.t
 DEP: dep.sed $(CFILES) $(HFILES) config.h
        rm -f DEP1
        $(MAKE) MKDEP="$(MKDEP)" DEP1
-       if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
+       sed -f dep.sed < DEP1 > DEPA
+       echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
+       if grep ' /' DEPA > /dev/null 2> /dev/null; then \
          echo 'make DEP failed!'; exit 1; \
        else \
-         sed -f dep.sed < DEP1 > $@; \
-         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> $@; \
+         mv -f DEPA $@; \
        fi
 
 DEP1: $(CFILES)
@@ -816,6 +823,10 @@ cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
+cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
+  $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/opcode/cris.h \
+  $(INCDIR)/libiberty.h
+cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H)
 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
@@ -857,6 +868,8 @@ i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/opcode/i370.h
 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
   $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
+i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
+  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i860.h
 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/dis-asm.h $(BFD_H)
 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
This page took 0.024367 seconds and 4 git commands to generate.