noinst_LTLIBRARIES = libarch.la libarch_la_SOURCES = \ archbase.h archbase.c \ context-int.h \ context.h context.c \ feeder-int.h \ feeder.h feeder.c \ immediate.h immediate.c \ instriter.h instriter.c \ instruction-int.h \ instruction.h instruction.c \ link.h link.c \ meta.h meta.c \ operand-int.h \ operand.h operand.c \ post.h post.c \ processor-int.h \ processor.h processor.c \ proxy.h proxy.c \ raw.h raw.c \ register-int.h \ register.h register.c \ storage.h storage.c \ target.h target.c \ targetableop-int.h \ targetableop.h targetableop.c \ undefined.h undefined.c \ vmpa.h vmpa.c # libarch_la_LIBADD = \ # arm/libarcharm.la \ # dalvik/libarchdalvik.la \ # jvm/libarchjvm.la \ # mips/libarchmips.la \ # x86/libarchx86.la libarch_la_LIBADD = \ operands/libarchoperands.la libarch_la_LDFLAGS = devdir = $(includedir)/chrysalide/$(subdir:src/%=%) dev_HEADERS = $(libarch_la_SOURCES:%c=) AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) #SUBDIRS = arm dalvik jvm mips x86 SUBDIRS = operands