Annotation of parser3/Makefile.in, revision 1.132

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

E-mail: