Annotation of parser3/Makefile.in, revision 1.48.2.5

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

E-mail: