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