Annotation of parser3/src/Makefile.in, revision 1.66

1.66    ! moko        1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.54      paf         2: # @configure_input@
1.1       paf         3: 
1.58      paf         4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.66    ! moko        5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
        !             6: # Inc.
1.1       paf         7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
1.54      paf        16: @SET_MAKE@
1.1       paf        17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
1.66    ! moko       19: pkgincludedir = $(includedir)/@PACKAGE@
1.1       paf        20: pkglibdir = $(libdir)/@PACKAGE@
1.66    ! moko       21: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.54      paf        22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     23: install_sh_DATA = $(install_sh) -c -m 644
                     24: install_sh_PROGRAM = $(install_sh) -c
                     25: install_sh_SCRIPT = $(install_sh) -c
                     26: INSTALL_HEADER = $(INSTALL_DATA)
                     27: transform = $(program_transform_name)
1.1       paf        28: NORMAL_INSTALL = :
                     29: PRE_INSTALL = :
                     30: POST_INSTALL = :
                     31: NORMAL_UNINSTALL = :
                     32: PRE_UNINSTALL = :
                     33: POST_UNINSTALL = :
1.66    ! moko       34: build_triplet = @build@
1.1       paf        35: host_triplet = @host@
1.58      paf        36: subdir = src
                     37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.64      moko       39: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     40:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     41:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     42:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     43:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     44:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                     45:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.58      paf        46:        $(top_srcdir)/configure.in
                     47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     48:        $(ACLOCAL_M4)
1.64      moko       49: mkinstalldirs = $(install_sh) -d
1.58      paf        50: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                     51: CONFIG_CLEAN_FILES =
1.66    ! moko       52: CONFIG_CLEAN_VPATH_FILES =
1.58      paf        53: SOURCES =
                     54: DIST_SOURCES =
                     55: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     56:        html-recursive info-recursive install-data-recursive \
1.66    ! moko       57:        install-dvi-recursive install-exec-recursive \
        !            58:        install-html-recursive install-info-recursive \
        !            59:        install-pdf-recursive install-ps-recursive install-recursive \
        !            60:        installcheck-recursive installdirs-recursive pdf-recursive \
        !            61:        ps-recursive uninstall-recursive
        !            62: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
        !            63:   distclean-recursive maintainer-clean-recursive
        !            64: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
        !            65:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
        !            66:        distdir
1.58      paf        67: ETAGS = etags
                     68: CTAGS = ctags
                     69: DIST_SUBDIRS = $(SUBDIRS)
                     70: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.66    ! moko       71: am__relativize = \
        !            72:   dir0=`pwd`; \
        !            73:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
        !            74:   sed_rest='s,^[^/]*/*,,'; \
        !            75:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
        !            76:   sed_butlast='s,/*[^/]*$$,,'; \
        !            77:   while test -n "$$dir1"; do \
        !            78:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
        !            79:     if test "$$first" != "."; then \
        !            80:       if test "$$first" = ".."; then \
        !            81:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        !            82:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
        !            83:       else \
        !            84:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        !            85:         if test "$$first2" = "$$first"; then \
        !            86:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        !            87:         else \
        !            88:           dir2="../$$dir2"; \
        !            89:         fi; \
        !            90:         dir0="$$dir0"/"$$first"; \
        !            91:       fi; \
        !            92:     fi; \
        !            93:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
        !            94:   done; \
        !            95:   reldir="$$dir2"
1.54      paf        96: ACLOCAL = @ACLOCAL@
                     97: AMTAR = @AMTAR@
1.62      moko       98: APACHE = @APACHE@
                     99: APACHE_CFLAGS = @APACHE_CFLAGS@
                    100: APACHE_INC = @APACHE_INC@
1.64      moko      101: AR = @AR@
                    102: ARGZ_H = @ARGZ_H@
                    103: AS = @AS@
1.54      paf       104: AUTOCONF = @AUTOCONF@
                    105: AUTOHEADER = @AUTOHEADER@
                    106: AUTOMAKE = @AUTOMAKE@
1.1       paf       107: AWK = @AWK@
                    108: CC = @CC@
1.54      paf       109: CCDEPMODE = @CCDEPMODE@
                    110: CFLAGS = @CFLAGS@
1.55      paf       111: CPP = @CPP@
1.54      paf       112: CPPFLAGS = @CPPFLAGS@
1.1       paf       113: CXX = @CXX@
1.64      moko      114: CXXCPP = @CXXCPP@
1.54      paf       115: CXXDEPMODE = @CXXDEPMODE@
                    116: CXXFLAGS = @CXXFLAGS@
                    117: CYGPATH_W = @CYGPATH_W@
                    118: DEFS = @DEFS@
                    119: DEPDIR = @DEPDIR@
1.64      moko      120: DLLTOOL = @DLLTOOL@
                    121: DSYMUTIL = @DSYMUTIL@
                    122: DUMPBIN = @DUMPBIN@
1.54      paf       123: ECHO_C = @ECHO_C@
                    124: ECHO_N = @ECHO_N@
                    125: ECHO_T = @ECHO_T@
                    126: EGREP = @EGREP@
                    127: EXEEXT = @EXEEXT@
1.64      moko      128: FGREP = @FGREP@
1.56      paf       129: GC_LIBS = @GC_LIBS@
1.64      moko      130: GREP = @GREP@
1.1       paf       131: INCLTDL = @INCLTDL@
1.66    ! moko      132: INSTALL = @INSTALL@
1.54      paf       133: INSTALL_DATA = @INSTALL_DATA@
                    134: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    135: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    136: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.64      moko      137: LD = @LD@
1.54      paf       138: LDFLAGS = @LDFLAGS@
1.1       paf       139: LIBADD_DL = @LIBADD_DL@
1.64      moko      140: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    141: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    142: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       143: LIBLTDL = @LIBLTDL@
1.54      paf       144: LIBOBJS = @LIBOBJS@
                    145: LIBS = @LIBS@
1.64      moko      146: LIBTOOL = @LIBTOOL@
                    147: LIPO = @LIPO@
                    148: LN_S = @LN_S@
                    149: LTDLDEPS = @LTDLDEPS@
                    150: LTDLINCL = @LTDLINCL@
                    151: LTDLOPEN = @LTDLOPEN@
1.54      paf       152: LTLIBOBJS = @LTLIBOBJS@
1.64      moko      153: LT_CONFIG_H = @LT_CONFIG_H@
                    154: LT_DLLOADERS = @LT_DLLOADERS@
                    155: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       156: MAKEINFO = @MAKEINFO@
1.64      moko      157: MANIFEST_TOOL = @MANIFEST_TOOL@
1.49      paf       158: MIME_INCLUDES = @MIME_INCLUDES@
                    159: MIME_LIBS = @MIME_LIBS@
1.66    ! moko      160: MKDIR_P = @MKDIR_P@
1.64      moko      161: NM = @NM@
                    162: NMEDIT = @NMEDIT@
                    163: OBJDUMP = @OBJDUMP@
1.54      paf       164: OBJEXT = @OBJEXT@
1.64      moko      165: OTOOL = @OTOOL@
                    166: OTOOL64 = @OTOOL64@
1.25      parser    167: P3S = @P3S@
1.1       paf       168: PACKAGE = @PACKAGE@
1.54      paf       169: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    170: PACKAGE_NAME = @PACKAGE_NAME@
                    171: PACKAGE_STRING = @PACKAGE_STRING@
                    172: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.66    ! moko      173: PACKAGE_URL = @PACKAGE_URL@
1.54      paf       174: PACKAGE_VERSION = @PACKAGE_VERSION@
                    175: PATH_SEPARATOR = @PATH_SEPARATOR@
1.60      misha     176: PCRE_INCLUDES = @PCRE_INCLUDES@
                    177: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       178: RANLIB = @RANLIB@
1.64      moko      179: SED = @SED@
1.54      paf       180: SET_MAKE = @SET_MAKE@
                    181: SHELL = @SHELL@
                    182: STRIP = @STRIP@
1.1       paf       183: VERSION = @VERSION@
1.20      parser    184: XML_INCLUDES = @XML_INCLUDES@
                    185: XML_LIBS = @XML_LIBS@
1.1       paf       186: YACC = @YACC@
1.66    ! moko      187: YFLAGS = @YFLAGS@
        !           188: abs_builddir = @abs_builddir@
        !           189: abs_srcdir = @abs_srcdir@
        !           190: abs_top_builddir = @abs_top_builddir@
        !           191: abs_top_srcdir = @abs_top_srcdir@
1.64      moko      192: ac_ct_AR = @ac_ct_AR@
1.54      paf       193: ac_ct_CC = @ac_ct_CC@
                    194: ac_ct_CXX = @ac_ct_CXX@
1.64      moko      195: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.54      paf       196: am__include = @am__include@
1.58      paf       197: am__leading_dot = @am__leading_dot@
1.54      paf       198: am__quote = @am__quote@
1.58      paf       199: am__tar = @am__tar@
                    200: am__untar = @am__untar@
1.54      paf       201: bindir = @bindir@
                    202: build = @build@
                    203: build_alias = @build_alias@
                    204: build_cpu = @build_cpu@
                    205: build_os = @build_os@
                    206: build_vendor = @build_vendor@
1.66    ! moko      207: builddir = @builddir@
1.54      paf       208: datadir = @datadir@
1.66    ! moko      209: datarootdir = @datarootdir@
1.51      paf       210: dll_extension = @dll_extension@
1.66    ! moko      211: docdir = @docdir@
        !           212: dvidir = @dvidir@
1.54      paf       213: exec_prefix = @exec_prefix@
                    214: host = @host@
                    215: host_alias = @host_alias@
                    216: host_cpu = @host_cpu@
1.1       paf       217: host_os = @host_os@
1.54      paf       218: host_vendor = @host_vendor@
1.66    ! moko      219: htmldir = @htmldir@
1.54      paf       220: includedir = @includedir@
                    221: infodir = @infodir@
                    222: install_sh = @install_sh@
                    223: libdir = @libdir@
                    224: libexecdir = @libexecdir@
1.66    ! moko      225: localedir = @localedir@
1.54      paf       226: localstatedir = @localstatedir@
1.64      moko      227: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    228: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.54      paf       229: mandir = @mandir@
1.58      paf       230: mkdir_p = @mkdir_p@
1.54      paf       231: oldincludedir = @oldincludedir@
1.66    ! moko      232: pdfdir = @pdfdir@
1.54      paf       233: prefix = @prefix@
                    234: program_transform_name = @program_transform_name@
1.66    ! moko      235: psdir = @psdir@
1.54      paf       236: sbindir = @sbindir@
                    237: sharedstatedir = @sharedstatedir@
1.66    ! moko      238: srcdir = @srcdir@
1.54      paf       239: subdirs = @subdirs@
1.64      moko      240: sys_symbol_underscore = @sys_symbol_underscore@
1.54      paf       241: sysconfdir = @sysconfdir@
                    242: target_alias = @target_alias@
1.66    ! moko      243: top_build_prefix = @top_build_prefix@
        !           244: top_builddir = @top_builddir@
        !           245: top_srcdir = @top_srcdir@
1.48      paf       246: SUBDIRS = include main sql types classes lib targets
1.54      paf       247: all: all-recursive
1.1       paf       248: 
                    249: .SUFFIXES:
1.58      paf       250: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    251:        @for dep in $?; do \
                    252:          case '$(am__configure_deps)' in \
                    253:            *$$dep*) \
1.66    ! moko      254:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           255:                && { if test -f $@; then exit 0; else break; fi; }; \
1.58      paf       256:              exit 1;; \
                    257:          esac; \
                    258:        done; \
1.66    ! moko      259:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
        !           260:        $(am__cd) $(top_srcdir) && \
        !           261:          $(AUTOMAKE) --gnu src/Makefile
1.58      paf       262: .PRECIOUS: Makefile
                    263: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    264:        @case '$?' in \
                    265:          *config.status*) \
                    266:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    267:          *) \
                    268:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    269:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    270:        esac;
                    271: 
                    272: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    273:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    274: 
                    275: $(top_srcdir)/configure:  $(am__configure_deps)
                    276:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    277: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    278:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.66    ! moko      279: $(am__aclocal_m4_deps):
1.64      moko      280: 
                    281: mostlyclean-libtool:
                    282:        -rm -f *.lo
                    283: 
                    284: clean-libtool:
                    285:        -rm -rf .libs _libs
                    286: 
1.1       paf       287: # This directory's subdirectories are mostly independent; you can cd
                    288: # into them and run `make' without going through this Makefile.
                    289: # To change the values of `make' variables: instead of editing Makefiles,
                    290: # (1) if the variable is set in `config.status', edit `config.status'
                    291: #     (which will cause the Makefiles to be regenerated when you run `make');
                    292: # (2) otherwise, pass the desired values on the `make' command line.
1.54      paf       293: $(RECURSIVE_TARGETS):
1.66    ! moko      294:        @fail= failcom='exit 1'; \
        !           295:        for f in x $$MAKEFLAGS; do \
        !           296:          case $$f in \
        !           297:            *=* | --[!k]*);; \
        !           298:            *k*) failcom='fail=yes';; \
        !           299:          esac; \
        !           300:        done; \
1.1       paf       301:        dot_seen=no; \
                    302:        target=`echo $@ | sed s/-recursive//`; \
                    303:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    304:          echo "Making $$target in $$subdir"; \
                    305:          if test "$$subdir" = "."; then \
                    306:            dot_seen=yes; \
                    307:            local_target="$$target-am"; \
                    308:          else \
                    309:            local_target="$$target"; \
                    310:          fi; \
1.66    ! moko      311:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           312:          || eval $$failcom; \
1.1       paf       313:        done; \
                    314:        if test "$$dot_seen" = "no"; then \
                    315:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    316:        fi; test -z "$$fail"
                    317: 
1.66    ! moko      318: $(RECURSIVE_CLEAN_TARGETS):
        !           319:        @fail= failcom='exit 1'; \
        !           320:        for f in x $$MAKEFLAGS; do \
        !           321:          case $$f in \
        !           322:            *=* | --[!k]*);; \
        !           323:            *k*) failcom='fail=yes';; \
        !           324:          esac; \
        !           325:        done; \
1.1       paf       326:        dot_seen=no; \
1.54      paf       327:        case "$@" in \
                    328:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    329:          *) list='$(SUBDIRS)' ;; \
                    330:        esac; \
                    331:        rev=''; for subdir in $$list; do \
                    332:          if test "$$subdir" = "."; then :; else \
                    333:            rev="$$subdir $$rev"; \
                    334:          fi; \
1.1       paf       335:        done; \
1.54      paf       336:        rev="$$rev ."; \
1.1       paf       337:        target=`echo $@ | sed s/-recursive//`; \
                    338:        for subdir in $$rev; do \
                    339:          echo "Making $$target in $$subdir"; \
                    340:          if test "$$subdir" = "."; then \
                    341:            local_target="$$target-am"; \
                    342:          else \
                    343:            local_target="$$target"; \
                    344:          fi; \
1.66    ! moko      345:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           346:          || eval $$failcom; \
1.1       paf       347:        done && test -z "$$fail"
                    348: tags-recursive:
                    349:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.66    ! moko      350:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1       paf       351:        done
1.54      paf       352: ctags-recursive:
                    353:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.66    ! moko      354:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.54      paf       355:        done
                    356: 
                    357: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    358:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    359:        unique=`for i in $$list; do \
                    360:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    361:          done | \
1.66    ! moko      362:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           363:              END { if (nonempty) { for (i in files) print i; }; }'`; \
1.54      paf       364:        mkid -fID $$unique
1.58      paf       365: tags: TAGS
1.1       paf       366: 
1.54      paf       367: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    368:                $(TAGS_FILES) $(LISP)
1.66    ! moko      369:        set x; \
1.1       paf       370:        here=`pwd`; \
1.58      paf       371:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    372:          include_option=--etags-include; \
                    373:          empty_fix=.; \
                    374:        else \
                    375:          include_option=--include; \
                    376:          empty_fix=; \
                    377:        fi; \
1.1       paf       378:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.54      paf       379:          if test "$$subdir" = .; then :; else \
1.58      paf       380:            test ! -f $$subdir/TAGS || \
1.66    ! moko      381:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.54      paf       382:          fi; \
1.1       paf       383:        done; \
1.54      paf       384:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    385:        unique=`for i in $$list; do \
                    386:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    387:          done | \
1.66    ! moko      388:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           389:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           390:        shift; \
        !           391:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.58      paf       392:          test -n "$$unique" || unique=$$empty_fix; \
1.66    ! moko      393:          if test $$# -gt 0; then \
        !           394:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           395:              "$$@" $$unique; \
        !           396:          else \
        !           397:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           398:              $$unique; \
        !           399:          fi; \
1.58      paf       400:        fi
1.54      paf       401: ctags: CTAGS
                    402: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    403:                $(TAGS_FILES) $(LISP)
                    404:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    405:        unique=`for i in $$list; do \
                    406:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    407:          done | \
1.66    ! moko      408:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           409:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           410:        test -z "$(CTAGS_ARGS)$$unique" \
1.54      paf       411:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.66    ! moko      412:             $$unique
1.54      paf       413: 
                    414: GTAGS:
                    415:        here=`$(am__cd) $(top_builddir) && pwd` \
1.66    ! moko      416:          && $(am__cd) $(top_srcdir) \
        !           417:          && gtags -i $(GTAGS_ARGS) "$$here"
1.1       paf       418: 
                    419: distclean-tags:
1.54      paf       420:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       421: 
                    422: distdir: $(DISTFILES)
1.66    ! moko      423:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           424:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           425:        list='$(DISTFILES)'; \
        !           426:          dist_files=`for file in $$list; do echo $$file; done | \
        !           427:          sed -e "s|^$$srcdirstrip/||;t" \
        !           428:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           429:        case $$dist_files in \
        !           430:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           431:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           432:                           sort -u` ;; \
        !           433:        esac; \
        !           434:        for file in $$dist_files; do \
1.54      paf       435:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       436:          if test -d $$d/$$file; then \
1.66    ! moko      437:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           438:            if test -d "$(distdir)/$$file"; then \
        !           439:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           440:            fi; \
1.54      paf       441:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.66    ! moko      442:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           443:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.54      paf       444:            fi; \
1.66    ! moko      445:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       446:          else \
1.66    ! moko      447:            test -f "$(distdir)/$$file" \
        !           448:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.54      paf       449:            || exit 1; \
1.1       paf       450:          fi; \
                    451:        done
1.66    ! moko      452:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       453:          if test "$$subdir" = .; then :; else \
1.58      paf       454:            test -d "$(distdir)/$$subdir" \
1.66    ! moko      455:            || $(MKDIR_P) "$(distdir)/$$subdir" \
1.1       paf       456:            || exit 1; \
1.66    ! moko      457:          fi; \
        !           458:        done
        !           459:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           460:          if test "$$subdir" = .; then :; else \
        !           461:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           462:            $(am__relativize); \
        !           463:            new_distdir=$$reldir; \
        !           464:            dir1=$$subdir; dir2="$(top_distdir)"; \
        !           465:            $(am__relativize); \
        !           466:            new_top_distdir=$$reldir; \
        !           467:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           468:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           469:            ($(am__cd) $$subdir && \
1.54      paf       470:              $(MAKE) $(AM_MAKEFLAGS) \
1.66    ! moko      471:                top_distdir="$$new_top_distdir" \
        !           472:                distdir="$$new_distdir" \
        !           473:                am__remove_distdir=: \
        !           474:                am__skip_length_check=: \
        !           475:                am__skip_mode_fix=: \
1.54      paf       476:                distdir) \
1.1       paf       477:              || exit 1; \
                    478:          fi; \
                    479:        done
                    480: check-am: all-am
                    481: check: check-recursive
1.54      paf       482: all-am: Makefile
                    483: installdirs: installdirs-recursive
                    484: installdirs-am:
                    485: install: install-recursive
1.1       paf       486: install-exec: install-exec-recursive
                    487: install-data: install-data-recursive
1.54      paf       488: uninstall: uninstall-recursive
1.1       paf       489: 
                    490: install-am: all-am
                    491:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.54      paf       492: 
                    493: installcheck: installcheck-recursive
1.1       paf       494: install-strip:
1.54      paf       495:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.58      paf       496:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.54      paf       497:          `test -z '$(STRIP)' || \
                    498:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       499: mostlyclean-generic:
                    500: 
                    501: clean-generic:
                    502: 
                    503: distclean-generic:
1.58      paf       504:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.66    ! moko      505:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       506: 
                    507: maintainer-clean-generic:
1.54      paf       508:        @echo "This command is intended for maintainers to use"
                    509:        @echo "it deletes files that may require special tools to rebuild."
                    510: clean: clean-recursive
                    511: 
1.64      moko      512: clean-am: clean-generic clean-libtool mostlyclean-am
1.54      paf       513: 
                    514: distclean: distclean-recursive
1.58      paf       515:        -rm -f Makefile
1.66    ! moko      516: distclean-am: clean-am distclean-generic distclean-tags
1.54      paf       517: 
                    518: dvi: dvi-recursive
                    519: 
                    520: dvi-am:
1.1       paf       521: 
1.58      paf       522: html: html-recursive
                    523: 
1.66    ! moko      524: html-am:
        !           525: 
1.54      paf       526: info: info-recursive
                    527: 
                    528: info-am:
1.1       paf       529: 
1.54      paf       530: install-data-am:
1.1       paf       531: 
1.66    ! moko      532: install-dvi: install-dvi-recursive
        !           533: 
        !           534: install-dvi-am:
        !           535: 
1.54      paf       536: install-exec-am:
1.1       paf       537: 
1.66    ! moko      538: install-html: install-html-recursive
        !           539: 
        !           540: install-html-am:
        !           541: 
1.54      paf       542: install-info: install-info-recursive
1.1       paf       543: 
1.66    ! moko      544: install-info-am:
        !           545: 
1.54      paf       546: install-man:
1.1       paf       547: 
1.66    ! moko      548: install-pdf: install-pdf-recursive
        !           549: 
        !           550: install-pdf-am:
        !           551: 
        !           552: install-ps: install-ps-recursive
        !           553: 
        !           554: install-ps-am:
        !           555: 
1.54      paf       556: installcheck-am:
1.1       paf       557: 
                    558: maintainer-clean: maintainer-clean-recursive
1.58      paf       559:        -rm -f Makefile
1.54      paf       560: maintainer-clean-am: distclean-am maintainer-clean-generic
                    561: 
                    562: mostlyclean: mostlyclean-recursive
                    563: 
1.64      moko      564: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.54      paf       565: 
                    566: pdf: pdf-recursive
                    567: 
                    568: pdf-am:
                    569: 
                    570: ps: ps-recursive
1.40      paf       571: 
1.54      paf       572: ps-am:
                    573: 
1.66    ! moko      574: uninstall-am:
1.54      paf       575: 
1.66    ! moko      576: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
        !           577:        install-am install-strip tags-recursive
1.54      paf       578: 
1.66    ! moko      579: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        !           580:        all all-am check check-am clean clean-generic clean-libtool \
        !           581:        ctags ctags-recursive distclean distclean-generic \
        !           582:        distclean-libtool distclean-tags distdir dvi dvi-am html \
1.64      moko      583:        html-am info info-am install install-am install-data \
1.66    ! moko      584:        install-data-am install-dvi install-dvi-am install-exec \
        !           585:        install-exec-am install-html install-html-am install-info \
        !           586:        install-info-am install-man install-pdf install-pdf-am \
        !           587:        install-ps install-ps-am install-strip installcheck \
1.64      moko      588:        installcheck-am installdirs installdirs-am maintainer-clean \
1.66    ! moko      589:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           590:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
        !           591:        uninstall uninstall-am
        !           592: 
1.1       paf       593: 
                    594: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    595: # Otherwise a system limit (for SysV at least) may be exceeded.
                    596: .NOEXPORT:

E-mail: