summaryrefslogtreecommitdiff
path: root/plugins/arm/python/Makefile.am
blob: 931b2b932b186406f16b2737097b3c9c1a323238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

noinst_LTLIBRARIES = libarmpython.la

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

libarmpython_la_LIBADD =					\
	v7/libarmpythonv7.la

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


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

dev_HEADERS = $(libarmpython_la_SOURCES:%c=)


SUBDIRS = v7