From 17a543e25897ff5bfa255768dcce7897bf3cc83f Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Sat, 30 Oct 2010 19:58:16 +0000 Subject: Removal of autotools stuff. --- muse2/plugins/Makefile.am | 5 ----- muse2/plugins/doublechorus/Makefile.am | 16 ---------------- muse2/plugins/freeverb/Makefile.am | 17 ----------------- muse2/plugins/pandelay/Makefile.am | 16 ---------------- muse2/plugins/plugins-install.am | 1 - 5 files changed, 55 deletions(-) delete mode 100644 muse2/plugins/Makefile.am delete mode 100644 muse2/plugins/doublechorus/Makefile.am delete mode 100644 muse2/plugins/freeverb/Makefile.am delete mode 100644 muse2/plugins/pandelay/Makefile.am delete mode 100644 muse2/plugins/plugins-install.am (limited to 'muse2/plugins') diff --git a/muse2/plugins/Makefile.am b/muse2/plugins/Makefile.am deleted file mode 100644 index fbb995c4..00000000 --- a/muse2/plugins/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = freeverb pandelay doublechorus - -include $(top_srcdir)/common.am - -EXTRA_DIST = plugins-install.am diff --git a/muse2/plugins/doublechorus/Makefile.am b/muse2/plugins/doublechorus/Makefile.am deleted file mode 100644 index 40022184..00000000 --- a/muse2/plugins/doublechorus/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -include $(top_srcdir)/common.am -include $(top_srcdir)/plugins/plugins-install.am - -AM_CXXFLAGS += -O3 -fno-exceptions -fno-rtti -ffast-math - -plugins_LTLIBRARIES = doublechorus.la - -plugins_DATA = - -doublechorus_la_SOURCES = \ - doublechorus.cpp \ - doublechorusmodel.cpp doublechorusmodel.h \ - simplechorusmodel.cpp simplechorusmodel.h -doublechorus_la_LDFLAGS = -module -avoid-version - - diff --git a/muse2/plugins/freeverb/Makefile.am b/muse2/plugins/freeverb/Makefile.am deleted file mode 100644 index 81dbec2d..00000000 --- a/muse2/plugins/freeverb/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -include $(top_srcdir)/common.am -include $(top_srcdir)/plugins/plugins-install.am - -AM_CXXFLAGS += -O3 -fno-exceptions -fno-rtti -ffast-math - -plugins_LTLIBRARIES = freeverb.la - -plugins_DATA = - -freeverb_la_SOURCES = \ - freeverb.cpp \ - revmodel.cpp revmodel.h \ - allpass.h comb.h denormals.h tuning.h -freeverb_la_LDFLAGS = -module -avoid-version - -EXTRA_DIST = readme.txt - diff --git a/muse2/plugins/pandelay/Makefile.am b/muse2/plugins/pandelay/Makefile.am deleted file mode 100644 index 664b3170..00000000 --- a/muse2/plugins/pandelay/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -include $(top_srcdir)/common.am -include $(top_srcdir)/plugins/plugins-install.am - -AM_CXXFLAGS += -O3 -fno-exceptions -fno-rtti -ffast-math - -plugins_LTLIBRARIES = pandelay.la - -plugins_DATA = - -pandelay_la_SOURCES = \ - ladspapandelay.cpp ladspapandelay.h \ - pandelay.cpp \ - pandelaymodel.cpp pandelaymodel.h -pandelay_la_LDFLAGS = -module -avoid-version - - diff --git a/muse2/plugins/plugins-install.am b/muse2/plugins/plugins-install.am deleted file mode 100644 index 86b41ecb..00000000 --- a/muse2/plugins/plugins-install.am +++ /dev/null @@ -1 +0,0 @@ -pluginsdir = $(pkglibdir)/plugins \ No newline at end of file -- cgit v1.2.3