summaryrefslogtreecommitdiff
path: root/plugins/arm
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-22 09:50:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-22 09:50:50 (GMT)
commit5194dad10519504c6c7416d85c9191a0075f9af1 (patch)
tree0705b405ea0fc5a055c5192a2281e490eca6827d /plugins/arm
parentb127b9d7c8cb99ac14578f6ccd486c1238192e89 (diff)
Included all plugins headers in the installation process.
Diffstat (limited to 'plugins/arm')
-rw-r--r--plugins/arm/Makefile.am8
-rw-r--r--plugins/arm/python/Makefile.am5
-rw-r--r--plugins/arm/python/v7/Makefile.am6
-rw-r--r--plugins/arm/v7/Makefile.am5
-rw-r--r--plugins/arm/v7/opcodes/Makefile.am5
-rw-r--r--plugins/arm/v7/operands/Makefile.am5
6 files changed, 33 insertions, 1 deletions
diff --git a/plugins/arm/Makefile.am b/plugins/arm/Makefile.am
index 597249f..22ba102 100644
--- a/plugins/arm/Makefile.am
+++ b/plugins/arm/Makefile.am
@@ -1,6 +1,9 @@
lib_LTLIBRARIES = libarm.la
+libdir = $(pluginsdir)
+
+
libarm_la_SOURCES = \
cond.h \
context-int.h \
@@ -24,6 +27,11 @@ libarm_la_LDFLAGS = $(LIBPYTHON_LIBS) $(LIBPYGOBJECT_LIBS) \
-L$(top_srcdir)/src/.libs -lchrysacore
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libarm_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
diff --git a/plugins/arm/python/Makefile.am b/plugins/arm/python/Makefile.am
index 63bc7be..0ad7f10 100644
--- a/plugins/arm/python/Makefile.am
+++ b/plugins/arm/python/Makefile.am
@@ -12,6 +12,11 @@ libarmpython_la_LIBADD = \
libarmpython_la_LDFLAGS =
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libarmpython_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
-I$(top_srcdir)/src
diff --git a/plugins/arm/python/v7/Makefile.am b/plugins/arm/python/v7/Makefile.am
index f4f6df4..6970b63 100644
--- a/plugins/arm/python/v7/Makefile.am
+++ b/plugins/arm/python/v7/Makefile.am
@@ -6,10 +6,14 @@ libarmpythonv7_la_SOURCES = \
module.h module.c \
processor.h processor.c
-
libarmpythonv7_la_LDFLAGS =
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libarmpythonv7_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
-I$(top_srcdir)/src
diff --git a/plugins/arm/v7/Makefile.am b/plugins/arm/v7/Makefile.am
index bac6841..1ce4b01 100644
--- a/plugins/arm/v7/Makefile.am
+++ b/plugins/arm/v7/Makefile.am
@@ -25,6 +25,11 @@ libarmv7_la_LIBADD = \
libarmv7_la_CFLAGS = $(AM_CFLAGS)
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libarmv7_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
diff --git a/plugins/arm/v7/opcodes/Makefile.am b/plugins/arm/v7/opcodes/Makefile.am
index ddaabb7..3f5b000 100644
--- a/plugins/arm/v7/opcodes/Makefile.am
+++ b/plugins/arm/v7/opcodes/Makefile.am
@@ -18,6 +18,11 @@ libarmv7opcodes_la_LIBADD =
libarmv7opcodes_la_CFLAGS = $(AM_CFLAGS)
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libarmv7opcodes_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) -I$(top_srcdir)/src
diff --git a/plugins/arm/v7/operands/Makefile.am b/plugins/arm/v7/operands/Makefile.am
index 5b2d245..eca891c 100644
--- a/plugins/arm/v7/operands/Makefile.am
+++ b/plugins/arm/v7/operands/Makefile.am
@@ -16,6 +16,11 @@ libarmv7operands_la_LIBADD =
libarmv7operands_la_CFLAGS = $(AM_CFLAGS)
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libarmv7operands_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)