1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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#  libFLAC - Free Lossless Audio Codec library
18#  Copyright (C) 2000-2009  Josh Coalson
19#  Copyright (C) 2011-2016  Xiph.Org Foundation
20#
21#  Redistribution and use in source and binary forms, with or without
22#  modification, are permitted provided that the following conditions
23#  are met:
24#
25#  - Redistributions of source code must retain the above copyright
26#  notice, this list of conditions and the following disclaimer.
27#
28#  - Redistributions in binary form must reproduce the above copyright
29#  notice, this list of conditions and the following disclaimer in the
30#  documentation and/or other materials provided with the distribution.
31#
32#  - Neither the name of the Xiph.org Foundation nor the names of its
33#  contributors may be used to endorse or promote products derived from
34#  this software without specific prior written permission.
35#
36#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
37#  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
38#  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
39#  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
40#  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
41#  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
42#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
43#  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
44#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
45#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
46#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47
48VPATH = @srcdir@
49am__is_gnu_make = { \
50  if test -z '$(MAKELEVEL)'; then \
51    false; \
52  elif test -n '$(MAKE_HOST)'; then \
53    true; \
54  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
55    true; \
56  else \
57    false; \
58  fi; \
59}
60am__make_running_with_option = \
61  case $${target_option-} in \
62      ?) ;; \
63      *) echo "am__make_running_with_option: internal error: invalid" \
64              "target option '$${target_option-}' specified" >&2; \
65         exit 1;; \
66  esac; \
67  has_opt=no; \
68  sane_makeflags=$$MAKEFLAGS; \
69  if $(am__is_gnu_make); then \
70    sane_makeflags=$$MFLAGS; \
71  else \
72    case $$MAKEFLAGS in \
73      *\\[\ \	]*) \
74        bs=\\; \
75        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
76          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
77    esac; \
78  fi; \
79  skip_next=no; \
80  strip_trailopt () \
81  { \
82    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
83  }; \
84  for flg in $$sane_makeflags; do \
85    test $$skip_next = yes && { skip_next=no; continue; }; \
86    case $$flg in \
87      *=*|--*) continue;; \
88        -*I) strip_trailopt 'I'; skip_next=yes;; \
89      -*I?*) strip_trailopt 'I';; \
90        -*O) strip_trailopt 'O'; skip_next=yes;; \
91      -*O?*) strip_trailopt 'O';; \
92        -*l) strip_trailopt 'l'; skip_next=yes;; \
93      -*l?*) strip_trailopt 'l';; \
94      -[dEDm]) skip_next=yes;; \
95      -[JT]) skip_next=yes;; \
96    esac; \
97    case $$flg in \
98      *$$target_option*) has_opt=yes; break;; \
99    esac; \
100  done; \
101  test $$has_opt = yes
102am__make_dryrun = (target_option=n; $(am__make_running_with_option))
103am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
104pkgdatadir = $(datadir)/@PACKAGE@
105pkgincludedir = $(includedir)/@PACKAGE@
106pkglibdir = $(libdir)/@PACKAGE@
107pkglibexecdir = $(libexecdir)/@PACKAGE@
108am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109install_sh_DATA = $(install_sh) -c -m 644
110install_sh_PROGRAM = $(install_sh) -c
111install_sh_SCRIPT = $(install_sh) -c
112INSTALL_HEADER = $(INSTALL_DATA)
113transform = $(program_transform_name)
114NORMAL_INSTALL = :
115PRE_INSTALL = :
116POST_INSTALL = :
117NORMAL_UNINSTALL = :
118PRE_UNINSTALL = :
119POST_UNINSTALL = :
120build_triplet = @build@
121host_triplet = @host@
122subdir = include/FLAC
123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
125	$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
126	$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
127	$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
128	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
129	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
130	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
131	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
132	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
133	$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
134	$(top_srcdir)/configure.ac
135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
136	$(ACLOCAL_M4)
137DIST_COMMON = $(srcdir)/Makefile.am $(flaccinclude_HEADERS) \
138	$(am__DIST_COMMON)
139mkinstalldirs = $(install_sh) -d
140CONFIG_HEADER = $(top_builddir)/config.h
141CONFIG_CLEAN_FILES =
142CONFIG_CLEAN_VPATH_FILES =
143AM_V_P = $(am__v_P_@AM_V@)
144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145am__v_P_0 = false
146am__v_P_1 = :
147AM_V_GEN = $(am__v_GEN_@AM_V@)
148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149am__v_GEN_0 = @echo "  GEN     " $@;
150am__v_GEN_1 =
151AM_V_at = $(am__v_at_@AM_V@)
152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153am__v_at_0 = @
154am__v_at_1 =
155SOURCES =
156DIST_SOURCES =
157am__can_run_installinfo = \
158  case $$AM_UPDATE_INFO_DIR in \
159    n|no|NO) false;; \
160    *) (install-info --version) >/dev/null 2>&1;; \
161  esac
162am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
163am__vpath_adj = case $$p in \
164    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
165    *) f=$$p;; \
166  esac;
167am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
168am__install_max = 40
169am__nobase_strip_setup = \
170  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
171am__nobase_strip = \
172  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
173am__nobase_list = $(am__nobase_strip_setup); \
174  for p in $$list; do echo "$$p $$p"; done | \
175  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
176  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
177    if (++n[$$2] == $(am__install_max)) \
178      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
179    END { for (dir in files) print dir, files[dir] }'
180am__base_list = \
181  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
182  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
183am__uninstall_files_from_dir = { \
184  test -z "$$files" \
185    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
186    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
187         $(am__cd) "$$dir" && rm -f $$files; }; \
188  }
189am__installdirs = "$(DESTDIR)$(flaccincludedir)"
190HEADERS = $(flaccinclude_HEADERS)
191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192# Read a list of newline-separated strings from the standard input,
193# and print each of them once, without duplicates.  Input order is
194# *not* preserved.
195am__uniquify_input = $(AWK) '\
196  BEGIN { nonempty = 0; } \
197  { items[$$0] = 1; nonempty = 1; } \
198  END { if (nonempty) { for (i in items) print i; }; } \
199'
200# Make sure the list of sources is unique.  This is necessary because,
201# e.g., the same source file might be shared among _SOURCES variables
202# for different programs/libraries.
203am__define_uniq_tagged_files = \
204  list='$(am__tagged_files)'; \
205  unique=`for i in $$list; do \
206    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207  done | $(am__uniquify_input)`
208ETAGS = etags
209CTAGS = ctags
210am__DIST_COMMON = $(srcdir)/Makefile.in
211DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
212ACLOCAL = @ACLOCAL@
213AMTAR = @AMTAR@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215AR = @AR@
216AS = @AS@
217AUTOCONF = @AUTOCONF@
218AUTOHEADER = @AUTOHEADER@
219AUTOMAKE = @AUTOMAKE@
220AWK = @AWK@
221CC = @CC@
222CCAS = @CCAS@
223CCASDEPMODE = @CCASDEPMODE@
224CCASFLAGS = @CCASFLAGS@
225CCDEPMODE = @CCDEPMODE@
226CFLAGS = @CFLAGS@
227CPP = @CPP@
228CPPFLAGS = @CPPFLAGS@
229CXX = @CXX@
230CXXCPP = @CXXCPP@
231CXXDEPMODE = @CXXDEPMODE@
232CXXFLAGS = @CXXFLAGS@
233CYGPATH_W = @CYGPATH_W@
234DEFS = @DEFS@
235DEPDIR = @DEPDIR@
236DLLTOOL = @DLLTOOL@
237DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
238DOXYGEN = @DOXYGEN@
239DSYMUTIL = @DSYMUTIL@
240DUMPBIN = @DUMPBIN@
241ECHO_C = @ECHO_C@
242ECHO_N = @ECHO_N@
243ECHO_T = @ECHO_T@
244EGREP = @EGREP@
245ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
246EXEEXT = @EXEEXT@
247FGREP = @FGREP@
248FLAC__HAS_OGG = @FLAC__HAS_OGG@
249FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
250FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
251GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
252GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
253GCC_VERSION = @GCC_VERSION@
254GREP = @GREP@
255INSTALL = @INSTALL@
256INSTALL_DATA = @INSTALL_DATA@
257INSTALL_PROGRAM = @INSTALL_PROGRAM@
258INSTALL_SCRIPT = @INSTALL_SCRIPT@
259INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260LD = @LD@
261LDFLAGS = @LDFLAGS@
262LIBICONV = @LIBICONV@
263LIBOBJS = @LIBOBJS@
264LIBS = @LIBS@
265LIBTOOL = @LIBTOOL@
266LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
267LIPO = @LIPO@
268LN_S = @LN_S@
269LTLIBICONV = @LTLIBICONV@
270LTLIBOBJS = @LTLIBOBJS@
271LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
272MAKEINFO = @MAKEINFO@
273MANIFEST_TOOL = @MANIFEST_TOOL@
274MKDIR_P = @MKDIR_P@
275NASM = @NASM@
276NM = @NM@
277NMEDIT = @NMEDIT@
278OBJDUMP = @OBJDUMP@
279OBJEXT = @OBJEXT@
280OBJ_FORMAT = @OBJ_FORMAT@
281OGG_CFLAGS = @OGG_CFLAGS@
282OGG_LIBS = @OGG_LIBS@
283OGG_PACKAGE = @OGG_PACKAGE@
284OTOOL = @OTOOL@
285OTOOL64 = @OTOOL64@
286PACKAGE = @PACKAGE@
287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288PACKAGE_NAME = @PACKAGE_NAME@
289PACKAGE_STRING = @PACKAGE_STRING@
290PACKAGE_TARNAME = @PACKAGE_TARNAME@
291PACKAGE_URL = @PACKAGE_URL@
292PACKAGE_VERSION = @PACKAGE_VERSION@
293PATH_SEPARATOR = @PATH_SEPARATOR@
294RANLIB = @RANLIB@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298STRIP = @STRIP@
299VERSION = @VERSION@
300XMMS_CFLAGS = @XMMS_CFLAGS@
301XMMS_CONFIG = @XMMS_CONFIG@
302XMMS_DATA_DIR = @XMMS_DATA_DIR@
303XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
304XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
305XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
306XMMS_LIBS = @XMMS_LIBS@
307XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
308XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
309XMMS_VERSION = @XMMS_VERSION@
310XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
311abs_builddir = @abs_builddir@
312abs_srcdir = @abs_srcdir@
313abs_top_builddir = @abs_top_builddir@
314abs_top_srcdir = @abs_top_srcdir@
315ac_ct_AR = @ac_ct_AR@
316ac_ct_CC = @ac_ct_CC@
317ac_ct_CXX = @ac_ct_CXX@
318ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319am__include = @am__include@
320am__leading_dot = @am__leading_dot@
321am__quote = @am__quote@
322am__tar = @am__tar@
323am__untar = @am__untar@
324bindir = @bindir@
325build = @build@
326build_alias = @build_alias@
327build_cpu = @build_cpu@
328build_os = @build_os@
329build_vendor = @build_vendor@
330builddir = @builddir@
331datadir = @datadir@
332datarootdir = @datarootdir@
333docdir = @docdir@
334dvidir = @dvidir@
335exec_prefix = @exec_prefix@
336host = @host@
337host_alias = @host_alias@
338host_cpu = @host_cpu@
339host_os = @host_os@
340host_vendor = @host_vendor@
341htmldir = @htmldir@
342includedir = @includedir@
343infodir = @infodir@
344install_sh = @install_sh@
345libdir = @libdir@
346libexecdir = @libexecdir@
347localedir = @localedir@
348localstatedir = @localstatedir@
349mandir = @mandir@
350mkdir_p = @mkdir_p@
351oldincludedir = @oldincludedir@
352pdfdir = @pdfdir@
353prefix = @prefix@
354program_transform_name = @program_transform_name@
355psdir = @psdir@
356runstatedir = @runstatedir@
357sbindir = @sbindir@
358sharedstatedir = @sharedstatedir@
359srcdir = @srcdir@
360sysconfdir = @sysconfdir@
361target_alias = @target_alias@
362top_build_prefix = @top_build_prefix@
363top_builddir = @top_builddir@
364top_srcdir = @top_srcdir@
365flaccincludedir = $(includedir)/FLAC
366flaccinclude_HEADERS = \
367	all.h \
368	assert.h \
369	callback.h \
370	export.h \
371	format.h \
372	metadata.h \
373	ordinals.h \
374	stream_decoder.h \
375	stream_encoder.h
376
377all: all-am
378
379.SUFFIXES:
380$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
381	@for dep in $?; do \
382	  case '$(am__configure_deps)' in \
383	    *$$dep*) \
384	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
385	        && { if test -f $@; then exit 0; else break; fi; }; \
386	      exit 1;; \
387	  esac; \
388	done; \
389	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/FLAC/Makefile'; \
390	$(am__cd) $(top_srcdir) && \
391	  $(AUTOMAKE) --foreign include/FLAC/Makefile
392Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393	@case '$?' in \
394	  *config.status*) \
395	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396	  *) \
397	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
398	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
399	esac;
400
401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
404$(top_srcdir)/configure:  $(am__configure_deps)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408$(am__aclocal_m4_deps):
409
410mostlyclean-libtool:
411	-rm -f *.lo
412
413clean-libtool:
414	-rm -rf .libs _libs
415install-flaccincludeHEADERS: $(flaccinclude_HEADERS)
416	@$(NORMAL_INSTALL)
417	@list='$(flaccinclude_HEADERS)'; test -n "$(flaccincludedir)" || list=; \
418	if test -n "$$list"; then \
419	  echo " $(MKDIR_P) '$(DESTDIR)$(flaccincludedir)'"; \
420	  $(MKDIR_P) "$(DESTDIR)$(flaccincludedir)" || exit 1; \
421	fi; \
422	for p in $$list; do \
423	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424	  echo "$$d$$p"; \
425	done | $(am__base_list) | \
426	while read files; do \
427	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(flaccincludedir)'"; \
428	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(flaccincludedir)" || exit $$?; \
429	done
430
431uninstall-flaccincludeHEADERS:
432	@$(NORMAL_UNINSTALL)
433	@list='$(flaccinclude_HEADERS)'; test -n "$(flaccincludedir)" || list=; \
434	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
435	dir='$(DESTDIR)$(flaccincludedir)'; $(am__uninstall_files_from_dir)
436
437ID: $(am__tagged_files)
438	$(am__define_uniq_tagged_files); mkid -fID $$unique
439tags: tags-am
440TAGS: tags
441
442tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
443	set x; \
444	here=`pwd`; \
445	$(am__define_uniq_tagged_files); \
446	shift; \
447	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448	  test -n "$$unique" || unique=$$empty_fix; \
449	  if test $$# -gt 0; then \
450	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451	      "$$@" $$unique; \
452	  else \
453	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454	      $$unique; \
455	  fi; \
456	fi
457ctags: ctags-am
458
459CTAGS: ctags
460ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461	$(am__define_uniq_tagged_files); \
462	test -z "$(CTAGS_ARGS)$$unique" \
463	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464	     $$unique
465
466GTAGS:
467	here=`$(am__cd) $(top_builddir) && pwd` \
468	  && $(am__cd) $(top_srcdir) \
469	  && gtags -i $(GTAGS_ARGS) "$$here"
470cscopelist: cscopelist-am
471
472cscopelist-am: $(am__tagged_files)
473	list='$(am__tagged_files)'; \
474	case "$(srcdir)" in \
475	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
476	  *) sdir=$(subdir)/$(srcdir) ;; \
477	esac; \
478	for i in $$list; do \
479	  if test -f "$$i"; then \
480	    echo "$(subdir)/$$i"; \
481	  else \
482	    echo "$$sdir/$$i"; \
483	  fi; \
484	done >> $(top_builddir)/cscope.files
485
486distclean-tags:
487	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
489distdir: $(DISTFILES)
490	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492	list='$(DISTFILES)'; \
493	  dist_files=`for file in $$list; do echo $$file; done | \
494	  sed -e "s|^$$srcdirstrip/||;t" \
495	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
496	case $$dist_files in \
497	  */*) $(MKDIR_P) `echo "$$dist_files" | \
498			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499			   sort -u` ;; \
500	esac; \
501	for file in $$dist_files; do \
502	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503	  if test -d $$d/$$file; then \
504	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
505	    if test -d "$(distdir)/$$file"; then \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511	    fi; \
512	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513	  else \
514	    test -f "$(distdir)/$$file" \
515	    || cp -p $$d/$$file "$(distdir)/$$file" \
516	    || exit 1; \
517	  fi; \
518	done
519check-am: all-am
520check: check-am
521all-am: Makefile $(HEADERS)
522installdirs:
523	for dir in "$(DESTDIR)$(flaccincludedir)"; do \
524	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
525	done
526install: install-am
527install-exec: install-exec-am
528install-data: install-data-am
529uninstall: uninstall-am
530
531install-am: all-am
532	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
533
534installcheck: installcheck-am
535install-strip:
536	if test -z '$(STRIP)'; then \
537	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539	      install; \
540	else \
541	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
544	fi
545mostlyclean-generic:
546
547clean-generic:
548
549distclean-generic:
550	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
553maintainer-clean-generic:
554	@echo "This command is intended for maintainers to use"
555	@echo "it deletes files that may require special tools to rebuild."
556clean: clean-am
557
558clean-am: clean-generic clean-libtool mostlyclean-am
559
560distclean: distclean-am
561	-rm -f Makefile
562distclean-am: clean-am distclean-generic distclean-tags
563
564dvi: dvi-am
565
566dvi-am:
567
568html: html-am
569
570html-am:
571
572info: info-am
573
574info-am:
575
576install-data-am: install-flaccincludeHEADERS
577
578install-dvi: install-dvi-am
579
580install-dvi-am:
581
582install-exec-am:
583
584install-html: install-html-am
585
586install-html-am:
587
588install-info: install-info-am
589
590install-info-am:
591
592install-man:
593
594install-pdf: install-pdf-am
595
596install-pdf-am:
597
598install-ps: install-ps-am
599
600install-ps-am:
601
602installcheck-am:
603
604maintainer-clean: maintainer-clean-am
605	-rm -f Makefile
606maintainer-clean-am: distclean-am maintainer-clean-generic
607
608mostlyclean: mostlyclean-am
609
610mostlyclean-am: mostlyclean-generic mostlyclean-libtool
611
612pdf: pdf-am
613
614pdf-am:
615
616ps: ps-am
617
618ps-am:
619
620uninstall-am: uninstall-flaccincludeHEADERS
621
622.MAKE: install-am install-strip
623
624.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
625	clean-libtool cscopelist-am ctags ctags-am distclean \
626	distclean-generic distclean-libtool distclean-tags distdir dvi \
627	dvi-am html html-am info info-am install install-am \
628	install-data install-data-am install-dvi install-dvi-am \
629	install-exec install-exec-am install-flaccincludeHEADERS \
630	install-html install-html-am install-info install-info-am \
631	install-man install-pdf install-pdf-am install-ps \
632	install-ps-am install-strip installcheck installcheck-am \
633	installdirs maintainer-clean maintainer-clean-generic \
634	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
635	ps ps-am tags tags-am uninstall uninstall-am \
636	uninstall-flaccincludeHEADERS
637
638.PRECIOUS: Makefile
639
640
641# Tell versions [3.59,3.63) of GNU make to not export all variables.
642# Otherwise a system limit (for SysV at least) may be exceeded.
643.NOEXPORT:
644