Annotation of parser3/src/lib/sdbm/Makefile.in, revision 1.9

1.3       paf         1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.1       paf         2: # @configure_input@
                      3: 
1.3       paf         4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004  Free Software Foundation, Inc.
1.1       paf         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: 
1.3       paf        17: 
                     18: SOURCES = $(libsdbm_a_SOURCES)
                     19: 
1.1       paf        20: srcdir = @srcdir@
                     21: top_srcdir = @top_srcdir@
                     22: VPATH = @srcdir@
                     23: pkgdatadir = $(datadir)/@PACKAGE@
                     24: pkglibdir = $(libdir)/@PACKAGE@
                     25: pkgincludedir = $(includedir)/@PACKAGE@
                     26: top_builddir = ../../..
                     27: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     28: INSTALL = @INSTALL@
                     29: install_sh_DATA = $(install_sh) -c -m 644
                     30: install_sh_PROGRAM = $(install_sh) -c
                     31: install_sh_SCRIPT = $(install_sh) -c
                     32: INSTALL_HEADER = $(INSTALL_DATA)
                     33: transform = $(program_transform_name)
                     34: NORMAL_INSTALL = :
                     35: PRE_INSTALL = :
                     36: POST_INSTALL = :
                     37: NORMAL_UNINSTALL = :
                     38: PRE_UNINSTALL = :
                     39: POST_UNINSTALL = :
                     40: host_triplet = @host@
1.3       paf        41: subdir = src/lib/sdbm
                     42: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
                     43:        $(srcdir)/Makefile.in
                     44: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     45: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
                     46:        $(top_srcdir)/configure.in
                     47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     48:        $(ACLOCAL_M4)
                     49: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     50: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                     51: CONFIG_CLEAN_FILES =
                     52: LIBRARIES = $(noinst_LIBRARIES)
                     53: AR = ar
                     54: ARFLAGS = cru
                     55: libsdbm_a_AR = $(AR) $(ARFLAGS)
                     56: libsdbm_a_LIBADD =
                     57: am_libsdbm_a_OBJECTS = sdbm.$(OBJEXT) sdbm_hash.$(OBJEXT) \
1.8       moko       58:        sdbm_lock.$(OBJEXT) sdbm_pair.$(OBJEXT) pa_file_io.$(OBJEXT) \
                     59:        pa_strings.$(OBJEXT)
1.3       paf        60: libsdbm_a_OBJECTS = $(am_libsdbm_a_OBJECTS)
                     61: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
                     62: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     63: am__depfiles_maybe = depfiles
                     64: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                     65:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                     66: CXXLD = $(CXX)
                     67: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
                     68:        -o $@
                     69: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     70:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     71: CCLD = $(CC)
                     72: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     73: SOURCES = $(libsdbm_a_SOURCES)
                     74: DIST_SOURCES = $(libsdbm_a_SOURCES)
                     75: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     76:        html-recursive info-recursive install-data-recursive \
                     77:        install-exec-recursive install-info-recursive \
                     78:        install-recursive installcheck-recursive installdirs-recursive \
                     79:        pdf-recursive ps-recursive uninstall-info-recursive \
                     80:        uninstall-recursive
                     81: HEADERS = $(noinst_HEADERS)
                     82: ETAGS = etags
                     83: CTAGS = ctags
                     84: DIST_SUBDIRS = $(SUBDIRS)
                     85: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       paf        86: ACLOCAL = @ACLOCAL@
                     87: AMDEP_FALSE = @AMDEP_FALSE@
                     88: AMDEP_TRUE = @AMDEP_TRUE@
                     89: AMTAR = @AMTAR@
1.7       moko       90: APACHE = @APACHE@
                     91: APACHE_CFLAGS = @APACHE_CFLAGS@
                     92: APACHE_INC = @APACHE_INC@
1.1       paf        93: AUTOCONF = @AUTOCONF@
                     94: AUTOHEADER = @AUTOHEADER@
                     95: AUTOMAKE = @AUTOMAKE@
                     96: AWK = @AWK@
                     97: CC = @CC@
                     98: CCDEPMODE = @CCDEPMODE@
                     99: CFLAGS = @CFLAGS@
1.7       moko      100: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
                    101: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.1       paf       102: CPP = @CPP@
                    103: CPPFLAGS = @CPPFLAGS@
                    104: CPP_LIBS = @CPP_LIBS@
                    105: CXX = @CXX@
                    106: CXXDEPMODE = @CXXDEPMODE@
                    107: CXXFLAGS = @CXXFLAGS@
                    108: CYGPATH_W = @CYGPATH_W@
                    109: DEFS = @DEFS@
                    110: DEPDIR = @DEPDIR@
                    111: ECHO_C = @ECHO_C@
                    112: ECHO_N = @ECHO_N@
                    113: ECHO_T = @ECHO_T@
                    114: EGREP = @EGREP@
                    115: EXEEXT = @EXEEXT@
                    116: GC_LIBS = @GC_LIBS@
                    117: INCLTDL = @INCLTDL@
                    118: INSTALL_DATA = @INSTALL_DATA@
                    119: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    120: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    121: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    122: LDFLAGS = @LDFLAGS@
                    123: LIBADD_DL = @LIBADD_DL@
                    124: LIBLTDL = @LIBLTDL@
                    125: LIBOBJS = @LIBOBJS@
                    126: LIBS = @LIBS@
                    127: LTLIBOBJS = @LTLIBOBJS@
                    128: MAKEINFO = @MAKEINFO@
                    129: MIME_INCLUDES = @MIME_INCLUDES@
                    130: MIME_LIBS = @MIME_LIBS@
                    131: OBJEXT = @OBJEXT@
                    132: P3S = @P3S@
                    133: PACKAGE = @PACKAGE@
                    134: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    135: PACKAGE_NAME = @PACKAGE_NAME@
                    136: PACKAGE_STRING = @PACKAGE_STRING@
                    137: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    138: PACKAGE_VERSION = @PACKAGE_VERSION@
                    139: PATH_SEPARATOR = @PATH_SEPARATOR@
1.5       misha     140: PCRE_INCLUDES = @PCRE_INCLUDES@
                    141: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       142: RANLIB = @RANLIB@
                    143: SET_MAKE = @SET_MAKE@
                    144: SHELL = @SHELL@
                    145: STRIP = @STRIP@
                    146: VERSION = @VERSION@
                    147: XML_INCLUDES = @XML_INCLUDES@
                    148: XML_LIBS = @XML_LIBS@
                    149: YACC = @YACC@
                    150: ac_ct_CC = @ac_ct_CC@
                    151: ac_ct_CXX = @ac_ct_CXX@
                    152: ac_ct_RANLIB = @ac_ct_RANLIB@
                    153: ac_ct_STRIP = @ac_ct_STRIP@
                    154: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    155: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    156: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    157: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    158: am__include = @am__include@
1.3       paf       159: am__leading_dot = @am__leading_dot@
1.1       paf       160: am__quote = @am__quote@
1.3       paf       161: am__tar = @am__tar@
                    162: am__untar = @am__untar@
1.1       paf       163: bindir = @bindir@
                    164: build = @build@
                    165: build_alias = @build_alias@
                    166: build_cpu = @build_cpu@
                    167: build_os = @build_os@
                    168: build_vendor = @build_vendor@
                    169: commentcharset_koi8r = @commentcharset_koi8r@
                    170: commentcharset_windows1250 = @commentcharset_windows1250@
                    171: commentcharset_windows1251 = @commentcharset_windows1251@
                    172: commentcharset_windows1257 = @commentcharset_windows1257@
                    173: datadir = @datadir@
                    174: dll_extension = @dll_extension@
                    175: exec_prefix = @exec_prefix@
                    176: host = @host@
                    177: host_alias = @host_alias@
                    178: host_cpu = @host_cpu@
                    179: host_os = @host_os@
                    180: host_vendor = @host_vendor@
                    181: includedir = @includedir@
                    182: infodir = @infodir@
                    183: install_sh = @install_sh@
                    184: libdir = @libdir@
                    185: libexecdir = @libexecdir@
                    186: localstatedir = @localstatedir@
                    187: mandir = @mandir@
1.3       paf       188: mkdir_p = @mkdir_p@
1.1       paf       189: mysql_client = @mysql_client@
                    190: oldincludedir = @oldincludedir@
                    191: oracle_client = @oracle_client@
                    192: pgsql_client = @pgsql_client@
                    193: prefix = @prefix@
                    194: program_transform_name = @program_transform_name@
                    195: sbindir = @sbindir@
                    196: sharedstatedir = @sharedstatedir@
1.4       misha     197: sqlite_client = @sqlite_client@
1.1       paf       198: subdirs = @subdirs@
                    199: sysconfdir = @sysconfdir@
                    200: target_alias = @target_alias@
1.8       moko      201: SUBDIRS = pa-include
                    202: INCLUDES = -Ipa-include -I../../include -I../gc/include
1.1       paf       203: noinst_HEADERS = sdbm_pair.h sdbm_private.h sdbm_tune.h
                    204: noinst_LIBRARIES = libsdbm.a
                    205: libsdbm_a_SOURCES = \
                    206:        sdbm.c sdbm_hash.c sdbm_lock.c sdbm_pair.c \
1.8       moko      207:        pa_file_io.C pa_strings.C
1.1       paf       208: 
                    209: EXTRA_DIST = sdbm.vcproj
                    210: all: all-recursive
                    211: 
                    212: .SUFFIXES:
                    213: .SUFFIXES: .C .c .o .obj
1.3       paf       214: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    215:        @for dep in $?; do \
                    216:          case '$(am__configure_deps)' in \
                    217:            *$$dep*) \
                    218:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    219:                && exit 0; \
                    220:              exit 1;; \
                    221:          esac; \
                    222:        done; \
                    223:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/sdbm/Makefile'; \
1.1       paf       224:        cd $(top_srcdir) && \
                    225:          $(AUTOMAKE) --gnu  src/lib/sdbm/Makefile
1.3       paf       226: .PRECIOUS: Makefile
                    227: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    228:        @case '$?' in \
                    229:          *config.status*) \
                    230:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    231:          *) \
                    232:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    233:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    234:        esac;
                    235: 
                    236: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    237:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    238: 
                    239: $(top_srcdir)/configure:  $(am__configure_deps)
                    240:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    241: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    242:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       paf       243: 
                    244: clean-noinstLIBRARIES:
                    245:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    246: libsdbm.a: $(libsdbm_a_OBJECTS) $(libsdbm_a_DEPENDENCIES) 
                    247:        -rm -f libsdbm.a
                    248:        $(libsdbm_a_AR) libsdbm.a $(libsdbm_a_OBJECTS) $(libsdbm_a_LIBADD)
                    249:        $(RANLIB) libsdbm.a
                    250: 
                    251: mostlyclean-compile:
1.3       paf       252:        -rm -f *.$(OBJEXT)
1.1       paf       253: 
                    254: distclean-compile:
                    255:        -rm -f *.tab.c
                    256: 
1.8       moko      257: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_file_io.Po@am__quote@
                    258: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_strings.Po@am__quote@
1.1       paf       259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm.Po@am__quote@
                    260: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_hash.Po@am__quote@
                    261: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_lock.Po@am__quote@
                    262: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdbm_pair.Po@am__quote@
                    263: 
                    264: .C.o:
1.3       paf       265: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
                    266: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1       paf       267: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3       paf       268: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    269: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
1.1       paf       270: 
                    271: .C.obj:
1.3       paf       272: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
                    273: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1       paf       274: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3       paf       275: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    276: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       paf       277: 
                    278: .c.o:
1.3       paf       279: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
                    280: @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1       paf       281: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3       paf       282: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    283: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
1.1       paf       284: 
                    285: .c.obj:
1.3       paf       286: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
                    287: @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.1       paf       288: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.3       paf       289: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    290: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       paf       291: uninstall-info-am:
                    292: 
                    293: # This directory's subdirectories are mostly independent; you can cd
                    294: # into them and run `make' without going through this Makefile.
                    295: # To change the values of `make' variables: instead of editing Makefiles,
                    296: # (1) if the variable is set in `config.status', edit `config.status'
                    297: #     (which will cause the Makefiles to be regenerated when you run `make');
                    298: # (2) otherwise, pass the desired values on the `make' command line.
                    299: $(RECURSIVE_TARGETS):
                    300:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    301:        dot_seen=no; \
                    302:        target=`echo $@ | sed s/-recursive//`; \
                    303:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    304:          echo "Making $$target in $$subdir"; \
                    305:          if test "$$subdir" = "."; then \
                    306:            dot_seen=yes; \
                    307:            local_target="$$target-am"; \
                    308:          else \
                    309:            local_target="$$target"; \
                    310:          fi; \
                    311:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    312:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    313:        done; \
                    314:        if test "$$dot_seen" = "no"; then \
                    315:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    316:        fi; test -z "$$fail"
                    317: 
                    318: mostlyclean-recursive clean-recursive distclean-recursive \
                    319: maintainer-clean-recursive:
                    320:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    321:        dot_seen=no; \
                    322:        case "$@" in \
                    323:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    324:          *) list='$(SUBDIRS)' ;; \
                    325:        esac; \
                    326:        rev=''; for subdir in $$list; do \
                    327:          if test "$$subdir" = "."; then :; else \
                    328:            rev="$$subdir $$rev"; \
                    329:          fi; \
                    330:        done; \
                    331:        rev="$$rev ."; \
                    332:        target=`echo $@ | sed s/-recursive//`; \
                    333:        for subdir in $$rev; do \
                    334:          echo "Making $$target in $$subdir"; \
                    335:          if test "$$subdir" = "."; then \
                    336:            local_target="$$target-am"; \
                    337:          else \
                    338:            local_target="$$target"; \
                    339:          fi; \
                    340:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    341:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    342:        done && test -z "$$fail"
                    343: tags-recursive:
                    344:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    345:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    346:        done
                    347: ctags-recursive:
                    348:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    349:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    350:        done
                    351: 
                    352: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    353:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    354:        unique=`for i in $$list; do \
                    355:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    356:          done | \
                    357:          $(AWK) '    { files[$$0] = 1; } \
                    358:               END { for (i in files) print i; }'`; \
                    359:        mkid -fID $$unique
1.3       paf       360: tags: TAGS
1.1       paf       361: 
                    362: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    363:                $(TAGS_FILES) $(LISP)
                    364:        tags=; \
                    365:        here=`pwd`; \
1.3       paf       366:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    367:          include_option=--etags-include; \
                    368:          empty_fix=.; \
                    369:        else \
                    370:          include_option=--include; \
                    371:          empty_fix=; \
                    372:        fi; \
1.1       paf       373:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    374:          if test "$$subdir" = .; then :; else \
1.3       paf       375:            test ! -f $$subdir/TAGS || \
                    376:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.1       paf       377:          fi; \
                    378:        done; \
                    379:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    380:        unique=`for i in $$list; do \
                    381:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    382:          done | \
                    383:          $(AWK) '    { files[$$0] = 1; } \
                    384:               END { for (i in files) print i; }'`; \
1.3       paf       385:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    386:          test -n "$$unique" || unique=$$empty_fix; \
                    387:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    388:            $$tags $$unique; \
                    389:        fi
1.1       paf       390: ctags: CTAGS
                    391: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    392:                $(TAGS_FILES) $(LISP)
                    393:        tags=; \
                    394:        here=`pwd`; \
                    395:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    396:        unique=`for i in $$list; do \
                    397:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    398:          done | \
                    399:          $(AWK) '    { files[$$0] = 1; } \
                    400:               END { for (i in files) print i; }'`; \
                    401:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    402:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    403:             $$tags $$unique
                    404: 
                    405: GTAGS:
                    406:        here=`$(am__cd) $(top_builddir) && pwd` \
                    407:          && cd $(top_srcdir) \
                    408:          && gtags -i $(GTAGS_ARGS) $$here
                    409: 
                    410: distclean-tags:
                    411:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    412: 
                    413: distdir: $(DISTFILES)
                    414:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    415:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    416:        list='$(DISTFILES)'; for file in $$list; do \
                    417:          case $$file in \
                    418:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    419:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    420:          esac; \
                    421:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    422:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    423:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    424:            dir="/$$dir"; \
1.3       paf       425:            $(mkdir_p) "$(distdir)$$dir"; \
1.1       paf       426:          else \
                    427:            dir=''; \
                    428:          fi; \
                    429:          if test -d $$d/$$file; then \
                    430:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    431:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    432:            fi; \
                    433:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    434:          else \
                    435:            test -f $(distdir)/$$file \
                    436:            || cp -p $$d/$$file $(distdir)/$$file \
                    437:            || exit 1; \
                    438:          fi; \
                    439:        done
1.3       paf       440:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       441:          if test "$$subdir" = .; then :; else \
1.3       paf       442:            test -d "$(distdir)/$$subdir" \
                    443:            || $(mkdir_p) "$(distdir)/$$subdir" \
1.1       paf       444:            || exit 1; \
1.3       paf       445:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    446:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.1       paf       447:            (cd $$subdir && \
                    448:              $(MAKE) $(AM_MAKEFLAGS) \
1.3       paf       449:                top_distdir="$$top_distdir" \
                    450:                distdir="$$distdir/$$subdir" \
1.1       paf       451:                distdir) \
                    452:              || exit 1; \
                    453:          fi; \
                    454:        done
                    455: check-am: all-am
                    456: check: check-recursive
                    457: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    458: installdirs: installdirs-recursive
                    459: installdirs-am:
                    460: install: install-recursive
                    461: install-exec: install-exec-recursive
                    462: install-data: install-data-recursive
                    463: uninstall: uninstall-recursive
                    464: 
                    465: install-am: all-am
                    466:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    467: 
                    468: installcheck: installcheck-recursive
                    469: install-strip:
                    470:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.3       paf       471:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       paf       472:          `test -z '$(STRIP)' || \
                    473:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    474: mostlyclean-generic:
                    475: 
                    476: clean-generic:
                    477: 
                    478: distclean-generic:
1.3       paf       479:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       paf       480: 
                    481: maintainer-clean-generic:
                    482:        @echo "This command is intended for maintainers to use"
                    483:        @echo "it deletes files that may require special tools to rebuild."
                    484: clean: clean-recursive
                    485: 
                    486: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    487: 
                    488: distclean: distclean-recursive
1.3       paf       489:        -rm -rf ./$(DEPDIR)
                    490:        -rm -f Makefile
                    491: distclean-am: clean-am distclean-compile distclean-generic \
                    492:        distclean-tags
1.1       paf       493: 
                    494: dvi: dvi-recursive
                    495: 
                    496: dvi-am:
                    497: 
1.3       paf       498: html: html-recursive
                    499: 
1.1       paf       500: info: info-recursive
                    501: 
                    502: info-am:
                    503: 
                    504: install-data-am:
                    505: 
                    506: install-exec-am:
                    507: 
                    508: install-info: install-info-recursive
                    509: 
                    510: install-man:
                    511: 
                    512: installcheck-am:
                    513: 
                    514: maintainer-clean: maintainer-clean-recursive
1.3       paf       515:        -rm -rf ./$(DEPDIR)
                    516:        -rm -f Makefile
1.1       paf       517: maintainer-clean-am: distclean-am maintainer-clean-generic
                    518: 
                    519: mostlyclean: mostlyclean-recursive
                    520: 
                    521: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    522: 
                    523: pdf: pdf-recursive
                    524: 
                    525: pdf-am:
                    526: 
                    527: ps: ps-recursive
                    528: 
                    529: ps-am:
                    530: 
                    531: uninstall-am: uninstall-info-am
                    532: 
                    533: uninstall-info: uninstall-info-recursive
                    534: 
1.3       paf       535: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
                    536:        clean clean-generic clean-noinstLIBRARIES clean-recursive \
                    537:        ctags ctags-recursive distclean distclean-compile \
1.1       paf       538:        distclean-generic distclean-recursive distclean-tags distdir \
1.3       paf       539:        dvi dvi-am html html-am info info-am install install-am \
                    540:        install-data install-data-am install-exec install-exec-am \
                    541:        install-info install-info-am install-man install-strip \
                    542:        installcheck installcheck-am installdirs installdirs-am \
1.1       paf       543:        maintainer-clean maintainer-clean-generic \
                    544:        maintainer-clean-recursive mostlyclean mostlyclean-compile \
1.3       paf       545:        mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
                    546:        tags tags-recursive uninstall uninstall-am uninstall-info-am
1.1       paf       547: 
                    548: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    549: # Otherwise a system limit (for SysV at least) may be exceeded.
                    550: .NOEXPORT:

E-mail: