summaryrefslogtreecommitdiff
path: root/src/arch/x86/Makefile.am
blob: b7b72d65592a62f01e90946549d48d55f25867d9 (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

noinst_LTLIBRARIES = libarchx86.la

libarchx86_la_SOURCES =					\
	instruction.h instruction.c			\
	operand.h operand.c					\
	processor.h processor.c				\
	registers.h registers.c

libarchx86_la_LIBADD =					\
	opcodes/libarchx86opcodes.la		\
	operands/libarchx86operands.la

libarchx86_la_CFLAGS = $(AM_CFLAGS)


INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

AM_CPPFLAGS = 

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


SUBDIRS = opcodes operands