Return to Makefile.in CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / doc / outdated |
1.1 ! misho 1: # Makefile.in generated by automake 1.14 from Makefile.am. ! 2: # @configure_input@ ! 3: ! 4: # Copyright (C) 1994-2013 Free Software Foundation, Inc. ! 5: ! 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: ! 15: @SET_MAKE@ ! 16: VPATH = @srcdir@ ! 17: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' ! 18: am__make_running_with_option = \ ! 19: case $${target_option-} in \ ! 20: ?) ;; \ ! 21: *) echo "am__make_running_with_option: internal error: invalid" \ ! 22: "target option '$${target_option-}' specified" >&2; \ ! 23: exit 1;; \ ! 24: esac; \ ! 25: has_opt=no; \ ! 26: sane_makeflags=$$MAKEFLAGS; \ ! 27: if $(am__is_gnu_make); then \ ! 28: sane_makeflags=$$MFLAGS; \ ! 29: else \ ! 30: case $$MAKEFLAGS in \ ! 31: *\\[\ \ ]*) \ ! 32: bs=\\; \ ! 33: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ ! 34: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ ! 35: esac; \ ! 36: fi; \ ! 37: skip_next=no; \ ! 38: strip_trailopt () \ ! 39: { \ ! 40: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ ! 41: }; \ ! 42: for flg in $$sane_makeflags; do \ ! 43: test $$skip_next = yes && { skip_next=no; continue; }; \ ! 44: case $$flg in \ ! 45: *=*|--*) continue;; \ ! 46: -*I) strip_trailopt 'I'; skip_next=yes;; \ ! 47: -*I?*) strip_trailopt 'I';; \ ! 48: -*O) strip_trailopt 'O'; skip_next=yes;; \ ! 49: -*O?*) strip_trailopt 'O';; \ ! 50: -*l) strip_trailopt 'l'; skip_next=yes;; \ ! 51: -*l?*) strip_trailopt 'l';; \ ! 52: -[dEDm]) skip_next=yes;; \ ! 53: -[JT]) skip_next=yes;; \ ! 54: esac; \ ! 55: case $$flg in \ ! 56: *$$target_option*) has_opt=yes; break;; \ ! 57: esac; \ ! 58: done; \ ! 59: test $$has_opt = yes ! 60: am__make_dryrun = (target_option=n; $(am__make_running_with_option)) ! 61: am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ! 62: pkgdatadir = $(datadir)/@PACKAGE@ ! 63: pkgincludedir = $(includedir)/@PACKAGE@ ! 64: pkglibdir = $(libdir)/@PACKAGE@ ! 65: pkglibexecdir = $(libexecdir)/@PACKAGE@ ! 66: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ! 67: install_sh_DATA = $(install_sh) -c -m 644 ! 68: install_sh_PROGRAM = $(install_sh) -c ! 69: install_sh_SCRIPT = $(install_sh) -c ! 70: INSTALL_HEADER = $(INSTALL_DATA) ! 71: transform = $(program_transform_name) ! 72: NORMAL_INSTALL = : ! 73: PRE_INSTALL = : ! 74: POST_INSTALL = : ! 75: NORMAL_UNINSTALL = : ! 76: PRE_UNINSTALL = : ! 77: POST_UNINSTALL = : ! 78: build_triplet = @build@ ! 79: host_triplet = @host@ ! 80: target_triplet = @target@ ! 81: subdir = doc/outdated ! 82: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ! 83: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! 84: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ ! 85: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ ! 86: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ ! 87: $(top_srcdir)/configure.ac ! 88: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ! 89: $(ACLOCAL_M4) ! 90: mkinstalldirs = $(install_sh) -d ! 91: CONFIG_HEADER = $(top_builddir)/config.h ! 92: CONFIG_CLEAN_FILES = ! 93: CONFIG_CLEAN_VPATH_FILES = ! 94: AM_V_P = $(am__v_P_@AM_V@) ! 95: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) ! 96: am__v_P_0 = false ! 97: am__v_P_1 = : ! 98: AM_V_GEN = $(am__v_GEN_@AM_V@) ! 99: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) ! 100: am__v_GEN_0 = @echo " GEN " $@; ! 101: am__v_GEN_1 = ! 102: AM_V_at = $(am__v_at_@AM_V@) ! 103: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) ! 104: am__v_at_0 = @ ! 105: am__v_at_1 = ! 106: SOURCES = ! 107: DIST_SOURCES = ! 108: am__can_run_installinfo = \ ! 109: case $$AM_UPDATE_INFO_DIR in \ ! 110: n|no|NO) false;; \ ! 111: *) (install-info --version) >/dev/null 2>&1;; \ ! 112: esac ! 113: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) ! 114: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ! 115: ACLOCAL = @ACLOCAL@ ! 116: AMTAR = @AMTAR@ ! 117: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ ! 118: AR = @AR@ ! 119: ATTR_LIB = @ATTR_LIB@ ! 120: AUTOCONF = @AUTOCONF@ ! 121: AUTOHEADER = @AUTOHEADER@ ! 122: AUTOMAKE = @AUTOMAKE@ ! 123: AWK = @AWK@ ! 124: BZ_LIB = @BZ_LIB@ ! 125: CC = @CC@ ! 126: CCDEPMODE = @CCDEPMODE@ ! 127: CFLAGS = @CFLAGS@ ! 128: CPP = @CPP@ ! 129: CPPFLAGS = @CPPFLAGS@ ! 130: CRYPT_LIB = @CRYPT_LIB@ ! 131: CYGPATH_W = @CYGPATH_W@ ! 132: DEFS = @DEFS@ ! 133: DEPDIR = @DEPDIR@ ! 134: DLLTOOL = @DLLTOOL@ ! 135: DL_LIB = @DL_LIB@ ! 136: DSYMUTIL = @DSYMUTIL@ ! 137: DUMPBIN = @DUMPBIN@ ! 138: ECHO_C = @ECHO_C@ ! 139: ECHO_N = @ECHO_N@ ! 140: ECHO_T = @ECHO_T@ ! 141: EGREP = @EGREP@ ! 142: EXEEXT = @EXEEXT@ ! 143: FAM_CFLAGS = @FAM_CFLAGS@ ! 144: FAM_LIBS = @FAM_LIBS@ ! 145: FGREP = @FGREP@ ! 146: GDBM_LIB = @GDBM_LIB@ ! 147: GREP = @GREP@ ! 148: INSTALL = @INSTALL@ ! 149: INSTALL_DATA = @INSTALL_DATA@ ! 150: INSTALL_PROGRAM = @INSTALL_PROGRAM@ ! 151: INSTALL_SCRIPT = @INSTALL_SCRIPT@ ! 152: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ! 153: LBER_LIB = @LBER_LIB@ ! 154: LD = @LD@ ! 155: LDAP_LIB = @LDAP_LIB@ ! 156: LDFLAGS = @LDFLAGS@ ! 157: LIBEV_CFLAGS = @LIBEV_CFLAGS@ ! 158: LIBEV_LIBS = @LIBEV_LIBS@ ! 159: LIBOBJS = @LIBOBJS@ ! 160: LIBS = @LIBS@ ! 161: LIBTOOL = @LIBTOOL@ ! 162: LIPO = @LIPO@ ! 163: LN_S = @LN_S@ ! 164: LTLIBOBJS = @LTLIBOBJS@ ! 165: LUA_CFLAGS = @LUA_CFLAGS@ ! 166: LUA_LIBS = @LUA_LIBS@ ! 167: MAKEINFO = @MAKEINFO@ ! 168: MANIFEST_TOOL = @MANIFEST_TOOL@ ! 169: MEMCACHE_LIB = @MEMCACHE_LIB@ ! 170: MKDIR_P = @MKDIR_P@ ! 171: MYSQL_CONFIG = @MYSQL_CONFIG@ ! 172: MYSQL_INCLUDE = @MYSQL_INCLUDE@ ! 173: MYSQL_LIBS = @MYSQL_LIBS@ ! 174: NM = @NM@ ! 175: NMEDIT = @NMEDIT@ ! 176: OBJDUMP = @OBJDUMP@ ! 177: OBJEXT = @OBJEXT@ ! 178: OTOOL = @OTOOL@ ! 179: OTOOL64 = @OTOOL64@ ! 180: PACKAGE = @PACKAGE@ ! 181: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ ! 182: PACKAGE_NAME = @PACKAGE_NAME@ ! 183: PACKAGE_STRING = @PACKAGE_STRING@ ! 184: PACKAGE_TARNAME = @PACKAGE_TARNAME@ ! 185: PACKAGE_URL = @PACKAGE_URL@ ! 186: PACKAGE_VERSION = @PACKAGE_VERSION@ ! 187: PATH_SEPARATOR = @PATH_SEPARATOR@ ! 188: PCRECONFIG = @PCRECONFIG@ ! 189: PCRE_LIB = @PCRE_LIB@ ! 190: PKG_CONFIG = @PKG_CONFIG@ ! 191: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ ! 192: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ ! 193: RANLIB = @RANLIB@ ! 194: SED = @SED@ ! 195: SENDFILE_LIB = @SENDFILE_LIB@ ! 196: SET_MAKE = @SET_MAKE@ ! 197: SHELL = @SHELL@ ! 198: SQLITE_CFLAGS = @SQLITE_CFLAGS@ ! 199: SQLITE_LIBS = @SQLITE_LIBS@ ! 200: SSL_LIB = @SSL_LIB@ ! 201: STRIP = @STRIP@ ! 202: UUID_LIBS = @UUID_LIBS@ ! 203: VERSION = @VERSION@ ! 204: XML_CFLAGS = @XML_CFLAGS@ ! 205: XML_LIBS = @XML_LIBS@ ! 206: Z_LIB = @Z_LIB@ ! 207: abs_builddir = @abs_builddir@ ! 208: abs_srcdir = @abs_srcdir@ ! 209: abs_top_builddir = @abs_top_builddir@ ! 210: abs_top_srcdir = @abs_top_srcdir@ ! 211: ac_ct_AR = @ac_ct_AR@ ! 212: ac_ct_CC = @ac_ct_CC@ ! 213: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ ! 214: am__include = @am__include@ ! 215: am__leading_dot = @am__leading_dot@ ! 216: am__quote = @am__quote@ ! 217: am__tar = @am__tar@ ! 218: am__untar = @am__untar@ ! 219: bindir = @bindir@ ! 220: build = @build@ ! 221: build_alias = @build_alias@ ! 222: build_cpu = @build_cpu@ ! 223: build_os = @build_os@ ! 224: build_vendor = @build_vendor@ ! 225: builddir = @builddir@ ! 226: datadir = @datadir@ ! 227: datarootdir = @datarootdir@ ! 228: docdir = @docdir@ ! 229: dvidir = @dvidir@ ! 230: exec_prefix = @exec_prefix@ ! 231: host = @host@ ! 232: host_alias = @host_alias@ ! 233: host_cpu = @host_cpu@ ! 234: host_os = @host_os@ ! 235: host_vendor = @host_vendor@ ! 236: htmldir = @htmldir@ ! 237: includedir = @includedir@ ! 238: infodir = @infodir@ ! 239: install_sh = @install_sh@ ! 240: libdir = @libdir@ ! 241: libexecdir = @libexecdir@ ! 242: localedir = @localedir@ ! 243: localstatedir = @localstatedir@ ! 244: mandir = @mandir@ ! 245: mkdir_p = @mkdir_p@ ! 246: oldincludedir = @oldincludedir@ ! 247: pdfdir = @pdfdir@ ! 248: prefix = @prefix@ ! 249: program_transform_name = @program_transform_name@ ! 250: psdir = @psdir@ ! 251: sbindir = @sbindir@ ! 252: sharedstatedir = @sharedstatedir@ ! 253: srcdir = @srcdir@ ! 254: sysconfdir = @sysconfdir@ ! 255: target = @target@ ! 256: target_alias = @target_alias@ ! 257: target_cpu = @target_cpu@ ! 258: target_os = @target_os@ ! 259: target_vendor = @target_vendor@ ! 260: top_build_prefix = @top_build_prefix@ ! 261: top_builddir = @top_builddir@ ! 262: top_srcdir = @top_srcdir@ ! 263: DOCS = accesslog.txt \ ! 264: authentication.txt \ ! 265: cgi.txt \ ! 266: compress.txt \ ! 267: configuration.txt \ ! 268: extforward.txt \ ! 269: fastcgi-state.txt \ ! 270: fastcgi.txt \ ! 271: features.txt \ ! 272: performance.txt \ ! 273: plugins.txt \ ! 274: proxy.txt \ ! 275: redirect.txt \ ! 276: rewrite.txt \ ! 277: secdownload.txt \ ! 278: security.txt \ ! 279: simple-vhost.txt \ ! 280: skeleton.txt \ ! 281: ssi.txt \ ! 282: ssl.txt \ ! 283: state.txt \ ! 284: rrdtool.txt \ ! 285: alias.txt \ ! 286: userdir.txt \ ! 287: mysqlvhost.txt \ ! 288: access.txt \ ! 289: traffic-shaping.txt \ ! 290: setenv.txt \ ! 291: status.txt \ ! 292: scgi.txt \ ! 293: cml.txt \ ! 294: trigger_b4_dl.txt \ ! 295: webdav.txt \ ! 296: expire.txt \ ! 297: dirlisting.txt \ ! 298: evhost.txt \ ! 299: magnet.txt ! 300: ! 301: HTMLDOCS = accesslog.html \ ! 302: authentication.html \ ! 303: cgi.html \ ! 304: compress.html \ ! 305: configuration.html \ ! 306: extforward.html \ ! 307: fastcgi-state.html \ ! 308: fastcgi.html \ ! 309: features.html \ ! 310: performance.html \ ! 311: plugins.html \ ! 312: proxy.html \ ! 313: redirect.html \ ! 314: rewrite.html \ ! 315: secdownload.html \ ! 316: security.html \ ! 317: simple-vhost.html \ ! 318: skeleton.html \ ! 319: ssi.html \ ! 320: ssl.html \ ! 321: state.html \ ! 322: rrdtool.html \ ! 323: alias.html \ ! 324: userdir.html \ ! 325: mysqlvhost.html \ ! 326: access.html \ ! 327: traffic-shaping.html \ ! 328: setenv.html \ ! 329: status.html \ ! 330: scgi.html \ ! 331: cml.html \ ! 332: trigger_b4_dl.html \ ! 333: webdav.html \ ! 334: expire.html \ ! 335: dirlisting.html \ ! 336: evhost.html \ ! 337: magnet.html ! 338: ! 339: EXTRA_DIST = \ ! 340: state.dot fastcgi-state.dot \ ! 341: $(DOCS) ! 342: ! 343: all: all-am ! 344: ! 345: .SUFFIXES: ! 346: .SUFFIXES: .html .txt ! 347: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) ! 348: @for dep in $?; do \ ! 349: case '$(am__configure_deps)' in \ ! 350: *$$dep*) \ ! 351: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ ! 352: && { if test -f $@; then exit 0; else break; fi; }; \ ! 353: exit 1;; \ ! 354: esac; \ ! 355: done; \ ! 356: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/outdated/Makefile'; \ ! 357: $(am__cd) $(top_srcdir) && \ ! 358: $(AUTOMAKE) --foreign doc/outdated/Makefile ! 359: .PRECIOUS: Makefile ! 360: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! 361: @case '$?' in \ ! 362: *config.status*) \ ! 363: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ ! 364: *) \ ! 365: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ ! 366: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ! 367: esac; ! 368: ! 369: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ! 370: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 371: ! 372: $(top_srcdir)/configure: $(am__configure_deps) ! 373: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 374: $(ACLOCAL_M4): $(am__aclocal_m4_deps) ! 375: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 376: $(am__aclocal_m4_deps): ! 377: ! 378: mostlyclean-libtool: ! 379: -rm -f *.lo ! 380: ! 381: clean-libtool: ! 382: -rm -rf .libs _libs ! 383: tags TAGS: ! 384: ! 385: ctags CTAGS: ! 386: ! 387: cscope cscopelist: ! 388: ! 389: ! 390: distdir: $(DISTFILES) ! 391: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 392: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 393: list='$(DISTFILES)'; \ ! 394: dist_files=`for file in $$list; do echo $$file; done | \ ! 395: sed -e "s|^$$srcdirstrip/||;t" \ ! 396: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ! 397: case $$dist_files in \ ! 398: */*) $(MKDIR_P) `echo "$$dist_files" | \ ! 399: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ! 400: sort -u` ;; \ ! 401: esac; \ ! 402: for file in $$dist_files; do \ ! 403: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ! 404: if test -d $$d/$$file; then \ ! 405: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ ! 406: if test -d "$(distdir)/$$file"; then \ ! 407: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ! 408: fi; \ ! 409: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ! 410: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ ! 411: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ! 412: fi; \ ! 413: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ ! 414: else \ ! 415: test -f "$(distdir)/$$file" \ ! 416: || cp -p $$d/$$file "$(distdir)/$$file" \ ! 417: || exit 1; \ ! 418: fi; \ ! 419: done ! 420: check-am: all-am ! 421: check: check-am ! 422: all-am: Makefile ! 423: installdirs: ! 424: install: install-am ! 425: install-exec: install-exec-am ! 426: install-data: install-data-am ! 427: uninstall: uninstall-am ! 428: ! 429: install-am: all-am ! 430: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ! 431: ! 432: installcheck: installcheck-am ! 433: install-strip: ! 434: if test -z '$(STRIP)'; then \ ! 435: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! 436: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! 437: install; \ ! 438: else \ ! 439: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! 440: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! 441: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ ! 442: fi ! 443: mostlyclean-generic: ! 444: ! 445: clean-generic: ! 446: ! 447: distclean-generic: ! 448: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) ! 449: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) ! 450: ! 451: maintainer-clean-generic: ! 452: @echo "This command is intended for maintainers to use" ! 453: @echo "it deletes files that may require special tools to rebuild." ! 454: clean: clean-am ! 455: ! 456: clean-am: clean-generic clean-libtool clean-local mostlyclean-am ! 457: ! 458: distclean: distclean-am ! 459: -rm -f Makefile ! 460: distclean-am: clean-am distclean-generic ! 461: ! 462: dvi: dvi-am ! 463: ! 464: dvi-am: ! 465: ! 466: html: html-am ! 467: ! 468: html-am: html-local ! 469: ! 470: info: info-am ! 471: ! 472: info-am: ! 473: ! 474: install-data-am: ! 475: ! 476: install-dvi: install-dvi-am ! 477: ! 478: install-dvi-am: ! 479: ! 480: install-exec-am: ! 481: ! 482: install-html: install-html-am ! 483: ! 484: install-html-am: ! 485: ! 486: install-info: install-info-am ! 487: ! 488: install-info-am: ! 489: ! 490: install-man: ! 491: ! 492: install-pdf: install-pdf-am ! 493: ! 494: install-pdf-am: ! 495: ! 496: install-ps: install-ps-am ! 497: ! 498: install-ps-am: ! 499: ! 500: installcheck-am: ! 501: ! 502: maintainer-clean: maintainer-clean-am ! 503: -rm -f Makefile ! 504: maintainer-clean-am: distclean-am maintainer-clean-generic ! 505: ! 506: mostlyclean: mostlyclean-am ! 507: ! 508: mostlyclean-am: mostlyclean-generic mostlyclean-libtool ! 509: ! 510: pdf: pdf-am ! 511: ! 512: pdf-am: ! 513: ! 514: ps: ps-am ! 515: ! 516: ps-am: ! 517: ! 518: uninstall-am: ! 519: ! 520: .MAKE: install-am install-strip ! 521: ! 522: .PHONY: all all-am check check-am clean clean-generic clean-libtool \ ! 523: clean-local cscopelist-am ctags-am distclean distclean-generic \ ! 524: distclean-libtool distdir dvi dvi-am html html-am html-local \ ! 525: info info-am install install-am install-data install-data-am \ ! 526: install-dvi install-dvi-am install-exec install-exec-am \ ! 527: install-html install-html-am install-info install-info-am \ ! 528: install-man install-pdf install-pdf-am install-ps \ ! 529: install-ps-am install-strip installcheck installcheck-am \ ! 530: installdirs maintainer-clean maintainer-clean-generic \ ! 531: mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ! 532: ps ps-am tags-am uninstall uninstall-am ! 533: ! 534: ! 535: .txt.html: ! 536: rst2html $^ > $@ ! 537: ! 538: html-local: $(HTMLDOCS) ! 539: ! 540: #%.ps.gz: %.ps ! 541: # gzip $^ ! 542: ! 543: #%.ps: %.dot ! 544: # dot -Tps -o $@ $^ ! 545: ! 546: clean-local: ! 547: rm -f *.html ! 548: ! 549: # Tell versions [3.59,3.63) of GNU make to not export all variables. ! 550: # Otherwise a system limit (for SysV at least) may be exceeded. ! 551: .NOEXPORT: