noinst_LTLIBRARIES = libarch.la libarchui.la # libarch_la_SOURCES = \ # archbase.h archbase.c \ # context-int.h \ # context.h context.c \ # instriter.h instriter.c \ # link.h link.c \ # post.h post.c \ # storage.h storage.c # libarch_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) # libarch_la_LIBADD = \ # instructions/libarchinstructions.la \ # operands/libarchoperands.la # instruction-int.h \ # instruction.h instruction.c \ # # processor-int.h \ # processor.h processor.c \ # libarch_la_SOURCES = \ operand-int.h \ operand.h operand.c \ register-int.h \ register.h register.c \ vmpa.h vmpa.c libarch_la_CFLAGS = $(LIBGOBJ_CFLAGS) libarch_la_LIBADD = \ operands/libarchoperands.la libarchui_la_SOURCES = \ operand-ui-int.h \ operand-ui.h operand-ui.c libarchui_la_CFLAGS = $(LIBGTK_CFLAGS) libarchui_la_LIBADD = \ operands/libarchoperandsui.la devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) dev_HEADERS = $(libarch_la_SOURCES:%c=) $(libarchui_la_SOURCES:%c=) #SUBDIRS = instructions operands SUBDIRS = operands