1# Makefile.in generated by automake 1.12.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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__make_dryrun = \
18  { \
19    am__dry=no; \
20    case $$MAKEFLAGS in \
21      *\\[\ \	]*) \
22        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24      *) \
25        for am__flg in $$MAKEFLAGS; do \
26          case $$am__flg in \
27            *=*|--*) ;; \
28            *n*) am__dry=yes; break;; \
29          esac; \
30        done;; \
31    esac; \
32    test $$am__dry = yes; \
33  }
34pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@
37pkglibexecdir = $(libexecdir)/@PACKAGE@
38am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39install_sh_DATA = $(install_sh) -c -m 644
40install_sh_PROGRAM = $(install_sh) -c
41install_sh_SCRIPT = $(install_sh) -c
42INSTALL_HEADER = $(INSTALL_DATA)
43transform = $(program_transform_name)
44NORMAL_INSTALL = :
45PRE_INSTALL = :
46POST_INSTALL = :
47NORMAL_UNINSTALL = :
48PRE_UNINSTALL = :
49POST_UNINSTALL = :
50build_triplet = @build@
51host_triplet = @host@
52check_PROGRAMS = test_dbi$(EXEEXT) test_dbi_dlopen$(EXEEXT)
53subdir = tests
54DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55	$(srcdir)/plugin_settings.sh.in $(srcdir)/test_dbi.cfg.in \
56	$(top_srcdir)/depcomp
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
59	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63	$(ACLOCAL_M4)
64mkinstalldirs = $(install_sh) -d
65CONFIG_HEADER = $(top_builddir)/config.h
66CONFIG_CLEAN_FILES = test_dbi.cfg plugin_settings.sh
67CONFIG_CLEAN_VPATH_FILES =
68libtest_dbi_plugin_la_DEPENDENCIES =
69am_libtest_dbi_plugin_la_OBJECTS = test_dbi_plugin.lo
70libtest_dbi_plugin_la_OBJECTS = $(am_libtest_dbi_plugin_la_OBJECTS)
71libtest_dbi_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
72	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73	$(libtest_dbi_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
74am_test_dbi_OBJECTS = test_dbi.$(OBJEXT)
75test_dbi_OBJECTS = $(am_test_dbi_OBJECTS)
76test_dbi_DEPENDENCIES = $(top_srcdir)/tests/cgreen/libcgreen.a
77am_test_dbi_dlopen_OBJECTS = test_dbi_dlopen.$(OBJEXT)
78test_dbi_dlopen_OBJECTS = $(am_test_dbi_dlopen_OBJECTS)
79test_dbi_dlopen_LDADD = $(LDADD)
80test_dbi_dlopen_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
81	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
82	$(test_dbi_dlopen_LDFLAGS) $(LDFLAGS) -o $@
83DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84depcomp = $(SHELL) $(top_srcdir)/depcomp
85am__depfiles_maybe = depfiles
86am__mv = mv -f
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95	$(LDFLAGS) -o $@
96SOURCES = $(libtest_dbi_plugin_la_SOURCES) $(test_dbi_SOURCES) \
97	$(test_dbi_dlopen_SOURCES)
98DIST_SOURCES = $(libtest_dbi_plugin_la_SOURCES) $(test_dbi_SOURCES) \
99	$(test_dbi_dlopen_SOURCES)
100RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
101	html-recursive info-recursive install-data-recursive \
102	install-dvi-recursive install-exec-recursive \
103	install-html-recursive install-info-recursive \
104	install-pdf-recursive install-ps-recursive install-recursive \
105	installcheck-recursive installdirs-recursive pdf-recursive \
106	ps-recursive uninstall-recursive
107am__can_run_installinfo = \
108  case $$AM_UPDATE_INFO_DIR in \
109    n|no|NO) false;; \
110    *) (install-info --version) >/dev/null 2>&1;; \
111  esac
112RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
113  distclean-recursive maintainer-clean-recursive
114AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
115	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
116	distdir
117ETAGS = etags
118CTAGS = ctags
119am__tty_colors_dummy = \
120  mgn= red= grn= lgn= blu= brg= std=; \
121  am__color_tests=no
122am__tty_colors = $(am__tty_colors_dummy)
123DIST_SUBDIRS = $(SUBDIRS)
124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125am__relativize = \
126  dir0=`pwd`; \
127  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
128  sed_rest='s,^[^/]*/*,,'; \
129  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
130  sed_butlast='s,/*[^/]*$$,,'; \
131  while test -n "$$dir1"; do \
132    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
133    if test "$$first" != "."; then \
134      if test "$$first" = ".."; then \
135        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
136        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
137      else \
138        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
139        if test "$$first2" = "$$first"; then \
140          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
141        else \
142          dir2="../$$dir2"; \
143        fi; \
144        dir0="$$dir0"/"$$first"; \
145      fi; \
146    fi; \
147    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
148  done; \
149  reldir="$$dir2"
150ACLOCAL = @ACLOCAL@
151AMTAR = @AMTAR@
152AR = @AR@
153AS = @AS@
154AUTOCONF = @AUTOCONF@
155AUTOHEADER = @AUTOHEADER@
156AUTOMAKE = @AUTOMAKE@
157AWK = @AWK@
158CC = @CC@
159CCDEPMODE = @CCDEPMODE@
160CFLAGS = -DDBI_DRIVER_DIR=\"@driverdir@\" @FIREBIRD_ISQL_FLAG@ -g
161CPP = @CPP@
162CPPFLAGS = @CPPFLAGS@
163CYGPATH_W = @CYGPATH_W@
164DB2_INCLUDE = @DB2_INCLUDE@
165DB2_LDFLAGS = @DB2_LDFLAGS@
166DB2_LIBS = @DB2_LIBS@
167DB2_TEST = @DB2_TEST@
168DBI_INCLUDE = @DBI_INCLUDE@
169DEBUG = @DEBUG@
170DEFS = @DEFS@
171DEPDIR = @DEPDIR@
172DLLTOOL = @DLLTOOL@
173DSYMUTIL = @DSYMUTIL@
174DUMPBIN = @DUMPBIN@
175ECHO_C = @ECHO_C@
176ECHO_N = @ECHO_N@
177ECHO_T = @ECHO_T@
178EGREP = @EGREP@
179EXEEXT = @EXEEXT@
180FGREP = @FGREP@
181FIREBIRD_INCLUDE = @FIREBIRD_INCLUDE@
182FIREBIRD_ISQL = @FIREBIRD_ISQL@
183FIREBIRD_ISQL_FLAG = @FIREBIRD_ISQL_FLAG@
184FIREBIRD_LDFLAGS = @FIREBIRD_LDFLAGS@
185FIREBIRD_LIBS = @FIREBIRD_LIBS@
186FIREBIRD_TEST = @FIREBIRD_TEST@
187FREETDS_INCLUDE = @FREETDS_INCLUDE@
188FREETDS_LDFLAGS = @FREETDS_LDFLAGS@
189FREETDS_LIBS = @FREETDS_LIBS@
190FREETDS_TEST = @FREETDS_TEST@
191GREP = @GREP@
192INGRES_INCLUDE = @INGRES_INCLUDE@
193INGRES_LDFLAGS = @INGRES_LDFLAGS@
194INGRES_LIBS = @INGRES_LIBS@
195INGRES_TEST = @INGRES_TEST@
196INSTALL = @INSTALL@
197INSTALL_DATA = @INSTALL_DATA@
198INSTALL_PROGRAM = @INSTALL_PROGRAM@
199INSTALL_SCRIPT = @INSTALL_SCRIPT@
200INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201LD = @LD@
202LDFLAGS = @LDFLAGS@
203LIBADD_LIBDBI = @LIBADD_LIBDBI@
204LIBDBI_LIBDIR = @LIBDBI_LIBDIR@
205LIBDBI_TEST = @LIBDBI_TEST@
206LIBOBJS = @LIBOBJS@
207LIBS = @LIBS@
208LIBTOOL = @LIBTOOL@
209LIPO = @LIPO@
210LN_S = @LN_S@
211LTLIBOBJS = @LTLIBOBJS@
212MAINT = @MAINT@
213MAKEINFO = @MAKEINFO@
214MANIFEST_TOOL = @MANIFEST_TOOL@
215MKDIR_P = @MKDIR_P@
216MSQL_INCLUDE = @MSQL_INCLUDE@
217MSQL_LDFLAGS = @MSQL_LDFLAGS@
218MSQL_LIBS = @MSQL_LIBS@
219MSQL_TEST = @MSQL_TEST@
220MYSQL_CONFIG = @MYSQL_CONFIG@
221MYSQL_INCLUDE = @MYSQL_INCLUDE@
222MYSQL_LDFLAGS = @MYSQL_LDFLAGS@
223MYSQL_LIBS = @MYSQL_LIBS@
224MYSQL_TEST = @MYSQL_TEST@
225NM = @NM@
226NMEDIT = @NMEDIT@
227OBJDUMP = @OBJDUMP@
228OBJEXT = @OBJEXT@
229ORACLE_INCLUDE = @ORACLE_INCLUDE@
230ORACLE_LDFLAGS = @ORACLE_LDFLAGS@
231ORACLE_LIBS = @ORACLE_LIBS@
232ORACLE_TEST = @ORACLE_TEST@
233OTOOL = @OTOOL@
234OTOOL64 = @OTOOL64@
235PACKAGE = @PACKAGE@
236PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237PACKAGE_NAME = @PACKAGE_NAME@
238PACKAGE_STRING = @PACKAGE_STRING@
239PACKAGE_TARNAME = @PACKAGE_TARNAME@
240PACKAGE_URL = @PACKAGE_URL@
241PACKAGE_VERSION = @PACKAGE_VERSION@
242PATH_SEPARATOR = @PATH_SEPARATOR@
243PGSQL_INCLUDE = @PGSQL_INCLUDE@
244PGSQL_LDFLAGS = @PGSQL_LDFLAGS@
245PGSQL_LIBS = @PGSQL_LIBS@
246PGSQL_TEST = @PGSQL_TEST@
247PG_CONFIG = @PG_CONFIG@
248PROFILE = @PROFILE@
249RANLIB = @RANLIB@
250SED = @SED@
251SET_MAKE = @SET_MAKE@
252SHELL = @SHELL@
253SQLITE3_INCLUDE = @SQLITE3_INCLUDE@
254SQLITE3_LDFLAGS = @SQLITE3_LDFLAGS@
255SQLITE3_LIBS = @SQLITE3_LIBS@
256SQLITE3_TEST = @SQLITE3_TEST@
257SQLITE_INCLUDE = @SQLITE_INCLUDE@
258SQLITE_LDFLAGS = @SQLITE_LDFLAGS@
259SQLITE_LIBS = @SQLITE_LIBS@
260SQLITE_TEST = @SQLITE_TEST@
261STRIP = @STRIP@
262VERSION = @VERSION@
263abs_builddir = @abs_builddir@
264abs_srcdir = @abs_srcdir@
265abs_top_builddir = @abs_top_builddir@
266abs_top_srcdir = @abs_top_srcdir@
267ac_ct_AR = @ac_ct_AR@
268ac_ct_CC = @ac_ct_CC@
269ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
270am__include = @am__include@
271am__leading_dot = @am__leading_dot@
272am__quote = @am__quote@
273am__tar = @am__tar@
274am__untar = @am__untar@
275bindir = @bindir@
276build = @build@
277build_alias = @build_alias@
278build_cpu = @build_cpu@
279build_os = @build_os@
280build_vendor = @build_vendor@
281builddir = @builddir@
282datadir = @datadir@
283datarootdir = @datarootdir@
284dbi_dbdir = @dbi_dbdir@
285docdir = @docdir@
286docs_subdirs = @docs_subdirs@
287driverdir = @driverdir@
288dvidir = @dvidir@
289exec_prefix = @exec_prefix@
290host = @host@
291host_alias = @host_alias@
292host_cpu = @host_cpu@
293host_os = @host_os@
294host_vendor = @host_vendor@
295htmldir = @htmldir@
296includedir = @includedir@
297infodir = @infodir@
298install_sh = @install_sh@
299libdir = @libdir@
300libexecdir = @libexecdir@
301localedir = @localedir@
302localstatedir = @localstatedir@
303mandir = @mandir@
304mkdir_p = @mkdir_p@
305oldincludedir = @oldincludedir@
306pdfdir = @pdfdir@
307prefix = @prefix@
308program_transform_name = @program_transform_name@
309psdir = @psdir@
310sbindir = @sbindir@
311sharedstatedir = @sharedstatedir@
312srcdir = @srcdir@
313sysconfdir = @sysconfdir@
314target_alias = @target_alias@
315top_build_prefix = @top_build_prefix@
316top_builddir = @top_builddir@
317top_srcdir = @top_srcdir@
318AUTOMAKE_OPTIONS = foreign
319SUBDIRS = cgreen
320TESTS = @MYSQL_TEST@ @PGSQL_TEST@ @SQLITE_TEST@ @SQLITE3_TEST@ @MSQL_TEST@ @ORACLE_TEST@ @FIREBIRD_TEST@ @FREETDS_TEST@ @INGRES_TEST@ @DB2_TEST@ @LIBDBI_TEST@
321check_LTLIBRARIES = libtest_dbi_plugin.la
322test_dbi_SOURCES = test_dbi.c
323test_dbi_LDADD = $(top_srcdir)/tests/cgreen/libcgreen.a -L@libdir@ -lm -ldbi @LIBADD_LIBDBI@
324test_dbi_dlopen_SOURCES = test_dbi_dlopen.c
325test_dbi_dlopen_LDFLAGS = @LIBADD_LIBDBI@
326libtest_dbi_plugin_la_SOURCES = test_dbi_plugin.c
327libtest_dbi_plugin_la_LIBADD = @LIBADD_LIBDBI@
328libtest_dbi_plugin_la_LDFLAGS = -module -rpath /nowhere
329INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/tests/cgreen/include -I@includedir@
330AM_CPPFLAGS = -DDBDIR=\"@dbi_dbdir@\" @DBI_INCLUDE@
331EXTRA_DIST = test_mysql.sh test_pgsql.sh test_sqlite.sh test_sqlite3.sh test_msql.sh test_oracle.sh test_firebird.sh test_freetds.sh test_ingres.sh test_db2.sh test_libdbi.sh
332all: all-recursive
333
334.SUFFIXES:
335.SUFFIXES: .c .lo .o .obj
336$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
337	@for dep in $?; do \
338	  case '$(am__configure_deps)' in \
339	    *$$dep*) \
340	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
341	        && { if test -f $@; then exit 0; else break; fi; }; \
342	      exit 1;; \
343	  esac; \
344	done; \
345	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
346	$(am__cd) $(top_srcdir) && \
347	  $(AUTOMAKE) --foreign tests/Makefile
348.PRECIOUS: Makefile
349Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350	@case '$?' in \
351	  *config.status*) \
352	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353	  *) \
354	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356	esac;
357
358$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365$(am__aclocal_m4_deps):
366test_dbi.cfg: $(top_builddir)/config.status $(srcdir)/test_dbi.cfg.in
367	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
368plugin_settings.sh: $(top_builddir)/config.status $(srcdir)/plugin_settings.sh.in
369	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
370
371clean-checkLTLIBRARIES:
372	-test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
373	@list='$(check_LTLIBRARIES)'; \
374	locs=`for p in $$list; do echo $$p; done | \
375	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
376	      sort -u`; \
377	test -z "$$locs" || { \
378	  echo rm -f $${locs}; \
379	  rm -f $${locs}; \
380	}
381libtest_dbi_plugin.la: $(libtest_dbi_plugin_la_OBJECTS) $(libtest_dbi_plugin_la_DEPENDENCIES) $(EXTRA_libtest_dbi_plugin_la_DEPENDENCIES)
382	$(libtest_dbi_plugin_la_LINK)  $(libtest_dbi_plugin_la_OBJECTS) $(libtest_dbi_plugin_la_LIBADD) $(LIBS)
383
384clean-checkPROGRAMS:
385	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
386	echo " rm -f" $$list; \
387	rm -f $$list || exit $$?; \
388	test -n "$(EXEEXT)" || exit 0; \
389	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
390	echo " rm -f" $$list; \
391	rm -f $$list
392test_dbi$(EXEEXT): $(test_dbi_OBJECTS) $(test_dbi_DEPENDENCIES) $(EXTRA_test_dbi_DEPENDENCIES)
393	@rm -f test_dbi$(EXEEXT)
394	$(LINK) $(test_dbi_OBJECTS) $(test_dbi_LDADD) $(LIBS)
395test_dbi_dlopen$(EXEEXT): $(test_dbi_dlopen_OBJECTS) $(test_dbi_dlopen_DEPENDENCIES) $(EXTRA_test_dbi_dlopen_DEPENDENCIES)
396	@rm -f test_dbi_dlopen$(EXEEXT)
397	$(test_dbi_dlopen_LINK) $(test_dbi_dlopen_OBJECTS) $(test_dbi_dlopen_LDADD) $(LIBS)
398
399mostlyclean-compile:
400	-rm -f *.$(OBJEXT)
401
402distclean-compile:
403	-rm -f *.tab.c
404
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbi.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbi_dlopen.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbi_plugin.Plo@am__quote@
408
409.c.o:
410@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414@am__fastdepCC_FALSE@	$(COMPILE) -c $<
415
416.c.obj:
417@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
418@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
422
423.c.lo:
424@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
425@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
427@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
429
430mostlyclean-libtool:
431	-rm -f *.lo
432
433clean-libtool:
434	-rm -rf .libs _libs
435
436# This directory's subdirectories are mostly independent; you can cd
437# into them and run 'make' without going through this Makefile.
438# To change the values of 'make' variables: instead of editing Makefiles,
439# (1) if the variable is set in 'config.status', edit 'config.status'
440#     (which will cause the Makefiles to be regenerated when you run 'make');
441# (2) otherwise, pass the desired values on the 'make' command line.
442$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
443	@fail= failcom='exit 1'; \
444	for f in x $$MAKEFLAGS; do \
445	  case $$f in \
446	    *=* | --[!k]*);; \
447	    *k*) failcom='fail=yes';; \
448	  esac; \
449	done; \
450	dot_seen=no; \
451	target=`echo $@ | sed s/-recursive//`; \
452	case "$@" in \
453	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
454	  *) list='$(SUBDIRS)' ;; \
455	esac; \
456	for subdir in $$list; do \
457	  echo "Making $$target in $$subdir"; \
458	  if test "$$subdir" = "."; then \
459	    dot_seen=yes; \
460	    local_target="$$target-am"; \
461	  else \
462	    local_target="$$target"; \
463	  fi; \
464	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465	  || eval $$failcom; \
466	done; \
467	if test "$$dot_seen" = "no"; then \
468	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
469	fi; test -z "$$fail"
470tags-recursive:
471	list='$(SUBDIRS)'; for subdir in $$list; do \
472	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
473	done
474ctags-recursive:
475	list='$(SUBDIRS)'; for subdir in $$list; do \
476	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
477	done
478cscopelist-recursive:
479	list='$(SUBDIRS)'; for subdir in $$list; do \
480	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
481	done
482
483ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
484	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
485	unique=`for i in $$list; do \
486	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487	  done | \
488	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489	      END { if (nonempty) { for (i in files) print i; }; }'`; \
490	mkid -fID $$unique
491tags: TAGS
492
493TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
494		$(TAGS_FILES) $(LISP)
495	set x; \
496	here=`pwd`; \
497	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
498	  include_option=--etags-include; \
499	  empty_fix=.; \
500	else \
501	  include_option=--include; \
502	  empty_fix=; \
503	fi; \
504	list='$(SUBDIRS)'; for subdir in $$list; do \
505	  if test "$$subdir" = .; then :; else \
506	    test ! -f $$subdir/TAGS || \
507	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
508	  fi; \
509	done; \
510	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
511	unique=`for i in $$list; do \
512	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513	  done | \
514	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515	      END { if (nonempty) { for (i in files) print i; }; }'`; \
516	shift; \
517	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518	  test -n "$$unique" || unique=$$empty_fix; \
519	  if test $$# -gt 0; then \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      "$$@" $$unique; \
522	  else \
523	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524	      $$unique; \
525	  fi; \
526	fi
527ctags: CTAGS
528CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
529		$(TAGS_FILES) $(LISP)
530	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
531	unique=`for i in $$list; do \
532	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533	  done | \
534	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535	      END { if (nonempty) { for (i in files) print i; }; }'`; \
536	test -z "$(CTAGS_ARGS)$$unique" \
537	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
538	     $$unique
539
540GTAGS:
541	here=`$(am__cd) $(top_builddir) && pwd` \
542	  && $(am__cd) $(top_srcdir) \
543	  && gtags -i $(GTAGS_ARGS) "$$here"
544
545cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
546	list='$(SOURCES) $(HEADERS) $(LISP)'; \
547	case "$(srcdir)" in \
548	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549	  *) sdir=$(subdir)/$(srcdir) ;; \
550	esac; \
551	for i in $$list; do \
552	  if test -f "$$i"; then \
553	    echo "$(subdir)/$$i"; \
554	  else \
555	    echo "$$sdir/$$i"; \
556	  fi; \
557	done >> $(top_builddir)/cscope.files
558
559distclean-tags:
560	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561
562check-TESTS: $(TESTS)
563	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
564	srcdir=$(srcdir); export srcdir; \
565	list=' $(TESTS) '; \
566	$(am__tty_colors); \
567	if test -n "$$list"; then \
568	  for tst in $$list; do \
569	    if test -f ./$$tst; then dir=./; \
570	    elif test -f $$tst; then dir=; \
571	    else dir="$(srcdir)/"; fi; \
572	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
573	      all=`expr $$all + 1`; \
574	      case " $(XFAIL_TESTS) " in \
575	      *[\ \	]$$tst[\ \	]*) \
576		xpass=`expr $$xpass + 1`; \
577		failed=`expr $$failed + 1`; \
578		col=$$red; res=XPASS; \
579	      ;; \
580	      *) \
581		col=$$grn; res=PASS; \
582	      ;; \
583	      esac; \
584	    elif test $$? -ne 77; then \
585	      all=`expr $$all + 1`; \
586	      case " $(XFAIL_TESTS) " in \
587	      *[\ \	]$$tst[\ \	]*) \
588		xfail=`expr $$xfail + 1`; \
589		col=$$lgn; res=XFAIL; \
590	      ;; \
591	      *) \
592		failed=`expr $$failed + 1`; \
593		col=$$red; res=FAIL; \
594	      ;; \
595	      esac; \
596	    else \
597	      skip=`expr $$skip + 1`; \
598	      col=$$blu; res=SKIP; \
599	    fi; \
600	    echo "$${col}$$res$${std}: $$tst"; \
601	  done; \
602	  if test "$$all" -eq 1; then \
603	    tests="test"; \
604	    All=""; \
605	  else \
606	    tests="tests"; \
607	    All="All "; \
608	  fi; \
609	  if test "$$failed" -eq 0; then \
610	    if test "$$xfail" -eq 0; then \
611	      banner="$$All$$all $$tests passed"; \
612	    else \
613	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
614	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
615	    fi; \
616	  else \
617	    if test "$$xpass" -eq 0; then \
618	      banner="$$failed of $$all $$tests failed"; \
619	    else \
620	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
621	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
622	    fi; \
623	  fi; \
624	  dashes="$$banner"; \
625	  skipped=""; \
626	  if test "$$skip" -ne 0; then \
627	    if test "$$skip" -eq 1; then \
628	      skipped="($$skip test was not run)"; \
629	    else \
630	      skipped="($$skip tests were not run)"; \
631	    fi; \
632	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
633	      dashes="$$skipped"; \
634	  fi; \
635	  report=""; \
636	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
637	    report="Please report to $(PACKAGE_BUGREPORT)"; \
638	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
639	      dashes="$$report"; \
640	  fi; \
641	  dashes=`echo "$$dashes" | sed s/./=/g`; \
642	  if test "$$failed" -eq 0; then \
643	    col="$$grn"; \
644	  else \
645	    col="$$red"; \
646	  fi; \
647	  echo "$${col}$$dashes$${std}"; \
648	  echo "$${col}$$banner$${std}"; \
649	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
650	  test -z "$$report" || echo "$${col}$$report$${std}"; \
651	  echo "$${col}$$dashes$${std}"; \
652	  test "$$failed" -eq 0; \
653	else :; fi
654
655distdir: $(DISTFILES)
656	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
657	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658	list='$(DISTFILES)'; \
659	  dist_files=`for file in $$list; do echo $$file; done | \
660	  sed -e "s|^$$srcdirstrip/||;t" \
661	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
662	case $$dist_files in \
663	  */*) $(MKDIR_P) `echo "$$dist_files" | \
664			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
665			   sort -u` ;; \
666	esac; \
667	for file in $$dist_files; do \
668	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
669	  if test -d $$d/$$file; then \
670	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
671	    if test -d "$(distdir)/$$file"; then \
672	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673	    fi; \
674	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
675	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
676	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677	    fi; \
678	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
679	  else \
680	    test -f "$(distdir)/$$file" \
681	    || cp -p $$d/$$file "$(distdir)/$$file" \
682	    || exit 1; \
683	  fi; \
684	done
685	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
686	  if test "$$subdir" = .; then :; else \
687	    $(am__make_dryrun) \
688	      || test -d "$(distdir)/$$subdir" \
689	      || $(MKDIR_P) "$(distdir)/$$subdir" \
690	      || exit 1; \
691	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
692	    $(am__relativize); \
693	    new_distdir=$$reldir; \
694	    dir1=$$subdir; dir2="$(top_distdir)"; \
695	    $(am__relativize); \
696	    new_top_distdir=$$reldir; \
697	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
698	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
699	    ($(am__cd) $$subdir && \
700	      $(MAKE) $(AM_MAKEFLAGS) \
701	        top_distdir="$$new_top_distdir" \
702	        distdir="$$new_distdir" \
703		am__remove_distdir=: \
704		am__skip_length_check=: \
705		am__skip_mode_fix=: \
706	        distdir) \
707	      || exit 1; \
708	  fi; \
709	done
710check-am: all-am
711	$(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
712	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
713check: check-recursive
714all-am: Makefile
715installdirs: installdirs-recursive
716installdirs-am:
717install: install-recursive
718install-exec: install-exec-recursive
719install-data: install-data-recursive
720uninstall: uninstall-recursive
721
722install-am: all-am
723	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
724
725installcheck: installcheck-recursive
726install-strip:
727	if test -z '$(STRIP)'; then \
728	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
729	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
730	      install; \
731	else \
732	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
733	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
734	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
735	fi
736mostlyclean-generic:
737
738clean-generic:
739
740distclean-generic:
741	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
742	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
743
744maintainer-clean-generic:
745	@echo "This command is intended for maintainers to use"
746	@echo "it deletes files that may require special tools to rebuild."
747clean: clean-recursive
748
749clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
750	clean-libtool mostlyclean-am
751
752distclean: distclean-recursive
753	-rm -rf ./$(DEPDIR)
754	-rm -f Makefile
755distclean-am: clean-am distclean-compile distclean-generic \
756	distclean-tags
757
758dvi: dvi-recursive
759
760dvi-am:
761
762html: html-recursive
763
764html-am:
765
766info: info-recursive
767
768info-am:
769
770install-data-am:
771
772install-dvi: install-dvi-recursive
773
774install-dvi-am:
775
776install-exec-am:
777
778install-html: install-html-recursive
779
780install-html-am:
781
782install-info: install-info-recursive
783
784install-info-am:
785
786install-man:
787
788install-pdf: install-pdf-recursive
789
790install-pdf-am:
791
792install-ps: install-ps-recursive
793
794install-ps-am:
795
796installcheck-am:
797
798maintainer-clean: maintainer-clean-recursive
799	-rm -rf ./$(DEPDIR)
800	-rm -f Makefile
801maintainer-clean-am: distclean-am maintainer-clean-generic
802
803mostlyclean: mostlyclean-recursive
804
805mostlyclean-am: mostlyclean-compile mostlyclean-generic \
806	mostlyclean-libtool
807
808pdf: pdf-recursive
809
810pdf-am:
811
812ps: ps-recursive
813
814ps-am:
815
816uninstall-am:
817
818.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
819	cscopelist-recursive ctags-recursive install-am install-strip \
820	tags-recursive
821
822.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
823	all all-am check check-TESTS check-am clean \
824	clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
825	clean-libtool cscopelist cscopelist-recursive ctags \
826	ctags-recursive distclean distclean-compile distclean-generic \
827	distclean-libtool distclean-tags distdir dvi dvi-am html \
828	html-am info info-am install install-am install-data \
829	install-data-am install-dvi install-dvi-am install-exec \
830	install-exec-am install-html install-html-am install-info \
831	install-info-am install-man install-pdf install-pdf-am \
832	install-ps install-ps-am install-strip installcheck \
833	installcheck-am installdirs installdirs-am maintainer-clean \
834	maintainer-clean-generic mostlyclean mostlyclean-compile \
835	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
836	tags tags-recursive uninstall uninstall-am
837
838
839debug:
840	$(MAKE) all CFLAGS="@DEBUG@"
841
842profile:
843	$(MAKE) all CFLAGS="@PROFILE@"
844
845# Tell versions [3.59,3.63) of GNU make to not export all variables.
846# Otherwise a system limit (for SysV at least) may be exceeded.
847.NOEXPORT:
848