blob: 65efe42e4fd3cde6e8f70f2e97726075b80ecc93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
noinst_LTLIBRARIES = libpychrysaarchinstructions.la
libpychrysaarchinstructions_la_SOURCES = \
constants.h constants.c \
module.h module.c \
raw.h raw.c \
undefined.h undefined.c
libpychrysaarchinstructions_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_INTERPRETER_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
-I$(top_srcdir)/src -DNO_IMPORT_PYGOBJECT
devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libpychrysaarchinstructions_la_SOURCES:%c=)
|