Annotation of parser3/Makefile.in, revision 1.64

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

E-mail: