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