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