Imported Upstream version 1.10
[platform/upstream/gdbm.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6 # 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 # This file is part of GDBM.                                   -*- Makefile -*-
19 # Copyright (C) 2007, 2011 Free Software Foundation, Inc.
20 #
21 # GDBM is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 3, or (at your option)
24 # any later version.
25 #
26 # GDBM is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 # along with GDBM. If not, see <http://www.gnu.org/licenses/>. 
33
34
35
36 VPATH = @srcdir@
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 bin_PROGRAMS = testgdbm$(EXEEXT)
56 subdir = src
57 DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
58         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59         $(srcdir)/gdbm.h.in
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
62         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
63         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
64         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
65         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
66         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
67         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
68         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70         $(ACLOCAL_M4)
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = $(top_builddir)/autoconf.h
73 CONFIG_CLEAN_FILES = gdbm.h
74 CONFIG_CLEAN_VPATH_FILES =
75 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76 am__vpath_adj = case $$p in \
77     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78     *) f=$$p;; \
79   esac;
80 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
81 am__install_max = 40
82 am__nobase_strip_setup = \
83   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
84 am__nobase_strip = \
85   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
86 am__nobase_list = $(am__nobase_strip_setup); \
87   for p in $$list; do echo "$$p $$p"; done | \
88   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
89   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
90     if (++n[$$2] == $(am__install_max)) \
91       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92     END { for (dir in files) print dir, files[dir] }'
93 am__base_list = \
94   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
95   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
96 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
97         "$(DESTDIR)$(includedir)"
98 LTLIBRARIES = $(lib_LTLIBRARIES)
99 libgdbm_la_DEPENDENCIES =
100 am_libgdbm_la_OBJECTS = gdbmopen.lo gdbmdelete.lo gdbmfetch.lo \
101         gdbmstore.lo gdbmclose.lo gdbmreorg.lo gdbmseq.lo gdbmsync.lo \
102         gdbmerrno.lo gdbmexists.lo gdbmfdesc.lo gdbmsetopt.lo \
103         bucket.lo falloc.lo findkey.lo flatfile.lo fullio.lo hash.lo \
104         lock.lo mmap.lo update.lo version.lo
105 libgdbm_la_OBJECTS = $(am_libgdbm_la_OBJECTS)
106 AM_V_lt = $(am__v_lt_$(V))
107 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
108 am__v_lt_0 = --silent
109 libgdbm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
110         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111         $(libgdbm_la_LDFLAGS) $(LDFLAGS) -o $@
112 PROGRAMS = $(bin_PROGRAMS)
113 testgdbm_SOURCES = testgdbm.c
114 testgdbm_OBJECTS = testgdbm.$(OBJEXT)
115 testgdbm_DEPENDENCIES = ./libgdbm.la
116 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
117 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
118 am__depfiles_maybe = depfiles
119 am__mv = mv -f
120 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
124         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
125         $(AM_CFLAGS) $(CFLAGS)
126 AM_V_CC = $(am__v_CC_$(V))
127 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
128 am__v_CC_0 = @echo "  CC    " $@;
129 AM_V_at = $(am__v_at_$(V))
130 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
131 am__v_at_0 = @
132 CCLD = $(CC)
133 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
135         $(AM_LDFLAGS) $(LDFLAGS) -o $@
136 AM_V_CCLD = $(am__v_CCLD_$(V))
137 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
138 am__v_CCLD_0 = @echo "  CCLD  " $@;
139 AM_V_GEN = $(am__v_GEN_$(V))
140 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
141 am__v_GEN_0 = @echo "  GEN   " $@;
142 SOURCES = $(libgdbm_la_SOURCES) testgdbm.c
143 DIST_SOURCES = $(libgdbm_la_SOURCES) testgdbm.c
144 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
145 ETAGS = etags
146 CTAGS = ctags
147 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148 ACLOCAL = @ACLOCAL@
149 AMTAR = @AMTAR@
150 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
151 AR = @AR@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOM4TE = @AUTOM4TE@
155 AUTOMAKE = @AUTOMAKE@
156 AWK = @AWK@
157 CC = @CC@
158 CCDEPMODE = @CCDEPMODE@
159 CFLAGS = @CFLAGS@
160 CPP = @CPP@
161 CPPFLAGS = @CPPFLAGS@
162 CYGPATH_W = @CYGPATH_W@
163 DEFS = @DEFS@
164 DEPDIR = @DEPDIR@
165 DSYMUTIL = @DSYMUTIL@
166 DUMPBIN = @DUMPBIN@
167 ECHO_C = @ECHO_C@
168 ECHO_N = @ECHO_N@
169 ECHO_T = @ECHO_T@
170 EGREP = @EGREP@
171 EXEEXT = @EXEEXT@
172 FGREP = @FGREP@
173 GDBM183_INCLUDEDIR = @GDBM183_INCLUDEDIR@
174 GDBM183_LIBDIR = @GDBM183_LIBDIR@
175 GDBM183_LIBRARY = @GDBM183_LIBRARY@
176 GDBM_VERSION_MAJOR = @GDBM_VERSION_MAJOR@
177 GDBM_VERSION_MINOR = @GDBM_VERSION_MINOR@
178 GDBM_VERSION_PATCH = @GDBM_VERSION_PATCH@
179 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
180 GMSGFMT = @GMSGFMT@
181 GMSGFMT_015 = @GMSGFMT_015@
182 GREP = @GREP@
183 INSTALL = @INSTALL@
184 INSTALL_DATA = @INSTALL_DATA@
185 INSTALL_PROGRAM = @INSTALL_PROGRAM@
186 INSTALL_SCRIPT = @INSTALL_SCRIPT@
187 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
188 INTLLIBS = @INTLLIBS@
189 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
190 LD = @LD@
191 LDFLAGS = @LDFLAGS@
192 LIBICONV = @LIBICONV@
193 LIBINTL = @LIBINTL@
194 LIBOBJS = @LIBOBJS@
195 LIBS = @LIBS@
196 LIBTOOL = @LIBTOOL@
197 LIPO = @LIPO@
198 LN_S = @LN_S@
199 LTLIBICONV = @LTLIBICONV@
200 LTLIBINTL = @LTLIBINTL@
201 LTLIBOBJS = @LTLIBOBJS@
202 MAKEINFO = @MAKEINFO@
203 MKDIR_P = @MKDIR_P@
204 MSGFMT = @MSGFMT@
205 MSGFMT_015 = @MSGFMT_015@
206 MSGMERGE = @MSGMERGE@
207 NM = @NM@
208 NMEDIT = @NMEDIT@
209 OBJDUMP = @OBJDUMP@
210 OBJEXT = @OBJEXT@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_VERSION = @PACKAGE_VERSION@
219 PATH_SEPARATOR = @PATH_SEPARATOR@
220 POSUB = @POSUB@
221 RANLIB = @RANLIB@
222 SED = @SED@
223 SET_MAKE = @SET_MAKE@
224 SHELL = @SHELL@
225 STRIP = @STRIP@
226 USE_NLS = @USE_NLS@
227 VERSION = @VERSION@
228 XGETTEXT = @XGETTEXT@
229 XGETTEXT_015 = @XGETTEXT_015@
230 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
231 abs_builddir = @abs_builddir@
232 abs_srcdir = @abs_srcdir@
233 abs_top_builddir = @abs_top_builddir@
234 abs_top_srcdir = @abs_top_srcdir@
235 ac_ct_CC = @ac_ct_CC@
236 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libdir = @libdir@
264 libexecdir = @libexecdir@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 oldincludedir = @oldincludedir@
270 pdfdir = @pdfdir@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 psdir = @psdir@
274 sbindir = @sbindir@
275 sharedstatedir = @sharedstatedir@
276 srcdir = @srcdir@
277 sysconfdir = @sysconfdir@
278 target_alias = @target_alias@
279 top_build_prefix = @top_build_prefix@
280 top_builddir = @top_builddir@
281 top_srcdir = @top_srcdir@
282
283 # Flags
284 AM_CPPFLAGS = -DIN_GDBM -DLOCALEDIR=\"$(localedir)\"
285
286 # Headers
287 include_HEADERS = gdbm.h
288 noinst_HEADERS = \
289  gdbmconst.h\
290  gdbmdefs.h\
291  gettext.h\
292  proto.h\
293  systems.h
294
295 EXTRA_DIST = gdbm.h.in
296
297 # The libraries
298 VI_CURRENT = 4
299 VI_REVISION = 0
300 VI_AGE = 0
301 lib_LTLIBRARIES = libgdbm.la
302 libgdbm_la_LIBADD = @LTLIBINTL@
303 libgdbm_la_SOURCES = \
304  gdbmopen.c\
305  gdbmdelete.c\
306  gdbmfetch.c\
307  gdbmstore.c\
308  gdbmclose.c\
309  gdbmreorg.c\
310  gdbmseq.c\
311  gdbmsync.c\
312  gdbmerrno.c\
313  gdbmexists.c\
314  gdbmfdesc.c\
315  gdbmsetopt.c\
316  bucket.c\
317  falloc.c\
318  findkey.c\
319  flatfile.c\
320  fullio.c\
321  hash.c\
322  lock.c\
323  mmap.c\
324  update.c\
325  version.c
326
327 libgdbm_la_LDFLAGS = -version-info $(VI_CURRENT):$(VI_REVISION):$(VI_AGE)
328 testgdbm_LDADD = ./libgdbm.la
329 all: all-am
330
331 .SUFFIXES:
332 .SUFFIXES: .c .lo .o .obj
333 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
334         @for dep in $?; do \
335           case '$(am__configure_deps)' in \
336             *$$dep*) \
337               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
338                 && { if test -f $@; then exit 0; else break; fi; }; \
339               exit 1;; \
340           esac; \
341         done; \
342         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \
343         $(am__cd) $(top_srcdir) && \
344           $(AUTOMAKE) --gnits src/Makefile
345 .PRECIOUS: Makefile
346 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347         @case '$?' in \
348           *config.status*) \
349             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
350           *) \
351             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
352             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
353         esac;
354
355 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
358 $(top_srcdir)/configure:  $(am__configure_deps)
359         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
361         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362 $(am__aclocal_m4_deps):
363 gdbm.h: $(top_builddir)/config.status $(srcdir)/gdbm.h.in
364         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
365 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
366         @$(NORMAL_INSTALL)
367         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
368         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
369         list2=; for p in $$list; do \
370           if test -f $$p; then \
371             list2="$$list2 $$p"; \
372           else :; fi; \
373         done; \
374         test -z "$$list2" || { \
375           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
376           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
377         }
378
379 uninstall-libLTLIBRARIES:
380         @$(NORMAL_UNINSTALL)
381         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
382         for p in $$list; do \
383           $(am__strip_dir) \
384           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
385           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
386         done
387
388 clean-libLTLIBRARIES:
389         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
390         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
391           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
392           test "$$dir" != "$$p" || dir=.; \
393           echo "rm -f \"$${dir}/so_locations\""; \
394           rm -f "$${dir}/so_locations"; \
395         done
396 libgdbm.la: $(libgdbm_la_OBJECTS) $(libgdbm_la_DEPENDENCIES) 
397         $(AM_V_CCLD)$(libgdbm_la_LINK) -rpath $(libdir) $(libgdbm_la_OBJECTS) $(libgdbm_la_LIBADD) $(LIBS)
398 install-binPROGRAMS: $(bin_PROGRAMS)
399         @$(NORMAL_INSTALL)
400         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
401         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
402         for p in $$list; do echo "$$p $$p"; done | \
403         sed 's/$(EXEEXT)$$//' | \
404         while read p p1; do if test -f $$p || test -f $$p1; \
405           then echo "$$p"; echo "$$p"; else :; fi; \
406         done | \
407         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
408             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
409         sed 'N;N;N;s,\n, ,g' | \
410         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
411           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
412             if ($$2 == $$4) files[d] = files[d] " " $$1; \
413             else { print "f", $$3 "/" $$4, $$1; } } \
414           END { for (d in files) print "f", d, files[d] }' | \
415         while read type dir files; do \
416             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
417             test -z "$$files" || { \
418             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
419             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
420             } \
421         ; done
422
423 uninstall-binPROGRAMS:
424         @$(NORMAL_UNINSTALL)
425         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
426         files=`for p in $$list; do echo "$$p"; done | \
427           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
428               -e 's/$$/$(EXEEXT)/' `; \
429         test -n "$$list" || exit 0; \
430         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
431         cd "$(DESTDIR)$(bindir)" && rm -f $$files
432
433 clean-binPROGRAMS:
434         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
435         echo " rm -f" $$list; \
436         rm -f $$list || exit $$?; \
437         test -n "$(EXEEXT)" || exit 0; \
438         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
439         echo " rm -f" $$list; \
440         rm -f $$list
441
442 installcheck-binPROGRAMS: $(bin_PROGRAMS)
443         bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
444           case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
445            *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
446           esac; \
447           f=`echo "$$p" | \
448              sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
449           for opt in --help --version; do \
450             if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
451                  2>c$${pid}_.err </dev/null \
452                  && test -n "`cat c$${pid}_.out`" \
453                  && test -z "`cat c$${pid}_.err`"; then :; \
454             else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
455           done; \
456         done; rm -f c$${pid}_.???; exit $$bad
457 testgdbm$(EXEEXT): $(testgdbm_OBJECTS) $(testgdbm_DEPENDENCIES) 
458         @rm -f testgdbm$(EXEEXT)
459         $(AM_V_CCLD)$(LINK) $(testgdbm_OBJECTS) $(testgdbm_LDADD) $(LIBS)
460
461 mostlyclean-compile:
462         -rm -f *.$(OBJEXT)
463
464 distclean-compile:
465         -rm -f *.tab.c
466
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bucket.Plo@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/falloc.Plo@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findkey.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flatfile.Plo@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fullio.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmclose.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmdelete.Plo@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmerrno.Plo@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmexists.Plo@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmfdesc.Plo@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmfetch.Plo@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmopen.Plo@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmreorg.Plo@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmseq.Plo@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmsetopt.Plo@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmstore.Plo@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbmsync.Plo@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmap.Plo@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testgdbm.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
490
491 .c.o:
492 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
493 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
494 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
498
499 .c.obj:
500 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
501 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
502 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
506
507 .c.lo:
508 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
509 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
510 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
514
515 mostlyclean-libtool:
516         -rm -f *.lo
517
518 clean-libtool:
519         -rm -rf .libs _libs
520 install-includeHEADERS: $(include_HEADERS)
521         @$(NORMAL_INSTALL)
522         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
523         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
524         for p in $$list; do \
525           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
526           echo "$$d$$p"; \
527         done | $(am__base_list) | \
528         while read files; do \
529           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
530           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
531         done
532
533 uninstall-includeHEADERS:
534         @$(NORMAL_UNINSTALL)
535         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
536         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
537         test -n "$$files" || exit 0; \
538         echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
539         cd "$(DESTDIR)$(includedir)" && rm -f $$files
540
541 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
542         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
543         unique=`for i in $$list; do \
544             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
545           done | \
546           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
547               END { if (nonempty) { for (i in files) print i; }; }'`; \
548         mkid -fID $$unique
549 tags: TAGS
550
551 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
552                 $(TAGS_FILES) $(LISP)
553         set x; \
554         here=`pwd`; \
555         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
556         unique=`for i in $$list; do \
557             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
558           done | \
559           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
560               END { if (nonempty) { for (i in files) print i; }; }'`; \
561         shift; \
562         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
563           test -n "$$unique" || unique=$$empty_fix; \
564           if test $$# -gt 0; then \
565             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566               "$$@" $$unique; \
567           else \
568             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569               $$unique; \
570           fi; \
571         fi
572 ctags: CTAGS
573 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
574                 $(TAGS_FILES) $(LISP)
575         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
576         unique=`for i in $$list; do \
577             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578           done | \
579           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580               END { if (nonempty) { for (i in files) print i; }; }'`; \
581         test -z "$(CTAGS_ARGS)$$unique" \
582           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
583              $$unique
584
585 GTAGS:
586         here=`$(am__cd) $(top_builddir) && pwd` \
587           && $(am__cd) $(top_srcdir) \
588           && gtags -i $(GTAGS_ARGS) "$$here"
589
590 distclean-tags:
591         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
592
593 distdir: $(DISTFILES)
594         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596         list='$(DISTFILES)'; \
597           dist_files=`for file in $$list; do echo $$file; done | \
598           sed -e "s|^$$srcdirstrip/||;t" \
599               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
600         case $$dist_files in \
601           */*) $(MKDIR_P) `echo "$$dist_files" | \
602                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
603                            sort -u` ;; \
604         esac; \
605         for file in $$dist_files; do \
606           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
607           if test -d $$d/$$file; then \
608             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
609             if test -d "$(distdir)/$$file"; then \
610               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611             fi; \
612             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
613               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
614               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
615             fi; \
616             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
617           else \
618             test -f "$(distdir)/$$file" \
619             || cp -p $$d/$$file "$(distdir)/$$file" \
620             || exit 1; \
621           fi; \
622         done
623 check-am: all-am
624 check: check-am
625 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
626 install-binPROGRAMS: install-libLTLIBRARIES
627
628 installdirs:
629         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
630           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
631         done
632 install: install-am
633 install-exec: install-exec-am
634 install-data: install-data-am
635 uninstall: uninstall-am
636
637 install-am: all-am
638         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
639
640 installcheck: installcheck-am
641 install-strip:
642         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
643           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
644           `test -z '$(STRIP)' || \
645             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
646 mostlyclean-generic:
647
648 clean-generic:
649
650 distclean-generic:
651         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
652         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
653
654 maintainer-clean-generic:
655         @echo "This command is intended for maintainers to use"
656         @echo "it deletes files that may require special tools to rebuild."
657 clean: clean-am
658
659 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
660         clean-libtool mostlyclean-am
661
662 distclean: distclean-am
663         -rm -rf ./$(DEPDIR)
664         -rm -f Makefile
665 distclean-am: clean-am distclean-compile distclean-generic \
666         distclean-tags
667
668 dvi: dvi-am
669
670 dvi-am:
671
672 html: html-am
673
674 html-am:
675
676 info: info-am
677
678 info-am:
679
680 install-data-am: install-includeHEADERS
681
682 install-dvi: install-dvi-am
683
684 install-dvi-am:
685
686 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
687
688 install-html: install-html-am
689
690 install-html-am:
691
692 install-info: install-info-am
693
694 install-info-am:
695
696 install-man:
697
698 install-pdf: install-pdf-am
699
700 install-pdf-am:
701
702 install-ps: install-ps-am
703
704 install-ps-am:
705
706 installcheck-am: installcheck-binPROGRAMS
707
708 maintainer-clean: maintainer-clean-am
709         -rm -rf ./$(DEPDIR)
710         -rm -f Makefile
711 maintainer-clean-am: distclean-am maintainer-clean-generic
712
713 mostlyclean: mostlyclean-am
714
715 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
716         mostlyclean-libtool
717
718 pdf: pdf-am
719
720 pdf-am:
721
722 ps: ps-am
723
724 ps-am:
725
726 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
727         uninstall-libLTLIBRARIES
728
729 .MAKE: install-am install-strip
730
731 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
732         clean-generic clean-libLTLIBRARIES clean-libtool ctags \
733         distclean distclean-compile distclean-generic \
734         distclean-libtool distclean-tags distdir dvi dvi-am html \
735         html-am info info-am install install-am install-binPROGRAMS \
736         install-data install-data-am install-dvi install-dvi-am \
737         install-exec install-exec-am install-html install-html-am \
738         install-includeHEADERS install-info install-info-am \
739         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
740         install-ps install-ps-am install-strip installcheck \
741         installcheck-am installcheck-binPROGRAMS installdirs \
742         maintainer-clean maintainer-clean-generic mostlyclean \
743         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
744         pdf pdf-am ps ps-am tags uninstall uninstall-am \
745         uninstall-binPROGRAMS uninstall-includeHEADERS \
746         uninstall-libLTLIBRARIES
747
748
749 # Tell versions [3.59,3.63) of GNU make to not export all variables.
750 # Otherwise a system limit (for SysV at least) may be exceeded.
751 .NOEXPORT: