Remove no-longer used file.
[ardour.git] / libs / taglib / taglib / mpeg / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3 # @configure_input@
4
5 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6 # 2003, 2004, 2005, 2006  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
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = taglib/mpeg
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40         $(taglib_include_HEADERS)
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43         $(top_srcdir)/configure.in
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 LTLIBRARIES = $(noinst_LTLIBRARIES)
50 libmpeg_la_DEPENDENCIES = ./id3v2/libid3v2.la ./id3v1/libid3v1.la
51 am_libmpeg_la_OBJECTS = mpegfile.lo mpegproperties.lo mpegheader.lo \
52         xingheader.lo
53 #>- libmpeg_la_OBJECTS = $(am_libmpeg_la_OBJECTS)
54 #>+ 5
55 libmpeg_la_final_OBJECTS = libmpeg_la.all_cpp.lo 
56 libmpeg_la_nofinal_OBJECTS = mpegfile.lo mpegproperties.lo mpegheader.lo \
57         xingheader.lo
58 @KDE_USE_FINAL_FALSE@libmpeg_la_OBJECTS = $(libmpeg_la_nofinal_OBJECTS)
59 @KDE_USE_FINAL_TRUE@libmpeg_la_OBJECTS = $(libmpeg_la_final_OBJECTS)
60 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
61 depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
62 am__depfiles_maybe = depfiles
63 #>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64 #>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65 #>+ 2
66 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
68 #>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69 #>-     --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70 #>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
71 #>+ 3
72 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
75 CXXLD = $(CXX)
76 #>- CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 #>-     --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
78 #>-     $(LDFLAGS) -o $@
79 #>+ 3
80 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) \
82         $(LDFLAGS) -o $@
83 SOURCES = $(libmpeg_la_SOURCES)
84 DIST_SOURCES = $(libmpeg_la_SOURCES)
85 #>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86 #>-     html-recursive info-recursive install-data-recursive \
87 #>-     install-dvi-recursive install-exec-recursive \
88 #>-     install-html-recursive install-info-recursive \
89 #>-     install-pdf-recursive install-ps-recursive install-recursive \
90 #>-     installcheck-recursive installdirs-recursive pdf-recursive \
91 #>-     ps-recursive uninstall-recursive
92 #>+ 7
93 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
94         html-recursive info-recursive install-data-recursive \
95         install-dvi-recursive install-exec-recursive \
96         install-html-recursive install-info-recursive \
97         install-pdf-recursive install-ps-recursive install-recursive \
98         installcheck-recursive installdirs-recursive pdf-recursive \
99         ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive
100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101 am__vpath_adj = case $$p in \
102     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103     *) f=$$p;; \
104   esac;
105 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
106 am__installdirs = "$(DESTDIR)$(taglib_includedir)"
107 taglib_includeHEADERS_INSTALL = $(INSTALL_HEADER)
108 HEADERS = $(taglib_include_HEADERS)
109 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
110   distclean-recursive maintainer-clean-recursive
111 ETAGS = etags
112 CTAGS = ctags
113 DIST_SUBDIRS = $(SUBDIRS)
114 #>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115 #>+ 1
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
117 ACLOCAL = @ACLOCAL@
118 AMTAR = @AMTAR@
119 AR = @AR@
120 AUTOCONF = @AUTOCONF@
121 AUTODIRS = @AUTODIRS@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 CC = @CC@
126 CCDEPMODE = @CCDEPMODE@
127 CFLAGS = @CFLAGS@
128 CONF_FILES = @CONF_FILES@
129 CPP = @CPP@
130 CPPFLAGS = @CPPFLAGS@
131 CXX = @CXX@
132 CXXCPP = @CXXCPP@
133 CXXDEPMODE = @CXXDEPMODE@
134 CXXFLAGS = @CXXFLAGS@
135 CYGPATH_W = @CYGPATH_W@
136 DEFS = @DEFS@
137 DEPDIR = @DEPDIR@
138 ECHO = @ECHO@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EGREP = @EGREP@
143 ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
144 EXEEXT = @EXEEXT@
145 F77 = @F77@
146 FFLAGS = @FFLAGS@
147 GREP = @GREP@
148 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@
155 KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
156 KDE_PLUGIN = @KDE_PLUGIN@
157 KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
158 KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
159 KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
160 KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
161 KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
162 KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
163 LDFLAGS = @LDFLAGS@
164 LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
165 LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
166 LIBOBJS = @LIBOBJS@
167 LIBS = @LIBS@
168 LIBTOOL = @LIBTOOL@
169 LN_S = @LN_S@
170 LTLIBOBJS = @LTLIBOBJS@
171 MAKEINFO = @MAKEINFO@
172 MKDIR_P = @MKDIR_P@
173 NOOPT_CFLAGS = @NOOPT_CFLAGS@
174 NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
175 OBJEXT = @OBJEXT@
176 PACKAGE = @PACKAGE@
177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178 PACKAGE_NAME = @PACKAGE_NAME@
179 PACKAGE_STRING = @PACKAGE_STRING@
180 PACKAGE_TARNAME = @PACKAGE_TARNAME@
181 PACKAGE_VERSION = @PACKAGE_VERSION@
182 PATH_SEPARATOR = @PATH_SEPARATOR@
183 RANLIB = @RANLIB@
184 SET_MAKE = @SET_MAKE@
185 SHELL = @SHELL@
186 STRIP = @STRIP@
187 TOPSUBDIRS = @TOPSUBDIRS@
188 USE_EXCEPTIONS = @USE_EXCEPTIONS@
189 USE_RTTI = @USE_RTTI@
190 VERSION = @VERSION@
191 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
192 abs_builddir = @abs_builddir@
193 abs_srcdir = @abs_srcdir@
194 abs_top_builddir = @abs_top_builddir@
195 abs_top_srcdir = @abs_top_srcdir@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_CXX = @ac_ct_CXX@
198 ac_ct_F77 = @ac_ct_F77@
199 all_includes = @all_includes@
200 all_libraries = @all_libraries@
201 am__include = @am__include@
202 am__leading_dot = @am__leading_dot@
203 am__quote = @am__quote@
204 am__tar = @am__tar@
205 am__untar = @am__untar@
206 bindir = @bindir@
207 build = @build@
208 build_alias = @build_alias@
209 build_cpu = @build_cpu@
210 build_os = @build_os@
211 build_vendor = @build_vendor@
212 builddir = @builddir@
213 datadir = @datadir@
214 datarootdir = @datarootdir@
215 docdir = @docdir@
216 dvidir = @dvidir@
217 exec_prefix = @exec_prefix@
218 host = @host@
219 host_alias = @host_alias@
220 host_cpu = @host_cpu@
221 host_os = @host_os@
222 host_vendor = @host_vendor@
223 htmldir = @htmldir@
224 includedir = @includedir@
225 infodir = @infodir@
226 install_sh = @install_sh@
227 libdir = @libdir@
228 libexecdir = @libexecdir@
229 localedir = @localedir@
230 localstatedir = @localstatedir@
231 mandir = @mandir@
232 mkdir_p = @mkdir_p@
233 oldincludedir = @oldincludedir@
234 pdfdir = @pdfdir@
235 prefix = @prefix@
236 program_transform_name = @program_transform_name@
237 psdir = @psdir@
238 sbindir = @sbindir@
239 sharedstatedir = @sharedstatedir@
240 srcdir = @srcdir@
241 sysconfdir = @sysconfdir@
242 target = @target@
243 target_alias = @target_alias@
244 target_cpu = @target_cpu@
245 target_os = @target_os@
246 target_vendor = @target_vendor@
247 top_builddir = @top_builddir@
248 top_srcdir = @top_srcdir@
249 SUBDIRS = id3v1 id3v2
250 INCLUDES = \
251         -I$(top_srcdir)/taglib \
252         -I$(top_srcdir)/taglib/toolkit \
253         -I$(top_srcdir)/taglib/ape \
254         -I$(top_srcdir)/taglib/mpeg/id3v2 -I./id3v2 \
255         -I$(top_srcdir)/taglib/mpeg/id3v1 -I./id3v1 \
256         $(all_includes)
257
258 noinst_LTLIBRARIES = libmpeg.la
259 libmpeg_la_SOURCES = mpegfile.cpp mpegproperties.cpp mpegheader.cpp xingheader.cpp
260 taglib_include_HEADERS = mpegfile.h mpegproperties.h mpegheader.h xingheader.h
261 taglib_includedir = $(includedir)/taglib
262 libmpeg_la_LIBADD = ./id3v2/libid3v2.la ./id3v1/libid3v1.la
263 #>- all: all-recursive
264 #>+ 1
265 all: docs-am  all-recursive
266
267 .SUFFIXES:
268 .SUFFIXES: .cpp .lo .o .obj
269 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
270 #>-     @for dep in $?; do \
271 #>-       case '$(am__configure_deps)' in \
272 #>-         *$$dep*) \
273 #>-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
274 #>-             && exit 0; \
275 #>-           exit 1;; \
276 #>-       esac; \
277 #>-     done; \
278 #>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  taglib/mpeg/Makefile'; \
279 #>-     cd $(top_srcdir) && \
280 #>-       $(AUTOMAKE) --gnu  taglib/mpeg/Makefile
281 #>+ 12
282         @for dep in $?; do \
283           case '$(am__configure_deps)' in \
284             *$$dep*) \
285               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
286                 && exit 0; \
287               exit 1;; \
288           esac; \
289         done; \
290         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  taglib/mpeg/Makefile'; \
291         cd $(top_srcdir) && \
292           $(AUTOMAKE) --gnu  taglib/mpeg/Makefile
293         cd $(top_srcdir) && perl admin/am_edit taglib/mpeg/Makefile.in
294 .PRECIOUS: Makefile
295 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296         @case '$?' in \
297           *config.status*) \
298             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299           *) \
300             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302         esac;
303
304 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307 $(top_srcdir)/configure:  $(am__configure_deps)
308         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
310         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
312 clean-noinstLTLIBRARIES:
313         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
314         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
315           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
316           test "$$dir" != "$$p" || dir=.; \
317           echo "rm -f \"$${dir}/so_locations\""; \
318           rm -f "$${dir}/so_locations"; \
319         done
320 libmpeg.la: $(libmpeg_la_OBJECTS) $(libmpeg_la_DEPENDENCIES) 
321         $(CXXLINK)  $(libmpeg_la_OBJECTS) $(libmpeg_la_LIBADD) $(LIBS)
322
323 mostlyclean-compile:
324         -rm -f *.$(OBJEXT)
325
326 distclean-compile:
327         -rm -f *.tab.c
328
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpegfile.Plo@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpegheader.Plo@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpegproperties.Plo@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xingheader.Plo@am__quote@
333
334 .cpp.o:
335 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
340
341 .cpp.obj:
342 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
347
348 .cpp.lo:
349 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
354
355 mostlyclean-libtool:
356         -rm -f *.lo
357
358 clean-libtool:
359         -rm -rf .libs _libs
360 install-taglib_includeHEADERS: $(taglib_include_HEADERS)
361         @$(NORMAL_INSTALL)
362         test -z "$(taglib_includedir)" || $(MKDIR_P) "$(DESTDIR)$(taglib_includedir)"
363         @list='$(taglib_include_HEADERS)'; for p in $$list; do \
364           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
365           f=$(am__strip_dir) \
366           echo " $(taglib_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(taglib_includedir)/$$f'"; \
367           $(taglib_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(taglib_includedir)/$$f"; \
368         done
369
370 uninstall-taglib_includeHEADERS:
371         @$(NORMAL_UNINSTALL)
372         @list='$(taglib_include_HEADERS)'; for p in $$list; do \
373           f=$(am__strip_dir) \
374           echo " rm -f '$(DESTDIR)$(taglib_includedir)/$$f'"; \
375           rm -f "$(DESTDIR)$(taglib_includedir)/$$f"; \
376         done
377
378 # This directory's subdirectories are mostly independent; you can cd
379 # into them and run `make' without going through this Makefile.
380 # To change the values of `make' variables: instead of editing Makefiles,
381 # (1) if the variable is set in `config.status', edit `config.status'
382 #     (which will cause the Makefiles to be regenerated when you run `make');
383 # (2) otherwise, pass the desired values on the `make' command line.
384 $(RECURSIVE_TARGETS):
385         @failcom='exit 1'; \
386         for f in x $$MAKEFLAGS; do \
387           case $$f in \
388             *=* | --[!k]*);; \
389             *k*) failcom='fail=yes';; \
390           esac; \
391         done; \
392         dot_seen=no; \
393         target=`echo $@ | sed s/-recursive//`; \
394         list='$(SUBDIRS)'; for subdir in $$list; do \
395           echo "Making $$target in $$subdir"; \
396           if test "$$subdir" = "."; then \
397             dot_seen=yes; \
398             local_target="$$target-am"; \
399           else \
400             local_target="$$target"; \
401           fi; \
402           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403           || eval $$failcom; \
404         done; \
405         if test "$$dot_seen" = "no"; then \
406           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
407         fi; test -z "$$fail"
408
409 $(RECURSIVE_CLEAN_TARGETS):
410         @failcom='exit 1'; \
411         for f in x $$MAKEFLAGS; do \
412           case $$f in \
413             *=* | --[!k]*);; \
414             *k*) failcom='fail=yes';; \
415           esac; \
416         done; \
417         dot_seen=no; \
418         case "$@" in \
419           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
420           *) list='$(SUBDIRS)' ;; \
421         esac; \
422         rev=''; for subdir in $$list; do \
423           if test "$$subdir" = "."; then :; else \
424             rev="$$subdir $$rev"; \
425           fi; \
426         done; \
427         rev="$$rev ."; \
428         target=`echo $@ | sed s/-recursive//`; \
429         for subdir in $$rev; do \
430           echo "Making $$target in $$subdir"; \
431           if test "$$subdir" = "."; then \
432             local_target="$$target-am"; \
433           else \
434             local_target="$$target"; \
435           fi; \
436           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
437           || eval $$failcom; \
438         done && test -z "$$fail"
439 tags-recursive:
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
442         done
443 ctags-recursive:
444         list='$(SUBDIRS)'; for subdir in $$list; do \
445           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
446         done
447
448 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
449         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450         unique=`for i in $$list; do \
451             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452           done | \
453           $(AWK) '    { files[$$0] = 1; } \
454                END { for (i in files) print i; }'`; \
455         mkid -fID $$unique
456 tags: TAGS
457
458 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459                 $(TAGS_FILES) $(LISP)
460         tags=; \
461         here=`pwd`; \
462         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
463           include_option=--etags-include; \
464           empty_fix=.; \
465         else \
466           include_option=--include; \
467           empty_fix=; \
468         fi; \
469         list='$(SUBDIRS)'; for subdir in $$list; do \
470           if test "$$subdir" = .; then :; else \
471             test ! -f $$subdir/TAGS || \
472               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
473           fi; \
474         done; \
475         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
476         unique=`for i in $$list; do \
477             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478           done | \
479           $(AWK) '    { files[$$0] = 1; } \
480                END { for (i in files) print i; }'`; \
481         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
482           test -n "$$unique" || unique=$$empty_fix; \
483           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484             $$tags $$unique; \
485         fi
486 ctags: CTAGS
487 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
488                 $(TAGS_FILES) $(LISP)
489         tags=; \
490         here=`pwd`; \
491         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
492         unique=`for i in $$list; do \
493             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494           done | \
495           $(AWK) '    { files[$$0] = 1; } \
496                END { for (i in files) print i; }'`; \
497         test -z "$(CTAGS_ARGS)$$tags$$unique" \
498           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499              $$tags $$unique
500
501 GTAGS:
502         here=`$(am__cd) $(top_builddir) && pwd` \
503           && cd $(top_srcdir) \
504           && gtags -i $(GTAGS_ARGS) $$here
505
506 distclean-tags:
507         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
509 distdir: $(DISTFILES)
510         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512         list='$(DISTFILES)'; \
513           dist_files=`for file in $$list; do echo $$file; done | \
514           sed -e "s|^$$srcdirstrip/||;t" \
515               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
516         case $$dist_files in \
517           */*) $(MKDIR_P) `echo "$$dist_files" | \
518                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
519                            sort -u` ;; \
520         esac; \
521         for file in $$dist_files; do \
522           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523           if test -d $$d/$$file; then \
524             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
525             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
526               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
527             fi; \
528             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
529           else \
530             test -f $(distdir)/$$file \
531             || cp -p $$d/$$file $(distdir)/$$file \
532             || exit 1; \
533           fi; \
534         done
535         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536           if test "$$subdir" = .; then :; else \
537             test -d "$(distdir)/$$subdir" \
538             || $(MKDIR_P) "$(distdir)/$$subdir" \
539             || exit 1; \
540             distdir=`$(am__cd) $(distdir) && pwd`; \
541             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
542             (cd $$subdir && \
543               $(MAKE) $(AM_MAKEFLAGS) \
544                 top_distdir="$$top_distdir" \
545                 distdir="$$distdir/$$subdir" \
546                 am__remove_distdir=: \
547                 am__skip_length_check=: \
548                 distdir) \
549               || exit 1; \
550           fi; \
551         done
552 check-am: all-am
553 check: check-recursive
554 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
555 installdirs: installdirs-recursive
556 installdirs-am:
557         for dir in "$(DESTDIR)$(taglib_includedir)"; do \
558           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
559         done
560 install: install-recursive
561 install-exec: install-exec-recursive
562 install-data: install-data-recursive
563 uninstall: uninstall-recursive
564
565 install-am: all-am
566         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
567
568 installcheck: installcheck-recursive
569 install-strip:
570         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572           `test -z '$(STRIP)' || \
573             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
574 mostlyclean-generic:
575
576 clean-generic:
577
578 distclean-generic:
579         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580
581 maintainer-clean-generic:
582         @echo "This command is intended for maintainers to use"
583         @echo "it deletes files that may require special tools to rebuild."
584 #>- clean: clean-recursive
585 #>+ 1
586 clean: kde-rpo-clean  clean-recursive
587
588 #>- clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
589 #>-     mostlyclean-am
590 #>+ 2
591 clean-am: clean-bcheck clean-final  clean-generic clean-libtool clean-noinstLTLIBRARIES \
592         mostlyclean-am
593
594 distclean: distclean-recursive
595         -rm -rf ./$(DEPDIR)
596         -rm -f Makefile
597 distclean-am: clean-am distclean-compile distclean-generic \
598         distclean-tags
599
600 dvi: dvi-recursive
601
602 dvi-am:
603
604 html: html-recursive
605
606 info: info-recursive
607
608 info-am:
609
610 install-data-am: install-taglib_includeHEADERS
611
612 install-dvi: install-dvi-recursive
613
614 install-exec-am:
615
616 install-html: install-html-recursive
617
618 install-info: install-info-recursive
619
620 install-man:
621
622 install-pdf: install-pdf-recursive
623
624 install-ps: install-ps-recursive
625
626 installcheck-am:
627
628 maintainer-clean: maintainer-clean-recursive
629         -rm -rf ./$(DEPDIR)
630         -rm -f Makefile
631 maintainer-clean-am: distclean-am maintainer-clean-generic
632
633 mostlyclean: mostlyclean-recursive
634
635 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
636         mostlyclean-libtool
637
638 pdf: pdf-recursive
639
640 pdf-am:
641
642 ps: ps-recursive
643
644 ps-am:
645
646 uninstall-am: uninstall-taglib_includeHEADERS
647
648 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
649         install-strip
650
651 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
652         all all-am check check-am clean clean-generic clean-libtool \
653         clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
654         distclean-compile distclean-generic distclean-libtool \
655         distclean-tags distdir dvi dvi-am html html-am info info-am \
656         install install-am install-data install-data-am install-dvi \
657         install-dvi-am install-exec install-exec-am install-html \
658         install-html-am install-info install-info-am install-man \
659         install-pdf install-pdf-am install-ps install-ps-am \
660         install-strip install-taglib_includeHEADERS installcheck \
661         installcheck-am installdirs installdirs-am maintainer-clean \
662         maintainer-clean-generic mostlyclean mostlyclean-compile \
663         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
664         tags tags-recursive uninstall uninstall-am \
665         uninstall-taglib_includeHEADERS
666
667 # Tell versions [3.59,3.63) of GNU make to not export all variables.
668 # Otherwise a system limit (for SysV at least) may be exceeded.
669 .NOEXPORT:
670
671 #>+ 2
672 KDE_DIST=Makefile.in CMakeLists.txt Makefile.am 
673
674 #>+ 2
675 docs-am:
676
677 #>+ 15
678 force-reedit:
679                 @for dep in $?; do \
680           case '$(am__configure_deps)' in \
681             *$$dep*) \
682               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
683                 && exit 0; \
684               exit 1;; \
685           esac; \
686         done; \
687         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  taglib/mpeg/Makefile'; \
688         cd $(top_srcdir) && \
689           $(AUTOMAKE) --gnu  taglib/mpeg/Makefile
690         cd $(top_srcdir) && perl admin/am_edit taglib/mpeg/Makefile.in
691
692
693 #>+ 21
694 clean-bcheck: 
695         rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
696
697 bcheck: bcheck-recursive
698
699 bcheck-am:
700         @for i in $(taglib_include_HEADERS); do \
701             if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
702                 echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
703                 echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
704                 echo "$$i"; \
705                 if ! $(CXXCOMPILE)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
706                     rm -f $$i.bchecktest.cc; exit 1; \
707                 fi ; \
708                 echo "" >> $$i.bchecktest.cc.class; \
709                 perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
710                 rm -f a.out; \
711             fi ; \
712         done
713
714
715 #>+ 11
716 libmpeg_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/mpegfile.cpp $(srcdir)/mpegproperties.cpp $(srcdir)/mpegheader.cpp $(srcdir)/xingheader.cpp 
717         @echo 'creating libmpeg_la.all_cpp.cpp ...'; \
718         rm -f libmpeg_la.all_cpp.files libmpeg_la.all_cpp.final; \
719         echo "#define KDE_USE_FINAL 1" >> libmpeg_la.all_cpp.final; \
720         for file in mpegfile.cpp mpegproperties.cpp mpegheader.cpp xingheader.cpp ; do \
721           echo "#include \"$$file\"" >> libmpeg_la.all_cpp.files; \
722           test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> libmpeg_la.all_cpp.final; \
723         done; \
724         cat libmpeg_la.all_cpp.final libmpeg_la.all_cpp.files > libmpeg_la.all_cpp.cpp; \
725         rm -f libmpeg_la.all_cpp.final libmpeg_la.all_cpp.files
726
727 #>+ 3
728 clean-final:
729         -rm -f libmpeg_la.all_cpp.cpp
730
731 #>+ 3
732 final:
733         $(MAKE) libmpeg_la_OBJECTS="$(libmpeg_la_final_OBJECTS)" all-am
734
735 #>+ 3
736 final-install:
737         $(MAKE) libmpeg_la_OBJECTS="$(libmpeg_la_final_OBJECTS)" install-am
738
739 #>+ 3
740 no-final:
741         $(MAKE) libmpeg_la_OBJECTS="$(libmpeg_la_nofinal_OBJECTS)" all-am
742
743 #>+ 3
744 no-final-install:
745         $(MAKE) libmpeg_la_OBJECTS="$(libmpeg_la_nofinal_OBJECTS)" install-am
746
747 #>+ 3
748 kde-rpo-clean:
749         -rm -f *.rpo
750
751 #>+ 3
752 nmcheck: 
753 nmcheck-am: nmcheck