summaryrefslogtreecommitdiff
path: root/src/arch/Makefile.am
blob: bffd15e2db6b45eb7ce0735318c6ac678fcb80f3 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43

noinst_LTLIBRARIES = libarch.la

libarch_la_SOURCES =					\
	archbase.h archbase.c				\
	context-int.h						\
	context.h context.c					\
	immediate.h immediate.c				\
	instriter.h instriter.c				\
	instruction-int.h					\
	instruction.h instruction.c			\
	link.h link.c						\
	operand-int.h						\
	operand.h operand.c					\
	post.h post.c						\
	processor-int.h						\
	processor.h processor.c				\
	raw.h raw.c							\
	register-int.h						\
	register.h register.c				\
	target.h target.c					\
	undefined.h undefined.c				\
	vmpa.h vmpa.c

# libarch_la_LIBADD =						\
# 	arm/libarcharm.la					\
# 	dalvik/libarchdalvik.la				\
# 	jvm/libarchjvm.la					\
# 	mips/libarchmips.la					\
# 	x86/libarchx86.la

libarch_la_LIBADD =	

libarch_la_LDFLAGS = 


AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

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


#SUBDIRS = arm dalvik jvm mips x86
SUBDIRS =