summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/Makefile.am
blob: d19db297f325ee4b46f08a8300f24dac455cab52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

noinst_LTLIBRARIES = libarmv7operands.la

libarmv7operands_la_SOURCES = 			\
	estate.h estate.c					\
	it.h it.c							\
	limitation.h limitation.c			\
	maccess.h maccess.c					\
	offset.h offset.c					\
	register.h register.c				\
	reglist.h reglist.c					\
	rotation.h rotation.c				\
	shift.h shift.c

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)