~ubuntu-branches/ubuntu/intrepid/muse/intrepid

« back to all changes in this revision

Viewing changes to widgets/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-gyxa3yivcs3zh5fa
Tags: 0.5.2-1.2
* NMU.
* widgets/Makefile.in, widgets/Makefile.am: Remove broken rules to
  build files that aren't used anyway. Closes: #143985
* debian/control: More tiny formatting tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        moc_mittransposebase.cpp mittransposebase.cpp mittransposebase.h \
139
139
        moc_fdialogbuttons.cpp fdialogbuttons.cpp fdialogbuttons.h
140
140
 
141
 
 
142
 
noinst_PROGRAMS = poseditplugin.so plugtest
143
 
 
144
 
dist_poseditplugin_so_SOURCES = \
145
 
        poseditplug.cpp \
146
 
        posedit.cpp poslabel.cpp \
147
 
        pitchedit.cpp pitchlabel.cpp \
148
 
        $(top_srcdir)/xml.cpp $(top_srcdir)/tempo.cpp \
149
 
        $(top_srcdir)/sig.cpp $(top_srcdir)/pos.cpp
150
 
nodist_poseditplugin_so_SOURCES = \
151
 
        moc_posedit.cpp moc_poslabel.cpp \
152
 
        moc_pitchedit.cpp moc_pitchlabel.cpp
153
 
poseditplugin_so_LDFLAGS = --whole-archive -fno-exceptions -shared \
154
 
        -Wl,-soname,libposedit.so.1 $(QT_LIBS)
155
 
 
156
 
poseditplug.o: poseditplug.cpp
157
 
        $(CXXCOMPILE) -DQT_PLUGIN -c poseditplug.cpp
158
 
 
159
 
dist_plugtest_SOURCES = \
160
 
        plugtest.cpp \
161
 
        posedit.cpp poslabel.cpp \
162
 
        pitchedit.cpp pitchlabel.cpp \
163
 
        $(top_srcdir)/xml.cpp $(top_srcdir)/tempo.cpp \
164
 
        $(top_srcdir)/sig.cpp $(top_srcdir)/pos.cpp
165
 
nodist_plugtest_SOURCES = \
166
 
        moc_posedit.cpp moc_poslabel.cpp \
167
 
        moc_pitchedit.cpp moc_pitchlabel.cpp
168
 
plugtest_LDFLAGS = $(QT_LIBS)
169
 
 
170
 
 
171
141
EXTRA_DIST += ctrlcombo.cw