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

« back to all changes in this revision

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