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

lib_LIBRARIES = libarchx86.a

libarchx86_a_SOURCES =					\
	instruction.h						\
	op_int.c							\
	opcodes.h							\
	processor.h processor.c

libarchx86_a_CFLAGS = $(AM_CFLAGS)


INCLUDES = 

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS)


SUBDIRS =