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