1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@
91TESTS = $(am__EXEEXT_1)
92@HAVE_GTEST_TRUE@am__append_1 = libpgsql_unittests
93noinst_PROGRAMS = $(am__EXEEXT_2)
94subdir = src/lib/pgsql/tests
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4macros/ax_boost_for_kea.m4 \
97	$(top_srcdir)/m4macros/ax_cpp11.m4 \
98	$(top_srcdir)/m4macros/ax_crypto.m4 \
99	$(top_srcdir)/m4macros/ax_find_library.m4 \
100	$(top_srcdir)/m4macros/ax_gssapi.m4 \
101	$(top_srcdir)/m4macros/ax_gtest.m4 \
102	$(top_srcdir)/m4macros/ax_isc_rpath.m4 \
103	$(top_srcdir)/m4macros/ax_sysrepo.m4 \
104	$(top_srcdir)/m4macros/libtool.m4 \
105	$(top_srcdir)/m4macros/ltoptions.m4 \
106	$(top_srcdir)/m4macros/ltsugar.m4 \
107	$(top_srcdir)/m4macros/ltversion.m4 \
108	$(top_srcdir)/m4macros/lt~obsolete.m4 \
109	$(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111	$(ACLOCAL_M4)
112DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
113mkinstalldirs = $(install_sh) -d
114CONFIG_HEADER = $(top_builddir)/config.h
115CONFIG_CLEAN_FILES =
116CONFIG_CLEAN_VPATH_FILES =
117@HAVE_GTEST_TRUE@am__EXEEXT_1 = libpgsql_unittests$(EXEEXT)
118am__EXEEXT_2 = $(am__EXEEXT_1)
119PROGRAMS = $(noinst_PROGRAMS)
120am__libpgsql_unittests_SOURCES_DIST = pgsql_exchange_unittest.cc \
121	run_unittests.cc
122@HAVE_GTEST_TRUE@am_libpgsql_unittests_OBJECTS = libpgsql_unittests-pgsql_exchange_unittest.$(OBJEXT) \
123@HAVE_GTEST_TRUE@	libpgsql_unittests-run_unittests.$(OBJEXT)
124libpgsql_unittests_OBJECTS = $(am_libpgsql_unittests_OBJECTS)
125am__DEPENDENCIES_1 =
126@HAVE_GTEST_TRUE@libpgsql_unittests_DEPENDENCIES = $(top_builddir)/src/lib/pgsql/libkea-pgsql.la \
127@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/database/libkea-database.la \
128@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/cc/libkea-cc.la \
129@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/asiolink/libkea-asiolink.la \
130@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/log/libkea-log.la \
131@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/util/libkea-util.la \
132@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/exceptions/libkea-exceptions.la \
133@HAVE_GTEST_TRUE@	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
134@HAVE_GTEST_TRUE@	$(am__DEPENDENCIES_1)
135AM_V_lt = $(am__v_lt_@AM_V@)
136am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
137am__v_lt_0 = --silent
138am__v_lt_1 =
139libpgsql_unittests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
140	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
141	$(AM_CXXFLAGS) $(CXXFLAGS) $(libpgsql_unittests_LDFLAGS) \
142	$(LDFLAGS) -o $@
143AM_V_P = $(am__v_P_@AM_V@)
144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145am__v_P_0 = false
146am__v_P_1 = :
147AM_V_GEN = $(am__v_GEN_@AM_V@)
148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149am__v_GEN_0 = @echo "  GEN     " $@;
150am__v_GEN_1 =
151AM_V_at = $(am__v_at_@AM_V@)
152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153am__v_at_0 = @
154am__v_at_1 =
155DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
156depcomp = $(SHELL) $(top_srcdir)/depcomp
157am__maybe_remake_depfiles = depfiles
158am__depfiles_remade =  \
159	./$(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Po \
160	./$(DEPDIR)/libpgsql_unittests-run_unittests.Po
161am__mv = mv -f
162CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
163	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
164LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
165	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
166	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167	$(AM_CXXFLAGS) $(CXXFLAGS)
168AM_V_CXX = $(am__v_CXX_@AM_V@)
169am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
170am__v_CXX_0 = @echo "  CXX     " $@;
171am__v_CXX_1 =
172CXXLD = $(CXX)
173CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
174	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
175	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
176AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
177am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
178am__v_CXXLD_0 = @echo "  CXXLD   " $@;
179am__v_CXXLD_1 =
180SOURCES = $(libpgsql_unittests_SOURCES)
181DIST_SOURCES = $(am__libpgsql_unittests_SOURCES_DIST)
182RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
183	ctags-recursive dvi-recursive html-recursive info-recursive \
184	install-data-recursive install-dvi-recursive \
185	install-exec-recursive install-html-recursive \
186	install-info-recursive install-pdf-recursive \
187	install-ps-recursive install-recursive installcheck-recursive \
188	installdirs-recursive pdf-recursive ps-recursive \
189	tags-recursive uninstall-recursive
190am__can_run_installinfo = \
191  case $$AM_UPDATE_INFO_DIR in \
192    n|no|NO) false;; \
193    *) (install-info --version) >/dev/null 2>&1;; \
194  esac
195RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
196  distclean-recursive maintainer-clean-recursive
197am__recursive_targets = \
198  $(RECURSIVE_TARGETS) \
199  $(RECURSIVE_CLEAN_TARGETS) \
200  $(am__extra_recursive_targets)
201AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
202	distdir distdir-am
203am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204# Read a list of newline-separated strings from the standard input,
205# and print each of them once, without duplicates.  Input order is
206# *not* preserved.
207am__uniquify_input = $(AWK) '\
208  BEGIN { nonempty = 0; } \
209  { items[$$0] = 1; nonempty = 1; } \
210  END { if (nonempty) { for (i in items) print i; }; } \
211'
212# Make sure the list of sources is unique.  This is necessary because,
213# e.g., the same source file might be shared among _SOURCES variables
214# for different programs/libraries.
215am__define_uniq_tagged_files = \
216  list='$(am__tagged_files)'; \
217  unique=`for i in $$list; do \
218    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219  done | $(am__uniquify_input)`
220ETAGS = etags
221CTAGS = ctags
222am__tty_colors_dummy = \
223  mgn= red= grn= lgn= blu= brg= std=; \
224  am__color_tests=no
225am__tty_colors = { \
226  $(am__tty_colors_dummy); \
227  if test "X$(AM_COLOR_TESTS)" = Xno; then \
228    am__color_tests=no; \
229  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
230    am__color_tests=yes; \
231  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
232    am__color_tests=yes; \
233  fi; \
234  if test $$am__color_tests = yes; then \
235    red=''; \
236    grn=''; \
237    lgn=''; \
238    blu=''; \
239    mgn=''; \
240    brg=''; \
241    std=''; \
242  fi; \
243}
244DIST_SUBDIRS = $(SUBDIRS)
245am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
246DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247am__relativize = \
248  dir0=`pwd`; \
249  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
250  sed_rest='s,^[^/]*/*,,'; \
251  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
252  sed_butlast='s,/*[^/]*$$,,'; \
253  while test -n "$$dir1"; do \
254    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
255    if test "$$first" != "."; then \
256      if test "$$first" = ".."; then \
257        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
258        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
259      else \
260        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
261        if test "$$first2" = "$$first"; then \
262          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
263        else \
264          dir2="../$$dir2"; \
265        fi; \
266        dir0="$$dir0"/"$$first"; \
267      fi; \
268    fi; \
269    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
270  done; \
271  reldir="$$dir2"
272ACLOCAL = @ACLOCAL@
273AMTAR = @AMTAR@
274AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
275AR = @AR@
276ASCIIDOC = @ASCIIDOC@
277AUTOCONF = @AUTOCONF@
278AUTOHEADER = @AUTOHEADER@
279AUTOMAKE = @AUTOMAKE@
280AWK = @AWK@
281BENCHMARK_CPPFLAGS = @BENCHMARK_CPPFLAGS@
282BENCHMARK_INCLUDES = @BENCHMARK_INCLUDES@
283BENCHMARK_LDADD = @BENCHMARK_LDADD@
284BENCHMARK_LDFLAGS = @BENCHMARK_LDFLAGS@
285BENCHMARK_SOURCE = @BENCHMARK_SOURCE@
286BOOST_INCLUDES = @BOOST_INCLUDES@
287BOOST_LIBS = @BOOST_LIBS@
288BOTAN_TOOL = @BOTAN_TOOL@
289CC = @CC@
290CCDEPMODE = @CCDEPMODE@
291CFLAGS = @CFLAGS@
292CONTRIB_DIR = @CONTRIB_DIR@
293CPP = @CPP@
294CPPFLAGS = @CPPFLAGS@
295CQL_CPPFLAGS = @CQL_CPPFLAGS@
296CQL_LIBS = @CQL_LIBS@
297CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
298CRYPTO_INCLUDES = @CRYPTO_INCLUDES@
299CRYPTO_LDFLAGS = @CRYPTO_LDFLAGS@
300CRYPTO_LIBS = @CRYPTO_LIBS@
301CRYPTO_PACKAGE = @CRYPTO_PACKAGE@
302CRYPTO_RPATH = @CRYPTO_RPATH@
303CXX = @CXX@
304CXXCPP = @CXXCPP@
305CXXDEPMODE = @CXXDEPMODE@
306CXXFLAGS = @CXXFLAGS@
307CYGPATH_W = @CYGPATH_W@
308DEFS = @DEFS@
309DEPDIR = @DEPDIR@
310DISTCHECK_BENCHMARK_CONFIGURE_FLAG = @DISTCHECK_BENCHMARK_CONFIGURE_FLAG@
311DISTCHECK_BOOST_CONFIGURE_FLAG = @DISTCHECK_BOOST_CONFIGURE_FLAG@
312DISTCHECK_CONTRIB_CONFIGURE_FLAG = @DISTCHECK_CONTRIB_CONFIGURE_FLAG@
313DISTCHECK_CRYPTO_CONFIGURE_FLAG = @DISTCHECK_CRYPTO_CONFIGURE_FLAG@
314DISTCHECK_GTEST_CONFIGURE_FLAG = @DISTCHECK_GTEST_CONFIGURE_FLAG@
315DISTCHECK_KEA_SHELL_CONFIGURE_FLAG = @DISTCHECK_KEA_SHELL_CONFIGURE_FLAG@
316DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG = @DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG@
317DISTCHECK_PERFDHCP_CONFIGURE_FLAG = @DISTCHECK_PERFDHCP_CONFIGURE_FLAG@
318DISTCHECK_PREMIUM_CONFIGURE_FLAG = @DISTCHECK_PREMIUM_CONFIGURE_FLAG@
319DLLTOOL = @DLLTOOL@
320DSYMUTIL = @DSYMUTIL@
321DUMPBIN = @DUMPBIN@
322ECHO_C = @ECHO_C@
323ECHO_N = @ECHO_N@
324ECHO_T = @ECHO_T@
325EGREP = @EGREP@
326EXEEXT = @EXEEXT@
327FGREP = @FGREP@
328GENHTML = @GENHTML@
329GREP = @GREP@
330GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
331GSSAPI_LIBS = @GSSAPI_LIBS@
332GTEST_CONFIG = @GTEST_CONFIG@
333GTEST_INCLUDES = @GTEST_INCLUDES@
334GTEST_LDADD = @GTEST_LDADD@
335GTEST_LDFLAGS = @GTEST_LDFLAGS@
336GTEST_SOURCE = @GTEST_SOURCE@
337HAVE_SYSREPO = @HAVE_SYSREPO@
338INSTALL = @INSTALL@
339INSTALL_DATA = @INSTALL_DATA@
340INSTALL_PROGRAM = @INSTALL_PROGRAM@
341INSTALL_SCRIPT = @INSTALL_SCRIPT@
342INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
343KEA_CXXFLAGS = @KEA_CXXFLAGS@
344KEA_SRCID = @KEA_SRCID@
345KRB5_CONFIG = @KRB5_CONFIG@
346LCOV = @LCOV@
347LD = @LD@
348LDFLAGS = @LDFLAGS@
349LEX = @LEX@
350LEXLIB = @LEXLIB@
351LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
352LIBOBJS = @LIBOBJS@
353LIBS = @LIBS@
354LIBTOOL = @LIBTOOL@
355LIPO = @LIPO@
356LN_S = @LN_S@
357LOG4CPLUS_INCLUDES = @LOG4CPLUS_INCLUDES@
358LOG4CPLUS_LIBS = @LOG4CPLUS_LIBS@
359LTLIBOBJS = @LTLIBOBJS@
360LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
361MAKEINFO = @MAKEINFO@
362MANIFEST_TOOL = @MANIFEST_TOOL@
363MKDIR_P = @MKDIR_P@
364MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@
365MYSQL_LIBS = @MYSQL_LIBS@
366NM = @NM@
367NMEDIT = @NMEDIT@
368OBJDUMP = @OBJDUMP@
369OBJEXT = @OBJEXT@
370OTOOL = @OTOOL@
371OTOOL64 = @OTOOL64@
372PACKAGE = @PACKAGE@
373PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
374PACKAGE_NAME = @PACKAGE_NAME@
375PACKAGE_STRING = @PACKAGE_STRING@
376PACKAGE_TARNAME = @PACKAGE_TARNAME@
377PACKAGE_URL = @PACKAGE_URL@
378PACKAGE_VERSION = @PACKAGE_VERSION@
379PACKAGE_VERSION_TYPE = @PACKAGE_VERSION_TYPE@
380PATH_SEPARATOR = @PATH_SEPARATOR@
381PDFLATEX = @PDFLATEX@
382PERL = @PERL@
383PGSQL_CPPFLAGS = @PGSQL_CPPFLAGS@
384PGSQL_LIBS = @PGSQL_LIBS@
385PKGPYTHONDIR = @PKGPYTHONDIR@
386PKG_CONFIG = @PKG_CONFIG@
387PLANTUML = @PLANTUML@
388PREMIUM_DIR = @PREMIUM_DIR@
389PYTHON = @PYTHON@
390PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
391PYTHON_PLATFORM = @PYTHON_PLATFORM@
392PYTHON_PREFIX = @PYTHON_PREFIX@
393PYTHON_VERSION = @PYTHON_VERSION@
394RANLIB = @RANLIB@
395SED = @SED@
396SEP = @SEP@
397SET_MAKE = @SET_MAKE@
398SHELL = @SHELL@
399SPHINXBUILD = @SPHINXBUILD@
400SRPD_PLUGINS_PATH = @SRPD_PLUGINS_PATH@
401SR_REPO_PATH = @SR_REPO_PATH@
402STRIP = @STRIP@
403SYSREPOCPP_VERSION = @SYSREPOCPP_VERSION@
404SYSREPO_CPPFLAGS = @SYSREPO_CPPFLAGS@
405SYSREPO_INCLUDEDIR = @SYSREPO_INCLUDEDIR@
406SYSREPO_LIBS = @SYSREPO_LIBS@
407SYSREPO_VERSION = @SYSREPO_VERSION@
408USE_LCOV = @USE_LCOV@
409VALGRIND = @VALGRIND@
410VERSION = @VERSION@
411WARNING_GCC_44_STRICT_ALIASING_CFLAG = @WARNING_GCC_44_STRICT_ALIASING_CFLAG@
412YACC = @YACC@
413abs_builddir = @abs_builddir@
414abs_srcdir = @abs_srcdir@
415abs_top_builddir = @abs_top_builddir@
416abs_top_srcdir = @abs_top_srcdir@
417ac_ct_AR = @ac_ct_AR@
418ac_ct_CC = @ac_ct_CC@
419ac_ct_CXX = @ac_ct_CXX@
420ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
421am__include = @am__include@
422am__leading_dot = @am__leading_dot@
423am__quote = @am__quote@
424am__tar = @am__tar@
425am__untar = @am__untar@
426bindir = @bindir@
427build = @build@
428build_alias = @build_alias@
429build_cpu = @build_cpu@
430build_os = @build_os@
431build_vendor = @build_vendor@
432builddir = @builddir@
433datadir = @datadir@
434datarootdir = @datarootdir@
435docdir = @docdir@
436dvidir = @dvidir@
437exec_prefix = @exec_prefix@
438host = @host@
439host_alias = @host_alias@
440host_cpu = @host_cpu@
441host_os = @host_os@
442host_vendor = @host_vendor@
443htmldir = @htmldir@
444includedir = @includedir@
445infodir = @infodir@
446install_sh = @install_sh@
447libdir = @libdir@
448libexecdir = @libexecdir@
449localedir = @localedir@
450localstatedir = @localstatedir@
451mandir = @mandir@
452mkdir_p = @mkdir_p@
453oldincludedir = @oldincludedir@
454pdfdir = @pdfdir@
455pkgpyexecdir = @pkgpyexecdir@
456pkgpythondir = @pkgpythondir@
457prefix = @prefix@
458program_transform_name = @program_transform_name@
459psdir = @psdir@
460pyexecdir = @pyexecdir@
461pythondir = @pythondir@
462runstatedir = @runstatedir@
463sbindir = @sbindir@
464sharedstatedir = @sharedstatedir@
465srcdir = @srcdir@
466sysconfdir = @sysconfdir@
467target_alias = @target_alias@
468top_build_prefix = @top_build_prefix@
469top_builddir = @top_builddir@
470top_srcdir = @top_srcdir@
471SUBDIRS = .
472AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib \
473	$(BOOST_INCLUDES) $(PGSQL_CPPFLAGS)
474AM_CXXFLAGS = $(KEA_CXXFLAGS)
475@USE_STATIC_LINK_TRUE@AM_LDFLAGS = -static
476CLEANFILES = *.gcno *.gcda
477TESTS_ENVIRONMENT = \
478	$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)
479
480@HAVE_GTEST_TRUE@libpgsql_unittests_SOURCES =  \
481@HAVE_GTEST_TRUE@	pgsql_exchange_unittest.cc run_unittests.cc
482@HAVE_GTEST_TRUE@libpgsql_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
483@HAVE_GTEST_TRUE@libpgsql_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS) $(PGSQL_LIBS)
484@HAVE_GTEST_TRUE@libpgsql_unittests_LDADD = $(top_builddir)/src/lib/pgsql/libkea-pgsql.la \
485@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/database/libkea-database.la \
486@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/cc/libkea-cc.la \
487@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/asiolink/libkea-asiolink.la \
488@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/log/libkea-log.la \
489@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/util/libkea-util.la \
490@HAVE_GTEST_TRUE@	$(top_builddir)/src/lib/exceptions/libkea-exceptions.la \
491@HAVE_GTEST_TRUE@	$(LOG4CPLUS_LIBS) $(BOOST_LIBS) \
492@HAVE_GTEST_TRUE@	$(GTEST_LDADD)
493all: all-recursive
494
495.SUFFIXES:
496.SUFFIXES: .cc .lo .o .obj
497$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
498	@for dep in $?; do \
499	  case '$(am__configure_deps)' in \
500	    *$$dep*) \
501	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
502	        && { if test -f $@; then exit 0; else break; fi; }; \
503	      exit 1;; \
504	  esac; \
505	done; \
506	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/pgsql/tests/Makefile'; \
507	$(am__cd) $(top_srcdir) && \
508	  $(AUTOMAKE) --foreign src/lib/pgsql/tests/Makefile
509Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
510	@case '$?' in \
511	  *config.status*) \
512	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
513	  *) \
514	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
515	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
516	esac;
517
518$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
519	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
520
521$(top_srcdir)/configure:  $(am__configure_deps)
522	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
523$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
524	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
525$(am__aclocal_m4_deps):
526
527clean-noinstPROGRAMS:
528	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
529	echo " rm -f" $$list; \
530	rm -f $$list || exit $$?; \
531	test -n "$(EXEEXT)" || exit 0; \
532	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
533	echo " rm -f" $$list; \
534	rm -f $$list
535
536libpgsql_unittests$(EXEEXT): $(libpgsql_unittests_OBJECTS) $(libpgsql_unittests_DEPENDENCIES) $(EXTRA_libpgsql_unittests_DEPENDENCIES)
537	@rm -f libpgsql_unittests$(EXEEXT)
538	$(AM_V_CXXLD)$(libpgsql_unittests_LINK) $(libpgsql_unittests_OBJECTS) $(libpgsql_unittests_LDADD) $(LIBS)
539
540mostlyclean-compile:
541	-rm -f *.$(OBJEXT)
542
543distclean-compile:
544	-rm -f *.tab.c
545
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Po@am__quote@ # am--include-marker
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpgsql_unittests-run_unittests.Po@am__quote@ # am--include-marker
548
549$(am__depfiles_remade):
550	@$(MKDIR_P) $(@D)
551	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
552
553am--depfiles: $(am__depfiles_remade)
554
555.cc.o:
556@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
557@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
558@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
559@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
561
562.cc.obj:
563@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
564@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
565@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
568
569.cc.lo:
570@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
571@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
572@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
573@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
575
576libpgsql_unittests-pgsql_exchange_unittest.o: pgsql_exchange_unittest.cc
577@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libpgsql_unittests-pgsql_exchange_unittest.o -MD -MP -MF $(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Tpo -c -o libpgsql_unittests-pgsql_exchange_unittest.o `test -f 'pgsql_exchange_unittest.cc' || echo '$(srcdir)/'`pgsql_exchange_unittest.cc
578@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Tpo $(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Po
579@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pgsql_exchange_unittest.cc' object='libpgsql_unittests-pgsql_exchange_unittest.o' libtool=no @AMDEPBACKSLASH@
580@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libpgsql_unittests-pgsql_exchange_unittest.o `test -f 'pgsql_exchange_unittest.cc' || echo '$(srcdir)/'`pgsql_exchange_unittest.cc
582
583libpgsql_unittests-pgsql_exchange_unittest.obj: pgsql_exchange_unittest.cc
584@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libpgsql_unittests-pgsql_exchange_unittest.obj -MD -MP -MF $(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Tpo -c -o libpgsql_unittests-pgsql_exchange_unittest.obj `if test -f 'pgsql_exchange_unittest.cc'; then $(CYGPATH_W) 'pgsql_exchange_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pgsql_exchange_unittest.cc'; fi`
585@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Tpo $(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Po
586@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pgsql_exchange_unittest.cc' object='libpgsql_unittests-pgsql_exchange_unittest.obj' libtool=no @AMDEPBACKSLASH@
587@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libpgsql_unittests-pgsql_exchange_unittest.obj `if test -f 'pgsql_exchange_unittest.cc'; then $(CYGPATH_W) 'pgsql_exchange_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/pgsql_exchange_unittest.cc'; fi`
589
590libpgsql_unittests-run_unittests.o: run_unittests.cc
591@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libpgsql_unittests-run_unittests.o -MD -MP -MF $(DEPDIR)/libpgsql_unittests-run_unittests.Tpo -c -o libpgsql_unittests-run_unittests.o `test -f 'run_unittests.cc' || echo '$(srcdir)/'`run_unittests.cc
592@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpgsql_unittests-run_unittests.Tpo $(DEPDIR)/libpgsql_unittests-run_unittests.Po
593@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='run_unittests.cc' object='libpgsql_unittests-run_unittests.o' libtool=no @AMDEPBACKSLASH@
594@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libpgsql_unittests-run_unittests.o `test -f 'run_unittests.cc' || echo '$(srcdir)/'`run_unittests.cc
596
597libpgsql_unittests-run_unittests.obj: run_unittests.cc
598@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libpgsql_unittests-run_unittests.obj -MD -MP -MF $(DEPDIR)/libpgsql_unittests-run_unittests.Tpo -c -o libpgsql_unittests-run_unittests.obj `if test -f 'run_unittests.cc'; then $(CYGPATH_W) 'run_unittests.cc'; else $(CYGPATH_W) '$(srcdir)/run_unittests.cc'; fi`
599@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpgsql_unittests-run_unittests.Tpo $(DEPDIR)/libpgsql_unittests-run_unittests.Po
600@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='run_unittests.cc' object='libpgsql_unittests-run_unittests.obj' libtool=no @AMDEPBACKSLASH@
601@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpgsql_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libpgsql_unittests-run_unittests.obj `if test -f 'run_unittests.cc'; then $(CYGPATH_W) 'run_unittests.cc'; else $(CYGPATH_W) '$(srcdir)/run_unittests.cc'; fi`
603
604mostlyclean-libtool:
605	-rm -f *.lo
606
607clean-libtool:
608	-rm -rf .libs _libs
609
610# This directory's subdirectories are mostly independent; you can cd
611# into them and run 'make' without going through this Makefile.
612# To change the values of 'make' variables: instead of editing Makefiles,
613# (1) if the variable is set in 'config.status', edit 'config.status'
614#     (which will cause the Makefiles to be regenerated when you run 'make');
615# (2) otherwise, pass the desired values on the 'make' command line.
616$(am__recursive_targets):
617	@fail=; \
618	if $(am__make_keepgoing); then \
619	  failcom='fail=yes'; \
620	else \
621	  failcom='exit 1'; \
622	fi; \
623	dot_seen=no; \
624	target=`echo $@ | sed s/-recursive//`; \
625	case "$@" in \
626	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
627	  *) list='$(SUBDIRS)' ;; \
628	esac; \
629	for subdir in $$list; do \
630	  echo "Making $$target in $$subdir"; \
631	  if test "$$subdir" = "."; then \
632	    dot_seen=yes; \
633	    local_target="$$target-am"; \
634	  else \
635	    local_target="$$target"; \
636	  fi; \
637	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
638	  || eval $$failcom; \
639	done; \
640	if test "$$dot_seen" = "no"; then \
641	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
642	fi; test -z "$$fail"
643
644ID: $(am__tagged_files)
645	$(am__define_uniq_tagged_files); mkid -fID $$unique
646tags: tags-recursive
647TAGS: tags
648
649tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650	set x; \
651	here=`pwd`; \
652	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
653	  include_option=--etags-include; \
654	  empty_fix=.; \
655	else \
656	  include_option=--include; \
657	  empty_fix=; \
658	fi; \
659	list='$(SUBDIRS)'; for subdir in $$list; do \
660	  if test "$$subdir" = .; then :; else \
661	    test ! -f $$subdir/TAGS || \
662	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
663	  fi; \
664	done; \
665	$(am__define_uniq_tagged_files); \
666	shift; \
667	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
668	  test -n "$$unique" || unique=$$empty_fix; \
669	  if test $$# -gt 0; then \
670	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
671	      "$$@" $$unique; \
672	  else \
673	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
674	      $$unique; \
675	  fi; \
676	fi
677ctags: ctags-recursive
678
679CTAGS: ctags
680ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
681	$(am__define_uniq_tagged_files); \
682	test -z "$(CTAGS_ARGS)$$unique" \
683	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
684	     $$unique
685
686GTAGS:
687	here=`$(am__cd) $(top_builddir) && pwd` \
688	  && $(am__cd) $(top_srcdir) \
689	  && gtags -i $(GTAGS_ARGS) "$$here"
690cscopelist: cscopelist-recursive
691
692cscopelist-am: $(am__tagged_files)
693	list='$(am__tagged_files)'; \
694	case "$(srcdir)" in \
695	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
696	  *) sdir=$(subdir)/$(srcdir) ;; \
697	esac; \
698	for i in $$list; do \
699	  if test -f "$$i"; then \
700	    echo "$(subdir)/$$i"; \
701	  else \
702	    echo "$$sdir/$$i"; \
703	  fi; \
704	done >> $(top_builddir)/cscope.files
705
706distclean-tags:
707	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
708
709check-TESTS: $(TESTS)
710	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
711	srcdir=$(srcdir); export srcdir; \
712	list=' $(TESTS) '; \
713	$(am__tty_colors); \
714	if test -n "$$list"; then \
715	  for tst in $$list; do \
716	    if test -f ./$$tst; then dir=./; \
717	    elif test -f $$tst; then dir=; \
718	    else dir="$(srcdir)/"; fi; \
719	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
720	      all=`expr $$all + 1`; \
721	      case " $(XFAIL_TESTS) " in \
722	      *[\ \	]$$tst[\ \	]*) \
723		xpass=`expr $$xpass + 1`; \
724		failed=`expr $$failed + 1`; \
725		col=$$red; res=XPASS; \
726	      ;; \
727	      *) \
728		col=$$grn; res=PASS; \
729	      ;; \
730	      esac; \
731	    elif test $$? -ne 77; then \
732	      all=`expr $$all + 1`; \
733	      case " $(XFAIL_TESTS) " in \
734	      *[\ \	]$$tst[\ \	]*) \
735		xfail=`expr $$xfail + 1`; \
736		col=$$lgn; res=XFAIL; \
737	      ;; \
738	      *) \
739		failed=`expr $$failed + 1`; \
740		col=$$red; res=FAIL; \
741	      ;; \
742	      esac; \
743	    else \
744	      skip=`expr $$skip + 1`; \
745	      col=$$blu; res=SKIP; \
746	    fi; \
747	    echo "$${col}$$res$${std}: $$tst"; \
748	  done; \
749	  if test "$$all" -eq 1; then \
750	    tests="test"; \
751	    All=""; \
752	  else \
753	    tests="tests"; \
754	    All="All "; \
755	  fi; \
756	  if test "$$failed" -eq 0; then \
757	    if test "$$xfail" -eq 0; then \
758	      banner="$$All$$all $$tests passed"; \
759	    else \
760	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
761	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
762	    fi; \
763	  else \
764	    if test "$$xpass" -eq 0; then \
765	      banner="$$failed of $$all $$tests failed"; \
766	    else \
767	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
768	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
769	    fi; \
770	  fi; \
771	  dashes="$$banner"; \
772	  skipped=""; \
773	  if test "$$skip" -ne 0; then \
774	    if test "$$skip" -eq 1; then \
775	      skipped="($$skip test was not run)"; \
776	    else \
777	      skipped="($$skip tests were not run)"; \
778	    fi; \
779	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
780	      dashes="$$skipped"; \
781	  fi; \
782	  report=""; \
783	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
784	    report="Please report to $(PACKAGE_BUGREPORT)"; \
785	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
786	      dashes="$$report"; \
787	  fi; \
788	  dashes=`echo "$$dashes" | sed s/./=/g`; \
789	  if test "$$failed" -eq 0; then \
790	    col="$$grn"; \
791	  else \
792	    col="$$red"; \
793	  fi; \
794	  echo "$${col}$$dashes$${std}"; \
795	  echo "$${col}$$banner$${std}"; \
796	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
797	  test -z "$$report" || echo "$${col}$$report$${std}"; \
798	  echo "$${col}$$dashes$${std}"; \
799	  test "$$failed" -eq 0; \
800	else :; fi
801
802distdir: $(BUILT_SOURCES)
803	$(MAKE) $(AM_MAKEFLAGS) distdir-am
804
805distdir-am: $(DISTFILES)
806	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
807	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
808	list='$(DISTFILES)'; \
809	  dist_files=`for file in $$list; do echo $$file; done | \
810	  sed -e "s|^$$srcdirstrip/||;t" \
811	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
812	case $$dist_files in \
813	  */*) $(MKDIR_P) `echo "$$dist_files" | \
814			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
815			   sort -u` ;; \
816	esac; \
817	for file in $$dist_files; do \
818	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
819	  if test -d $$d/$$file; then \
820	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
821	    if test -d "$(distdir)/$$file"; then \
822	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
823	    fi; \
824	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
825	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
826	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
827	    fi; \
828	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
829	  else \
830	    test -f "$(distdir)/$$file" \
831	    || cp -p $$d/$$file "$(distdir)/$$file" \
832	    || exit 1; \
833	  fi; \
834	done
835	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
836	  if test "$$subdir" = .; then :; else \
837	    $(am__make_dryrun) \
838	      || test -d "$(distdir)/$$subdir" \
839	      || $(MKDIR_P) "$(distdir)/$$subdir" \
840	      || exit 1; \
841	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
842	    $(am__relativize); \
843	    new_distdir=$$reldir; \
844	    dir1=$$subdir; dir2="$(top_distdir)"; \
845	    $(am__relativize); \
846	    new_top_distdir=$$reldir; \
847	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
848	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
849	    ($(am__cd) $$subdir && \
850	      $(MAKE) $(AM_MAKEFLAGS) \
851	        top_distdir="$$new_top_distdir" \
852	        distdir="$$new_distdir" \
853		am__remove_distdir=: \
854		am__skip_length_check=: \
855		am__skip_mode_fix=: \
856	        distdir) \
857	      || exit 1; \
858	  fi; \
859	done
860check-am: all-am
861	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
862check: check-recursive
863all-am: Makefile $(PROGRAMS)
864installdirs: installdirs-recursive
865installdirs-am:
866install: install-recursive
867install-exec: install-exec-recursive
868install-data: install-data-recursive
869uninstall: uninstall-recursive
870
871install-am: all-am
872	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
873
874installcheck: installcheck-recursive
875install-strip:
876	if test -z '$(STRIP)'; then \
877	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
878	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
879	      install; \
880	else \
881	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
882	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
883	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
884	fi
885mostlyclean-generic:
886
887clean-generic:
888	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
889
890distclean-generic:
891	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
892	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
893
894maintainer-clean-generic:
895	@echo "This command is intended for maintainers to use"
896	@echo "it deletes files that may require special tools to rebuild."
897clean: clean-recursive
898
899clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
900	mostlyclean-am
901
902distclean: distclean-recursive
903		-rm -f ./$(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Po
904	-rm -f ./$(DEPDIR)/libpgsql_unittests-run_unittests.Po
905	-rm -f Makefile
906distclean-am: clean-am distclean-compile distclean-generic \
907	distclean-tags
908
909dvi: dvi-recursive
910
911dvi-am:
912
913html: html-recursive
914
915html-am:
916
917info: info-recursive
918
919info-am:
920
921install-data-am:
922
923install-dvi: install-dvi-recursive
924
925install-dvi-am:
926
927install-exec-am:
928
929install-html: install-html-recursive
930
931install-html-am:
932
933install-info: install-info-recursive
934
935install-info-am:
936
937install-man:
938
939install-pdf: install-pdf-recursive
940
941install-pdf-am:
942
943install-ps: install-ps-recursive
944
945install-ps-am:
946
947installcheck-am:
948
949maintainer-clean: maintainer-clean-recursive
950		-rm -f ./$(DEPDIR)/libpgsql_unittests-pgsql_exchange_unittest.Po
951	-rm -f ./$(DEPDIR)/libpgsql_unittests-run_unittests.Po
952	-rm -f Makefile
953maintainer-clean-am: distclean-am maintainer-clean-generic
954
955mostlyclean: mostlyclean-recursive
956
957mostlyclean-am: mostlyclean-compile mostlyclean-generic \
958	mostlyclean-libtool
959
960pdf: pdf-recursive
961
962pdf-am:
963
964ps: ps-recursive
965
966ps-am:
967
968uninstall-am:
969
970.MAKE: $(am__recursive_targets) check-am install-am install-strip
971
972.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
973	am--depfiles check check-TESTS check-am clean clean-generic \
974	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
975	ctags-am distclean distclean-compile distclean-generic \
976	distclean-libtool distclean-tags distdir dvi dvi-am html \
977	html-am info info-am install install-am install-data \
978	install-data-am install-dvi install-dvi-am install-exec \
979	install-exec-am install-html install-html-am install-info \
980	install-info-am install-man install-pdf install-pdf-am \
981	install-ps install-ps-am install-strip installcheck \
982	installcheck-am installdirs installdirs-am maintainer-clean \
983	maintainer-clean-generic mostlyclean mostlyclean-compile \
984	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
985	tags tags-am uninstall uninstall-am
986
987.PRECIOUS: Makefile
988
989
990# Tell versions [3.59,3.63) of GNU make to not export all variables.
991# Otherwise a system limit (for SysV at least) may be exceeded.
992.NOEXPORT:
993