2002-03-16 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
index 4e844b08dd48578bb238e210a29149e8a901f7ee..cee2814acaefe8996179692b413c04d851c59eca 100644 (file)
@@ -24,13 +24,14 @@ HFILES = \
        arm-opc.h \
        fr30-desc.h fr30-opc.h \
        h8500-opc.h \
+       ia64-asmtab.h \
+       ia64-opc.h \
        m32r-desc.h m32r-opc.h \
        mcore-opc.h \
        openrisc-desc.h openrisc-opc.h \
        sh-opc.h \
+       sh64-opc.h \
        sysdep.h \
-       ia64-asmtab.h \
-       ia64-opc.h \
        w65-opc.h \
        xstormy16-desc.h xstormy16-opc.h \
        z8k-opc.h
@@ -118,6 +119,8 @@ CFILES = \
        s390-opc.c \
        s390-dis.c \
        sh-dis.c \
+       sh64-dis.c \
+       sh64-opc.c \
        sparc-dis.c \
        sparc-opc.c \
        tic30-dis.c \
@@ -208,6 +211,8 @@ ALL_MACHINES = \
        s390-dis.lo \
        s390-opc.lo \
        sh-dis.lo \
+       sh64-dis.lo \
+       sh64-opc.lo \
        sparc-dis.lo \
        sparc-opc.lo \
        tic30-dis.lo \
@@ -266,6 +271,12 @@ po/POTFILES.in: @MAINT@ Makefile
 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
        $(SHELL) ./config.status --recheck
 
+# Install libopcodes include file.
+install-data-local: 
+       @$(NORMAL_INSTALL)
+       $(mkinstalldirs) $(DESTDIR)$(includedir)
+       $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(includedir)/dis-asm.h
+
 CLEANFILES = \
        stamp-m32r stamp-fr30 stamp-openrisc \
        stamp-xstormy16 \
@@ -593,6 +604,12 @@ s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
   $(INCDIR)/opcode/s390.h
 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
+sh64-opc.lo: sh64-opc.c sh64-opc.h
+sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
+  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
+  sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
+  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
+  $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h
 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
   $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
This page took 0.024872 seconds and 4 git commands to generate.