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