1# Makefile.in generated by automake 1.7.5 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AUTOCONF = @AUTOCONF@
44AUTOHEADER = @AUTOHEADER@
45AUTOMAKE = @AUTOMAKE@
46AWK = @AWK@
47CC = @CC@
48CCDEPMODE = @CCDEPMODE@
49CFLAGS = @CFLAGS@
50CPP = @CPP@
51CPPFLAGS = @CPPFLAGS@
52CYGPATH_W = @CYGPATH_W@
53DEBUG_FALSE = @DEBUG_FALSE@
54DEBUG_TRUE = @DEBUG_TRUE@
55DEFS = @DEFS@
56DEPDIR = @DEPDIR@
57ECHO = @ECHO@
58ECHO_C = @ECHO_C@
59ECHO_N = @ECHO_N@
60ECHO_T = @ECHO_T@
61EGREP = @EGREP@
62EXEEXT = @EXEEXT@
63INSTALL_DATA = @INSTALL_DATA@
64INSTALL_PROGRAM = @INSTALL_PROGRAM@
65INSTALL_SCRIPT = @INSTALL_SCRIPT@
66INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67LDFLAGS = @LDFLAGS@
68LIBOBJS = @LIBOBJS@
69LIBS = @LIBS@
70LIBTOOL = @LIBTOOL@
71LIBTOOL_DEPS = @LIBTOOL_DEPS@
72LN_S = @LN_S@
73LTLIBOBJS = @LTLIBOBJS@
74MAKEINFO = @MAKEINFO@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78PACKAGE_NAME = @PACKAGE_NAME@
79PACKAGE_STRING = @PACKAGE_STRING@
80PACKAGE_TARNAME = @PACKAGE_TARNAME@
81PACKAGE_VERSION = @PACKAGE_VERSION@
82PATH_SEPARATOR = @PATH_SEPARATOR@
83RANLIB = @RANLIB@
84SET_MAKE = @SET_MAKE@
85SHELL = @SHELL@
86STRIP = @STRIP@
87VERSION = @VERSION@
88ac_ct_CC = @ac_ct_CC@
89ac_ct_RANLIB = @ac_ct_RANLIB@
90ac_ct_STRIP = @ac_ct_STRIP@
91am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
92am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
93am__include = @am__include@
94am__leading_dot = @am__leading_dot@
95am__quote = @am__quote@
96bindir = @bindir@
97build = @build@
98build_alias = @build_alias@
99build_cpu = @build_cpu@
100build_os = @build_os@
101build_vendor = @build_vendor@
102datadir = @datadir@
103exec_prefix = @exec_prefix@
104host = @host@
105host_alias = @host_alias@
106host_cpu = @host_cpu@
107host_os = @host_os@
108host_vendor = @host_vendor@
109includedir = @includedir@
110infodir = @infodir@
111install_sh = @install_sh@
112libdir = @libdir@
113libexecdir = @libexecdir@
114localstatedir = @localstatedir@
115mandir = @mandir@
116oldincludedir = @oldincludedir@
117prefix = @prefix@
118program_transform_name = @program_transform_name@
119sbindir = @sbindir@
120sharedstatedir = @sharedstatedir@
121sysconfdir = @sysconfdir@
122target_alias = @target_alias@
123
124SUBDIRS = 
125DIST_SUBDIRS = msvc++
126
127lib_LTLIBRARIES = libid3tag.la
128include_HEADERS = id3tag.h
129
130version_current = 2
131version_revision = 0
132version_age = 2
133
134version_info = $(version_current):$(version_revision):$(version_age)
135
136EXTRA_DIST = genre.dat.sed  \
137			CHANGES COPYRIGHT CREDITS README TODO VERSION
138
139@DEBUG_FALSE@debug = 
140
141@DEBUG_TRUE@debug = debug.c debug.h
142
143libid3tag_la_SOURCES = version.c ucs4.c latin1.c utf16.c utf8.c  \
144			parse.c render.c field.c frametype.c compat.c  \
145			genre.c frame.c crc.c util.c tag.c file.c  \
146			version.h ucs4.h latin1.h utf16.h utf8.h  \
147			parse.h render.h field.h frametype.h compat.h  \
148			genre.h frame.h crc.h util.h tag.h file.h  \
149			id3tag.h global.h genre.dat $(debug)
150
151
152EXTRA_libid3tag_la_SOURCES = \
153			frametype.gperf compat.gperf genre.dat.in  \
154			debug.c debug.h
155
156
157libid3tag_la_LDFLAGS = -version-info $(version_info)
158
159BUILT_SOURCES = frametype.c compat.c genre.dat
160subdir = .
161ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
162mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
163CONFIG_HEADER = config.h
164CONFIG_CLEAN_FILES = libid3tag.list
165LTLIBRARIES = $(lib_LTLIBRARIES)
166
167libid3tag_la_LIBADD =
168am__libid3tag_la_SOURCES_DIST = version.c ucs4.c latin1.c utf16.c utf8.c \
169	parse.c render.c field.c frametype.c compat.c genre.c frame.c \
170	crc.c util.c tag.c file.c version.h ucs4.h latin1.h utf16.h \
171	utf8.h parse.h render.h field.h frametype.h compat.h genre.h \
172	frame.h crc.h util.h tag.h file.h id3tag.h global.h genre.dat \
173	debug.c debug.h
174@DEBUG_TRUE@am__objects_1 = debug.lo
175@DEBUG_FALSE@am__objects_1 =
176am_libid3tag_la_OBJECTS = version.lo ucs4.lo latin1.lo utf16.lo utf8.lo \
177	parse.lo render.lo field.lo frametype.lo compat.lo genre.lo \
178	frame.lo crc.lo util.lo tag.lo file.lo $(am__objects_1)
179libid3tag_la_OBJECTS = $(am_libid3tag_la_OBJECTS)
180
181DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
182depcomp = $(SHELL) $(top_srcdir)/depcomp
183am__depfiles_maybe = depfiles
184@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/compat.Plo ./$(DEPDIR)/crc.Plo \
185@AMDEP_TRUE@	./$(DEPDIR)/debug.Plo ./$(DEPDIR)/field.Plo \
186@AMDEP_TRUE@	./$(DEPDIR)/file.Plo ./$(DEPDIR)/frame.Plo \
187@AMDEP_TRUE@	./$(DEPDIR)/frametype.Plo ./$(DEPDIR)/genre.Plo \
188@AMDEP_TRUE@	./$(DEPDIR)/latin1.Plo ./$(DEPDIR)/parse.Plo \
189@AMDEP_TRUE@	./$(DEPDIR)/render.Plo ./$(DEPDIR)/tag.Plo \
190@AMDEP_TRUE@	./$(DEPDIR)/ucs4.Plo ./$(DEPDIR)/utf16.Plo \
191@AMDEP_TRUE@	./$(DEPDIR)/utf8.Plo ./$(DEPDIR)/util.Plo \
192@AMDEP_TRUE@	./$(DEPDIR)/version.Plo
193COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
194	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
195LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
196	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
197CCLD = $(CC)
198LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199	$(AM_LDFLAGS) $(LDFLAGS) -o $@
200DIST_SOURCES = $(am__libid3tag_la_SOURCES_DIST) \
201	$(EXTRA_libid3tag_la_SOURCES)
202HEADERS = $(include_HEADERS)
203
204
205RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
206	ps-recursive install-info-recursive uninstall-info-recursive \
207	all-recursive install-data-recursive install-exec-recursive \
208	installdirs-recursive install-recursive uninstall-recursive \
209	check-recursive installcheck-recursive
210DIST_COMMON = README $(include_HEADERS) COPYING INSTALL Makefile.am \
211	Makefile.in TODO aclocal.m4 config.guess config.h.in config.sub \
212	configure configure.ac depcomp install-sh libid3tag.list.in \
213	ltmain.sh missing mkinstalldirs
214SOURCES = $(libid3tag_la_SOURCES) $(EXTRA_libid3tag_la_SOURCES)
215
216all: $(BUILT_SOURCES) config.h
217	$(MAKE) $(AM_MAKEFLAGS) all-recursive
218
219.SUFFIXES:
220.SUFFIXES: .c .lo .o .obj
221
222am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
223 configure.lineno
224$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
225	cd $(top_srcdir) && \
226	  $(AUTOMAKE) --foreign  Makefile
227Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
228	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
229
230$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
231	$(SHELL) ./config.status --recheck
232$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
233	cd $(srcdir) && $(AUTOCONF)
234
235$(ACLOCAL_M4):  configure.ac 
236	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
237
238config.h: stamp-h1
239	@if test ! -f $@; then \
240	  rm -f stamp-h1; \
241	  $(MAKE) stamp-h1; \
242	else :; fi
243
244stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
245	@rm -f stamp-h1
246	cd $(top_builddir) && $(SHELL) ./config.status config.h
247
248$(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
249	cd $(top_srcdir) && $(AUTOHEADER)
250	touch $(srcdir)/config.h.in
251
252distclean-hdr:
253	-rm -f config.h stamp-h1
254libid3tag.list: $(top_builddir)/config.status libid3tag.list.in
255	cd $(top_builddir) && $(SHELL) ./config.status $@
256libLTLIBRARIES_INSTALL = $(INSTALL)
257install-libLTLIBRARIES: $(lib_LTLIBRARIES)
258	@$(NORMAL_INSTALL)
259	$(mkinstalldirs) $(DESTDIR)$(libdir)
260	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
261	  if test -f $$p; then \
262	    f="`echo $$p | sed -e 's|^.*/||'`"; \
263	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
264	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
265	  else :; fi; \
266	done
267
268uninstall-libLTLIBRARIES:
269	@$(NORMAL_UNINSTALL)
270	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
271	    p="`echo $$p | sed -e 's|^.*/||'`"; \
272	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
273	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
274	done
275
276clean-libLTLIBRARIES:
277	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
278	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
279	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
280	  test "$$dir" = "$$p" && dir=.; \
281	  echo "rm -f \"$${dir}/so_locations\""; \
282	  rm -f "$${dir}/so_locations"; \
283	done
284libid3tag.la: $(libid3tag_la_OBJECTS) $(libid3tag_la_DEPENDENCIES) 
285	$(LINK) -rpath $(libdir) $(libid3tag_la_LDFLAGS) $(libid3tag_la_OBJECTS) $(libid3tag_la_LIBADD) $(LIBS)
286
287mostlyclean-compile:
288	-rm -f *.$(OBJEXT) core *.core
289
290distclean-compile:
291	-rm -f *.tab.c
292
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc.Plo@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field.Plo@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Plo@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frametype.Plo@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genre.Plo@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latin1.Plo@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Plo@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag.Plo@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucs4.Plo@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf16.Plo@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Plo@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
310
311distclean-depend:
312	-rm -rf ./$(DEPDIR)
313
314.c.o:
315@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
316@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
317@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
318@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
319@am__fastdepCC_TRUE@	fi
320@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
322@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
324
325.c.obj:
326@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
327@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
328@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
329@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
330@am__fastdepCC_TRUE@	fi
331@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
333@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
335
336.c.lo:
337@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
338@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
339@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
340@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
341@am__fastdepCC_TRUE@	fi
342@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
346
347mostlyclean-libtool:
348	-rm -f *.lo
349
350clean-libtool:
351	-rm -rf .libs _libs
352
353distclean-libtool:
354	-rm -f libtool
355uninstall-info-am:
356includeHEADERS_INSTALL = $(INSTALL_HEADER)
357install-includeHEADERS: $(include_HEADERS)
358	@$(NORMAL_INSTALL)
359	$(mkinstalldirs) $(DESTDIR)$(includedir)
360	@list='$(include_HEADERS)'; for p in $$list; do \
361	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
362	  f="`echo $$p | sed -e 's|^.*/||'`"; \
363	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
364	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
365	done
366
367uninstall-includeHEADERS:
368	@$(NORMAL_UNINSTALL)
369	@list='$(include_HEADERS)'; for p in $$list; do \
370	  f="`echo $$p | sed -e 's|^.*/||'`"; \
371	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
372	  rm -f $(DESTDIR)$(includedir)/$$f; \
373	done
374
375# This directory's subdirectories are mostly independent; you can cd
376# into them and run `make' without going through this Makefile.
377# To change the values of `make' variables: instead of editing Makefiles,
378# (1) if the variable is set in `config.status', edit `config.status'
379#     (which will cause the Makefiles to be regenerated when you run `make');
380# (2) otherwise, pass the desired values on the `make' command line.
381$(RECURSIVE_TARGETS):
382	@set fnord $$MAKEFLAGS; amf=$$2; \
383	dot_seen=no; \
384	target=`echo $@ | sed s/-recursive//`; \
385	list='$(SUBDIRS)'; for subdir in $$list; do \
386	  echo "Making $$target in $$subdir"; \
387	  if test "$$subdir" = "."; then \
388	    dot_seen=yes; \
389	    local_target="$$target-am"; \
390	  else \
391	    local_target="$$target"; \
392	  fi; \
393	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
395	done; \
396	if test "$$dot_seen" = "no"; then \
397	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
398	fi; test -z "$$fail"
399
400mostlyclean-recursive clean-recursive distclean-recursive \
401maintainer-clean-recursive:
402	@set fnord $$MAKEFLAGS; amf=$$2; \
403	dot_seen=no; \
404	case "$@" in \
405	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406	  *) list='$(SUBDIRS)' ;; \
407	esac; \
408	rev=''; for subdir in $$list; do \
409	  if test "$$subdir" = "."; then :; else \
410	    rev="$$subdir $$rev"; \
411	  fi; \
412	done; \
413	rev="$$rev ."; \
414	target=`echo $@ | sed s/-recursive//`; \
415	for subdir in $$rev; do \
416	  echo "Making $$target in $$subdir"; \
417	  if test "$$subdir" = "."; then \
418	    local_target="$$target-am"; \
419	  else \
420	    local_target="$$target"; \
421	  fi; \
422	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
424	done && test -z "$$fail"
425tags-recursive:
426	list='$(SUBDIRS)'; for subdir in $$list; do \
427	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
428	done
429ctags-recursive:
430	list='$(SUBDIRS)'; for subdir in $$list; do \
431	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
432	done
433
434ETAGS = etags
435ETAGSFLAGS =
436
437CTAGS = ctags
438CTAGSFLAGS =
439
440tags: TAGS
441
442ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444	unique=`for i in $$list; do \
445	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446	  done | \
447	  $(AWK) '    { files[$$0] = 1; } \
448	       END { for (i in files) print i; }'`; \
449	mkid -fID $$unique
450
451TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
452		$(TAGS_FILES) $(LISP)
453	tags=; \
454	here=`pwd`; \
455	if (etags --etags-include --version) >/dev/null 2>&1; then \
456	  include_option=--etags-include; \
457	else \
458	  include_option=--include; \
459	fi; \
460	list='$(SUBDIRS)'; for subdir in $$list; do \
461	  if test "$$subdir" = .; then :; else \
462	    test -f $$subdir/TAGS && \
463	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
464	  fi; \
465	done; \
466	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
467	unique=`for i in $$list; do \
468	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469	  done | \
470	  $(AWK) '    { files[$$0] = 1; } \
471	       END { for (i in files) print i; }'`; \
472	test -z "$(ETAGS_ARGS)$$tags$$unique" \
473	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474	     $$tags $$unique
475
476ctags: CTAGS
477CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
478		$(TAGS_FILES) $(LISP)
479	tags=; \
480	here=`pwd`; \
481	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
482	unique=`for i in $$list; do \
483	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484	  done | \
485	  $(AWK) '    { files[$$0] = 1; } \
486	       END { for (i in files) print i; }'`; \
487	test -z "$(CTAGS_ARGS)$$tags$$unique" \
488	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489	     $$tags $$unique
490
491GTAGS:
492	here=`$(am__cd) $(top_builddir) && pwd` \
493	  && cd $(top_srcdir) \
494	  && gtags -i $(GTAGS_ARGS) $$here
495
496distclean-tags:
497	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
499
500top_distdir = .
501distdir = $(PACKAGE)-$(VERSION)
502
503am__remove_distdir = \
504  { test ! -d $(distdir) \
505    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
506         && rm -fr $(distdir); }; }
507
508GZIP_ENV = --best
509distuninstallcheck_listfiles = find . -type f -print
510distcleancheck_listfiles = find . -type f -print
511
512distdir: $(DISTFILES)
513	$(am__remove_distdir)
514	mkdir $(distdir)
515	$(mkinstalldirs) $(distdir)/.
516	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
517	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
518	list='$(DISTFILES)'; for file in $$list; do \
519	  case $$file in \
520	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
521	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
522	  esac; \
523	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
525	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
526	    dir="/$$dir"; \
527	    $(mkinstalldirs) "$(distdir)$$dir"; \
528	  else \
529	    dir=''; \
530	  fi; \
531	  if test -d $$d/$$file; then \
532	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
534	    fi; \
535	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
536	  else \
537	    test -f $(distdir)/$$file \
538	    || cp -p $$d/$$file $(distdir)/$$file \
539	    || exit 1; \
540	  fi; \
541	done
542	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543	  if test "$$subdir" = .; then :; else \
544	    test -d $(distdir)/$$subdir \
545	    || mkdir $(distdir)/$$subdir \
546	    || exit 1; \
547	    (cd $$subdir && \
548	      $(MAKE) $(AM_MAKEFLAGS) \
549	        top_distdir="$(top_distdir)" \
550	        distdir=../$(distdir)/$$subdir \
551	        distdir) \
552	      || exit 1; \
553	  fi; \
554	done
555	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
556	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
557	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
558	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
559	|| chmod -R a+r $(distdir)
560dist-gzip: distdir
561	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
562	$(am__remove_distdir)
563
564dist dist-all: distdir
565	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
566	$(am__remove_distdir)
567
568# This target untars the dist file and tries a VPATH configuration.  Then
569# it guarantees that the distribution is self-contained by making another
570# tarfile.
571distcheck: dist
572	$(am__remove_distdir)
573	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
574	chmod -R a-w $(distdir); chmod a+w $(distdir)
575	mkdir $(distdir)/_build
576	mkdir $(distdir)/_inst
577	chmod a-w $(distdir)
578	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
579	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
580	  && cd $(distdir)/_build \
581	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
582	    $(DISTCHECK_CONFIGURE_FLAGS) \
583	  && $(MAKE) $(AM_MAKEFLAGS) \
584	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
585	  && $(MAKE) $(AM_MAKEFLAGS) check \
586	  && $(MAKE) $(AM_MAKEFLAGS) install \
587	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
588	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
589	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
590	        distuninstallcheck \
591	  && chmod -R a-w "$$dc_install_base" \
592	  && ({ \
593	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
594	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
595	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
596	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
597	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
598	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
599	  && rm -rf "$$dc_destdir" \
600	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
601	  && rm -f $(distdir).tar.gz \
602	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
603	$(am__remove_distdir)
604	@echo "$(distdir).tar.gz is ready for distribution" | \
605	  sed 'h;s/./=/g;p;x;p;x'
606distuninstallcheck:
607	@cd $(distuninstallcheck_dir) \
608	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
609	   || { echo "ERROR: files left after uninstall:" ; \
610	        if test -n "$(DESTDIR)"; then \
611	          echo "  (check DESTDIR support)"; \
612	        fi ; \
613	        $(distuninstallcheck_listfiles) ; \
614	        exit 1; } >&2
615distcleancheck: distclean
616	@if test '$(srcdir)' = . ; then \
617	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
618	  exit 1 ; \
619	fi
620	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
621	  || { echo "ERROR: files left in build directory after distclean:" ; \
622	       $(distcleancheck_listfiles) ; \
623	       exit 1; } >&2
624check-am: all-am
625check: $(BUILT_SOURCES)
626	$(MAKE) $(AM_MAKEFLAGS) check-recursive
627all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
628installdirs: installdirs-recursive
629installdirs-am:
630	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
631
632install: $(BUILT_SOURCES)
633	$(MAKE) $(AM_MAKEFLAGS) install-recursive
634install-exec: install-exec-recursive
635install-data: install-data-recursive
636uninstall: uninstall-recursive
637
638install-am: all-am
639	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640
641installcheck: installcheck-recursive
642install-strip:
643	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
644	  INSTALL_STRIP_FLAG=-s \
645	  `test -z '$(STRIP)' || \
646	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
647mostlyclean-generic:
648
649clean-generic:
650
651distclean-generic:
652	-rm -f Makefile $(CONFIG_CLEAN_FILES)
653
654maintainer-clean-generic:
655	@echo "This command is intended for maintainers to use"
656	@echo "it deletes files that may require special tools to rebuild."
657	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
658clean: clean-recursive
659
660clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
661	mostlyclean-am
662
663distclean: distclean-recursive
664	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
665distclean-am: clean-am distclean-compile distclean-depend \
666	distclean-generic distclean-hdr distclean-libtool \
667	distclean-tags
668
669dvi: dvi-recursive
670
671dvi-am:
672
673info: info-recursive
674
675info-am:
676
677install-data-am: install-includeHEADERS
678
679install-exec-am: install-libLTLIBRARIES
680
681install-info: install-info-recursive
682
683install-man:
684
685installcheck-am:
686
687maintainer-clean: maintainer-clean-recursive
688	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
689	-rm -rf autom4te.cache
690maintainer-clean-am: distclean-am maintainer-clean-generic
691
692mostlyclean: mostlyclean-recursive
693
694mostlyclean-am: mostlyclean-compile mostlyclean-generic \
695	mostlyclean-libtool
696
697pdf: pdf-recursive
698
699pdf-am:
700
701ps: ps-recursive
702
703ps-am:
704
705uninstall-am: uninstall-includeHEADERS uninstall-info-am \
706	uninstall-libLTLIBRARIES
707
708uninstall-info: uninstall-info-recursive
709
710.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
711	clean-generic clean-libLTLIBRARIES clean-libtool \
712	clean-recursive ctags ctags-recursive dist dist-all dist-gzip \
713	distcheck distclean distclean-compile distclean-depend \
714	distclean-generic distclean-hdr distclean-libtool \
715	distclean-recursive distclean-tags distcleancheck distdir \
716	distuninstallcheck dvi dvi-am dvi-recursive info info-am \
717	info-recursive install install-am install-data install-data-am \
718	install-data-recursive install-exec install-exec-am \
719	install-exec-recursive install-includeHEADERS install-info \
720	install-info-am install-info-recursive install-libLTLIBRARIES \
721	install-man install-recursive install-strip installcheck \
722	installcheck-am installdirs installdirs-am \
723	installdirs-recursive maintainer-clean maintainer-clean-generic \
724	maintainer-clean-recursive mostlyclean mostlyclean-compile \
725	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
726	pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
727	tags-recursive uninstall uninstall-am uninstall-includeHEADERS \
728	uninstall-info-am uninstall-info-recursive \
729	uninstall-libLTLIBRARIES uninstall-recursive
730
731
732$(srcdir)/frametype.c: $(srcdir)/frametype.gperf Makefile.am
733	cd $(srcdir) &&  \
734	gperf -tCcTonD -K id -N id3_frametype_lookup -s -3 -k '*'  \
735		frametype.gperf |  \
736	sed -e 's/\(struct id3_frametype\);/\1/' |  \
737	sed -e '/\$$''Id: /s/\$$//g' >frametype.c
738
739$(srcdir)/compat.c: $(srcdir)/compat.gperf Makefile.am
740	cd $(srcdir) &&  \
741	gperf -tCcTonD -K id -N id3_compat_lookup -s -3 -k '*'  \
742		compat.gperf |  \
743	sed -e 's/\(struct id3_compat\);/\1/' |  \
744	sed -e '/\$$''Id: /s/\$$//g' >compat.c
745
746$(srcdir)/genre.dat: $(srcdir)/genre.dat.in $(srcdir)/genre.dat.sed Makefile.am
747	cd $(srcdir) &&  \
748	sed -n -f genre.dat.sed genre.dat.in |  \
749	sed -e '/\$$''Id: /s/\$$//g' >genre.dat
750
751libtool: $(LIBTOOL_DEPS)
752	$(SHELL) ./config.status --recheck
753
754again:
755	$(MAKE) clean
756	$(MAKE)
757
758.PHONY: again
759# Tell versions [3.59,3.63) of GNU make to not export all variables.
760# Otherwise a system limit (for SysV at least) may be exceeded.
761.NOEXPORT:
762