1# Makefile.in generated by automake 1.9.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  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@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = ..
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36subdir = regress
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/configure.in
40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41	$(ACLOCAL_M4)
42mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43CONFIG_HEADER = $(top_builddir)/config.h
44CONFIG_CLEAN_FILES =
45SOURCES =
46DIST_SOURCES =
47DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48ACLOCAL = @ACLOCAL@
49AMDEP_FALSE = @AMDEP_FALSE@
50AMDEP_TRUE = @AMDEP_TRUE@
51AMTAR = @AMTAR@
52AUTOCONF = @AUTOCONF@
53AUTOHEADER = @AUTOHEADER@
54AUTOMAKE = @AUTOMAKE@
55AWK = @AWK@
56CC = @CC@
57CCDEPMODE = @CCDEPMODE@
58CFLAGS = @CFLAGS@
59CPPFLAGS = @CPPFLAGS@
60CYGPATH_W = @CYGPATH_W@
61DEFS = @DEFS@
62DEPDIR = @DEPDIR@
63ECHO_C = @ECHO_C@
64ECHO_N = @ECHO_N@
65ECHO_T = @ECHO_T@
66EXEEXT = @EXEEXT@
67INSTALL_DATA = @INSTALL_DATA@
68INSTALL_PROGRAM = @INSTALL_PROGRAM@
69INSTALL_SCRIPT = @INSTALL_SCRIPT@
70INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71LDFLAGS = @LDFLAGS@
72LIBOBJS = @LIBOBJS@
73LIBS = @LIBS@
74LTLIBOBJS = @LTLIBOBJS@
75MAKEINFO = @MAKEINFO@
76OBJEXT = @OBJEXT@
77PACKAGE = @PACKAGE@
78PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
79PACKAGE_NAME = @PACKAGE_NAME@
80PACKAGE_STRING = @PACKAGE_STRING@
81PACKAGE_TARNAME = @PACKAGE_TARNAME@
82PACKAGE_VERSION = @PACKAGE_VERSION@
83PATH_SEPARATOR = @PATH_SEPARATOR@
84SET_MAKE = @SET_MAKE@
85SHELL = @SHELL@
86STRIP = @STRIP@
87VERSION = @VERSION@
88ac_ct_CC = @ac_ct_CC@
89ac_ct_STRIP = @ac_ct_STRIP@
90am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
91am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
92am__include = @am__include@
93am__leading_dot = @am__leading_dot@
94am__quote = @am__quote@
95am__tar = @am__tar@
96am__untar = @am__untar@
97bindir = @bindir@
98build_alias = @build_alias@
99datadir = @datadir@
100exec_prefix = @exec_prefix@
101host_alias = @host_alias@
102includedir = @includedir@
103infodir = @infodir@
104install_sh = @install_sh@
105libdir = @libdir@
106libexecdir = @libexecdir@
107localstatedir = @localstatedir@
108mandir = @mandir@
109mkdir_p = @mkdir_p@
110oldincludedir = @oldincludedir@
111prefix = @prefix@
112program_transform_name = @program_transform_name@
113sbindir = @sbindir@
114sharedstatedir = @sharedstatedir@
115sysconfdir = @sysconfdir@
116target_alias = @target_alias@
117EXTRA_DIST = runtest ${TESTCASES} \
118	frame-l3crc.in frame-l3crc.log \
119	frame-long.in frame-long.log \
120	frame-short.in frame-short.log \
121	id3v1-short.in id3v1-short.log \
122	id3v1-noseek.log \
123	id3v1-end.in id3v1-end.log
124
125TESTCASES = frame-l3crc.test frame-long.test frame-short.test \
126	id3v1-end.test id3v1-noseek.test id3v1-short.test
127
128all: all-am
129
130.SUFFIXES:
131$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
132	@for dep in $?; do \
133	  case '$(am__configure_deps)' in \
134	    *$$dep*) \
135	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
136		&& exit 0; \
137	      exit 1;; \
138	  esac; \
139	done; \
140	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  regress/Makefile'; \
141	cd $(top_srcdir) && \
142	  $(AUTOMAKE) --gnu  regress/Makefile
143.PRECIOUS: Makefile
144Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
145	@case '$?' in \
146	  *config.status*) \
147	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
148	  *) \
149	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
150	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
151	esac;
152
153$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
154	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
155
156$(top_srcdir)/configure:  $(am__configure_deps)
157	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
158$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
159	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
160uninstall-info-am:
161tags: TAGS
162TAGS:
163
164ctags: CTAGS
165CTAGS:
166
167
168distdir: $(DISTFILES)
169	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
170	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
171	list='$(DISTFILES)'; for file in $$list; do \
172	  case $$file in \
173	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
174	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
175	  esac; \
176	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
177	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
178	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
179	    dir="/$$dir"; \
180	    $(mkdir_p) "$(distdir)$$dir"; \
181	  else \
182	    dir=''; \
183	  fi; \
184	  if test -d $$d/$$file; then \
185	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
186	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
187	    fi; \
188	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
189	  else \
190	    test -f $(distdir)/$$file \
191	    || cp -p $$d/$$file $(distdir)/$$file \
192	    || exit 1; \
193	  fi; \
194	done
195check-am: all-am
196check: check-am
197all-am: Makefile
198installdirs:
199install: install-am
200install-exec: install-exec-am
201install-data: install-data-am
202uninstall: uninstall-am
203
204install-am: all-am
205	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
206
207installcheck: installcheck-am
208install-strip:
209	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
210	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
211	  `test -z '$(STRIP)' || \
212	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
213mostlyclean-generic:
214
215clean-generic:
216
217distclean-generic:
218	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
219
220maintainer-clean-generic:
221	@echo "This command is intended for maintainers to use"
222	@echo "it deletes files that may require special tools to rebuild."
223clean: clean-am
224
225clean-am: clean-generic mostlyclean-am
226
227distclean: distclean-am
228	-rm -f Makefile
229distclean-am: clean-am distclean-generic
230
231dvi: dvi-am
232
233dvi-am:
234
235html: html-am
236
237info: info-am
238
239info-am:
240
241install-data-am:
242
243install-exec-am:
244
245install-info: install-info-am
246
247install-man:
248
249installcheck-am:
250
251maintainer-clean: maintainer-clean-am
252	-rm -f Makefile
253maintainer-clean-am: distclean-am maintainer-clean-generic
254
255mostlyclean: mostlyclean-am
256
257mostlyclean-am: mostlyclean-generic
258
259pdf: pdf-am
260
261pdf-am:
262
263ps: ps-am
264
265ps-am:
266
267uninstall-am: uninstall-info-am
268
269.PHONY: all all-am check check-am clean clean-generic distclean \
270	distclean-generic distdir dvi dvi-am html html-am info info-am \
271	install install-am install-data install-data-am install-exec \
272	install-exec-am install-info install-info-am install-man \
273	install-strip installcheck installcheck-am installdirs \
274	maintainer-clean maintainer-clean-generic mostlyclean \
275	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
276	uninstall-info-am
277
278
279check: ../malint
280	@failed=0; all=0; \
281	srcdir=$(srcdir); export srcdir; \
282	for tst in ${TESTCASES}; do \
283	  t=`basename $$tst .test`; \
284	  if ${TESTS_ENVIRONMENT} $(srcdir)/runtest $$t; then \
285	    all=`expr $$all + 1`; \
286	    echo "PASS: $$tst"; \
287	  elif test $$? -ne 77; then \
288	    all=`expr $$all + 1`; \
289	    failed=`expr $$failed + 1`; \
290	    echo "FAIL: $$tst"; \
291	  fi; \
292	done; \
293	if test "$$failed" -eq 0; then \
294	  banner="All $$all tests passed"; \
295	else \
296	  banner="$$failed of $$all tests failed"; \
297	fi; \
298	dashes=`echo "$$banner" | sed s/./=/g`; \
299	echo "$$dashes"; \
300	echo "$$banner"; \
301	echo "$$dashes"; \
302	test "$$failed" -eq 0
303
304../malint:
305	cd .. && $(MAKE) malint
306# Tell versions [3.59,3.63) of GNU make to not export all variables.
307# Otherwise a system limit (for SysV at least) may be exceeded.
308.NOEXPORT:
309