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/simpledrums/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 muse2/synti/simpledrums/Makefile.am (limited to 'muse2/synti/simpledrums/Makefile.am') diff --git a/muse2/synti/simpledrums/Makefile.am b/muse2/synti/simpledrums/Makefile.am new file mode 100644 index 00000000..16b77dc5 --- /dev/null +++ b/muse2/synti/simpledrums/Makefile.am @@ -0,0 +1,20 @@ +include $(top_srcdir)/common.am +include $(top_srcdir)/synti/synti-install.am + +AM_CXXFLAGS +=-fPIC -O3 -fno-rtti -ffast-math -fno-exceptions -include $(top_srcdir)/all-pic.h + +synthi_LTLIBRARIES = simpledrums.la + +simpledrums_la_SOURCES = simpledrums.h simpledrums.cpp common.h \ + simpledrumsgui.cpp simpledrumsgui.h \ + ssplugin.h ssplugin.cpp ssplugingui.h ssplugingui.cpp \ + simpledrumsguibase.ui sspluginchooserbase.ui + +nodist_simpledrums_la_SOURCES = moc_simpledrumsgui.cpp moc_ssplugingui.cpp + +simpledrums_la_LIBADD = ../libsynti/libsynti.la -lsamplerate +simpledrums_la_LDFLAGS = -module -avoid-version + +CLEANFILES = $(wildcard *.ui~) +EXTRA_DIST = README ReleaseNotes.txt COPYING + -- cgit v1.2.3