Annotation of parser3/src/targets/isapi/Makefile.in, revision 1.26

1.25      moko        1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.10      paf         2: # @configure_input@
1.1       paf         3: 
1.25      moko        4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
                      5: 
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@
                     16: 
1.1       paf        17: #do not automake, desined to be compiled with MSVC only
                     18: VPATH = @srcdir@
1.25      moko       19: am__is_gnu_make = { \
                     20:   if test -z '$(MAKELEVEL)'; then \
                     21:     false; \
                     22:   elif test -n '$(MAKE_HOST)'; then \
                     23:     true; \
                     24:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     25:     true; \
                     26:   else \
                     27:     false; \
                     28:   fi; \
                     29: }
                     30: am__make_running_with_option = \
                     31:   case $${target_option-} in \
                     32:       ?) ;; \
                     33:       *) echo "am__make_running_with_option: internal error: invalid" \
                     34:               "target option '$${target_option-}' specified" >&2; \
                     35:          exit 1;; \
                     36:   esac; \
                     37:   has_opt=no; \
                     38:   sane_makeflags=$$MAKEFLAGS; \
                     39:   if $(am__is_gnu_make); then \
                     40:     sane_makeflags=$$MFLAGS; \
                     41:   else \
                     42:     case $$MAKEFLAGS in \
                     43:       *\\[\ \  ]*) \
                     44:         bs=\\; \
                     45:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     46:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     47:     esac; \
                     48:   fi; \
                     49:   skip_next=no; \
                     50:   strip_trailopt () \
                     51:   { \
                     52:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     53:   }; \
                     54:   for flg in $$sane_makeflags; do \
                     55:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     56:     case $$flg in \
                     57:       *=*|--*) continue;; \
                     58:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     59:       -*I?*) strip_trailopt 'I';; \
                     60:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     61:       -*O?*) strip_trailopt 'O';; \
                     62:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     63:       -*l?*) strip_trailopt 'l';; \
                     64:       -[dEDm]) skip_next=yes;; \
                     65:       -[JT]) skip_next=yes;; \
                     66:     esac; \
                     67:     case $$flg in \
                     68:       *$$target_option*) has_opt=yes; break;; \
                     69:     esac; \
                     70:   done; \
                     71:   test $$has_opt = yes
                     72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       paf        74: pkgdatadir = $(datadir)/@PACKAGE@
1.23      moko       75: pkgincludedir = $(includedir)/@PACKAGE@
1.1       paf        76: pkglibdir = $(libdir)/@PACKAGE@
1.23      moko       77: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.10      paf        78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     79: install_sh_DATA = $(install_sh) -c -m 644
                     80: install_sh_PROGRAM = $(install_sh) -c
                     81: install_sh_SCRIPT = $(install_sh) -c
                     82: INSTALL_HEADER = $(INSTALL_DATA)
                     83: transform = $(program_transform_name)
1.1       paf        84: NORMAL_INSTALL = :
                     85: PRE_INSTALL = :
                     86: POST_INSTALL = :
                     87: NORMAL_UNINSTALL = :
                     88: PRE_UNINSTALL = :
                     89: POST_UNINSTALL = :
1.23      moko       90: build_triplet = @build@
1.1       paf        91: host_triplet = @host@
1.15      paf        92: subdir = src/targets/isapi
                     93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.21      moko       94: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     95:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     96:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     97:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     98:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     99:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                    100:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.24      moko      101:        $(top_srcdir)/configure.ac
1.15      paf       102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    103:        $(ACLOCAL_M4)
1.25      moko      104: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.21      moko      105: mkinstalldirs = $(install_sh) -d
1.15      paf       106: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                    107: CONFIG_CLEAN_FILES =
1.23      moko      108: CONFIG_CLEAN_VPATH_FILES =
1.25      moko      109: AM_V_P = $(am__v_P_@AM_V@)
                    110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    111: am__v_P_0 = false
                    112: am__v_P_1 = :
                    113: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    115: am__v_GEN_0 = @echo "  GEN     " $@;
                    116: am__v_GEN_1 = 
                    117: AM_V_at = $(am__v_at_@AM_V@)
                    118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    119: am__v_at_0 = @
                    120: am__v_at_1 = 
1.15      paf       121: SOURCES =
                    122: DIST_SOURCES =
1.25      moko      123: am__can_run_installinfo = \
                    124:   case $$AM_UPDATE_INFO_DIR in \
                    125:     n|no|NO) false;; \
                    126:     *) (install-info --version) >/dev/null 2>&1;; \
                    127:   esac
                    128: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    129: am__DIST_COMMON = $(srcdir)/Makefile.in
1.15      paf       130: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10      paf       131: ACLOCAL = @ACLOCAL@
                    132: AMTAR = @AMTAR@
1.25      moko      133: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.19      moko      134: APACHE = @APACHE@
                    135: APACHE_CFLAGS = @APACHE_CFLAGS@
                    136: APACHE_INC = @APACHE_INC@
1.21      moko      137: AR = @AR@
                    138: ARGZ_H = @ARGZ_H@
                    139: AS = @AS@
1.10      paf       140: AUTOCONF = @AUTOCONF@
                    141: AUTOHEADER = @AUTOHEADER@
                    142: AUTOMAKE = @AUTOMAKE@
1.1       paf       143: AWK = @AWK@
                    144: CC = @CC@
1.10      paf       145: CCDEPMODE = @CCDEPMODE@
                    146: CFLAGS = @CFLAGS@
1.11      paf       147: CPP = @CPP@
1.10      paf       148: CPPFLAGS = @CPPFLAGS@
1.1       paf       149: CXX = @CXX@
1.21      moko      150: CXXCPP = @CXXCPP@
1.10      paf       151: CXXDEPMODE = @CXXDEPMODE@
                    152: CXXFLAGS = @CXXFLAGS@
                    153: CYGPATH_W = @CYGPATH_W@
                    154: DEFS = @DEFS@
                    155: DEPDIR = @DEPDIR@
1.21      moko      156: DLLTOOL = @DLLTOOL@
                    157: DSYMUTIL = @DSYMUTIL@
                    158: DUMPBIN = @DUMPBIN@
1.10      paf       159: ECHO_C = @ECHO_C@
                    160: ECHO_N = @ECHO_N@
                    161: ECHO_T = @ECHO_T@
                    162: EGREP = @EGREP@
                    163: EXEEXT = @EXEEXT@
1.21      moko      164: FGREP = @FGREP@
1.12      paf       165: GC_LIBS = @GC_LIBS@
1.21      moko      166: GREP = @GREP@
1.1       paf       167: INCLTDL = @INCLTDL@
1.23      moko      168: INSTALL = @INSTALL@
1.10      paf       169: INSTALL_DATA = @INSTALL_DATA@
                    170: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    171: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    172: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.21      moko      173: LD = @LD@
1.10      paf       174: LDFLAGS = @LDFLAGS@
1.1       paf       175: LIBADD_DL = @LIBADD_DL@
1.21      moko      176: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    177: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    178: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       179: LIBLTDL = @LIBLTDL@
1.10      paf       180: LIBOBJS = @LIBOBJS@
                    181: LIBS = @LIBS@
1.21      moko      182: LIBTOOL = @LIBTOOL@
                    183: LIPO = @LIPO@
                    184: LN_S = @LN_S@
                    185: LTDLDEPS = @LTDLDEPS@
                    186: LTDLINCL = @LTDLINCL@
                    187: LTDLOPEN = @LTDLOPEN@
1.10      paf       188: LTLIBOBJS = @LTLIBOBJS@
1.21      moko      189: LT_CONFIG_H = @LT_CONFIG_H@
                    190: LT_DLLOADERS = @LT_DLLOADERS@
                    191: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       192: MAKEINFO = @MAKEINFO@
1.21      moko      193: MANIFEST_TOOL = @MANIFEST_TOOL@
1.6       paf       194: MIME_INCLUDES = @MIME_INCLUDES@
                    195: MIME_LIBS = @MIME_LIBS@
1.23      moko      196: MKDIR_P = @MKDIR_P@
1.21      moko      197: NM = @NM@
                    198: NMEDIT = @NMEDIT@
                    199: OBJDUMP = @OBJDUMP@
1.10      paf       200: OBJEXT = @OBJEXT@
1.21      moko      201: OTOOL = @OTOOL@
                    202: OTOOL64 = @OTOOL64@
1.1       paf       203: P3S = @P3S@
                    204: PACKAGE = @PACKAGE@
1.10      paf       205: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    206: PACKAGE_NAME = @PACKAGE_NAME@
                    207: PACKAGE_STRING = @PACKAGE_STRING@
                    208: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.23      moko      209: PACKAGE_URL = @PACKAGE_URL@
1.10      paf       210: PACKAGE_VERSION = @PACKAGE_VERSION@
                    211: PATH_SEPARATOR = @PATH_SEPARATOR@
1.17      misha     212: PCRE_INCLUDES = @PCRE_INCLUDES@
                    213: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       214: RANLIB = @RANLIB@
1.21      moko      215: SED = @SED@
1.10      paf       216: SET_MAKE = @SET_MAKE@
                    217: SHELL = @SHELL@
                    218: STRIP = @STRIP@
1.1       paf       219: VERSION = @VERSION@
                    220: XML_INCLUDES = @XML_INCLUDES@
                    221: XML_LIBS = @XML_LIBS@
                    222: YACC = @YACC@
1.23      moko      223: YFLAGS = @YFLAGS@
                    224: abs_builddir = @abs_builddir@
                    225: abs_srcdir = @abs_srcdir@
                    226: abs_top_builddir = @abs_top_builddir@
                    227: abs_top_srcdir = @abs_top_srcdir@
1.21      moko      228: ac_ct_AR = @ac_ct_AR@
1.10      paf       229: ac_ct_CC = @ac_ct_CC@
                    230: ac_ct_CXX = @ac_ct_CXX@
1.21      moko      231: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.10      paf       232: am__include = @am__include@
1.15      paf       233: am__leading_dot = @am__leading_dot@
1.10      paf       234: am__quote = @am__quote@
1.15      paf       235: am__tar = @am__tar@
                    236: am__untar = @am__untar@
1.10      paf       237: bindir = @bindir@
                    238: build = @build@
                    239: build_alias = @build_alias@
                    240: build_cpu = @build_cpu@
                    241: build_os = @build_os@
                    242: build_vendor = @build_vendor@
1.23      moko      243: builddir = @builddir@
1.10      paf       244: datadir = @datadir@
1.23      moko      245: datarootdir = @datarootdir@
1.7       paf       246: dll_extension = @dll_extension@
1.23      moko      247: docdir = @docdir@
                    248: dvidir = @dvidir@
1.10      paf       249: exec_prefix = @exec_prefix@
                    250: host = @host@
                    251: host_alias = @host_alias@
                    252: host_cpu = @host_cpu@
1.1       paf       253: host_os = @host_os@
1.10      paf       254: host_vendor = @host_vendor@
1.23      moko      255: htmldir = @htmldir@
1.10      paf       256: includedir = @includedir@
                    257: infodir = @infodir@
                    258: install_sh = @install_sh@
                    259: libdir = @libdir@
                    260: libexecdir = @libexecdir@
1.23      moko      261: localedir = @localedir@
1.10      paf       262: localstatedir = @localstatedir@
1.21      moko      263: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    264: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.10      paf       265: mandir = @mandir@
1.15      paf       266: mkdir_p = @mkdir_p@
1.10      paf       267: oldincludedir = @oldincludedir@
1.23      moko      268: pdfdir = @pdfdir@
1.10      paf       269: prefix = @prefix@
                    270: program_transform_name = @program_transform_name@
1.23      moko      271: psdir = @psdir@
1.26    ! moko      272: runstatedir = @runstatedir@
1.10      paf       273: sbindir = @sbindir@
                    274: sharedstatedir = @sharedstatedir@
1.23      moko      275: srcdir = @srcdir@
1.10      paf       276: subdirs = @subdirs@
1.21      moko      277: sys_symbol_underscore = @sys_symbol_underscore@
1.10      paf       278: sysconfdir = @sysconfdir@
                    279: target_alias = @target_alias@
1.23      moko      280: top_build_prefix = @top_build_prefix@
                    281: top_builddir = @top_builddir@
                    282: top_srcdir = @top_srcdir@
1.13      paf       283: EXTRA_DIST = pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.vcproj
1.10      paf       284: all: all-am
1.1       paf       285: 
                    286: .SUFFIXES:
1.15      paf       287: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    288:        @for dep in $?; do \
                    289:          case '$(am__configure_deps)' in \
                    290:            *$$dep*) \
1.23      moko      291:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    292:                && { if test -f $@; then exit 0; else break; fi; }; \
1.15      paf       293:              exit 1;; \
                    294:          esac; \
                    295:        done; \
1.23      moko      296:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/isapi/Makefile'; \
                    297:        $(am__cd) $(top_srcdir) && \
                    298:          $(AUTOMAKE) --gnu src/targets/isapi/Makefile
1.15      paf       299: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    300:        @case '$?' in \
                    301:          *config.status*) \
                    302:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    303:          *) \
                    304:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    305:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    306:        esac;
                    307: 
                    308: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    309:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    310: 
                    311: $(top_srcdir)/configure:  $(am__configure_deps)
                    312:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    313: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    314:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.23      moko      315: $(am__aclocal_m4_deps):
1.21      moko      316: 
                    317: mostlyclean-libtool:
                    318:        -rm -f *.lo
                    319: 
                    320: clean-libtool:
                    321:        -rm -rf .libs _libs
1.25      moko      322: tags TAGS:
                    323: 
                    324: ctags CTAGS:
1.10      paf       325: 
1.25      moko      326: cscope cscopelist:
1.1       paf       327: 
                    328: 
                    329: distdir: $(DISTFILES)
1.23      moko      330:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    331:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    332:        list='$(DISTFILES)'; \
                    333:          dist_files=`for file in $$list; do echo $$file; done | \
                    334:          sed -e "s|^$$srcdirstrip/||;t" \
                    335:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    336:        case $$dist_files in \
                    337:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    338:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    339:                           sort -u` ;; \
                    340:        esac; \
                    341:        for file in $$dist_files; do \
1.10      paf       342:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       343:          if test -d $$d/$$file; then \
1.23      moko      344:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    345:            if test -d "$(distdir)/$$file"; then \
                    346:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    347:            fi; \
1.10      paf       348:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.23      moko      349:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    350:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.10      paf       351:            fi; \
1.23      moko      352:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       353:          else \
1.23      moko      354:            test -f "$(distdir)/$$file" \
                    355:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.10      paf       356:            || exit 1; \
1.1       paf       357:          fi; \
                    358:        done
                    359: check-am: all-am
                    360: check: check-am
1.12      paf       361: all-am: Makefile
1.10      paf       362: installdirs:
                    363: install: install-am
1.1       paf       364: install-exec: install-exec-am
                    365: install-data: install-data-am
1.10      paf       366: uninstall: uninstall-am
1.1       paf       367: 
                    368: install-am: all-am
                    369:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10      paf       370: 
                    371: installcheck: installcheck-am
1.1       paf       372: install-strip:
1.25      moko      373:        if test -z '$(STRIP)'; then \
                    374:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    375:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    376:              install; \
                    377:        else \
                    378:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    379:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    380:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    381:        fi
1.1       paf       382: mostlyclean-generic:
                    383: 
                    384: clean-generic:
                    385: 
                    386: distclean-generic:
1.15      paf       387:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.23      moko      388:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       389: 
                    390: maintainer-clean-generic:
1.10      paf       391:        @echo "This command is intended for maintainers to use"
                    392:        @echo "it deletes files that may require special tools to rebuild."
                    393: clean: clean-am
                    394: 
1.21      moko      395: clean-am: clean-generic clean-libtool mostlyclean-am
1.10      paf       396: 
                    397: distclean: distclean-am
1.15      paf       398:        -rm -f Makefile
1.23      moko      399: distclean-am: clean-am distclean-generic
1.10      paf       400: 
                    401: dvi: dvi-am
                    402: 
                    403: dvi-am:
1.1       paf       404: 
1.15      paf       405: html: html-am
                    406: 
1.23      moko      407: html-am:
                    408: 
1.10      paf       409: info: info-am
                    410: 
                    411: info-am:
1.1       paf       412: 
1.10      paf       413: install-data-am:
1.1       paf       414: 
1.23      moko      415: install-dvi: install-dvi-am
                    416: 
                    417: install-dvi-am:
                    418: 
1.10      paf       419: install-exec-am:
1.1       paf       420: 
1.23      moko      421: install-html: install-html-am
                    422: 
                    423: install-html-am:
                    424: 
1.10      paf       425: install-info: install-info-am
1.1       paf       426: 
1.23      moko      427: install-info-am:
                    428: 
1.10      paf       429: install-man:
1.1       paf       430: 
1.23      moko      431: install-pdf: install-pdf-am
                    432: 
                    433: install-pdf-am:
                    434: 
                    435: install-ps: install-ps-am
                    436: 
                    437: install-ps-am:
                    438: 
1.10      paf       439: installcheck-am:
1.1       paf       440: 
                    441: maintainer-clean: maintainer-clean-am
1.15      paf       442:        -rm -f Makefile
1.10      paf       443: maintainer-clean-am: distclean-am maintainer-clean-generic
                    444: 
                    445: mostlyclean: mostlyclean-am
                    446: 
1.21      moko      447: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.10      paf       448: 
                    449: pdf: pdf-am
                    450: 
                    451: pdf-am:
                    452: 
                    453: ps: ps-am
                    454: 
                    455: ps-am:
                    456: 
1.23      moko      457: uninstall-am:
                    458: 
                    459: .MAKE: install-am install-strip
1.1       paf       460: 
1.21      moko      461: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
1.25      moko      462:        cscopelist-am ctags-am distclean distclean-generic \
                    463:        distclean-libtool distdir dvi dvi-am html html-am info info-am \
                    464:        install install-am install-data install-data-am install-dvi \
                    465:        install-dvi-am install-exec install-exec-am install-html \
                    466:        install-html-am install-info install-info-am install-man \
                    467:        install-pdf install-pdf-am install-ps install-ps-am \
                    468:        install-strip installcheck installcheck-am installdirs \
                    469:        maintainer-clean maintainer-clean-generic mostlyclean \
                    470:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    471:        tags-am uninstall uninstall-am
                    472: 
                    473: .PRECIOUS: Makefile
1.23      moko      474: 
1.1       paf       475: 
                    476: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    477: # Otherwise a system limit (for SysV at least) may be exceeded.
                    478: .NOEXPORT:

E-mail: