File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / doc / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:11:37 2023 UTC (9 months ago) by misho
Branches: libnet, MAIN
CVS tags: v1_2p1, HEAD
Version 1.2p1

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

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