1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19# Part of the ht://Dig package   <http://www.htdig.org/>
20# Copyright (c) 1999, 2000, 2001 The ht://Dig Group
21# For copyright details, see the file COPYING in your distribution
22# or the GNU General Public License version 2 or later
23# <http://www.gnu.org/copyleft/gpl.html>
24#
25
26#
27# To compile with no optimization and debugging do the following:
28#
29# make CXXFLAGS='-g -fno-exceptions -fno-rtti -Wall' clean all
30#
31# To compile with profiling do the following:
32#
33# make CXXFLAGS='-g -fno-exceptions -fno-rtti' PROFILING=-p clean all
34#
35
36
37VPATH = @srcdir@
38am__make_dryrun = \
39  { \
40    am__dry=no; \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45      *) \
46        for am__flg in $$MAKEFLAGS; do \
47          case $$am__flg in \
48            *=*|--*) ;; \
49            *n*) am__dry=yes; break;; \
50          esac; \
51        done;; \
52    esac; \
53    test $$am__dry = yes; \
54  }
55pkgdatadir = $(datadir)/@PACKAGE@
56pkgincludedir = $(includedir)/@PACKAGE@
57pkglibdir = $(libdir)/@PACKAGE@
58pkglibexecdir = $(libexecdir)/@PACKAGE@
59am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60install_sh_DATA = $(install_sh) -c -m 644
61install_sh_PROGRAM = $(install_sh) -c
62install_sh_SCRIPT = $(install_sh) -c
63INSTALL_HEADER = $(INSTALL_DATA)
64transform = $(program_transform_name)
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_triplet = @build@
72host_triplet = @host@
73DIST_COMMON = README $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
74	$(srcdir)/Makefile.in $(srcdir)/db.h.in \
75	$(top_srcdir)/Makefile.config
76subdir = db
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
79	$(top_srcdir)/configure.ac
80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81	$(ACLOCAL_M4)
82mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83CONFIG_HEADER = $(top_builddir)/config.h
84CONFIG_CLEAN_FILES = db.h
85CONFIG_CLEAN_VPATH_FILES =
86LTLIBRARIES = $(noinst_LTLIBRARIES)
87libdb_la_LIBADD =
88am_libdb_la_OBJECTS = bt_compare.lo bt_conv.lo bt_curadj.lo \
89	bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo \
90	bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo \
91	bt_split.lo bt_stat.lo bt_upgrade.lo bt_verify.lo \
92	btree_auto.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo \
93	db_auto.lo db_byteorder.lo db_cam.lo db_conv.lo db_dispatch.lo \
94	db_dup.lo db_err.lo db_getlong.lo db_iface.lo db_join.lo \
95	db_log2.lo db_meta.lo db_method.lo db_overflow.lo db_pr.lo \
96	db_rec.lo db_reclaim.lo db_ret.lo db_salloc.lo db_shash.lo \
97	db_upg.lo db_upg_opd.lo db_vrfy.lo db_vrfyutil.lo \
98	env_method.lo env_open.lo env_recover.lo env_region.lo hash.lo \
99	hash_auto.lo hash_conv.lo hash_dup.lo hash_func.lo \
100	hash_meta.lo hash_method.lo hash_page.lo hash_rec.lo \
101	hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo \
102	lock.lo lock_conflict.lo lock_deadlock.lo lock_region.lo \
103	lock_util.lo log.lo log_archive.lo log_auto.lo log_compare.lo \
104	log_findckp.lo log_get.lo log_method.lo log_put.lo log_rec.lo \
105	log_register.lo mp_alloc.lo mp_bh.lo mp_cmpr.lo mp_fget.lo \
106	mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_region.lo \
107	mp_register.lo mp_stat.lo mp_sync.lo mp_trickle.lo \
108	mut_fcntl.lo mut_pthread.lo mut_tas.lo mutex.lo os_abs.lo \
109	os_alloc.lo os_dir.lo os_errno.lo os_fid.lo os_finit.lo \
110	os_fsync.lo os_handle.lo os_map.lo os_method.lo os_oflags.lo \
111	os_open.lo os_region.lo os_rename.lo os_root.lo os_rpath.lo \
112	os_rw.lo os_seek.lo os_sleep.lo os_spin.lo os_stat.lo \
113	os_tmpdir.lo os_unlink.lo qam.lo qam_auto.lo qam_conv.lo \
114	qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo \
115	qam_upgrade.lo qam_verify.lo txn.lo txn_auto.lo txn_rec.lo \
116	txn_region.lo xa.lo xa_db.lo xa_map.lo
117libdb_la_OBJECTS = $(am_libdb_la_OBJECTS)
118DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119depcomp = $(SHELL) $(top_srcdir)/depcomp
120am__depfiles_maybe = depfiles
121am__mv = mv -f
122COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
126	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127CCLD = $(CC)
128LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
129	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
130	$(LDFLAGS) -o $@
131SOURCES = $(libdb_la_SOURCES)
132DIST_SOURCES = $(libdb_la_SOURCES)
133am__can_run_installinfo = \
134  case $$AM_UPDATE_INFO_DIR in \
135    n|no|NO) false;; \
136    *) (install-info --version) >/dev/null 2>&1;; \
137  esac
138am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139am__vpath_adj = case $$p in \
140    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141    *) f=$$p;; \
142  esac;
143am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144am__install_max = 40
145am__nobase_strip_setup = \
146  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147am__nobase_strip = \
148  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149am__nobase_list = $(am__nobase_strip_setup); \
150  for p in $$list; do echo "$$p $$p"; done | \
151  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153    if (++n[$$2] == $(am__install_max)) \
154      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155    END { for (dir in files) print dir, files[dir] }'
156am__base_list = \
157  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159am__uninstall_files_from_dir = { \
160  test -z "$$files" \
161    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163         $(am__cd) "$$dir" && rm -f $$files; }; \
164  }
165am__installdirs = "$(DESTDIR)$(pkgincludedir)"
166HEADERS = $(pkginclude_HEADERS)
167ETAGS = etags
168CTAGS = ctags
169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170ACLOCAL = @ACLOCAL@
171ALLOCA = @ALLOCA@
172AMTAR = @AMTAR@
173AR = @AR@
174AUTOCONF = @AUTOCONF@
175AUTOHEADER = @AUTOHEADER@
176AUTOMAKE = @AUTOMAKE@
177AWK = @AWK@
178CC = @CC@
179CCACHE = @CCACHE@
180CCDEPMODE = @CCDEPMODE@
181CFLAGS = @CFLAGS@
182CPP = @CPP@
183CPPFLAGS = @CPPFLAGS@
184CXX = @CXX@
185CXXCPP = @CXXCPP@
186CXXDEPMODE = @CXXDEPMODE@
187CXXFLAGS = @CXXFLAGS@
188CYGPATH_W = @CYGPATH_W@
189DEFS = @DEFS@
190DEPDIR = @DEPDIR@
191DLLTOOL = @DLLTOOL@
192DSYMUTIL = @DSYMUTIL@
193DUMPBIN = @DUMPBIN@
194DVIPS = @DVIPS@
195ECHO_C = @ECHO_C@
196ECHO_N = @ECHO_N@
197ECHO_T = @ECHO_T@
198EGREP = @EGREP@
199EXEEXT = @EXEEXT@
200FGREP = @FGREP@
201FIND = @FIND@
202GREP = @GREP@
203GUNZIP = @GUNZIP@
204INSTALL = @INSTALL@
205INSTALL_DATA = @INSTALL_DATA@
206INSTALL_PROGRAM = @INSTALL_PROGRAM@
207INSTALL_SCRIPT = @INSTALL_SCRIPT@
208INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209LD = @LD@
210LDFLAGS = @LDFLAGS@
211LEX = @LEX@
212LEXLIB = @LEXLIB@
213LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
214LIBICONV = @LIBICONV@
215LIBOBJS = @LIBOBJS@
216LIBS = @LIBS@
217LIBTOOL = @LIBTOOL@
218LIPO = @LIPO@
219LN_S = @LN_S@
220LTLIBICONV = @LTLIBICONV@
221LTLIBOBJS = @LTLIBOBJS@
222MAJOR_VERSION = @MAJOR_VERSION@
223MAKEINFO = @MAKEINFO@
224MANIFEST_TOOL = @MANIFEST_TOOL@
225MICRO_VERSION = @MICRO_VERSION@
226MINOR_VERSION = @MINOR_VERSION@
227MKDIR_P = @MKDIR_P@
228NM = @NM@
229NMEDIT = @NMEDIT@
230OBJDUMP = @OBJDUMP@
231OBJEXT = @OBJEXT@
232OTOOL = @OTOOL@
233OTOOL64 = @OTOOL64@
234PACKAGE = @PACKAGE@
235PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
236PACKAGE_NAME = @PACKAGE_NAME@
237PACKAGE_STRING = @PACKAGE_STRING@
238PACKAGE_TARNAME = @PACKAGE_TARNAME@
239PACKAGE_URL = @PACKAGE_URL@
240PACKAGE_VERSION = @PACKAGE_VERSION@
241PATH_SEPARATOR = @PATH_SEPARATOR@
242PERL = @PERL@
243RANLIB = @RANLIB@
244RRDTOOL = @RRDTOOL@
245SED = @SED@
246SET_MAKE = @SET_MAKE@
247SHELL = @SHELL@
248STRIP = @STRIP@
249TAR = @TAR@
250TEXI2DVI = @TEXI2DVI@
251TIME = @TIME@
252TIMEV = @TIMEV@
253VERSION = @VERSION@
254YACC = @YACC@
255YFLAGS = @YFLAGS@
256abs_builddir = @abs_builddir@
257abs_srcdir = @abs_srcdir@
258abs_top_builddir = @abs_top_builddir@
259abs_top_srcdir = @abs_top_srcdir@
260ac_ct_AR = @ac_ct_AR@
261ac_ct_CC = @ac_ct_CC@
262ac_ct_CXX = @ac_ct_CXX@
263ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
264am__include = @am__include@
265am__leading_dot = @am__leading_dot@
266am__quote = @am__quote@
267am__tar = @am__tar@
268am__untar = @am__untar@
269bindir = @bindir@
270build = @build@
271build_alias = @build_alias@
272build_cpu = @build_cpu@
273build_os = @build_os@
274build_vendor = @build_vendor@
275builddir = @builddir@
276datadir = @datadir@
277datarootdir = @datarootdir@
278db_align_t_decl = @db_align_t_decl@
279db_alignp_t_decl = @db_alignp_t_decl@
280docdir = @docdir@
281dvidir = @dvidir@
282exec_prefix = @exec_prefix@
283host = @host@
284host_alias = @host_alias@
285host_cpu = @host_cpu@
286host_os = @host_os@
287host_vendor = @host_vendor@
288htmldir = @htmldir@
289includedir = @includedir@
290infodir = @infodir@
291install_sh = @install_sh@
292int16_decl = @int16_decl@
293int32_decl = @int32_decl@
294libdir = @libdir@
295libexecdir = @libexecdir@
296localedir = @localedir@
297localstatedir = @localstatedir@
298mandir = @mandir@
299mkdir_p = @mkdir_p@
300oldincludedir = @oldincludedir@
301pdfdir = @pdfdir@
302prefix = @prefix@
303program_transform_name = @program_transform_name@
304psdir = @psdir@
305sbindir = @sbindir@
306sharedstatedir = @sharedstatedir@
307srcdir = @srcdir@
308ssize_t_decl = @ssize_t_decl@
309sysconfdir = @sysconfdir@
310target_alias = @target_alias@
311top_build_prefix = @top_build_prefix@
312top_builddir = @top_builddir@
313top_srcdir = @top_srcdir@
314u_char_decl = @u_char_decl@
315u_int16_decl = @u_int16_decl@
316u_int32_decl = @u_int32_decl@
317u_int8_decl = @u_int8_decl@
318u_int_decl = @u_int_decl@
319u_long_decl = @u_long_decl@
320u_short_decl = @u_short_decl@
321INCLUDES = -DCONFIG_FILE=\"${sysconfdir}/mifluz.conf\" \
322	        -I$(top_srcdir)/mifluz \
323		-I$(top_builddir)/db \
324		-I$(top_srcdir)/db \
325		-I$(top_srcdir)/clib \
326		-I$(top_srcdir) \
327		-DNOSTREAM \
328		$(LOCAL_DEFINES) $(PROFILING)
329
330MIFLUZLIBS = $(top_builddir)/mifluz/libmifluz.la
331LOCAL_DEFINES = -U_WIN32
332AUTOMAKE_OPTIONS = foreign
333EXTRA_DIST = db.h.in \
334	68K.gcc alpha.gcc sparc.gcc x86.gcc ia64.gcc parisc.gcc \
335	hash.src log.src qam.src txn.src prefix-symbols.sh \
336	sco.cc uts4_cc.s \
337	LICENSE
338
339noinst_LTLIBRARIES = libdb.la
340libdb_la_SOURCES = \
341	bt_compare.c \
342	bt_conv.c \
343	bt_curadj.c \
344	bt_cursor.c \
345	bt_delete.c \
346	bt_method.c \
347	bt_open.c \
348	bt_put.c \
349	bt_rec.c \
350	bt_reclaim.c \
351	bt_recno.c \
352	bt_rsearch.c \
353	bt_search.c \
354	bt_split.c \
355	bt_stat.c \
356	bt_upgrade.c \
357	bt_verify.c \
358	btree_auto.c \
359	crdel_auto.c \
360	crdel_rec.c \
361	db.c \
362	db_am.c \
363	db_auto.c \
364	db_byteorder.c \
365	db_cam.c \
366	db_conv.c \
367	db_dispatch.c \
368	db_dup.c \
369	db_err.c \
370	db_getlong.c \
371	db_iface.c \
372	db_join.c \
373	db_log2.c \
374	db_meta.c \
375	db_method.c \
376	db_overflow.c \
377	db_pr.c \
378	db_rec.c \
379	db_reclaim.c \
380	db_ret.c \
381	db_salloc.c \
382	db_shash.c \
383	db_upg.c \
384	db_upg_opd.c \
385	db_vrfy.c \
386	db_vrfyutil.c \
387	env_method.c \
388	env_open.c \
389	env_recover.c \
390	env_region.c \
391	hash.c \
392	hash_auto.c \
393	hash_conv.c \
394	hash_dup.c \
395	hash_func.c \
396	hash_meta.c \
397	hash_method.c \
398	hash_page.c \
399	hash_rec.c \
400	hash_reclaim.c \
401	hash_stat.c \
402	hash_upgrade.c \
403	hash_verify.c \
404	lock.c \
405	lock_conflict.c \
406	lock_deadlock.c \
407	lock_region.c \
408	lock_util.c \
409	log.c \
410	log_archive.c \
411	log_auto.c \
412	log_compare.c \
413	log_findckp.c \
414	log_get.c \
415	log_method.c \
416	log_put.c \
417	log_rec.c \
418	log_register.c \
419	mp_alloc.c \
420	mp_bh.c \
421	mp_cmpr.c \
422	mp_fget.c \
423	mp_fopen.c \
424	mp_fput.c \
425	mp_fset.c \
426	mp_method.c \
427	mp_region.c \
428	mp_register.c \
429	mp_stat.c \
430	mp_sync.c \
431	mp_trickle.c \
432	mut_fcntl.c \
433	mut_pthread.c \
434	mut_tas.c \
435	mutex.c \
436	os_abs.c \
437	os_alloc.c \
438	os_dir.c \
439	os_errno.c \
440	os_fid.c \
441	os_finit.c \
442	os_fsync.c \
443	os_handle.c \
444	os_map.c \
445	os_method.c \
446	os_oflags.c \
447	os_open.c \
448	os_region.c \
449	os_rename.c \
450	os_root.c \
451	os_rpath.c \
452	os_rw.c \
453	os_seek.c \
454	os_sleep.c \
455	os_spin.c \
456	os_stat.c \
457	os_tmpdir.c \
458	os_unlink.c \
459	qam.c \
460	qam_auto.c \
461	qam_conv.c \
462	qam_method.c \
463	qam_open.c \
464	qam_rec.c \
465	qam_stat.c \
466	qam_upgrade.c \
467	qam_verify.c \
468	txn.c \
469	txn_auto.c \
470	txn_rec.c \
471	txn_region.c \
472	xa.c \
473	xa_db.c \
474	xa_map.c
475
476pkginclude_HEADERS = \
477	btree.h \
478	btree_auto.h \
479	btree_ext.h \
480	common_ext.h \
481	crdel_auto.h \
482	db.h \
483	db_am.h \
484	db_auto.h \
485	db_dispatch.h \
486	db_ext.h \
487	db_int.h \
488	db_join.h \
489	db_page.h \
490	db_shash.h \
491	db_swap.h \
492	db_upgrade.h \
493	db_verify.h \
494	debug.h \
495	env_ext.h \
496	hash.h \
497	hash_auto.h \
498	hash_ext.h \
499	lock.h \
500	lock_ext.h \
501	log.h \
502	log_auto.h \
503	log_ext.h \
504	mp.h \
505	mp_ext.h \
506	mutex.h \
507	mutex_ext.h \
508	os.h \
509	os_ext.h \
510	os_jump.h \
511	qam.h \
512	qam_auto.h \
513	qam_ext.h \
514	queue.h \
515	region.h \
516	shqueue.h \
517	txn.h \
518	txn_auto.h \
519	txn_ext.h \
520	xa.h \
521	xa_ext.h
522
523all: all-am
524
525.SUFFIXES:
526.SUFFIXES: .c .lo .o .obj
527$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.config $(am__configure_deps)
528	@for dep in $?; do \
529	  case '$(am__configure_deps)' in \
530	    *$$dep*) \
531	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
532	        && { if test -f $@; then exit 0; else break; fi; }; \
533	      exit 1;; \
534	  esac; \
535	done; \
536	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign db/Makefile'; \
537	$(am__cd) $(top_srcdir) && \
538	  $(AUTOMAKE) --foreign db/Makefile
539.PRECIOUS: Makefile
540Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
541	@case '$?' in \
542	  *config.status*) \
543	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
544	  *) \
545	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
546	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
547	esac;
548$(top_srcdir)/Makefile.config:
549
550$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
551	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
552
553$(top_srcdir)/configure:  $(am__configure_deps)
554	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
555$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
556	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
557$(am__aclocal_m4_deps):
558db.h: $(top_builddir)/config.status $(srcdir)/db.h.in
559	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
560
561clean-noinstLTLIBRARIES:
562	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
563	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
564	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
565	  test "$$dir" != "$$p" || dir=.; \
566	  echo "rm -f \"$${dir}/so_locations\""; \
567	  rm -f "$${dir}/so_locations"; \
568	done
569libdb.la: $(libdb_la_OBJECTS) $(libdb_la_DEPENDENCIES) $(EXTRA_libdb_la_DEPENDENCIES)
570	$(LINK)  $(libdb_la_OBJECTS) $(libdb_la_LIBADD) $(LIBS)
571
572mostlyclean-compile:
573	-rm -f *.$(OBJEXT)
574
575distclean-compile:
576	-rm -f *.tab.c
577
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_compare.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_conv.Plo@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_curadj.Plo@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_cursor.Plo@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_delete.Plo@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_method.Plo@am__quote@
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_open.Plo@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_put.Plo@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_rec.Plo@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_reclaim.Plo@am__quote@
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_recno.Plo@am__quote@
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_rsearch.Plo@am__quote@
590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_search.Plo@am__quote@
591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_split.Plo@am__quote@
592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_stat.Plo@am__quote@
593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_upgrade.Plo@am__quote@
594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt_verify.Plo@am__quote@
595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btree_auto.Plo@am__quote@
596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crdel_auto.Plo@am__quote@
597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crdel_rec.Plo@am__quote@
598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db.Plo@am__quote@
599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_am.Plo@am__quote@
600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_auto.Plo@am__quote@
601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_byteorder.Plo@am__quote@
602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_cam.Plo@am__quote@
603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_conv.Plo@am__quote@
604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_dispatch.Plo@am__quote@
605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_dup.Plo@am__quote@
606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_err.Plo@am__quote@
607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_getlong.Plo@am__quote@
608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_iface.Plo@am__quote@
609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_join.Plo@am__quote@
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_log2.Plo@am__quote@
611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_meta.Plo@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_method.Plo@am__quote@
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_overflow.Plo@am__quote@
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_pr.Plo@am__quote@
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_rec.Plo@am__quote@
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_reclaim.Plo@am__quote@
617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_ret.Plo@am__quote@
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_salloc.Plo@am__quote@
619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_shash.Plo@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_upg.Plo@am__quote@
621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_upg_opd.Plo@am__quote@
622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_vrfy.Plo@am__quote@
623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_vrfyutil.Plo@am__quote@
624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_method.Plo@am__quote@
625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_open.Plo@am__quote@
626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_recover.Plo@am__quote@
627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_region.Plo@am__quote@
628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_auto.Plo@am__quote@
630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_conv.Plo@am__quote@
631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_dup.Plo@am__quote@
632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_func.Plo@am__quote@
633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_meta.Plo@am__quote@
634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_method.Plo@am__quote@
635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_page.Plo@am__quote@
636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_rec.Plo@am__quote@
637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_reclaim.Plo@am__quote@
638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_stat.Plo@am__quote@
639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_upgrade.Plo@am__quote@
640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_verify.Plo@am__quote@
641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@
642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_conflict.Plo@am__quote@
643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_deadlock.Plo@am__quote@
644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_region.Plo@am__quote@
645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_util.Plo@am__quote@
646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_archive.Plo@am__quote@
648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_auto.Plo@am__quote@
649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_compare.Plo@am__quote@
650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_findckp.Plo@am__quote@
651@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_get.Plo@am__quote@
652@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_method.Plo@am__quote@
653@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_put.Plo@am__quote@
654@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_rec.Plo@am__quote@
655@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_register.Plo@am__quote@
656@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_alloc.Plo@am__quote@
657@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_bh.Plo@am__quote@
658@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_cmpr.Plo@am__quote@
659@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_fget.Plo@am__quote@
660@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_fopen.Plo@am__quote@
661@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_fput.Plo@am__quote@
662@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_fset.Plo@am__quote@
663@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_method.Plo@am__quote@
664@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_region.Plo@am__quote@
665@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_register.Plo@am__quote@
666@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_stat.Plo@am__quote@
667@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_sync.Plo@am__quote@
668@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_trickle.Plo@am__quote@
669@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mut_fcntl.Plo@am__quote@
670@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mut_pthread.Plo@am__quote@
671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mut_tas.Plo@am__quote@
672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutex.Plo@am__quote@
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_abs.Plo@am__quote@
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_alloc.Plo@am__quote@
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dir.Plo@am__quote@
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_errno.Plo@am__quote@
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_fid.Plo@am__quote@
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_finit.Plo@am__quote@
679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_fsync.Plo@am__quote@
680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_handle.Plo@am__quote@
681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_map.Plo@am__quote@
682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_method.Plo@am__quote@
683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_oflags.Plo@am__quote@
684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_open.Plo@am__quote@
685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_region.Plo@am__quote@
686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_rename.Plo@am__quote@
687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_root.Plo@am__quote@
688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_rpath.Plo@am__quote@
689@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_rw.Plo@am__quote@
690@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_seek.Plo@am__quote@
691@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_sleep.Plo@am__quote@
692@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_spin.Plo@am__quote@
693@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_stat.Plo@am__quote@
694@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_tmpdir.Plo@am__quote@
695@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_unlink.Plo@am__quote@
696@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam.Plo@am__quote@
697@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_auto.Plo@am__quote@
698@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_conv.Plo@am__quote@
699@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_method.Plo@am__quote@
700@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_open.Plo@am__quote@
701@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_rec.Plo@am__quote@
702@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_stat.Plo@am__quote@
703@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_upgrade.Plo@am__quote@
704@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qam_verify.Plo@am__quote@
705@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txn.Plo@am__quote@
706@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txn_auto.Plo@am__quote@
707@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txn_rec.Plo@am__quote@
708@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txn_region.Plo@am__quote@
709@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xa.Plo@am__quote@
710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xa_db.Plo@am__quote@
711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xa_map.Plo@am__quote@
712
713.c.o:
714@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
715@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
716@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
717@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
718@am__fastdepCC_FALSE@	$(COMPILE) -c $<
719
720.c.obj:
721@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
722@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
723@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
724@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
725@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
726
727.c.lo:
728@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
729@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
730@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
731@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
733
734mostlyclean-libtool:
735	-rm -f *.lo
736
737clean-libtool:
738	-rm -rf .libs _libs
739install-pkgincludeHEADERS: $(pkginclude_HEADERS)
740	@$(NORMAL_INSTALL)
741	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
742	if test -n "$$list"; then \
743	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
744	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
745	fi; \
746	for p in $$list; do \
747	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
748	  echo "$$d$$p"; \
749	done | $(am__base_list) | \
750	while read files; do \
751	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
752	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
753	done
754
755uninstall-pkgincludeHEADERS:
756	@$(NORMAL_UNINSTALL)
757	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
758	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
759	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
760
761ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
762	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
763	unique=`for i in $$list; do \
764	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
765	  done | \
766	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
767	      END { if (nonempty) { for (i in files) print i; }; }'`; \
768	mkid -fID $$unique
769tags: TAGS
770
771TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
772		$(TAGS_FILES) $(LISP)
773	set x; \
774	here=`pwd`; \
775	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
776	unique=`for i in $$list; do \
777	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
778	  done | \
779	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
780	      END { if (nonempty) { for (i in files) print i; }; }'`; \
781	shift; \
782	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
783	  test -n "$$unique" || unique=$$empty_fix; \
784	  if test $$# -gt 0; then \
785	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
786	      "$$@" $$unique; \
787	  else \
788	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
789	      $$unique; \
790	  fi; \
791	fi
792ctags: CTAGS
793CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
794		$(TAGS_FILES) $(LISP)
795	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
796	unique=`for i in $$list; do \
797	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
798	  done | \
799	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
800	      END { if (nonempty) { for (i in files) print i; }; }'`; \
801	test -z "$(CTAGS_ARGS)$$unique" \
802	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
803	     $$unique
804
805GTAGS:
806	here=`$(am__cd) $(top_builddir) && pwd` \
807	  && $(am__cd) $(top_srcdir) \
808	  && gtags -i $(GTAGS_ARGS) "$$here"
809
810distclean-tags:
811	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
812
813distdir: $(DISTFILES)
814	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
815	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
816	list='$(DISTFILES)'; \
817	  dist_files=`for file in $$list; do echo $$file; done | \
818	  sed -e "s|^$$srcdirstrip/||;t" \
819	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
820	case $$dist_files in \
821	  */*) $(MKDIR_P) `echo "$$dist_files" | \
822			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
823			   sort -u` ;; \
824	esac; \
825	for file in $$dist_files; do \
826	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
827	  if test -d $$d/$$file; then \
828	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
829	    if test -d "$(distdir)/$$file"; then \
830	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
831	    fi; \
832	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
833	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
834	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
835	    fi; \
836	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
837	  else \
838	    test -f "$(distdir)/$$file" \
839	    || cp -p $$d/$$file "$(distdir)/$$file" \
840	    || exit 1; \
841	  fi; \
842	done
843check-am: all-am
844check: check-am
845all-am: Makefile $(LTLIBRARIES) $(HEADERS)
846installdirs:
847	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
848	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
849	done
850install: install-am
851install-exec: install-exec-am
852install-data: install-data-am
853uninstall: uninstall-am
854
855install-am: all-am
856	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
857
858installcheck: installcheck-am
859install-strip:
860	if test -z '$(STRIP)'; then \
861	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
862	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
863	      install; \
864	else \
865	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
866	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
867	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
868	fi
869mostlyclean-generic:
870
871clean-generic:
872
873distclean-generic:
874	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
875	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
876
877maintainer-clean-generic:
878	@echo "This command is intended for maintainers to use"
879	@echo "it deletes files that may require special tools to rebuild."
880clean: clean-am
881
882clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
883	mostlyclean-am
884
885distclean: distclean-am
886	-rm -rf ./$(DEPDIR)
887	-rm -f Makefile
888distclean-am: clean-am distclean-compile distclean-generic \
889	distclean-tags
890
891dvi: dvi-am
892
893dvi-am:
894
895html: html-am
896
897html-am:
898
899info: info-am
900
901info-am:
902
903install-data-am: install-pkgincludeHEADERS
904
905install-dvi: install-dvi-am
906
907install-dvi-am:
908
909install-exec-am:
910
911install-html: install-html-am
912
913install-html-am:
914
915install-info: install-info-am
916
917install-info-am:
918
919install-man:
920
921install-pdf: install-pdf-am
922
923install-pdf-am:
924
925install-ps: install-ps-am
926
927install-ps-am:
928
929installcheck-am:
930
931maintainer-clean: maintainer-clean-am
932	-rm -rf ./$(DEPDIR)
933	-rm -f Makefile
934maintainer-clean-am: distclean-am maintainer-clean-generic
935
936mostlyclean: mostlyclean-am
937
938mostlyclean-am: mostlyclean-compile mostlyclean-generic \
939	mostlyclean-libtool
940
941pdf: pdf-am
942
943pdf-am:
944
945ps: ps-am
946
947ps-am:
948
949uninstall-am: uninstall-pkgincludeHEADERS
950
951.MAKE: install-am install-strip
952
953.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
954	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
955	distclean-compile distclean-generic distclean-libtool \
956	distclean-tags distdir dvi dvi-am html html-am info info-am \
957	install install-am install-data install-data-am install-dvi \
958	install-dvi-am install-exec install-exec-am install-html \
959	install-html-am install-info install-info-am install-man \
960	install-pdf install-pdf-am install-pkgincludeHEADERS \
961	install-ps install-ps-am install-strip installcheck \
962	installcheck-am installdirs maintainer-clean \
963	maintainer-clean-generic mostlyclean mostlyclean-compile \
964	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
965	tags uninstall uninstall-am uninstall-pkgincludeHEADERS
966
967
968diff:
969	rm -fr 1.tmp ; mkdir 1.tmp
970	cp db.h.in *.[ch] 1.tmp
971	cd 1.tmp ; \
972	rm -fr ../../../db-3.1.14/build_unix ; \
973	rm -fr ../../../db-3.1.14/{build,os}_{vxworks,win32,vms} ; \
974	perl -pi -e 's/CDB_//g' *.[ch] ; \
975	for i in *.[ch] *.in ; do echo diff -c ../../../db-3.1.14/*/$$i $$i >&2 ; diff -c ../../../db-3.1.14/*/$$i $$i ; done ; \
976	diff -c db.h.in ../../../db-3.1.14/include/db.src
977
978polution:
979	nm .libs/libdb.al | perl -n -e 'print if(!/^$$/ && !/ [Urtdb] / && !/CDB_/)'
980
981polutionquiet:
982	nm .libs/libdb.al | perl -n -e 'print if(!/\.lo:/ && !/^$$/ && !/ [Urtdb] / && !/CDB_/)'
983
984substitutions:
985	nm .libs/libdb.al | perl -n -e 'chop; if(!/CDB_/ && s/\w+ [TDRC] //) { print "s/\\b$$_\\b/CDB_$$_/g;\n"; } '
986
987# Tell versions [3.59,3.63) of GNU make to not export all variables.
988# Otherwise a system limit (for SysV at least) may be exceeded.
989.NOEXPORT:
990