lib_LTLIBRARIES = libarm.la libdir = $(pluginslibdir) libarm_la_SOURCES = \ cond.h \ context-int.h \ context.h context.c \ core.h core.c \ instruction-int.h \ instruction.h instruction.c \ link.h link.c \ processor-int.h \ processor.h processor.c \ register-int.h \ register.h register.c libarm_la_LIBADD = \ python/libarmpython.la \ v7/libarmv7.la libarm_la_LDFLAGS = \ -L$(top_srcdir)/src/.libs -lchrysacore \ -Wl,-rpath,$(abs_top_srcdir)/plugins/pychrysalide/.libs \ -L$(top_srcdir)/plugins/pychrysalide/.libs -l:pychrysalide.so devdir = $(includedir)/chrysalide-$(subdir) dev_HEADERS = $(libarm_la_SOURCES:%c=) AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) SUBDIRS = v7 python