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