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