summaryrefslogtreecommitdiff
path: root/src/arch/x86/operands/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-11-26 20:41:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-11-26 20:41:55 (GMT)
commit903006678160f620b947d5fbce2a8e257a357d77 (patch)
tree2ad234f63cbd7eb38aac0891571fefa9874a3d7f /src/arch/x86/operands/Makefile.am
parent1252efcd18a845a7c2641354838c26ece3d6d873 (diff)
Removed the broken support of the x86 architecture.
Diffstat (limited to 'src/arch/x86/operands/Makefile.am')
-rw-r--r--src/arch/x86/operands/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/arch/x86/operands/Makefile.am b/src/arch/x86/operands/Makefile.am
deleted file mode 100644
index e04270a..0000000
--- a/src/arch/x86/operands/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-
-noinst_LTLIBRARIES = libarchx86operands.la
-
-libarchx86operands_la_SOURCES = \
- data.h data.c \
- modrm.h modrm.c \
- moffs.h moffs.c \
- register.h register.c \
- relative.h relative.c
-
-libarchx86_la_CFLAGS = $(AM_CFLAGS)
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-
-
-SUBDIRS =