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

« back to all changes in this revision

Viewing changes to plugins/pandelay/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Hedekar, Eric Hedekar, Fabrice Coutadeur
  • Date: 2010-01-26 02:32:14 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126023214-8ez2g5d26d9p584j
Tags: 1.0.1-0ubuntu1
[ Eric Hedekar ]
* New upstream version (LP: #479688)
* Removed patches that were fixed in upstream source
  -[10_64bit_memcorruption_fix]
  -[10_gcc43_build_fixes]
  -[10_lash_private_api_fix]
  -[10_log2f_aliasing_fix]
  -[10_vamgui_init_fix]
  -[20_fix_const]

[ Fabrice Coutadeur ]
* debian/watch: added watch file
* debian/muse.desktop: deleted deprecated Encoding key, Application category
  and icon extension. This fix several warning with lintian and
  desktop-file-validate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
 
24
top_builddir = ../..
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
INSTALL = @INSTALL@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
 
39
host_triplet = @host@
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
41
        $(top_srcdir)/common.am \
 
42
        $(top_srcdir)/plugins/plugins-install.am
 
43
subdir = plugins/pandelay
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \
 
46
        $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \
 
47
        $(top_srcdir)/m4/qt.m4 $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_HEADER = $(top_builddir)/config.h
 
52
CONFIG_CLEAN_FILES =
 
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
54
am__vpath_adj = case $$p in \
 
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
56
    *) f=$$p;; \
 
57
  esac;
 
58
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
59
am__installdirs = "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(pluginsdir)"
 
60
pluginsLTLIBRARIES_INSTALL = $(INSTALL)
 
61
LTLIBRARIES = $(plugins_LTLIBRARIES)
 
62
pandelay_la_LIBADD =
 
63
am_pandelay_la_OBJECTS = ladspapandelay.lo pandelay.lo \
 
64
        pandelaymodel.lo
 
65
pandelay_la_OBJECTS = $(am_pandelay_la_OBJECTS)
 
66
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
68
am__depfiles_maybe = depfiles
 
69
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
71
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
72
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
73
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
74
CXXLD = $(CXX)
 
75
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
76
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
78
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
80
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
81
        $(AM_CFLAGS) $(CFLAGS)
 
82
CCLD = $(CC)
 
83
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
84
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
SOURCES = $(pandelay_la_SOURCES)
 
86
DIST_SOURCES = $(pandelay_la_SOURCES)
 
87
pluginsDATA_INSTALL = $(INSTALL_DATA)
 
88
DATA = $(plugins_DATA)
 
89
ETAGS = etags
 
90
CTAGS = ctags
 
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
92
ACLOCAL = @ACLOCAL@
 
93
ALSA_CFLAGS = @ALSA_CFLAGS@
 
94
ALSA_LIBS = @ALSA_LIBS@
 
95
AMDEP_FALSE = @AMDEP_FALSE@
 
96
AMDEP_TRUE = @AMDEP_TRUE@
 
97
AMTAR = @AMTAR@
 
98
AR = @AR@
 
99
AUTOCONF = @AUTOCONF@
 
100
AUTOHEADER = @AUTOHEADER@
 
101
AUTOMAKE = @AUTOMAKE@
 
102
AWK = @AWK@
 
103
CC = @CC@
 
104
CCDEPMODE = @CCDEPMODE@
 
105
CFLAGS = @CFLAGS@
 
106
CPP = @CPP@
 
107
CPPFLAGS = @CPPFLAGS@
 
108
CXX = @CXX@
 
109
CXXCPP = @CXXCPP@
 
110
CXXDEPMODE = @CXXDEPMODE@
 
111
CXXFLAGS = @CXXFLAGS@
 
112
CYGPATH_W = @CYGPATH_W@
 
113
DEFS = @DEFS@
 
114
DEPDIR = @DEPDIR@
 
115
DOCBOOKSTYLE = @DOCBOOKSTYLE@
 
116
DOCBOOKTARGETS = @DOCBOOKTARGETS@
 
117
DOT = @DOT@
 
118
DOTPATH = @DOTPATH@
 
119
DOXYGEN = @DOXYGEN@
 
120
DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@
 
121
DSSI_SUPPORT_FALSE = @DSSI_SUPPORT_FALSE@
 
122
DSSI_SUPPORT_TRUE = @DSSI_SUPPORT_TRUE@
 
123
ECHO = @ECHO@
 
124
ECHO_C = @ECHO_C@
 
125
ECHO_N = @ECHO_N@
 
126
ECHO_T = @ECHO_T@
 
127
EGREP = @EGREP@
 
128
ENABLEFLUIDSYNTH_FALSE = @ENABLEFLUIDSYNTH_FALSE@
 
129
ENABLEFLUIDSYNTH_TRUE = @ENABLEFLUIDSYNTH_TRUE@
 
130
ENABLE_PYTHON_FALSE = @ENABLE_PYTHON_FALSE@
 
131
ENABLE_PYTHON_TRUE = @ENABLE_PYTHON_TRUE@
 
132
EXEEXT = @EXEEXT@
 
133
F77 = @F77@
 
134
FFLAGS = @FFLAGS@
 
135
FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@
 
136
FST_CFLAGS = @FST_CFLAGS@
 
137
FST_LIBS = @FST_LIBS@
 
138
Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@
 
139
Fluidsynth_LIBS = @Fluidsynth_LIBS@
 
140
GIVERTCAP = @GIVERTCAP@
 
141
GREP = @GREP@
 
142
HAVEDOT = @HAVEDOT@
 
143
HAVE_AUDIO_FALSE = @HAVE_AUDIO_FALSE@
 
144
HAVE_AUDIO_TRUE = @HAVE_AUDIO_TRUE@
 
145
HAVE_LASH_FALSE = @HAVE_LASH_FALSE@
 
146
HAVE_LASH_TRUE = @HAVE_LASH_TRUE@
 
147
INSIDE_GNOME_COMMON_FALSE = @INSIDE_GNOME_COMMON_FALSE@
 
148
INSIDE_GNOME_COMMON_TRUE = @INSIDE_GNOME_COMMON_TRUE@
 
149
INSTALL_DATA = @INSTALL_DATA@
 
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
151
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
152
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
153
JACK_CFLAGS = @JACK_CFLAGS@
 
154
JACK_LIBS = @JACK_LIBS@
 
155
JADE = @JADE@
 
156
LASH_CFLAGS = @LASH_CFLAGS@
 
157
LASH_LIBS = @LASH_LIBS@
 
158
LDFLAGS = @LDFLAGS@
 
159
LIBOBJS = @LIBOBJS@
 
160
LIBS = @LIBS@
 
161
LIBTOOL = @LIBTOOL@
 
162
LN_S = @LN_S@
 
163
LO_CFLAGS = @LO_CFLAGS@
 
164
LO_LIBS = @LO_LIBS@
 
165
LTLIBOBJS = @LTLIBOBJS@
 
166
MAKEINFO = @MAKEINFO@
 
167
MOC = @MOC@
 
168
MUSECXXFLAGS = @MUSECXXFLAGS@
 
169
NSGMLS = @NSGMLS@
 
170
OBJEXT = @OBJEXT@
 
171
PACKAGE = @PACKAGE@
 
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
173
PACKAGE_NAME = @PACKAGE_NAME@
 
174
PACKAGE_STRING = @PACKAGE_STRING@
 
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
176
PACKAGE_VERSION = @PACKAGE_VERSION@
 
177
PATH_SEPARATOR = @PATH_SEPARATOR@
 
178
PCH = @PCH@
 
179
PCH_FALSE = @PCH_FALSE@
 
180
PCH_TRUE = @PCH_TRUE@
 
181
PERL = @PERL@
 
182
PKG_CONFIG = @PKG_CONFIG@
 
183
PYTHON = @PYTHON@
 
184
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
185
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
186
PYTHON_LIB = @PYTHON_LIB@
 
187
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
188
PYTHON_PREFIX = @PYTHON_PREFIX@
 
189
PYTHON_VERSION = @PYTHON_VERSION@
 
190
QT_CFLAGS = @QT_CFLAGS@
 
191
QT_LIBS = @QT_LIBS@
 
192
RANLIB = @RANLIB@
 
193
RTCAP_FALSE = @RTCAP_FALSE@
 
194
RTCAP_TRUE = @RTCAP_TRUE@
 
195
SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
 
196
SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
 
197
SET_MAKE = @SET_MAKE@
 
198
SHELL = @SHELL@
 
199
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
200
SNDFILE_LIBS = @SNDFILE_LIBS@
 
201
STRIP = @STRIP@
 
202
SUIDBUILD = @SUIDBUILD@
 
203
SUIDINSTALL = @SUIDINSTALL@
 
204
UIC = @UIC@
 
205
USE_SSE = @USE_SSE@
 
206
USE_SSE_FALSE = @USE_SSE_FALSE@
 
207
USE_SSE_TRUE = @USE_SSE_TRUE@
 
208
UUID_CFLAGS = @UUID_CFLAGS@
 
209
UUID_LIBS = @UUID_LIBS@
 
210
VERSION = @VERSION@
 
211
VST_SUPPORT_FALSE = @VST_SUPPORT_FALSE@
 
212
VST_SUPPORT_TRUE = @VST_SUPPORT_TRUE@
 
213
XMKMF = @XMKMF@
 
214
X_CFLAGS = @X_CFLAGS@
 
215
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
216
X_LIBS = @X_LIBS@
 
217
X_PRE_LIBS = @X_PRE_LIBS@
 
218
ac_ct_CC = @ac_ct_CC@
 
219
ac_ct_CXX = @ac_ct_CXX@
 
220
ac_ct_F77 = @ac_ct_F77@
 
221
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
222
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
223
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
224
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
225
am__include = @am__include@
 
226
am__leading_dot = @am__leading_dot@
 
227
am__quote = @am__quote@
 
228
am__tar = @am__tar@
 
229
am__untar = @am__untar@
 
230
bindir = @bindir@
 
231
build = @build@
 
232
build_alias = @build_alias@
 
233
build_cpu = @build_cpu@
 
234
build_os = @build_os@
 
235
build_vendor = @build_vendor@
 
236
datadir = @datadir@
 
237
datarootdir = @datarootdir@
 
238
docdir = @docdir@
 
239
dvidir = @dvidir@
 
240
exec_prefix = @exec_prefix@
 
241
have_docbook = @have_docbook@
 
242
host = @host@
 
243
host_alias = @host_alias@
 
244
host_cpu = @host_cpu@
 
245
host_os = @host_os@
 
246
host_vendor = @host_vendor@
 
247
htmldir = @htmldir@
 
248
includedir = @includedir@
 
249
infodir = @infodir@
 
250
install_sh = @install_sh@
 
251
libdir = @libdir@
 
252
libexecdir = @libexecdir@
 
253
localedir = @localedir@
 
254
localstatedir = @localstatedir@
 
255
mandir = @mandir@
 
256
mkdir_p = @mkdir_p@
 
257
oldincludedir = @oldincludedir@
 
258
pdfdir = @pdfdir@
 
259
pkgpyexecdir = @pkgpyexecdir@
 
260
pkgpythondir = @pkgpythondir@
 
261
prefix = @prefix@
 
262
program_transform_name = @program_transform_name@
 
263
psdir = @psdir@
 
264
pyexecdir = @pyexecdir@
 
265
pythondir = @pythondir@
 
266
sbindir = @sbindir@
 
267
sharedstatedir = @sharedstatedir@
 
268
synth_fluid = @synth_fluid@
 
269
synth_fluidsynth = @synth_fluidsynth@
 
270
sysconfdir = @sysconfdir@
 
271
target_alias = @target_alias@
 
272
AM_CXXFLAGS = $(MUSECXXFLAGS) -I.. -I$(top_srcdir)/synti \
 
273
        -I$(top_srcdir)/muse/widgets -DQT_SHARED -DQT_THREAD_SUPPORT \
 
274
        -DQT_PLUGIN -O3 -fno-exceptions -fno-rtti -ffast-math
 
275
AM_CPPFLAGS = 
 
276
UIFILES = $(wildcard *.ui)
 
277
MOCFILES = $(shell for h in $(filter %.h,$(SOURCES)); do \
 
278
                     if grep -q Q_OBJECT $$h; then \
 
279
                       echo $$h | sed "s/\(.*\)\.h/moc_\1.cpp/"; \
 
280
                     fi; \
 
281
                   done)
 
282
 
 
283
BUILT_SOURCES = $(MOCFILES) $(UIFILES:%.ui=%.h)
 
284
MOSTLYCLEANFILES = $(MOCFILES) $(UIFILES:%.ui=%.h)
 
285
SUFFIXES = .ui .h.gch
 
286
pluginsdir = $(pkglibdir)/plugins
 
287
plugins_LTLIBRARIES = pandelay.la
 
288
plugins_DATA = 
 
289
pandelay_la_SOURCES = \
 
290
        ladspapandelay.cpp ladspapandelay.h \
 
291
        pandelay.cpp \
 
292
        pandelaymodel.cpp pandelaymodel.h       
 
293
 
 
294
pandelay_la_LDFLAGS = -module -avoid-version
 
295
all: $(BUILT_SOURCES)
 
296
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
297
 
 
298
.SUFFIXES:
 
299
.SUFFIXES: .ui .h.gch .cpp .lo .o .obj
 
300
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/common.am $(top_srcdir)/plugins/plugins-install.am $(am__configure_deps)
 
301
        @for dep in $?; do \
 
302
          case '$(am__configure_deps)' in \
 
303
            *$$dep*) \
 
304
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
305
                && exit 0; \
 
306
              exit 1;; \
 
307
          esac; \
 
308
        done; \
 
309
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/pandelay/Makefile'; \
 
310
        cd $(top_srcdir) && \
 
311
          $(AUTOMAKE) --gnu  plugins/pandelay/Makefile
 
312
.PRECIOUS: Makefile
 
313
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
314
        @case '$?' in \
 
315
          *config.status*) \
 
316
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
317
          *) \
 
318
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
319
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
320
        esac;
 
321
 
 
322
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
 
 
325
$(top_srcdir)/configure:  $(am__configure_deps)
 
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
329
install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
 
330
        @$(NORMAL_INSTALL)
 
331
        test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)"
 
332
        @list='$(plugins_LTLIBRARIES)'; for p in $$list; do \
 
333
          if test -f $$p; then \
 
334
            f=$(am__strip_dir) \
 
335
            echo " $(LIBTOOL) --mode=install $(pluginsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pluginsdir)/$$f'"; \
 
336
            $(LIBTOOL) --mode=install $(pluginsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pluginsdir)/$$f"; \
 
337
          else :; fi; \
 
338
        done
 
339
 
 
340
uninstall-pluginsLTLIBRARIES:
 
341
        @$(NORMAL_UNINSTALL)
 
342
        @set -x; list='$(plugins_LTLIBRARIES)'; for p in $$list; do \
 
343
          p=$(am__strip_dir) \
 
344
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pluginsdir)/$$p'"; \
 
345
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pluginsdir)/$$p"; \
 
346
        done
 
347
 
 
348
clean-pluginsLTLIBRARIES:
 
349
        -test -z "$(plugins_LTLIBRARIES)" || rm -f $(plugins_LTLIBRARIES)
 
350
        @list='$(plugins_LTLIBRARIES)'; for p in $$list; do \
 
351
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
352
          test "$$dir" != "$$p" || dir=.; \
 
353
          echo "rm -f \"$${dir}/so_locations\""; \
 
354
          rm -f "$${dir}/so_locations"; \
 
355
        done
 
356
pandelay.la: $(pandelay_la_OBJECTS) $(pandelay_la_DEPENDENCIES) 
 
357
        $(CXXLINK) -rpath $(pluginsdir) $(pandelay_la_LDFLAGS) $(pandelay_la_OBJECTS) $(pandelay_la_LIBADD) $(LIBS)
 
358
 
 
359
mostlyclean-compile:
 
360
        -rm -f *.$(OBJEXT)
 
361
 
 
362
distclean-compile:
 
363
        -rm -f *.tab.c
 
364
 
 
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ladspapandelay.Plo@am__quote@
 
366
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pandelay.Plo@am__quote@
 
367
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pandelaymodel.Plo@am__quote@
 
368
 
 
369
.cpp.o:
 
370
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
371
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
372
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
375
 
 
376
.cpp.obj:
 
377
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
378
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
379
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
380
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
381
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
382
 
 
383
.cpp.lo:
 
384
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
385
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
386
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
389
 
 
390
mostlyclean-libtool:
 
391
        -rm -f *.lo
 
392
 
 
393
clean-libtool:
 
394
        -rm -rf .libs _libs
 
395
 
 
396
distclean-libtool:
 
397
        -rm -f libtool
 
398
uninstall-info-am:
 
399
install-pluginsDATA: $(plugins_DATA)
 
400
        @$(NORMAL_INSTALL)
 
401
        test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)"
 
402
        @list='$(plugins_DATA)'; for p in $$list; do \
 
403
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
404
          f=$(am__strip_dir) \
 
405
          echo " $(pluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginsdir)/$$f'"; \
 
406
          $(pluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginsdir)/$$f"; \
 
407
        done
 
408
 
 
409
uninstall-pluginsDATA:
 
410
        @$(NORMAL_UNINSTALL)
 
411
        @list='$(plugins_DATA)'; for p in $$list; do \
 
412
          f=$(am__strip_dir) \
 
413
          echo " rm -f '$(DESTDIR)$(pluginsdir)/$$f'"; \
 
414
          rm -f "$(DESTDIR)$(pluginsdir)/$$f"; \
 
415
        done
 
416
 
 
417
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
418
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
419
        unique=`for i in $$list; do \
 
420
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
421
          done | \
 
422
          $(AWK) '    { files[$$0] = 1; } \
 
423
               END { for (i in files) print i; }'`; \
 
424
        mkid -fID $$unique
 
425
tags: TAGS
 
426
 
 
427
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
428
                $(TAGS_FILES) $(LISP)
 
429
        tags=; \
 
430
        here=`pwd`; \
 
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
432
        unique=`for i in $$list; do \
 
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
434
          done | \
 
435
          $(AWK) '    { files[$$0] = 1; } \
 
436
               END { for (i in files) print i; }'`; \
 
437
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
438
          test -n "$$unique" || unique=$$empty_fix; \
 
439
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
            $$tags $$unique; \
 
441
        fi
 
442
ctags: CTAGS
 
443
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
444
                $(TAGS_FILES) $(LISP)
 
445
        tags=; \
 
446
        here=`pwd`; \
 
447
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
448
        unique=`for i in $$list; do \
 
449
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
450
          done | \
 
451
          $(AWK) '    { files[$$0] = 1; } \
 
452
               END { for (i in files) print i; }'`; \
 
453
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
454
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
455
             $$tags $$unique
 
456
 
 
457
GTAGS:
 
458
        here=`$(am__cd) $(top_builddir) && pwd` \
 
459
          && cd $(top_srcdir) \
 
460
          && gtags -i $(GTAGS_ARGS) $$here
 
461
 
 
462
distclean-tags:
 
463
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
464
 
 
465
distdir: $(DISTFILES)
 
466
        $(mkdir_p) $(distdir)/../.. $(distdir)/../../plugins
 
467
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
468
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
469
        list='$(DISTFILES)'; for file in $$list; do \
 
470
          case $$file in \
 
471
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
472
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
473
          esac; \
 
474
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
475
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
476
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
477
            dir="/$$dir"; \
 
478
            $(mkdir_p) "$(distdir)$$dir"; \
 
479
          else \
 
480
            dir=''; \
 
481
          fi; \
 
482
          if test -d $$d/$$file; then \
 
483
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
484
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
485
            fi; \
 
486
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
487
          else \
 
488
            test -f $(distdir)/$$file \
 
489
            || cp -p $$d/$$file $(distdir)/$$file \
 
490
            || exit 1; \
 
491
          fi; \
 
492
        done
 
493
check-am: all-am
 
494
check: $(BUILT_SOURCES)
 
495
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
496
all-am: Makefile $(LTLIBRARIES) $(DATA)
 
497
installdirs:
 
498
        for dir in "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(pluginsdir)"; do \
 
499
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
500
        done
 
501
install: $(BUILT_SOURCES)
 
502
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
503
install-exec: install-exec-am
 
504
install-data: install-data-am
 
505
uninstall: uninstall-am
 
506
 
 
507
install-am: all-am
 
508
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
509
 
 
510
installcheck: installcheck-am
 
511
install-strip:
 
512
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
513
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
514
          `test -z '$(STRIP)' || \
 
515
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
516
mostlyclean-generic:
 
517
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
518
 
 
519
clean-generic:
 
520
 
 
521
distclean-generic:
 
522
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
523
 
 
524
maintainer-clean-generic:
 
525
        @echo "This command is intended for maintainers to use"
 
526
        @echo "it deletes files that may require special tools to rebuild."
 
527
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
528
clean: clean-am
 
529
 
 
530
clean-am: clean-generic clean-libtool clean-pluginsLTLIBRARIES \
 
531
        mostlyclean-am
 
532
 
 
533
distclean: distclean-am
 
534
        -rm -rf ./$(DEPDIR)
 
535
        -rm -f Makefile
 
536
distclean-am: clean-am distclean-compile distclean-generic \
 
537
        distclean-libtool distclean-tags
 
538
 
 
539
dvi: dvi-am
 
540
 
 
541
dvi-am:
 
542
 
 
543
html: html-am
 
544
 
 
545
info: info-am
 
546
 
 
547
info-am:
 
548
 
 
549
install-data-am: install-pluginsDATA install-pluginsLTLIBRARIES
 
550
 
 
551
install-exec-am:
 
552
 
 
553
install-info: install-info-am
 
554
 
 
555
install-man:
 
556
 
 
557
installcheck-am:
 
558
 
 
559
maintainer-clean: maintainer-clean-am
 
560
        -rm -rf ./$(DEPDIR)
 
561
        -rm -f Makefile
 
562
maintainer-clean-am: distclean-am maintainer-clean-generic
 
563
 
 
564
mostlyclean: mostlyclean-am
 
565
 
 
566
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
567
        mostlyclean-libtool
 
568
 
 
569
pdf: pdf-am
 
570
 
 
571
pdf-am:
 
572
 
 
573
ps: ps-am
 
574
 
 
575
ps-am:
 
576
 
 
577
uninstall-am: uninstall-info-am uninstall-pluginsDATA \
 
578
        uninstall-pluginsLTLIBRARIES
 
579
 
 
580
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
581
        clean-libtool clean-pluginsLTLIBRARIES ctags distclean \
 
582
        distclean-compile distclean-generic distclean-libtool \
 
583
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
584
        install install-am install-data install-data-am install-exec \
 
585
        install-exec-am install-info install-info-am install-man \
 
586
        install-pluginsDATA install-pluginsLTLIBRARIES install-strip \
 
587
        installcheck installcheck-am installdirs maintainer-clean \
 
588
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
589
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
590
        tags uninstall uninstall-am uninstall-info-am \
 
591
        uninstall-pluginsDATA uninstall-pluginsLTLIBRARIES
 
592
 
 
593
 
 
594
de:
 
595
        @for base in $(MOCFILES); do echo -e "\t$${base}.cpp $${base}.h \\"; done
 
596
 
 
597
nde:
 
598
        @for base in $(MOCFILES); do echo -e "\tmoc_$${base}.cpp \\"; done
 
599
 
 
600
.ui.o: %.h
 
601
        $(UIC) -L $(top_srcdir)/muse/widgets -o $*.cpp -impl $*.h $*.ui
 
602
        $(MOC) $*.h >> $*.cpp
 
603
        $(CXXCOMPILE) -c $*.cpp -o $*.o
 
604
        $(RM) $*.cpp moc_$*.cpp moc_$*.o
 
605
 
 
606
.ui.lo: %.h
 
607
        $(UIC) -L $(top_srcdir)/muse/widgets -o $*.cpp -impl $*.h $*.ui
 
608
        $(MOC) $*.h >> $*.cpp
 
609
        $(LTCXXCOMPILE) -c $*.cpp -o $*.lo
 
610
        $(RM) $*.cpp moc_$*.cpp moc_$*.lo moc_$*.o
 
611
 
 
612
moc_%.cpp: %.h
 
613
        $(MOC) $< -o $@
 
614
 
 
615
%.h: %.ui
 
616
        $(UIC) -L $(top_srcdir)/muse/widgets -o $@ $<
 
617
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
618
# Otherwise a system limit (for SysV at least) may be exceeded.
 
619
.NOEXPORT: