summaryrefslogtreecommitdiff
path: root/src/arch/Makefile.am
blob: 7f231de8a1d89c5c3e5b184cdf6d8c58a5a9c4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

lib_LIBRARIES = libarch.a

libarch_a_SOURCES =						\
	instruction-int.h					\
	instruction.h instruction.c			\
	operand-int.h						\
	operand.h operand.c					\
	processor-int.h						\
	processor.h processor.c

libarch_a_CFLAGS = $(AM_CFLAGS)


INCLUDES = 

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS)


SUBDIRS = x86