aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libopcodes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/libopcodes')
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile22
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.amd644
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.arm4
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.depend13
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.i3864
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.m68k6
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.mips4
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.powerpc4
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.sparc6
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.sparc644
-rw-r--r--gnu/usr.bin/binutils/libopcodes/config.h70
11 files changed, 0 insertions, 141 deletions
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile b/gnu/usr.bin/binutils/libopcodes/Makefile
deleted file mode 100644
index eb6f273bc80a..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc0"
-
-.PATH: ${SRCDIR}/opcodes
-
-LIB= opcodes
-SRCS+= dis-buf.c dis-init.c disassemble.c i386-opc.c
-CFLAGS+= -D_GNU_SOURCE
-CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
-INTERNALLIB=
-
-# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
-# binutils release. FreeBSD only distributes the bits that are required to
-# build native architectures. BINUTILSDISTDIR is needed to build cross tools.
-.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
-.PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
-CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd
-CFLAGS+= -I${BINUTILSDISTDIR}/include
-.endif
-
-.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.amd64 b/gnu/usr.bin/binutils/libopcodes/Makefile.amd64
deleted file mode 100644
index 5b1ce3a96896..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.amd64
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-SRCS+= i386-dis.c
-CFLAGS+= -DARCH_i386
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.arm b/gnu/usr.bin/binutils/libopcodes/Makefile.arm
deleted file mode 100644
index 67bb751db477..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.arm
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-SRCS+= arm-dis.c
-CFLAGS+= -DARCH_arm
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.depend b/gnu/usr.bin/binutils/libopcodes/Makefile.depend
deleted file mode 100644
index 18be76b0cb6f..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.depend
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.i386 b/gnu/usr.bin/binutils/libopcodes/Makefile.i386
deleted file mode 100644
index 5b1ce3a96896..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.i386
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-SRCS+= i386-dis.c
-CFLAGS+= -DARCH_i386
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.m68k b/gnu/usr.bin/binutils/libopcodes/Makefile.m68k
deleted file mode 100644
index 927e2a1ea5cb..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.m68k
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# $FreeBSD$
-#
-
-SRCS+= m68k-dis.c m68k-opc.c
-CFLAGS+= -DARCH_m68k
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.mips b/gnu/usr.bin/binutils/libopcodes/Makefile.mips
deleted file mode 100644
index 4265de008753..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.mips
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-SRCS+= mips-dis.c mips-opc.c mips16-opc.c
-CFLAGS+= -DARCH_mips
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.powerpc b/gnu/usr.bin/binutils/libopcodes/Makefile.powerpc
deleted file mode 100644
index cc010ec4a306..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.powerpc
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-SRCS+= ppc-dis.c ppc-opc.c
-CFLAGS+= -DARCH_powerpc -DARCH_rs6000
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.sparc b/gnu/usr.bin/binutils/libopcodes/Makefile.sparc
deleted file mode 100644
index 190b76621cc0..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.sparc
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# $FreeBSD$
-#
-
-SRCS+= sparc-dis.c sparc-opc.c
-CFLAGS+= -DARCH_sparc
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.sparc64 b/gnu/usr.bin/binutils/libopcodes/Makefile.sparc64
deleted file mode 100644
index e795ad494bba..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.sparc64
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-SRCS+= sparc-dis.c sparc-opc.c
-CFLAGS+= -DARCH_sparc
diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h
deleted file mode 100644
index f77d5e0a4256..000000000000
--- a/gnu/usr.bin/binutils/libopcodes/config.h
+++ /dev/null
@@ -1,70 +0,0 @@
-/* $FreeBSD$ */
-
-/* config.h. Generated by configure. */
-/* config.in. Generated from configure.in by autoheader. */
-
-/* Define to 1 if translation of program messages to the user's native
- language is requested. */
-/* #undef ENABLE_NLS */
-
-/* Define to 1 if you have the declaration of `basename', and to 0 if you
- don't. */
-#define HAVE_DECL_BASENAME 0
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#define LT_OBJDIR ".libs/"
-
-/* Name of package */
-#define PACKAGE "opcodes"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT ""
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME ""
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING ""
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME ""
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION ""
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Version number of package */
-/* #define VERSION "2.17.50" */