summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/Makefile.am
blob: f9b35b6a2fa32a7db29571efbe4f8de6df0b113a (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
28
29

noinst_LTLIBRARIES = libarcharmv7.la

libarcharmv7_la_SOURCES =				\
	arm.h arm.c							\
	context.h context.c					\
	fetch.h fetch.c						\
	helpers.h helpers.c					\
	instruction.h instruction.c			\
	post.h post.c						\
	processor.h processor.c				\
	pseudo.h pseudo.c					\
	register.h register.c				\
	thumb_16.h thumb_16.c				\
	thumb_32.h thumb_32.c

libarcharmv7_la_LIBADD =				\
	opcodes/libarcharmv7opcodes.la		\
	operands/libarcharmv7operands.la

libarcharmv7_la_CFLAGS = $(AM_CFLAGS)


AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)


SUBDIRS = opdefs opcodes operands