packaging: update version to 1.4.0
[platform/upstream/oprofile.git] / libdb / tests / Makefile.in
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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 check_PROGRAMS = db_test$(EXEEXT)
91 TESTS = $(check_PROGRAMS)
92 subdir = libdb/tests
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/binutils.m4 \
95         $(top_srcdir)/m4/builtinexpect.m4 \
96         $(top_srcdir)/m4/compileroption.m4 \
97         $(top_srcdir)/m4/copyifchange.m4 $(top_srcdir)/m4/docbook.m4 \
98         $(top_srcdir)/m4/extradirs.m4 \
99         $(top_srcdir)/m4/kernelversion.m4 $(top_srcdir)/m4/libtool.m4 \
100         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102         $(top_srcdir)/m4/mallocattribute.m4 \
103         $(top_srcdir)/m4/poptconst.m4 \
104         $(top_srcdir)/m4/precompiledheader.m4 \
105         $(top_srcdir)/m4/sstream.m4 $(top_srcdir)/m4/typedef.m4 \
106         $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108         $(ACLOCAL_M4)
109 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
110 mkinstalldirs = $(install_sh) -d
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES =
113 CONFIG_CLEAN_VPATH_FILES =
114 am_db_test_OBJECTS = db_test.$(OBJEXT)
115 db_test_OBJECTS = $(am_db_test_OBJECTS)
116 db_test_DEPENDENCIES = ../libodb.a ../../libutil/libutil.a
117 AM_V_lt = $(am__v_lt_@AM_V@)
118 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119 am__v_lt_0 = --silent
120 am__v_lt_1 = 
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo "  GEN     " $@;
128 am__v_GEN_1 = 
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 = 
133 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
134 depcomp = $(SHELL) $(top_srcdir)/depcomp
135 am__maybe_remake_depfiles = depfiles
136 am__depfiles_remade = ./$(DEPDIR)/db_test.Po
137 am__mv = mv -f
138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
142         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
143         $(AM_CFLAGS) $(CFLAGS)
144 AM_V_CC = $(am__v_CC_@AM_V@)
145 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
146 am__v_CC_0 = @echo "  CC      " $@;
147 am__v_CC_1 = 
148 CCLD = $(CC)
149 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151         $(AM_LDFLAGS) $(LDFLAGS) -o $@
152 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
153 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
154 am__v_CCLD_0 = @echo "  CCLD    " $@;
155 am__v_CCLD_1 = 
156 SOURCES = $(db_test_SOURCES)
157 DIST_SOURCES = $(db_test_SOURCES)
158 am__can_run_installinfo = \
159   case $$AM_UPDATE_INFO_DIR in \
160     n|no|NO) false;; \
161     *) (install-info --version) >/dev/null 2>&1;; \
162   esac
163 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
164 # Read a list of newline-separated strings from the standard input,
165 # and print each of them once, without duplicates.  Input order is
166 # *not* preserved.
167 am__uniquify_input = $(AWK) '\
168   BEGIN { nonempty = 0; } \
169   { items[$$0] = 1; nonempty = 1; } \
170   END { if (nonempty) { for (i in items) print i; }; } \
171 '
172 # Make sure the list of sources is unique.  This is necessary because,
173 # e.g., the same source file might be shared among _SOURCES variables
174 # for different programs/libraries.
175 am__define_uniq_tagged_files = \
176   list='$(am__tagged_files)'; \
177   unique=`for i in $$list; do \
178     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
179   done | $(am__uniquify_input)`
180 ETAGS = etags
181 CTAGS = ctags
182 am__tty_colors_dummy = \
183   mgn= red= grn= lgn= blu= brg= std=; \
184   am__color_tests=no
185 am__tty_colors = { \
186   $(am__tty_colors_dummy); \
187   if test "X$(AM_COLOR_TESTS)" = Xno; then \
188     am__color_tests=no; \
189   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
190     am__color_tests=yes; \
191   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
192     am__color_tests=yes; \
193   fi; \
194   if test $$am__color_tests = yes; then \
195     red='\e[0;31m'; \
196     grn='\e[0;32m'; \
197     lgn='\e[1;32m'; \
198     blu='\e[1;34m'; \
199     mgn='\e[0;35m'; \
200     brg='\e[1m'; \
201     std='\e[m'; \
202   fi; \
203 }
204 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
205 am__vpath_adj = case $$p in \
206     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
207     *) f=$$p;; \
208   esac;
209 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
210 am__install_max = 40
211 am__nobase_strip_setup = \
212   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
213 am__nobase_strip = \
214   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
215 am__nobase_list = $(am__nobase_strip_setup); \
216   for p in $$list; do echo "$$p $$p"; done | \
217   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
218   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
219     if (++n[$$2] == $(am__install_max)) \
220       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
221     END { for (dir in files) print dir, files[dir] }'
222 am__base_list = \
223   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
224   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
225 am__uninstall_files_from_dir = { \
226   test -z "$$files" \
227     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
228     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
229          $(am__cd) "$$dir" && rm -f $$files; }; \
230   }
231 am__recheck_rx = ^[     ]*:recheck:[    ]*
232 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
233 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
234 # A command that, given a newline-separated list of test names on the
235 # standard input, print the name of the tests that are to be re-run
236 # upon "make recheck".
237 am__list_recheck_tests = $(AWK) '{ \
238   recheck = 1; \
239   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
240     { \
241       if (rc < 0) \
242         { \
243           if ((getline line2 < ($$0 ".log")) < 0) \
244             recheck = 0; \
245           break; \
246         } \
247       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
248         { \
249           recheck = 0; \
250           break; \
251         } \
252       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
253         { \
254           break; \
255         } \
256     }; \
257   if (recheck) \
258     print $$0; \
259   close ($$0 ".trs"); \
260   close ($$0 ".log"); \
261 }'
262 # A command that, given a newline-separated list of test names on the
263 # standard input, create the global log from their .trs and .log files.
264 am__create_global_log = $(AWK) ' \
265 function fatal(msg) \
266 { \
267   print "fatal: making $@: " msg | "cat >&2"; \
268   exit 1; \
269 } \
270 function rst_section(header) \
271 { \
272   print header; \
273   len = length(header); \
274   for (i = 1; i <= len; i = i + 1) \
275     printf "="; \
276   printf "\n\n"; \
277 } \
278 { \
279   copy_in_global_log = 1; \
280   global_test_result = "RUN"; \
281   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
282     { \
283       if (rc < 0) \
284          fatal("failed to read from " $$0 ".trs"); \
285       if (line ~ /$(am__global_test_result_rx)/) \
286         { \
287           sub("$(am__global_test_result_rx)", "", line); \
288           sub("[        ]*$$", "", line); \
289           global_test_result = line; \
290         } \
291       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
292         copy_in_global_log = 0; \
293     }; \
294   if (copy_in_global_log) \
295     { \
296       rst_section(global_test_result ": " $$0); \
297       while ((rc = (getline line < ($$0 ".log"))) != 0) \
298       { \
299         if (rc < 0) \
300           fatal("failed to read from " $$0 ".log"); \
301         print line; \
302       }; \
303       printf "\n"; \
304     }; \
305   close ($$0 ".trs"); \
306   close ($$0 ".log"); \
307 }'
308 # Restructured Text title.
309 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
310 # Solaris 10 'make', and several other traditional 'make' implementations,
311 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
312 # by disabling -e (using the XSI extension "set +e") if it's set.
313 am__sh_e_setup = case $$- in *e*) set +e;; esac
314 # Default flags passed to test drivers.
315 am__common_driver_flags = \
316   --color-tests "$$am__color_tests" \
317   --enable-hard-errors "$$am__enable_hard_errors" \
318   --expect-failure "$$am__expect_failure"
319 # To be inserted before the command running the test.  Creates the
320 # directory for the log if needed.  Stores in $dir the directory
321 # containing $f, in $tst the test, in $log the log.  Executes the
322 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
323 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
324 # will run the test scripts (or their associated LOG_COMPILER, if
325 # thy have one).
326 am__check_pre = \
327 $(am__sh_e_setup);                                      \
328 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
329 $(am__tty_colors);                                      \
330 srcdir=$(srcdir); export srcdir;                        \
331 case "$@" in                                            \
332   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
333     *) am__odir=.;;                                     \
334 esac;                                                   \
335 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
336   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
337 if test -f "./$$f"; then dir=./;                        \
338 elif test -f "$$f"; then dir=;                          \
339 else dir="$(srcdir)/"; fi;                              \
340 tst=$$dir$$f; log='$@';                                 \
341 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
342   am__enable_hard_errors=no;                            \
343 else                                                    \
344   am__enable_hard_errors=yes;                           \
345 fi;                                                     \
346 case " $(XFAIL_TESTS) " in                              \
347   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
348     am__expect_failure=yes;;                            \
349   *)                                                    \
350     am__expect_failure=no;;                             \
351 esac;                                                   \
352 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
353 # A shell command to get the names of the tests scripts with any registered
354 # extension removed (i.e., equivalently, the names of the test logs, with
355 # the '.log' extension removed).  The result is saved in the shell variable
356 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
357 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
358 # since that might cause problem with VPATH rewrites for suffix-less tests.
359 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
360 am__set_TESTS_bases = \
361   bases='$(TEST_LOGS)'; \
362   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
363   bases=`echo $$bases`
364 RECHECK_LOGS = $(TEST_LOGS)
365 AM_RECURSIVE_TARGETS = check recheck
366 TEST_SUITE_LOG = test-suite.log
367 TEST_EXTENSIONS = @EXEEXT@ .test
368 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
369 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
370 am__set_b = \
371   case '$@' in \
372     */*) \
373       case '$*' in \
374         */*) b='$*';; \
375           *) b=`echo '$@' | sed 's/\.log$$//'`; \
376        esac;; \
377     *) \
378       b='$*';; \
379   esac
380 am__test_logs1 = $(TESTS:=.log)
381 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
382 TEST_LOGS = $(am__test_logs2:.test.log=.log)
383 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
384 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
385         $(TEST_LOG_FLAGS)
386 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
387         $(top_srcdir)/test-driver
388 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
389 ACLOCAL = @ACLOCAL@
390 AMTAR = @AMTAR@
391 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
392 AR = @AR@
393 AUTOCONF = @AUTOCONF@
394 AUTOHEADER = @AUTOHEADER@
395 AUTOMAKE = @AUTOMAKE@
396 AWK = @AWK@
397 BFD_LIBS = @BFD_LIBS@
398 CAT_ENTRY_END = @CAT_ENTRY_END@
399 CAT_ENTRY_START = @CAT_ENTRY_START@
400 CC = @CC@
401 CCDEPMODE = @CCDEPMODE@
402 CFLAGS = @CFLAGS@
403 CPP = @CPP@
404 CPPFLAGS = @CPPFLAGS@
405 CXX = @CXX@
406 CXXCPP = @CXXCPP@
407 CXXDEPMODE = @CXXDEPMODE@
408 CXXFLAGS = @CXXFLAGS@
409 CYGPATH_W = @CYGPATH_W@
410 DATE = @DATE@
411 DEFS = @DEFS@
412 DEPDIR = @DEPDIR@
413 DLLTOOL = @DLLTOOL@
414 DOCBOOK_ROOT = @DOCBOOK_ROOT@
415 DSYMUTIL = @DSYMUTIL@
416 DUMPBIN = @DUMPBIN@
417 ECHO_C = @ECHO_C@
418 ECHO_N = @ECHO_N@
419 ECHO_T = @ECHO_T@
420 EGREP = @EGREP@
421 EXEEXT = @EXEEXT@
422 EXTRA_CFLAGS_MODULE = @EXTRA_CFLAGS_MODULE@
423 FGREP = @FGREP@
424 GREP = @GREP@
425 INSTALL = @INSTALL@
426 INSTALL_DATA = @INSTALL_DATA@
427 INSTALL_PROGRAM = @INSTALL_PROGRAM@
428 INSTALL_SCRIPT = @INSTALL_SCRIPT@
429 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
430 JAVA_HOMEDIR = @JAVA_HOMEDIR@
431 LD = @LD@
432 LDFLAGS = @LDFLAGS@
433 LIBERTY_LIBS = @LIBERTY_LIBS@
434 LIBOBJS = @LIBOBJS@
435 LIBS = @LIBERTY_LIBS@
436 LIBTOOL = @LIBTOOL@
437 LIPO = @LIPO@
438 LN_S = @LN_S@
439 LTLIBOBJS = @LTLIBOBJS@
440 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
441 MAKEINFO = @MAKEINFO@
442 MANIFEST_TOOL = @MANIFEST_TOOL@
443 MKDIR_P = @MKDIR_P@
444 NM = @NM@
445 NMEDIT = @NMEDIT@
446 OBJDUMP = @OBJDUMP@
447 OBJEXT = @OBJEXT@
448 OP_CFLAGS = @OP_CFLAGS@
449 OP_CPPFLAGS = @OP_CPPFLAGS@
450 OP_CXXFLAGS = @OP_CXXFLAGS@
451 OP_DOCDIR = @OP_DOCDIR@
452 OP_LDFLAGS = @OP_LDFLAGS@
453 OTOOL = @OTOOL@
454 OTOOL64 = @OTOOL64@
455 PACKAGE = @PACKAGE@
456 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
457 PACKAGE_NAME = @PACKAGE_NAME@
458 PACKAGE_STRING = @PACKAGE_STRING@
459 PACKAGE_TARNAME = @PACKAGE_TARNAME@
460 PACKAGE_URL = @PACKAGE_URL@
461 PACKAGE_VERSION = @PACKAGE_VERSION@
462 PATH_SEPARATOR = @PATH_SEPARATOR@
463 PERF_EVENT_FLAGS = @PERF_EVENT_FLAGS@
464 PFM_LIB = @PFM_LIB@
465 PKG_CONFIG = @PKG_CONFIG@
466 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
467 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
468 POPT_LIBS = @POPT_LIBS@
469 PTRDIFF_T_TYPE = @PTRDIFF_T_TYPE@
470 RANLIB = @RANLIB@
471 RT_LIB = @RT_LIB@
472 SED = @SED@
473 SET_MAKE = @SET_MAKE@
474 SHELL = @SHELL@
475 SIZE_T_TYPE = @SIZE_T_TYPE@
476 STRIP = @STRIP@
477 VERSION = @VERSION@
478 XMKMF = @XMKMF@
479 XML_CATALOG = @XML_CATALOG@
480 XSLTPROC = @XSLTPROC@
481 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
482 X_CFLAGS = @X_CFLAGS@
483 X_EXTRA_LIBS = @X_EXTRA_LIBS@
484 X_LIBS = @X_LIBS@
485 X_PRE_LIBS = @X_PRE_LIBS@
486 abs_builddir = @abs_builddir@
487 abs_srcdir = @abs_srcdir@
488 abs_top_builddir = @abs_top_builddir@
489 abs_top_srcdir = @abs_top_srcdir@
490 ac_ct_AR = @ac_ct_AR@
491 ac_ct_CC = @ac_ct_CC@
492 ac_ct_CXX = @ac_ct_CXX@
493 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
494 am__include = @am__include@
495 am__leading_dot = @am__leading_dot@
496 am__quote = @am__quote@
497 am__tar = @am__tar@
498 am__untar = @am__untar@
499 bindir = @bindir@
500 build = @build@
501 build_alias = @build_alias@
502 build_cpu = @build_cpu@
503 build_os = @build_os@
504 build_vendor = @build_vendor@
505 builddir = @builddir@
506 datadir = @datadir@
507 datarootdir = @datarootdir@
508 docdir = @docdir@
509 dvidir = @dvidir@
510 exec_prefix = @exec_prefix@
511 host = @host@
512 host_alias = @host_alias@
513 host_cpu = @host_cpu@
514 host_os = @host_os@
515 host_vendor = @host_vendor@
516 htmldir = @htmldir@
517 includedir = @includedir@
518 infodir = @infodir@
519 install_sh = @install_sh@
520 libdir = @libdir@
521 libexecdir = @libexecdir@
522 localedir = @localedir@
523 localstatedir = @localstatedir@
524 mandir = @mandir@
525 mkdir_p = @mkdir_p@
526 oldincludedir = @oldincludedir@
527 pdfdir = @pdfdir@
528 prefix = @prefix@
529 program_transform_name = @program_transform_name@
530 psdir = @psdir@
531 sbindir = @sbindir@
532 sharedstatedir = @sharedstatedir@
533 srcdir = @srcdir@
534 sysconfdir = @sysconfdir@
535 target_alias = @target_alias@
536 top_build_prefix = @top_build_prefix@
537 top_builddir = @top_builddir@
538 top_srcdir = @top_srcdir@
539 topdir = @topdir@
540 AM_CPPFLAGS = \
541         -I ${top_srcdir}/libop \
542         -I ${top_srcdir}/libutil \
543         -I ${top_srcdir}/libdb \
544         @OP_CPPFLAGS@
545
546 AM_CFLAGS = @OP_CFLAGS@
547 db_test_SOURCES = db_test.c
548 db_test_LDADD = ../libodb.a ../../libutil/libutil.a
549 all: all-am
550
551 .SUFFIXES:
552 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
553 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
554         @for dep in $?; do \
555           case '$(am__configure_deps)' in \
556             *$$dep*) \
557               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
558                 && { if test -f $@; then exit 0; else break; fi; }; \
559               exit 1;; \
560           esac; \
561         done; \
562         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libdb/tests/Makefile'; \
563         $(am__cd) $(top_srcdir) && \
564           $(AUTOMAKE) --foreign libdb/tests/Makefile
565 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
566         @case '$?' in \
567           *config.status*) \
568             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
569           *) \
570             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
571             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
572         esac;
573
574 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
575         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
576
577 $(top_srcdir)/configure:  $(am__configure_deps)
578         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
579 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
580         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
581 $(am__aclocal_m4_deps):
582
583 clean-checkPROGRAMS:
584         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
585         echo " rm -f" $$list; \
586         rm -f $$list || exit $$?; \
587         test -n "$(EXEEXT)" || exit 0; \
588         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
589         echo " rm -f" $$list; \
590         rm -f $$list
591
592 db_test$(EXEEXT): $(db_test_OBJECTS) $(db_test_DEPENDENCIES) $(EXTRA_db_test_DEPENDENCIES) 
593         @rm -f db_test$(EXEEXT)
594         $(AM_V_CCLD)$(LINK) $(db_test_OBJECTS) $(db_test_LDADD) $(LIBS)
595
596 mostlyclean-compile:
597         -rm -f *.$(OBJEXT)
598
599 distclean-compile:
600         -rm -f *.tab.c
601
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_test.Po@am__quote@ # am--include-marker
603
604 $(am__depfiles_remade):
605         @$(MKDIR_P) $(@D)
606         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
607
608 am--depfiles: $(am__depfiles_remade)
609
610 .c.o:
611 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
612 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
616
617 .c.obj:
618 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
619 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
623
624 .c.lo:
625 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
626 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
630
631 mostlyclean-libtool:
632         -rm -f *.lo
633
634 clean-libtool:
635         -rm -rf .libs _libs
636
637 ID: $(am__tagged_files)
638         $(am__define_uniq_tagged_files); mkid -fID $$unique
639 tags: tags-am
640 TAGS: tags
641
642 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
643         set x; \
644         here=`pwd`; \
645         $(am__define_uniq_tagged_files); \
646         shift; \
647         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
648           test -n "$$unique" || unique=$$empty_fix; \
649           if test $$# -gt 0; then \
650             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
651               "$$@" $$unique; \
652           else \
653             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
654               $$unique; \
655           fi; \
656         fi
657 ctags: ctags-am
658
659 CTAGS: ctags
660 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
661         $(am__define_uniq_tagged_files); \
662         test -z "$(CTAGS_ARGS)$$unique" \
663           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
664              $$unique
665
666 GTAGS:
667         here=`$(am__cd) $(top_builddir) && pwd` \
668           && $(am__cd) $(top_srcdir) \
669           && gtags -i $(GTAGS_ARGS) "$$here"
670 cscopelist: cscopelist-am
671
672 cscopelist-am: $(am__tagged_files)
673         list='$(am__tagged_files)'; \
674         case "$(srcdir)" in \
675           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
676           *) sdir=$(subdir)/$(srcdir) ;; \
677         esac; \
678         for i in $$list; do \
679           if test -f "$$i"; then \
680             echo "$(subdir)/$$i"; \
681           else \
682             echo "$$sdir/$$i"; \
683           fi; \
684         done >> $(top_builddir)/cscope.files
685
686 distclean-tags:
687         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
688
689 # Recover from deleted '.trs' file; this should ensure that
690 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
691 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
692 # to avoid problems with "make -n".
693 .log.trs:
694         rm -f $< $@
695         $(MAKE) $(AM_MAKEFLAGS) $<
696
697 # Leading 'am--fnord' is there to ensure the list of targets does not
698 # expand to empty, as could happen e.g. with make check TESTS=''.
699 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
700 am--force-recheck:
701         @:
702
703 $(TEST_SUITE_LOG): $(TEST_LOGS)
704         @$(am__set_TESTS_bases); \
705         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
706         redo_bases=`for i in $$bases; do \
707                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
708                     done`; \
709         if test -n "$$redo_bases"; then \
710           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
711           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
712           if $(am__make_dryrun); then :; else \
713             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
714           fi; \
715         fi; \
716         if test -n "$$am__remaking_logs"; then \
717           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
718                "recursion detected" >&2; \
719         elif test -n "$$redo_logs"; then \
720           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
721         fi; \
722         if $(am__make_dryrun); then :; else \
723           st=0;  \
724           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
725           for i in $$redo_bases; do \
726             test -f $$i.trs && test -r $$i.trs \
727               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
728             test -f $$i.log && test -r $$i.log \
729               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
730           done; \
731           test $$st -eq 0 || exit 1; \
732         fi
733         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
734         ws='[   ]'; \
735         results=`for b in $$bases; do echo $$b.trs; done`; \
736         test -n "$$results" || results=/dev/null; \
737         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
738         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
739         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
740         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
741         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
742         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
743         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
744         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
745           success=true; \
746         else \
747           success=false; \
748         fi; \
749         br='==================='; br=$$br$$br$$br$$br; \
750         result_count () \
751         { \
752             if test x"$$1" = x"--maybe-color"; then \
753               maybe_colorize=yes; \
754             elif test x"$$1" = x"--no-color"; then \
755               maybe_colorize=no; \
756             else \
757               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
758             fi; \
759             shift; \
760             desc=$$1 count=$$2; \
761             if test $$maybe_colorize = yes && test $$count -gt 0; then \
762               color_start=$$3 color_end=$$std; \
763             else \
764               color_start= color_end=; \
765             fi; \
766             echo "$${color_start}# $$desc $$count$${color_end}"; \
767         }; \
768         create_testsuite_report () \
769         { \
770           result_count $$1 "TOTAL:" $$all   "$$brg"; \
771           result_count $$1 "PASS: " $$pass  "$$grn"; \
772           result_count $$1 "SKIP: " $$skip  "$$blu"; \
773           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
774           result_count $$1 "FAIL: " $$fail  "$$red"; \
775           result_count $$1 "XPASS:" $$xpass "$$red"; \
776           result_count $$1 "ERROR:" $$error "$$mgn"; \
777         }; \
778         {                                                               \
779           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
780             $(am__rst_title);                                           \
781           create_testsuite_report --no-color;                           \
782           echo;                                                         \
783           echo ".. contents:: :depth: 2";                               \
784           echo;                                                         \
785           for b in $$bases; do echo $$b; done                           \
786             | $(am__create_global_log);                                 \
787         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
788         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
789         if $$success; then                                              \
790           col="$$grn";                                                  \
791          else                                                           \
792           col="$$red";                                                  \
793           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
794         fi;                                                             \
795         echo "$${col}$$br$${std}";                                      \
796         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
797         echo "$${col}$$br$${std}";                                      \
798         create_testsuite_report --maybe-color;                          \
799         echo "$$col$$br$$std";                                          \
800         if $$success; then :; else                                      \
801           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
802           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
803             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
804           fi;                                                           \
805           echo "$$col$$br$$std";                                        \
806         fi;                                                             \
807         $$success || exit 1
808
809 check-TESTS: $(check_PROGRAMS)
810         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
811         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
812         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
813         @set +e; $(am__set_TESTS_bases); \
814         log_list=`for i in $$bases; do echo $$i.log; done`; \
815         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
816         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
817         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
818         exit $$?;
819 recheck: all $(check_PROGRAMS)
820         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
821         @set +e; $(am__set_TESTS_bases); \
822         bases=`for i in $$bases; do echo $$i; done \
823                  | $(am__list_recheck_tests)` || exit 1; \
824         log_list=`for i in $$bases; do echo $$i.log; done`; \
825         log_list=`echo $$log_list`; \
826         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
827                 am__force_recheck=am--force-recheck \
828                 TEST_LOGS="$$log_list"; \
829         exit $$?
830 db_test.log: db_test$(EXEEXT)
831         @p='db_test$(EXEEXT)'; \
832         b='db_test'; \
833         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
834         --log-file $$b.log --trs-file $$b.trs \
835         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
836         "$$tst" $(AM_TESTS_FD_REDIRECT)
837 .test.log:
838         @p='$<'; \
839         $(am__set_b); \
840         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
841         --log-file $$b.log --trs-file $$b.trs \
842         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
843         "$$tst" $(AM_TESTS_FD_REDIRECT)
844 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
845 @am__EXEEXT_TRUE@       @p='$<'; \
846 @am__EXEEXT_TRUE@       $(am__set_b); \
847 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
848 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
849 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
850 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
851
852 distdir: $(BUILT_SOURCES)
853         $(MAKE) $(AM_MAKEFLAGS) distdir-am
854
855 distdir-am: $(DISTFILES)
856         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
857         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
858         list='$(DISTFILES)'; \
859           dist_files=`for file in $$list; do echo $$file; done | \
860           sed -e "s|^$$srcdirstrip/||;t" \
861               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
862         case $$dist_files in \
863           */*) $(MKDIR_P) `echo "$$dist_files" | \
864                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
865                            sort -u` ;; \
866         esac; \
867         for file in $$dist_files; do \
868           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
869           if test -d $$d/$$file; then \
870             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
871             if test -d "$(distdir)/$$file"; then \
872               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
873             fi; \
874             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
875               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
876               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
877             fi; \
878             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
879           else \
880             test -f "$(distdir)/$$file" \
881             || cp -p $$d/$$file "$(distdir)/$$file" \
882             || exit 1; \
883           fi; \
884         done
885 check-am: all-am
886         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
887         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
888 check: check-am
889 all-am: Makefile
890 installdirs:
891 install: install-am
892 install-exec: install-exec-am
893 install-data: install-data-am
894 uninstall: uninstall-am
895
896 install-am: all-am
897         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
898
899 installcheck: installcheck-am
900 install-strip:
901         if test -z '$(STRIP)'; then \
902           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
903             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
904               install; \
905         else \
906           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
907             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
908             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
909         fi
910 mostlyclean-generic:
911         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
912         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
913         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
914
915 clean-generic:
916
917 distclean-generic:
918         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
919         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
920
921 maintainer-clean-generic:
922         @echo "This command is intended for maintainers to use"
923         @echo "it deletes files that may require special tools to rebuild."
924 clean: clean-am
925
926 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
927         mostlyclean-am
928
929 distclean: distclean-am
930                 -rm -f ./$(DEPDIR)/db_test.Po
931         -rm -f Makefile
932 distclean-am: clean-am distclean-compile distclean-generic \
933         distclean-tags
934
935 dvi: dvi-am
936
937 dvi-am:
938
939 html: html-am
940
941 html-am:
942
943 info: info-am
944
945 info-am:
946
947 install-data-am:
948
949 install-dvi: install-dvi-am
950
951 install-dvi-am:
952
953 install-exec-am:
954
955 install-html: install-html-am
956
957 install-html-am:
958
959 install-info: install-info-am
960
961 install-info-am:
962
963 install-man:
964
965 install-pdf: install-pdf-am
966
967 install-pdf-am:
968
969 install-ps: install-ps-am
970
971 install-ps-am:
972
973 installcheck-am:
974
975 maintainer-clean: maintainer-clean-am
976                 -rm -f ./$(DEPDIR)/db_test.Po
977         -rm -f Makefile
978 maintainer-clean-am: distclean-am maintainer-clean-generic
979
980 mostlyclean: mostlyclean-am
981
982 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
983         mostlyclean-libtool
984
985 pdf: pdf-am
986
987 pdf-am:
988
989 ps: ps-am
990
991 ps-am:
992
993 uninstall-am:
994
995 .MAKE: check-am install-am install-strip
996
997 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
998         check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
999         cscopelist-am ctags ctags-am distclean distclean-compile \
1000         distclean-generic distclean-libtool distclean-tags distdir dvi \
1001         dvi-am html html-am info info-am install install-am \
1002         install-data install-data-am install-dvi install-dvi-am \
1003         install-exec install-exec-am install-html install-html-am \
1004         install-info install-info-am install-man install-pdf \
1005         install-pdf-am install-ps install-ps-am install-strip \
1006         installcheck installcheck-am installdirs maintainer-clean \
1007         maintainer-clean-generic mostlyclean mostlyclean-compile \
1008         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1009         recheck tags tags-am uninstall uninstall-am
1010
1011 .PRECIOUS: Makefile
1012
1013
1014 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1015 # Otherwise a system limit (for SysV at least) may be exceeded.
1016 .NOEXPORT: