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

1.58      paf         1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.54      paf         2: # @configure_input@
1.1       paf         3: 
1.58      paf         4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      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.54      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@
1.41      paf        22: top_builddir = ..
1.54      paf        23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        24: INSTALL = @INSTALL@
1.54      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.58      paf        37: subdir = src
                     38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     40: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
                     41:        $(top_srcdir)/configure.in
                     42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     43:        $(ACLOCAL_M4)
                     44: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     45: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                     46: CONFIG_CLEAN_FILES =
                     47: SOURCES =
                     48: DIST_SOURCES =
                     49: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     50:        html-recursive info-recursive install-data-recursive \
                     51:        install-exec-recursive install-info-recursive \
                     52:        install-recursive installcheck-recursive installdirs-recursive \
                     53:        pdf-recursive ps-recursive uninstall-info-recursive \
                     54:        uninstall-recursive
                     55: ETAGS = etags
                     56: CTAGS = ctags
                     57: DIST_SUBDIRS = $(SUBDIRS)
                     58: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.54      paf        59: ACLOCAL = @ACLOCAL@
                     60: AMDEP_FALSE = @AMDEP_FALSE@
                     61: AMDEP_TRUE = @AMDEP_TRUE@
                     62: AMTAR = @AMTAR@
1.25      parser     63: APACHE13 = @APACHE13@
1.54      paf        64: AUTOCONF = @AUTOCONF@
                     65: AUTOHEADER = @AUTOHEADER@
                     66: AUTOMAKE = @AUTOMAKE@
1.1       paf        67: AWK = @AWK@
                     68: CC = @CC@
1.54      paf        69: CCDEPMODE = @CCDEPMODE@
                     70: CFLAGS = @CFLAGS@
                     71: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
                     72: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
1.55      paf        73: CPP = @CPP@
1.54      paf        74: CPPFLAGS = @CPPFLAGS@
1.56      paf        75: CPP_LIBS = @CPP_LIBS@
1.61    ! misha      76: CURL_INCLUDES = @CURL_INCLUDES@
1.1       paf        77: CXX = @CXX@
1.54      paf        78: CXXDEPMODE = @CXXDEPMODE@
                     79: CXXFLAGS = @CXXFLAGS@
                     80: CYGPATH_W = @CYGPATH_W@
                     81: DEFS = @DEFS@
                     82: DEPDIR = @DEPDIR@
                     83: ECHO_C = @ECHO_C@
                     84: ECHO_N = @ECHO_N@
                     85: ECHO_T = @ECHO_T@
                     86: EGREP = @EGREP@
                     87: EXEEXT = @EXEEXT@
1.56      paf        88: GC_LIBS = @GC_LIBS@
1.1       paf        89: INCLTDL = @INCLTDL@
1.54      paf        90: INSTALL_DATA = @INSTALL_DATA@
                     91: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     92: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     93: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     94: LDFLAGS = @LDFLAGS@
1.1       paf        95: LIBADD_DL = @LIBADD_DL@
                     96: LIBLTDL = @LIBLTDL@
1.54      paf        97: LIBOBJS = @LIBOBJS@
                     98: LIBS = @LIBS@
                     99: LTLIBOBJS = @LTLIBOBJS@
1.1       paf       100: MAKEINFO = @MAKEINFO@
1.49      paf       101: MIME_INCLUDES = @MIME_INCLUDES@
                    102: MIME_LIBS = @MIME_LIBS@
1.54      paf       103: OBJEXT = @OBJEXT@
1.25      parser    104: P3S = @P3S@
1.1       paf       105: PACKAGE = @PACKAGE@
1.54      paf       106: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    107: PACKAGE_NAME = @PACKAGE_NAME@
                    108: PACKAGE_STRING = @PACKAGE_STRING@
                    109: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    110: PACKAGE_VERSION = @PACKAGE_VERSION@
                    111: PATH_SEPARATOR = @PATH_SEPARATOR@
1.60      misha     112: PCRE_INCLUDES = @PCRE_INCLUDES@
                    113: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       114: RANLIB = @RANLIB@
1.54      paf       115: SET_MAKE = @SET_MAKE@
                    116: SHELL = @SHELL@
                    117: STRIP = @STRIP@
1.1       paf       118: VERSION = @VERSION@
1.20      parser    119: XML_INCLUDES = @XML_INCLUDES@
                    120: XML_LIBS = @XML_LIBS@
1.1       paf       121: YACC = @YACC@
1.54      paf       122: ac_ct_CC = @ac_ct_CC@
                    123: ac_ct_CXX = @ac_ct_CXX@
                    124: ac_ct_RANLIB = @ac_ct_RANLIB@
                    125: ac_ct_STRIP = @ac_ct_STRIP@
                    126: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    127: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    128: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    129: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    130: am__include = @am__include@
1.58      paf       131: am__leading_dot = @am__leading_dot@
1.54      paf       132: am__quote = @am__quote@
1.58      paf       133: am__tar = @am__tar@
                    134: am__untar = @am__untar@
1.54      paf       135: bindir = @bindir@
                    136: build = @build@
                    137: build_alias = @build_alias@
                    138: build_cpu = @build_cpu@
                    139: build_os = @build_os@
                    140: build_vendor = @build_vendor@
                    141: commentcharset_koi8r = @commentcharset_koi8r@
                    142: commentcharset_windows1250 = @commentcharset_windows1250@
                    143: commentcharset_windows1251 = @commentcharset_windows1251@
                    144: commentcharset_windows1257 = @commentcharset_windows1257@
                    145: datadir = @datadir@
1.51      paf       146: dll_extension = @dll_extension@
1.54      paf       147: exec_prefix = @exec_prefix@
                    148: host = @host@
                    149: host_alias = @host_alias@
                    150: host_cpu = @host_cpu@
1.1       paf       151: host_os = @host_os@
1.54      paf       152: host_vendor = @host_vendor@
                    153: includedir = @includedir@
                    154: infodir = @infodir@
                    155: install_sh = @install_sh@
                    156: libdir = @libdir@
                    157: libexecdir = @libexecdir@
                    158: localstatedir = @localstatedir@
                    159: mandir = @mandir@
1.58      paf       160: mkdir_p = @mkdir_p@
1.46      paf       161: mysql_client = @mysql_client@
1.54      paf       162: oldincludedir = @oldincludedir@
1.46      paf       163: oracle_client = @oracle_client@
                    164: pgsql_client = @pgsql_client@
1.54      paf       165: prefix = @prefix@
                    166: program_transform_name = @program_transform_name@
                    167: sbindir = @sbindir@
                    168: sharedstatedir = @sharedstatedir@
1.59      misha     169: sqlite_client = @sqlite_client@
1.54      paf       170: subdirs = @subdirs@
                    171: sysconfdir = @sysconfdir@
                    172: target_alias = @target_alias@
1.48      paf       173: SUBDIRS = include main sql types classes lib targets
1.54      paf       174: all: all-recursive
1.1       paf       175: 
                    176: .SUFFIXES:
1.58      paf       177: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    178:        @for dep in $?; do \
                    179:          case '$(am__configure_deps)' in \
                    180:            *$$dep*) \
                    181:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    182:                && exit 0; \
                    183:              exit 1;; \
                    184:          esac; \
                    185:        done; \
                    186:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
1.54      paf       187:        cd $(top_srcdir) && \
                    188:          $(AUTOMAKE) --gnu  src/Makefile
1.58      paf       189: .PRECIOUS: Makefile
                    190: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    191:        @case '$?' in \
                    192:          *config.status*) \
                    193:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    194:          *) \
                    195:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    196:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    197:        esac;
                    198: 
                    199: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    200:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    201: 
                    202: $(top_srcdir)/configure:  $(am__configure_deps)
                    203:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    204: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    205:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.54      paf       206: uninstall-info-am:
1.1       paf       207: 
                    208: # This directory's subdirectories are mostly independent; you can cd
                    209: # into them and run `make' without going through this Makefile.
                    210: # To change the values of `make' variables: instead of editing Makefiles,
                    211: # (1) if the variable is set in `config.status', edit `config.status'
                    212: #     (which will cause the Makefiles to be regenerated when you run `make');
                    213: # (2) otherwise, pass the desired values on the `make' command line.
1.54      paf       214: $(RECURSIVE_TARGETS):
                    215:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       216:        dot_seen=no; \
                    217:        target=`echo $@ | sed s/-recursive//`; \
                    218:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    219:          echo "Making $$target in $$subdir"; \
                    220:          if test "$$subdir" = "."; then \
                    221:            dot_seen=yes; \
                    222:            local_target="$$target-am"; \
                    223:          else \
                    224:            local_target="$$target"; \
                    225:          fi; \
                    226:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    227:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    228:        done; \
                    229:        if test "$$dot_seen" = "no"; then \
                    230:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    231:        fi; test -z "$$fail"
                    232: 
                    233: mostlyclean-recursive clean-recursive distclean-recursive \
                    234: maintainer-clean-recursive:
1.54      paf       235:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       236:        dot_seen=no; \
1.54      paf       237:        case "$@" in \
                    238:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    239:          *) list='$(SUBDIRS)' ;; \
                    240:        esac; \
                    241:        rev=''; for subdir in $$list; do \
                    242:          if test "$$subdir" = "."; then :; else \
                    243:            rev="$$subdir $$rev"; \
                    244:          fi; \
1.1       paf       245:        done; \
1.54      paf       246:        rev="$$rev ."; \
1.1       paf       247:        target=`echo $@ | sed s/-recursive//`; \
                    248:        for subdir in $$rev; do \
                    249:          echo "Making $$target in $$subdir"; \
                    250:          if test "$$subdir" = "."; then \
                    251:            local_target="$$target-am"; \
                    252:          else \
                    253:            local_target="$$target"; \
                    254:          fi; \
                    255:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    256:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    257:        done && test -z "$$fail"
                    258: tags-recursive:
                    259:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    260:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    261:        done
1.54      paf       262: ctags-recursive:
                    263:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    264:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    265:        done
                    266: 
                    267: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    268:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    269:        unique=`for i in $$list; do \
                    270:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    271:          done | \
                    272:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       273:               END { for (i in files) print i; }'`; \
1.54      paf       274:        mkid -fID $$unique
1.58      paf       275: tags: TAGS
1.1       paf       276: 
1.54      paf       277: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    278:                $(TAGS_FILES) $(LISP)
1.1       paf       279:        tags=; \
                    280:        here=`pwd`; \
1.58      paf       281:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    282:          include_option=--etags-include; \
                    283:          empty_fix=.; \
                    284:        else \
                    285:          include_option=--include; \
                    286:          empty_fix=; \
                    287:        fi; \
1.1       paf       288:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.54      paf       289:          if test "$$subdir" = .; then :; else \
1.58      paf       290:            test ! -f $$subdir/TAGS || \
                    291:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.54      paf       292:          fi; \
1.1       paf       293:        done; \
1.54      paf       294:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    295:        unique=`for i in $$list; do \
                    296:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    297:          done | \
                    298:          $(AWK) '    { files[$$0] = 1; } \
                    299:               END { for (i in files) print i; }'`; \
1.58      paf       300:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    301:          test -n "$$unique" || unique=$$empty_fix; \
                    302:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    303:            $$tags $$unique; \
                    304:        fi
1.54      paf       305: ctags: CTAGS
                    306: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    307:                $(TAGS_FILES) $(LISP)
                    308:        tags=; \
                    309:        here=`pwd`; \
                    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.54      paf       316:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    317:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    318:             $$tags $$unique
                    319: 
                    320: GTAGS:
                    321:        here=`$(am__cd) $(top_builddir) && pwd` \
                    322:          && cd $(top_srcdir) \
                    323:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       324: 
                    325: distclean-tags:
1.54      paf       326:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       327: 
                    328: distdir: $(DISTFILES)
1.54      paf       329:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    330:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    331:        list='$(DISTFILES)'; for file in $$list; do \
                    332:          case $$file in \
                    333:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    334:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    335:          esac; \
                    336:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    337:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    338:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    339:            dir="/$$dir"; \
1.58      paf       340:            $(mkdir_p) "$(distdir)$$dir"; \
1.54      paf       341:          else \
                    342:            dir=''; \
                    343:          fi; \
1.1       paf       344:          if test -d $$d/$$file; then \
1.54      paf       345:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    346:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    347:            fi; \
                    348:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       349:          else \
                    350:            test -f $(distdir)/$$file \
1.54      paf       351:            || cp -p $$d/$$file $(distdir)/$$file \
                    352:            || exit 1; \
1.1       paf       353:          fi; \
                    354:        done
1.58      paf       355:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       356:          if test "$$subdir" = .; then :; else \
1.58      paf       357:            test -d "$(distdir)/$$subdir" \
                    358:            || $(mkdir_p) "$(distdir)/$$subdir" \
1.1       paf       359:            || exit 1; \
1.58      paf       360:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    361:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.54      paf       362:            (cd $$subdir && \
                    363:              $(MAKE) $(AM_MAKEFLAGS) \
1.58      paf       364:                top_distdir="$$top_distdir" \
                    365:                distdir="$$distdir/$$subdir" \
1.54      paf       366:                distdir) \
1.1       paf       367:              || exit 1; \
                    368:          fi; \
                    369:        done
                    370: check-am: all-am
                    371: check: check-recursive
1.54      paf       372: all-am: Makefile
                    373: installdirs: installdirs-recursive
                    374: installdirs-am:
                    375: install: install-recursive
1.1       paf       376: install-exec: install-exec-recursive
                    377: install-data: install-data-recursive
1.54      paf       378: uninstall: uninstall-recursive
1.1       paf       379: 
                    380: install-am: all-am
                    381:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.54      paf       382: 
                    383: installcheck: installcheck-recursive
1.1       paf       384: install-strip:
1.54      paf       385:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.58      paf       386:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.54      paf       387:          `test -z '$(STRIP)' || \
                    388:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       389: mostlyclean-generic:
                    390: 
                    391: clean-generic:
                    392: 
                    393: distclean-generic:
1.58      paf       394:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       paf       395: 
                    396: maintainer-clean-generic:
1.54      paf       397:        @echo "This command is intended for maintainers to use"
                    398:        @echo "it deletes files that may require special tools to rebuild."
                    399: clean: clean-recursive
                    400: 
                    401: clean-am: clean-generic mostlyclean-am
                    402: 
                    403: distclean: distclean-recursive
1.58      paf       404:        -rm -f Makefile
1.54      paf       405: distclean-am: clean-am distclean-generic distclean-tags
                    406: 
                    407: dvi: dvi-recursive
                    408: 
                    409: dvi-am:
1.1       paf       410: 
1.58      paf       411: html: html-recursive
                    412: 
1.54      paf       413: info: info-recursive
                    414: 
                    415: info-am:
1.1       paf       416: 
1.54      paf       417: install-data-am:
1.1       paf       418: 
1.54      paf       419: install-exec-am:
1.1       paf       420: 
1.54      paf       421: install-info: install-info-recursive
1.1       paf       422: 
1.54      paf       423: install-man:
1.1       paf       424: 
1.54      paf       425: installcheck-am:
1.1       paf       426: 
                    427: maintainer-clean: maintainer-clean-recursive
1.58      paf       428:        -rm -f Makefile
1.54      paf       429: maintainer-clean-am: distclean-am maintainer-clean-generic
                    430: 
                    431: mostlyclean: mostlyclean-recursive
                    432: 
                    433: mostlyclean-am: mostlyclean-generic
                    434: 
                    435: pdf: pdf-recursive
                    436: 
                    437: pdf-am:
                    438: 
                    439: ps: ps-recursive
1.40      paf       440: 
1.54      paf       441: ps-am:
                    442: 
                    443: uninstall-am: uninstall-info-am
                    444: 
                    445: uninstall-info: uninstall-info-recursive
                    446: 
1.58      paf       447: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
                    448:        clean clean-generic clean-recursive ctags ctags-recursive \
                    449:        distclean distclean-generic distclean-recursive distclean-tags \
                    450:        distdir dvi dvi-am html html-am info info-am install \
                    451:        install-am install-data install-data-am install-exec \
                    452:        install-exec-am install-info install-info-am install-man \
                    453:        install-strip installcheck installcheck-am installdirs \
                    454:        installdirs-am maintainer-clean maintainer-clean-generic \
1.54      paf       455:        maintainer-clean-recursive mostlyclean mostlyclean-generic \
1.58      paf       456:        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
                    457:        uninstall uninstall-am uninstall-info-am
1.1       paf       458: 
                    459: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    460: # Otherwise a system limit (for SysV at least) may be exceeded.
                    461: .NOEXPORT:

E-mail: