~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to arts/modules/effects/freeverb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# KDE tags expanded automatically by am_edit - $Revision: 1.412 $ 
 
3
# @configure_input@
 
4
 
 
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
6
# 2003, 2004  Free Software Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
SOURCES = $(libfreeverb_la_SOURCES)
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ../../../..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
target_triplet = @target@
 
43
subdir = arts/modules/effects/freeverb
 
44
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
47
        $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
 
51
CONFIG_HEADER = $(top_builddir)/config.h
 
52
CONFIG_CLEAN_FILES =
 
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
54
libfreeverb_la_LIBADD =
 
55
am_libfreeverb_la_OBJECTS = allpass.lo comb.lo revmodel.lo
 
56
#>- libfreeverb_la_OBJECTS = $(am_libfreeverb_la_OBJECTS)
 
57
#>+ 4
 
58
libfreeverb_la_final_OBJECTS = libfreeverb_la.all_cpp.lo 
 
59
libfreeverb_la_nofinal_OBJECTS = allpass.lo comb.lo revmodel.lo
 
60
@KDE_USE_FINAL_FALSE@libfreeverb_la_OBJECTS = $(libfreeverb_la_nofinal_OBJECTS)
 
61
@KDE_USE_FINAL_TRUE@libfreeverb_la_OBJECTS = $(libfreeverb_la_final_OBJECTS)
 
62
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
63
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
 
64
am__depfiles_maybe = depfiles
 
65
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
#>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
67
#>+ 2
 
68
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
69
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
 
70
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
71
#>-     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
72
#>-     $(AM_CXXFLAGS) $(CXXFLAGS)
 
73
#>+ 3
 
74
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
75
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
76
        $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
 
77
CXXLD = $(CXX)
 
78
#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
79
#>-     $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
80
#>+ 2
 
81
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
82
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
83
SOURCES = $(libfreeverb_la_SOURCES)
 
84
DIST_SOURCES = $(libfreeverb_la_SOURCES)
 
85
ETAGS = etags
 
86
CTAGS = ctags
 
87
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
88
#>+ 1
 
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
 
90
ACLOCAL = @ACLOCAL@
 
91
AMDEP_FALSE = @AMDEP_FALSE@
 
92
AMDEP_TRUE = @AMDEP_TRUE@
 
93
AMTAR = @AMTAR@
 
94
AR = @AR@
 
95
ARCH_CFLAGS = @ARCH_CFLAGS@
 
96
ARCH_TYPE = @ARCH_TYPE@
 
97
ARTSCCONFIG = @ARTSCCONFIG@
 
98
ARTSC_INCLUDE = @ARTSC_INCLUDE@
 
99
ARTSC_LIBS = @ARTSC_LIBS@
 
100
ARTS_CFLAGS = @ARTS_CFLAGS@
 
101
ARTS_LIBASOUND = @ARTS_LIBASOUND@
 
102
AUTOCONF = @AUTOCONF@
 
103
AUTODIRS = @AUTODIRS@
 
104
AUTOHEADER = @AUTOHEADER@
 
105
AUTOMAKE = @AUTOMAKE@
 
106
AWK = @AWK@
 
107
CC = @CC@
 
108
CCAS = @CCAS@
 
109
CCASFLAGS = @CCASFLAGS@
 
110
CCDEPMODE = @CCDEPMODE@
 
111
CDPARANOIA = @CDPARANOIA@
 
112
CDPARANOIA_INCS = @CDPARANOIA_INCS@
 
113
CDPARANOIA_LIBS = @CDPARANOIA_LIBS@
 
114
CDPARANOIA_RPATH = @CDPARANOIA_RPATH@
 
115
CFLAGS = @CFLAGS@
 
116
CONF_FILES = @CONF_FILES@
 
117
CPP = @CPP@
 
118
CPPFLAGS = @CPPFLAGS@
 
119
CXX = @CXX@
 
120
CXXCPP = @CXXCPP@
 
121
CXXDEPMODE = @CXXDEPMODE@
 
122
CXXFLAGS = @CXXFLAGS@
 
123
CYGPATH_W = @CYGPATH_W@
 
124
DCOPIDL = @DCOPIDL@
 
125
DCOPIDL2CPP = @DCOPIDL2CPP@
 
126
DCOPIDLNG = @DCOPIDLNG@
 
127
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
 
128
DEFS = @DEFS@
 
129
DEPDIR = @DEPDIR@
 
130
ECHO = @ECHO@
 
131
ECHO_C = @ECHO_C@
 
132
ECHO_N = @ECHO_N@
 
133
ECHO_T = @ECHO_T@
 
134
EGREP = @EGREP@
 
135
ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
 
136
EXEEXT = @EXEEXT@
 
137
EXTRAINCS = @EXTRAINCS@
 
138
EXTRALIBS = @EXTRALIBS@
 
139
F77 = @F77@
 
140
FFLAGS = @FFLAGS@
 
141
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
142
GMSGFMT = @GMSGFMT@
 
143
GST_CFLAGS = @GST_CFLAGS@
 
144
GST_LIBS = @GST_LIBS@
 
145
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
146
INSTALL_DATA = @INSTALL_DATA@
 
147
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
148
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
149
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
150
INTELCPPFLAG = @INTELCPPFLAG@
 
151
JACK_CFLAGS = @JACK_CFLAGS@
 
152
JACK_LDFLAGS = @JACK_LDFLAGS@
 
153
JACK_LIBADD = @JACK_LIBADD@
 
154
KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
 
155
KCM_AUDIOCD = @KCM_AUDIOCD@
 
156
KCONFIG_COMPILER = @KCONFIG_COMPILER@
 
157
KDECONFIG = @KDECONFIG@
 
158
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
 
159
KDE_INCLUDES = @KDE_INCLUDES@
 
160
KDE_LDFLAGS = @KDE_LDFLAGS@
 
161
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
 
162
KDE_MT_LIBS = @KDE_MT_LIBS@
 
163
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
 
164
KDE_PLUGIN = @KDE_PLUGIN@
 
165
KDE_RPATH = @KDE_RPATH@
 
166
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
 
167
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
 
168
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
 
169
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
 
170
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
 
171
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
 
172
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
 
173
LAME_INCS = @LAME_INCS@
 
174
LAME_LIBS = @LAME_LIBS@
 
175
LAME_RPATH = @LAME_RPATH@
 
176
LDADD_GST = @LDADD_GST@
 
177
LDFLAGS = @LDFLAGS@
 
178
LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
 
179
LDFLAGS_GST = @LDFLAGS_GST@
 
180
LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
 
181
LIBALIB = @LIBALIB@
 
182
LIBASOUND = @LIBASOUND@
 
183
LIBAUDIO = @LIBAUDIO@
 
184
LIBAUDIOFILE = @LIBAUDIOFILE@
 
185
LIBCDAUDIO = @LIBCDAUDIO@
 
186
LIBCDROM = @LIBCDROM@
 
187
LIBCOMPAT = @LIBCOMPAT@
 
188
LIBCRYPT = @LIBCRYPT@
 
189
LIBDL = @LIBDL@
 
190
LIBFLAC = @LIBFLAC@
 
191
LIBFPE = @LIBFPE@
 
192
LIBJPEG = @LIBJPEG@
 
193
LIBLTDL = @LIBLTDL@
 
194
LIBMME = @LIBMME@
 
195
LIBOBJS = @LIBOBJS@
 
196
LIBOGGFLAC = @LIBOGGFLAC@
 
197
LIBOSSAUDIO = @LIBOSSAUDIO@
 
198
LIBPNG = @LIBPNG@
 
199
LIBPTHREAD = @LIBPTHREAD@
 
200
LIBRESOLV = @LIBRESOLV@
 
201
LIBS = @LIBS@
 
202
LIBSAMPLERATE = @LIBSAMPLERATE@
 
203
LIBSM = @LIBSM@
 
204
LIBSOCKET = @LIBSOCKET@
 
205
LIBTOOL = @LIBTOOL@
 
206
LIBUCB = @LIBUCB@
 
207
LIBUTIL = @LIBUTIL@
 
208
LIBZ = @LIBZ@
 
209
LIB_ARTS = @LIB_ARTS@
 
210
LIB_KAB = @LIB_KAB@
 
211
LIB_KABC = @LIB_KABC@
 
212
LIB_KDECORE = @LIB_KDECORE@
 
213
LIB_KDEPIM = @LIB_KDEPIM@
 
214
LIB_KDEPRINT = @LIB_KDEPRINT@
 
215
LIB_KDEUI = @LIB_KDEUI@
 
216
LIB_KDNSSD = @LIB_KDNSSD@
 
217
LIB_KFILE = @LIB_KFILE@
 
218
LIB_KFM = @LIB_KFM@
 
219
LIB_KHTML = @LIB_KHTML@
 
220
LIB_KIMPROXY = @LIB_KIMPROXY@
 
221
LIB_KIO = @LIB_KIO@
 
222
LIB_KJS = @LIB_KJS@
 
223
LIB_KNEWSTUFF = @LIB_KNEWSTUFF@
 
224
LIB_KPARTS = @LIB_KPARTS@
 
225
LIB_KSPELL = @LIB_KSPELL@
 
226
LIB_KSYCOCA = @LIB_KSYCOCA@
 
227
LIB_KUTILS = @LIB_KUTILS@
 
228
LIB_POLL = @LIB_POLL@
 
229
LIB_QPE = @LIB_QPE@
 
230
LIB_QT = @LIB_QT@
 
231
LIB_SMB = @LIB_SMB@
 
232
LIB_X11 = @LIB_X11@
 
233
LIB_XEXT = @LIB_XEXT@
 
234
LIB_XRENDER = @LIB_XRENDER@
 
235
LN_S = @LN_S@
 
236
LTLIBOBJS = @LTLIBOBJS@
 
237
MADLIBS = @MADLIBS@
 
238
MAINT = @MAINT@
 
239
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
240
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
241
MAKEINFO = @MAKEINFO@
 
242
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
243
MCOPIDL = @MCOPIDL@
 
244
MEINPROC = @MEINPROC@
 
245
MOC = @MOC@
 
246
MPEGLIB_ARTS_MAJOR_VERSION = @MPEGLIB_ARTS_MAJOR_VERSION@
 
247
MPEGLIB_ARTS_MICRO_VERSION = @MPEGLIB_ARTS_MICRO_VERSION@
 
248
MPEGLIB_ARTS_MINOR_VERSION = @MPEGLIB_ARTS_MINOR_VERSION@
 
249
MPEGLIB_ARTS_VERSION = @MPEGLIB_ARTS_VERSION@
 
250
MPG123_PLAT_LIB = @MPG123_PLAT_LIB@
 
251
MSGFMT = @MSGFMT@
 
252
NOOPT_CFLAGS = @NOOPT_CFLAGS@
 
253
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
 
254
OBJEXT = @OBJEXT@
 
255
OS_TYPE = @OS_TYPE@
 
256
PACKAGE = @PACKAGE@
 
257
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
258
PACKAGE_NAME = @PACKAGE_NAME@
 
259
PACKAGE_STRING = @PACKAGE_STRING@
 
260
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
261
PACKAGE_VERSION = @PACKAGE_VERSION@
 
262
PARANOIA_PRIV = @PARANOIA_PRIV@
 
263
PATH_SEPARATOR = @PATH_SEPARATOR@
 
264
PERL = @PERL@
 
265
PKG_CONFIG = @PKG_CONFIG@
 
266
POLYP_CFLAGS = @POLYP_CFLAGS@
 
267
POLYP_LDFLAGS = @POLYP_LDFLAGS@
 
268
POLYP_LIBADD = @POLYP_LIBADD@
 
269
QTE_NORTTI = @QTE_NORTTI@
 
270
QT_INCLUDES = @QT_INCLUDES@
 
271
QT_LDFLAGS = @QT_LDFLAGS@
 
272
RANLIB = @RANLIB@
 
273
SET_MAKE = @SET_MAKE@
 
274
SHELL = @SHELL@
 
275
SPEEXLIBS = @SPEEXLIBS@
 
276
STRIP = @STRIP@
 
277
TAGLIB_CONFIG = @TAGLIB_CONFIG@
 
278
THIS_LIB_LIBS = @THIS_LIB_LIBS@
 
279
THIS_LIB_MAJOR_VERSION = @THIS_LIB_MAJOR_VERSION@
 
280
THIS_LIB_MICRO_VERSION = @THIS_LIB_MICRO_VERSION@
 
281
THIS_LIB_MINOR_VERSION = @THIS_LIB_MINOR_VERSION@
 
282
THIS_LIB_NAME = @THIS_LIB_NAME@
 
283
THIS_LIB_VERSION = @THIS_LIB_VERSION@
 
284
TOPSUBDIRS = @TOPSUBDIRS@
 
285
UIC = @UIC@
 
286
UIC_TR = @UIC_TR@
 
287
USER_INCLUDES = @USER_INCLUDES@
 
288
USER_LDFLAGS = @USER_LDFLAGS@
 
289
USE_EXCEPTIONS = @USE_EXCEPTIONS@
 
290
USE_RTTI = @USE_RTTI@
 
291
USE_THREADS = @USE_THREADS@
 
292
VERSION = @VERSION@
 
293
VORBISENC_LIBS = @VORBISENC_LIBS@
 
294
VORBISFILE_LIBS = @VORBISFILE_LIBS@
 
295
VORBIS_INCS = @VORBIS_INCS@
 
296
VORBIS_LIBS = @VORBIS_LIBS@
 
297
VORBIS_RPATH = @VORBIS_RPATH@
 
298
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
299
XGETTEXT = @XGETTEXT@
 
300
XINE_CFLAGS = @XINE_CFLAGS@
 
301
XINE_CONFIG = @XINE_CONFIG@
 
302
XINE_LIBS = @XINE_LIBS@
 
303
XMLLINT = @XMLLINT@
 
304
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
305
X_INCLUDES = @X_INCLUDES@
 
306
X_LDFLAGS = @X_LDFLAGS@
 
307
X_PRE_LIBS = @X_PRE_LIBS@
 
308
X_RPATH = @X_RPATH@
 
309
ac_ct_AR = @ac_ct_AR@
 
310
ac_ct_CC = @ac_ct_CC@
 
311
ac_ct_CXX = @ac_ct_CXX@
 
312
ac_ct_F77 = @ac_ct_F77@
 
313
ac_ct_RANLIB = @ac_ct_RANLIB@
 
314
ac_ct_STRIP = @ac_ct_STRIP@
 
315
akode_SUBDIR_included_FALSE = @akode_SUBDIR_included_FALSE@
 
316
akode_SUBDIR_included_TRUE = @akode_SUBDIR_included_TRUE@
 
317
all_includes = @all_includes@
 
318
all_libraries = @all_libraries@
 
319
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
320
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
321
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
322
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
323
am__include = @am__include@
 
324
am__leading_dot = @am__leading_dot@
 
325
am__quote = @am__quote@
 
326
am__tar = @am__tar@
 
327
am__untar = @am__untar@
 
328
arts_SUBDIR_included_FALSE = @arts_SUBDIR_included_FALSE@
 
329
arts_SUBDIR_included_TRUE = @arts_SUBDIR_included_TRUE@
 
330
arts_datadir = @arts_datadir@
 
331
arts_includes = @arts_includes@
 
332
arts_libraries = @arts_libraries@
 
333
arts_within_KDE_FALSE = @arts_within_KDE_FALSE@
 
334
arts_within_KDE_TRUE = @arts_within_KDE_TRUE@
 
335
audiofile_artsplugin_SUBDIR_included_FALSE = @audiofile_artsplugin_SUBDIR_included_FALSE@
 
336
audiofile_artsplugin_SUBDIR_included_TRUE = @audiofile_artsplugin_SUBDIR_included_TRUE@
 
337
bindir = @bindir@
 
338
build = @build@
 
339
build_alias = @build_alias@
 
340
build_cpu = @build_cpu@
 
341
build_os = @build_os@
 
342
build_vendor = @build_vendor@
 
343
compile_mp3_export_FALSE = @compile_mp3_export_FALSE@
 
344
compile_mp3_export_TRUE = @compile_mp3_export_TRUE@
 
345
compile_ogg_export_FALSE = @compile_ogg_export_FALSE@
 
346
compile_ogg_export_TRUE = @compile_ogg_export_TRUE@
 
347
datadir = @datadir@
 
348
doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
349
doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
350
exec_prefix = @exec_prefix@
 
351
host = @host@
 
352
host_alias = @host_alias@
 
353
host_cpu = @host_cpu@
 
354
host_os = @host_os@
 
355
host_vendor = @host_vendor@
 
356
include_ARTS_FALSE = @include_ARTS_FALSE@
 
357
include_ARTS_TRUE = @include_ARTS_TRUE@
 
358
include_alsa_sink_FALSE = @include_alsa_sink_FALSE@
 
359
include_alsa_sink_TRUE = @include_alsa_sink_TRUE@
 
360
include_flac_SUBDIR_FALSE = @include_flac_SUBDIR_FALSE@
 
361
include_flac_SUBDIR_TRUE = @include_flac_SUBDIR_TRUE@
 
362
include_jack_sink_FALSE = @include_jack_sink_FALSE@
 
363
include_jack_sink_TRUE = @include_jack_sink_TRUE@
 
364
include_kcm_audiocd_FALSE = @include_kcm_audiocd_FALSE@
 
365
include_kcm_audiocd_TRUE = @include_kcm_audiocd_TRUE@
 
366
include_kioslave_audiocd_FALSE = @include_kioslave_audiocd_FALSE@
 
367
include_kioslave_audiocd_TRUE = @include_kioslave_audiocd_TRUE@
 
368
include_mp3_SUBDIR_FALSE = @include_mp3_SUBDIR_FALSE@
 
369
include_mp3_SUBDIR_TRUE = @include_mp3_SUBDIR_TRUE@
 
370
include_mpc_SUBDIR_FALSE = @include_mpc_SUBDIR_FALSE@
 
371
include_mpc_SUBDIR_TRUE = @include_mpc_SUBDIR_TRUE@
 
372
include_mpeg_decoder_FALSE = @include_mpeg_decoder_FALSE@
 
373
include_mpeg_decoder_TRUE = @include_mpeg_decoder_TRUE@
 
374
include_ogg_SUBDIR_FALSE = @include_ogg_SUBDIR_FALSE@
 
375
include_ogg_SUBDIR_TRUE = @include_ogg_SUBDIR_TRUE@
 
376
include_oss_sink_FALSE = @include_oss_sink_FALSE@
 
377
include_oss_sink_TRUE = @include_oss_sink_TRUE@
 
378
include_polyp_sink_FALSE = @include_polyp_sink_FALSE@
 
379
include_polyp_sink_TRUE = @include_polyp_sink_TRUE@
 
380
include_src_resampler_FALSE = @include_src_resampler_FALSE@
 
381
include_src_resampler_TRUE = @include_src_resampler_TRUE@
 
382
include_theora_SUBDIR_FALSE = @include_theora_SUBDIR_FALSE@
 
383
include_theora_SUBDIR_TRUE = @include_theora_SUBDIR_TRUE@
 
384
include_x11_FALSE = @include_x11_FALSE@
 
385
include_x11_TRUE = @include_x11_TRUE@
 
386
include_xiph_decoder_FALSE = @include_xiph_decoder_FALSE@
 
387
include_xiph_decoder_TRUE = @include_xiph_decoder_TRUE@
 
388
includedir = @includedir@
 
389
infodir = @infodir@
 
390
install_akode_artsplugin_FALSE = @install_akode_artsplugin_FALSE@
 
391
install_akode_artsplugin_TRUE = @install_akode_artsplugin_TRUE@
 
392
install_sh = @install_sh@
 
393
juk_SUBDIR_included_FALSE = @juk_SUBDIR_included_FALSE@
 
394
juk_SUBDIR_included_TRUE = @juk_SUBDIR_included_TRUE@
 
395
kaboodle_SUBDIR_included_FALSE = @kaboodle_SUBDIR_included_FALSE@
 
396
kaboodle_SUBDIR_included_TRUE = @kaboodle_SUBDIR_included_TRUE@
 
397
kappfinder_data_SUBDIR_included_FALSE = @kappfinder_data_SUBDIR_included_FALSE@
 
398
kappfinder_data_SUBDIR_included_TRUE = @kappfinder_data_SUBDIR_included_TRUE@
 
399
kaudiocreator_SUBDIR_included_FALSE = @kaudiocreator_SUBDIR_included_FALSE@
 
400
kaudiocreator_SUBDIR_included_TRUE = @kaudiocreator_SUBDIR_included_TRUE@
 
401
kde_appsdir = @kde_appsdir@
 
402
kde_artsplug_compiles = @kde_artsplug_compiles@
 
403
kde_bindir = @kde_bindir@
 
404
kde_confdir = @kde_confdir@
 
405
kde_datadir = @kde_datadir@
 
406
kde_htmldir = @kde_htmldir@
 
407
kde_icondir = @kde_icondir@
 
408
kde_includes = @kde_includes@
 
409
kde_kcfgdir = @kde_kcfgdir@
 
410
kde_libraries = @kde_libraries@
 
411
kde_libs_htmldir = @kde_libs_htmldir@
 
412
kde_libs_prefix = @kde_libs_prefix@
 
413
kde_locale = @kde_locale@
 
414
kde_mimedir = @kde_mimedir@
 
415
kde_moduledir = @kde_moduledir@
 
416
kde_qtver = @kde_qtver@
 
417
kde_servicesdir = @kde_servicesdir@
 
418
kde_servicetypesdir = @kde_servicetypesdir@
 
419
kde_sounddir = @kde_sounddir@
 
420
kde_styledir = @kde_styledir@
 
421
kde_templatesdir = @kde_templatesdir@
 
422
kde_wallpaperdir = @kde_wallpaperdir@
 
423
kde_widgetdir = @kde_widgetdir@
 
424
kdeinitdir = @kdeinitdir@
 
425
kfile_plugins_SUBDIR_included_FALSE = @kfile_plugins_SUBDIR_included_FALSE@
 
426
kfile_plugins_SUBDIR_included_TRUE = @kfile_plugins_SUBDIR_included_TRUE@
 
427
kioslave_SUBDIR_included_FALSE = @kioslave_SUBDIR_included_FALSE@
 
428
kioslave_SUBDIR_included_TRUE = @kioslave_SUBDIR_included_TRUE@
 
429
kmid_SUBDIR_included_FALSE = @kmid_SUBDIR_included_FALSE@
 
430
kmid_SUBDIR_included_TRUE = @kmid_SUBDIR_included_TRUE@
 
431
kmix_SUBDIR_included_FALSE = @kmix_SUBDIR_included_FALSE@
 
432
kmix_SUBDIR_included_TRUE = @kmix_SUBDIR_included_TRUE@
 
433
krec_SUBDIR_included_FALSE = @krec_SUBDIR_included_FALSE@
 
434
krec_SUBDIR_included_TRUE = @krec_SUBDIR_included_TRUE@
 
435
kscd_SUBDIR_included_FALSE = @kscd_SUBDIR_included_FALSE@
 
436
kscd_SUBDIR_included_TRUE = @kscd_SUBDIR_included_TRUE@
 
437
libdir = @libdir@
 
438
libexecdir = @libexecdir@
 
439
libkcddb_SUBDIR_included_FALSE = @libkcddb_SUBDIR_included_FALSE@
 
440
libkcddb_SUBDIR_included_TRUE = @libkcddb_SUBDIR_included_TRUE@
 
441
libwm_with_cdda_FALSE = @libwm_with_cdda_FALSE@
 
442
libwm_with_cdda_TRUE = @libwm_with_cdda_TRUE@
 
443
link_lib_MB_FALSE = @link_lib_MB_FALSE@
 
444
link_lib_MB_TRUE = @link_lib_MB_TRUE@
 
445
localstatedir = @localstatedir@
 
446
mandir = @mandir@
 
447
mkdir_p = @mkdir_p@
 
448
mpeglib_SUBDIR_included_FALSE = @mpeglib_SUBDIR_included_FALSE@
 
449
mpeglib_SUBDIR_included_TRUE = @mpeglib_SUBDIR_included_TRUE@
 
450
mpeglib_artsplug_SUBDIR_included_FALSE = @mpeglib_artsplug_SUBDIR_included_FALSE@
 
451
mpeglib_artsplug_SUBDIR_included_TRUE = @mpeglib_artsplug_SUBDIR_included_TRUE@
 
452
mpg123_artsplugin_SUBDIR_included_FALSE = @mpg123_artsplugin_SUBDIR_included_FALSE@
 
453
mpg123_artsplugin_SUBDIR_included_TRUE = @mpg123_artsplugin_SUBDIR_included_TRUE@
 
454
noatun_SUBDIR_included_FALSE = @noatun_SUBDIR_included_FALSE@
 
455
noatun_SUBDIR_included_TRUE = @noatun_SUBDIR_included_TRUE@
 
456
oggvorbis_artsplugin_SUBDIR_included_FALSE = @oggvorbis_artsplugin_SUBDIR_included_FALSE@
 
457
oggvorbis_artsplugin_SUBDIR_included_TRUE = @oggvorbis_artsplugin_SUBDIR_included_TRUE@
 
458
oldincludedir = @oldincludedir@
 
459
prefix = @prefix@
 
460
program_transform_name = @program_transform_name@
 
461
qt_includes = @qt_includes@
 
462
qt_libraries = @qt_libraries@
 
463
sbindir = @sbindir@
 
464
sharedstatedir = @sharedstatedir@
 
465
sysconfdir = @sysconfdir@
 
466
taglib_includes = @taglib_includes@
 
467
taglib_libs = @taglib_libs@
 
468
target = @target@
 
469
target_alias = @target_alias@
 
470
target_cpu = @target_cpu@
 
471
target_os = @target_os@
 
472
target_vendor = @target_vendor@
 
473
unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
 
474
unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
 
475
use_libltdl_FALSE = @use_libltdl_FALSE@
 
476
use_libltdl_TRUE = @use_libltdl_TRUE@
 
477
x_includes = @x_includes@
 
478
x_libraries = @x_libraries@
 
479
xdg_appsdir = @xdg_appsdir@
 
480
xdg_directorydir = @xdg_directorydir@
 
481
xdg_menudir = @xdg_menudir@
 
482
xine_artsplugin_SUBDIR_included_FALSE = @xine_artsplugin_SUBDIR_included_FALSE@
 
483
xine_artsplugin_SUBDIR_included_TRUE = @xine_artsplugin_SUBDIR_included_TRUE@
 
484
noinst_LTLIBRARIES = libfreeverb.la
 
485
libfreeverb_la_SOURCES = allpass.cpp comb.cpp revmodel.cpp
 
486
#>- all: all-am
 
487
#>+ 1
 
488
all: docs-am  all-am
 
489
 
 
490
.SUFFIXES:
 
491
.SUFFIXES: .cpp .lo .o .obj
 
492
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
493
#>-     @for dep in $?; do \
 
494
#>-       case '$(am__configure_deps)' in \
 
495
#>-         *$$dep*) \
 
496
#>-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
497
#>-             && exit 0; \
 
498
#>-           exit 1;; \
 
499
#>-       esac; \
 
500
#>-     done; \
 
501
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  arts/modules/effects/freeverb/Makefile'; \
 
502
#>-     cd $(top_srcdir) && \
 
503
#>-       $(AUTOMAKE) --foreign  arts/modules/effects/freeverb/Makefile
 
504
#>+ 12
 
505
        @for dep in $?; do \
 
506
          case '$(am__configure_deps)' in \
 
507
            *$$dep*) \
 
508
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
509
                && exit 0; \
 
510
              exit 1;; \
 
511
          esac; \
 
512
        done; \
 
513
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  arts/modules/effects/freeverb/Makefile'; \
 
514
        cd $(top_srcdir) && \
 
515
          $(AUTOMAKE) --foreign  arts/modules/effects/freeverb/Makefile
 
516
        cd $(top_srcdir) && perl admin/am_edit arts/modules/effects/freeverb/Makefile.in
 
517
.PRECIOUS: Makefile
 
518
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
519
        @case '$?' in \
 
520
          *config.status*) \
 
521
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
522
          *) \
 
523
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
524
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
525
        esac;
 
526
 
 
527
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
528
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
529
 
 
530
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
531
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
532
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
533
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
534
 
 
535
clean-noinstLTLIBRARIES:
 
536
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
537
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
538
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
539
          test "$$dir" != "$$p" || dir=.; \
 
540
          echo "rm -f \"$${dir}/so_locations\""; \
 
541
          rm -f "$${dir}/so_locations"; \
 
542
        done
 
543
libfreeverb.la: $(libfreeverb_la_OBJECTS) $(libfreeverb_la_DEPENDENCIES) 
 
544
        $(CXXLINK)  $(libfreeverb_la_LDFLAGS) $(libfreeverb_la_OBJECTS) $(libfreeverb_la_LIBADD) $(LIBS)
 
545
 
 
546
mostlyclean-compile:
 
547
        -rm -f *.$(OBJEXT)
 
548
 
 
549
distclean-compile:
 
550
        -rm -f *.tab.c
 
551
 
 
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allpass.Plo@am__quote@
 
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comb.Plo@am__quote@
 
554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/revmodel.Plo@am__quote@
 
555
 
 
556
.cpp.o:
 
557
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
558
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
559
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
560
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
561
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
562
 
 
563
.cpp.obj:
 
564
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
565
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
566
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
567
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
568
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
569
 
 
570
.cpp.lo:
 
571
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
572
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
573
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
574
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
575
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
576
 
 
577
mostlyclean-libtool:
 
578
        -rm -f *.lo
 
579
 
 
580
clean-libtool:
 
581
        -rm -rf .libs _libs
 
582
 
 
583
distclean-libtool:
 
584
        -rm -f libtool
 
585
uninstall-info-am:
 
586
 
 
587
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
588
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
589
        unique=`for i in $$list; do \
 
590
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
591
          done | \
 
592
          $(AWK) '    { files[$$0] = 1; } \
 
593
               END { for (i in files) print i; }'`; \
 
594
        mkid -fID $$unique
 
595
tags: TAGS
 
596
 
 
597
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
598
                $(TAGS_FILES) $(LISP)
 
599
        tags=; \
 
600
        here=`pwd`; \
 
601
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
602
        unique=`for i in $$list; do \
 
603
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
604
          done | \
 
605
          $(AWK) '    { files[$$0] = 1; } \
 
606
               END { for (i in files) print i; }'`; \
 
607
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
608
          test -n "$$unique" || unique=$$empty_fix; \
 
609
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
610
            $$tags $$unique; \
 
611
        fi
 
612
ctags: CTAGS
 
613
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
614
                $(TAGS_FILES) $(LISP)
 
615
        tags=; \
 
616
        here=`pwd`; \
 
617
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
618
        unique=`for i in $$list; do \
 
619
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
620
          done | \
 
621
          $(AWK) '    { files[$$0] = 1; } \
 
622
               END { for (i in files) print i; }'`; \
 
623
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
624
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
625
             $$tags $$unique
 
626
 
 
627
GTAGS:
 
628
        here=`$(am__cd) $(top_builddir) && pwd` \
 
629
          && cd $(top_srcdir) \
 
630
          && gtags -i $(GTAGS_ARGS) $$here
 
631
 
 
632
distclean-tags:
 
633
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
634
 
 
635
distdir: $(DISTFILES)
 
636
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
637
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
638
        list='$(DISTFILES)'; for file in $$list; do \
 
639
          case $$file in \
 
640
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
641
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
642
          esac; \
 
643
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
644
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
645
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
646
            dir="/$$dir"; \
 
647
            $(mkdir_p) "$(distdir)$$dir"; \
 
648
          else \
 
649
            dir=''; \
 
650
          fi; \
 
651
          if test -d $$d/$$file; then \
 
652
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
653
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
654
            fi; \
 
655
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
656
          else \
 
657
            test -f $(distdir)/$$file \
 
658
            || cp -p $$d/$$file $(distdir)/$$file \
 
659
            || exit 1; \
 
660
          fi; \
 
661
        done
 
662
check-am: all-am
 
663
check: check-am
 
664
all-am: Makefile $(LTLIBRARIES)
 
665
installdirs:
 
666
install: install-am
 
667
install-exec: install-exec-am
 
668
install-data: install-data-am
 
669
uninstall: uninstall-am
 
670
 
 
671
install-am: all-am
 
672
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
673
 
 
674
installcheck: installcheck-am
 
675
install-strip:
 
676
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
677
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
678
          `test -z '$(STRIP)' || \
 
679
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
680
mostlyclean-generic:
 
681
 
 
682
clean-generic:
 
683
 
 
684
distclean-generic:
 
685
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
686
 
 
687
maintainer-clean-generic:
 
688
        @echo "This command is intended for maintainers to use"
 
689
        @echo "it deletes files that may require special tools to rebuild."
 
690
#>- clean: clean-am
 
691
#>+ 1
 
692
clean: kde-rpo-clean  clean-am
 
693
 
 
694
#>- clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
695
#>-     mostlyclean-am
 
696
#>+ 2
 
697
clean-am: clean-bcheck clean-final  clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
698
        mostlyclean-am
 
699
 
 
700
distclean: distclean-am
 
701
        -rm -rf ./$(DEPDIR)
 
702
        -rm -f Makefile
 
703
distclean-am: clean-am distclean-compile distclean-generic \
 
704
        distclean-libtool distclean-tags
 
705
 
 
706
dvi: dvi-am
 
707
 
 
708
dvi-am:
 
709
 
 
710
html: html-am
 
711
 
 
712
info: info-am
 
713
 
 
714
info-am:
 
715
 
 
716
install-data-am:
 
717
 
 
718
install-exec-am:
 
719
 
 
720
install-info: install-info-am
 
721
 
 
722
install-man:
 
723
 
 
724
installcheck-am:
 
725
 
 
726
maintainer-clean: maintainer-clean-am
 
727
        -rm -rf ./$(DEPDIR)
 
728
        -rm -f Makefile
 
729
maintainer-clean-am: distclean-am maintainer-clean-generic
 
730
 
 
731
mostlyclean: mostlyclean-am
 
732
 
 
733
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
734
        mostlyclean-libtool
 
735
 
 
736
pdf: pdf-am
 
737
 
 
738
pdf-am:
 
739
 
 
740
ps: ps-am
 
741
 
 
742
ps-am:
 
743
 
 
744
uninstall-am: uninstall-info-am
 
745
 
 
746
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
747
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
748
        distclean-compile distclean-generic distclean-libtool \
 
749
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
750
        install install-am install-data install-data-am install-exec \
 
751
        install-exec-am install-info install-info-am install-man \
 
752
        install-strip installcheck installcheck-am installdirs \
 
753
        maintainer-clean maintainer-clean-generic mostlyclean \
 
754
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
755
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
756
        uninstall-info-am
 
757
 
 
758
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
759
# Otherwise a system limit (for SysV at least) may be exceeded.
 
760
.NOEXPORT:
 
761
 
 
762
#>+ 2
 
763
KDE_DIST=tuning.h readme.txt denormals.h comb.hpp revmodel.hpp Makefile.in allpass.hpp Makefile.am 
 
764
 
 
765
#>+ 2
 
766
docs-am:
 
767
 
 
768
#>+ 15
 
769
force-reedit:
 
770
                @for dep in $?; do \
 
771
          case '$(am__configure_deps)' in \
 
772
            *$$dep*) \
 
773
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
774
                && exit 0; \
 
775
              exit 1;; \
 
776
          esac; \
 
777
        done; \
 
778
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  arts/modules/effects/freeverb/Makefile'; \
 
779
        cd $(top_srcdir) && \
 
780
          $(AUTOMAKE) --foreign  arts/modules/effects/freeverb/Makefile
 
781
        cd $(top_srcdir) && perl admin/am_edit arts/modules/effects/freeverb/Makefile.in
 
782
 
 
783
 
 
784
#>+ 21
 
785
clean-bcheck: 
 
786
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
 
787
 
 
788
bcheck: bcheck-am
 
789
 
 
790
bcheck-am:
 
791
        @for i in ; do \
 
792
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
 
793
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
 
794
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
 
795
                echo "$$i"; \
 
796
                if ! $(CXXCOMPILE)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
 
797
                    rm -f $$i.bchecktest.cc; exit 1; \
 
798
                fi ; \
 
799
                echo "" >> $$i.bchecktest.cc.class; \
 
800
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
 
801
                rm -f a.out; \
 
802
            fi ; \
 
803
        done
 
804
 
 
805
 
 
806
#>+ 11
 
807
libfreeverb_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/allpass.cpp $(srcdir)/comb.cpp $(srcdir)/revmodel.cpp 
 
808
        @echo 'creating libfreeverb_la.all_cpp.cpp ...'; \
 
809
        rm -f libfreeverb_la.all_cpp.files libfreeverb_la.all_cpp.final; \
 
810
        echo "#define KDE_USE_FINAL 1" >> libfreeverb_la.all_cpp.final; \
 
811
        for file in allpass.cpp comb.cpp revmodel.cpp ; do \
 
812
          echo "#include \"$$file\"" >> libfreeverb_la.all_cpp.files; \
 
813
          test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> libfreeverb_la.all_cpp.final; \
 
814
        done; \
 
815
        cat libfreeverb_la.all_cpp.final libfreeverb_la.all_cpp.files > libfreeverb_la.all_cpp.cpp; \
 
816
        rm -f libfreeverb_la.all_cpp.final libfreeverb_la.all_cpp.files
 
817
 
 
818
#>+ 3
 
819
clean-final:
 
820
        -rm -f libfreeverb_la.all_cpp.cpp
 
821
 
 
822
#>+ 3
 
823
final:
 
824
        $(MAKE) libfreeverb_la_OBJECTS="$(libfreeverb_la_final_OBJECTS)" all-am
 
825
 
 
826
#>+ 3
 
827
final-install:
 
828
        $(MAKE) libfreeverb_la_OBJECTS="$(libfreeverb_la_final_OBJECTS)" install-am
 
829
 
 
830
#>+ 3
 
831
no-final:
 
832
        $(MAKE) libfreeverb_la_OBJECTS="$(libfreeverb_la_nofinal_OBJECTS)" all-am
 
833
 
 
834
#>+ 3
 
835
no-final-install:
 
836
        $(MAKE) libfreeverb_la_OBJECTS="$(libfreeverb_la_nofinal_OBJECTS)" install-am
 
837
 
 
838
#>+ 3
 
839
cvs-clean:
 
840
        $(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
 
841
 
 
842
#>+ 3
 
843
kde-rpo-clean:
 
844
        -rm -f *.rpo
 
845
 
 
846
#>+ 3
 
847
nmcheck: 
 
848
nmcheck-am: nmcheck