From 8a2c2824a59d7644e13bc52c9a0ecbd641f21f95 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Wed, 13 Oct 2010 19:34:22 +0000 Subject: new branch muse2, first checkin --- muse2/synti/organ/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 muse2/synti/organ/Makefile.am (limited to 'muse2/synti/organ/Makefile.am') diff --git a/muse2/synti/organ/Makefile.am b/muse2/synti/organ/Makefile.am new file mode 100644 index 00000000..83f5800e --- /dev/null +++ b/muse2/synti/organ/Makefile.am @@ -0,0 +1,15 @@ +include $(top_srcdir)/common.am +include $(top_srcdir)/synti/synti-install.am + +AM_CXXFLAGS += -O3 -ffast-math -fno-exceptions + +synthi_LTLIBRARIES = organ.la + +organ_la_SOURCES = organ.cpp organ.h organgui.cpp organgui.h \ + organguibase.ui \ + $(top_srcdir)/muse/xml.cpp + +nodist_organ_la_SOURCES = moc_organgui.cpp + +organ_la_LIBADD = ../libsynti/libsynti.la +organ_la_LDFLAGS = -module -avoid-version -- cgit v1.2.3