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