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 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 = 118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 119 ctags-recursive dvi-recursive html-recursive info-recursive \ 120 install-data-recursive install-dvi-recursive \ 121 install-exec-recursive install-html-recursive \ 122 install-info-recursive install-pdf-recursive \ 123 install-ps-recursive install-recursive installcheck-recursive \ 124 installdirs-recursive pdf-recursive ps-recursive \ 125 tags-recursive uninstall-recursive 126am__can_run_installinfo = \ 127 case $$AM_UPDATE_INFO_DIR in \ 128 n|no|NO) false;; \ 129 *) (install-info --version) >/dev/null 2>&1;; \ 130 esac 131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 132am__vpath_adj = case $$p in \ 133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 134 *) f=$$p;; \ 135 esac; 136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 137am__install_max = 40 138am__nobase_strip_setup = \ 139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 140am__nobase_strip = \ 141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 142am__nobase_list = $(am__nobase_strip_setup); \ 143 for p in $$list; do echo "$$p $$p"; done | \ 144 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 146 if (++n[$$2] == $(am__install_max)) \ 147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 148 END { for (dir in files) print dir, files[dir] }' 149am__base_list = \ 150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 152am__uninstall_files_from_dir = { \ 153 test -z "$$files" \ 154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 156 $(am__cd) "$$dir" && rm -f $$files; }; \ 157 } 158man8dir = $(mandir)/man8 159am__installdirs = "$(DESTDIR)$(man8dir)" 160NROFF = nroff 161MANS = $(dist_man8_MANS) 162RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 163 distclean-recursive maintainer-clean-recursive 164am__recursive_targets = \ 165 $(RECURSIVE_TARGETS) \ 166 $(RECURSIVE_CLEAN_TARGETS) \ 167 $(am__extra_recursive_targets) 168AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 169 distdir 170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 171# Read a list of newline-separated strings from the standard input, 172# and print each of them once, without duplicates. Input order is 173# *not* preserved. 174am__uniquify_input = $(AWK) '\ 175 BEGIN { nonempty = 0; } \ 176 { items[$$0] = 1; nonempty = 1; } \ 177 END { if (nonempty) { for (i in items) print i; }; } \ 178' 179# Make sure the list of sources is unique. This is necessary because, 180# e.g., the same source file might be shared among _SOURCES variables 181# for different programs/libraries. 182am__define_uniq_tagged_files = \ 183 list='$(am__tagged_files)'; \ 184 unique=`for i in $$list; do \ 185 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 186 done | $(am__uniquify_input)` 187ETAGS = etags 188CTAGS = ctags 189DIST_SUBDIRS = $(SUBDIRS) 190am__DIST_COMMON = $(dist_man8_MANS) $(srcdir)/Makefile.in 191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 192am__relativize = \ 193 dir0=`pwd`; \ 194 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 195 sed_rest='s,^[^/]*/*,,'; \ 196 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 197 sed_butlast='s,/*[^/]*$$,,'; \ 198 while test -n "$$dir1"; do \ 199 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 200 if test "$$first" != "."; then \ 201 if test "$$first" = ".."; then \ 202 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 203 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 204 else \ 205 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 206 if test "$$first2" = "$$first"; then \ 207 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 208 else \ 209 dir2="../$$dir2"; \ 210 fi; \ 211 dir0="$$dir0"/"$$first"; \ 212 fi; \ 213 fi; \ 214 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 215 done; \ 216 reldir="$$dir2" 217ACLOCAL = @ACLOCAL@ 218AMTAR = @AMTAR@ 219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 220AR = @AR@ 221ATTR_LIB = @ATTR_LIB@ 222AUTOCONF = @AUTOCONF@ 223AUTOHEADER = @AUTOHEADER@ 224AUTOMAKE = @AUTOMAKE@ 225AWK = @AWK@ 226BZ_LIB = @BZ_LIB@ 227CC = @CC@ 228CCDEPMODE = @CCDEPMODE@ 229CFLAGS = @CFLAGS@ 230CPP = @CPP@ 231CPPFLAGS = @CPPFLAGS@ 232CRYPT_LIB = @CRYPT_LIB@ 233CYGPATH_W = @CYGPATH_W@ 234DEFS = @DEFS@ 235DEPDIR = @DEPDIR@ 236DLLTOOL = @DLLTOOL@ 237DL_LIB = @DL_LIB@ 238DSYMUTIL = @DSYMUTIL@ 239DUMPBIN = @DUMPBIN@ 240ECHO_C = @ECHO_C@ 241ECHO_N = @ECHO_N@ 242ECHO_T = @ECHO_T@ 243EGREP = @EGREP@ 244EXEEXT = @EXEEXT@ 245FAM_CFLAGS = @FAM_CFLAGS@ 246FAM_LIBS = @FAM_LIBS@ 247FGREP = @FGREP@ 248GDBM_LIB = @GDBM_LIB@ 249GREP = @GREP@ 250INSTALL = @INSTALL@ 251INSTALL_DATA = @INSTALL_DATA@ 252INSTALL_PROGRAM = @INSTALL_PROGRAM@ 253INSTALL_SCRIPT = @INSTALL_SCRIPT@ 254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 255LBER_LIB = @LBER_LIB@ 256LD = @LD@ 257LDAP_LIB = @LDAP_LIB@ 258LDFLAGS = @LDFLAGS@ 259LIBDPDK_CFLAGS = @LIBDPDK_CFLAGS@ 260LIBDPDK_LIBS = @LIBDPDK_LIBS@ 261LIBEV_CFLAGS = @LIBEV_CFLAGS@ 262LIBEV_LIBS = @LIBEV_LIBS@ 263LIBMTCP_CFLAGS = @LIBMTCP_CFLAGS@ 264LIBMTCP_LIBS = @LIBMTCP_LIBS@ 265LIBOBJS = @LIBOBJS@ 266LIBPSIO_CFLAGS = @LIBPSIO_CFLAGS@ 267LIBPSIO_LIBS = @LIBPSIO_LIBS@ 268LIBS = @LIBS@ 269LIBTOOL = @LIBTOOL@ 270LIPO = @LIPO@ 271LN_S = @LN_S@ 272LTLIBOBJS = @LTLIBOBJS@ 273LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 274LUA_CFLAGS = @LUA_CFLAGS@ 275LUA_LIBS = @LUA_LIBS@ 276MAKEINFO = @MAKEINFO@ 277MANIFEST_TOOL = @MANIFEST_TOOL@ 278MEMCACHE_LIB = @MEMCACHE_LIB@ 279MKDIR_P = @MKDIR_P@ 280MYSQL_CONFIG = @MYSQL_CONFIG@ 281MYSQL_INCLUDE = @MYSQL_INCLUDE@ 282MYSQL_LIBS = @MYSQL_LIBS@ 283NM = @NM@ 284NMEDIT = @NMEDIT@ 285OBJDUMP = @OBJDUMP@ 286OBJEXT = @OBJEXT@ 287OTOOL = @OTOOL@ 288OTOOL64 = @OTOOL64@ 289PACKAGE = @PACKAGE@ 290PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 291PACKAGE_NAME = @PACKAGE_NAME@ 292PACKAGE_STRING = @PACKAGE_STRING@ 293PACKAGE_TARNAME = @PACKAGE_TARNAME@ 294PACKAGE_URL = @PACKAGE_URL@ 295PACKAGE_VERSION = @PACKAGE_VERSION@ 296PATH_SEPARATOR = @PATH_SEPARATOR@ 297PCRECONFIG = @PCRECONFIG@ 298PCRE_LIB = @PCRE_LIB@ 299PKG_CONFIG = @PKG_CONFIG@ 300PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 301PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 302RANLIB = @RANLIB@ 303SED = @SED@ 304SENDFILE_LIB = @SENDFILE_LIB@ 305SET_MAKE = @SET_MAKE@ 306SHELL = @SHELL@ 307SQLITE_CFLAGS = @SQLITE_CFLAGS@ 308SQLITE_LIBS = @SQLITE_LIBS@ 309SSL_LIB = @SSL_LIB@ 310STRIP = @STRIP@ 311UUID_LIBS = @UUID_LIBS@ 312VERSION = @VERSION@ 313XML_CFLAGS = @XML_CFLAGS@ 314XML_LIBS = @XML_LIBS@ 315Z_LIB = @Z_LIB@ 316abs_builddir = @abs_builddir@ 317abs_srcdir = @abs_srcdir@ 318abs_top_builddir = @abs_top_builddir@ 319abs_top_srcdir = @abs_top_srcdir@ 320ac_ct_AR = @ac_ct_AR@ 321ac_ct_CC = @ac_ct_CC@ 322ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 323am__include = @am__include@ 324am__leading_dot = @am__leading_dot@ 325am__quote = @am__quote@ 326am__tar = @am__tar@ 327am__untar = @am__untar@ 328bindir = @bindir@ 329build = @build@ 330build_alias = @build_alias@ 331build_cpu = @build_cpu@ 332build_os = @build_os@ 333build_vendor = @build_vendor@ 334builddir = @builddir@ 335datadir = @datadir@ 336datarootdir = @datarootdir@ 337docdir = @docdir@ 338dvidir = @dvidir@ 339exec_prefix = @exec_prefix@ 340host = @host@ 341host_alias = @host_alias@ 342host_cpu = @host_cpu@ 343host_os = @host_os@ 344host_vendor = @host_vendor@ 345htmldir = @htmldir@ 346includedir = @includedir@ 347infodir = @infodir@ 348install_sh = @install_sh@ 349libdir = @libdir@ 350libexecdir = @libexecdir@ 351localedir = @localedir@ 352localstatedir = @localstatedir@ 353mandir = @mandir@ 354mkdir_p = @mkdir_p@ 355oldincludedir = @oldincludedir@ 356pdfdir = @pdfdir@ 357prefix = @prefix@ 358program_transform_name = @program_transform_name@ 359psdir = @psdir@ 360sbindir = @sbindir@ 361sharedstatedir = @sharedstatedir@ 362srcdir = @srcdir@ 363sysconfdir = @sysconfdir@ 364target = @target@ 365target_alias = @target_alias@ 366target_cpu = @target_cpu@ 367target_os = @target_os@ 368target_vendor = @target_vendor@ 369top_build_prefix = @top_build_prefix@ 370top_builddir = @top_builddir@ 371top_srcdir = @top_srcdir@ 372SUBDIRS = config scripts initscripts systemd outdated 373dist_man8_MANS = lighttpd.8 374EXTRA_DIST = \ 375 newstyle.css \ 376 oldstyle.css 377 378all: all-recursive 379 380.SUFFIXES: 381$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 382 @for dep in $?; do \ 383 case '$(am__configure_deps)' in \ 384 *$$dep*) \ 385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 386 && { if test -f $@; then exit 0; else break; fi; }; \ 387 exit 1;; \ 388 esac; \ 389 done; \ 390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 391 $(am__cd) $(top_srcdir) && \ 392 $(AUTOMAKE) --foreign doc/Makefile 393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 394 @case '$?' in \ 395 *config.status*) \ 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 397 *) \ 398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 400 esac; 401 402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 404 405$(top_srcdir)/configure: $(am__configure_deps) 406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 407$(ACLOCAL_M4): $(am__aclocal_m4_deps) 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 409$(am__aclocal_m4_deps): 410 411mostlyclean-libtool: 412 -rm -f *.lo 413 414clean-libtool: 415 -rm -rf .libs _libs 416install-man8: $(dist_man8_MANS) 417 @$(NORMAL_INSTALL) 418 @list1='$(dist_man8_MANS)'; \ 419 list2=''; \ 420 test -n "$(man8dir)" \ 421 && test -n "`echo $$list1$$list2`" \ 422 || exit 0; \ 423 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ 424 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ 425 { for i in $$list1; do echo "$$i"; done; \ 426 if test -n "$$list2"; then \ 427 for i in $$list2; do echo "$$i"; done \ 428 | sed -n '/\.8[a-z]*$$/p'; \ 429 fi; \ 430 } | while read p; do \ 431 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 432 echo "$$d$$p"; echo "$$p"; \ 433 done | \ 434 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 435 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 436 sed 'N;N;s,\n, ,g' | { \ 437 list=; while read file base inst; do \ 438 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 439 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ 440 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ 441 fi; \ 442 done; \ 443 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 444 while read files; do \ 445 test -z "$$files" || { \ 446 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ 447 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ 448 done; } 449 450uninstall-man8: 451 @$(NORMAL_UNINSTALL) 452 @list='$(dist_man8_MANS)'; test -n "$(man8dir)" || exit 0; \ 453 files=`{ for i in $$list; do echo "$$i"; done; \ 454 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 455 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 456 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) 457 458# This directory's subdirectories are mostly independent; you can cd 459# into them and run 'make' without going through this Makefile. 460# To change the values of 'make' variables: instead of editing Makefiles, 461# (1) if the variable is set in 'config.status', edit 'config.status' 462# (which will cause the Makefiles to be regenerated when you run 'make'); 463# (2) otherwise, pass the desired values on the 'make' command line. 464$(am__recursive_targets): 465 @fail=; \ 466 if $(am__make_keepgoing); then \ 467 failcom='fail=yes'; \ 468 else \ 469 failcom='exit 1'; \ 470 fi; \ 471 dot_seen=no; \ 472 target=`echo $@ | sed s/-recursive//`; \ 473 case "$@" in \ 474 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 475 *) list='$(SUBDIRS)' ;; \ 476 esac; \ 477 for subdir in $$list; do \ 478 echo "Making $$target in $$subdir"; \ 479 if test "$$subdir" = "."; then \ 480 dot_seen=yes; \ 481 local_target="$$target-am"; \ 482 else \ 483 local_target="$$target"; \ 484 fi; \ 485 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 486 || eval $$failcom; \ 487 done; \ 488 if test "$$dot_seen" = "no"; then \ 489 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 490 fi; test -z "$$fail" 491 492ID: $(am__tagged_files) 493 $(am__define_uniq_tagged_files); mkid -fID $$unique 494tags: tags-recursive 495TAGS: tags 496 497tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 498 set x; \ 499 here=`pwd`; \ 500 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 501 include_option=--etags-include; \ 502 empty_fix=.; \ 503 else \ 504 include_option=--include; \ 505 empty_fix=; \ 506 fi; \ 507 list='$(SUBDIRS)'; for subdir in $$list; do \ 508 if test "$$subdir" = .; then :; else \ 509 test ! -f $$subdir/TAGS || \ 510 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 511 fi; \ 512 done; \ 513 $(am__define_uniq_tagged_files); \ 514 shift; \ 515 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 516 test -n "$$unique" || unique=$$empty_fix; \ 517 if test $$# -gt 0; then \ 518 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 519 "$$@" $$unique; \ 520 else \ 521 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 522 $$unique; \ 523 fi; \ 524 fi 525ctags: ctags-recursive 526 527CTAGS: ctags 528ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 529 $(am__define_uniq_tagged_files); \ 530 test -z "$(CTAGS_ARGS)$$unique" \ 531 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 532 $$unique 533 534GTAGS: 535 here=`$(am__cd) $(top_builddir) && pwd` \ 536 && $(am__cd) $(top_srcdir) \ 537 && gtags -i $(GTAGS_ARGS) "$$here" 538cscopelist: cscopelist-recursive 539 540cscopelist-am: $(am__tagged_files) 541 list='$(am__tagged_files)'; \ 542 case "$(srcdir)" in \ 543 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 544 *) sdir=$(subdir)/$(srcdir) ;; \ 545 esac; \ 546 for i in $$list; do \ 547 if test -f "$$i"; then \ 548 echo "$(subdir)/$$i"; \ 549 else \ 550 echo "$$sdir/$$i"; \ 551 fi; \ 552 done >> $(top_builddir)/cscope.files 553 554distclean-tags: 555 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 556 557distdir: $(DISTFILES) 558 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 559 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 560 list='$(DISTFILES)'; \ 561 dist_files=`for file in $$list; do echo $$file; done | \ 562 sed -e "s|^$$srcdirstrip/||;t" \ 563 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 564 case $$dist_files in \ 565 */*) $(MKDIR_P) `echo "$$dist_files" | \ 566 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 567 sort -u` ;; \ 568 esac; \ 569 for file in $$dist_files; do \ 570 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 571 if test -d $$d/$$file; then \ 572 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 573 if test -d "$(distdir)/$$file"; then \ 574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 575 fi; \ 576 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 577 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 578 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 579 fi; \ 580 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 581 else \ 582 test -f "$(distdir)/$$file" \ 583 || cp -p $$d/$$file "$(distdir)/$$file" \ 584 || exit 1; \ 585 fi; \ 586 done 587 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 588 if test "$$subdir" = .; then :; else \ 589 $(am__make_dryrun) \ 590 || test -d "$(distdir)/$$subdir" \ 591 || $(MKDIR_P) "$(distdir)/$$subdir" \ 592 || exit 1; \ 593 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 594 $(am__relativize); \ 595 new_distdir=$$reldir; \ 596 dir1=$$subdir; dir2="$(top_distdir)"; \ 597 $(am__relativize); \ 598 new_top_distdir=$$reldir; \ 599 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 600 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 601 ($(am__cd) $$subdir && \ 602 $(MAKE) $(AM_MAKEFLAGS) \ 603 top_distdir="$$new_top_distdir" \ 604 distdir="$$new_distdir" \ 605 am__remove_distdir=: \ 606 am__skip_length_check=: \ 607 am__skip_mode_fix=: \ 608 distdir) \ 609 || exit 1; \ 610 fi; \ 611 done 612check-am: all-am 613check: check-recursive 614all-am: Makefile $(MANS) 615installdirs: installdirs-recursive 616installdirs-am: 617 for dir in "$(DESTDIR)$(man8dir)"; do \ 618 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 619 done 620install: install-recursive 621install-exec: install-exec-recursive 622install-data: install-data-recursive 623uninstall: uninstall-recursive 624 625install-am: all-am 626 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 627 628installcheck: installcheck-recursive 629install-strip: 630 if test -z '$(STRIP)'; then \ 631 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 632 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 633 install; \ 634 else \ 635 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 636 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 637 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 638 fi 639mostlyclean-generic: 640 641clean-generic: 642 643distclean-generic: 644 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 645 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 646 647maintainer-clean-generic: 648 @echo "This command is intended for maintainers to use" 649 @echo "it deletes files that may require special tools to rebuild." 650clean: clean-recursive 651 652clean-am: clean-generic clean-libtool mostlyclean-am 653 654distclean: distclean-recursive 655 -rm -f Makefile 656distclean-am: clean-am distclean-generic distclean-tags 657 658dvi: dvi-recursive 659 660dvi-am: 661 662html: html-recursive 663 664html-am: 665 666info: info-recursive 667 668info-am: 669 670install-data-am: install-man 671 672install-dvi: install-dvi-recursive 673 674install-dvi-am: 675 676install-exec-am: 677 678install-html: install-html-recursive 679 680install-html-am: 681 682install-info: install-info-recursive 683 684install-info-am: 685 686install-man: install-man8 687 688install-pdf: install-pdf-recursive 689 690install-pdf-am: 691 692install-ps: install-ps-recursive 693 694install-ps-am: 695 696installcheck-am: 697 698maintainer-clean: maintainer-clean-recursive 699 -rm -f Makefile 700maintainer-clean-am: distclean-am maintainer-clean-generic 701 702mostlyclean: mostlyclean-recursive 703 704mostlyclean-am: mostlyclean-generic mostlyclean-libtool 705 706pdf: pdf-recursive 707 708pdf-am: 709 710ps: ps-recursive 711 712ps-am: 713 714uninstall-am: uninstall-man 715 716uninstall-man: uninstall-man8 717 718.MAKE: $(am__recursive_targets) install-am install-strip 719 720.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 721 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 722 ctags-am distclean distclean-generic distclean-libtool \ 723 distclean-tags distdir dvi dvi-am html html-am info info-am \ 724 install install-am install-data install-data-am install-dvi \ 725 install-dvi-am install-exec install-exec-am install-html \ 726 install-html-am install-info install-info-am install-man \ 727 install-man8 install-pdf install-pdf-am install-ps \ 728 install-ps-am install-strip installcheck installcheck-am \ 729 installdirs installdirs-am maintainer-clean \ 730 maintainer-clean-generic mostlyclean mostlyclean-generic \ 731 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 732 uninstall-am uninstall-man uninstall-man8 733 734.PRECIOUS: Makefile 735 736 737# Tell versions [3.59,3.63) of GNU make to not export all variables. 738# Otherwise a system limit (for SysV at least) may be exceeded. 739.NOEXPORT: 740