1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35@SUBDIR_LIBMAD_TRUE@am__append_1 = -I@abs_top_srcdir@/libmad-0.15.1b
36bin_PROGRAMS = streamripper$(EXEEXT)
37EXTRA_PROGRAMS = streamripper$(EXEEXT) ictest$(EXEEXT) \
38	cstreamripper$(EXEEXT)
39@USE_INCLUDED_ARGV_TRUE@am__append_2 = lib/argv.c
40subdir = .
41DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
42	$(srcdir)/Makefile.in $(top_srcdir)/configure COPYING INSTALL \
43	THANKS config.guess config.rpath config.sub depcomp install-sh \
44	ltconfig ltmain.sh missing
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/m4/cf_curses.m4 \
47	$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/glib-2.0.m4 \
48	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
49	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
50	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
51	$(top_srcdir)/m4/sr_locale_charset.m4 \
52	$(top_srcdir)/m4/type_socklen_t.m4 $(top_srcdir)/m4/vorbis.m4 \
53	$(top_srcdir)/configure.ac
54am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55	$(ACLOCAL_M4)
56am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno config.status.lineno
58mkinstalldirs = $(install_sh) -d
59CONFIG_HEADER = $(top_builddir)/lib/config.h
60CONFIG_CLEAN_FILES =
61am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
62binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
63PROGRAMS = $(bin_PROGRAMS)
64am_cstreamripper_OBJECTS = cstreamripper.$(OBJEXT)
65cstreamripper_OBJECTS = $(am_cstreamripper_OBJECTS)
66cstreamripper_DEPENDENCIES = lib/libstreamripper.a
67am_ictest_OBJECTS = ictest.$(OBJEXT)
68ictest_OBJECTS = $(am_ictest_OBJECTS)
69ictest_LDADD = $(LDADD)
70am__streamripper_SOURCES_DIST = console/streamripper.c lib/argv.c
71@USE_INCLUDED_ARGV_TRUE@am__objects_1 = argv.$(OBJEXT)
72am_streamripper_OBJECTS = streamripper.$(OBJEXT) $(am__objects_1)
73streamripper_OBJECTS = $(am_streamripper_OBJECTS)
74streamripper_DEPENDENCIES = lib/libstreamripper.a
75DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib
76depcomp = $(SHELL) $(top_srcdir)/depcomp
77am__depfiles_maybe = depfiles
78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80CCLD = $(CC)
81LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
82SOURCES = $(cstreamripper_SOURCES) $(ictest_SOURCES) \
83	$(streamripper_SOURCES)
84DIST_SOURCES = $(cstreamripper_SOURCES) $(ictest_SOURCES) \
85	$(am__streamripper_SOURCES_DIST)
86RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87	html-recursive info-recursive install-data-recursive \
88	install-dvi-recursive install-exec-recursive \
89	install-html-recursive install-info-recursive \
90	install-pdf-recursive install-ps-recursive install-recursive \
91	installcheck-recursive installdirs-recursive pdf-recursive \
92	ps-recursive uninstall-recursive
93man1dir = $(mandir)/man1
94NROFF = nroff
95MANS = $(man_MANS)
96RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
97  distclean-recursive maintainer-clean-recursive
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101distdir = $(PACKAGE)-$(VERSION)
102top_distdir = $(distdir)
103am__remove_distdir = \
104  { test ! -d $(distdir) \
105    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
106         && rm -fr $(distdir); }; }
107DIST_ARCHIVES = $(distdir).tar.gz
108GZIP_ENV = --best
109distuninstallcheck_listfiles = find . -type f -print
110distcleancheck_listfiles = find . -type f -print
111ACLOCAL = @ACLOCAL@
112ALLOCA = @ALLOCA@
113AMTAR = @AMTAR@
114AUTOCONF = @AUTOCONF@
115AUTOHEADER = @AUTOHEADER@
116AUTOMAKE = @AUTOMAKE@
117AWK = @AWK@
118CC = @CC@
119CCDEPMODE = @CCDEPMODE@
120CFLAGS = @CFLAGS@
121CPP = @CPP@
122CPPFLAGS = @CPPFLAGS@
123CYGPATH_W = @CYGPATH_W@
124DEFS = @DEFS@
125DEPDIR = @DEPDIR@
126ECHO_C = @ECHO_C@
127ECHO_N = @ECHO_N@
128ECHO_T = @ECHO_T@
129EGREP = @EGREP@
130EXEEXT = @EXEEXT@
131FAAD_LIBS = @FAAD_LIBS@
132GLIB_CFLAGS = @GLIB_CFLAGS@
133GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
134GLIB_LIBS = @GLIB_LIBS@
135GLIB_MKENUMS = @GLIB_MKENUMS@
136GOBJECT_QUERY = @GOBJECT_QUERY@
137GREP = @GREP@
138INSTALL = @INSTALL@
139INSTALL_DATA = @INSTALL_DATA@
140INSTALL_PROGRAM = @INSTALL_PROGRAM@
141INSTALL_SCRIPT = @INSTALL_SCRIPT@
142INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143LDFLAGS = @LDFLAGS@
144LIBCHARSET = @LIBCHARSET@
145LIBIBERTY_LIBS = @LIBIBERTY_LIBS@
146LIBICONV = @LIBICONV@
147LIBMAD = @LIBMAD@
148LIBOBJS = @LIBOBJS@
149LIBS = @LIBS@
150LTLIBICONV = @LTLIBICONV@
151LTLIBOBJS = @LTLIBOBJS@
152MAKEINFO = @MAKEINFO@
153MKDIR_P = @MKDIR_P@
154OBJEXT = @OBJEXT@
155OGG_CFLAGS = @OGG_CFLAGS@
156OGG_LIBS = @OGG_LIBS@
157PACKAGE = @PACKAGE@
158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159PACKAGE_NAME = @PACKAGE_NAME@
160PACKAGE_STRING = @PACKAGE_STRING@
161PACKAGE_TARNAME = @PACKAGE_TARNAME@
162PACKAGE_VERSION = @PACKAGE_VERSION@
163PATH_SEPARATOR = @PATH_SEPARATOR@
164PKG_CONFIG = @PKG_CONFIG@
165RANLIB = @RANLIB@
166SET_MAKE = @SET_MAKE@
167SHELL = @SHELL@
168STRIP = @STRIP@
169THREADLIBS = @THREADLIBS@
170VERSION = @VERSION@
171VORBISENC_LIBS = @VORBISENC_LIBS@
172VORBISFILE_LIBS = @VORBISFILE_LIBS@
173VORBIS_CFLAGS = @VORBIS_CFLAGS@
174VORBIS_LIBS = @VORBIS_LIBS@
175abs_builddir = @abs_builddir@
176abs_srcdir = @abs_srcdir@
177abs_top_builddir = @abs_top_builddir@
178abs_top_srcdir = @abs_top_srcdir@
179ac_ct_CC = @ac_ct_CC@
180am__include = @am__include@
181am__leading_dot = @am__leading_dot@
182am__quote = @am__quote@
183am__tar = @am__tar@
184am__untar = @am__untar@
185bindir = @bindir@
186build = @build@
187build_alias = @build_alias@
188build_cpu = @build_cpu@
189build_os = @build_os@
190build_vendor = @build_vendor@
191builddir = @builddir@
192datadir = @datadir@
193datarootdir = @datarootdir@
194docdir = @docdir@
195dvidir = @dvidir@
196exec_prefix = @exec_prefix@
197host = @host@
198host_alias = @host_alias@
199host_cpu = @host_cpu@
200host_os = @host_os@
201host_vendor = @host_vendor@
202htmldir = @htmldir@
203includedir = @includedir@
204infodir = @infodir@
205install_sh = @install_sh@
206libdir = @libdir@
207libexecdir = @libexecdir@
208localedir = @localedir@
209localstatedir = @localstatedir@
210mandir = @mandir@
211mkdir_p = @mkdir_p@
212oldincludedir = @oldincludedir@
213pdfdir = @pdfdir@
214prefix = @prefix@
215program_transform_name = @program_transform_name@
216psdir = @psdir@
217sbindir = @sbindir@
218sharedstatedir = @sharedstatedir@
219srcdir = @srcdir@
220subdirs = @subdirs@
221sysconfdir = @sysconfdir@
222target_alias = @target_alias@
223top_build_prefix = @top_build_prefix@
224top_builddir = @top_builddir@
225top_srcdir = @top_srcdir@
226
227# if SUBDIR_GLIB
228#   MAYBE_GLIB = glib-2.16.6
229#   AM_CPPFLAGS += -I@abs_top_srcdir@/glib-2.16.6/glib
230#   AM_CPPFLAGS += -I@abs_top_srcdir@/glib-2.16.6
231# endif
232
233#if SUBDIR_CDK
234#  MAYBE_CDK = cdk-5.0-20060507
235#endif
236AM_CPPFLAGS = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @GLIB_CFLAGS@ \
237	$(am__append_1) -I@abs_top_srcdir@/lib
238@SUBDIR_LIBMAD_TRUE@MAYBE_LIBMAD = libmad-0.15.1b
239
240# SUBDIRS = $(MAYBE_LIBMAD) $(MAYBE_CDK) $(MAYBE_GLIB) lib
241# SUBDIRS = $(MAYBE_LIBMAD) $(MAYBE_CDK) lib
242SUBDIRS = $(MAYBE_LIBMAD) lib
243ictest_SOURCES = \
244	lib/ictest.c
245
246streamripper_SOURCES = console/streamripper.c $(am__append_2)
247cstreamripper_SOURCES = \
248	console/cstreamripper.c
249
250libmad_manifest = \
251	libmad-0.15.1b/README \
252	libmad-0.15.1b/configure.ac \
253	libmad-0.15.1b/aclocal.m4 \
254	libmad-0.15.1b/mad.h \
255	libmad-0.15.1b/Makefile.am \
256	libmad-0.15.1b/Makefile.in \
257	libmad-0.15.1b/config.h.in \
258	libmad-0.15.1b/libmad.list.in \
259	libmad-0.15.1b/configure \
260	libmad-0.15.1b/COPYING \
261	libmad-0.15.1b/INSTALL \
262	libmad-0.15.1b/TODO \
263	libmad-0.15.1b/config.guess \
264	libmad-0.15.1b/config.sub \
265	libmad-0.15.1b/depcomp \
266	libmad-0.15.1b/install-sh \
267	libmad-0.15.1b/ltmain.sh \
268	libmad-0.15.1b/missing \
269	libmad-0.15.1b/mkinstalldirs \
270	libmad-0.15.1b/version.c \
271	libmad-0.15.1b/fixed.c \
272	libmad-0.15.1b/bit.c \
273	libmad-0.15.1b/timer.c \
274	libmad-0.15.1b/stream.c \
275	libmad-0.15.1b/frame.c \
276	libmad-0.15.1b/synth.c \
277	libmad-0.15.1b/decoder.c \
278	libmad-0.15.1b/layer12.c \
279	libmad-0.15.1b/layer3.c \
280	libmad-0.15.1b/huffman.c \
281	libmad-0.15.1b/version.h \
282	libmad-0.15.1b/fixed.h \
283	libmad-0.15.1b/bit.h \
284	libmad-0.15.1b/timer.h \
285	libmad-0.15.1b/stream.h \
286	libmad-0.15.1b/frame.h \
287	libmad-0.15.1b/synth.h \
288	libmad-0.15.1b/decoder.h \
289	libmad-0.15.1b/global.h \
290	libmad-0.15.1b/layer12.h \
291	libmad-0.15.1b/layer3.h \
292	libmad-0.15.1b/huffman.h \
293	libmad-0.15.1b/D.dat \
294	libmad-0.15.1b/imdct_s.dat \
295	libmad-0.15.1b/qc_table.dat \
296	libmad-0.15.1b/rq_table.dat \
297	libmad-0.15.1b/sf_table.dat \
298	libmad-0.15.1b/imdct_l_arm.S \
299	libmad-0.15.1b/minimad.c \
300	libmad-0.15.1b/mad.h.sed \
301	libmad-0.15.1b/CHANGES \
302	libmad-0.15.1b/COPYRIGHT \
303	libmad-0.15.1b/CREDITS \
304	libmad-0.15.1b/VERSION
305
306libmad_dont_need_these = \
307	libmad-0.15.1b/msvc++/Makefile.am \
308	libmad-0.15.1b/msvc++/Makefile.in \
309	libmad-0.15.1b/msvc++/mad.h \
310	libmad-0.15.1b/msvc++/config.h \
311	libmad-0.15.1b/msvc++/libmad.dsp
312
313tre072_manifest = \
314	tre-0.7.2/m4/tre_prog_cc_optimizations.m4 \
315	tre-0.7.2/m4/ax_check_sign.m4 \
316	tre-0.7.2/m4/Makefile.am \
317	tre-0.7.2/m4/Makefile.in \
318	tre-0.7.2/m4/vl_prog_cc_warnings.m4 \
319	tre-0.7.2/m4/ac_libtool_tags.m4 \
320	tre-0.7.2/m4/ax_decl_wchar_max.m4 \
321	tre-0.7.2/m4/ax_check_funcs_comp.m4 \
322	tre-0.7.2/po/Makevars \
323	tre-0.7.2/po/fi.po \
324	tre-0.7.2/po/LINGUAS \
325	tre-0.7.2/po/en@boldquot.header \
326	tre-0.7.2/po/en@quot.header \
327	tre-0.7.2/po/Rules-quot \
328	tre-0.7.2/po/remove-potcdate.sin \
329	tre-0.7.2/po/boldquot.sed \
330	tre-0.7.2/po/POTFILES.in \
331	tre-0.7.2/po/tre.pot \
332	tre-0.7.2/po/insert-header.sin \
333	tre-0.7.2/po/quot.sed \
334	tre-0.7.2/po/Makefile.in.in \
335	tre-0.7.2/doc/tre-api.html \
336	tre-0.7.2/doc/default.css \
337	tre-0.7.2/doc/Makefile.am \
338	tre-0.7.2/doc/Makefile.in \
339	tre-0.7.2/doc/agrep.1.in \
340	tre-0.7.2/doc/tre-syntax.html \
341	tre-0.7.2/lib/tre-config.h.in \
342	tre-0.7.2/lib/regex.h \
343	tre-0.7.2/lib/tre-filter.c \
344	tre-0.7.2/lib/tre-filter.h \
345	tre-0.7.2/lib/tre-match-approx.c \
346	tre-0.7.2/lib/README \
347	tre-0.7.2/lib/tre-match-utils.h \
348	tre-0.7.2/lib/xmalloc.c \
349	tre-0.7.2/lib/xmalloc.h \
350	tre-0.7.2/lib/tre-parse.c \
351	tre-0.7.2/lib/tre-parse.h \
352	tre-0.7.2/lib/tre-match-backtrack.c \
353	tre-0.7.2/lib/tre-internal.h \
354	tre-0.7.2/lib/regerror.c \
355	tre-0.7.2/lib/tre-compile.c \
356	tre-0.7.2/lib/tre-compile.h \
357	tre-0.7.2/lib/Makefile.am \
358	tre-0.7.2/lib/Makefile.in \
359	tre-0.7.2/lib/tre-match-parallel.c \
360	tre-0.7.2/lib/gettext.h \
361	tre-0.7.2/lib/tre-ast.c \
362	tre-0.7.2/lib/tre-ast.h \
363	tre-0.7.2/lib/tre-mem.c \
364	tre-0.7.2/lib/tre-mem.h \
365	tre-0.7.2/lib/regcomp.c \
366	tre-0.7.2/lib/regexec.c \
367	tre-0.7.2/lib/tre-stack.c \
368	tre-0.7.2/lib/tre-stack.h \
369	tre-0.7.2/src/Makefile.am \
370	tre-0.7.2/src/Makefile.in \
371	tre-0.7.2/src/agrep.c \
372	tre-0.7.2/NEWS \
373	tre-0.7.2/TODO \
374	tre-0.7.2/LICENSE \
375	tre-0.7.2/aclocal.m4 \
376	tre-0.7.2/tests/test-str-source.c \
377	tre-0.7.2/tests/randtest.c \
378	tre-0.7.2/tests/retest.c \
379	tre-0.7.2/tests/Makefile.am \
380	tre-0.7.2/tests/Makefile.in \
381	tre-0.7.2/tests/build-tests.sh \
382	tre-0.7.2/tests/bench.c \
383	tre-0.7.2/utils/compile \
384	tre-0.7.2/utils/depcomp \
385	tre-0.7.2/utils/build-rpm.sh \
386	tre-0.7.2/utils/ltmain.sh \
387	tre-0.7.2/utils/config.guess \
388	tre-0.7.2/utils/config.rpath \
389	tre-0.7.2/utils/install-sh \
390	tre-0.7.2/utils/autogen.sh \
391	tre-0.7.2/utils/config.sub \
392	tre-0.7.2/utils/missing \
393	tre-0.7.2/utils/mkinstalldirs \
394	tre-0.7.2/utils/Makefile.am \
395	tre-0.7.2/utils/Makefile.in \
396	tre-0.7.2/win32/tre-config.h \
397	tre-0.7.2/win32/retest.dsp \
398	tre-0.7.2/win32/config.h \
399	tre-0.7.2/win32/tre.def \
400	tre-0.7.2/win32/tre.dsp \
401	tre-0.7.2/win32/tre.dsw \
402	tre-0.7.2/README \
403	tre-0.7.2/THANKS \
404	tre-0.7.2/configure \
405	tre-0.7.2/configure.ac \
406	tre-0.7.2/tre.spec.in \
407	tre-0.7.2/Makefile.am \
408	tre-0.7.2/Makefile.in \
409	tre-0.7.2/config.h.in \
410	tre-0.7.2/python/example.py \
411	tre-0.7.2/python/tre-python.c \
412	tre-0.7.2/python/setup.py \
413	tre-0.7.2/AUTHORS \
414	tre-0.7.2/INSTALL \
415	tre-0.7.2/tre.pc.in \
416	tre-0.7.2/ABOUT-NLS \
417	tre-0.7.2/ChangeLog \
418	tre-0.7.2/COPYING
419
420tre070_manifest = \
421	tre-0.7.0/m4/tre_prog_cc_optimizations.m4 \
422	tre-0.7.0/m4/ax_check_sign.m4 \
423	tre-0.7.0/m4/Makefile.am \
424	tre-0.7.0/m4/Makefile.in \
425	tre-0.7.0/m4/vl_prog_cc_warnings.m4 \
426	tre-0.7.0/m4/ac_libtool_tags.m4 \
427	tre-0.7.0/m4/ax_decl_wchar_max.m4 \
428	tre-0.7.0/m4/ax_check_funcs_comp.m4 \
429	tre-0.7.0/po/Makevars \
430	tre-0.7.0/po/fi.po \
431	tre-0.7.0/po/LINGUAS \
432	tre-0.7.0/po/en@boldquot.header \
433	tre-0.7.0/po/en@quot.header \
434	tre-0.7.0/po/Rules-quot \
435	tre-0.7.0/po/remove-potcdate.sin \
436	tre-0.7.0/po/boldquot.sed \
437	tre-0.7.0/po/POTFILES.in \
438	tre-0.7.0/po/fi.gmo \
439	tre-0.7.0/po/tre.pot \
440	tre-0.7.0/po/insert-header.sin \
441	tre-0.7.0/po/stamp-po \
442	tre-0.7.0/po/quot.sed \
443	tre-0.7.0/po/Makefile.in.in \
444	tre-0.7.0/doc/tre-api.html \
445	tre-0.7.0/doc/tre-syntax.html \
446	tre-0.7.0/lib/tre-config.h.in \
447	tre-0.7.0/lib/regex.h \
448	tre-0.7.0/lib/tre-match-approx.c \
449	tre-0.7.0/lib/README \
450	tre-0.7.0/lib/tre-match-utils.h \
451	tre-0.7.0/lib/xmalloc.c \
452	tre-0.7.0/lib/xmalloc.h \
453	tre-0.7.0/lib/tre-match-backtrack.c \
454	tre-0.7.0/lib/tre-internal.h \
455	tre-0.7.0/lib/regerror.c \
456	tre-0.7.0/lib/tre-compile.c \
457	tre-0.7.0/lib/Makefile.am \
458	tre-0.7.0/lib/Makefile.in \
459	tre-0.7.0/lib/tre-match-parallel.c \
460	tre-0.7.0/lib/gettext.h \
461	tre-0.7.0/lib/tre-mem.c \
462	tre-0.7.0/lib/tre-mem.h \
463	tre-0.7.0/lib/regcomp.c \
464	tre-0.7.0/lib/regexec.c \
465	tre-0.7.0/src/Makefile.am \
466	tre-0.7.0/src/Makefile.in \
467	tre-0.7.0/src/agrep.c \
468	tre-0.7.0/NEWS \
469	tre-0.7.0/TODO \
470	tre-0.7.0/LICENSE \
471	tre-0.7.0/aclocal.m4 \
472	tre-0.7.0/tests/test-str-source.c \
473	tre-0.7.0/tests/randtest.c \
474	tre-0.7.0/tests/retest.c \
475	tre-0.7.0/tests/Makefile.am \
476	tre-0.7.0/tests/Makefile.in \
477	tre-0.7.0/tests/bench.c \
478	tre-0.7.0/tests/test-approx.c \
479	tre-0.7.0/utils/compile \
480	tre-0.7.0/utils/depcomp \
481	tre-0.7.0/utils/build-rpm.sh \
482	tre-0.7.0/utils/ltmain.sh \
483	tre-0.7.0/utils/config.guess \
484	tre-0.7.0/utils/config.rpath \
485	tre-0.7.0/utils/install-sh \
486	tre-0.7.0/utils/autogen.sh \
487	tre-0.7.0/utils/config.sub \
488	tre-0.7.0/utils/missing \
489	tre-0.7.0/utils/mkinstalldirs \
490	tre-0.7.0/utils/Makefile.am \
491	tre-0.7.0/utils/Makefile.in \
492	tre-0.7.0/win32/tre-config.h \
493	tre-0.7.0/win32/retest.dsp \
494	tre-0.7.0/win32/config.h \
495	tre-0.7.0/win32/tre.def \
496	tre-0.7.0/win32/tre.dsp \
497	tre-0.7.0/win32/tre.dsw \
498	tre-0.7.0/README \
499	tre-0.7.0/THANKS \
500	tre-0.7.0/configure \
501	tre-0.7.0/configure.ac \
502	tre-0.7.0/tre.spec.in \
503	tre-0.7.0/Makefile.am \
504	tre-0.7.0/Makefile.in \
505	tre-0.7.0/config.h.in \
506	tre-0.7.0/python \
507	tre-0.7.0/python/setup.py.in \
508	tre-0.7.0/AUTHORS \
509	tre-0.7.0/INSTALL \
510	tre-0.7.0/tre.pc.in \
511	tre-0.7.0/ABOUT-NLS \
512	tre-0.7.0/ChangeLog \
513	tre-0.7.0/COPYING
514
515man_MANS = \
516	streamripper.1
517
518lib_manifest = \
519	lib/Makefile.am \
520	lib/Makefile.in \
521	lib/config.h.in \
522	lib/argv.c \
523	lib/cbuf2.c \
524	lib/cbuf2.h \
525	lib/charmaps.h \
526	lib/charset.c \
527	lib/charset.h \
528	lib/compat.h \
529	lib/config.h \
530	lib/confw32.h \
531	lib/debug.c \
532	lib/debug.h \
533	lib/errors.c \
534	lib/errors.h \
535	lib/external.c \
536	lib/external.h \
537	lib/filelib.c \
538	lib/filelib.h \
539	lib/findsep2.c \
540	lib/findsep.c \
541	lib/findsep.h \
542	lib/http.c \
543	lib/http.h \
544	lib/iconvert.c \
545	lib/ictest.c \
546	lib/list.h \
547	lib/mchar.c \
548	lib/mchar.h \
549	lib/parse.c \
550	lib/parse.h \
551	lib/prefs.c \
552	lib/prefs.h \
553	lib/relaylib.c \
554	lib/relaylib.h \
555	lib/rip_manager.c \
556	lib/rip_manager.h \
557	lib/ripaac.c \
558	lib/ripogg.c \
559	lib/ripogg.h \
560	lib/ripstream.c \
561	lib/ripstream.h \
562	lib/socklib.c \
563	lib/socklib.h \
564	lib/srconfig.h \
565	lib/srtypes.h \
566	lib/threadlib.c \
567	lib/threadlib.h \
568	lib/uce_dirent.h \
569	lib/utf8.c \
570	lib/utf8.h
571
572EXTRA_DIST = \
573	config.rpath \
574	CHANGES \
575	parse_rules.txt \
576	fake_external_metadata.pl \
577	fetch_external_metadata.pl \
578	$(lib_manifest) \
579	$(libmad_manifest) \
580	$(man_MANS)
581
582DIST_SUBDIRS =
583streamripper_LDADD = \
584	lib/libstreamripper.a \
585	@FAAD_LIBS@ \
586	@LIBMAD@ \
587	@THREADLIBS@ \
588	@LTLIBICONV@ @LIBCHARSET@ \
589	@LIBIBERTY_LIBS@ \
590	@OGG_LIBS@ @VORBIS_LIBS@ \
591	@GLIB_LIBS@
592
593
594#        @CDK_LIBS@
595cstreamripper_LDADD = \
596	lib/libstreamripper.a \
597	@FAAD_LIBS@ \
598	@LIBMAD@ \
599	@THREADLIBS@ \
600	@LTLIBICONV@ @LIBCHARSET@ \
601	@LIBIBERTY_LIBS@ \
602	@OGG_LIBS@ @VORBIS_LIBS@ \
603	@GLIB_LIBS@
604
605
606#        @CDK_LIBS@
607ACLOCAL_AMFLAGS = -I m4
608all: all-recursive
609
610.SUFFIXES:
611.SUFFIXES: .c .o .obj
612am--refresh:
613	@:
614$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
615	@for dep in $?; do \
616	  case '$(am__configure_deps)' in \
617	    *$$dep*) \
618	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
619	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
620		&& exit 0; \
621	      exit 1;; \
622	  esac; \
623	done; \
624	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
625	cd $(top_srcdir) && \
626	  $(AUTOMAKE) --foreign  Makefile
627.PRECIOUS: Makefile
628Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
629	@case '$?' in \
630	  *config.status*) \
631	    echo ' $(SHELL) ./config.status'; \
632	    $(SHELL) ./config.status;; \
633	  *) \
634	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
635	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
636	esac;
637
638$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
639	$(SHELL) ./config.status --recheck
640
641$(top_srcdir)/configure:  $(am__configure_deps)
642	cd $(srcdir) && $(AUTOCONF)
643$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
644	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
645install-binPROGRAMS: $(bin_PROGRAMS)
646	@$(NORMAL_INSTALL)
647	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
648	@list='$(bin_PROGRAMS)'; for p in $$list; do \
649	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
650	  if test -f $$p \
651	  ; then \
652	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
653	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
654	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
655	  else :; fi; \
656	done
657
658uninstall-binPROGRAMS:
659	@$(NORMAL_UNINSTALL)
660	@list='$(bin_PROGRAMS)'; for p in $$list; do \
661	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
662	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
663	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
664	done
665
666clean-binPROGRAMS:
667	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
668cstreamripper$(EXEEXT): $(cstreamripper_OBJECTS) $(cstreamripper_DEPENDENCIES)
669	@rm -f cstreamripper$(EXEEXT)
670	$(LINK) $(cstreamripper_OBJECTS) $(cstreamripper_LDADD) $(LIBS)
671ictest$(EXEEXT): $(ictest_OBJECTS) $(ictest_DEPENDENCIES)
672	@rm -f ictest$(EXEEXT)
673	$(LINK) $(ictest_OBJECTS) $(ictest_LDADD) $(LIBS)
674streamripper$(EXEEXT): $(streamripper_OBJECTS) $(streamripper_DEPENDENCIES)
675	@rm -f streamripper$(EXEEXT)
676	$(LINK) $(streamripper_OBJECTS) $(streamripper_LDADD) $(LIBS)
677
678mostlyclean-compile:
679	-rm -f *.$(OBJEXT)
680
681distclean-compile:
682	-rm -f *.tab.c
683
684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argv.Po@am__quote@
685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cstreamripper.Po@am__quote@
686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ictest.Po@am__quote@
687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/streamripper.Po@am__quote@
688
689.c.o:
690@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
691@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
692@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
693@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
694@am__fastdepCC_FALSE@	$(COMPILE) -c $<
695
696.c.obj:
697@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
698@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
699@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
700@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
701@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
702
703cstreamripper.o: console/cstreamripper.c
704@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstreamripper.o -MD -MP -MF $(DEPDIR)/cstreamripper.Tpo -c -o cstreamripper.o `test -f 'console/cstreamripper.c' || echo '$(srcdir)/'`console/cstreamripper.c
705@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/cstreamripper.Tpo $(DEPDIR)/cstreamripper.Po
706@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='console/cstreamripper.c' object='cstreamripper.o' libtool=no @AMDEPBACKSLASH@
707@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
708@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstreamripper.o `test -f 'console/cstreamripper.c' || echo '$(srcdir)/'`console/cstreamripper.c
709
710cstreamripper.obj: console/cstreamripper.c
711@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstreamripper.obj -MD -MP -MF $(DEPDIR)/cstreamripper.Tpo -c -o cstreamripper.obj `if test -f 'console/cstreamripper.c'; then $(CYGPATH_W) 'console/cstreamripper.c'; else $(CYGPATH_W) '$(srcdir)/console/cstreamripper.c'; fi`
712@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/cstreamripper.Tpo $(DEPDIR)/cstreamripper.Po
713@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='console/cstreamripper.c' object='cstreamripper.obj' libtool=no @AMDEPBACKSLASH@
714@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstreamripper.obj `if test -f 'console/cstreamripper.c'; then $(CYGPATH_W) 'console/cstreamripper.c'; else $(CYGPATH_W) '$(srcdir)/console/cstreamripper.c'; fi`
716
717ictest.o: lib/ictest.c
718@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ictest.o -MD -MP -MF $(DEPDIR)/ictest.Tpo -c -o ictest.o `test -f 'lib/ictest.c' || echo '$(srcdir)/'`lib/ictest.c
719@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/ictest.Tpo $(DEPDIR)/ictest.Po
720@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib/ictest.c' object='ictest.o' libtool=no @AMDEPBACKSLASH@
721@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
722@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ictest.o `test -f 'lib/ictest.c' || echo '$(srcdir)/'`lib/ictest.c
723
724ictest.obj: lib/ictest.c
725@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ictest.obj -MD -MP -MF $(DEPDIR)/ictest.Tpo -c -o ictest.obj `if test -f 'lib/ictest.c'; then $(CYGPATH_W) 'lib/ictest.c'; else $(CYGPATH_W) '$(srcdir)/lib/ictest.c'; fi`
726@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/ictest.Tpo $(DEPDIR)/ictest.Po
727@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib/ictest.c' object='ictest.obj' libtool=no @AMDEPBACKSLASH@
728@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ictest.obj `if test -f 'lib/ictest.c'; then $(CYGPATH_W) 'lib/ictest.c'; else $(CYGPATH_W) '$(srcdir)/lib/ictest.c'; fi`
730
731streamripper.o: console/streamripper.c
732@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT streamripper.o -MD -MP -MF $(DEPDIR)/streamripper.Tpo -c -o streamripper.o `test -f 'console/streamripper.c' || echo '$(srcdir)/'`console/streamripper.c
733@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/streamripper.Tpo $(DEPDIR)/streamripper.Po
734@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='console/streamripper.c' object='streamripper.o' libtool=no @AMDEPBACKSLASH@
735@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o streamripper.o `test -f 'console/streamripper.c' || echo '$(srcdir)/'`console/streamripper.c
737
738streamripper.obj: console/streamripper.c
739@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT streamripper.obj -MD -MP -MF $(DEPDIR)/streamripper.Tpo -c -o streamripper.obj `if test -f 'console/streamripper.c'; then $(CYGPATH_W) 'console/streamripper.c'; else $(CYGPATH_W) '$(srcdir)/console/streamripper.c'; fi`
740@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/streamripper.Tpo $(DEPDIR)/streamripper.Po
741@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='console/streamripper.c' object='streamripper.obj' libtool=no @AMDEPBACKSLASH@
742@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o streamripper.obj `if test -f 'console/streamripper.c'; then $(CYGPATH_W) 'console/streamripper.c'; else $(CYGPATH_W) '$(srcdir)/console/streamripper.c'; fi`
744
745argv.o: lib/argv.c
746@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT argv.o -MD -MP -MF $(DEPDIR)/argv.Tpo -c -o argv.o `test -f 'lib/argv.c' || echo '$(srcdir)/'`lib/argv.c
747@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/argv.Tpo $(DEPDIR)/argv.Po
748@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib/argv.c' object='argv.o' libtool=no @AMDEPBACKSLASH@
749@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
750@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o argv.o `test -f 'lib/argv.c' || echo '$(srcdir)/'`lib/argv.c
751
752argv.obj: lib/argv.c
753@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT argv.obj -MD -MP -MF $(DEPDIR)/argv.Tpo -c -o argv.obj `if test -f 'lib/argv.c'; then $(CYGPATH_W) 'lib/argv.c'; else $(CYGPATH_W) '$(srcdir)/lib/argv.c'; fi`
754@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/argv.Tpo $(DEPDIR)/argv.Po
755@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib/argv.c' object='argv.obj' libtool=no @AMDEPBACKSLASH@
756@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
757@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o argv.obj `if test -f 'lib/argv.c'; then $(CYGPATH_W) 'lib/argv.c'; else $(CYGPATH_W) '$(srcdir)/lib/argv.c'; fi`
758install-man1: $(man1_MANS) $(man_MANS)
759	@$(NORMAL_INSTALL)
760	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
761	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
762	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
763	for i in $$l2; do \
764	  case "$$i" in \
765	    *.1*) list="$$list $$i" ;; \
766	  esac; \
767	done; \
768	for i in $$list; do \
769	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
770	  else file=$$i; fi; \
771	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
772	  case "$$ext" in \
773	    1*) ;; \
774	    *) ext='1' ;; \
775	  esac; \
776	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
777	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
778	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
779	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
780	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
781	done
782uninstall-man1:
783	@$(NORMAL_UNINSTALL)
784	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
785	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
786	for i in $$l2; do \
787	  case "$$i" in \
788	    *.1*) list="$$list $$i" ;; \
789	  esac; \
790	done; \
791	for i in $$list; do \
792	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
793	  case "$$ext" in \
794	    1*) ;; \
795	    *) ext='1' ;; \
796	  esac; \
797	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
798	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
799	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
800	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
801	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
802	done
803
804# This directory's subdirectories are mostly independent; you can cd
805# into them and run `make' without going through this Makefile.
806# To change the values of `make' variables: instead of editing Makefiles,
807# (1) if the variable is set in `config.status', edit `config.status'
808#     (which will cause the Makefiles to be regenerated when you run `make');
809# (2) otherwise, pass the desired values on the `make' command line.
810$(RECURSIVE_TARGETS):
811	@failcom='exit 1'; \
812	for f in x $$MAKEFLAGS; do \
813	  case $$f in \
814	    *=* | --[!k]*);; \
815	    *k*) failcom='fail=yes';; \
816	  esac; \
817	done; \
818	dot_seen=no; \
819	target=`echo $@ | sed s/-recursive//`; \
820	list='$(SUBDIRS)'; for subdir in $$list; do \
821	  echo "Making $$target in $$subdir"; \
822	  if test "$$subdir" = "."; then \
823	    dot_seen=yes; \
824	    local_target="$$target-am"; \
825	  else \
826	    local_target="$$target"; \
827	  fi; \
828	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
829	  || eval $$failcom; \
830	done; \
831	if test "$$dot_seen" = "no"; then \
832	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
833	fi; test -z "$$fail"
834
835$(RECURSIVE_CLEAN_TARGETS):
836	@failcom='exit 1'; \
837	for f in x $$MAKEFLAGS; do \
838	  case $$f in \
839	    *=* | --[!k]*);; \
840	    *k*) failcom='fail=yes';; \
841	  esac; \
842	done; \
843	dot_seen=no; \
844	case "$@" in \
845	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
846	  *) list='$(SUBDIRS)' ;; \
847	esac; \
848	rev=''; for subdir in $$list; do \
849	  if test "$$subdir" = "."; then :; else \
850	    rev="$$subdir $$rev"; \
851	  fi; \
852	done; \
853	rev="$$rev ."; \
854	target=`echo $@ | sed s/-recursive//`; \
855	for subdir in $$rev; do \
856	  echo "Making $$target in $$subdir"; \
857	  if test "$$subdir" = "."; then \
858	    local_target="$$target-am"; \
859	  else \
860	    local_target="$$target"; \
861	  fi; \
862	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
863	  || eval $$failcom; \
864	done && test -z "$$fail"
865tags-recursive:
866	list='$(SUBDIRS)'; for subdir in $$list; do \
867	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
868	done
869ctags-recursive:
870	list='$(SUBDIRS)'; for subdir in $$list; do \
871	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
872	done
873
874ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
875	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
876	unique=`for i in $$list; do \
877	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
878	  done | \
879	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
880	      END { if (nonempty) { for (i in files) print i; }; }'`; \
881	mkid -fID $$unique
882tags: TAGS
883
884TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
885		$(TAGS_FILES) $(LISP)
886	tags=; \
887	here=`pwd`; \
888	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
889	  include_option=--etags-include; \
890	  empty_fix=.; \
891	else \
892	  include_option=--include; \
893	  empty_fix=; \
894	fi; \
895	list='$(SUBDIRS)'; for subdir in $$list; do \
896	  if test "$$subdir" = .; then :; else \
897	    test ! -f $$subdir/TAGS || \
898	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
899	  fi; \
900	done; \
901	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
902	unique=`for i in $$list; do \
903	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
904	  done | \
905	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
906	      END { if (nonempty) { for (i in files) print i; }; }'`; \
907	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
908	  test -n "$$unique" || unique=$$empty_fix; \
909	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
910	    $$tags $$unique; \
911	fi
912ctags: CTAGS
913CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
914		$(TAGS_FILES) $(LISP)
915	tags=; \
916	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
917	unique=`for i in $$list; do \
918	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
919	  done | \
920	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
921	      END { if (nonempty) { for (i in files) print i; }; }'`; \
922	test -z "$(CTAGS_ARGS)$$tags$$unique" \
923	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
924	     $$tags $$unique
925
926GTAGS:
927	here=`$(am__cd) $(top_builddir) && pwd` \
928	  && cd $(top_srcdir) \
929	  && gtags -i $(GTAGS_ARGS) $$here
930
931distclean-tags:
932	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
933
934distdir: $(DISTFILES)
935	$(am__remove_distdir)
936	test -d $(distdir) || mkdir $(distdir)
937	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
938	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
939	list='$(DISTFILES)'; \
940	  dist_files=`for file in $$list; do echo $$file; done | \
941	  sed -e "s|^$$srcdirstrip/||;t" \
942	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
943	case $$dist_files in \
944	  */*) $(MKDIR_P) `echo "$$dist_files" | \
945			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
946			   sort -u` ;; \
947	esac; \
948	for file in $$dist_files; do \
949	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
950	  if test -d $$d/$$file; then \
951	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
952	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
953	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
954	    fi; \
955	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
956	  else \
957	    test -f $(distdir)/$$file \
958	    || cp -p $$d/$$file $(distdir)/$$file \
959	    || exit 1; \
960	  fi; \
961	done
962	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
963	  if test "$$subdir" = .; then :; else \
964	    test -d "$(distdir)/$$subdir" \
965	    || $(MKDIR_P) "$(distdir)/$$subdir" \
966	    || exit 1; \
967	    distdir=`$(am__cd) $(distdir) && pwd`; \
968	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
969	    (cd $$subdir && \
970	      $(MAKE) $(AM_MAKEFLAGS) \
971	        top_distdir="$$top_distdir" \
972	        distdir="$$distdir/$$subdir" \
973		am__remove_distdir=: \
974		am__skip_length_check=: \
975	        distdir) \
976	      || exit 1; \
977	  fi; \
978	done
979	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
980	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
981	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
982	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
983	|| chmod -R a+r $(distdir)
984dist-gzip: distdir
985	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
986	$(am__remove_distdir)
987
988dist-bzip2: distdir
989	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
990	$(am__remove_distdir)
991
992dist-lzma: distdir
993	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
994	$(am__remove_distdir)
995
996dist-tarZ: distdir
997	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
998	$(am__remove_distdir)
999
1000dist-shar: distdir
1001	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1002	$(am__remove_distdir)
1003
1004dist-zip: distdir
1005	-rm -f $(distdir).zip
1006	zip -rq $(distdir).zip $(distdir)
1007	$(am__remove_distdir)
1008
1009dist dist-all: distdir
1010	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1011	$(am__remove_distdir)
1012
1013# This target untars the dist file and tries a VPATH configuration.  Then
1014# it guarantees that the distribution is self-contained by making another
1015# tarfile.
1016distcheck: dist
1017	case '$(DIST_ARCHIVES)' in \
1018	*.tar.gz*) \
1019	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1020	*.tar.bz2*) \
1021	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1022	*.tar.lzma*) \
1023	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1024	*.tar.Z*) \
1025	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1026	*.shar.gz*) \
1027	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1028	*.zip*) \
1029	  unzip $(distdir).zip ;;\
1030	esac
1031	chmod -R a-w $(distdir); chmod a+w $(distdir)
1032	mkdir $(distdir)/_build
1033	mkdir $(distdir)/_inst
1034	chmod a-w $(distdir)
1035	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1036	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1037	  && cd $(distdir)/_build \
1038	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1039	    $(DISTCHECK_CONFIGURE_FLAGS) \
1040	  && $(MAKE) $(AM_MAKEFLAGS) \
1041	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1042	  && $(MAKE) $(AM_MAKEFLAGS) check \
1043	  && $(MAKE) $(AM_MAKEFLAGS) install \
1044	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1045	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1046	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1047	        distuninstallcheck \
1048	  && chmod -R a-w "$$dc_install_base" \
1049	  && ({ \
1050	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1051	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1052	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1053	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1054	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1055	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1056	  && rm -rf "$$dc_destdir" \
1057	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1058	  && rm -rf $(DIST_ARCHIVES) \
1059	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1060	$(am__remove_distdir)
1061	@(echo "$(distdir) archives ready for distribution: "; \
1062	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1063	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1064distuninstallcheck:
1065	@cd $(distuninstallcheck_dir) \
1066	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1067	   || { echo "ERROR: files left after uninstall:" ; \
1068	        if test -n "$(DESTDIR)"; then \
1069	          echo "  (check DESTDIR support)"; \
1070	        fi ; \
1071	        $(distuninstallcheck_listfiles) ; \
1072	        exit 1; } >&2
1073distcleancheck: distclean
1074	@if test '$(srcdir)' = . ; then \
1075	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1076	  exit 1 ; \
1077	fi
1078	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1079	  || { echo "ERROR: files left in build directory after distclean:" ; \
1080	       $(distcleancheck_listfiles) ; \
1081	       exit 1; } >&2
1082check-am: all-am
1083check: check-recursive
1084all-am: Makefile $(PROGRAMS) $(MANS)
1085installdirs: installdirs-recursive
1086installdirs-am:
1087	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
1088	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1089	done
1090install: install-recursive
1091install-exec: install-exec-recursive
1092install-data: install-data-recursive
1093uninstall: uninstall-recursive
1094
1095install-am: all-am
1096	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1097
1098installcheck: installcheck-recursive
1099install-strip:
1100	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1101	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1102	  `test -z '$(STRIP)' || \
1103	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1104mostlyclean-generic:
1105
1106clean-generic:
1107
1108distclean-generic:
1109	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1110
1111maintainer-clean-generic:
1112	@echo "This command is intended for maintainers to use"
1113	@echo "it deletes files that may require special tools to rebuild."
1114clean: clean-recursive
1115
1116clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
1117
1118distclean: distclean-recursive
1119	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1120	-rm -rf ./$(DEPDIR)
1121	-rm -f Makefile
1122distclean-am: clean-am distclean-compile distclean-generic \
1123	distclean-tags
1124
1125dvi: dvi-recursive
1126
1127dvi-am:
1128
1129html: html-recursive
1130
1131info: info-recursive
1132
1133info-am:
1134
1135install-data-am: install-man
1136
1137install-dvi: install-dvi-recursive
1138
1139install-exec-am: install-binPROGRAMS
1140
1141install-html: install-html-recursive
1142
1143install-info: install-info-recursive
1144
1145install-man: install-man1
1146
1147install-pdf: install-pdf-recursive
1148
1149install-ps: install-ps-recursive
1150
1151installcheck-am:
1152
1153maintainer-clean: maintainer-clean-recursive
1154	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1155	-rm -rf $(top_srcdir)/autom4te.cache
1156	-rm -rf ./$(DEPDIR)
1157	-rm -f Makefile
1158maintainer-clean-am: distclean-am maintainer-clean-generic
1159
1160mostlyclean: mostlyclean-recursive
1161
1162mostlyclean-am: mostlyclean-compile mostlyclean-generic
1163
1164pdf: pdf-recursive
1165
1166pdf-am:
1167
1168ps: ps-recursive
1169
1170ps-am:
1171
1172uninstall-am: uninstall-binPROGRAMS uninstall-man
1173
1174uninstall-man: uninstall-man1
1175
1176.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1177	install-strip
1178
1179.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1180	all all-am am--refresh check check-am clean clean-binPROGRAMS \
1181	clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
1182	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
1183	distclean distclean-compile distclean-generic distclean-tags \
1184	distcleancheck distdir distuninstallcheck dvi dvi-am html \
1185	html-am info info-am install install-am install-binPROGRAMS \
1186	install-data install-data-am install-dvi install-dvi-am \
1187	install-exec install-exec-am install-html install-html-am \
1188	install-info install-info-am install-man install-man1 \
1189	install-pdf install-pdf-am install-ps install-ps-am \
1190	install-strip installcheck installcheck-am installdirs \
1191	installdirs-am maintainer-clean maintainer-clean-generic \
1192	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1193	ps ps-am tags tags-recursive uninstall uninstall-am \
1194	uninstall-binPROGRAMS uninstall-man uninstall-man1
1195
1196# Tell versions [3.59,3.63) of GNU make to not export all variables.
1197# Otherwise a system limit (for SysV at least) may be exceeded.
1198.NOEXPORT:
1199