Annotation of sql/sqlite/Makefile.in, revision 1.8

1.1       misha       1: # Makefile.in generated by automake 1.9 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004  Free Software Foundation, Inc.
                      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: 
                     18: SOURCES = $(libparser3sqlite_la_SOURCES)
                     19: 
                     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@
                     41: DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
                     42:        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     43:        $(srcdir)/config_auto.h.in $(top_srcdir)/configure AUTHORS \
                     44:        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
1.5       moko       45:        install-sh ltmain.sh missing
1.1       misha      46: subdir = .
                     47: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.5       moko       48: am__aclocal_m4_deps = $(top_srcdir)/configure.in
1.1       misha      49: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     50:        $(ACLOCAL_M4)
                     51: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     52:  configure.lineno configure.status.lineno
1.5       moko       53: mkinstalldirs = $(install_sh) -d
1.1       misha      54: CONFIG_HEADER = config_auto.h
                     55: CONFIG_CLEAN_FILES =
                     56: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     57: am__vpath_adj = case $$p in \
                     58:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     59:     *) f=$$p;; \
                     60:   esac;
                     61: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
                     62: am__installdirs = "$(DESTDIR)$(libdir)"
                     63: libLTLIBRARIES_INSTALL = $(INSTALL)
                     64: LTLIBRARIES = $(lib_LTLIBRARIES)
                     65: am__DEPENDENCIES_1 =
                     66: libparser3sqlite_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
                     67: am_libparser3sqlite_la_OBJECTS = parser3sqlite.lo
                     68: libparser3sqlite_la_OBJECTS = $(am_libparser3sqlite_la_OBJECTS)
                     69: DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
                     70: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     71: am__depfiles_maybe = depfiles
                     72: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                     73:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.5       moko       74: LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
1.1       misha      75:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                     76:        $(AM_CXXFLAGS) $(CXXFLAGS)
                     77: CXXLD = $(CXX)
1.5       moko       78: CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \
                     79:        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.1       misha      80: SOURCES = $(libparser3sqlite_la_SOURCES)
                     81: DIST_SOURCES = $(libparser3sqlite_la_SOURCES)
                     82: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     83:        html-recursive info-recursive install-data-recursive \
                     84:        install-exec-recursive install-info-recursive \
                     85:        install-recursive installcheck-recursive installdirs-recursive \
                     86:        pdf-recursive ps-recursive uninstall-info-recursive \
                     87:        uninstall-recursive
                     88: HEADERS = $(noinst_HEADERS)
                     89: ETAGS = etags
                     90: CTAGS = ctags
                     91: DIST_SUBDIRS = $(SUBDIRS)
                     92: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     93: distdir = $(PACKAGE)-$(VERSION)
                     94: top_distdir = $(distdir)
                     95: am__remove_distdir = \
                     96:   { test ! -d $(distdir) \
                     97:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
                     98:          && rm -fr $(distdir); }; }
                     99: DIST_ARCHIVES = $(distdir).tar.gz
                    100: GZIP_ENV = --best
                    101: distuninstallcheck_listfiles = find . -type f -print
                    102: distcleancheck_listfiles = find . -type f -print
                    103: ACLOCAL = @ACLOCAL@
                    104: AMDEP_FALSE = @AMDEP_FALSE@
                    105: AMDEP_TRUE = @AMDEP_TRUE@
                    106: AMTAR = @AMTAR@
1.5       moko      107: AR = @AR@
                    108: ARGZ_H = @ARGZ_H@
                    109: AS = @AS@
1.1       misha     110: AUTOCONF = @AUTOCONF@
                    111: AUTOHEADER = @AUTOHEADER@
                    112: AUTOMAKE = @AUTOMAKE@
                    113: AWK = @AWK@
                    114: CC = @CC@
                    115: CCDEPMODE = @CCDEPMODE@
                    116: CFLAGS = @CFLAGS@
1.5       moko      117: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
                    118: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.1       misha     119: CPP = @CPP@
                    120: CPPFLAGS = @CPPFLAGS@
                    121: CXX = @CXX@
1.5       moko      122: CXXCPP = @CXXCPP@
1.1       misha     123: CXXDEPMODE = @CXXDEPMODE@
                    124: CXXFLAGS = @CXXFLAGS@
                    125: CYGPATH_W = @CYGPATH_W@
                    126: DEFS = @DEFS@
                    127: DEPDIR = @DEPDIR@
1.5       moko      128: DLLTOOL = @DLLTOOL@
                    129: DSYMUTIL = @DSYMUTIL@
                    130: DUMPBIN = @DUMPBIN@
1.1       misha     131: ECHO_C = @ECHO_C@
                    132: ECHO_N = @ECHO_N@
                    133: ECHO_T = @ECHO_T@
                    134: EGREP = @EGREP@
                    135: EXEEXT = @EXEEXT@
1.5       moko      136: FGREP = @FGREP@
                    137: GREP = @GREP@
1.1       misha     138: INCLTDL = @INCLTDL@
                    139: INSTALL_DATA = @INSTALL_DATA@
1.5       moko      140: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
                    141: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.1       misha     142: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    143: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    144: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.5       moko      145: LD = @LD@
1.1       misha     146: LDFLAGS = @LDFLAGS@
                    147: LIBADD_DL = @LIBADD_DL@
1.5       moko      148: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    149: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    150: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       misha     151: LIBLTDL = @LIBLTDL@
                    152: LIBOBJS = @LIBOBJS@
                    153: LIBS = @LIBS@
                    154: LIBTOOL = @LIBTOOL@
1.5       moko      155: LIPO = @LIPO@
1.1       misha     156: LN_S = @LN_S@
1.5       moko      157: LTDLDEPS = @LTDLDEPS@
                    158: LTDLINCL = @LTDLINCL@
                    159: LTDLOPEN = @LTDLOPEN@
1.1       misha     160: LTLIBOBJS = @LTLIBOBJS@
1.5       moko      161: LT_CONFIG_H = @LT_CONFIG_H@
                    162: LT_DLLOADERS = @LT_DLLOADERS@
                    163: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       misha     164: MAKEINFO = @MAKEINFO@
1.5       moko      165: MANIFEST_TOOL = @MANIFEST_TOOL@
                    166: NM = @NM@
                    167: NMEDIT = @NMEDIT@
                    168: OBJDUMP = @OBJDUMP@
1.1       misha     169: OBJEXT = @OBJEXT@
1.5       moko      170: OTOOL = @OTOOL@
                    171: OTOOL64 = @OTOOL64@
1.1       misha     172: PACKAGE = @PACKAGE@
                    173: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    174: PACKAGE_NAME = @PACKAGE_NAME@
                    175: PACKAGE_STRING = @PACKAGE_STRING@
                    176: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    177: PACKAGE_VERSION = @PACKAGE_VERSION@
                    178: PATH_SEPARATOR = @PATH_SEPARATOR@
                    179: RANLIB = @RANLIB@
1.5       moko      180: SED = @SED@
1.1       misha     181: SET_MAKE = @SET_MAKE@
                    182: SHELL = @SHELL@
                    183: SQLITE_INC = @SQLITE_INC@
                    184: STRIP = @STRIP@
                    185: VERSION = @VERSION@
1.5       moko      186: ac_ct_AR = @ac_ct_AR@
                    187: ac_ct_AS = @ac_ct_AS@
1.1       misha     188: ac_ct_CC = @ac_ct_CC@
                    189: ac_ct_CXX = @ac_ct_CXX@
1.5       moko      190: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
                    191: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
                    192: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    193: ac_ct_LIPO = @ac_ct_LIPO@
                    194: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
                    195: ac_ct_NMEDIT = @ac_ct_NMEDIT@
                    196: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
                    197: ac_ct_OTOOL = @ac_ct_OTOOL@
                    198: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.1       misha     199: ac_ct_RANLIB = @ac_ct_RANLIB@
                    200: ac_ct_STRIP = @ac_ct_STRIP@
                    201: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    202: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    203: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    204: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    205: am__include = @am__include@
                    206: am__leading_dot = @am__leading_dot@
                    207: am__quote = @am__quote@
                    208: am__tar = @am__tar@
                    209: am__untar = @am__untar@
                    210: bindir = @bindir@
                    211: build = @build@
                    212: build_alias = @build_alias@
                    213: build_cpu = @build_cpu@
                    214: build_os = @build_os@
                    215: build_vendor = @build_vendor@
                    216: datadir = @datadir@
                    217: exec_prefix = @exec_prefix@
                    218: host = @host@
                    219: host_alias = @host_alias@
                    220: host_cpu = @host_cpu@
                    221: host_os = @host_os@
                    222: host_vendor = @host_vendor@
                    223: includedir = @includedir@
                    224: infodir = @infodir@
                    225: install_sh = @install_sh@
                    226: libdir = @libdir@
                    227: libexecdir = @libexecdir@
                    228: localstatedir = @localstatedir@
1.5       moko      229: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    230: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.1       misha     231: mandir = @mandir@
                    232: mkdir_p = @mkdir_p@
                    233: oldincludedir = @oldincludedir@
                    234: prefix = @prefix@
                    235: program_transform_name = @program_transform_name@
                    236: sbindir = @sbindir@
                    237: sharedstatedir = @sharedstatedir@
                    238: subdirs = @subdirs@
1.5       moko      239: sys_symbol_underscore = @sys_symbol_underscore@
1.1       misha     240: sysconfdir = @sysconfdir@
                    241: target_alias = @target_alias@
                    242: SUBDIRS = libltdl
                    243: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC)
                    244: noinst_HEADERS = config_includes.h
                    245: lib_LTLIBRARIES = libparser3sqlite.la
                    246: libparser3sqlite_la_SOURCES = parser3sqlite.C
                    247: libparser3sqlite_la_LIBADD = $(LIBLTDL)
                    248: libparser3sqlite_la_LDFLAGS = -module -avoid-version
1.5       moko      249: libparser3sqlite_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3mysql_la_LDFLAGS) $(LDFLAGS) -o $@
1.1       misha     250: EXTRA_DIST = config_fixed.h parser3sqlite.sln parser3sqlite.vcproj
                    251: all: config_auto.h
                    252:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    253: 
                    254: .SUFFIXES:
                    255: .SUFFIXES: .C .lo .o .obj
                    256: am--refresh:
                    257:        @:
                    258: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    259:        @for dep in $?; do \
                    260:          case '$(am__configure_deps)' in \
                    261:            *$$dep*) \
                    262:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
                    263:              cd $(srcdir) && $(AUTOMAKE) --gnu  \
                    264:                && exit 0; \
                    265:              exit 1;; \
                    266:          esac; \
                    267:        done; \
                    268:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
                    269:        cd $(top_srcdir) && \
                    270:          $(AUTOMAKE) --gnu  Makefile
                    271: .PRECIOUS: Makefile
                    272: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    273:        @case '$?' in \
                    274:          *config.status*) \
                    275:            echo ' $(SHELL) ./config.status'; \
                    276:            $(SHELL) ./config.status;; \
                    277:          *) \
                    278:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    279:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    280:        esac;
                    281: 
                    282: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    283:        $(SHELL) ./config.status --recheck
                    284: 
                    285: $(top_srcdir)/configure:  $(am__configure_deps)
                    286:        cd $(srcdir) && $(AUTOCONF)
                    287: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    288:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    289: 
                    290: config_auto.h: stamp-h1
                    291:        @if test ! -f $@; then \
                    292:          rm -f stamp-h1; \
                    293:          $(MAKE) stamp-h1; \
                    294:        else :; fi
                    295: 
                    296: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
                    297:        @rm -f stamp-h1
                    298:        cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
                    299: $(srcdir)/config_auto.h.in:  $(am__configure_deps) 
                    300:        cd $(top_srcdir) && $(AUTOHEADER)
                    301:        rm -f stamp-h1
                    302:        touch $@
                    303: 
                    304: distclean-hdr:
                    305:        -rm -f config_auto.h stamp-h1
                    306: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                    307:        @$(NORMAL_INSTALL)
                    308:        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
                    309:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    310:          if test -f $$p; then \
                    311:            f=$(am__strip_dir) \
                    312:            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
                    313:            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
                    314:          else :; fi; \
                    315:        done
                    316: 
                    317: uninstall-libLTLIBRARIES:
                    318:        @$(NORMAL_UNINSTALL)
                    319:        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    320:          p=$(am__strip_dir) \
                    321:          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
                    322:          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
                    323:        done
                    324: 
                    325: clean-libLTLIBRARIES:
                    326:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
                    327:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    328:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
                    329:          test "$$dir" != "$$p" || dir=.; \
                    330:          echo "rm -f \"$${dir}/so_locations\""; \
                    331:          rm -f "$${dir}/so_locations"; \
                    332:        done
                    333: libparser3sqlite.la: $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_DEPENDENCIES) 
1.5       moko      334:        $(libparser3sqlite_la_LINK) -rpath $(libdir) $(libparser3sqlite_la_LDFLAGS) $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_LIBADD) $(LIBS)
1.1       misha     335: 
                    336: mostlyclean-compile:
                    337:        -rm -f *.$(OBJEXT)
                    338: 
                    339: distclean-compile:
                    340:        -rm -f *.tab.c
                    341: 
                    342: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser3sqlite.Plo@am__quote@
                    343: 
                    344: .C.o:
                    345: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
                    346: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
                    347: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    348: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    349: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
                    350: 
                    351: .C.obj:
                    352: @am__fastdepCXX_TRUE@  if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
                    353: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
                    354: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    355: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    356: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    357: 
                    358: .C.lo:
                    359: @am__fastdepCXX_TRUE@  if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
                    360: @am__fastdepCXX_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
                    361: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    362: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    363: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
                    364: 
                    365: mostlyclean-libtool:
                    366:        -rm -f *.lo
                    367: 
                    368: clean-libtool:
                    369:        -rm -rf .libs _libs
                    370: 
                    371: distclean-libtool:
                    372:        -rm -f libtool
                    373: uninstall-info-am:
                    374: 
                    375: # This directory's subdirectories are mostly independent; you can cd
                    376: # into them and run `make' without going through this Makefile.
                    377: # To change the values of `make' variables: instead of editing Makefiles,
                    378: # (1) if the variable is set in `config.status', edit `config.status'
                    379: #     (which will cause the Makefiles to be regenerated when you run `make');
                    380: # (2) otherwise, pass the desired values on the `make' command line.
                    381: $(RECURSIVE_TARGETS):
                    382:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    383:        dot_seen=no; \
                    384:        target=`echo $@ | sed s/-recursive//`; \
                    385:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    386:          echo "Making $$target in $$subdir"; \
                    387:          if test "$$subdir" = "."; then \
                    388:            dot_seen=yes; \
                    389:            local_target="$$target-am"; \
                    390:          else \
                    391:            local_target="$$target"; \
                    392:          fi; \
                    393:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    394:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    395:        done; \
                    396:        if test "$$dot_seen" = "no"; then \
                    397:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    398:        fi; test -z "$$fail"
                    399: 
                    400: mostlyclean-recursive clean-recursive distclean-recursive \
                    401: maintainer-clean-recursive:
                    402:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    403:        dot_seen=no; \
                    404:        case "$@" in \
                    405:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    406:          *) list='$(SUBDIRS)' ;; \
                    407:        esac; \
                    408:        rev=''; for subdir in $$list; do \
                    409:          if test "$$subdir" = "."; then :; else \
                    410:            rev="$$subdir $$rev"; \
                    411:          fi; \
                    412:        done; \
                    413:        rev="$$rev ."; \
                    414:        target=`echo $@ | sed s/-recursive//`; \
                    415:        for subdir in $$rev; do \
                    416:          echo "Making $$target in $$subdir"; \
                    417:          if test "$$subdir" = "."; then \
                    418:            local_target="$$target-am"; \
                    419:          else \
                    420:            local_target="$$target"; \
                    421:          fi; \
                    422:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    423:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    424:        done && test -z "$$fail"
                    425: tags-recursive:
                    426:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    427:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    428:        done
                    429: ctags-recursive:
                    430:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    431:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    432:        done
                    433: 
                    434: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    435:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    436:        unique=`for i in $$list; do \
                    437:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    438:          done | \
                    439:          $(AWK) '    { files[$$0] = 1; } \
                    440:               END { for (i in files) print i; }'`; \
                    441:        mkid -fID $$unique
                    442: tags: TAGS
                    443: 
                    444: TAGS: tags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
                    445:                $(TAGS_FILES) $(LISP)
                    446:        tags=; \
                    447:        here=`pwd`; \
                    448:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    449:          include_option=--etags-include; \
                    450:          empty_fix=.; \
                    451:        else \
                    452:          include_option=--include; \
                    453:          empty_fix=; \
                    454:        fi; \
                    455:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    456:          if test "$$subdir" = .; then :; else \
                    457:            test ! -f $$subdir/TAGS || \
                    458:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
                    459:          fi; \
                    460:        done; \
                    461:        list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    462:        unique=`for i in $$list; do \
                    463:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    464:          done | \
                    465:          $(AWK) '    { files[$$0] = 1; } \
                    466:               END { for (i in files) print i; }'`; \
                    467:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    468:          test -n "$$unique" || unique=$$empty_fix; \
                    469:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    470:            $$tags $$unique; \
                    471:        fi
                    472: ctags: CTAGS
                    473: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
                    474:                $(TAGS_FILES) $(LISP)
                    475:        tags=; \
                    476:        here=`pwd`; \
                    477:        list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    478:        unique=`for i in $$list; do \
                    479:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    480:          done | \
                    481:          $(AWK) '    { files[$$0] = 1; } \
                    482:               END { for (i in files) print i; }'`; \
                    483:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    484:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    485:             $$tags $$unique
                    486: 
                    487: GTAGS:
                    488:        here=`$(am__cd) $(top_builddir) && pwd` \
                    489:          && cd $(top_srcdir) \
                    490:          && gtags -i $(GTAGS_ARGS) $$here
                    491: 
                    492: distclean-tags:
                    493:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    494: 
                    495: distdir: $(DISTFILES)
                    496:        $(am__remove_distdir)
                    497:        mkdir $(distdir)
                    498:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    499:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    500:        list='$(DISTFILES)'; for file in $$list; do \
                    501:          case $$file in \
                    502:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    503:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    504:          esac; \
                    505:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    506:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    507:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    508:            dir="/$$dir"; \
                    509:            $(mkdir_p) "$(distdir)$$dir"; \
                    510:          else \
                    511:            dir=''; \
                    512:          fi; \
                    513:          if test -d $$d/$$file; then \
                    514:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    515:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    516:            fi; \
                    517:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    518:          else \
                    519:            test -f $(distdir)/$$file \
                    520:            || cp -p $$d/$$file $(distdir)/$$file \
                    521:            || exit 1; \
                    522:          fi; \
                    523:        done
                    524:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    525:          if test "$$subdir" = .; then :; else \
                    526:            test -d "$(distdir)/$$subdir" \
                    527:            || $(mkdir_p) "$(distdir)/$$subdir" \
                    528:            || exit 1; \
                    529:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    530:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
                    531:            (cd $$subdir && \
                    532:              $(MAKE) $(AM_MAKEFLAGS) \
                    533:                top_distdir="$$top_distdir" \
                    534:                distdir="$$distdir/$$subdir" \
                    535:                distdir) \
                    536:              || exit 1; \
                    537:          fi; \
                    538:        done
                    539:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
                    540:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    541:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    542:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
                    543:        || chmod -R a+r $(distdir)
                    544: dist-gzip: distdir
                    545:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    546:        $(am__remove_distdir)
                    547: 
                    548: dist-bzip2: distdir
                    549:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                    550:        $(am__remove_distdir)
                    551: 
                    552: dist-tarZ: distdir
                    553:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    554:        $(am__remove_distdir)
                    555: 
                    556: dist-shar: distdir
                    557:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    558:        $(am__remove_distdir)
                    559: 
                    560: dist-zip: distdir
                    561:        -rm -f $(distdir).zip
                    562:        zip -rq $(distdir).zip $(distdir)
                    563:        $(am__remove_distdir)
                    564: 
                    565: dist dist-all: distdir
                    566:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    567:        $(am__remove_distdir)
                    568: 
                    569: # This target untars the dist file and tries a VPATH configuration.  Then
                    570: # it guarantees that the distribution is self-contained by making another
                    571: # tarfile.
                    572: distcheck: dist
                    573:        case '$(DIST_ARCHIVES)' in \
                    574:        *.tar.gz*) \
                    575:          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
                    576:        *.tar.bz2*) \
                    577:          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
                    578:        *.tar.Z*) \
                    579:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    580:        *.shar.gz*) \
                    581:          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
                    582:        *.zip*) \
                    583:          unzip $(distdir).zip ;;\
                    584:        esac
                    585:        chmod -R a-w $(distdir); chmod a+w $(distdir)
                    586:        mkdir $(distdir)/_build
                    587:        mkdir $(distdir)/_inst
                    588:        chmod a-w $(distdir)
                    589:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    590:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    591:          && cd $(distdir)/_build \
                    592:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    593:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    594:          && $(MAKE) $(AM_MAKEFLAGS) \
                    595:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    596:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    597:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    598:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    599:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    600:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    601:                distuninstallcheck \
                    602:          && chmod -R a-w "$$dc_install_base" \
                    603:          && ({ \
                    604:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    605:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    606:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    607:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    608:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    609:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    610:          && rm -rf "$$dc_destdir" \
                    611:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    612:          && rm -rf $(DIST_ARCHIVES) \
                    613:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
                    614:        $(am__remove_distdir)
                    615:        @(echo "$(distdir) archives ready for distribution: "; \
                    616:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    617:          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
                    618: distuninstallcheck:
                    619:        @cd $(distuninstallcheck_dir) \
                    620:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                    621:           || { echo "ERROR: files left after uninstall:" ; \
                    622:                if test -n "$(DESTDIR)"; then \
                    623:                  echo "  (check DESTDIR support)"; \
                    624:                fi ; \
                    625:                $(distuninstallcheck_listfiles) ; \
                    626:                exit 1; } >&2
                    627: distcleancheck: distclean
                    628:        @if test '$(srcdir)' = . ; then \
                    629:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    630:          exit 1 ; \
                    631:        fi
                    632:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    633:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    634:               $(distcleancheck_listfiles) ; \
                    635:               exit 1; } >&2
                    636: check-am: all-am
                    637: check: check-recursive
                    638: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
                    639: installdirs: installdirs-recursive
                    640: installdirs-am:
                    641:        for dir in "$(DESTDIR)$(libdir)"; do \
                    642:          test -z "$$dir" || $(mkdir_p) "$$dir"; \
                    643:        done
                    644: install: install-recursive
                    645: install-exec: install-exec-recursive
                    646: install-data: install-data-recursive
                    647: uninstall: uninstall-recursive
                    648: 
                    649: install-am: all-am
                    650:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    651: 
                    652: installcheck: installcheck-recursive
                    653: install-strip:
                    654:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    655:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    656:          `test -z '$(STRIP)' || \
                    657:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    658: mostlyclean-generic:
                    659: 
                    660: clean-generic:
                    661: 
                    662: distclean-generic:
                    663:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    664: 
                    665: maintainer-clean-generic:
                    666:        @echo "This command is intended for maintainers to use"
                    667:        @echo "it deletes files that may require special tools to rebuild."
                    668: clean: clean-recursive
                    669: 
                    670: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
                    671:        mostlyclean-am
                    672: 
                    673: distclean: distclean-recursive
                    674:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    675:        -rm -rf ./$(DEPDIR)
                    676:        -rm -f Makefile
                    677: distclean-am: clean-am distclean-compile distclean-generic \
                    678:        distclean-hdr distclean-libtool distclean-tags
                    679: 
                    680: dvi: dvi-recursive
                    681: 
                    682: dvi-am:
                    683: 
                    684: html: html-recursive
                    685: 
                    686: info: info-recursive
                    687: 
                    688: info-am:
                    689: 
                    690: install-data-am:
                    691: 
                    692: install-exec-am: install-libLTLIBRARIES
                    693: 
                    694: install-info: install-info-recursive
                    695: 
                    696: install-man:
                    697: 
                    698: installcheck-am:
                    699: 
                    700: maintainer-clean: maintainer-clean-recursive
                    701:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    702:        -rm -rf $(top_srcdir)/autom4te.cache
                    703:        -rm -rf ./$(DEPDIR)
                    704:        -rm -f Makefile
                    705: maintainer-clean-am: distclean-am maintainer-clean-generic
                    706: 
                    707: mostlyclean: mostlyclean-recursive
                    708: 
                    709: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    710:        mostlyclean-libtool
                    711: 
                    712: pdf: pdf-recursive
                    713: 
                    714: pdf-am:
                    715: 
                    716: ps: ps-recursive
                    717: 
                    718: ps-am:
                    719: 
                    720: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
                    721: 
                    722: uninstall-info: uninstall-info-recursive
                    723: 
                    724: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
                    725:        check-am clean clean-generic clean-libLTLIBRARIES \
                    726:        clean-libtool clean-recursive ctags ctags-recursive dist \
                    727:        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
                    728:        distcheck distclean distclean-compile distclean-generic \
                    729:        distclean-hdr distclean-libtool distclean-recursive \
                    730:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
                    731:        dvi-am html html-am info info-am install install-am \
                    732:        install-data install-data-am install-exec install-exec-am \
                    733:        install-info install-info-am install-libLTLIBRARIES \
                    734:        install-man install-strip installcheck installcheck-am \
                    735:        installdirs installdirs-am maintainer-clean \
                    736:        maintainer-clean-generic maintainer-clean-recursive \
                    737:        mostlyclean mostlyclean-compile mostlyclean-generic \
                    738:        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
                    739:        tags tags-recursive uninstall uninstall-am uninstall-info-am \
                    740:        uninstall-libLTLIBRARIES
                    741: 
                    742: 
                    743: update:
                    744:        cvs update
                    745:        $(MAKE)
                    746: 
                    747: commit:
                    748: #      trick to make 'make' happy at check out time
                    749: #      without this aclocal.m4 never updates
                    750: #      and becomes older than it's prerequisities
                    751: #      thus causing redundant remaking:
                    752: #      aclocal+autoconf+automake
                    753: 
                    754:        cvs commit -m "no message" -f aclocal.m4
                    755:        cvs commit -m "no message" -f Makefile.am
                    756:        cvs commit -m "no message" -f Makefile.in
                    757:        cvs commit -m "no message" -f configure.in
                    758:        cvs commit -m "no message" -f configure
                    759: 
                    760:        cvs commit
                    761: 
                    762: happy: update install-exec
                    763: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    764: # Otherwise a system limit (for SysV at least) may be exceeded.
                    765: .NOEXPORT:

E-mail: