clean up docs, groups and license
[platform/upstream/flac.git] / Makefile.in
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
47 srcdir = @srcdir@
48 top_srcdir = @top_srcdir@
49 VPATH = @srcdir@
50 pkgdatadir = $(datadir)/@PACKAGE@
51 pkglibdir = $(libdir)/@PACKAGE@
52 pkgincludedir = $(includedir)/@PACKAGE@
53 top_builddir = .
54
55 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
56 INSTALL = @INSTALL@
57 install_sh_DATA = $(install_sh) -c -m 644
58 install_sh_PROGRAM = $(install_sh) -c
59 install_sh_SCRIPT = $(install_sh) -c
60 INSTALL_HEADER = $(INSTALL_DATA)
61 transform = $(program_transform_name)
62 NORMAL_INSTALL = :
63 PRE_INSTALL = :
64 POST_INSTALL = :
65 NORMAL_UNINSTALL = :
66 PRE_UNINSTALL = :
67 POST_UNINSTALL = :
68 host_triplet = @host@
69 ACLOCAL = @ACLOCAL@
70 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
71 AMDEP_FALSE = @AMDEP_FALSE@
72 AMDEP_TRUE = @AMDEP_TRUE@
73 AMTAR = @AMTAR@
74 AR = @AR@
75 AS = @AS@
76 AUTOCONF = @AUTOCONF@
77 AUTOHEADER = @AUTOHEADER@
78 AUTOMAKE = @AUTOMAKE@
79 AWK = @AWK@
80 CC = @CC@
81 CCAS = @CCAS@
82 CCASFLAGS = @CCASFLAGS@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = @CFLAGS@
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CXX = @CXX@
88 CXXCPP = @CXXCPP@
89 CXXDEPMODE = @CXXDEPMODE@
90 CXXFLAGS = @CXXFLAGS@
91 CYGPATH_W = @CYGPATH_W@
92 DEBUG_FALSE = @DEBUG_FALSE@
93 DEBUG_TRUE = @DEBUG_TRUE@
94 DEFS = @DEFS@
95 DEPDIR = @DEPDIR@
96 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
97 DOXYGEN = @DOXYGEN@
98 ECHO = @ECHO@
99 ECHO_C = @ECHO_C@
100 ECHO_N = @ECHO_N@
101 ECHO_T = @ECHO_T@
102 EGREP = @EGREP@
103 EXEEXT = @EXEEXT@
104 F77 = @F77@
105 FFLAGS = @FFLAGS@
106 FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
107 FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
108 FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
109 FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
110 FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
111 FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
112 FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
113 FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
114 FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
115 FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
116 FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
117 FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
118 FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
119 FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
120 FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
121 FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
122 FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
123 FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
124 FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
125 FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
126 FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
127 FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
128 FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
129 FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
130 FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
131 FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
132 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
133 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
134 FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
135 FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
136 FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
137 FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
138 FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
139 FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
140 FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
141 FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
142 FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
143 FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
144 FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
145 FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
146 FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
147 FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
148 GAS = @GAS@
149 INSTALL_DATA = @INSTALL_DATA@
150 INSTALL_PROGRAM = @INSTALL_PROGRAM@
151 INSTALL_SCRIPT = @INSTALL_SCRIPT@
152 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153 LDFLAGS = @LDFLAGS@
154 LIBICONV = @LIBICONV@
155 LIBOBJS = @LIBOBJS@
156 LIBS = @LIBS@
157 LIBTOOL = @LIBTOOL@
158 LN_S = @LN_S@
159 LTLIBICONV = @LTLIBICONV@
160 LTLIBOBJS = @LTLIBOBJS@
161 MAINT = @MAINT@
162 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
163 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
164 MAKEINFO = @MAKEINFO@
165 MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
166 NASM = @NASM@
167 OBJEXT = @OBJEXT@
168 OBJ_FORMAT = @OBJ_FORMAT@
169 OGG_CFLAGS = @OGG_CFLAGS@
170 OGG_LIBS = @OGG_LIBS@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 RANLIB = @RANLIB@
179 SET_MAKE = @SET_MAKE@
180 SHELL = @SHELL@
181 STRIP = @STRIP@
182 VERSION = @VERSION@
183 XMMS_CFLAGS = @XMMS_CFLAGS@
184 XMMS_CONFIG = @XMMS_CONFIG@
185 XMMS_DATA_DIR = @XMMS_DATA_DIR@
186 XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
187 XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
188 XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
189 XMMS_LIBS = @XMMS_LIBS@
190 XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
191 XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
192 XMMS_VERSION = @XMMS_VERSION@
193 XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
194 ac_ct_AR = @ac_ct_AR@
195 ac_ct_CC = @ac_ct_CC@
196 ac_ct_CXX = @ac_ct_CXX@
197 ac_ct_F77 = @ac_ct_F77@
198 ac_ct_RANLIB = @ac_ct_RANLIB@
199 ac_ct_STRIP = @ac_ct_STRIP@
200 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
201 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
202 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
203 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
204 am__include = @am__include@
205 am__leading_dot = @am__leading_dot@
206 am__quote = @am__quote@
207 bindir = @bindir@
208 build = @build@
209 build_alias = @build_alias@
210 build_cpu = @build_cpu@
211 build_os = @build_os@
212 build_vendor = @build_vendor@
213 datadir = @datadir@
214 exec_prefix = @exec_prefix@
215 host = @host@
216 host_alias = @host_alias@
217 host_cpu = @host_cpu@
218 host_os = @host_os@
219 host_vendor = @host_vendor@
220 includedir = @includedir@
221 infodir = @infodir@
222 install_sh = @install_sh@
223 libdir = @libdir@
224 libexecdir = @libexecdir@
225 localstatedir = @localstatedir@
226 mandir = @mandir@
227 oldincludedir = @oldincludedir@
228 prefix = @prefix@
229 program_transform_name = @program_transform_name@
230 sbindir = @sbindir@
231 sharedstatedir = @sharedstatedir@
232 sysconfdir = @sysconfdir@
233 target_alias = @target_alias@
234
235 AUTOMAKE_OPTIONS = foreign 1.7
236
237 SUBDIRS = doc include m4 man src examples test build obj
238
239 DISTCLEANFILES = libtool-disable-static
240
241 EXTRA_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
258 subdir = .
259 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
260 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
261 CONFIG_HEADER = config.h
262 CONFIG_CLEAN_FILES =
263 DIST_SOURCES =
264
265 RECURSIVE_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
270 DIST_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
274 DIST_SUBDIRS = $(SUBDIRS)
275 all: config.h
276         $(MAKE) $(AM_MAKEFLAGS) all-recursive
277
278 .SUFFIXES:
279
280 am__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
285 Makefile: @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
296 config.h: stamp-h1
297         @if test ! -f $@; then \
298           rm -f stamp-h1; \
299           $(MAKE) stamp-h1; \
300         else :; fi
301
302 stamp-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
310 distclean-hdr:
311         -rm -f config.h stamp-h1
312
313 mostlyclean-libtool:
314         -rm -f *.lo
315
316 clean-libtool:
317         -rm -rf .libs _libs
318
319 distclean-libtool:
320         -rm -f libtool
321 uninstall-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
348 mostlyclean-recursive clean-recursive distclean-recursive \
349 maintainer-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"
373 tags-recursive:
374         list='$(SUBDIRS)'; for subdir in $$list; do \
375           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376         done
377 ctags-recursive:
378         list='$(SUBDIRS)'; for subdir in $$list; do \
379           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380         done
381
382 ETAGS = etags
383 ETAGSFLAGS =
384
385 CTAGS = ctags
386 CTAGSFLAGS =
387
388 tags: TAGS
389
390 ID: $(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
399 TAGS: 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
424 ctags: CTAGS
425 CTAGS: 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
439 GTAGS:
440         here=`$(am__cd) $(top_builddir) && pwd` \
441           && cd $(top_srcdir) \
442           && gtags -i $(GTAGS_ARGS) $$here
443
444 distclean-tags:
445         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
447
448 top_distdir = .
449 distdir = $(PACKAGE)-$(VERSION)
450
451 am__remove_distdir = \
452   { test ! -d $(distdir) \
453     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
454          && rm -fr $(distdir); }; }
455
456 GZIP_ENV = --best
457 distuninstallcheck_listfiles = find . -type f -print
458 distcleancheck_listfiles = find . -type f -print
459
460 distdir: $(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)
508 dist-gzip: distdir
509         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
510         $(am__remove_distdir)
511
512 dist 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.
519 distcheck: 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'
554 distuninstallcheck:
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
563 distcleancheck: 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
572 check-am: all-am
573 check: check-recursive
574 all-am: Makefile config.h
575 installdirs: installdirs-recursive
576 installdirs-am:
577
578 install: install-recursive
579 install-exec: install-exec-recursive
580 install-data: install-data-recursive
581 uninstall: uninstall-recursive
582
583 install-am: all-am
584         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585
586 installcheck: installcheck-recursive
587 install-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
592 mostlyclean-generic:
593
594 clean-generic:
595
596 distclean-generic:
597         -rm -f $(CONFIG_CLEAN_FILES)
598         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
599
600 maintainer-clean-generic:
601         @echo "This command is intended for maintainers to use"
602         @echo "it deletes files that may require special tools to rebuild."
603 clean: clean-recursive
604
605 clean-am: clean-generic clean-libtool mostlyclean-am
606
607 distclean: distclean-recursive
608         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
609         -rm -f Makefile
610 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
611         distclean-tags
612
613 dvi: dvi-recursive
614
615 dvi-am:
616
617 info: info-recursive
618
619 info-am:
620
621 install-data-am:
622
623 install-exec-am:
624
625 install-info: install-info-recursive
626
627 install-man:
628
629 installcheck-am:
630
631 maintainer-clean: maintainer-clean-recursive
632         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
633         -rm -rf $(top_srcdir)/autom4te.cache
634         -rm -f Makefile
635 maintainer-clean-am: distclean-am maintainer-clean-generic
636
637 mostlyclean: mostlyclean-recursive
638
639 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
640
641 pdf: pdf-recursive
642
643 pdf-am:
644
645 ps: ps-recursive
646
647 ps-am:
648
649 uninstall-am: uninstall-info-am
650
651 uninstall-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: