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

1.27      moko        1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.1       misha       2: # @configure_input@
                      3: 
1.27      moko        4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
                      5: 
1.1       misha       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: VPATH = @srcdir@
1.27      moko       19: am__is_gnu_make = { \
                     20:   if test -z '$(MAKELEVEL)'; then \
                     21:     false; \
                     22:   elif test -n '$(MAKE_HOST)'; then \
                     23:     true; \
                     24:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     25:     true; \
                     26:   else \
                     27:     false; \
                     28:   fi; \
                     29: }
                     30: am__make_running_with_option = \
                     31:   case $${target_option-} in \
                     32:       ?) ;; \
                     33:       *) echo "am__make_running_with_option: internal error: invalid" \
                     34:               "target option '$${target_option-}' specified" >&2; \
                     35:          exit 1;; \
                     36:   esac; \
                     37:   has_opt=no; \
                     38:   sane_makeflags=$$MAKEFLAGS; \
                     39:   if $(am__is_gnu_make); then \
                     40:     sane_makeflags=$$MFLAGS; \
                     41:   else \
                     42:     case $$MAKEFLAGS in \
                     43:       *\\[\ \  ]*) \
                     44:         bs=\\; \
                     45:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     46:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     47:     esac; \
                     48:   fi; \
                     49:   skip_next=no; \
                     50:   strip_trailopt () \
                     51:   { \
                     52:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     53:   }; \
                     54:   for flg in $$sane_makeflags; do \
                     55:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     56:     case $$flg in \
                     57:       *=*|--*) continue;; \
                     58:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     59:       -*I?*) strip_trailopt 'I';; \
                     60:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     61:       -*O?*) strip_trailopt 'O';; \
                     62:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     63:       -*l?*) strip_trailopt 'l';; \
                     64:       -[dEDm]) skip_next=yes;; \
                     65:       -[JT]) skip_next=yes;; \
                     66:     esac; \
                     67:     case $$flg in \
                     68:       *$$target_option*) has_opt=yes; break;; \
                     69:     esac; \
                     70:   done; \
                     71:   test $$has_opt = yes
                     72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       misha      74: pkgdatadir = $(datadir)/@PACKAGE@
1.18      moko       75: pkgincludedir = $(includedir)/@PACKAGE@
1.1       misha      76: pkglibdir = $(libdir)/@PACKAGE@
1.18      moko       77: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       misha      78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     79: install_sh_DATA = $(install_sh) -c -m 644
                     80: install_sh_PROGRAM = $(install_sh) -c
                     81: install_sh_SCRIPT = $(install_sh) -c
                     82: INSTALL_HEADER = $(INSTALL_DATA)
                     83: transform = $(program_transform_name)
                     84: NORMAL_INSTALL = :
                     85: PRE_INSTALL = :
                     86: POST_INSTALL = :
                     87: NORMAL_UNINSTALL = :
                     88: PRE_UNINSTALL = :
                     89: POST_UNINSTALL = :
1.18      moko       90: build_triplet = @build@
1.1       misha      91: host_triplet = @host@
1.18      moko       92: subdir = .
1.1       misha      93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.9       moko       94: am__aclocal_m4_deps = $(top_srcdir)/libltdl/m4/argz.m4 \
                     95:        $(top_srcdir)/libltdl/m4/libtool.m4 \
                     96:        $(top_srcdir)/libltdl/m4/ltdl.m4 \
                     97:        $(top_srcdir)/libltdl/m4/ltoptions.m4 \
                     98:        $(top_srcdir)/libltdl/m4/ltsugar.m4 \
                     99:        $(top_srcdir)/libltdl/m4/ltversion.m4 \
                    100:        $(top_srcdir)/libltdl/m4/lt~obsolete.m4 \
1.22      moko      101:        $(top_srcdir)/configure.ac
1.1       misha     102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    103:        $(ACLOCAL_M4)
1.27      moko      104: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
                    105:        $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
1.1       misha     106: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.18      moko      107:  configure.lineno config.status.lineno
1.5       moko      108: mkinstalldirs = $(install_sh) -d
1.1       misha     109: CONFIG_HEADER = config_auto.h
                    110: CONFIG_CLEAN_FILES =
1.18      moko      111: CONFIG_CLEAN_VPATH_FILES =
1.1       misha     112: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    113: am__vpath_adj = case $$p in \
                    114:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    115:     *) f=$$p;; \
                    116:   esac;
1.18      moko      117: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    118: am__install_max = 40
                    119: am__nobase_strip_setup = \
                    120:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    121: am__nobase_strip = \
                    122:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    123: am__nobase_list = $(am__nobase_strip_setup); \
                    124:   for p in $$list; do echo "$$p $$p"; done | \
                    125:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    126:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    127:     if (++n[$$2] == $(am__install_max)) \
                    128:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    129:     END { for (dir in files) print dir, files[dir] }'
                    130: am__base_list = \
                    131:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    132:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.27      moko      133: am__uninstall_files_from_dir = { \
                    134:   test -z "$$files" \
                    135:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    136:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    137:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    138:   }
1.1       misha     139: am__installdirs = "$(DESTDIR)$(libdir)"
                    140: LTLIBRARIES = $(lib_LTLIBRARIES)
1.14      moko      141: am__DEPENDENCIES_1 =
                    142: libparser3sqlite_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
1.1       misha     143: am_libparser3sqlite_la_OBJECTS = parser3sqlite.lo
                    144: libparser3sqlite_la_OBJECTS = $(am_libparser3sqlite_la_OBJECTS)
1.27      moko      145: AM_V_lt = $(am__v_lt_@AM_V@)
                    146: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    147: am__v_lt_0 = --silent
                    148: am__v_lt_1 = 
                    149: libparser3sqlite_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
                    150:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
                    151:        $(AM_CXXFLAGS) $(CXXFLAGS) $(libparser3sqlite_la_LDFLAGS) \
                    152:        $(LDFLAGS) -o $@
                    153: AM_V_P = $(am__v_P_@AM_V@)
                    154: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    155: am__v_P_0 = false
                    156: am__v_P_1 = :
                    157: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    158: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    159: am__v_GEN_0 = @echo "  GEN     " $@;
                    160: am__v_GEN_1 = 
                    161: AM_V_at = $(am__v_at_@AM_V@)
                    162: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    163: am__v_at_0 = @
                    164: am__v_at_1 = 
1.18      moko      165: DEFAULT_INCLUDES = -I.@am__isrc@
1.1       misha     166: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.27      moko      167: am__maybe_remake_depfiles = depfiles
                    168: am__depfiles_remade = ./$(DEPDIR)/parser3sqlite.Plo
1.18      moko      169: am__mv = mv -f
1.1       misha     170: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                    171:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.27      moko      172: LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
                    173:        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
                    174:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                    175:        $(AM_CXXFLAGS) $(CXXFLAGS)
                    176: AM_V_CXX = $(am__v_CXX_@AM_V@)
                    177: am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
                    178: am__v_CXX_0 = @echo "  CXX     " $@;
                    179: am__v_CXX_1 = 
1.1       misha     180: CXXLD = $(CXX)
1.27      moko      181: CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
                    182:        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
                    183:        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    184: AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
                    185: am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
                    186: am__v_CXXLD_0 = @echo "  CXXLD   " $@;
                    187: am__v_CXXLD_1 = 
1.1       misha     188: SOURCES = $(libparser3sqlite_la_SOURCES)
                    189: DIST_SOURCES = $(libparser3sqlite_la_SOURCES)
1.27      moko      190: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    191:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    192:        install-data-recursive install-dvi-recursive \
                    193:        install-exec-recursive install-html-recursive \
                    194:        install-info-recursive install-pdf-recursive \
                    195:        install-ps-recursive install-recursive installcheck-recursive \
                    196:        installdirs-recursive pdf-recursive ps-recursive \
                    197:        tags-recursive uninstall-recursive
                    198: am__can_run_installinfo = \
                    199:   case $$AM_UPDATE_INFO_DIR in \
                    200:     n|no|NO) false;; \
                    201:     *) (install-info --version) >/dev/null 2>&1;; \
                    202:   esac
1.1       misha     203: HEADERS = $(noinst_HEADERS)
1.18      moko      204: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    205:   distclean-recursive maintainer-clean-recursive
1.27      moko      206: am__recursive_targets = \
                    207:   $(RECURSIVE_TARGETS) \
                    208:   $(RECURSIVE_CLEAN_TARGETS) \
                    209:   $(am__extra_recursive_targets)
                    210: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
                    211:        cscope distdir distdir-am dist dist-all distcheck
                    212: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
                    213:        $(LISP)config_auto.h.in
                    214: # Read a list of newline-separated strings from the standard input,
                    215: # and print each of them once, without duplicates.  Input order is
                    216: # *not* preserved.
                    217: am__uniquify_input = $(AWK) '\
                    218:   BEGIN { nonempty = 0; } \
                    219:   { items[$$0] = 1; nonempty = 1; } \
                    220:   END { if (nonempty) { for (i in items) print i; }; } \
                    221: '
                    222: # Make sure the list of sources is unique.  This is necessary because,
                    223: # e.g., the same source file might be shared among _SOURCES variables
                    224: # for different programs/libraries.
                    225: am__define_uniq_tagged_files = \
                    226:   list='$(am__tagged_files)'; \
                    227:   unique=`for i in $$list; do \
                    228:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    229:   done | $(am__uniquify_input)`
1.1       misha     230: ETAGS = etags
                    231: CTAGS = ctags
1.27      moko      232: CSCOPE = cscope
1.1       misha     233: DIST_SUBDIRS = $(SUBDIRS)
1.27      moko      234: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config_auto.h.in \
                    235:        AUTHORS COPYING ChangeLog INSTALL NEWS README compile \
                    236:        config.guess config.sub depcomp install-sh ltmain.sh missing
1.1       misha     237: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    238: distdir = $(PACKAGE)-$(VERSION)
                    239: top_distdir = $(distdir)
                    240: am__remove_distdir = \
1.27      moko      241:   if test -d "$(distdir)"; then \
                    242:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    243:       && rm -rf "$(distdir)" \
                    244:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    245:   else :; fi
                    246: am__post_remove_distdir = $(am__remove_distdir)
1.18      moko      247: am__relativize = \
                    248:   dir0=`pwd`; \
                    249:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    250:   sed_rest='s,^[^/]*/*,,'; \
                    251:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    252:   sed_butlast='s,/*[^/]*$$,,'; \
                    253:   while test -n "$$dir1"; do \
                    254:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    255:     if test "$$first" != "."; then \
                    256:       if test "$$first" = ".."; then \
                    257:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    258:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    259:       else \
                    260:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    261:         if test "$$first2" = "$$first"; then \
                    262:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    263:         else \
                    264:           dir2="../$$dir2"; \
                    265:         fi; \
                    266:         dir0="$$dir0"/"$$first"; \
                    267:       fi; \
                    268:     fi; \
                    269:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    270:   done; \
                    271:   reldir="$$dir2"
1.1       misha     272: DIST_ARCHIVES = $(distdir).tar.gz
                    273: GZIP_ENV = --best
1.27      moko      274: DIST_TARGETS = dist-gzip
1.1       misha     275: distuninstallcheck_listfiles = find . -type f -print
1.27      moko      276: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    277:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1.1       misha     278: distcleancheck_listfiles = find . -type f -print
                    279: ACLOCAL = @ACLOCAL@
                    280: AMTAR = @AMTAR@
1.27      moko      281: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.5       moko      282: AR = @AR@
                    283: ARGZ_H = @ARGZ_H@
                    284: AS = @AS@
1.1       misha     285: AUTOCONF = @AUTOCONF@
                    286: AUTOHEADER = @AUTOHEADER@
                    287: AUTOMAKE = @AUTOMAKE@
                    288: AWK = @AWK@
                    289: CC = @CC@
                    290: CCDEPMODE = @CCDEPMODE@
                    291: CFLAGS = @CFLAGS@
                    292: CPP = @CPP@
                    293: CPPFLAGS = @CPPFLAGS@
                    294: CXX = @CXX@
1.5       moko      295: CXXCPP = @CXXCPP@
1.1       misha     296: CXXDEPMODE = @CXXDEPMODE@
                    297: CXXFLAGS = @CXXFLAGS@
                    298: CYGPATH_W = @CYGPATH_W@
                    299: DEFS = @DEFS@
                    300: DEPDIR = @DEPDIR@
1.5       moko      301: DLLTOOL = @DLLTOOL@
                    302: DSYMUTIL = @DSYMUTIL@
                    303: DUMPBIN = @DUMPBIN@
1.1       misha     304: ECHO_C = @ECHO_C@
                    305: ECHO_N = @ECHO_N@
                    306: ECHO_T = @ECHO_T@
                    307: EGREP = @EGREP@
                    308: EXEEXT = @EXEEXT@
1.5       moko      309: FGREP = @FGREP@
                    310: GREP = @GREP@
1.1       misha     311: INCLTDL = @INCLTDL@
1.18      moko      312: INSTALL = @INSTALL@
1.1       misha     313: INSTALL_DATA = @INSTALL_DATA@
                    314: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    315: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    316: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.5       moko      317: LD = @LD@
1.1       misha     318: LDFLAGS = @LDFLAGS@
                    319: LIBADD_DL = @LIBADD_DL@
1.5       moko      320: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    321: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    322: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       misha     323: LIBLTDL = @LIBLTDL@
                    324: LIBOBJS = @LIBOBJS@
                    325: LIBS = @LIBS@
                    326: LIBTOOL = @LIBTOOL@
1.5       moko      327: LIPO = @LIPO@
1.1       misha     328: LN_S = @LN_S@
1.5       moko      329: LTDLDEPS = @LTDLDEPS@
                    330: LTDLINCL = @LTDLINCL@
                    331: LTDLOPEN = @LTDLOPEN@
1.1       misha     332: LTLIBOBJS = @LTLIBOBJS@
1.5       moko      333: LT_CONFIG_H = @LT_CONFIG_H@
                    334: LT_DLLOADERS = @LT_DLLOADERS@
                    335: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       misha     336: MAKEINFO = @MAKEINFO@
1.5       moko      337: MANIFEST_TOOL = @MANIFEST_TOOL@
1.18      moko      338: MKDIR_P = @MKDIR_P@
1.5       moko      339: NM = @NM@
                    340: NMEDIT = @NMEDIT@
                    341: OBJDUMP = @OBJDUMP@
1.1       misha     342: OBJEXT = @OBJEXT@
1.5       moko      343: OTOOL = @OTOOL@
                    344: OTOOL64 = @OTOOL64@
1.1       misha     345: PACKAGE = @PACKAGE@
                    346: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    347: PACKAGE_NAME = @PACKAGE_NAME@
                    348: PACKAGE_STRING = @PACKAGE_STRING@
                    349: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.18      moko      350: PACKAGE_URL = @PACKAGE_URL@
1.1       misha     351: PACKAGE_VERSION = @PACKAGE_VERSION@
                    352: PATH_SEPARATOR = @PATH_SEPARATOR@
                    353: RANLIB = @RANLIB@
1.5       moko      354: SED = @SED@
1.1       misha     355: SET_MAKE = @SET_MAKE@
                    356: SHELL = @SHELL@
                    357: SQLITE_INC = @SQLITE_INC@
                    358: STRIP = @STRIP@
                    359: VERSION = @VERSION@
1.18      moko      360: abs_builddir = @abs_builddir@
                    361: abs_srcdir = @abs_srcdir@
                    362: abs_top_builddir = @abs_top_builddir@
                    363: abs_top_srcdir = @abs_top_srcdir@
1.5       moko      364: ac_ct_AR = @ac_ct_AR@
1.1       misha     365: ac_ct_CC = @ac_ct_CC@
                    366: ac_ct_CXX = @ac_ct_CXX@
1.5       moko      367: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1       misha     368: am__include = @am__include@
                    369: am__leading_dot = @am__leading_dot@
                    370: am__quote = @am__quote@
                    371: am__tar = @am__tar@
                    372: am__untar = @am__untar@
                    373: bindir = @bindir@
                    374: build = @build@
                    375: build_alias = @build_alias@
                    376: build_cpu = @build_cpu@
                    377: build_os = @build_os@
                    378: build_vendor = @build_vendor@
1.18      moko      379: builddir = @builddir@
1.1       misha     380: datadir = @datadir@
1.18      moko      381: datarootdir = @datarootdir@
                    382: docdir = @docdir@
                    383: dvidir = @dvidir@
1.1       misha     384: exec_prefix = @exec_prefix@
                    385: host = @host@
                    386: host_alias = @host_alias@
                    387: host_cpu = @host_cpu@
                    388: host_os = @host_os@
                    389: host_vendor = @host_vendor@
1.18      moko      390: htmldir = @htmldir@
1.1       misha     391: includedir = @includedir@
                    392: infodir = @infodir@
                    393: install_sh = @install_sh@
                    394: libdir = @libdir@
                    395: libexecdir = @libexecdir@
1.18      moko      396: localedir = @localedir@
1.1       misha     397: localstatedir = @localstatedir@
1.5       moko      398: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    399: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.1       misha     400: mandir = @mandir@
                    401: mkdir_p = @mkdir_p@
                    402: oldincludedir = @oldincludedir@
1.18      moko      403: pdfdir = @pdfdir@
1.1       misha     404: prefix = @prefix@
                    405: program_transform_name = @program_transform_name@
1.18      moko      406: psdir = @psdir@
1.27      moko      407: runstatedir = @runstatedir@
1.1       misha     408: sbindir = @sbindir@
                    409: sharedstatedir = @sharedstatedir@
1.18      moko      410: srcdir = @srcdir@
1.1       misha     411: subdirs = @subdirs@
1.5       moko      412: sys_symbol_underscore = @sys_symbol_underscore@
1.1       misha     413: sysconfdir = @sysconfdir@
                    414: target_alias = @target_alias@
1.18      moko      415: top_build_prefix = @top_build_prefix@
                    416: top_builddir = @top_builddir@
                    417: top_srcdir = @top_srcdir@
1.1       misha     418: SUBDIRS = libltdl
1.11      moko      419: ACLOCAL_AMFLAGS = -I libltdl/m4
1.22      moko      420: AM_CPPFLAGS = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC)
1.1       misha     421: noinst_HEADERS = config_includes.h
                    422: lib_LTLIBRARIES = libparser3sqlite.la
                    423: libparser3sqlite_la_SOURCES = parser3sqlite.C
                    424: libparser3sqlite_la_LDFLAGS = -module -avoid-version
1.14      moko      425: libparser3sqlite_la_LIBADD = $(LIBLTDL)
1.1       misha     426: EXTRA_DIST = config_fixed.h parser3sqlite.sln parser3sqlite.vcproj
                    427: all: config_auto.h
                    428:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    429: 
                    430: .SUFFIXES:
                    431: .SUFFIXES: .C .lo .o .obj
1.27      moko      432: am--refresh: Makefile
1.1       misha     433:        @:
                    434: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    435:        @for dep in $?; do \
                    436:          case '$(am__configure_deps)' in \
                    437:            *$$dep*) \
1.18      moko      438:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
                    439:              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1.1       misha     440:                && exit 0; \
                    441:              exit 1;; \
                    442:          esac; \
                    443:        done; \
1.18      moko      444:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
                    445:        $(am__cd) $(top_srcdir) && \
                    446:          $(AUTOMAKE) --gnu Makefile
1.1       misha     447: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    448:        @case '$?' in \
                    449:          *config.status*) \
                    450:            echo ' $(SHELL) ./config.status'; \
                    451:            $(SHELL) ./config.status;; \
                    452:          *) \
1.27      moko      453:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
                    454:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1.1       misha     455:        esac;
                    456: 
                    457: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    458:        $(SHELL) ./config.status --recheck
                    459: 
                    460: $(top_srcdir)/configure:  $(am__configure_deps)
1.18      moko      461:        $(am__cd) $(srcdir) && $(AUTOCONF)
1.1       misha     462: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.18      moko      463:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    464: $(am__aclocal_m4_deps):
1.1       misha     465: 
                    466: config_auto.h: stamp-h1
1.27      moko      467:        @test -f $@ || rm -f stamp-h1
                    468:        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1.1       misha     469: 
                    470: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
                    471:        @rm -f stamp-h1
                    472:        cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
                    473: $(srcdir)/config_auto.h.in:  $(am__configure_deps) 
1.18      moko      474:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1.1       misha     475:        rm -f stamp-h1
                    476:        touch $@
                    477: 
                    478: distclean-hdr:
                    479:        -rm -f config_auto.h stamp-h1
1.27      moko      480: 
1.1       misha     481: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                    482:        @$(NORMAL_INSTALL)
1.18      moko      483:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    484:        list2=; for p in $$list; do \
1.1       misha     485:          if test -f $$p; then \
1.18      moko      486:            list2="$$list2 $$p"; \
1.1       misha     487:          else :; fi; \
1.18      moko      488:        done; \
                    489:        test -z "$$list2" || { \
1.27      moko      490:          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
                    491:          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1.18      moko      492:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
                    493:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
                    494:        }
1.1       misha     495: 
                    496: uninstall-libLTLIBRARIES:
                    497:        @$(NORMAL_UNINSTALL)
1.18      moko      498:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    499:        for p in $$list; do \
                    500:          $(am__strip_dir) \
                    501:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
                    502:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1.1       misha     503:        done
                    504: 
                    505: clean-libLTLIBRARIES:
                    506:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1.27      moko      507:        @list='$(lib_LTLIBRARIES)'; \
                    508:        locs=`for p in $$list; do echo $$p; done | \
                    509:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
                    510:              sort -u`; \
                    511:        test -z "$$locs" || { \
                    512:          echo rm -f $${locs}; \
                    513:          rm -f $${locs}; \
                    514:        }
                    515: 
                    516: libparser3sqlite.la: $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_DEPENDENCIES) $(EXTRA_libparser3sqlite_la_DEPENDENCIES) 
                    517:        $(AM_V_CXXLD)$(libparser3sqlite_la_LINK) -rpath $(libdir) $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_LIBADD) $(LIBS)
1.1       misha     518: 
                    519: mostlyclean-compile:
                    520:        -rm -f *.$(OBJEXT)
                    521: 
                    522: distclean-compile:
                    523:        -rm -f *.tab.c
                    524: 
1.27      moko      525: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser3sqlite.Plo@am__quote@ # am--include-marker
                    526: 
                    527: $(am__depfiles_remade):
                    528:        @$(MKDIR_P) $(@D)
                    529:        @echo '# dummy' >$@-t && $(am__mv) $@-t $@
                    530: 
                    531: am--depfiles: $(am__depfiles_remade)
1.1       misha     532: 
                    533: .C.o:
1.27      moko      534: @am__fastdepCXX_TRUE@  $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    535: @am__fastdepCXX_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    536: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misha     537: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.27      moko      538: @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1.1       misha     539: 
                    540: .C.obj:
1.27      moko      541: @am__fastdepCXX_TRUE@  $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    542: @am__fastdepCXX_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    543: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misha     544: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.27      moko      545: @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       misha     546: 
                    547: .C.lo:
1.27      moko      548: @am__fastdepCXX_TRUE@  $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    549: @am__fastdepCXX_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
                    550: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1       misha     551: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.27      moko      552: @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1.1       misha     553: 
                    554: mostlyclean-libtool:
                    555:        -rm -f *.lo
                    556: 
                    557: clean-libtool:
                    558:        -rm -rf .libs _libs
                    559: 
                    560: distclean-libtool:
1.18      moko      561:        -rm -f libtool config.lt
1.1       misha     562: 
                    563: # This directory's subdirectories are mostly independent; you can cd
1.27      moko      564: # into them and run 'make' without going through this Makefile.
                    565: # To change the values of 'make' variables: instead of editing Makefiles,
                    566: # (1) if the variable is set in 'config.status', edit 'config.status'
                    567: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    568: # (2) otherwise, pass the desired values on the 'make' command line.
                    569: $(am__recursive_targets):
                    570:        @fail=; \
                    571:        if $(am__make_keepgoing); then \
                    572:          failcom='fail=yes'; \
                    573:        else \
                    574:          failcom='exit 1'; \
                    575:        fi; \
1.1       misha     576:        dot_seen=no; \
                    577:        target=`echo $@ | sed s/-recursive//`; \
1.27      moko      578:        case "$@" in \
                    579:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    580:          *) list='$(SUBDIRS)' ;; \
                    581:        esac; \
                    582:        for subdir in $$list; do \
1.1       misha     583:          echo "Making $$target in $$subdir"; \
                    584:          if test "$$subdir" = "."; then \
                    585:            dot_seen=yes; \
                    586:            local_target="$$target-am"; \
                    587:          else \
                    588:            local_target="$$target"; \
                    589:          fi; \
1.18      moko      590:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    591:          || eval $$failcom; \
1.1       misha     592:        done; \
                    593:        if test "$$dot_seen" = "no"; then \
                    594:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    595:        fi; test -z "$$fail"
                    596: 
1.27      moko      597: ID: $(am__tagged_files)
                    598:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    599: tags: tags-recursive
                    600: TAGS: tags
1.1       misha     601: 
1.27      moko      602: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.18      moko      603:        set x; \
1.1       misha     604:        here=`pwd`; \
                    605:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    606:          include_option=--etags-include; \
                    607:          empty_fix=.; \
                    608:        else \
                    609:          include_option=--include; \
                    610:          empty_fix=; \
                    611:        fi; \
                    612:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    613:          if test "$$subdir" = .; then :; else \
                    614:            test ! -f $$subdir/TAGS || \
1.18      moko      615:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1       misha     616:          fi; \
                    617:        done; \
1.27      moko      618:        $(am__define_uniq_tagged_files); \
1.18      moko      619:        shift; \
                    620:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1       misha     621:          test -n "$$unique" || unique=$$empty_fix; \
1.18      moko      622:          if test $$# -gt 0; then \
                    623:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    624:              "$$@" $$unique; \
                    625:          else \
                    626:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    627:              $$unique; \
                    628:          fi; \
1.1       misha     629:        fi
1.27      moko      630: ctags: ctags-recursive
                    631: 
                    632: CTAGS: ctags
                    633: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    634:        $(am__define_uniq_tagged_files); \
1.18      moko      635:        test -z "$(CTAGS_ARGS)$$unique" \
1.1       misha     636:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.18      moko      637:             $$unique
1.1       misha     638: 
                    639: GTAGS:
                    640:        here=`$(am__cd) $(top_builddir) && pwd` \
1.18      moko      641:          && $(am__cd) $(top_srcdir) \
                    642:          && gtags -i $(GTAGS_ARGS) "$$here"
1.27      moko      643: cscope: cscope.files
                    644:        test ! -s cscope.files \
                    645:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    646: clean-cscope:
                    647:        -rm -f cscope.files
                    648: cscope.files: clean-cscope cscopelist
                    649: cscopelist: cscopelist-recursive
                    650: 
                    651: cscopelist-am: $(am__tagged_files)
                    652:        list='$(am__tagged_files)'; \
                    653:        case "$(srcdir)" in \
                    654:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    655:          *) sdir=$(subdir)/$(srcdir) ;; \
                    656:        esac; \
                    657:        for i in $$list; do \
                    658:          if test -f "$$i"; then \
                    659:            echo "$(subdir)/$$i"; \
                    660:          else \
                    661:            echo "$$sdir/$$i"; \
                    662:          fi; \
                    663:        done >> $(top_builddir)/cscope.files
1.1       misha     664: 
                    665: distclean-tags:
                    666:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.27      moko      667:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
                    668: 
                    669: distdir: $(BUILT_SOURCES)
                    670:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
1.1       misha     671: 
1.27      moko      672: distdir-am: $(DISTFILES)
1.1       misha     673:        $(am__remove_distdir)
1.18      moko      674:        test -d "$(distdir)" || mkdir "$(distdir)"
                    675:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    676:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    677:        list='$(DISTFILES)'; \
                    678:          dist_files=`for file in $$list; do echo $$file; done | \
                    679:          sed -e "s|^$$srcdirstrip/||;t" \
                    680:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    681:        case $$dist_files in \
                    682:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    683:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    684:                           sort -u` ;; \
                    685:        esac; \
                    686:        for file in $$dist_files; do \
1.1       misha     687:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    688:          if test -d $$d/$$file; then \
1.18      moko      689:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    690:            if test -d "$(distdir)/$$file"; then \
                    691:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    692:            fi; \
1.1       misha     693:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.18      moko      694:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    695:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       misha     696:            fi; \
1.18      moko      697:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       misha     698:          else \
1.18      moko      699:            test -f "$(distdir)/$$file" \
                    700:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       misha     701:            || exit 1; \
                    702:          fi; \
                    703:        done
1.18      moko      704:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       misha     705:          if test "$$subdir" = .; then :; else \
1.27      moko      706:            $(am__make_dryrun) \
                    707:              || test -d "$(distdir)/$$subdir" \
                    708:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    709:              || exit 1; \
1.18      moko      710:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    711:            $(am__relativize); \
                    712:            new_distdir=$$reldir; \
                    713:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    714:            $(am__relativize); \
                    715:            new_top_distdir=$$reldir; \
                    716:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    717:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    718:            ($(am__cd) $$subdir && \
1.1       misha     719:              $(MAKE) $(AM_MAKEFLAGS) \
1.18      moko      720:                top_distdir="$$new_top_distdir" \
                    721:                distdir="$$new_distdir" \
                    722:                am__remove_distdir=: \
                    723:                am__skip_length_check=: \
                    724:                am__skip_mode_fix=: \
1.1       misha     725:                distdir) \
                    726:              || exit 1; \
                    727:          fi; \
                    728:        done
1.18      moko      729:        -test -n "$(am__skip_mode_fix)" \
                    730:        || find "$(distdir)" -type d ! -perm -755 \
                    731:                -exec chmod u+rwx,go+rx {} \; -o \
1.1       misha     732:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    733:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.18      moko      734:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    735:        || chmod -R a+r "$(distdir)"
1.1       misha     736: dist-gzip: distdir
1.27      moko      737:        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
                    738:        $(am__post_remove_distdir)
1.1       misha     739: 
                    740: dist-bzip2: distdir
1.27      moko      741:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    742:        $(am__post_remove_distdir)
1.1       misha     743: 
1.27      moko      744: dist-lzip: distdir
                    745:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    746:        $(am__post_remove_distdir)
1.18      moko      747: 
                    748: dist-xz: distdir
1.27      moko      749:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    750:        $(am__post_remove_distdir)
1.18      moko      751: 
1.1       misha     752: dist-tarZ: distdir
1.27      moko      753:        @echo WARNING: "Support for distribution archives compressed with" \
                    754:                       "legacy program 'compress' is deprecated." >&2
                    755:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.1       misha     756:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.27      moko      757:        $(am__post_remove_distdir)
1.1       misha     758: 
                    759: dist-shar: distdir
1.27      moko      760:        @echo WARNING: "Support for shar distribution archives is" \
                    761:                       "deprecated." >&2
                    762:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    763:        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
                    764:        $(am__post_remove_distdir)
1.1       misha     765: 
                    766: dist-zip: distdir
                    767:        -rm -f $(distdir).zip
                    768:        zip -rq $(distdir).zip $(distdir)
1.27      moko      769:        $(am__post_remove_distdir)
1.1       misha     770: 
1.27      moko      771: dist dist-all:
                    772:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    773:        $(am__post_remove_distdir)
1.1       misha     774: 
                    775: # This target untars the dist file and tries a VPATH configuration.  Then
                    776: # it guarantees that the distribution is self-contained by making another
                    777: # tarfile.
                    778: distcheck: dist
                    779:        case '$(DIST_ARCHIVES)' in \
                    780:        *.tar.gz*) \
1.27      moko      781:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1       misha     782:        *.tar.bz2*) \
1.18      moko      783:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.27      moko      784:        *.tar.lz*) \
                    785:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.18      moko      786:        *.tar.xz*) \
                    787:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.1       misha     788:        *.tar.Z*) \
                    789:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    790:        *.shar.gz*) \
1.27      moko      791:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1.1       misha     792:        *.zip*) \
                    793:          unzip $(distdir).zip ;;\
                    794:        esac
1.27      moko      795:        chmod -R a-w $(distdir)
                    796:        chmod u+w $(distdir)
                    797:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1.1       misha     798:        chmod a-w $(distdir)
1.18      moko      799:        test -d $(distdir)/_build || exit 0; \
1.1       misha     800:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    801:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.18      moko      802:          && am__cwd=`pwd` \
1.27      moko      803:          && $(am__cd) $(distdir)/_build/sub \
                    804:          && ../../configure \
                    805:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.1       misha     806:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.27      moko      807:            --srcdir=../.. --prefix="$$dc_install_base" \
1.1       misha     808:          && $(MAKE) $(AM_MAKEFLAGS) \
                    809:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    810:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    811:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    812:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    813:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    814:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    815:                distuninstallcheck \
                    816:          && chmod -R a-w "$$dc_install_base" \
                    817:          && ({ \
                    818:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    819:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    820:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    821:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    822:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    823:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    824:          && rm -rf "$$dc_destdir" \
                    825:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    826:          && rm -rf $(DIST_ARCHIVES) \
1.18      moko      827:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    828:          && cd "$$am__cwd" \
                    829:          || exit 1
1.27      moko      830:        $(am__post_remove_distdir)
1.1       misha     831:        @(echo "$(distdir) archives ready for distribution: "; \
                    832:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.18      moko      833:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1.1       misha     834: distuninstallcheck:
1.27      moko      835:        @test -n '$(distuninstallcheck_dir)' || { \
                    836:          echo 'ERROR: trying to run $@ with an empty' \
                    837:               '$$(distuninstallcheck_dir)' >&2; \
                    838:          exit 1; \
                    839:        }; \
                    840:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    841:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    842:          exit 1; \
                    843:        }; \
                    844:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.1       misha     845:           || { echo "ERROR: files left after uninstall:" ; \
                    846:                if test -n "$(DESTDIR)"; then \
                    847:                  echo "  (check DESTDIR support)"; \
                    848:                fi ; \
                    849:                $(distuninstallcheck_listfiles) ; \
                    850:                exit 1; } >&2
                    851: distcleancheck: distclean
                    852:        @if test '$(srcdir)' = . ; then \
                    853:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    854:          exit 1 ; \
                    855:        fi
                    856:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    857:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    858:               $(distcleancheck_listfiles) ; \
                    859:               exit 1; } >&2
                    860: check-am: all-am
                    861: check: check-recursive
                    862: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
                    863: installdirs: installdirs-recursive
                    864: installdirs-am:
                    865:        for dir in "$(DESTDIR)$(libdir)"; do \
1.18      moko      866:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.1       misha     867:        done
                    868: install: install-recursive
                    869: install-exec: install-exec-recursive
                    870: install-data: install-data-recursive
                    871: uninstall: uninstall-recursive
                    872: 
                    873: install-am: all-am
                    874:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    875: 
                    876: installcheck: installcheck-recursive
                    877: install-strip:
1.27      moko      878:        if test -z '$(STRIP)'; then \
                    879:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    880:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    881:              install; \
                    882:        else \
                    883:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    884:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    885:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    886:        fi
1.1       misha     887: mostlyclean-generic:
                    888: 
                    889: clean-generic:
                    890: 
                    891: distclean-generic:
                    892:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.18      moko      893:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       misha     894: 
                    895: maintainer-clean-generic:
                    896:        @echo "This command is intended for maintainers to use"
                    897:        @echo "it deletes files that may require special tools to rebuild."
                    898: clean: clean-recursive
                    899: 
                    900: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
                    901:        mostlyclean-am
                    902: 
                    903: distclean: distclean-recursive
                    904:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.27      moko      905:                -rm -f ./$(DEPDIR)/parser3sqlite.Plo
1.1       misha     906:        -rm -f Makefile
                    907: distclean-am: clean-am distclean-compile distclean-generic \
                    908:        distclean-hdr distclean-libtool distclean-tags
                    909: 
                    910: dvi: dvi-recursive
                    911: 
                    912: dvi-am:
                    913: 
                    914: html: html-recursive
                    915: 
1.18      moko      916: html-am:
                    917: 
1.1       misha     918: info: info-recursive
                    919: 
                    920: info-am:
                    921: 
                    922: install-data-am:
                    923: 
1.18      moko      924: install-dvi: install-dvi-recursive
                    925: 
                    926: install-dvi-am:
                    927: 
1.1       misha     928: install-exec-am: install-libLTLIBRARIES
                    929: 
1.18      moko      930: install-html: install-html-recursive
                    931: 
                    932: install-html-am:
                    933: 
1.1       misha     934: install-info: install-info-recursive
                    935: 
1.18      moko      936: install-info-am:
                    937: 
1.1       misha     938: install-man:
                    939: 
1.18      moko      940: install-pdf: install-pdf-recursive
                    941: 
                    942: install-pdf-am:
                    943: 
                    944: install-ps: install-ps-recursive
                    945: 
                    946: install-ps-am:
                    947: 
1.1       misha     948: installcheck-am:
                    949: 
                    950: maintainer-clean: maintainer-clean-recursive
                    951:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    952:        -rm -rf $(top_srcdir)/autom4te.cache
1.27      moko      953:                -rm -f ./$(DEPDIR)/parser3sqlite.Plo
1.1       misha     954:        -rm -f Makefile
                    955: maintainer-clean-am: distclean-am maintainer-clean-generic
                    956: 
                    957: mostlyclean: mostlyclean-recursive
                    958: 
                    959: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    960:        mostlyclean-libtool
                    961: 
                    962: pdf: pdf-recursive
                    963: 
                    964: pdf-am:
                    965: 
                    966: ps: ps-recursive
                    967: 
                    968: ps-am:
                    969: 
1.18      moko      970: uninstall-am: uninstall-libLTLIBRARIES
1.1       misha     971: 
1.27      moko      972: .MAKE: $(am__recursive_targets) all install-am install-strip
1.1       misha     973: 
1.27      moko      974: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
                    975:        am--depfiles am--refresh check check-am clean clean-cscope \
                    976:        clean-generic clean-libLTLIBRARIES clean-libtool cscope \
                    977:        cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
                    978:        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
                    979:        distcheck distclean distclean-compile distclean-generic \
                    980:        distclean-hdr distclean-libtool distclean-tags distcleancheck \
                    981:        distdir distuninstallcheck dvi dvi-am html html-am info \
                    982:        info-am install install-am install-data install-data-am \
                    983:        install-dvi install-dvi-am install-exec install-exec-am \
                    984:        install-html install-html-am install-info install-info-am \
                    985:        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
                    986:        install-ps install-ps-am install-strip installcheck \
                    987:        installcheck-am installdirs installdirs-am maintainer-clean \
1.18      moko      988:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    989:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1.27      moko      990:        tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
                    991: 
                    992: .PRECIOUS: Makefile
1.1       misha     993: 
                    994: 
                    995: commit:
                    996: #      trick to make 'make' happy at check out time
1.11      moko      997: #      and avoid redundant remaking: aclocal+autoconf+automake
1.1       misha     998: 
1.22      moko      999:        cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.ac configure config_auto.h.in
1.18      moko     1000: 
1.1       misha    1001: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   1002: # Otherwise a system limit (for SysV at least) may be exceeded.
                   1003: .NOEXPORT:

E-mail: