1# Makefile.in generated by automake 1.7.9 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
17#  FLAC - Free Lossless Audio Codec
18#  Copyright (C) 2001,2002,2003,2004,2005,2006,2007  Josh Coalson
19#
20#  This file is part the FLAC project.  FLAC is comprised of several
21#  components distributed under difference licenses.  The codec libraries
22#  are distributed under Xiph.Org's BSD-like license (see the file
23#  COPYING.Xiph in this distribution).  All other programs, libraries, and
24#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
25#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
26#  FLAC distribution contains at the top the terms under which it may be
27#  distributed.
28#
29#  Since this particular file is relevant to all components of FLAC,
30#  it may be distributed under the Xiph.Org license, which is the least
31#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
32#  distribution.
33
34#
35# automake provides the following useful targets:
36#
37# all: build all programs and libraries using the current
38# configuration (set by configure)
39#
40# check: build and run all self-tests
41#
42# clean: remove everything except what's required to build everything
43#
44# distclean: remove everything except what goes in the distribution
45#
46
47srcdir = @srcdir@
48top_srcdir = @top_srcdir@
49VPATH = @srcdir@
50pkgdatadir = $(datadir)/@PACKAGE@
51pkglibdir = $(libdir)/@PACKAGE@
52pkgincludedir = $(includedir)/@PACKAGE@
53top_builddir = .
54
55am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
56INSTALL = @INSTALL@
57install_sh_DATA = $(install_sh) -c -m 644
58install_sh_PROGRAM = $(install_sh) -c
59install_sh_SCRIPT = $(install_sh) -c
60INSTALL_HEADER = $(INSTALL_DATA)
61transform = $(program_transform_name)
62NORMAL_INSTALL = :
63PRE_INSTALL = :
64POST_INSTALL = :
65NORMAL_UNINSTALL = :
66PRE_UNINSTALL = :
67POST_UNINSTALL = :
68host_triplet = @host@
69ACLOCAL = @ACLOCAL@
70ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
71AMDEP_FALSE = @AMDEP_FALSE@
72AMDEP_TRUE = @AMDEP_TRUE@
73AMTAR = @AMTAR@
74AR = @AR@
75AS = @AS@
76AUTOCONF = @AUTOCONF@
77AUTOHEADER = @AUTOHEADER@
78AUTOMAKE = @AUTOMAKE@
79AWK = @AWK@
80CC = @CC@
81CCAS = @CCAS@
82CCASFLAGS = @CCASFLAGS@
83CCDEPMODE = @CCDEPMODE@
84CFLAGS = @CFLAGS@
85CPP = @CPP@
86CPPFLAGS = @CPPFLAGS@
87CXX = @CXX@
88CXXCPP = @CXXCPP@
89CXXDEPMODE = @CXXDEPMODE@
90CXXFLAGS = @CXXFLAGS@
91CYGPATH_W = @CYGPATH_W@
92DEBUG_FALSE = @DEBUG_FALSE@
93DEBUG_TRUE = @DEBUG_TRUE@
94DEFS = @DEFS@
95DEPDIR = @DEPDIR@
96DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
97DOXYGEN = @DOXYGEN@
98ECHO = @ECHO@
99ECHO_C = @ECHO_C@
100ECHO_N = @ECHO_N@
101ECHO_T = @ECHO_T@
102EGREP = @EGREP@
103EXEEXT = @EXEEXT@
104F77 = @F77@
105FFLAGS = @FFLAGS@
106FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
107FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
108FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
109FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
110FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
111FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
112FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
113FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
114FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
115FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
116FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
117FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
118FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
119FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
120FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
121FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
122FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
123FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
124FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
125FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
126FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
127FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
128FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
129FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
130FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
131FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
132FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
133FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
134FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
135FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
136FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
137FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
138FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
139FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
140FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
141FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
142FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
143FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
144FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
145FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
146FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
147FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
148GAS = @GAS@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153LDFLAGS = @LDFLAGS@
154LIBICONV = @LIBICONV@
155LIBOBJS = @LIBOBJS@
156LIBS = @LIBS@
157LIBTOOL = @LIBTOOL@
158LN_S = @LN_S@
159LTLIBICONV = @LTLIBICONV@
160LTLIBOBJS = @LTLIBOBJS@
161MAINT = @MAINT@
162MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
163MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
164MAKEINFO = @MAKEINFO@
165MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
166NASM = @NASM@
167OBJEXT = @OBJEXT@
168OBJ_FORMAT = @OBJ_FORMAT@
169OGG_CFLAGS = @OGG_CFLAGS@
170OGG_LIBS = @OGG_LIBS@
171PACKAGE = @PACKAGE@
172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_VERSION = @PACKAGE_VERSION@
177PATH_SEPARATOR = @PATH_SEPARATOR@
178RANLIB = @RANLIB@
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181STRIP = @STRIP@
182VERSION = @VERSION@
183XMMS_CFLAGS = @XMMS_CFLAGS@
184XMMS_CONFIG = @XMMS_CONFIG@
185XMMS_DATA_DIR = @XMMS_DATA_DIR@
186XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
187XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
188XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
189XMMS_LIBS = @XMMS_LIBS@
190XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
191XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
192XMMS_VERSION = @XMMS_VERSION@
193XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
194ac_ct_AR = @ac_ct_AR@
195ac_ct_CC = @ac_ct_CC@
196ac_ct_CXX = @ac_ct_CXX@
197ac_ct_F77 = @ac_ct_F77@
198ac_ct_RANLIB = @ac_ct_RANLIB@
199ac_ct_STRIP = @ac_ct_STRIP@
200am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
201am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
202am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
203am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
204am__include = @am__include@
205am__leading_dot = @am__leading_dot@
206am__quote = @am__quote@
207bindir = @bindir@
208build = @build@
209build_alias = @build_alias@
210build_cpu = @build_cpu@
211build_os = @build_os@
212build_vendor = @build_vendor@
213datadir = @datadir@
214exec_prefix = @exec_prefix@
215host = @host@
216host_alias = @host_alias@
217host_cpu = @host_cpu@
218host_os = @host_os@
219host_vendor = @host_vendor@
220includedir = @includedir@
221infodir = @infodir@
222install_sh = @install_sh@
223libdir = @libdir@
224libexecdir = @libexecdir@
225localstatedir = @localstatedir@
226mandir = @mandir@
227oldincludedir = @oldincludedir@
228prefix = @prefix@
229program_transform_name = @program_transform_name@
230sbindir = @sbindir@
231sharedstatedir = @sharedstatedir@
232sysconfdir = @sysconfdir@
233target_alias = @target_alias@
234
235AUTOMAKE_OPTIONS = foreign 1.7
236
237SUBDIRS = doc include m4 man src examples test build obj
238
239DISTCLEANFILES = libtool-disable-static
240
241EXTRA_DIST = \
242	COPYING.FDL \
243	COPYING.GPL \
244	COPYING.LGPL \
245	COPYING.Xiph \
246	FLAC.dsw \
247	FLAC.sln \
248	Makefile.lite \
249	all.dsp \
250	all_dynamic.dsp \
251	all_static.dsp \
252	autogen.sh \
253	config.rpath \
254	depcomp \
255	ltmain.sh \
256	strip_non_asm_libtool_args.sh
257
258subdir = .
259ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
260mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
261CONFIG_HEADER = config.h
262CONFIG_CLEAN_FILES =
263DIST_SOURCES =
264
265RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
266	ps-recursive install-info-recursive uninstall-info-recursive \
267	all-recursive install-data-recursive install-exec-recursive \
268	installdirs-recursive install-recursive uninstall-recursive \
269	check-recursive installcheck-recursive
270DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
271	Makefile.am aclocal.m4 config.guess config.h.in config.rpath \
272	config.sub configure.in depcomp install-sh ltmain.sh missing \
273	mkinstalldirs
274DIST_SUBDIRS = $(SUBDIRS)
275all: config.h
276	$(MAKE) $(AM_MAKEFLAGS) all-recursive
277
278.SUFFIXES:
279
280am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
281 configure.lineno
282$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
283	cd $(top_srcdir) && \
284	  $(AUTOMAKE) --foreign  Makefile
285Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
286	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
287
288$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
289	$(SHELL) ./config.status --recheck
290$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
291	cd $(srcdir) && $(AUTOCONF)
292
293$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
294	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
295
296config.h: stamp-h1
297	@if test ! -f $@; then \
298	  rm -f stamp-h1; \
299	  $(MAKE) stamp-h1; \
300	else :; fi
301
302stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
303	@rm -f stamp-h1
304	cd $(top_builddir) && $(SHELL) ./config.status config.h
305
306$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
307	cd $(top_srcdir) && $(AUTOHEADER)
308	touch $(srcdir)/config.h.in
309
310distclean-hdr:
311	-rm -f config.h stamp-h1
312
313mostlyclean-libtool:
314	-rm -f *.lo
315
316clean-libtool:
317	-rm -rf .libs _libs
318
319distclean-libtool:
320	-rm -f libtool
321uninstall-info-am:
322
323# This directory's subdirectories are mostly independent; you can cd
324# into them and run `make' without going through this Makefile.
325# To change the values of `make' variables: instead of editing Makefiles,
326# (1) if the variable is set in `config.status', edit `config.status'
327#     (which will cause the Makefiles to be regenerated when you run `make');
328# (2) otherwise, pass the desired values on the `make' command line.
329$(RECURSIVE_TARGETS):
330	@set fnord $$MAKEFLAGS; amf=$$2; \
331	dot_seen=no; \
332	target=`echo $@ | sed s/-recursive//`; \
333	list='$(SUBDIRS)'; for subdir in $$list; do \
334	  echo "Making $$target in $$subdir"; \
335	  if test "$$subdir" = "."; then \
336	    dot_seen=yes; \
337	    local_target="$$target-am"; \
338	  else \
339	    local_target="$$target"; \
340	  fi; \
341	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
343	done; \
344	if test "$$dot_seen" = "no"; then \
345	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
346	fi; test -z "$$fail"
347
348mostlyclean-recursive clean-recursive distclean-recursive \
349maintainer-clean-recursive:
350	@set fnord $$MAKEFLAGS; amf=$$2; \
351	dot_seen=no; \
352	case "$@" in \
353	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
354	  *) list='$(SUBDIRS)' ;; \
355	esac; \
356	rev=''; for subdir in $$list; do \
357	  if test "$$subdir" = "."; then :; else \
358	    rev="$$subdir $$rev"; \
359	  fi; \
360	done; \
361	rev="$$rev ."; \
362	target=`echo $@ | sed s/-recursive//`; \
363	for subdir in $$rev; do \
364	  echo "Making $$target in $$subdir"; \
365	  if test "$$subdir" = "."; then \
366	    local_target="$$target-am"; \
367	  else \
368	    local_target="$$target"; \
369	  fi; \
370	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
372	done && test -z "$$fail"
373tags-recursive:
374	list='$(SUBDIRS)'; for subdir in $$list; do \
375	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376	done
377ctags-recursive:
378	list='$(SUBDIRS)'; for subdir in $$list; do \
379	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380	done
381
382ETAGS = etags
383ETAGSFLAGS =
384
385CTAGS = ctags
386CTAGSFLAGS =
387
388tags: TAGS
389
390ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
391	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
392	unique=`for i in $$list; do \
393	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394	  done | \
395	  $(AWK) '    { files[$$0] = 1; } \
396	       END { for (i in files) print i; }'`; \
397	mkid -fID $$unique
398
399TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
400		$(TAGS_FILES) $(LISP)
401	tags=; \
402	here=`pwd`; \
403	if (etags --etags-include --version) >/dev/null 2>&1; then \
404	  include_option=--etags-include; \
405	else \
406	  include_option=--include; \
407	fi; \
408	list='$(SUBDIRS)'; for subdir in $$list; do \
409	  if test "$$subdir" = .; then :; else \
410	    test -f $$subdir/TAGS && \
411	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
412	  fi; \
413	done; \
414	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
415	unique=`for i in $$list; do \
416	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417	  done | \
418	  $(AWK) '    { files[$$0] = 1; } \
419	       END { for (i in files) print i; }'`; \
420	test -z "$(ETAGS_ARGS)$$tags$$unique" \
421	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422	     $$tags $$unique
423
424ctags: CTAGS
425CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
426		$(TAGS_FILES) $(LISP)
427	tags=; \
428	here=`pwd`; \
429	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
430	unique=`for i in $$list; do \
431	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432	  done | \
433	  $(AWK) '    { files[$$0] = 1; } \
434	       END { for (i in files) print i; }'`; \
435	test -z "$(CTAGS_ARGS)$$tags$$unique" \
436	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437	     $$tags $$unique
438
439GTAGS:
440	here=`$(am__cd) $(top_builddir) && pwd` \
441	  && cd $(top_srcdir) \
442	  && gtags -i $(GTAGS_ARGS) $$here
443
444distclean-tags:
445	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
447
448top_distdir = .
449distdir = $(PACKAGE)-$(VERSION)
450
451am__remove_distdir = \
452  { test ! -d $(distdir) \
453    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
454         && rm -fr $(distdir); }; }
455
456GZIP_ENV = --best
457distuninstallcheck_listfiles = find . -type f -print
458distcleancheck_listfiles = find . -type f -print
459
460distdir: $(DISTFILES)
461	$(am__remove_distdir)
462	mkdir $(distdir)
463	$(mkinstalldirs) $(distdir)/src/libFLAC $(distdir)/src/libFLAC++
464	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
465	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
466	list='$(DISTFILES)'; for file in $$list; do \
467	  case $$file in \
468	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
469	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
470	  esac; \
471	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
473	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
474	    dir="/$$dir"; \
475	    $(mkinstalldirs) "$(distdir)$$dir"; \
476	  else \
477	    dir=''; \
478	  fi; \
479	  if test -d $$d/$$file; then \
480	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
482	    fi; \
483	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
484	  else \
485	    test -f $(distdir)/$$file \
486	    || cp -p $$d/$$file $(distdir)/$$file \
487	    || exit 1; \
488	  fi; \
489	done
490	list='$(SUBDIRS)'; for subdir in $$list; do \
491	  if test "$$subdir" = .; then :; else \
492	    test -d $(distdir)/$$subdir \
493	    || mkdir $(distdir)/$$subdir \
494	    || exit 1; \
495	    (cd $$subdir && \
496	      $(MAKE) $(AM_MAKEFLAGS) \
497	        top_distdir="$(top_distdir)" \
498	        distdir=../$(distdir)/$$subdir \
499	        distdir) \
500	      || exit 1; \
501	  fi; \
502	done
503	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
504	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
505	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
506	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
507	|| chmod -R a+r $(distdir)
508dist-gzip: distdir
509	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
510	$(am__remove_distdir)
511
512dist dist-all: distdir
513	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
514	$(am__remove_distdir)
515
516# This target untars the dist file and tries a VPATH configuration.  Then
517# it guarantees that the distribution is self-contained by making another
518# tarfile.
519distcheck: dist
520	$(am__remove_distdir)
521	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
522	chmod -R a-w $(distdir); chmod a+w $(distdir)
523	mkdir $(distdir)/_build
524	mkdir $(distdir)/_inst
525	chmod a-w $(distdir)
526	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
527	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
528	  && cd $(distdir)/_build \
529	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
530	    $(DISTCHECK_CONFIGURE_FLAGS) \
531	  && $(MAKE) $(AM_MAKEFLAGS) \
532	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
533	  && $(MAKE) $(AM_MAKEFLAGS) check \
534	  && $(MAKE) $(AM_MAKEFLAGS) install \
535	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
536	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
537	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
538	        distuninstallcheck \
539	  && chmod -R a-w "$$dc_install_base" \
540	  && ({ \
541	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
542	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
543	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
544	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
545	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
546	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
547	  && rm -rf "$$dc_destdir" \
548	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
549	  && rm -f $(distdir).tar.gz \
550	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
551	$(am__remove_distdir)
552	@echo "$(distdir).tar.gz is ready for distribution" | \
553	  sed 'h;s/./=/g;p;x;p;x'
554distuninstallcheck:
555	@cd $(distuninstallcheck_dir) \
556	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
557	   || { echo "ERROR: files left after uninstall:" ; \
558	        if test -n "$(DESTDIR)"; then \
559	          echo "  (check DESTDIR support)"; \
560	        fi ; \
561	        $(distuninstallcheck_listfiles) ; \
562	        exit 1; } >&2
563distcleancheck: distclean
564	@if test '$(srcdir)' = . ; then \
565	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
566	  exit 1 ; \
567	fi
568	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
569	  || { echo "ERROR: files left in build directory after distclean:" ; \
570	       $(distcleancheck_listfiles) ; \
571	       exit 1; } >&2
572check-am: all-am
573check: check-recursive
574all-am: Makefile config.h
575installdirs: installdirs-recursive
576installdirs-am:
577
578install: install-recursive
579install-exec: install-exec-recursive
580install-data: install-data-recursive
581uninstall: uninstall-recursive
582
583install-am: all-am
584	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585
586installcheck: installcheck-recursive
587install-strip:
588	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590	  `test -z '$(STRIP)' || \
591	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
592mostlyclean-generic:
593
594clean-generic:
595
596distclean-generic:
597	-rm -f $(CONFIG_CLEAN_FILES)
598	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
599
600maintainer-clean-generic:
601	@echo "This command is intended for maintainers to use"
602	@echo "it deletes files that may require special tools to rebuild."
603clean: clean-recursive
604
605clean-am: clean-generic clean-libtool mostlyclean-am
606
607distclean: distclean-recursive
608	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
609	-rm -f Makefile
610distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
611	distclean-tags
612
613dvi: dvi-recursive
614
615dvi-am:
616
617info: info-recursive
618
619info-am:
620
621install-data-am:
622
623install-exec-am:
624
625install-info: install-info-recursive
626
627install-man:
628
629installcheck-am:
630
631maintainer-clean: maintainer-clean-recursive
632	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
633	-rm -rf $(top_srcdir)/autom4te.cache
634	-rm -f Makefile
635maintainer-clean-am: distclean-am maintainer-clean-generic
636
637mostlyclean: mostlyclean-recursive
638
639mostlyclean-am: mostlyclean-generic mostlyclean-libtool
640
641pdf: pdf-recursive
642
643pdf-am:
644
645ps: ps-recursive
646
647ps-am:
648
649uninstall-am: uninstall-info-am
650
651uninstall-info: uninstall-info-recursive
652
653.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
654	clean-generic clean-libtool clean-recursive ctags \
655	ctags-recursive dist dist-all dist-gzip distcheck distclean \
656	distclean-generic distclean-hdr distclean-libtool \
657	distclean-recursive distclean-tags distcleancheck distdir \
658	distuninstallcheck dvi dvi-am dvi-recursive info info-am \
659	info-recursive install install-am install-data install-data-am \
660	install-data-recursive install-exec install-exec-am \
661	install-exec-recursive install-info install-info-am \
662	install-info-recursive install-man install-recursive \
663	install-strip installcheck installcheck-am installdirs \
664	installdirs-am installdirs-recursive maintainer-clean \
665	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
666	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
667	pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
668	tags-recursive uninstall uninstall-am uninstall-info-am \
669	uninstall-info-recursive uninstall-recursive
670
671# Tell versions [3.59,3.63) of GNU make to not export all variables.
672# Otherwise a system limit (for SysV at least) may be exceeded.
673.NOEXPORT:
674