Annotation of embedaddon/lighttpd/doc/Makefile.in, revision 1.1.1.3

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>