Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / bdbobj / Makefile.in
CommitLineData
b0322a85 1# Makefile.in generated by automake 1.13.4 from Makefile.am.
d9898ee8 2# @configure_input@
3
b0322a85
CE
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
d9898ee8 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
d9898ee8 17#
18# Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
19# distribution information.
20
21
22
d9898ee8 23VPATH = @srcdir@
b0322a85
CE
24am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
25am__make_running_with_option = \
26 case $${target_option-} in \
27 ?) ;; \
28 *) echo "am__make_running_with_option: internal error: invalid" \
29 "target option '$${target_option-}' specified" >&2; \
30 exit 1;; \
31 esac; \
32 has_opt=no; \
33 sane_makeflags=$$MAKEFLAGS; \
34 if $(am__is_gnu_make); then \
35 sane_makeflags=$$MFLAGS; \
36 else \
37 case $$MAKEFLAGS in \
38 *\\[\ \ ]*) \
39 bs=\\; \
40 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
41 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
42 esac; \
43 fi; \
44 skip_next=no; \
45 strip_trailopt () \
46 { \
47 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
48 }; \
49 for flg in $$sane_makeflags; do \
50 test $$skip_next = yes && { skip_next=no; continue; }; \
51 case $$flg in \
52 *=*|--*) continue;; \
53 -*I) strip_trailopt 'I'; skip_next=yes;; \
54 -*I?*) strip_trailopt 'I';; \
55 -*O) strip_trailopt 'O'; skip_next=yes;; \
56 -*O?*) strip_trailopt 'O';; \
57 -*l) strip_trailopt 'l'; skip_next=yes;; \
58 -*l?*) strip_trailopt 'l';; \
59 -[dEDm]) skip_next=yes;; \
60 -[JT]) skip_next=yes;; \
61 esac; \
62 case $$flg in \
63 *$$target_option*) has_opt=yes; break;; \
64 esac; \
65 done; \
66 test $$has_opt = yes
67am__make_dryrun = (target_option=n; $(am__make_running_with_option))
68am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 69pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 70pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
71pkglibdir = $(libdir)/@PACKAGE@
72pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 73am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 74install_sh_DATA = $(install_sh) -c -m 644
75install_sh_PROGRAM = $(install_sh) -c
76install_sh_SCRIPT = $(install_sh) -c
77INSTALL_HEADER = $(INSTALL_DATA)
78transform = $(program_transform_name)
79NORMAL_INSTALL = :
80PRE_INSTALL = :
81POST_INSTALL = :
82NORMAL_UNINSTALL = :
83PRE_UNINSTALL = :
84POST_UNINSTALL = :
85build_triplet = @build@
86host_triplet = @host@
87@FOUND_DB_TRUE@noinst_PROGRAMS = testbdb$(EXEEXT)
dd184caf 88subdir = .
b0322a85
CE
89DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
90 $(top_srcdir)/configure $(am__configure_deps) \
91 $(srcdir)/config.h.in $(top_srcdir)/../../depcomp \
92 ../../AUTHORS ../../COPYING ../../ChangeLog ../../config.guess \
93 ../../config.sub ../../depcomp ../../install-sh ../../missing \
94 ../../ltmain.sh $(top_srcdir)/../../config.guess \
95 $(top_srcdir)/../../config.sub $(top_srcdir)/../../install-sh \
96 $(top_srcdir)/../../ltmain.sh $(top_srcdir)/../../missing
d9898ee8 97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 98am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 $(ACLOCAL_M4)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 102 configure.lineno config.status.lineno
d9898ee8 103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = config.h
105CONFIG_CLEAN_FILES =
8d138742 106CONFIG_CLEAN_VPATH_FILES =
d9898ee8 107LTLIBRARIES = $(noinst_LTLIBRARIES)
ac40fd9e 108libbdbobj_la_DEPENDENCIES =
d9898ee8 109am__libbdbobj_la_SOURCES_DIST = bdbobj.h bdbobj.c bdbobj2.c bdbobj3.c
110am__objects_1 = bdbobj.lo bdbobj2.lo bdbobj3.lo
111@FOUND_DB_TRUE@am_libbdbobj_la_OBJECTS = $(am__objects_1)
112libbdbobj_la_OBJECTS = $(am_libbdbobj_la_OBJECTS)
b0322a85
CE
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
d9898ee8 117@FOUND_DB_TRUE@am_libbdbobj_la_rpath =
118PROGRAMS = $(noinst_PROGRAMS)
119am__testbdb_SOURCES_DIST = testbdb.C
120am__objects_2 = testbdb.$(OBJEXT)
121@FOUND_DB_TRUE@am_testbdb_OBJECTS = $(am__objects_2)
122testbdb_OBJECTS = $(am_testbdb_OBJECTS)
b0322a85
CE
123testbdb_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
124 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
125 $(CXXFLAGS) $(testbdb_LDFLAGS) $(LDFLAGS) -o $@
d9898ee8 126SCRIPTS = $(noinst_SCRIPTS)
b0322a85
CE
127AM_V_P = $(am__v_P_@AM_V@)
128am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129am__v_P_0 = false
130am__v_P_1 = :
131AM_V_GEN = $(am__v_GEN_@AM_V@)
132am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133am__v_GEN_0 = @echo " GEN " $@;
134am__v_GEN_1 =
135AM_V_at = $(am__v_at_@AM_V@)
136am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137am__v_at_0 = @
138am__v_at_1 =
dd184caf 139DEFAULT_INCLUDES = -I.@am__isrc@
b0322a85 140depcomp = $(SHELL) $(top_srcdir)/../../depcomp
d9898ee8 141am__depfiles_maybe = depfiles
8d138742 142am__mv = mv -f
d9898ee8 143CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
144 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
b0322a85
CE
145LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
146 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
147 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
148 $(AM_CXXFLAGS) $(CXXFLAGS)
149AM_V_CXX = $(am__v_CXX_@AM_V@)
150am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
151am__v_CXX_0 = @echo " CXX " $@;
152am__v_CXX_1 =
d9898ee8 153CXXLD = $(CXX)
b0322a85
CE
154CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
155 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
156 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
157AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
158am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
159am__v_CXXLD_0 = @echo " CXXLD " $@;
160am__v_CXXLD_1 =
d9898ee8 161COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
163LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
165 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
166 $(AM_CFLAGS) $(CFLAGS)
167AM_V_CC = $(am__v_CC_@AM_V@)
168am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169am__v_CC_0 = @echo " CC " $@;
170am__v_CC_1 =
d9898ee8 171CCLD = $(CC)
b0322a85
CE
172LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174 $(AM_LDFLAGS) $(LDFLAGS) -o $@
175AM_V_CCLD = $(am__v_CCLD_@AM_V@)
176am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
177am__v_CCLD_0 = @echo " CCLD " $@;
178am__v_CCLD_1 =
d9898ee8 179SOURCES = $(libbdbobj_la_SOURCES) $(testbdb_SOURCES)
180DIST_SOURCES = $(am__libbdbobj_la_SOURCES_DIST) \
181 $(am__testbdb_SOURCES_DIST)
b0322a85
CE
182am__can_run_installinfo = \
183 case $$AM_UPDATE_INFO_DIR in \
184 n|no|NO) false;; \
185 *) (install-info --version) >/dev/null 2>&1;; \
186 esac
187am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
188 $(LISP)config.h.in
189# Read a list of newline-separated strings from the standard input,
190# and print each of them once, without duplicates. Input order is
191# *not* preserved.
192am__uniquify_input = $(AWK) '\
193 BEGIN { nonempty = 0; } \
194 { items[$$0] = 1; nonempty = 1; } \
195 END { if (nonempty) { for (i in items) print i; }; } \
196'
197# Make sure the list of sources is unique. This is necessary because,
198# e.g., the same source file might be shared among _SOURCES variables
199# for different programs/libraries.
200am__define_uniq_tagged_files = \
201 list='$(am__tagged_files)'; \
202 unique=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | $(am__uniquify_input)`
d9898ee8 205ETAGS = etags
206CTAGS = ctags
b0322a85
CE
207CSCOPE = cscope
208AM_RECURSIVE_TARGETS = cscope
d9898ee8 209DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210distdir = $(PACKAGE)-$(VERSION)
211top_distdir = $(distdir)
212am__remove_distdir = \
b0322a85
CE
213 if test -d "$(distdir)"; then \
214 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
215 && rm -rf "$(distdir)" \
216 || { sleep 5 && rm -rf "$(distdir)"; }; \
217 else :; fi
218am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 219DIST_ARCHIVES = $(distdir).tar.gz
220GZIP_ENV = --best
b0322a85 221DIST_TARGETS = dist-gzip
d9898ee8 222distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
223am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
224 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 225distcleancheck_listfiles = find . -type f -print
226ACLOCAL = @ACLOCAL@
d9898ee8 227AMTAR = @AMTAR@
b0322a85 228AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 229AR = @AR@
230AUTOCONF = @AUTOCONF@
231AUTOHEADER = @AUTOHEADER@
dd184caf 232AUTOMAKE = @AUTOMAKE@
d9898ee8 233AWK = @AWK@
234CC = @CC@
235CCDEPMODE = @CCDEPMODE@
236CFLAGS = @CFLAGS@
237CPP = @CPP@
238CPPFLAGS = @CPPFLAGS@
239CXX = @CXX@
240CXXCPP = @CXXCPP@
241CXXDEPMODE = @CXXDEPMODE@
242CXXFLAGS = @CXXFLAGS@
243CYGPATH_W = @CYGPATH_W@
244DEFS = @DEFS@
245DEPDIR = @DEPDIR@
b0322a85 246DLLTOOL = @DLLTOOL@
8d138742
CE
247DSYMUTIL = @DSYMUTIL@
248DUMPBIN = @DUMPBIN@
d9898ee8 249ECHO_C = @ECHO_C@
250ECHO_N = @ECHO_N@
251ECHO_T = @ECHO_T@
252EGREP = @EGREP@
253EXEEXT = @EXEEXT@
8d138742 254FGREP = @FGREP@
dd184caf 255GREP = @GREP@
256INSTALL = @INSTALL@
d9898ee8 257INSTALL_DATA = @INSTALL_DATA@
258INSTALL_PROGRAM = @INSTALL_PROGRAM@
259INSTALL_SCRIPT = @INSTALL_SCRIPT@
260INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 261LD = @LD@
d9898ee8 262LDFLAGS = @LDFLAGS@
263LIBDB = @LIBDB@
264LIBOBJS = @LIBOBJS@
265LIBS = @LIBS@
266LIBTOOL = @LIBTOOL@
8d138742 267LIPO = @LIPO@
d9898ee8 268LN_S = @LN_S@
269LTLIBOBJS = @LTLIBOBJS@
270MAKEINFO = @MAKEINFO@
b0322a85 271MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 272MKDIR_P = @MKDIR_P@
8d138742
CE
273NM = @NM@
274NMEDIT = @NMEDIT@
275OBJDUMP = @OBJDUMP@
d9898ee8 276OBJEXT = @OBJEXT@
8d138742
CE
277OTOOL = @OTOOL@
278OTOOL64 = @OTOOL64@
d9898ee8 279PACKAGE = @PACKAGE@
280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281PACKAGE_NAME = @PACKAGE_NAME@
282PACKAGE_STRING = @PACKAGE_STRING@
283PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 284PACKAGE_URL = @PACKAGE_URL@
d9898ee8 285PACKAGE_VERSION = @PACKAGE_VERSION@
286PATH_SEPARATOR = @PATH_SEPARATOR@
287RANLIB = @RANLIB@
288SED = @SED@
289SET_MAKE = @SET_MAKE@
290SHELL = @SHELL@
291STRIP = @STRIP@
292VERSION = @VERSION@
dd184caf 293abs_builddir = @abs_builddir@
294abs_srcdir = @abs_srcdir@
295abs_top_builddir = @abs_top_builddir@
296abs_top_srcdir = @abs_top_srcdir@
b0322a85 297ac_ct_AR = @ac_ct_AR@
d9898ee8 298ac_ct_CC = @ac_ct_CC@
299ac_ct_CXX = @ac_ct_CXX@
8d138742 300ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 301am__include = @am__include@
302am__leading_dot = @am__leading_dot@
303am__quote = @am__quote@
304am__tar = @am__tar@
305am__untar = @am__untar@
306bindir = @bindir@
307build = @build@
308build_alias = @build_alias@
309build_cpu = @build_cpu@
310build_os = @build_os@
311build_vendor = @build_vendor@
dd184caf 312builddir = @builddir@
d9898ee8 313datadir = @datadir@
dd184caf 314datarootdir = @datarootdir@
315docdir = @docdir@
316dvidir = @dvidir@
d9898ee8 317exec_prefix = @exec_prefix@
318host = @host@
319host_alias = @host_alias@
320host_cpu = @host_cpu@
321host_os = @host_os@
322host_vendor = @host_vendor@
dd184caf 323htmldir = @htmldir@
d9898ee8 324includedir = @includedir@
325infodir = @infodir@
326install_sh = @install_sh@
327libdir = @libdir@
328libexecdir = @libexecdir@
dd184caf 329localedir = @localedir@
d9898ee8 330localstatedir = @localstatedir@
331mandir = @mandir@
332mkdir_p = @mkdir_p@
333oldincludedir = @oldincludedir@
dd184caf 334pdfdir = @pdfdir@
d9898ee8 335prefix = @prefix@
336program_transform_name = @program_transform_name@
dd184caf 337psdir = @psdir@
d9898ee8 338sbindir = @sbindir@
339sharedstatedir = @sharedstatedir@
dd184caf 340srcdir = @srcdir@
d9898ee8 341sysconfdir = @sysconfdir@
342target_alias = @target_alias@
8d138742 343top_build_prefix = @top_build_prefix@
dd184caf 344top_builddir = @top_builddir@
345top_srcdir = @top_srcdir@
d9898ee8 346LIBDBOBJSOURCES = bdbobj.h bdbobj.c bdbobj2.c bdbobj3.c
347TESTBDBSOURCES = testbdb.C
d9898ee8 348@FOUND_DB_TRUE@noinst_LTLIBRARIES = libbdbobj.la
349@FOUND_DB_TRUE@libbdbobj_la_SOURCES = $(LIBDBOBJSOURCES)
ac40fd9e 350@FOUND_DB_TRUE@libbdbobj_la_LIBADD = @LIBDB@
d9898ee8 351@FOUND_DB_TRUE@testbdb_SOURCES = $(TESTBDBSOURCES)
352@FOUND_DB_TRUE@testbdb_DEPENDENCIES = libbdbobj.la
ac40fd9e 353@FOUND_DB_TRUE@testbdb_LDADD = libbdbobj.la
d9898ee8 354@FOUND_DB_TRUE@testbdb_LDFLAGS = -static
355@FOUND_DB_FALSE@noinst_SCRIPTS = notfound
356EXTRA_DIST = $(LIBDBOBJSOURCES) $(TESTBDBSOURCES) testsuite testsuite.txt
357all: config.h
358 $(MAKE) $(AM_MAKEFLAGS) all-am
359
360.SUFFIXES:
361.SUFFIXES: .C .c .lo .o .obj
b0322a85 362am--refresh: Makefile
d9898ee8 363 @:
364$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
365 @for dep in $?; do \
366 case '$(am__configure_deps)' in \
367 *$$dep*) \
8d138742
CE
368 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
369 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 370 && exit 0; \
371 exit 1;; \
372 esac; \
373 done; \
8d138742
CE
374 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
375 $(am__cd) $(top_srcdir) && \
376 $(AUTOMAKE) --foreign Makefile
d9898ee8 377.PRECIOUS: Makefile
378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
379 @case '$?' in \
380 *config.status*) \
381 echo ' $(SHELL) ./config.status'; \
382 $(SHELL) ./config.status;; \
383 *) \
384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
385 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
386 esac;
387
388$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
389 $(SHELL) ./config.status --recheck
390
391$(top_srcdir)/configure: $(am__configure_deps)
8d138742 392 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 393$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
394 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
395$(am__aclocal_m4_deps):
d9898ee8 396
397config.h: stamp-h1
b0322a85
CE
398 @if test ! -f $@; then rm -f stamp-h1; else :; fi
399 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
d9898ee8 400
401stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
402 @rm -f stamp-h1
403 cd $(top_builddir) && $(SHELL) ./config.status config.h
404$(srcdir)/config.h.in: $(am__configure_deps)
8d138742 405 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 406 rm -f stamp-h1
407 touch $@
408
409distclean-hdr:
410 -rm -f config.h stamp-h1
411
412clean-noinstLTLIBRARIES:
413 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
b0322a85
CE
414 @list='$(noinst_LTLIBRARIES)'; \
415 locs=`for p in $$list; do echo $$p; done | \
416 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
417 sort -u`; \
418 test -z "$$locs" || { \
419 echo rm -f $${locs}; \
420 rm -f $${locs}; \
421 }
422
423libbdbobj.la: $(libbdbobj_la_OBJECTS) $(libbdbobj_la_DEPENDENCIES) $(EXTRA_libbdbobj_la_DEPENDENCIES)
424 $(AM_V_CCLD)$(LINK) $(am_libbdbobj_la_rpath) $(libbdbobj_la_OBJECTS) $(libbdbobj_la_LIBADD) $(LIBS)
d9898ee8 425
426clean-noinstPROGRAMS:
8d138742
CE
427 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
428 echo " rm -f" $$list; \
429 rm -f $$list || exit $$?; \
430 test -n "$(EXEEXT)" || exit 0; \
431 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
432 echo " rm -f" $$list; \
433 rm -f $$list
b0322a85
CE
434
435testbdb$(EXEEXT): $(testbdb_OBJECTS) $(testbdb_DEPENDENCIES) $(EXTRA_testbdb_DEPENDENCIES)
d9898ee8 436 @rm -f testbdb$(EXEEXT)
b0322a85 437 $(AM_V_CXXLD)$(testbdb_LINK) $(testbdb_OBJECTS) $(testbdb_LDADD) $(LIBS)
d9898ee8 438
439mostlyclean-compile:
440 -rm -f *.$(OBJEXT)
441
442distclean-compile:
443 -rm -f *.tab.c
444
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdbobj.Plo@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdbobj2.Plo@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdbobj3.Plo@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testbdb.Po@am__quote@
449
450.C.o:
b0322a85
CE
451@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 454@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 455@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
d9898ee8 456
457.C.obj:
b0322a85
CE
458@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
459@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 461@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 462@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
d9898ee8 463
464.C.lo:
b0322a85
CE
465@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
466@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
467@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
d9898ee8 468@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 469@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
d9898ee8 470
471.c.o:
b0322a85
CE
472@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
473@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
474@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 475@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 476@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
d9898ee8 477
478.c.obj:
b0322a85
CE
479@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
480@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
481@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 482@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 483@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
d9898ee8 484
485.c.lo:
b0322a85
CE
486@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
487@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
488@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
d9898ee8 489@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 490@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 491
492mostlyclean-libtool:
493 -rm -f *.lo
494
495clean-libtool:
496 -rm -rf .libs _libs
497
498distclean-libtool:
8d138742 499 -rm -f libtool config.lt
d9898ee8 500
b0322a85
CE
501ID: $(am__tagged_files)
502 $(am__define_uniq_tagged_files); mkid -fID $$unique
503tags: tags-am
504TAGS: tags
505
506tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 507 set x; \
d9898ee8 508 here=`pwd`; \
b0322a85 509 $(am__define_uniq_tagged_files); \
8d138742
CE
510 shift; \
511 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 512 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
513 if test $$# -gt 0; then \
514 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515 "$$@" $$unique; \
516 else \
517 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518 $$unique; \
519 fi; \
d9898ee8 520 fi
b0322a85
CE
521ctags: ctags-am
522
523CTAGS: ctags
524ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
525 $(am__define_uniq_tagged_files); \
8d138742 526 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 527 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 528 $$unique
d9898ee8 529
530GTAGS:
531 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
532 && $(am__cd) $(top_srcdir) \
533 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
534cscope: cscope.files
535 test ! -s cscope.files \
536 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
537clean-cscope:
538 -rm -f cscope.files
539cscope.files: clean-cscope cscopelist
540cscopelist: cscopelist-am
541
542cscopelist-am: $(am__tagged_files)
543 list='$(am__tagged_files)'; \
544 case "$(srcdir)" in \
545 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
546 *) sdir=$(subdir)/$(srcdir) ;; \
547 esac; \
548 for i in $$list; do \
549 if test -f "$$i"; then \
550 echo "$(subdir)/$$i"; \
551 else \
552 echo "$$sdir/$$i"; \
553 fi; \
554 done >> $(top_builddir)/cscope.files
d9898ee8 555
556distclean-tags:
557 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 558 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 559
560distdir: $(DISTFILES)
561 $(am__remove_distdir)
8d138742 562 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 563 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565 list='$(DISTFILES)'; \
566 dist_files=`for file in $$list; do echo $$file; done | \
567 sed -e "s|^$$srcdirstrip/||;t" \
568 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
569 case $$dist_files in \
570 */*) $(MKDIR_P) `echo "$$dist_files" | \
571 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
572 sort -u` ;; \
573 esac; \
574 for file in $$dist_files; do \
d9898ee8 575 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 576 if test -d $$d/$$file; then \
dd184caf 577 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
578 if test -d "$(distdir)/$$file"; then \
579 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580 fi; \
d9898ee8 581 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
582 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
583 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 584 fi; \
8d138742 585 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 586 else \
8d138742
CE
587 test -f "$(distdir)/$$file" \
588 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 589 || exit 1; \
590 fi; \
591 done
8d138742 592 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
593 || find "$(distdir)" -type d ! -perm -755 \
594 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 595 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
596 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 597 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 598 || chmod -R a+r "$(distdir)"
d9898ee8 599dist-gzip: distdir
600 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
b0322a85 601 $(am__post_remove_distdir)
d9898ee8 602
603dist-bzip2: distdir
b0322a85
CE
604 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
605 $(am__post_remove_distdir)
d9898ee8 606
b0322a85
CE
607dist-lzip: distdir
608 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
609 $(am__post_remove_distdir)
ac40fd9e 610
8d138742 611dist-xz: distdir
b0322a85
CE
612 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
613 $(am__post_remove_distdir)
8d138742 614
d9898ee8 615dist-tarZ: distdir
616 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 617 $(am__post_remove_distdir)
d9898ee8 618
619dist-shar: distdir
620 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
b0322a85 621 $(am__post_remove_distdir)
d9898ee8 622
623dist-zip: distdir
624 -rm -f $(distdir).zip
625 zip -rq $(distdir).zip $(distdir)
b0322a85 626 $(am__post_remove_distdir)
d9898ee8 627
b0322a85
CE
628dist dist-all:
629 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
630 $(am__post_remove_distdir)
d9898ee8 631
632# This target untars the dist file and tries a VPATH configuration. Then
633# it guarantees that the distribution is self-contained by making another
634# tarfile.
635distcheck: dist
636 case '$(DIST_ARCHIVES)' in \
637 *.tar.gz*) \
b0322a85 638 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 639 *.tar.bz2*) \
b0322a85
CE
640 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
641 *.tar.lz*) \
642 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
643 *.tar.xz*) \
644 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 645 *.tar.Z*) \
646 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
647 *.shar.gz*) \
b0322a85 648 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 649 *.zip*) \
650 unzip $(distdir).zip ;;\
651 esac
b0322a85
CE
652 chmod -R a-w $(distdir)
653 chmod u+w $(distdir)
654 mkdir $(distdir)/_build $(distdir)/_inst
d9898ee8 655 chmod a-w $(distdir)
8d138742 656 test -d $(distdir)/_build || exit 0; \
d9898ee8 657 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
658 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
659 && am__cwd=`pwd` \
660 && $(am__cd) $(distdir)/_build \
d9898ee8 661 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
b0322a85 662 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 663 $(DISTCHECK_CONFIGURE_FLAGS) \
664 && $(MAKE) $(AM_MAKEFLAGS) \
665 && $(MAKE) $(AM_MAKEFLAGS) dvi \
666 && $(MAKE) $(AM_MAKEFLAGS) check \
667 && $(MAKE) $(AM_MAKEFLAGS) install \
668 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
669 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
670 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
671 distuninstallcheck \
672 && chmod -R a-w "$$dc_install_base" \
673 && ({ \
674 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
675 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
676 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
677 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
678 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
679 } || { rm -rf "$$dc_destdir"; exit 1; }) \
680 && rm -rf "$$dc_destdir" \
681 && $(MAKE) $(AM_MAKEFLAGS) dist \
682 && rm -rf $(DIST_ARCHIVES) \
8d138742
CE
683 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
684 && cd "$$am__cwd" \
685 || exit 1
b0322a85 686 $(am__post_remove_distdir)
d9898ee8 687 @(echo "$(distdir) archives ready for distribution: "; \
688 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 689 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 690distuninstallcheck:
b0322a85
CE
691 @test -n '$(distuninstallcheck_dir)' || { \
692 echo 'ERROR: trying to run $@ with an empty' \
693 '$$(distuninstallcheck_dir)' >&2; \
694 exit 1; \
695 }; \
696 $(am__cd) '$(distuninstallcheck_dir)' || { \
697 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
698 exit 1; \
699 }; \
700 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
d9898ee8 701 || { echo "ERROR: files left after uninstall:" ; \
702 if test -n "$(DESTDIR)"; then \
703 echo " (check DESTDIR support)"; \
704 fi ; \
705 $(distuninstallcheck_listfiles) ; \
706 exit 1; } >&2
707distcleancheck: distclean
708 @if test '$(srcdir)' = . ; then \
709 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
710 exit 1 ; \
711 fi
712 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
713 || { echo "ERROR: files left in build directory after distclean:" ; \
714 $(distcleancheck_listfiles) ; \
715 exit 1; } >&2
716check-am: all-am
717check: check-am
718all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
719installdirs:
720install: install-am
721install-exec: install-exec-am
722install-data: install-data-am
723uninstall: uninstall-am
724
725install-am: all-am
726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
727
728installcheck: installcheck-am
729install-strip:
b0322a85
CE
730 if test -z '$(STRIP)'; then \
731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733 install; \
734 else \
735 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738 fi
d9898ee8 739mostlyclean-generic:
740
741clean-generic:
d9898ee8 742
743distclean-generic:
744 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 745 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 746
747maintainer-clean-generic:
748 @echo "This command is intended for maintainers to use"
749 @echo "it deletes files that may require special tools to rebuild."
750clean: clean-am
751
752clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
753 clean-noinstPROGRAMS mostlyclean-am
754
755distclean: distclean-am
756 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
757 -rm -rf ./$(DEPDIR)
758 -rm -f Makefile
759distclean-am: clean-am distclean-compile distclean-generic \
760 distclean-hdr distclean-libtool distclean-tags
761
762dvi: dvi-am
763
764dvi-am:
765
766html: html-am
767
8d138742
CE
768html-am:
769
d9898ee8 770info: info-am
771
772info-am:
773
774install-data-am:
775
dd184caf 776install-dvi: install-dvi-am
777
8d138742
CE
778install-dvi-am:
779
d9898ee8 780install-exec-am:
781
dd184caf 782install-html: install-html-am
783
8d138742
CE
784install-html-am:
785
d9898ee8 786install-info: install-info-am
787
8d138742
CE
788install-info-am:
789
d9898ee8 790install-man:
791
dd184caf 792install-pdf: install-pdf-am
793
8d138742
CE
794install-pdf-am:
795
dd184caf 796install-ps: install-ps-am
797
8d138742
CE
798install-ps-am:
799
d9898ee8 800installcheck-am:
801
802maintainer-clean: maintainer-clean-am
803 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
804 -rm -rf $(top_srcdir)/autom4te.cache
805 -rm -rf ./$(DEPDIR)
806 -rm -f Makefile
807maintainer-clean-am: distclean-am maintainer-clean-generic
808
809mostlyclean: mostlyclean-am
810
811mostlyclean-am: mostlyclean-compile mostlyclean-generic \
812 mostlyclean-libtool
813
814pdf: pdf-am
815
816pdf-am:
817
818ps: ps-am
819
820ps-am:
821
dd184caf 822uninstall-am:
823
8d138742 824.MAKE: all install-am install-strip
d9898ee8 825
b0322a85
CE
826.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
827 clean-cscope clean-generic clean-libtool \
828 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
829 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
830 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
831 distcheck distclean distclean-compile distclean-generic \
832 distclean-hdr distclean-libtool distclean-tags distcleancheck \
833 distdir distuninstallcheck dvi dvi-am html html-am info \
834 info-am install install-am install-data install-data-am \
835 install-dvi install-dvi-am install-exec install-exec-am \
836 install-html install-html-am install-info install-info-am \
837 install-man install-pdf install-pdf-am install-ps \
838 install-ps-am install-strip installcheck installcheck-am \
839 installdirs maintainer-clean maintainer-clean-generic \
840 mostlyclean mostlyclean-compile mostlyclean-generic \
841 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
842 uninstall-am
d9898ee8 843
844
845@FOUND_DB_TRUE@check-am:
846@FOUND_DB_TRUE@ $(srcdir)/testsuite | cmp -s - $(srcdir)/testsuite.txt
847
848@FOUND_DB_FALSE@notfound:
849@FOUND_DB_FALSE@ @exit 0
8d138742 850
d9898ee8 851# Tell versions [3.59,3.63) of GNU make to not export all variables.
852# Otherwise a system limit (for SysV at least) may be exceeded.
853.NOEXPORT: