File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / win32 / 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 (18 months, 1 week 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: VPATH = @srcdir@
   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: }
   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: target_triplet = @target@
   91: subdir = win32
   92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   93: am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
   94: 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
   95: 	$(top_srcdir)/m4/ax_prog_doxygen.m4 \
   96: 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
   97: 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
   98: 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/shell.m4 \
   99: 	$(top_srcdir)/configure.ac
  100: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  101: 	$(ACLOCAL_M4)
  102: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  103: mkinstalldirs = $(install_sh) -d
  104: CONFIG_HEADER = $(top_builddir)/include/config.h
  105: CONFIG_CLEAN_FILES =
  106: CONFIG_CLEAN_VPATH_FILES =
  107: AM_V_P = $(am__v_P_@AM_V@)
  108: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  109: am__v_P_0 = false
  110: am__v_P_1 = :
  111: AM_V_GEN = $(am__v_GEN_@AM_V@)
  112: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  113: am__v_GEN_0 = @echo "  GEN     " $@;
  114: am__v_GEN_1 = 
  115: AM_V_at = $(am__v_at_@AM_V@)
  116: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  117: am__v_at_0 = @
  118: am__v_at_1 = 
  119: depcomp =
  120: am__maybe_remake_depfiles =
  121: SOURCES =
  122: DIST_SOURCES =
  123: am__can_run_installinfo = \
  124:   case $$AM_UPDATE_INFO_DIR in \
  125:     n|no|NO) false;; \
  126:     *) (install-info --version) >/dev/null 2>&1;; \
  127:   esac
  128: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  129: am__DIST_COMMON = $(srcdir)/Makefile.in
  130: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  131: ACLOCAL = @ACLOCAL@
  132: ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
  133: AMTAR = @AMTAR@
  134: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  135: AR = @AR@
  136: AUTOCONF = @AUTOCONF@
  137: AUTOHEADER = @AUTOHEADER@
  138: AUTOMAKE = @AUTOMAKE@
  139: AWK = @AWK@
  140: CC = @CC@
  141: CFLAGS = @CFLAGS@
  142: CHMOD = @CHMOD@
  143: CPP = @CPP@
  144: CPPFLAGS = @CPPFLAGS@
  145: CYGPATH_W = @CYGPATH_W@
  146: DEFS = @DEFS@
  147: DLLTOOL = @DLLTOOL@
  148: DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
  149: DSYMUTIL = @DSYMUTIL@
  150: DUMPBIN = @DUMPBIN@
  151: DX_CONFIG = @DX_CONFIG@
  152: DX_DOCDIR = @DX_DOCDIR@
  153: DX_DOT = @DX_DOT@
  154: DX_DOXYGEN = @DX_DOXYGEN@
  155: DX_DVIPS = @DX_DVIPS@
  156: DX_EGREP = @DX_EGREP@
  157: DX_ENV = @DX_ENV@
  158: DX_FLAG_chi = @DX_FLAG_chi@
  159: DX_FLAG_chm = @DX_FLAG_chm@
  160: DX_FLAG_doc = @DX_FLAG_doc@
  161: DX_FLAG_dot = @DX_FLAG_dot@
  162: DX_FLAG_html = @DX_FLAG_html@
  163: DX_FLAG_man = @DX_FLAG_man@
  164: DX_FLAG_pdf = @DX_FLAG_pdf@
  165: DX_FLAG_ps = @DX_FLAG_ps@
  166: DX_FLAG_rtf = @DX_FLAG_rtf@
  167: DX_FLAG_xml = @DX_FLAG_xml@
  168: DX_HHC = @DX_HHC@
  169: DX_LATEX = @DX_LATEX@
  170: DX_MAKEINDEX = @DX_MAKEINDEX@
  171: DX_PDFLATEX = @DX_PDFLATEX@
  172: DX_PERL = @DX_PERL@
  173: DX_PROJECT = @DX_PROJECT@
  174: ECHO_C = @ECHO_C@
  175: ECHO_N = @ECHO_N@
  176: ECHO_T = @ECHO_T@
  177: EGREP = @EGREP@
  178: ENDIANESS = @ENDIANESS@
  179: EXEEXT = @EXEEXT@
  180: FGREP = @FGREP@
  181: GREP = @GREP@
  182: HAVE_PACKET_SOCKET = @HAVE_PACKET_SOCKET@
  183: INSTALL = @INSTALL@
  184: INSTALL_DATA = @INSTALL_DATA@
  185: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  186: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  187: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  188: LD = @LD@
  189: LDFLAGS = @LDFLAGS@
  190: LIBOBJS = @LIBOBJS@
  191: LIBS = @LIBS@
  192: LIBTOOL = @LIBTOOL@
  193: LIPO = @LIPO@
  194: LN_S = @LN_S@
  195: LTLIBOBJS = @LTLIBOBJS@
  196: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  197: MAKEINFO = @MAKEINFO@
  198: MANIFEST_TOOL = @MANIFEST_TOOL@
  199: MKDIR_P = @MKDIR_P@
  200: NM = @NM@
  201: NMEDIT = @NMEDIT@
  202: OBJDUMP = @OBJDUMP@
  203: OBJEXT = @OBJEXT@
  204: OTOOL = @OTOOL@
  205: OTOOL64 = @OTOOL64@
  206: PACKAGE = @PACKAGE@
  207: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  208: PACKAGE_NAME = @PACKAGE_NAME@
  209: PACKAGE_STRING = @PACKAGE_STRING@
  210: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  211: PACKAGE_URL = @PACKAGE_URL@
  212: PACKAGE_VERSION = @PACKAGE_VERSION@
  213: PATH_SEPARATOR = @PATH_SEPARATOR@
  214: PKG_CONFIG_CFLAGS = @PKG_CONFIG_CFLAGS@
  215: PKG_CONFIG_DEFINES = @PKG_CONFIG_DEFINES@
  216: PKG_CONFIG_LIBS = @PKG_CONFIG_LIBS@
  217: RANLIB = @RANLIB@
  218: SED = @SED@
  219: SET_MAKE = @SET_MAKE@
  220: SHELL = @SHELL@
  221: STRIP = @STRIP@
  222: VERSION = @VERSION@
  223: WIN32 = @WIN32@
  224: WINDRES = @WINDRES@
  225: abs_builddir = @abs_builddir@
  226: abs_srcdir = @abs_srcdir@
  227: abs_top_builddir = @abs_top_builddir@
  228: abs_top_srcdir = @abs_top_srcdir@
  229: ac_ct_AR = @ac_ct_AR@
  230: ac_ct_CC = @ac_ct_CC@
  231: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  232: am__leading_dot = @am__leading_dot@
  233: am__tar = @am__tar@
  234: am__untar = @am__untar@
  235: bindir = @bindir@
  236: build = @build@
  237: build_alias = @build_alias@
  238: build_cpu = @build_cpu@
  239: build_os = @build_os@
  240: build_vendor = @build_vendor@
  241: builddir = @builddir@
  242: datadir = @datadir@
  243: datarootdir = @datarootdir@
  244: docdir = @docdir@
  245: dvidir = @dvidir@
  246: exec_prefix = @exec_prefix@
  247: host = @host@
  248: host_alias = @host_alias@
  249: host_cpu = @host_cpu@
  250: host_os = @host_os@
  251: host_vendor = @host_vendor@
  252: htmldir = @htmldir@
  253: includedir = @includedir@
  254: infodir = @infodir@
  255: install_sh = @install_sh@
  256: libdir = @libdir@
  257: libexecdir = @libexecdir@
  258: localedir = @localedir@
  259: localstatedir = @localstatedir@
  260: mandir = @mandir@
  261: mkdir_p = @mkdir_p@
  262: oldincludedir = @oldincludedir@
  263: pdfdir = @pdfdir@
  264: prefix = @prefix@
  265: program_transform_name = @program_transform_name@
  266: psdir = @psdir@
  267: runstatedir = @runstatedir@
  268: sbindir = @sbindir@
  269: sharedstatedir = @sharedstatedir@
  270: srcdir = @srcdir@
  271: sysconfdir = @sysconfdir@
  272: target = @target@
  273: target_alias = @target_alias@
  274: target_cpu = @target_cpu@
  275: target_os = @target_os@
  276: target_vendor = @target_vendor@
  277: top_build_prefix = @top_build_prefix@
  278: top_builddir = @top_builddir@
  279: top_srcdir = @top_srcdir@
  280: EXTRA_DIST = getopt.h libnet.h config.h stdint.h msvcbuild.bat wpdpack
  281: all: all-am
  282: 
  283: .SUFFIXES:
  284: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  285: 	@for dep in $?; do \
  286: 	  case '$(am__configure_deps)' in \
  287: 	    *$$dep*) \
  288: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  289: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  290: 	      exit 1;; \
  291: 	  esac; \
  292: 	done; \
  293: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps win32/Makefile'; \
  294: 	$(am__cd) $(top_srcdir) && \
  295: 	  $(AUTOMAKE) --foreign --ignore-deps win32/Makefile
  296: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  297: 	@case '$?' in \
  298: 	  *config.status*) \
  299: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  300: 	  *) \
  301: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  302: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  303: 	esac;
  304: 
  305: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  306: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  307: 
  308: $(top_srcdir)/configure:  $(am__configure_deps)
  309: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  310: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  311: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  312: $(am__aclocal_m4_deps):
  313: 
  314: mostlyclean-libtool:
  315: 	-rm -f *.lo
  316: 
  317: clean-libtool:
  318: 	-rm -rf .libs _libs
  319: tags TAGS:
  320: 
  321: ctags CTAGS:
  322: 
  323: cscope cscopelist:
  324: 
  325: 
  326: distdir: $(BUILT_SOURCES)
  327: 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
  328: 
  329: distdir-am: $(DISTFILES)
  330: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  331: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  332: 	list='$(DISTFILES)'; \
  333: 	  dist_files=`for file in $$list; do echo $$file; done | \
  334: 	  sed -e "s|^$$srcdirstrip/||;t" \
  335: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  336: 	case $$dist_files in \
  337: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  338: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  339: 			   sort -u` ;; \
  340: 	esac; \
  341: 	for file in $$dist_files; do \
  342: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  343: 	  if test -d $$d/$$file; then \
  344: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  345: 	    if test -d "$(distdir)/$$file"; then \
  346: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  347: 	    fi; \
  348: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  349: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  350: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  351: 	    fi; \
  352: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  353: 	  else \
  354: 	    test -f "$(distdir)/$$file" \
  355: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  356: 	    || exit 1; \
  357: 	  fi; \
  358: 	done
  359: check-am: all-am
  360: check: check-am
  361: all-am: Makefile
  362: installdirs:
  363: install: install-am
  364: install-exec: install-exec-am
  365: install-data: install-data-am
  366: uninstall: uninstall-am
  367: 
  368: install-am: all-am
  369: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  370: 
  371: installcheck: installcheck-am
  372: install-strip:
  373: 	if test -z '$(STRIP)'; then \
  374: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  375: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  376: 	      install; \
  377: 	else \
  378: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  379: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  380: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  381: 	fi
  382: mostlyclean-generic:
  383: 
  384: clean-generic:
  385: 
  386: distclean-generic:
  387: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  388: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  389: 
  390: maintainer-clean-generic:
  391: 	@echo "This command is intended for maintainers to use"
  392: 	@echo "it deletes files that may require special tools to rebuild."
  393: clean: clean-am
  394: 
  395: clean-am: clean-generic clean-libtool mostlyclean-am
  396: 
  397: distclean: distclean-am
  398: 	-rm -f Makefile
  399: distclean-am: clean-am distclean-generic
  400: 
  401: dvi: dvi-am
  402: 
  403: dvi-am:
  404: 
  405: html: html-am
  406: 
  407: html-am:
  408: 
  409: info: info-am
  410: 
  411: info-am:
  412: 
  413: install-data-am:
  414: 
  415: install-dvi: install-dvi-am
  416: 
  417: install-dvi-am:
  418: 
  419: install-exec-am:
  420: 
  421: install-html: install-html-am
  422: 
  423: install-html-am:
  424: 
  425: install-info: install-info-am
  426: 
  427: install-info-am:
  428: 
  429: install-man:
  430: 
  431: install-pdf: install-pdf-am
  432: 
  433: install-pdf-am:
  434: 
  435: install-ps: install-ps-am
  436: 
  437: install-ps-am:
  438: 
  439: installcheck-am:
  440: 
  441: maintainer-clean: maintainer-clean-am
  442: 	-rm -f Makefile
  443: maintainer-clean-am: distclean-am maintainer-clean-generic
  444: 
  445: mostlyclean: mostlyclean-am
  446: 
  447: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  448: 
  449: pdf: pdf-am
  450: 
  451: pdf-am:
  452: 
  453: ps: ps-am
  454: 
  455: ps-am:
  456: 
  457: uninstall-am:
  458: 
  459: .MAKE: install-am install-strip
  460: 
  461: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  462: 	cscopelist-am ctags-am distclean distclean-generic \
  463: 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
  464: 	install install-am install-data install-data-am install-dvi \
  465: 	install-dvi-am install-exec install-exec-am install-html \
  466: 	install-html-am install-info install-info-am install-man \
  467: 	install-pdf install-pdf-am install-ps install-ps-am \
  468: 	install-strip installcheck installcheck-am installdirs \
  469: 	maintainer-clean maintainer-clean-generic mostlyclean \
  470: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  471: 	tags-am uninstall uninstall-am
  472: 
  473: .PRECIOUS: Makefile
  474: 
  475: 
  476: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  477: # Otherwise a system limit (for SysV at least) may be exceeded.
  478: .NOEXPORT:

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