~ubuntu-branches/ubuntu/breezy/muse/breezy

« back to all changes in this revision

Viewing changes to mplugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-02-07 15:18:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040207151822-es27xxkzbcxkebjm
Tags: 0.6.3-1
* New upstream version.
* Added patches:
  + [10_alsa_init_fix] New, from upstream CVS.
    Initialize direction variable when setting Alsa parameters.
  + [10_canvas_translation_fix] New, from upstream CVS.
    Do not translate tooltips twice in canvas popup.
  + [10_checkbox_fix] New, from upstream CVS.
    Use proper set/test methods on metronome checkboxes.
  + [10_html_doc_cleanup] New.
    Fix links and HTML errors in documentation.
  + [20_allow_system_timer] New.
    The new upstream version fails by default if the real-time clock
    could not be accessed (usually the case when not running suid-root).
    This patch reverts the old behaviour of falling back to the more
    inaccurate system timer.
* Updated patches:
  + [11_PIC_fixes_fixup] Rediffed.
* Removed patches:
  + [20_no_atomic_asm] Merged upstream.
* debian/compat: Splice out debhelper compatibility level from rules file.
* debian/control: Build-depend on latest jack release by default.
  Closes: #228788
* debian/control: Bump standards version.
* debian/control: Use auto-generated debconf dependency via misc:Depends.
* debian/control: Minor tweaks to the long description.
* debian/control: Tighten fluidsynth build dependency to sane version.
* debian/muse.doc-base: New. Register HTML documentation with doc-base.
* debian/templates: Tiny rewording, and typo fix.
* debian/templates, debian/po/*: Switch to po-debconf for translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
13
14
 
14
15
@SET_MAKE@
15
16
 
16
 
 
17
 
SHELL = @SHELL@
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
 
prefix = @prefix@
23
 
exec_prefix = @exec_prefix@
24
 
 
25
 
bindir = @bindir@
26
 
sbindir = @sbindir@
27
 
libexecdir = @libexecdir@
28
 
datadir = @datadir@
29
 
sysconfdir = @sysconfdir@
30
 
sharedstatedir = @sharedstatedir@
31
 
localstatedir = @localstatedir@
32
 
libdir = @libdir@
33
 
infodir = @infodir@
34
 
mandir = @mandir@
35
 
includedir = @includedir@
36
 
oldincludedir = /usr/include
37
20
pkgdatadir = $(datadir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
23
top_builddir = ..
41
24
 
42
 
ACLOCAL = @ACLOCAL@
43
 
AUTOCONF = @AUTOCONF@
44
 
AUTOMAKE = @AUTOMAKE@
45
 
AUTOHEADER = @AUTOHEADER@
46
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
26
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
51
30
INSTALL_HEADER = $(INSTALL_DATA)
52
 
transform = @program_transform_name@
 
31
transform = $(program_transform_name)
53
32
NORMAL_INSTALL = :
54
33
PRE_INSTALL = :
55
34
POST_INSTALL = :
56
35
NORMAL_UNINSTALL = :
57
36
PRE_UNINSTALL = :
58
37
POST_UNINSTALL = :
59
 
host_alias = @host_alias@
60
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
61
40
ALSA_CFLAGS = @ALSA_CFLAGS@
62
41
ALSA_LIBS = @ALSA_LIBS@
 
42
AMDEP_FALSE = @AMDEP_FALSE@
 
43
AMDEP_TRUE = @AMDEP_TRUE@
63
44
AMTAR = @AMTAR@
64
 
AS = @AS@
 
45
AUDIO_FALSE = @AUDIO_FALSE@
 
46
AUDIO_TRUE = @AUDIO_TRUE@
 
47
AUTOCONF = @AUTOCONF@
 
48
AUTOHEADER = @AUTOHEADER@
 
49
AUTOMAKE = @AUTOMAKE@
65
50
AWK = @AWK@
66
51
CC = @CC@
 
52
CCDEPMODE = @CCDEPMODE@
 
53
CFLAGS = @CFLAGS@
 
54
CPP = @CPP@
 
55
CPPFLAGS = @CPPFLAGS@
67
56
CXX = @CXX@
 
57
CXXCPP = @CXXCPP@
 
58
CXXDEPMODE = @CXXDEPMODE@
 
59
CXXFLAGS = @CXXFLAGS@
 
60
CYGPATH_W = @CYGPATH_W@
 
61
DEFS = @DEFS@
68
62
DEPDIR = @DEPDIR@
69
 
DLLTOOL = @DLLTOOL@
70
63
DOCBOOKSTYLE = @DOCBOOKSTYLE@
71
64
DOCBOOKTARGETS = @DOCBOOKTARGETS@
72
65
DOT = @DOT@
74
67
DOXYGEN = @DOXYGEN@
75
68
DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@
76
69
ECHO = @ECHO@
 
70
ECHO_C = @ECHO_C@
 
71
ECHO_N = @ECHO_N@
 
72
ECHO_T = @ECHO_T@
 
73
EGREP = @EGREP@
77
74
EXEEXT = @EXEEXT@
 
75
FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@
78
76
GIVERTCAP = @GIVERTCAP@
79
77
HAVEDOT = @HAVEDOT@
 
78
HAVE_LADCCA_FALSE = @HAVE_LADCCA_FALSE@
 
79
HAVE_LADCCA_TRUE = @HAVE_LADCCA_TRUE@
 
80
INSIDE_GNOME_COMMON_FALSE = @INSIDE_GNOME_COMMON_FALSE@
 
81
INSIDE_GNOME_COMMON_TRUE = @INSIDE_GNOME_COMMON_TRUE@
 
82
INSTALL_DATA = @INSTALL_DATA@
 
83
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
84
INSTALL_SCRIPT = @INSTALL_SCRIPT@
80
85
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81
 
JACK_HEADERS = @JACK_HEADERS@
82
 
JACK_LIB = @JACK_LIB@
 
86
JACK_CFLAGS = @JACK_CFLAGS@
 
87
JACK_FALSE = @JACK_FALSE@
 
88
JACK_LIBS = @JACK_LIBS@
 
89
JACK_TRUE = @JACK_TRUE@
83
90
JADE = @JADE@
84
 
LIBALSA5AUDIO = @LIBALSA5AUDIO@
85
 
LIBALSA5MIDI = @LIBALSA5MIDI@
86
 
LIBALSA9AUDIO = @LIBALSA9AUDIO@
87
 
LIBALSA9MIDI = @LIBALSA9MIDI@
88
 
LIBALSAMIDI = @LIBALSAMIDI@
89
 
LIBIIWUSYNTH = @LIBIIWUSYNTH@
90
 
LIBJACK = @LIBJACK@
91
 
LIBMESS = @LIBMESS@
92
 
LIBOSSAUDIO = @LIBOSSAUDIO@
 
91
LADCCA_CFLAGS = @LADCCA_CFLAGS@
 
92
LADCCA_LIBS = @LADCCA_LIBS@
 
93
LDFLAGS = @LDFLAGS@
 
94
LIBOBJS = @LIBOBJS@
 
95
LIBS = @LIBS@
93
96
LIBTOOL = @LIBTOOL@
94
97
LN_S = @LN_S@
 
98
LTLIBOBJS = @LTLIBOBJS@
95
99
MAINT = @MAINT@
 
100
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
101
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
102
MAKEINFO = @MAKEINFO@
96
103
MOC = @MOC@
97
104
MUSECXXFLAGS = @MUSECXXFLAGS@
98
105
NSGMLS = @NSGMLS@
99
 
OBJDUMP = @OBJDUMP@
100
106
OBJEXT = @OBJEXT@
101
107
PACKAGE = @PACKAGE@
102
 
PATCHBAY = @PATCHBAY@
 
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
109
PACKAGE_NAME = @PACKAGE_NAME@
 
110
PACKAGE_STRING = @PACKAGE_STRING@
 
111
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
112
PACKAGE_VERSION = @PACKAGE_VERSION@
 
113
PATH_SEPARATOR = @PATH_SEPARATOR@
103
114
PERL = @PERL@
 
115
PKG_CONFIG = @PKG_CONFIG@
104
116
QT_CFLAGS = @QT_CFLAGS@
105
117
QT_LIBS = @QT_LIBS@
106
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
122
SNDFILE_LIBS = @SNDFILE_LIBS@
107
123
STRIP = @STRIP@
108
124
SUIDBUILD = @SUIDBUILD@
109
125
SUIDINSTALL = @SUIDINSTALL@
113
129
X_EXTRA_LIBS = @X_EXTRA_LIBS@
114
130
X_LIBS = @X_LIBS@
115
131
X_PRE_LIBS = @X_PRE_LIBS@
 
132
ac_ct_CC = @ac_ct_CC@
 
133
ac_ct_CXX = @ac_ct_CXX@
 
134
ac_ct_RANLIB = @ac_ct_RANLIB@
 
135
ac_ct_STRIP = @ac_ct_STRIP@
 
136
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
137
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
138
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
139
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
116
140
am__include = @am__include@
 
141
am__leading_dot = @am__leading_dot@
117
142
am__quote = @am__quote@
 
143
bindir = @bindir@
 
144
build = @build@
 
145
build_alias = @build_alias@
 
146
build_cpu = @build_cpu@
 
147
build_os = @build_os@
 
148
build_vendor = @build_vendor@
 
149
datadir = @datadir@
 
150
exec_prefix = @exec_prefix@
118
151
have_docbook = @have_docbook@
 
152
host = @host@
 
153
host_alias = @host_alias@
 
154
host_cpu = @host_cpu@
 
155
host_os = @host_os@
 
156
host_vendor = @host_vendor@
 
157
includedir = @includedir@
 
158
infodir = @infodir@
119
159
install_sh = @install_sh@
 
160
libdir = @libdir@
 
161
libexecdir = @libexecdir@
 
162
localstatedir = @localstatedir@
 
163
mandir = @mandir@
 
164
oldincludedir = @oldincludedir@
 
165
prefix = @prefix@
 
166
program_transform_name = @program_transform_name@
 
167
sbindir = @sbindir@
 
168
sharedstatedir = @sharedstatedir@
 
169
sysconfdir = @sysconfdir@
 
170
target_alias = @target_alias@
 
171
AM_CPPFLAGS = 
 
172
AM_CXXFLAGS = 
120
173
 
121
174
INCLUDES = $(MUSECXXFLAGS)
122
175
 
123
 
BUILT_SOURCES = $(MOCBASES:%=moc_%.cpp) $(UICBASES:%=%.h) \
124
 
                $(UICBASES:%=moc_%.cpp) $(UICBASES:%=%.cpp)
125
 
 
126
 
 
127
 
MOSTLYCLEANFILES = $(MOCBASES:%=moc_%.cpp) $(UICBASES:%=%.h) \
128
 
                   $(UICBASES:%=moc_%.cpp) $(UICBASES:%=%.cpp)
129
 
 
130
 
 
131
 
EXTRA_DIST = $(UICBASES:%=%.ui)
132
 
 
133
 
MOCBASES = mittranspose midiitransform midifilterimpl mrconfig rhythm
134
 
 
135
 
UICBASES = midifilter mrconfigbase rhythmbase
 
176
UIFILES = $(wildcard *.ui)
 
177
 
 
178
MOCFILES = $(shell for h in $(filter %.h,$(SOURCES)); do \
 
179
                     if grep -q Q_OBJECT $$h; then \
 
180
                       echo $$h | sed "s/\(.*\)\.h/moc_\1.cpp/"; \
 
181
                     fi; \
 
182
                   done)
 
183
 
 
184
 
 
185
BUILT_SOURCES = $(MOCFILES) $(UIFILES:%.ui=%.h)
 
186
 
 
187
MOSTLYCLEANFILES = $(MOCFILES) $(UIFILES:%.ui=%.h)
 
188
 
 
189
SUFFIXES = .ui
136
190
 
137
191
noinst_LTLIBRARIES = libmplugins.la
 
192
libmplugins_la_LDFLAGS = -static
138
193
 
139
194
dist_libmplugins_la_SOURCES = \
140
195
        mitplugin.cpp mitplugin.h \
143
198
        midifilterimpl.cpp midifilterimpl.h \
144
199
        mrconfig.cpp mrconfig.h \
145
200
        rhythm.cpp rhythm.h \
146
 
      random.cpp random.h
 
201
        random.cpp random.h \
 
202
        midifilter.ui \
 
203
        mrconfigbase.ui \
 
204
        rhythmbase.ui
147
205
 
148
206
nodist_libmplugins_la_SOURCES = \
149
207
        moc_mittranspose.cpp \
150
208
        moc_midiitransform.cpp \
151
209
        moc_midifilterimpl.cpp \
152
210
        moc_mrconfig.cpp \
153
 
        moc_midifilter.cpp midifilter.cpp midifilter.h \
154
 
        moc_mrconfigbase.cpp mrconfigbase.cpp mrconfigbase.h \
155
 
        moc_rhythm.cpp \
156
 
        rhythmbase.cpp moc_rhythmbase.cpp
 
211
        moc_rhythm.cpp
157
212
 
158
213
subdir = mplugins
 
214
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
159
215
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
160
216
CONFIG_HEADER = $(top_builddir)/config.h
161
217
CONFIG_CLEAN_FILES =
162
218
LTLIBRARIES = $(noinst_LTLIBRARIES)
163
219
 
164
 
libmplugins_la_LDFLAGS =
165
220
libmplugins_la_LIBADD =
166
221
dist_libmplugins_la_OBJECTS = mitplugin.lo mittranspose.lo \
167
222
        midiitransform.lo midifilterimpl.lo mrconfig.lo rhythm.lo \
168
 
        random.lo
 
223
        random.lo midifilter.lo mrconfigbase.lo rhythmbase.lo
169
224
nodist_libmplugins_la_OBJECTS = moc_mittranspose.lo \
170
225
        moc_midiitransform.lo moc_midifilterimpl.lo moc_mrconfig.lo \
171
 
        moc_midifilter.lo midifilter.lo moc_mrconfigbase.lo \
172
 
        mrconfigbase.lo moc_rhythm.lo rhythmbase.lo moc_rhythmbase.lo
 
226
        moc_rhythm.lo
173
227
libmplugins_la_OBJECTS = $(dist_libmplugins_la_OBJECTS) \
174
228
        $(nodist_libmplugins_la_OBJECTS)
175
229
 
176
 
DEFS = @DEFS@
177
230
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
178
 
CPPFLAGS = @CPPFLAGS@
179
 
LDFLAGS = @LDFLAGS@
180
 
LIBS = @LIBS@
181
231
depcomp = $(SHELL) $(top_srcdir)/depcomp
182
 
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/midifilter.Plo \
183
 
@AMDEP_TRUE@    $(DEPDIR)/midifilterimpl.Plo \
184
 
@AMDEP_TRUE@    $(DEPDIR)/midiitransform.Plo \
185
 
@AMDEP_TRUE@    $(DEPDIR)/mitplugin.Plo $(DEPDIR)/mittranspose.Plo \
186
 
@AMDEP_TRUE@    $(DEPDIR)/moc_midifilter.Plo \
187
 
@AMDEP_TRUE@    $(DEPDIR)/moc_midifilterimpl.Plo \
188
 
@AMDEP_TRUE@    $(DEPDIR)/moc_midiitransform.Plo \
189
 
@AMDEP_TRUE@    $(DEPDIR)/moc_mittranspose.Plo \
190
 
@AMDEP_TRUE@    $(DEPDIR)/moc_mrconfig.Plo \
191
 
@AMDEP_TRUE@    $(DEPDIR)/moc_mrconfigbase.Plo \
192
 
@AMDEP_TRUE@    $(DEPDIR)/moc_rhythm.Plo \
193
 
@AMDEP_TRUE@    $(DEPDIR)/moc_rhythmbase.Plo $(DEPDIR)/mrconfig.Plo \
194
 
@AMDEP_TRUE@    $(DEPDIR)/mrconfigbase.Plo $(DEPDIR)/random.Plo \
195
 
@AMDEP_TRUE@    $(DEPDIR)/rhythm.Plo $(DEPDIR)/rhythmbase.Plo
 
232
am__depfiles_maybe = depfiles
 
233
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/midifilterimpl.Plo \
 
234
@AMDEP_TRUE@    ./$(DEPDIR)/midiitransform.Plo \
 
235
@AMDEP_TRUE@    ./$(DEPDIR)/mitplugin.Plo \
 
236
@AMDEP_TRUE@    ./$(DEPDIR)/mittranspose.Plo \
 
237
@AMDEP_TRUE@    ./$(DEPDIR)/moc_midifilterimpl.Plo \
 
238
@AMDEP_TRUE@    ./$(DEPDIR)/moc_midiitransform.Plo \
 
239
@AMDEP_TRUE@    ./$(DEPDIR)/moc_mittranspose.Plo \
 
240
@AMDEP_TRUE@    ./$(DEPDIR)/moc_mrconfig.Plo \
 
241
@AMDEP_TRUE@    ./$(DEPDIR)/moc_rhythm.Plo ./$(DEPDIR)/mrconfig.Plo \
 
242
@AMDEP_TRUE@    ./$(DEPDIR)/random.Plo ./$(DEPDIR)/rhythm.Plo
196
243
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
197
244
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
198
245
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
201
248
CXXLD = $(CXX)
202
249
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
203
250
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
204
 
CXXFLAGS = @CXXFLAGS@
205
 
CFLAGS = @CFLAGS@
206
251
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
207
252
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
208
253
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
211
256
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
212
257
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
213
258
DIST_SOURCES = $(dist_libmplugins_la_SOURCES)
214
 
DIST_COMMON = Makefile.am Makefile.in
 
259
DIST_COMMON = $(top_srcdir)/common.am Makefile.am Makefile.in
215
260
SOURCES = $(dist_libmplugins_la_SOURCES) $(nodist_libmplugins_la_SOURCES)
216
261
 
217
262
all: $(BUILT_SOURCES)
218
263
        $(MAKE) $(AM_MAKEFLAGS) all-am
219
264
 
220
265
.SUFFIXES:
221
 
.SUFFIXES: .cpp .lo .o .obj
222
 
 
223
 
mostlyclean-libtool:
224
 
        -rm -f *.lo
225
 
 
226
 
clean-libtool:
227
 
        -rm -rf .libs _libs
228
 
 
229
 
distclean-libtool:
230
 
        -rm -f libtool
 
266
.SUFFIXES: .ui .cpp .lo .o .obj
231
267
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/common.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
232
268
        cd $(top_srcdir) && \
233
269
          $(AUTOMAKE) --gnu  mplugins/Makefile
234
270
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
235
 
        cd $(top_builddir) && \
236
 
          CONFIG_HEADERS= CONFIG_LINKS= \
237
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
271
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
238
272
 
239
273
clean-noinstLTLIBRARIES:
240
274
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
275
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
276
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
277
          test "$$dir" = "$$p" && dir=.; \
 
278
          echo "rm -f \"$${dir}/so_locations\""; \
 
279
          rm -f "$${dir}/so_locations"; \
 
280
        done
241
281
libmplugins.la: $(libmplugins_la_OBJECTS) $(libmplugins_la_DEPENDENCIES) 
242
282
        $(CXXLINK)  $(libmplugins_la_LDFLAGS) $(libmplugins_la_OBJECTS) $(libmplugins_la_LIBADD) $(LIBS)
243
283
 
247
287
distclean-compile:
248
288
        -rm -f *.tab.c
249
289
 
250
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/midifilter.Plo@am__quote@
251
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/midifilterimpl.Plo@am__quote@
252
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/midiitransform.Plo@am__quote@
253
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mitplugin.Plo@am__quote@
254
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mittranspose.Plo@am__quote@
255
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_midifilter.Plo@am__quote@
256
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_midifilterimpl.Plo@am__quote@
257
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_midiitransform.Plo@am__quote@
258
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_mittranspose.Plo@am__quote@
259
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_mrconfig.Plo@am__quote@
260
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_mrconfigbase.Plo@am__quote@
261
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_rhythm.Plo@am__quote@
262
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_rhythmbase.Plo@am__quote@
263
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mrconfig.Plo@am__quote@
264
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mrconfigbase.Plo@am__quote@
265
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/random.Plo@am__quote@
266
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rhythm.Plo@am__quote@
267
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rhythmbase.Plo@am__quote@
 
290
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midifilterimpl.Plo@am__quote@
 
291
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midiitransform.Plo@am__quote@
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mitplugin.Plo@am__quote@
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mittranspose.Plo@am__quote@
 
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_midifilterimpl.Plo@am__quote@
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_midiitransform.Plo@am__quote@
 
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_mittranspose.Plo@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_mrconfig.Plo@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_rhythm.Plo@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mrconfig.Plo@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rhythm.Plo@am__quote@
268
302
 
269
303
distclean-depend:
270
 
        -rm -rf $(DEPDIR)
 
304
        -rm -rf ./$(DEPDIR)
271
305
 
272
306
.cpp.o:
273
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
274
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
275
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276
 
        $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
307
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
308
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
309
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
310
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
311
@am__fastdepCXX_TRUE@   fi
 
312
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
313
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
314
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
315
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
277
316
 
278
317
.cpp.obj:
279
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
281
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282
 
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
 
318
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
319
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
320
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
321
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
322
@am__fastdepCXX_TRUE@   fi
 
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
325
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
326
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
283
327
 
284
328
.cpp.lo:
285
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
286
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
287
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
 
        $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
289
 
CXXDEPMODE = @CXXDEPMODE@
 
329
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
330
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
331
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
332
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
333
@am__fastdepCXX_TRUE@   fi
 
334
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
335
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
336
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
337
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
338
 
 
339
mostlyclean-libtool:
 
340
        -rm -f *.lo
 
341
 
 
342
clean-libtool:
 
343
        -rm -rf .libs _libs
 
344
 
 
345
distclean-libtool:
 
346
        -rm -f libtool
290
347
uninstall-info-am:
291
348
 
 
349
ETAGS = etags
 
350
ETAGSFLAGS =
 
351
 
 
352
CTAGS = ctags
 
353
CTAGSFLAGS =
 
354
 
292
355
tags: TAGS
293
356
 
294
357
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
295
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
358
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
296
359
        unique=`for i in $$list; do \
297
360
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298
361
          done | \
299
362
          $(AWK) '    { files[$$0] = 1; } \
300
363
               END { for (i in files) print i; }'`; \
301
 
        mkid -fID $$unique $(LISP)
 
364
        mkid -fID $$unique
302
365
 
303
366
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
304
367
                $(TAGS_FILES) $(LISP)
305
368
        tags=; \
306
369
        here=`pwd`; \
307
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
308
 
        unique=`for i in $$list; do \
309
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
 
          done | \
311
 
          $(AWK) '    { files[$$0] = 1; } \
312
 
               END { for (i in files) print i; }'`; \
313
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
314
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
370
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
371
        unique=`for i in $$list; do \
 
372
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
373
          done | \
 
374
          $(AWK) '    { files[$$0] = 1; } \
 
375
               END { for (i in files) print i; }'`; \
 
376
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
377
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
378
             $$tags $$unique
 
379
 
 
380
ctags: CTAGS
 
381
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
382
                $(TAGS_FILES) $(LISP)
 
383
        tags=; \
 
384
        here=`pwd`; \
 
385
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
386
        unique=`for i in $$list; do \
 
387
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
388
          done | \
 
389
          $(AWK) '    { files[$$0] = 1; } \
 
390
               END { for (i in files) print i; }'`; \
 
391
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
392
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
393
             $$tags $$unique
315
394
 
316
395
GTAGS:
317
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
396
        here=`$(am__cd) $(top_builddir) && pwd` \
318
397
          && cd $(top_srcdir) \
319
398
          && gtags -i $(GTAGS_ARGS) $$here
320
399
 
321
400
distclean-tags:
322
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
323
 
 
 
401
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
324
402
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
325
403
 
326
404
top_distdir = ..
327
405
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
328
406
 
329
407
distdir: $(DISTFILES)
330
 
        @for file in $(DISTFILES); do \
331
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
408
        $(mkinstalldirs) $(distdir)/..
 
409
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
410
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
411
        list='$(DISTFILES)'; for file in $$list; do \
 
412
          case $$file in \
 
413
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
414
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
415
          esac; \
 
416
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
332
417
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
333
418
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
334
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
419
            dir="/$$dir"; \
 
420
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
421
          else \
 
422
            dir=''; \
335
423
          fi; \
336
424
          if test -d $$d/$$file; then \
337
 
            cp -pR $$d/$$file $(distdir) \
338
 
            || exit 1; \
 
425
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
426
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
427
            fi; \
 
428
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
339
429
          else \
340
430
            test -f $(distdir)/$$file \
341
431
            || cp -p $$d/$$file $(distdir)/$$file \
343
433
          fi; \
344
434
        done
345
435
check-am: all-am
346
 
check: check-am
 
436
check: $(BUILT_SOURCES)
 
437
        $(MAKE) $(AM_MAKEFLAGS) check-am
347
438
all-am: Makefile $(LTLIBRARIES)
348
439
 
349
440
installdirs:
350
 
 
351
 
install: install-am
 
441
install: $(BUILT_SOURCES)
 
442
        $(MAKE) $(AM_MAKEFLAGS) install-am
352
443
install-exec: install-exec-am
353
444
install-data: install-data-am
354
445
uninstall: uninstall-am
359
450
installcheck: installcheck-am
360
451
install-strip:
361
452
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
453
          INSTALL_STRIP_FLAG=-s \
362
454
          `test -z '$(STRIP)' || \
363
455
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
364
456
mostlyclean-generic:
367
459
clean-generic:
368
460
 
369
461
distclean-generic:
370
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
462
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
371
463
 
372
464
maintainer-clean-generic:
373
465
        @echo "This command is intended for maintainers to use"
410
502
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
411
503
        mostlyclean-libtool
412
504
 
 
505
pdf: pdf-am
 
506
 
 
507
pdf-am:
 
508
 
 
509
ps: ps-am
 
510
 
 
511
ps-am:
 
512
 
413
513
uninstall-am: uninstall-info-am
414
514
 
415
 
.PHONY: GTAGS all all-am check check-am clean clean-generic \
416
 
        clean-libtool clean-noinstLTLIBRARIES distclean \
 
515
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
516
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
417
517
        distclean-compile distclean-depend distclean-generic \
418
518
        distclean-libtool distclean-tags distdir dvi dvi-am info \
419
519
        info-am install install-am install-data install-data-am \
421
521
        install-man install-strip installcheck installcheck-am \
422
522
        installdirs maintainer-clean maintainer-clean-generic \
423
523
        mostlyclean mostlyclean-compile mostlyclean-generic \
424
 
        mostlyclean-libtool tags uninstall uninstall-am \
425
 
        uninstall-info-am
426
 
 
 
524
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
525
        uninstall-am uninstall-info-am
 
526
 
 
527
 
 
528
de:
 
529
        @for base in $(MOCFILES); do echo -e "\t$${base}.cpp $${base}.h \\"; done
 
530
 
 
531
nde:
 
532
        @for base in $(MOCFILES); do echo -e "\tmoc_$${base}.cpp \\"; done
 
533
 
 
534
.ui.o: %.h
 
535
        $(UIC) -o $*.cpp -impl $*.h $*.ui
 
536
        $(MOC) $*.h -o moc_$*.cpp
 
537
        $(CXXCOMPILE) -c $*.cpp -o base_$*.o
 
538
        $(CXXCOMPILE) -c moc_$*.cpp -o moc_$*.o
 
539
        $(CXXLINK) -r base_$*.o moc_$*.o -o $*.o
 
540
        $(RM) $*.cpp moc_$*.cpp base_$*.o moc_$*.o
 
541
 
 
542
.ui.lo: %.h
 
543
        $(UIC) -o $*.cpp -impl $*.h $*.ui
 
544
        $(MOC) $*.h -o moc_$*.cpp
 
545
        $(LTCXXCOMPILE) -c $*.cpp -o base_$*.lo
 
546
        $(LTCXXCOMPILE) -c moc_$*.cpp -o moc_$*.lo
 
547
        $(CXXLINK) -r base_$*.lo moc_$*.lo -o $*.lo
 
548
        $(RM) $*.cpp moc_$*.cpp base_$*.lo moc_$*.lo base_$*.o moc_$*.o
427
549
 
428
550
moc_%.cpp: %.h
429
551
        $(MOC) $< -o $@
430
552
 
431
 
%.cpp: %.h %.ui
432
 
        $(UIC) -o $@ -impl $*.h $*.ui
433
 
 
434
553
%.h: %.ui
435
554
        $(UIC) -o $@ $<
436
 
 
437
 
de:
438
 
        @for base in $(MOCBASES); do echo -e "\t$${base}.cpp $${base}.h \\"; done
439
 
 
440
 
nde:
441
 
        @for base in $(MOCBASES); do echo -e "\tmoc_$${base}.cpp \\"; done
442
 
        @for base in $(UICBASES); do echo -e "\tmoc_$${base}.cpp $${base}.cpp $${base}.h \\"; done
443
555
# Tell versions [3.59,3.63) of GNU make to not export all variables.
444
556
# Otherwise a system limit (for SysV at least) may be exceeded.
445
557
.NOEXPORT: