~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to plugins/freeverb/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-w8yplzr81a759xa3
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/common.am
 
2
include $(top_srcdir)/plugins/plugins-install.am
 
3
 
 
4
AM_CXXFLAGS = -fPIC -O3 -mpentiumpro -Wall \
 
5
              -g -fno-exceptions -fno-rtti -ffast-math
 
6
 
 
7
MOCBASES = 
 
8
 
 
9
UICBASES = 
 
10
 
 
11
plugins_PROGRAMS = freeverb.so
 
12
 
 
13
freeverb_so_SOURCES = \
 
14
        freeverb.cpp \
 
15
        revmodel.cpp revmodel.h \
 
16
        allpass.h comb.h denormals.h tuning.h   
 
17
freeverb_so_LDFLAGS = -shared
 
18
 
 
19
EXTRA_DIST += readme.txt