summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/operands/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-02 11:04:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-02 11:04:35 (GMT)
commit2c988d3ec52cc4c949a35aca7ef335dac773df92 (patch)
treefe650d2fc8ddceb606abdf0d2e14e5ef6596be82 /src/arch/arm/v7/operands/Makefile.am
parent23abef53590bf3dd6f88ff4dbe81e306abfa4386 (diff)
Created a plugin for the ARM support.
Diffstat (limited to 'src/arch/arm/v7/operands/Makefile.am')
-rw-r--r--src/arch/arm/v7/operands/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/arch/arm/v7/operands/Makefile.am b/src/arch/arm/v7/operands/Makefile.am
deleted file mode 100644
index 8cf73b8..0000000
--- a/src/arch/arm/v7/operands/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-noinst_LTLIBRARIES = libarcharmv7operands.la
-
-libarcharmv7operands_la_SOURCES = \
- coproc.h coproc.c \
- estate.h estate.c \
- limitation.h limitation.c \
- maccess.h maccess.c \
- offset.h offset.c \
- reglist.h reglist.c \
- rotation.h rotation.c \
- shift.h shift.c
-
-libarcharmv7operands_la_LIBADD =
-
-libarcharmv7operands_la_CFLAGS = $(AM_CFLAGS)
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)