Annotation of parser3/src/include/Makefile.in, revision 1.28

1.19      paf         1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.10      paf         2: # @configure_input@
1.1       paf         3: 
1.19      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.10      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 = ../..
1.10      paf        24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        25: INSTALL = @INSTALL@
1.10      paf        26: install_sh_DATA = $(install_sh) -c -m 644
                     27: install_sh_PROGRAM = $(install_sh) -c
                     28: install_sh_SCRIPT = $(install_sh) -c
                     29: INSTALL_HEADER = $(INSTALL_DATA)
                     30: transform = $(program_transform_name)
1.1       paf        31: NORMAL_INSTALL = :
                     32: PRE_INSTALL = :
                     33: POST_INSTALL = :
                     34: NORMAL_UNINSTALL = :
                     35: PRE_UNINSTALL = :
                     36: POST_UNINSTALL = :
                     37: host_triplet = @host@
1.19      paf        38: subdir = src/include
                     39: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
                     40:        $(srcdir)/Makefile.in $(srcdir)/pa_config_auto.h.in
                     41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.27      moko       42: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     43:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     44:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     45:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     46:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     47:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                     48:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.19      paf        49:        $(top_srcdir)/configure.in
                     50: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     51:        $(ACLOCAL_M4)
1.27      moko       52: mkinstalldirs = $(install_sh) -d
1.19      paf        53: CONFIG_HEADER = pa_config_auto.h
                     54: CONFIG_CLEAN_FILES =
                     55: SOURCES =
                     56: DIST_SOURCES =
                     57: HEADERS = $(noinst_HEADERS)
                     58: ETAGS = etags
                     59: CTAGS = ctags
                     60: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10      paf        61: ACLOCAL = @ACLOCAL@
                     62: AMDEP_FALSE = @AMDEP_FALSE@
                     63: AMDEP_TRUE = @AMDEP_TRUE@
                     64: AMTAR = @AMTAR@
1.25      moko       65: APACHE = @APACHE@
                     66: APACHE_CFLAGS = @APACHE_CFLAGS@
                     67: APACHE_INC = @APACHE_INC@
1.27      moko       68: AR = @AR@
                     69: ARGZ_H = @ARGZ_H@
                     70: AS = @AS@
1.10      paf        71: AUTOCONF = @AUTOCONF@
                     72: AUTOHEADER = @AUTOHEADER@
                     73: AUTOMAKE = @AUTOMAKE@
1.1       paf        74: AWK = @AWK@
                     75: CC = @CC@
1.10      paf        76: CCDEPMODE = @CCDEPMODE@
                     77: CFLAGS = @CFLAGS@
1.25      moko       78: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
                     79: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.27      moko       80: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
                     81: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.11      paf        82: CPP = @CPP@
1.10      paf        83: CPPFLAGS = @CPPFLAGS@
1.1       paf        84: CXX = @CXX@
1.27      moko       85: CXXCPP = @CXXCPP@
1.10      paf        86: CXXDEPMODE = @CXXDEPMODE@
                     87: CXXFLAGS = @CXXFLAGS@
                     88: CYGPATH_W = @CYGPATH_W@
                     89: DEFS = @DEFS@
                     90: DEPDIR = @DEPDIR@
1.27      moko       91: DLLTOOL = @DLLTOOL@
                     92: DSYMUTIL = @DSYMUTIL@
                     93: DUMPBIN = @DUMPBIN@
1.10      paf        94: ECHO_C = @ECHO_C@
                     95: ECHO_N = @ECHO_N@
                     96: ECHO_T = @ECHO_T@
                     97: EGREP = @EGREP@
                     98: EXEEXT = @EXEEXT@
1.27      moko       99: FGREP = @FGREP@
1.12      paf       100: GC_LIBS = @GC_LIBS@
1.27      moko      101: GREP = @GREP@
1.1       paf       102: INCLTDL = @INCLTDL@
1.10      paf       103: INSTALL_DATA = @INSTALL_DATA@
1.27      moko      104: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
                    105: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.10      paf       106: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    107: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    108: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.27      moko      109: LD = @LD@
1.10      paf       110: LDFLAGS = @LDFLAGS@
1.1       paf       111: LIBADD_DL = @LIBADD_DL@
1.27      moko      112: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    113: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    114: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       115: LIBLTDL = @LIBLTDL@
1.10      paf       116: LIBOBJS = @LIBOBJS@
                    117: LIBS = @LIBS@
1.27      moko      118: LIBTOOL = @LIBTOOL@
                    119: LIPO = @LIPO@
                    120: LN_S = @LN_S@
                    121: LTDLDEPS = @LTDLDEPS@
                    122: LTDLINCL = @LTDLINCL@
                    123: LTDLOPEN = @LTDLOPEN@
1.10      paf       124: LTLIBOBJS = @LTLIBOBJS@
1.27      moko      125: LT_CONFIG_H = @LT_CONFIG_H@
                    126: LT_DLLOADERS = @LT_DLLOADERS@
                    127: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       128: MAKEINFO = @MAKEINFO@
1.27      moko      129: MANIFEST_TOOL = @MANIFEST_TOOL@
1.6       paf       130: MIME_INCLUDES = @MIME_INCLUDES@
                    131: MIME_LIBS = @MIME_LIBS@
1.27      moko      132: NM = @NM@
                    133: NMEDIT = @NMEDIT@
                    134: OBJDUMP = @OBJDUMP@
1.10      paf       135: OBJEXT = @OBJEXT@
1.27      moko      136: OTOOL = @OTOOL@
                    137: OTOOL64 = @OTOOL64@
1.1       paf       138: P3S = @P3S@
                    139: PACKAGE = @PACKAGE@
1.10      paf       140: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    141: PACKAGE_NAME = @PACKAGE_NAME@
                    142: PACKAGE_STRING = @PACKAGE_STRING@
                    143: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    144: PACKAGE_VERSION = @PACKAGE_VERSION@
                    145: PATH_SEPARATOR = @PATH_SEPARATOR@
1.22      misha     146: PCRE_INCLUDES = @PCRE_INCLUDES@
                    147: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       148: RANLIB = @RANLIB@
1.27      moko      149: SED = @SED@
1.10      paf       150: SET_MAKE = @SET_MAKE@
                    151: SHELL = @SHELL@
                    152: STRIP = @STRIP@
1.1       paf       153: VERSION = @VERSION@
                    154: XML_INCLUDES = @XML_INCLUDES@
                    155: XML_LIBS = @XML_LIBS@
                    156: YACC = @YACC@
1.27      moko      157: ac_ct_AR = @ac_ct_AR@
                    158: ac_ct_AS = @ac_ct_AS@
1.10      paf       159: ac_ct_CC = @ac_ct_CC@
                    160: ac_ct_CXX = @ac_ct_CXX@
1.27      moko      161: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
                    162: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
                    163: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    164: ac_ct_LIPO = @ac_ct_LIPO@
                    165: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
                    166: ac_ct_NMEDIT = @ac_ct_NMEDIT@
                    167: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
                    168: ac_ct_OTOOL = @ac_ct_OTOOL@
                    169: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.10      paf       170: ac_ct_RANLIB = @ac_ct_RANLIB@
                    171: ac_ct_STRIP = @ac_ct_STRIP@
                    172: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    173: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    174: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    175: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    176: am__include = @am__include@
1.19      paf       177: am__leading_dot = @am__leading_dot@
1.10      paf       178: am__quote = @am__quote@
1.19      paf       179: am__tar = @am__tar@
                    180: am__untar = @am__untar@
1.10      paf       181: bindir = @bindir@
                    182: build = @build@
                    183: build_alias = @build_alias@
                    184: build_cpu = @build_cpu@
                    185: build_os = @build_os@
                    186: build_vendor = @build_vendor@
                    187: datadir = @datadir@
1.7       paf       188: dll_extension = @dll_extension@
1.10      paf       189: exec_prefix = @exec_prefix@
                    190: host = @host@
                    191: host_alias = @host_alias@
                    192: host_cpu = @host_cpu@
1.1       paf       193: host_os = @host_os@
1.10      paf       194: host_vendor = @host_vendor@
                    195: includedir = @includedir@
                    196: infodir = @infodir@
                    197: install_sh = @install_sh@
                    198: libdir = @libdir@
                    199: libexecdir = @libexecdir@
                    200: localstatedir = @localstatedir@
1.27      moko      201: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    202: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.10      paf       203: mandir = @mandir@
1.19      paf       204: mkdir_p = @mkdir_p@
1.10      paf       205: oldincludedir = @oldincludedir@
                    206: prefix = @prefix@
                    207: program_transform_name = @program_transform_name@
                    208: sbindir = @sbindir@
                    209: sharedstatedir = @sharedstatedir@
                    210: subdirs = @subdirs@
1.27      moko      211: sys_symbol_underscore = @sys_symbol_underscore@
1.10      paf       212: sysconfdir = @sysconfdir@
                    213: target_alias = @target_alias@
1.23      misha     214: noinst_HEADERS = pa_version.h pa_pool.h pa_os.h pa_common.h pa_operation.h pa_request_charsets.h pa_request_info.h pa_array.h pa_cache_managers.h pa_charset.h pa_charsets.h pa_config_fixed.h pa_config_includes.h pa_dictionary.h pa_dir.h pa_exception.h pa_xml_exception.h pa_exec.h pa_globals.h pa_xml_io.h pa_hash.h pa_opcode.h pa_memory.h pa_request.h pa_sapi.h pa_socks.h pa_sql_connection.h pa_sql_driver_manager.h pa_stack.h pa_string.h pa_stylesheet_connection.h pa_stylesheet_manager.h pa_table.h pa_threads.h pa_types.h pa_uue.h pa_http.h pa_random.h
1.10      paf       215: all: pa_config_auto.h
                    216:        $(MAKE) $(AM_MAKEFLAGS) all-am
1.1       paf       217: 
                    218: .SUFFIXES:
1.19      paf       219: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    220:        @for dep in $?; do \
                    221:          case '$(am__configure_deps)' in \
                    222:            *$$dep*) \
                    223:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    224:                && exit 0; \
                    225:              exit 1;; \
                    226:          esac; \
                    227:        done; \
                    228:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/include/Makefile'; \
1.10      paf       229:        cd $(top_srcdir) && \
                    230:          $(AUTOMAKE) --gnu  src/include/Makefile
1.19      paf       231: .PRECIOUS: Makefile
                    232: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    233:        @case '$?' in \
                    234:          *config.status*) \
                    235:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    236:          *) \
                    237:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    238:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    239:        esac;
                    240: 
                    241: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    242:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    243: 
                    244: $(top_srcdir)/configure:  $(am__configure_deps)
                    245:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    246: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    247:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       paf       248: 
1.10      paf       249: pa_config_auto.h: stamp-h1
1.1       paf       250:        @if test ! -f $@; then \
1.10      paf       251:          rm -f stamp-h1; \
                    252:          $(MAKE) stamp-h1; \
1.1       paf       253:        else :; fi
                    254: 
1.10      paf       255: stamp-h1: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
                    256:        @rm -f stamp-h1
                    257:        cd $(top_builddir) && $(SHELL) ./config.status src/include/pa_config_auto.h
1.19      paf       258: $(srcdir)/pa_config_auto.h.in:  $(am__configure_deps) 
1.10      paf       259:        cd $(top_srcdir) && $(AUTOHEADER)
1.19      paf       260:        rm -f stamp-h1
                    261:        touch $@
1.1       paf       262: 
                    263: distclean-hdr:
1.10      paf       264:        -rm -f pa_config_auto.h stamp-h1
1.27      moko      265: 
                    266: mostlyclean-libtool:
                    267:        -rm -f *.lo
                    268: 
                    269: clean-libtool:
                    270:        -rm -rf .libs _libs
                    271: 
                    272: distclean-libtool:
                    273:        -rm -f libtool
1.10      paf       274: uninstall-info-am:
                    275: 
                    276: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    277:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    278:        unique=`for i in $$list; do \
                    279:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    280:          done | \
                    281:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       282:               END { for (i in files) print i; }'`; \
1.10      paf       283:        mkid -fID $$unique
1.19      paf       284: tags: TAGS
1.1       paf       285: 
1.10      paf       286: TAGS:  $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) \
                    287:                $(TAGS_FILES) $(LISP)
1.1       paf       288:        tags=; \
                    289:        here=`pwd`; \
1.10      paf       290:        list='$(SOURCES) $(HEADERS) pa_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    291:        unique=`for i in $$list; do \
                    292:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    293:          done | \
                    294:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       295:               END { for (i in files) print i; }'`; \
1.19      paf       296:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    297:          test -n "$$unique" || unique=$$empty_fix; \
                    298:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    299:            $$tags $$unique; \
                    300:        fi
1.10      paf       301: ctags: CTAGS
                    302: CTAGS:  $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) \
                    303:                $(TAGS_FILES) $(LISP)
                    304:        tags=; \
                    305:        here=`pwd`; \
                    306:        list='$(SOURCES) $(HEADERS) pa_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    307:        unique=`for i in $$list; do \
                    308:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    309:          done | \
                    310:          $(AWK) '    { files[$$0] = 1; } \
                    311:               END { for (i in files) print i; }'`; \
                    312:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    313:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    314:             $$tags $$unique
                    315: 
                    316: GTAGS:
                    317:        here=`$(am__cd) $(top_builddir) && pwd` \
                    318:          && cd $(top_srcdir) \
                    319:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       320: 
                    321: distclean-tags:
1.10      paf       322:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       323: 
                    324: distdir: $(DISTFILES)
1.10      paf       325:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    326:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    327:        list='$(DISTFILES)'; for file in $$list; do \
                    328:          case $$file in \
                    329:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    330:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    331:          esac; \
                    332:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    333:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    334:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    335:            dir="/$$dir"; \
1.19      paf       336:            $(mkdir_p) "$(distdir)$$dir"; \
1.10      paf       337:          else \
                    338:            dir=''; \
                    339:          fi; \
1.1       paf       340:          if test -d $$d/$$file; then \
1.10      paf       341:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    342:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    343:            fi; \
                    344:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       345:          else \
                    346:            test -f $(distdir)/$$file \
1.10      paf       347:            || cp -p $$d/$$file $(distdir)/$$file \
                    348:            || exit 1; \
1.1       paf       349:          fi; \
                    350:        done
                    351: check-am: all-am
                    352: check: check-am
1.10      paf       353: all-am: Makefile $(HEADERS) pa_config_auto.h
                    354: installdirs:
                    355: install: install-am
1.1       paf       356: install-exec: install-exec-am
                    357: install-data: install-data-am
1.10      paf       358: uninstall: uninstall-am
1.1       paf       359: 
                    360: install-am: all-am
                    361:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10      paf       362: 
                    363: installcheck: installcheck-am
1.1       paf       364: install-strip:
1.10      paf       365:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.19      paf       366:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.10      paf       367:          `test -z '$(STRIP)' || \
                    368:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       369: mostlyclean-generic:
                    370: 
                    371: clean-generic:
                    372: 
                    373: distclean-generic:
1.19      paf       374:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       paf       375: 
                    376: maintainer-clean-generic:
1.10      paf       377:        @echo "This command is intended for maintainers to use"
                    378:        @echo "it deletes files that may require special tools to rebuild."
                    379: clean: clean-am
                    380: 
1.27      moko      381: clean-am: clean-generic clean-libtool mostlyclean-am
1.10      paf       382: 
                    383: distclean: distclean-am
1.19      paf       384:        -rm -f Makefile
1.27      moko      385: distclean-am: clean-am distclean-generic distclean-hdr \
                    386:        distclean-libtool distclean-tags
1.1       paf       387: 
1.10      paf       388: dvi: dvi-am
                    389: 
                    390: dvi-am:
                    391: 
1.19      paf       392: html: html-am
                    393: 
1.10      paf       394: info: info-am
                    395: 
                    396: info-am:
1.1       paf       397: 
1.10      paf       398: install-data-am:
1.1       paf       399: 
1.10      paf       400: install-exec-am:
1.1       paf       401: 
1.10      paf       402: install-info: install-info-am
1.1       paf       403: 
1.10      paf       404: install-man:
1.1       paf       405: 
1.10      paf       406: installcheck-am:
1.1       paf       407: 
                    408: maintainer-clean: maintainer-clean-am
1.19      paf       409:        -rm -f Makefile
1.10      paf       410: maintainer-clean-am: distclean-am maintainer-clean-generic
                    411: 
                    412: mostlyclean: mostlyclean-am
                    413: 
1.27      moko      414: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.10      paf       415: 
                    416: pdf: pdf-am
                    417: 
                    418: pdf-am:
                    419: 
                    420: ps: ps-am
                    421: 
                    422: ps-am:
                    423: 
                    424: uninstall-am: uninstall-info-am
1.1       paf       425: 
1.19      paf       426: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.27      moko      427:        clean-libtool ctags distclean distclean-generic distclean-hdr \
                    428:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    429:        html-am info info-am install install-am install-data \
                    430:        install-data-am install-exec install-exec-am install-info \
                    431:        install-info-am install-man install-strip installcheck \
                    432:        installcheck-am installdirs maintainer-clean \
                    433:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    434:        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1.19      paf       435:        uninstall-am uninstall-info-am
1.1       paf       436: 
                    437: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    438: # Otherwise a system limit (for SysV at least) may be exceeded.
                    439: .NOEXPORT:

E-mail: