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

« back to all changes in this revision

Viewing changes to synti/iiwu/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)/synti/synti-install.am
 
3
 
 
4
AM_CXXFLAGS = -fPIC -O2 -DINSTDIR=\"$(datadir)/$(PACKAGE)\"
 
5
 
 
6
UICBASES = iiwuguibase
 
7
 
 
8
MOCBASES = iiwugui
 
9
 
 
10
synthi_PROGRAMS = iiwu.so iiwu
 
11
 
 
12
iiwu_so_SOURCES = \
 
13
        iiwu.cpp \
 
14
        synth.cpp synth.h \
 
15
        sfont.cpp sfont.h \
 
16
        $(top_srcdir)/driver/mess.cpp
 
17
iiwu_so_LDFLAGS = -shared
 
18
 
 
19
dist_iiwu_SOURCES = \
 
20
        iiwugui.cpp iiwugui.h
 
21
nodist_iiwu_SOURCES = \
 
22
        moc_iiwugui.cpp \
 
23
        moc_iiwuguibase.cpp iiwuguibase.cpp iiwuguibase.h