Annotation of parser3/Makefile.in, revision 1.99

1.64      paf         1: # Makefile.in generated by automake 1.9 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,
                      5: # 2003, 2004  Free Software Foundation, Inc.
1.1       paf         6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
1.43      paf        15: @SET_MAKE@
1.1       paf        16: srcdir = @srcdir@
                     17: top_srcdir = @top_srcdir@
                     18: VPATH = @srcdir@
                     19: pkgdatadir = $(datadir)/@PACKAGE@
                     20: pkglibdir = $(libdir)/@PACKAGE@
                     21: pkgincludedir = $(includedir)/@PACKAGE@
                     22: top_builddir = .
1.43      paf        23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        24: INSTALL = @INSTALL@
1.43      paf        25: install_sh_DATA = $(install_sh) -c -m 644
                     26: install_sh_PROGRAM = $(install_sh) -c
                     27: install_sh_SCRIPT = $(install_sh) -c
                     28: INSTALL_HEADER = $(INSTALL_DATA)
                     29: transform = $(program_transform_name)
1.1       paf        30: NORMAL_INSTALL = :
                     31: PRE_INSTALL = :
                     32: POST_INSTALL = :
                     33: NORMAL_UNINSTALL = :
                     34: PRE_UNINSTALL = :
                     35: POST_UNINSTALL = :
                     36: host_triplet = @host@
1.64      paf        37: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
                     38:        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
                     39:        ChangeLog INSTALL NEWS config.guess config.sub depcomp \
                     40:        install-sh ltmain.sh missing mkinstalldirs
                     41: subdir = .
                     42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     43: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
                     44:        $(top_srcdir)/configure.in
                     45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     46:        $(ACLOCAL_M4)
                     47: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     48:  configure.lineno configure.status.lineno
                     49: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     50: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                     51: CONFIG_CLEAN_FILES =
                     52: SOURCES =
                     53: DIST_SOURCES =
                     54: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     55:        html-recursive info-recursive install-data-recursive \
                     56:        install-exec-recursive install-info-recursive \
                     57:        install-recursive installcheck-recursive installdirs-recursive \
                     58:        pdf-recursive ps-recursive uninstall-info-recursive \
                     59:        uninstall-recursive
                     60: ETAGS = etags
                     61: CTAGS = ctags
                     62: DIST_SUBDIRS = $(SUBDIRS)
                     63: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     64: distdir = $(PACKAGE)-$(VERSION)
                     65: top_distdir = $(distdir)
                     66: am__remove_distdir = \
                     67:   { test ! -d $(distdir) \
                     68:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
                     69:          && rm -fr $(distdir); }; }
                     70: DIST_ARCHIVES = $(distdir).tar.gz
                     71: GZIP_ENV = --best
                     72: distuninstallcheck_listfiles = find . -type f -print
                     73: distcleancheck_listfiles = find . -type f -print
1.43      paf        74: ACLOCAL = @ACLOCAL@
                     75: AMDEP_FALSE = @AMDEP_FALSE@
                     76: AMDEP_TRUE = @AMDEP_TRUE@
                     77: AMTAR = @AMTAR@
1.95      moko       78: APACHE = @APACHE@
                     79: APACHE_CFLAGS = @APACHE_CFLAGS@
                     80: APACHE_INC = @APACHE_INC@
1.43      paf        81: AUTOCONF = @AUTOCONF@
                     82: AUTOHEADER = @AUTOHEADER@
                     83: AUTOMAKE = @AUTOMAKE@
1.1       paf        84: AWK = @AWK@
                     85: CC = @CC@
1.43      paf        86: CCDEPMODE = @CCDEPMODE@
                     87: CFLAGS = @CFLAGS@
1.95      moko       88: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
                     89: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.48      paf        90: CPP = @CPP@
1.43      paf        91: CPPFLAGS = @CPPFLAGS@
1.49      paf        92: CPP_LIBS = @CPP_LIBS@
1.1       paf        93: CXX = @CXX@
1.43      paf        94: CXXDEPMODE = @CXXDEPMODE@
                     95: CXXFLAGS = @CXXFLAGS@
                     96: CYGPATH_W = @CYGPATH_W@
                     97: DEFS = @DEFS@
                     98: DEPDIR = @DEPDIR@
                     99: ECHO_C = @ECHO_C@
                    100: ECHO_N = @ECHO_N@
                    101: ECHO_T = @ECHO_T@
                    102: EGREP = @EGREP@
                    103: EXEEXT = @EXEEXT@
1.49      paf       104: GC_LIBS = @GC_LIBS@
1.1       paf       105: INCLTDL = @INCLTDL@
1.43      paf       106: INSTALL_DATA = @INSTALL_DATA@
                    107: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    108: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    109: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    110: LDFLAGS = @LDFLAGS@
1.1       paf       111: LIBADD_DL = @LIBADD_DL@
                    112: LIBLTDL = @LIBLTDL@
1.43      paf       113: LIBOBJS = @LIBOBJS@
                    114: LIBS = @LIBS@
                    115: LTLIBOBJS = @LTLIBOBJS@
1.1       paf       116: MAKEINFO = @MAKEINFO@
1.14      paf       117: MIME_INCLUDES = @MIME_INCLUDES@
                    118: MIME_LIBS = @MIME_LIBS@
1.43      paf       119: OBJEXT = @OBJEXT@
1.1       paf       120: P3S = @P3S@
                    121: PACKAGE = @PACKAGE@
1.43      paf       122: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    123: PACKAGE_NAME = @PACKAGE_NAME@
                    124: PACKAGE_STRING = @PACKAGE_STRING@
                    125: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    126: PACKAGE_VERSION = @PACKAGE_VERSION@
                    127: PATH_SEPARATOR = @PATH_SEPARATOR@
1.73      misha     128: PCRE_INCLUDES = @PCRE_INCLUDES@
                    129: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       130: RANLIB = @RANLIB@
1.43      paf       131: SET_MAKE = @SET_MAKE@
                    132: SHELL = @SHELL@
                    133: STRIP = @STRIP@
1.1       paf       134: VERSION = @VERSION@
                    135: XML_INCLUDES = @XML_INCLUDES@
                    136: XML_LIBS = @XML_LIBS@
                    137: YACC = @YACC@
1.43      paf       138: ac_ct_CC = @ac_ct_CC@
                    139: ac_ct_CXX = @ac_ct_CXX@
                    140: ac_ct_RANLIB = @ac_ct_RANLIB@
                    141: ac_ct_STRIP = @ac_ct_STRIP@
                    142: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    143: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    144: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    145: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    146: am__include = @am__include@
1.64      paf       147: am__leading_dot = @am__leading_dot@
1.43      paf       148: am__quote = @am__quote@
1.64      paf       149: am__tar = @am__tar@
                    150: am__untar = @am__untar@
1.43      paf       151: bindir = @bindir@
                    152: build = @build@
                    153: build_alias = @build_alias@
                    154: build_cpu = @build_cpu@
                    155: build_os = @build_os@
                    156: build_vendor = @build_vendor@
                    157: commentcharset_koi8r = @commentcharset_koi8r@
                    158: commentcharset_windows1250 = @commentcharset_windows1250@
                    159: commentcharset_windows1251 = @commentcharset_windows1251@
                    160: commentcharset_windows1257 = @commentcharset_windows1257@
                    161: datadir = @datadir@
1.20      paf       162: dll_extension = @dll_extension@
1.43      paf       163: exec_prefix = @exec_prefix@
                    164: host = @host@
                    165: host_alias = @host_alias@
                    166: host_cpu = @host_cpu@
1.1       paf       167: host_os = @host_os@
1.43      paf       168: host_vendor = @host_vendor@
                    169: includedir = @includedir@
                    170: infodir = @infodir@
                    171: install_sh = @install_sh@
                    172: libdir = @libdir@
                    173: libexecdir = @libexecdir@
                    174: localstatedir = @localstatedir@
                    175: mandir = @mandir@
1.64      paf       176: mkdir_p = @mkdir_p@
1.10      paf       177: mysql_client = @mysql_client@
1.43      paf       178: oldincludedir = @oldincludedir@
1.10      paf       179: oracle_client = @oracle_client@
                    180: pgsql_client = @pgsql_client@
1.43      paf       181: prefix = @prefix@
                    182: program_transform_name = @program_transform_name@
                    183: sbindir = @sbindir@
                    184: sharedstatedir = @sharedstatedir@
1.67      misha     185: sqlite_client = @sqlite_client@
1.43      paf       186: subdirs = @subdirs@
                    187: sysconfdir = @sysconfdir@
                    188: target_alias = @target_alias@
1.12      paf       189: SUBDIRS = src etc bin
1.66      paf       190: EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall-with-xml buildall-without-xml acsite.m4
1.43      paf       191: all: all-recursive
1.1       paf       192: 
                    193: .SUFFIXES:
1.64      paf       194: am--refresh:
                    195:        @:
                    196: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    197:        @for dep in $?; do \
                    198:          case '$(am__configure_deps)' in \
                    199:            *$$dep*) \
                    200:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
                    201:              cd $(srcdir) && $(AUTOMAKE) --gnu  \
                    202:                && exit 0; \
                    203:              exit 1;; \
                    204:          esac; \
                    205:        done; \
                    206:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
1.43      paf       207:        cd $(top_srcdir) && \
                    208:          $(AUTOMAKE) --gnu  Makefile
1.64      paf       209: .PRECIOUS: Makefile
                    210: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    211:        @case '$?' in \
                    212:          *config.status*) \
                    213:            echo ' $(SHELL) ./config.status'; \
                    214:            $(SHELL) ./config.status;; \
                    215:          *) \
                    216:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    217:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    218:        esac;
1.1       paf       219: 
1.64      paf       220: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       paf       221:        $(SHELL) ./config.status --recheck
1.64      paf       222: 
                    223: $(top_srcdir)/configure:  $(am__configure_deps)
1.1       paf       224:        cd $(srcdir) && $(AUTOCONF)
1.64      paf       225: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.43      paf       226:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    227: uninstall-info-am:
1.40      paf       228: 
1.1       paf       229: # This directory's subdirectories are mostly independent; you can cd
                    230: # into them and run `make' without going through this Makefile.
                    231: # To change the values of `make' variables: instead of editing Makefiles,
                    232: # (1) if the variable is set in `config.status', edit `config.status'
                    233: #     (which will cause the Makefiles to be regenerated when you run `make');
                    234: # (2) otherwise, pass the desired values on the `make' command line.
1.43      paf       235: $(RECURSIVE_TARGETS):
                    236:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       237:        dot_seen=no; \
                    238:        target=`echo $@ | sed s/-recursive//`; \
                    239:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    240:          echo "Making $$target in $$subdir"; \
                    241:          if test "$$subdir" = "."; then \
                    242:            dot_seen=yes; \
                    243:            local_target="$$target-am"; \
                    244:          else \
                    245:            local_target="$$target"; \
                    246:          fi; \
                    247:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    248:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    249:        done; \
                    250:        if test "$$dot_seen" = "no"; then \
                    251:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    252:        fi; test -z "$$fail"
                    253: 
                    254: mostlyclean-recursive clean-recursive distclean-recursive \
                    255: maintainer-clean-recursive:
1.43      paf       256:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       257:        dot_seen=no; \
1.43      paf       258:        case "$@" in \
                    259:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    260:          *) list='$(SUBDIRS)' ;; \
                    261:        esac; \
                    262:        rev=''; for subdir in $$list; do \
                    263:          if test "$$subdir" = "."; then :; else \
                    264:            rev="$$subdir $$rev"; \
                    265:          fi; \
1.1       paf       266:        done; \
1.43      paf       267:        rev="$$rev ."; \
1.1       paf       268:        target=`echo $@ | sed s/-recursive//`; \
                    269:        for subdir in $$rev; do \
                    270:          echo "Making $$target in $$subdir"; \
                    271:          if test "$$subdir" = "."; then \
                    272:            local_target="$$target-am"; \
                    273:          else \
                    274:            local_target="$$target"; \
                    275:          fi; \
                    276:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    277:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    278:        done && test -z "$$fail"
                    279: tags-recursive:
                    280:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    281:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    282:        done
1.43      paf       283: ctags-recursive:
                    284:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    285:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    286:        done
                    287: 
                    288: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    289:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    290:        unique=`for i in $$list; do \
                    291:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    292:          done | \
                    293:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       294:               END { for (i in files) print i; }'`; \
1.43      paf       295:        mkid -fID $$unique
1.64      paf       296: tags: TAGS
1.1       paf       297: 
1.43      paf       298: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    299:                $(TAGS_FILES) $(LISP)
1.1       paf       300:        tags=; \
                    301:        here=`pwd`; \
1.64      paf       302:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    303:          include_option=--etags-include; \
                    304:          empty_fix=.; \
                    305:        else \
                    306:          include_option=--include; \
                    307:          empty_fix=; \
                    308:        fi; \
1.1       paf       309:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.43      paf       310:          if test "$$subdir" = .; then :; else \
1.64      paf       311:            test ! -f $$subdir/TAGS || \
                    312:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.43      paf       313:          fi; \
1.1       paf       314:        done; \
1.43      paf       315:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    316:        unique=`for i in $$list; do \
                    317:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    318:          done | \
                    319:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       320:               END { for (i in files) print i; }'`; \
1.64      paf       321:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    322:          test -n "$$unique" || unique=$$empty_fix; \
                    323:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    324:            $$tags $$unique; \
                    325:        fi
1.43      paf       326: ctags: CTAGS
                    327: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    328:                $(TAGS_FILES) $(LISP)
                    329:        tags=; \
                    330:        here=`pwd`; \
                    331:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    332:        unique=`for i in $$list; do \
                    333:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    334:          done | \
                    335:          $(AWK) '    { files[$$0] = 1; } \
                    336:               END { for (i in files) print i; }'`; \
                    337:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    338:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    339:             $$tags $$unique
                    340: 
                    341: GTAGS:
                    342:        here=`$(am__cd) $(top_builddir) && pwd` \
                    343:          && cd $(top_srcdir) \
                    344:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       345: 
1.43      paf       346: distclean-tags:
                    347:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       348: 
                    349: distdir: $(DISTFILES)
1.43      paf       350:        $(am__remove_distdir)
1.1       paf       351:        mkdir $(distdir)
1.95      moko      352:        $(mkdir_p) $(distdir)/bin
1.43      paf       353:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    354:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    355:        list='$(DISTFILES)'; for file in $$list; do \
                    356:          case $$file in \
                    357:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    358:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    359:          esac; \
                    360:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    361:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    362:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    363:            dir="/$$dir"; \
1.64      paf       364:            $(mkdir_p) "$(distdir)$$dir"; \
1.43      paf       365:          else \
                    366:            dir=''; \
                    367:          fi; \
1.1       paf       368:          if test -d $$d/$$file; then \
1.43      paf       369:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    370:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    371:            fi; \
                    372:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       373:          else \
                    374:            test -f $(distdir)/$$file \
1.43      paf       375:            || cp -p $$d/$$file $(distdir)/$$file \
                    376:            || exit 1; \
1.1       paf       377:          fi; \
                    378:        done
1.64      paf       379:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       380:          if test "$$subdir" = .; then :; else \
1.64      paf       381:            test -d "$(distdir)/$$subdir" \
                    382:            || $(mkdir_p) "$(distdir)/$$subdir" \
1.1       paf       383:            || exit 1; \
1.64      paf       384:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    385:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.43      paf       386:            (cd $$subdir && \
                    387:              $(MAKE) $(AM_MAKEFLAGS) \
1.64      paf       388:                top_distdir="$$top_distdir" \
                    389:                distdir="$$distdir/$$subdir" \
1.43      paf       390:                distdir) \
1.1       paf       391:              || exit 1; \
                    392:          fi; \
                    393:        done
1.43      paf       394:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
                    395:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    396:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    397:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
                    398:        || chmod -R a+r $(distdir)
                    399: dist-gzip: distdir
1.64      paf       400:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    401:        $(am__remove_distdir)
                    402: 
                    403: dist-bzip2: distdir
                    404:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                    405:        $(am__remove_distdir)
                    406: 
                    407: dist-tarZ: distdir
                    408:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    409:        $(am__remove_distdir)
                    410: 
                    411: dist-shar: distdir
                    412:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    413:        $(am__remove_distdir)
                    414: 
                    415: dist-zip: distdir
                    416:        -rm -f $(distdir).zip
                    417:        zip -rq $(distdir).zip $(distdir)
1.43      paf       418:        $(am__remove_distdir)
                    419: 
                    420: dist dist-all: distdir
1.64      paf       421:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.43      paf       422:        $(am__remove_distdir)
                    423: 
                    424: # This target untars the dist file and tries a VPATH configuration.  Then
                    425: # it guarantees that the distribution is self-contained by making another
                    426: # tarfile.
                    427: distcheck: dist
1.64      paf       428:        case '$(DIST_ARCHIVES)' in \
                    429:        *.tar.gz*) \
                    430:          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
                    431:        *.tar.bz2*) \
                    432:          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
                    433:        *.tar.Z*) \
                    434:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    435:        *.shar.gz*) \
                    436:          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
                    437:        *.zip*) \
                    438:          unzip $(distdir).zip ;;\
                    439:        esac
1.43      paf       440:        chmod -R a-w $(distdir); chmod a+w $(distdir)
1.64      paf       441:        mkdir $(distdir)/_build
                    442:        mkdir $(distdir)/_inst
1.43      paf       443:        chmod a-w $(distdir)
1.64      paf       444:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1.43      paf       445:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.64      paf       446:          && cd $(distdir)/_build \
1.43      paf       447:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    448:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    449:          && $(MAKE) $(AM_MAKEFLAGS) \
                    450:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    451:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    452:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    453:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    454:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    455:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    456:                distuninstallcheck \
                    457:          && chmod -R a-w "$$dc_install_base" \
                    458:          && ({ \
1.64      paf       459:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1.43      paf       460:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    461:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    462:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    463:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    464:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    465:          && rm -rf "$$dc_destdir" \
1.64      paf       466:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    467:          && rm -rf $(DIST_ARCHIVES) \
1.43      paf       468:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
                    469:        $(am__remove_distdir)
1.64      paf       470:        @(echo "$(distdir) archives ready for distribution: "; \
                    471:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    472:          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
1.43      paf       473: distuninstallcheck:
1.64      paf       474:        @cd $(distuninstallcheck_dir) \
1.43      paf       475:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                    476:           || { echo "ERROR: files left after uninstall:" ; \
                    477:                if test -n "$(DESTDIR)"; then \
                    478:                  echo "  (check DESTDIR support)"; \
                    479:                fi ; \
                    480:                $(distuninstallcheck_listfiles) ; \
                    481:                exit 1; } >&2
                    482: distcleancheck: distclean
1.64      paf       483:        @if test '$(srcdir)' = . ; then \
1.43      paf       484:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    485:          exit 1 ; \
                    486:        fi
1.64      paf       487:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1.43      paf       488:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    489:               $(distcleancheck_listfiles) ; \
                    490:               exit 1; } >&2
1.1       paf       491: check-am: all-am
                    492: check: check-recursive
1.43      paf       493: all-am: Makefile
                    494: installdirs: installdirs-recursive
                    495: installdirs-am:
                    496: install: install-recursive
1.1       paf       497: install-exec: install-exec-recursive
                    498: install-data: install-data-recursive
1.43      paf       499: uninstall: uninstall-recursive
1.1       paf       500: 
                    501: install-am: all-am
                    502:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.43      paf       503: 
                    504: installcheck: installcheck-recursive
1.1       paf       505: install-strip:
1.43      paf       506:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.64      paf       507:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.43      paf       508:          `test -z '$(STRIP)' || \
                    509:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       510: mostlyclean-generic:
                    511: 
                    512: clean-generic:
                    513: 
                    514: distclean-generic:
1.64      paf       515:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       paf       516: 
                    517: maintainer-clean-generic:
1.43      paf       518:        @echo "This command is intended for maintainers to use"
                    519:        @echo "it deletes files that may require special tools to rebuild."
                    520: clean: clean-recursive
                    521: 
                    522: clean-am: clean-generic mostlyclean-am
                    523: 
                    524: distclean: distclean-recursive
                    525:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       526:        -rm -f Makefile
1.43      paf       527: distclean-am: clean-am distclean-generic distclean-tags
                    528: 
                    529: dvi: dvi-recursive
1.1       paf       530: 
1.43      paf       531: dvi-am:
                    532: 
1.64      paf       533: html: html-recursive
                    534: 
1.43      paf       535: info: info-recursive
                    536: 
                    537: info-am:
1.1       paf       538: 
1.43      paf       539: install-data-am:
1.1       paf       540: 
1.43      paf       541: install-exec-am:
1.1       paf       542: 
1.43      paf       543: install-info: install-info-recursive
1.1       paf       544: 
1.43      paf       545: install-man:
1.1       paf       546: 
1.43      paf       547: installcheck-am:
1.1       paf       548: 
                    549: maintainer-clean: maintainer-clean-recursive
1.43      paf       550:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       551:        -rm -rf $(top_srcdir)/autom4te.cache
                    552:        -rm -f Makefile
1.43      paf       553: maintainer-clean-am: distclean-am maintainer-clean-generic
                    554: 
                    555: mostlyclean: mostlyclean-recursive
                    556: 
                    557: mostlyclean-am: mostlyclean-generic
1.1       paf       558: 
1.43      paf       559: pdf: pdf-recursive
                    560: 
                    561: pdf-am:
                    562: 
                    563: ps: ps-recursive
                    564: 
                    565: ps-am:
                    566: 
                    567: uninstall-am: uninstall-info-am
                    568: 
                    569: uninstall-info: uninstall-info-recursive
                    570: 
1.64      paf       571: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
                    572:        check-am clean clean-generic clean-recursive ctags \
                    573:        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
                    574:        dist-tarZ dist-zip distcheck distclean distclean-generic \
1.43      paf       575:        distclean-recursive distclean-tags distcleancheck distdir \
1.64      paf       576:        distuninstallcheck dvi dvi-am html html-am info info-am \
                    577:        install install-am install-data install-data-am install-exec \
                    578:        install-exec-am install-info install-info-am install-man \
1.43      paf       579:        install-strip installcheck installcheck-am installdirs \
1.64      paf       580:        installdirs-am maintainer-clean maintainer-clean-generic \
                    581:        maintainer-clean-recursive mostlyclean mostlyclean-generic \
                    582:        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
                    583:        uninstall uninstall-am uninstall-info-am
1.1       paf       584: 
                    585: 
1.9       paf       586: update:
1.6       paf       587:        cvs update
                    588:        $(MAKE)
                    589: 
1.21      paf       590: commit:
1.43      paf       591: #      trick to make 'make' happy at check out time
                    592: #      without this aclocal.m4 never updates
                    593: #      and becomes older than it's prerequisities
                    594: #      thus causing redundant remaking:
                    595: #      aclocal+autoconf+automake
1.25      paf       596: 
1.90      misha     597:        cvs commit -m "$(m)" -f configure.in
1.54      paf       598:        cvs commit -m "$(m)" -f acsite.m4
                    599:        cvs commit -m "$(m)" -f acinclude.m4
                    600:        cvs commit -m "$(m)" -f aclocal.m4
                    601:        cvs commit -m "$(m)" -f Makefile.am
                    602:        cvs commit -m "$(m)" -f Makefile.in
                    603:        cvs commit -m "$(m)" -f configure
1.91      misha     604:        cvs commit -m "$(m)" -f src/include/pa_config_auto.h.in
1.25      paf       605: 
1.21      paf       606:        cvs commit
                    607: 
1.18      paf       608: happy: update install-exec
1.1       paf       609: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    610: # Otherwise a system limit (for SysV at least) may be exceeded.
                    611: .NOEXPORT:

E-mail: