summaryrefslogtreecommitdiff
path: root/plugins/arm/python/v7/Makefile.am
blob: a350d9099efebce7f854743d803c476e608fd06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

noinst_LTLIBRARIES = libarmpythonv7.la

libarmpythonv7_la_SOURCES =					\
	instruction.h instruction.c				\
	module.h module.c						\
	processor.h processor.c

libarmpythonv7_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
	-I$(top_srcdir)/src -DNO_IMPORT_PYGOBJECT


devdir = $(includedir)/chrysalide/$(subdir)

dev_HEADERS = $(libarmpythonv7_la_SOURCES:%c=)