summaryrefslogtreecommitdiff
path: root/src/arch/instructions/Makefile.am
blob: 28cf90fe5f421ff30c511a5fb03f0f71d63a4380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

noinst_LTLIBRARIES = libarchinstructions.la

libarchinstructions_la_SOURCES =			\
	raw.h raw.c								\
	undefined-int.h							\
	undefined.h undefined.c

libarchinstructions_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)


devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)

dev_HEADERS = $(libarchinstructions_la_SOURCES:%c=)