madlibdir = ${libdir}/mad moddir = ${madlibdir}/modules mod_LTLIBRARIES = SystemBackendPosix.la SystemBackendProc.la SystemBackendPosix_la_SOURCES = SystemBackendPosix.cpp SystemBackendPosix_la_LIBADD = $(sigc_LIBS) SystemBackendPosix_la_LDFLAGS = -module -avoid-version -export-dynamic -static -export-symbols-regex '^SystemBackendPosix_LTX_' SystemBackendProc_la_SOURCES = SystemBackendProc.cpp SystemBackendProc_la_LDFLAGS = -module -avoid-version -export-dynamic -static -export-symbols-regex '^SystemBackendProc_LTX_' noinst_HEADERS = SystemBackendPosix.h SystemBackendProc.h