1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81@TESTS_TRUE@am__append_1 = qa
82subdir = .
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/configure $(am__configure_deps) \
85	$(srcdir)/config.h.in $(srcdir)/libgltf.pc.in AUTHORS COPYING \
86	NEWS README config.guess config.sub install-sh missing \
87	ltmain.sh
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
90	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92	$(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96 configure.lineno config.status.lineno
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116	ctags-recursive dvi-recursive html-recursive info-recursive \
117	install-data-recursive install-dvi-recursive \
118	install-exec-recursive install-html-recursive \
119	install-info-recursive install-pdf-recursive \
120	install-ps-recursive install-recursive installcheck-recursive \
121	installdirs-recursive pdf-recursive ps-recursive \
122	tags-recursive uninstall-recursive
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129am__vpath_adj = case $$p in \
130    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131    *) f=$$p;; \
132  esac;
133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134am__install_max = 40
135am__nobase_strip_setup = \
136  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137am__nobase_strip = \
138  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139am__nobase_list = $(am__nobase_strip_setup); \
140  for p in $$list; do echo "$$p $$p"; done | \
141  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143    if (++n[$$2] == $(am__install_max)) \
144      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145    END { for (dir in files) print dir, files[dir] }'
146am__base_list = \
147  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149am__uninstall_files_from_dir = { \
150  test -z "$$files" \
151    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153         $(am__cd) "$$dir" && rm -f $$files; }; \
154  }
155am__installdirs = "$(DESTDIR)$(pkgconfdir)"
156DATA = $(pkgconf_DATA)
157RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
158  distclean-recursive maintainer-clean-recursive
159am__recursive_targets = \
160  $(RECURSIVE_TARGETS) \
161  $(RECURSIVE_CLEAN_TARGETS) \
162  $(am__extra_recursive_targets)
163AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
164	cscope distdir dist dist-all distcheck
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
166	$(LISP)config.h.in
167# Read a list of newline-separated strings from the standard input,
168# and print each of them once, without duplicates.  Input order is
169# *not* preserved.
170am__uniquify_input = $(AWK) '\
171  BEGIN { nonempty = 0; } \
172  { items[$$0] = 1; nonempty = 1; } \
173  END { if (nonempty) { for (i in items) print i; }; } \
174'
175# Make sure the list of sources is unique.  This is necessary because,
176# e.g., the same source file might be shared among _SOURCES variables
177# for different programs/libraries.
178am__define_uniq_tagged_files = \
179  list='$(am__tagged_files)'; \
180  unique=`for i in $$list; do \
181    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182  done | $(am__uniquify_input)`
183ETAGS = etags
184CTAGS = ctags
185CSCOPE = cscope
186DIST_SUBDIRS = build inc src qa
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188distdir = $(PACKAGE)-$(VERSION)
189top_distdir = $(distdir)
190am__remove_distdir = \
191  if test -d "$(distdir)"; then \
192    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
193      && rm -rf "$(distdir)" \
194      || { sleep 5 && rm -rf "$(distdir)"; }; \
195  else :; fi
196am__post_remove_distdir = $(am__remove_distdir)
197am__relativize = \
198  dir0=`pwd`; \
199  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200  sed_rest='s,^[^/]*/*,,'; \
201  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202  sed_butlast='s,/*[^/]*$$,,'; \
203  while test -n "$$dir1"; do \
204    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205    if test "$$first" != "."; then \
206      if test "$$first" = ".."; then \
207        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209      else \
210        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211        if test "$$first2" = "$$first"; then \
212          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213        else \
214          dir2="../$$dir2"; \
215        fi; \
216        dir0="$$dir0"/"$$first"; \
217      fi; \
218    fi; \
219    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220  done; \
221  reldir="$$dir2"
222DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz
223GZIP_ENV = --best
224DIST_TARGETS = dist-xz dist-bzip2 dist-gzip
225distuninstallcheck_listfiles = find . -type f -print
226am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
227  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
228distcleancheck_listfiles = find . -type f -print
229ACLOCAL = @ACLOCAL@
230AMTAR = @AMTAR@
231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232AR = @AR@
233AUTOCONF = @AUTOCONF@
234AUTOHEADER = @AUTOHEADER@
235AUTOMAKE = @AUTOMAKE@
236AWK = @AWK@
237BOOST_CFLAGS = @BOOST_CFLAGS@
238CC = @CC@
239CCDEPMODE = @CCDEPMODE@
240CFLAGS = @CFLAGS@
241CPP = @CPP@
242CPPFLAGS = @CPPFLAGS@
243CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
244CPPUNIT_LIBS = @CPPUNIT_LIBS@
245CXX = @CXX@
246CXXCPP = @CXXCPP@
247CXXDEPMODE = @CXXDEPMODE@
248CXXFLAGS = @CXXFLAGS@
249CYGPATH_W = @CYGPATH_W@
250DEBUG_CXXFLAGS = @DEBUG_CXXFLAGS@
251DEFS = @DEFS@
252DEPDIR = @DEPDIR@
253DLLTOOL = @DLLTOOL@
254DSYMUTIL = @DSYMUTIL@
255DUMPBIN = @DUMPBIN@
256ECHO_C = @ECHO_C@
257ECHO_N = @ECHO_N@
258ECHO_T = @ECHO_T@
259EGREP = @EGREP@
260EXEEXT = @EXEEXT@
261FGREP = @FGREP@
262GLEW_CFLAGS = @GLEW_CFLAGS@
263GLEW_LIBS = @GLEW_LIBS@
264GLM_CFLAGS = @GLM_CFLAGS@
265GLTF_MAJOR_VERSION = @GLTF_MAJOR_VERSION@
266GLTF_MICRO_VERSION = @GLTF_MICRO_VERSION@
267GLTF_MINOR_VERSION = @GLTF_MINOR_VERSION@
268GLTF_VERSION = @GLTF_VERSION@
269GL_CFLAGS = @GL_CFLAGS@
270GL_LIBS = @GL_LIBS@
271GREP = @GREP@
272INSTALL = @INSTALL@
273INSTALL_DATA = @INSTALL_DATA@
274INSTALL_PROGRAM = @INSTALL_PROGRAM@
275INSTALL_SCRIPT = @INSTALL_SCRIPT@
276INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
277LD = @LD@
278LDFLAGS = @LDFLAGS@
279LIBGLTF_CXXFLAGS = @LIBGLTF_CXXFLAGS@
280LIBOBJS = @LIBOBJS@
281LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
282LIBPNG_LIBS = @LIBPNG_LIBS@
283LIBS = @LIBS@
284LIBTOOL = @LIBTOOL@
285LIPO = @LIPO@
286LN_S = @LN_S@
287LTLIBOBJS = @LTLIBOBJS@
288LT_AGE = @LT_AGE@
289LT_CURRENT = @LT_CURRENT@
290LT_REVISION = @LT_REVISION@
291MAKEINFO = @MAKEINFO@
292MANIFEST_TOOL = @MANIFEST_TOOL@
293MKDIR_P = @MKDIR_P@
294NM = @NM@
295NMEDIT = @NMEDIT@
296OBJDUMP = @OBJDUMP@
297OBJEXT = @OBJEXT@
298OTOOL = @OTOOL@
299OTOOL64 = @OTOOL64@
300PACKAGE = @PACKAGE@
301PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
302PACKAGE_NAME = @PACKAGE_NAME@
303PACKAGE_STRING = @PACKAGE_STRING@
304PACKAGE_TARNAME = @PACKAGE_TARNAME@
305PACKAGE_URL = @PACKAGE_URL@
306PACKAGE_VERSION = @PACKAGE_VERSION@
307PATH_SEPARATOR = @PATH_SEPARATOR@
308PKG_CONFIG = @PKG_CONFIG@
309PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
310PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
311RANLIB = @RANLIB@
312SED = @SED@
313SET_MAKE = @SET_MAKE@
314SHELL = @SHELL@
315STRIP = @STRIP@
316VERSION = @VERSION@
317X11_CFLAGS = @X11_CFLAGS@
318X11_LIBS = @X11_LIBS@
319abs_builddir = @abs_builddir@
320abs_srcdir = @abs_srcdir@
321abs_top_builddir = @abs_top_builddir@
322abs_top_srcdir = @abs_top_srcdir@
323ac_ct_AR = @ac_ct_AR@
324ac_ct_CC = @ac_ct_CC@
325ac_ct_CXX = @ac_ct_CXX@
326ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
327am__include = @am__include@
328am__leading_dot = @am__leading_dot@
329am__quote = @am__quote@
330am__tar = @am__tar@
331am__untar = @am__untar@
332bindir = @bindir@
333build = @build@
334build_alias = @build_alias@
335build_cpu = @build_cpu@
336build_os = @build_os@
337build_vendor = @build_vendor@
338builddir = @builddir@
339datadir = @datadir@
340datarootdir = @datarootdir@
341docdir = @docdir@
342dvidir = @dvidir@
343exec_prefix = @exec_prefix@
344host = @host@
345host_alias = @host_alias@
346host_cpu = @host_cpu@
347host_os = @host_os@
348host_vendor = @host_vendor@
349htmldir = @htmldir@
350includedir = @includedir@
351infodir = @infodir@
352install_sh = @install_sh@
353libdir = @libdir@
354libexecdir = @libexecdir@
355localedir = @localedir@
356localstatedir = @localstatedir@
357mandir = @mandir@
358mkdir_p = @mkdir_p@
359oldincludedir = @oldincludedir@
360pdfdir = @pdfdir@
361prefix = @prefix@
362program_transform_name = @program_transform_name@
363psdir = @psdir@
364sbindir = @sbindir@
365sharedstatedir = @sharedstatedir@
366srcdir = @srcdir@
367sysconfdir = @sysconfdir@
368target_alias = @target_alias@
369top_build_prefix = @top_build_prefix@
370top_builddir = @top_builddir@
371top_srcdir = @top_srcdir@
372ACLOCAL_AMFLAGS = -I m4
373pkgconfdir = $(prefix)/libdata/pkgconfig
374pkgconf_DATA = libgltf-@GLTF_MAJOR_VERSION@.@GLTF_MINOR_VERSION@.pc
375SUBDIRS = build inc src $(am__append_1)
376EXTRA_DIST = \
377	AUTHORS \
378	COPYING \
379	LICENSE \
380	NEWS \
381	README \
382	autogen.sh \
383	libgltf.pc.in
384
385all: config.h
386	$(MAKE) $(AM_MAKEFLAGS) all-recursive
387
388.SUFFIXES:
389am--refresh: Makefile
390	@:
391$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
392	@for dep in $?; do \
393	  case '$(am__configure_deps)' in \
394	    *$$dep*) \
395	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
396	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
397		&& exit 0; \
398	      exit 1;; \
399	  esac; \
400	done; \
401	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
402	$(am__cd) $(top_srcdir) && \
403	  $(AUTOMAKE) --foreign Makefile
404.PRECIOUS: Makefile
405Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
406	@case '$?' in \
407	  *config.status*) \
408	    echo ' $(SHELL) ./config.status'; \
409	    $(SHELL) ./config.status;; \
410	  *) \
411	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
412	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
413	esac;
414
415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416	$(SHELL) ./config.status --recheck
417
418$(top_srcdir)/configure:  $(am__configure_deps)
419	$(am__cd) $(srcdir) && $(AUTOCONF)
420$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
421	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
422$(am__aclocal_m4_deps):
423
424config.h: stamp-h1
425	@if test ! -f $@; then rm -f stamp-h1; else :; fi
426	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
427
428stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
429	@rm -f stamp-h1
430	cd $(top_builddir) && $(SHELL) ./config.status config.h
431$(srcdir)/config.h.in:  $(am__configure_deps)
432	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
433	rm -f stamp-h1
434	touch $@
435
436distclean-hdr:
437	-rm -f config.h stamp-h1
438
439mostlyclean-libtool:
440	-rm -f *.lo
441
442clean-libtool:
443	-rm -rf .libs _libs
444
445distclean-libtool:
446	-rm -f libtool config.lt
447install-pkgconfDATA: $(pkgconf_DATA)
448	@$(NORMAL_INSTALL)
449	@list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
450	if test -n "$$list"; then \
451	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfdir)'"; \
452	  $(MKDIR_P) "$(DESTDIR)$(pkgconfdir)" || exit 1; \
453	fi; \
454	for p in $$list; do \
455	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
456	  echo "$$d$$p"; \
457	done | $(am__base_list) | \
458	while read files; do \
459	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfdir)'"; \
460	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfdir)" || exit $$?; \
461	done
462
463uninstall-pkgconfDATA:
464	@$(NORMAL_UNINSTALL)
465	@list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
466	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
467	dir='$(DESTDIR)$(pkgconfdir)'; $(am__uninstall_files_from_dir)
468
469# This directory's subdirectories are mostly independent; you can cd
470# into them and run 'make' without going through this Makefile.
471# To change the values of 'make' variables: instead of editing Makefiles,
472# (1) if the variable is set in 'config.status', edit 'config.status'
473#     (which will cause the Makefiles to be regenerated when you run 'make');
474# (2) otherwise, pass the desired values on the 'make' command line.
475$(am__recursive_targets):
476	@fail=; \
477	if $(am__make_keepgoing); then \
478	  failcom='fail=yes'; \
479	else \
480	  failcom='exit 1'; \
481	fi; \
482	dot_seen=no; \
483	target=`echo $@ | sed s/-recursive//`; \
484	case "$@" in \
485	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
486	  *) list='$(SUBDIRS)' ;; \
487	esac; \
488	for subdir in $$list; do \
489	  echo "Making $$target in $$subdir"; \
490	  if test "$$subdir" = "."; then \
491	    dot_seen=yes; \
492	    local_target="$$target-am"; \
493	  else \
494	    local_target="$$target"; \
495	  fi; \
496	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
497	  || eval $$failcom; \
498	done; \
499	if test "$$dot_seen" = "no"; then \
500	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
501	fi; test -z "$$fail"
502
503ID: $(am__tagged_files)
504	$(am__define_uniq_tagged_files); mkid -fID $$unique
505tags: tags-recursive
506TAGS: tags
507
508tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
509	set x; \
510	here=`pwd`; \
511	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
512	  include_option=--etags-include; \
513	  empty_fix=.; \
514	else \
515	  include_option=--include; \
516	  empty_fix=; \
517	fi; \
518	list='$(SUBDIRS)'; for subdir in $$list; do \
519	  if test "$$subdir" = .; then :; else \
520	    test ! -f $$subdir/TAGS || \
521	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
522	  fi; \
523	done; \
524	$(am__define_uniq_tagged_files); \
525	shift; \
526	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
527	  test -n "$$unique" || unique=$$empty_fix; \
528	  if test $$# -gt 0; then \
529	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530	      "$$@" $$unique; \
531	  else \
532	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533	      $$unique; \
534	  fi; \
535	fi
536ctags: ctags-recursive
537
538CTAGS: ctags
539ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540	$(am__define_uniq_tagged_files); \
541	test -z "$(CTAGS_ARGS)$$unique" \
542	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543	     $$unique
544
545GTAGS:
546	here=`$(am__cd) $(top_builddir) && pwd` \
547	  && $(am__cd) $(top_srcdir) \
548	  && gtags -i $(GTAGS_ARGS) "$$here"
549cscope: cscope.files
550	test ! -s cscope.files \
551	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
552clean-cscope:
553	-rm -f cscope.files
554cscope.files: clean-cscope cscopelist
555cscopelist: cscopelist-recursive
556
557cscopelist-am: $(am__tagged_files)
558	list='$(am__tagged_files)'; \
559	case "$(srcdir)" in \
560	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
561	  *) sdir=$(subdir)/$(srcdir) ;; \
562	esac; \
563	for i in $$list; do \
564	  if test -f "$$i"; then \
565	    echo "$(subdir)/$$i"; \
566	  else \
567	    echo "$$sdir/$$i"; \
568	  fi; \
569	done >> $(top_builddir)/cscope.files
570
571distclean-tags:
572	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
574
575distdir: $(DISTFILES)
576	$(am__remove_distdir)
577	test -d "$(distdir)" || mkdir "$(distdir)"
578	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580	list='$(DISTFILES)'; \
581	  dist_files=`for file in $$list; do echo $$file; done | \
582	  sed -e "s|^$$srcdirstrip/||;t" \
583	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
584	case $$dist_files in \
585	  */*) $(MKDIR_P) `echo "$$dist_files" | \
586			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
587			   sort -u` ;; \
588	esac; \
589	for file in $$dist_files; do \
590	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
591	  if test -d $$d/$$file; then \
592	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
593	    if test -d "$(distdir)/$$file"; then \
594	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595	    fi; \
596	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
597	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
598	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599	    fi; \
600	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
601	  else \
602	    test -f "$(distdir)/$$file" \
603	    || cp -p $$d/$$file "$(distdir)/$$file" \
604	    || exit 1; \
605	  fi; \
606	done
607	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
608	  if test "$$subdir" = .; then :; else \
609	    $(am__make_dryrun) \
610	      || test -d "$(distdir)/$$subdir" \
611	      || $(MKDIR_P) "$(distdir)/$$subdir" \
612	      || exit 1; \
613	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
614	    $(am__relativize); \
615	    new_distdir=$$reldir; \
616	    dir1=$$subdir; dir2="$(top_distdir)"; \
617	    $(am__relativize); \
618	    new_top_distdir=$$reldir; \
619	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
620	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
621	    ($(am__cd) $$subdir && \
622	      $(MAKE) $(AM_MAKEFLAGS) \
623	        top_distdir="$$new_top_distdir" \
624	        distdir="$$new_distdir" \
625		am__remove_distdir=: \
626		am__skip_length_check=: \
627		am__skip_mode_fix=: \
628	        distdir) \
629	      || exit 1; \
630	  fi; \
631	done
632	$(MAKE) $(AM_MAKEFLAGS) \
633	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
634	  dist-hook
635	-test -n "$(am__skip_mode_fix)" \
636	|| find "$(distdir)" -type d ! -perm -755 \
637		-exec chmod u+rwx,go+rx {} \; -o \
638	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
639	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
640	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
641	|| chmod -R a+r "$(distdir)"
642dist-gzip: distdir
643	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
644	$(am__post_remove_distdir)
645dist-bzip2: distdir
646	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
647	$(am__post_remove_distdir)
648
649dist-lzip: distdir
650	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
651	$(am__post_remove_distdir)
652dist-xz: distdir
653	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
654	$(am__post_remove_distdir)
655
656dist-tarZ: distdir
657	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
658	$(am__post_remove_distdir)
659
660dist-shar: distdir
661	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
662	$(am__post_remove_distdir)
663
664dist-zip: distdir
665	-rm -f $(distdir).zip
666	zip -rq $(distdir).zip $(distdir)
667	$(am__post_remove_distdir)
668
669dist dist-all:
670	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
671	$(am__post_remove_distdir)
672
673# This target untars the dist file and tries a VPATH configuration.  Then
674# it guarantees that the distribution is self-contained by making another
675# tarfile.
676distcheck: dist
677	case '$(DIST_ARCHIVES)' in \
678	*.tar.gz*) \
679	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
680	*.tar.bz2*) \
681	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
682	*.tar.lz*) \
683	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
684	*.tar.xz*) \
685	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
686	*.tar.Z*) \
687	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
688	*.shar.gz*) \
689	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
690	*.zip*) \
691	  unzip $(distdir).zip ;;\
692	esac
693	chmod -R a-w $(distdir)
694	chmod u+w $(distdir)
695	mkdir $(distdir)/_build $(distdir)/_inst
696	chmod a-w $(distdir)
697	test -d $(distdir)/_build || exit 0; \
698	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
699	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
700	  && am__cwd=`pwd` \
701	  && $(am__cd) $(distdir)/_build \
702	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
703	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
704	    $(DISTCHECK_CONFIGURE_FLAGS) \
705	  && $(MAKE) $(AM_MAKEFLAGS) \
706	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
707	  && $(MAKE) $(AM_MAKEFLAGS) check \
708	  && $(MAKE) $(AM_MAKEFLAGS) install \
709	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
710	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
711	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
712	        distuninstallcheck \
713	  && chmod -R a-w "$$dc_install_base" \
714	  && ({ \
715	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
716	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
717	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
718	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
719	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
720	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
721	  && rm -rf "$$dc_destdir" \
722	  && $(MAKE) $(AM_MAKEFLAGS) dist \
723	  && rm -rf $(DIST_ARCHIVES) \
724	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
725	  && cd "$$am__cwd" \
726	  || exit 1
727	$(am__post_remove_distdir)
728	@(echo "$(distdir) archives ready for distribution: "; \
729	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
730	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
731distuninstallcheck:
732	@test -n '$(distuninstallcheck_dir)' || { \
733	  echo 'ERROR: trying to run $@ with an empty' \
734	       '$$(distuninstallcheck_dir)' >&2; \
735	  exit 1; \
736	}; \
737	$(am__cd) '$(distuninstallcheck_dir)' || { \
738	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
739	  exit 1; \
740	}; \
741	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
742	   || { echo "ERROR: files left after uninstall:" ; \
743	        if test -n "$(DESTDIR)"; then \
744	          echo "  (check DESTDIR support)"; \
745	        fi ; \
746	        $(distuninstallcheck_listfiles) ; \
747	        exit 1; } >&2
748distcleancheck: distclean
749	@if test '$(srcdir)' = . ; then \
750	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
751	  exit 1 ; \
752	fi
753	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
754	  || { echo "ERROR: files left in build directory after distclean:" ; \
755	       $(distcleancheck_listfiles) ; \
756	       exit 1; } >&2
757check-am: all-am
758check: check-recursive
759all-am: Makefile $(DATA) config.h
760installdirs: installdirs-recursive
761installdirs-am:
762	for dir in "$(DESTDIR)$(pkgconfdir)"; do \
763	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
764	done
765install: install-recursive
766install-exec: install-exec-recursive
767install-data: install-data-recursive
768uninstall: uninstall-recursive
769
770install-am: all-am
771	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
772
773installcheck: installcheck-recursive
774install-strip:
775	if test -z '$(STRIP)'; then \
776	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
777	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
778	      install; \
779	else \
780	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
781	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
782	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
783	fi
784mostlyclean-generic:
785
786clean-generic:
787
788distclean-generic:
789	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
790	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
791
792maintainer-clean-generic:
793	@echo "This command is intended for maintainers to use"
794	@echo "it deletes files that may require special tools to rebuild."
795clean: clean-recursive
796
797clean-am: clean-generic clean-libtool mostlyclean-am
798
799distclean: distclean-recursive
800	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
801	-rm -f Makefile
802distclean-am: clean-am distclean-generic distclean-hdr \
803	distclean-libtool distclean-local distclean-tags
804
805dvi: dvi-recursive
806
807dvi-am:
808
809html: html-recursive
810
811html-am:
812
813info: info-recursive
814
815info-am:
816
817install-data-am: install-pkgconfDATA
818
819install-dvi: install-dvi-recursive
820
821install-dvi-am:
822
823install-exec-am:
824
825install-html: install-html-recursive
826
827install-html-am:
828
829install-info: install-info-recursive
830
831install-info-am:
832
833install-man:
834
835install-pdf: install-pdf-recursive
836
837install-pdf-am:
838
839install-ps: install-ps-recursive
840
841install-ps-am:
842
843installcheck-am:
844
845maintainer-clean: maintainer-clean-recursive
846	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
847	-rm -rf $(top_srcdir)/autom4te.cache
848	-rm -f Makefile
849maintainer-clean-am: distclean-am maintainer-clean-generic
850
851mostlyclean: mostlyclean-recursive
852
853mostlyclean-am: mostlyclean-generic mostlyclean-libtool
854
855pdf: pdf-recursive
856
857pdf-am:
858
859ps: ps-recursive
860
861ps-am:
862
863uninstall-am: uninstall-pkgconfDATA
864
865.MAKE: $(am__recursive_targets) all install-am install-strip
866
867.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
868	am--refresh check check-am clean clean-cscope clean-generic \
869	clean-libtool cscope cscopelist-am ctags ctags-am dist \
870	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
871	dist-tarZ dist-xz dist-zip distcheck distclean \
872	distclean-generic distclean-hdr distclean-libtool \
873	distclean-local distclean-tags distcleancheck distdir \
874	distuninstallcheck dvi dvi-am html html-am info info-am \
875	install install-am install-data install-data-am install-dvi \
876	install-dvi-am install-exec install-exec-am install-html \
877	install-html-am install-info install-info-am install-man \
878	install-pdf install-pdf-am install-pkgconfDATA install-ps \
879	install-ps-am install-strip installcheck installcheck-am \
880	installdirs installdirs-am maintainer-clean \
881	maintainer-clean-generic mostlyclean mostlyclean-generic \
882	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
883	uninstall-am uninstall-pkgconfDATA
884
885
886distclean-local:
887	rm -rf *.cache *~ *.pc
888
889dist-hook:
890	git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog
891
892# Tell versions [3.59,3.63) of GNU make to not export all variables.
893# Otherwise a system limit (for SysV at least) may be exceeded.
894.NOEXPORT:
895