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