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