lib_LIBRARIES = libarchx86.a libarchx86_a_SOURCES = \ instruction.h \ op_dec.c \ op_hlt.c \ op_inc.c \ op_int.c \ op_nop.c \ op_mov.c \ op_pop.c \ op_push.c \ opcodes.h \ operand.h operand.c \ processor.h processor.c libarchx86_a_CFLAGS = $(AM_CFLAGS) INCLUDES = AM_CPPFLAGS = AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) SUBDIRS =