1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19# Part of the ht://Dig package   <http://www.htdig.org/>
20# Copyright (c) 1999, 2000, 2001 The ht://Dig Group
21# For copyright details, see the file COPYING in your distribution
22# or the GNU General Public License version 2 or later
23# <http://www.gnu.org/copyleft/gpl.html>
24#
25
26#
27# To compile with no optimization and debugging do the following:
28#
29# make CXXFLAGS='-g -fno-exceptions -fno-rtti -Wall' clean all
30#
31# To compile with profiling do the following:
32#
33# make CXXFLAGS='-g -fno-exceptions -fno-rtti' PROFILING=-p clean all
34#
35
36
37VPATH = @srcdir@
38am__make_dryrun = \
39  { \
40    am__dry=no; \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45      *) \
46        for am__flg in $$MAKEFLAGS; do \
47          case $$am__flg in \
48            *=*|--*) ;; \
49            *n*) am__dry=yes; break;; \
50          esac; \
51        done;; \
52    esac; \
53    test $$am__dry = yes; \
54  }
55pkgdatadir = $(datadir)/@PACKAGE@
56pkgincludedir = $(includedir)/@PACKAGE@
57pkglibdir = $(libdir)/@PACKAGE@
58pkglibexecdir = $(libexecdir)/@PACKAGE@
59am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60install_sh_DATA = $(install_sh) -c -m 644
61install_sh_PROGRAM = $(install_sh) -c
62install_sh_SCRIPT = $(install_sh) -c
63INSTALL_HEADER = $(INSTALL_DATA)
64transform = $(program_transform_name)
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_triplet = @build@
72host_triplet = @host@
73DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
74	$(srcdir)/Makefile.in $(top_srcdir)/Makefile.config
75noinst_PROGRAMS = example0$(EXEEXT)
76subdir = examples
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
79	$(top_srcdir)/configure.ac
80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81	$(ACLOCAL_M4)
82mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83CONFIG_HEADER = $(top_builddir)/config.h
84CONFIG_CLEAN_FILES =
85CONFIG_CLEAN_VPATH_FILES =
86PROGRAMS = $(noinst_PROGRAMS)
87am_example0_OBJECTS = example0.$(OBJEXT) example1.$(OBJEXT)
88example0_OBJECTS = $(am_example0_OBJECTS)
89DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90depcomp = $(SHELL) $(top_srcdir)/depcomp
91am__depfiles_maybe = depfiles
92am__mv = mv -f
93CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
94	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
95LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
98CXXLD = $(CXX)
99CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
101	$(LDFLAGS) -o $@
102SOURCES = $(example0_SOURCES)
103DIST_SOURCES = $(example0_SOURCES)
104am__can_run_installinfo = \
105  case $$AM_UPDATE_INFO_DIR in \
106    n|no|NO) false;; \
107    *) (install-info --version) >/dev/null 2>&1;; \
108  esac
109am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110am__vpath_adj = case $$p in \
111    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112    *) f=$$p;; \
113  esac;
114am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115am__install_max = 40
116am__nobase_strip_setup = \
117  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118am__nobase_strip = \
119  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120am__nobase_list = $(am__nobase_strip_setup); \
121  for p in $$list; do echo "$$p $$p"; done | \
122  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124    if (++n[$$2] == $(am__install_max)) \
125      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126    END { for (dir in files) print dir, files[dir] }'
127am__base_list = \
128  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130am__uninstall_files_from_dir = { \
131  test -z "$$files" \
132    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134         $(am__cd) "$$dir" && rm -f $$files; }; \
135  }
136am__installdirs = "$(DESTDIR)$(pkgincludedir)"
137HEADERS = $(pkginclude_HEADERS)
138ETAGS = etags
139CTAGS = ctags
140am__tty_colors = \
141red=; grn=; lgn=; blu=; std=
142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143ACLOCAL = @ACLOCAL@
144ALLOCA = @ALLOCA@
145AMTAR = @AMTAR@
146AR = @AR@
147AUTOCONF = @AUTOCONF@
148AUTOHEADER = @AUTOHEADER@
149AUTOMAKE = @AUTOMAKE@
150AWK = @AWK@
151CC = @CC@
152CCACHE = @CCACHE@
153CCDEPMODE = @CCDEPMODE@
154CFLAGS = @CFLAGS@
155CPP = @CPP@
156CPPFLAGS = @CPPFLAGS@
157CXX = @CXX@
158CXXCPP = @CXXCPP@
159CXXDEPMODE = @CXXDEPMODE@
160CXXFLAGS = @CXXFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
164DLLTOOL = @DLLTOOL@
165DSYMUTIL = @DSYMUTIL@
166DUMPBIN = @DUMPBIN@
167DVIPS = @DVIPS@
168ECHO_C = @ECHO_C@
169ECHO_N = @ECHO_N@
170ECHO_T = @ECHO_T@
171EGREP = @EGREP@
172EXEEXT = @EXEEXT@
173FGREP = @FGREP@
174FIND = @FIND@
175GREP = @GREP@
176GUNZIP = @GUNZIP@
177INSTALL = @INSTALL@
178INSTALL_DATA = @INSTALL_DATA@
179INSTALL_PROGRAM = @INSTALL_PROGRAM@
180INSTALL_SCRIPT = @INSTALL_SCRIPT@
181INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182LD = @LD@
183LDFLAGS = @LDFLAGS@
184LEX = @LEX@
185LEXLIB = @LEXLIB@
186LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
187LIBICONV = @LIBICONV@
188LIBOBJS = @LIBOBJS@
189LIBS = @LIBS@
190LIBTOOL = @LIBTOOL@
191LIPO = @LIPO@
192LN_S = @LN_S@
193LTLIBICONV = @LTLIBICONV@
194LTLIBOBJS = @LTLIBOBJS@
195MAJOR_VERSION = @MAJOR_VERSION@
196MAKEINFO = @MAKEINFO@
197MANIFEST_TOOL = @MANIFEST_TOOL@
198MICRO_VERSION = @MICRO_VERSION@
199MINOR_VERSION = @MINOR_VERSION@
200MKDIR_P = @MKDIR_P@
201NM = @NM@
202NMEDIT = @NMEDIT@
203OBJDUMP = @OBJDUMP@
204OBJEXT = @OBJEXT@
205OTOOL = @OTOOL@
206OTOOL64 = @OTOOL64@
207PACKAGE = @PACKAGE@
208PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209PACKAGE_NAME = @PACKAGE_NAME@
210PACKAGE_STRING = @PACKAGE_STRING@
211PACKAGE_TARNAME = @PACKAGE_TARNAME@
212PACKAGE_URL = @PACKAGE_URL@
213PACKAGE_VERSION = @PACKAGE_VERSION@
214PATH_SEPARATOR = @PATH_SEPARATOR@
215PERL = @PERL@
216RANLIB = @RANLIB@
217RRDTOOL = @RRDTOOL@
218SED = @SED@
219SET_MAKE = @SET_MAKE@
220SHELL = @SHELL@
221STRIP = @STRIP@
222TAR = @TAR@
223TEXI2DVI = @TEXI2DVI@
224TIME = @TIME@
225TIMEV = @TIMEV@
226VERSION = @VERSION@
227YACC = @YACC@
228YFLAGS = @YFLAGS@
229abs_builddir = @abs_builddir@
230abs_srcdir = @abs_srcdir@
231abs_top_builddir = @abs_top_builddir@
232abs_top_srcdir = @abs_top_srcdir@
233ac_ct_AR = @ac_ct_AR@
234ac_ct_CC = @ac_ct_CC@
235ac_ct_CXX = @ac_ct_CXX@
236ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237am__include = @am__include@
238am__leading_dot = @am__leading_dot@
239am__quote = @am__quote@
240am__tar = @am__tar@
241am__untar = @am__untar@
242bindir = @bindir@
243build = @build@
244build_alias = @build_alias@
245build_cpu = @build_cpu@
246build_os = @build_os@
247build_vendor = @build_vendor@
248builddir = @builddir@
249datadir = @datadir@
250datarootdir = @datarootdir@
251db_align_t_decl = @db_align_t_decl@
252db_alignp_t_decl = @db_alignp_t_decl@
253docdir = @docdir@
254dvidir = @dvidir@
255exec_prefix = @exec_prefix@
256host = @host@
257host_alias = @host_alias@
258host_cpu = @host_cpu@
259host_os = @host_os@
260host_vendor = @host_vendor@
261htmldir = @htmldir@
262includedir = @includedir@
263infodir = @infodir@
264install_sh = @install_sh@
265int16_decl = @int16_decl@
266int32_decl = @int32_decl@
267libdir = @libdir@
268libexecdir = @libexecdir@
269localedir = @localedir@
270localstatedir = @localstatedir@
271mandir = @mandir@
272mkdir_p = @mkdir_p@
273oldincludedir = @oldincludedir@
274pdfdir = @pdfdir@
275prefix = @prefix@
276program_transform_name = @program_transform_name@
277psdir = @psdir@
278sbindir = @sbindir@
279sharedstatedir = @sharedstatedir@
280srcdir = @srcdir@
281ssize_t_decl = @ssize_t_decl@
282sysconfdir = @sysconfdir@
283target_alias = @target_alias@
284top_build_prefix = @top_build_prefix@
285top_builddir = @top_builddir@
286top_srcdir = @top_srcdir@
287u_char_decl = @u_char_decl@
288u_int16_decl = @u_int16_decl@
289u_int32_decl = @u_int32_decl@
290u_int8_decl = @u_int8_decl@
291u_int_decl = @u_int_decl@
292u_long_decl = @u_long_decl@
293u_short_decl = @u_short_decl@
294INCLUDES = -DCONFIG_FILE=\"${sysconfdir}/mifluz.conf\" \
295	        -I$(top_srcdir)/mifluz \
296		-I$(top_builddir)/db \
297		-I$(top_srcdir)/db \
298		-I$(top_srcdir)/clib \
299		-I$(top_srcdir) \
300		-DNOSTREAM \
301		$(LOCAL_DEFINES) $(PROFILING)
302
303MIFLUZLIBS = $(top_builddir)/mifluz/libmifluz.la
304
305#
306# Part of the ht://Dig package   <http://www.htdig.org/>
307# Copyright (c) 1999, 2000, 2001 The ht://Dig Group
308# For copyright details, see the file COPYING in your distribution
309# or the GNU General Public License version 2 or later
310# <http://www.gnu.org/copyleft/gpl.html>
311#
312EXTRA_DIST = t_example
313TESTS = t_example
314
315#
316# Standalong program : create + search
317#
318example0_SOURCES = example0.cc example1.cc
319example0_DEPENDENCIES = $(MIFLUZLIBS)
320example0_LDADD = $(MIFLUZLIBS)
321pkginclude_HEADERS = example1.h
322all: all-am
323
324.SUFFIXES:
325.SUFFIXES: .cc .lo .o .obj
326$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.config $(am__configure_deps)
327	@for dep in $?; do \
328	  case '$(am__configure_deps)' in \
329	    *$$dep*) \
330	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331	        && { if test -f $@; then exit 0; else break; fi; }; \
332	      exit 1;; \
333	  esac; \
334	done; \
335	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
336	$(am__cd) $(top_srcdir) && \
337	  $(AUTOMAKE) --gnu examples/Makefile
338.PRECIOUS: Makefile
339Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340	@case '$?' in \
341	  *config.status*) \
342	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343	  *) \
344	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346	esac;
347$(top_srcdir)/Makefile.config:
348
349$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351
352$(top_srcdir)/configure:  $(am__configure_deps)
353	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
355	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356$(am__aclocal_m4_deps):
357
358clean-noinstPROGRAMS:
359	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
360	echo " rm -f" $$list; \
361	rm -f $$list || exit $$?; \
362	test -n "$(EXEEXT)" || exit 0; \
363	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
364	echo " rm -f" $$list; \
365	rm -f $$list
366example0$(EXEEXT): $(example0_OBJECTS) $(example0_DEPENDENCIES) $(EXTRA_example0_DEPENDENCIES)
367	@rm -f example0$(EXEEXT)
368	$(CXXLINK) $(example0_OBJECTS) $(example0_LDADD) $(LIBS)
369
370mostlyclean-compile:
371	-rm -f *.$(OBJEXT)
372
373distclean-compile:
374	-rm -f *.tab.c
375
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example0.Po@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example1.Po@am__quote@
378
379.cc.o:
380@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
382@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
385
386.cc.obj:
387@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
388@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
389@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
392
393.cc.lo:
394@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
395@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
396@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
397@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
399
400mostlyclean-libtool:
401	-rm -f *.lo
402
403clean-libtool:
404	-rm -rf .libs _libs
405install-pkgincludeHEADERS: $(pkginclude_HEADERS)
406	@$(NORMAL_INSTALL)
407	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
408	if test -n "$$list"; then \
409	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
410	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
411	fi; \
412	for p in $$list; do \
413	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
414	  echo "$$d$$p"; \
415	done | $(am__base_list) | \
416	while read files; do \
417	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
418	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
419	done
420
421uninstall-pkgincludeHEADERS:
422	@$(NORMAL_UNINSTALL)
423	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
424	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
425	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
426
427ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
428	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
429	unique=`for i in $$list; do \
430	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431	  done | \
432	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433	      END { if (nonempty) { for (i in files) print i; }; }'`; \
434	mkid -fID $$unique
435tags: TAGS
436
437TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
438		$(TAGS_FILES) $(LISP)
439	set x; \
440	here=`pwd`; \
441	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442	unique=`for i in $$list; do \
443	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444	  done | \
445	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446	      END { if (nonempty) { for (i in files) print i; }; }'`; \
447	shift; \
448	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449	  test -n "$$unique" || unique=$$empty_fix; \
450	  if test $$# -gt 0; then \
451	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452	      "$$@" $$unique; \
453	  else \
454	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455	      $$unique; \
456	  fi; \
457	fi
458ctags: CTAGS
459CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
460		$(TAGS_FILES) $(LISP)
461	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
462	unique=`for i in $$list; do \
463	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464	  done | \
465	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466	      END { if (nonempty) { for (i in files) print i; }; }'`; \
467	test -z "$(CTAGS_ARGS)$$unique" \
468	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469	     $$unique
470
471GTAGS:
472	here=`$(am__cd) $(top_builddir) && pwd` \
473	  && $(am__cd) $(top_srcdir) \
474	  && gtags -i $(GTAGS_ARGS) "$$here"
475
476distclean-tags:
477	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478
479check-TESTS: $(TESTS)
480	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
481	srcdir=$(srcdir); export srcdir; \
482	list=' $(TESTS) '; \
483	$(am__tty_colors); \
484	if test -n "$$list"; then \
485	  for tst in $$list; do \
486	    if test -f ./$$tst; then dir=./; \
487	    elif test -f $$tst; then dir=; \
488	    else dir="$(srcdir)/"; fi; \
489	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
490	      all=`expr $$all + 1`; \
491	      case " $(XFAIL_TESTS) " in \
492	      *[\ \	]$$tst[\ \	]*) \
493		xpass=`expr $$xpass + 1`; \
494		failed=`expr $$failed + 1`; \
495		col=$$red; res=XPASS; \
496	      ;; \
497	      *) \
498		col=$$grn; res=PASS; \
499	      ;; \
500	      esac; \
501	    elif test $$? -ne 77; then \
502	      all=`expr $$all + 1`; \
503	      case " $(XFAIL_TESTS) " in \
504	      *[\ \	]$$tst[\ \	]*) \
505		xfail=`expr $$xfail + 1`; \
506		col=$$lgn; res=XFAIL; \
507	      ;; \
508	      *) \
509		failed=`expr $$failed + 1`; \
510		col=$$red; res=FAIL; \
511	      ;; \
512	      esac; \
513	    else \
514	      skip=`expr $$skip + 1`; \
515	      col=$$blu; res=SKIP; \
516	    fi; \
517	    echo "$${col}$$res$${std}: $$tst"; \
518	  done; \
519	  if test "$$all" -eq 1; then \
520	    tests="test"; \
521	    All=""; \
522	  else \
523	    tests="tests"; \
524	    All="All "; \
525	  fi; \
526	  if test "$$failed" -eq 0; then \
527	    if test "$$xfail" -eq 0; then \
528	      banner="$$All$$all $$tests passed"; \
529	    else \
530	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
531	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
532	    fi; \
533	  else \
534	    if test "$$xpass" -eq 0; then \
535	      banner="$$failed of $$all $$tests failed"; \
536	    else \
537	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
538	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
539	    fi; \
540	  fi; \
541	  dashes="$$banner"; \
542	  skipped=""; \
543	  if test "$$skip" -ne 0; then \
544	    if test "$$skip" -eq 1; then \
545	      skipped="($$skip test was not run)"; \
546	    else \
547	      skipped="($$skip tests were not run)"; \
548	    fi; \
549	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
550	      dashes="$$skipped"; \
551	  fi; \
552	  report=""; \
553	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
554	    report="Please report to $(PACKAGE_BUGREPORT)"; \
555	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
556	      dashes="$$report"; \
557	  fi; \
558	  dashes=`echo "$$dashes" | sed s/./=/g`; \
559	  if test "$$failed" -eq 0; then \
560	    col="$$grn"; \
561	  else \
562	    col="$$red"; \
563	  fi; \
564	  echo "$${col}$$dashes$${std}"; \
565	  echo "$${col}$$banner$${std}"; \
566	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
567	  test -z "$$report" || echo "$${col}$$report$${std}"; \
568	  echo "$${col}$$dashes$${std}"; \
569	  test "$$failed" -eq 0; \
570	else :; fi
571
572distdir: $(DISTFILES)
573	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575	list='$(DISTFILES)'; \
576	  dist_files=`for file in $$list; do echo $$file; done | \
577	  sed -e "s|^$$srcdirstrip/||;t" \
578	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
579	case $$dist_files in \
580	  */*) $(MKDIR_P) `echo "$$dist_files" | \
581			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
582			   sort -u` ;; \
583	esac; \
584	for file in $$dist_files; do \
585	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
586	  if test -d $$d/$$file; then \
587	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
588	    if test -d "$(distdir)/$$file"; then \
589	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590	    fi; \
591	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
592	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
593	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
594	    fi; \
595	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
596	  else \
597	    test -f "$(distdir)/$$file" \
598	    || cp -p $$d/$$file "$(distdir)/$$file" \
599	    || exit 1; \
600	  fi; \
601	done
602check-am: all-am
603	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
604check: check-am
605all-am: Makefile $(PROGRAMS) $(HEADERS)
606installdirs:
607	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
608	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
609	done
610install: install-am
611install-exec: install-exec-am
612install-data: install-data-am
613uninstall: uninstall-am
614
615install-am: all-am
616	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
617
618installcheck: installcheck-am
619install-strip:
620	if test -z '$(STRIP)'; then \
621	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623	      install; \
624	else \
625	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
626	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
627	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
628	fi
629mostlyclean-generic:
630
631clean-generic:
632
633distclean-generic:
634	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
635	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
636
637maintainer-clean-generic:
638	@echo "This command is intended for maintainers to use"
639	@echo "it deletes files that may require special tools to rebuild."
640clean: clean-am
641
642clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
643	mostlyclean-am
644
645distclean: distclean-am
646	-rm -rf ./$(DEPDIR)
647	-rm -f Makefile
648distclean-am: clean-am distclean-compile distclean-generic \
649	distclean-tags
650
651dvi: dvi-am
652
653dvi-am:
654
655html: html-am
656
657html-am:
658
659info: info-am
660
661info-am:
662
663install-data-am: install-pkgincludeHEADERS
664
665install-dvi: install-dvi-am
666
667install-dvi-am:
668
669install-exec-am:
670
671install-html: install-html-am
672
673install-html-am:
674
675install-info: install-info-am
676
677install-info-am:
678
679install-man:
680
681install-pdf: install-pdf-am
682
683install-pdf-am:
684
685install-ps: install-ps-am
686
687install-ps-am:
688
689installcheck-am:
690
691maintainer-clean: maintainer-clean-am
692	-rm -rf ./$(DEPDIR)
693	-rm -f Makefile
694maintainer-clean-am: distclean-am maintainer-clean-generic
695
696mostlyclean: mostlyclean-am
697
698mostlyclean-am: mostlyclean-compile mostlyclean-generic \
699	mostlyclean-libtool
700
701pdf: pdf-am
702
703pdf-am:
704
705ps: ps-am
706
707ps-am:
708
709uninstall-am: uninstall-pkgincludeHEADERS
710
711.MAKE: check-am install-am install-strip
712
713.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
714	clean-generic clean-libtool clean-noinstPROGRAMS ctags \
715	distclean distclean-compile distclean-generic \
716	distclean-libtool distclean-tags distdir dvi dvi-am html \
717	html-am info info-am install install-am install-data \
718	install-data-am install-dvi install-dvi-am install-exec \
719	install-exec-am install-html install-html-am install-info \
720	install-info-am install-man install-pdf install-pdf-am \
721	install-pkgincludeHEADERS install-ps install-ps-am \
722	install-strip installcheck installcheck-am installdirs \
723	maintainer-clean maintainer-clean-generic mostlyclean \
724	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
725	pdf pdf-am ps ps-am tags uninstall uninstall-am \
726	uninstall-pkgincludeHEADERS
727
728
729# Tell versions [3.59,3.63) of GNU make to not export all variables.
730# Otherwise a system limit (for SysV at least) may be exceeded.
731.NOEXPORT:
732