File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / src / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:11:38 2023 UTC (9 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: 
   17: #
   18: # Libnet automake information file
   19: # Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
   20: # All rights reserved.
   21: #
   22: # Process this file with automake to produce a Makefile.in script.
   23: 
   24: VPATH = @srcdir@
   25: am__is_gnu_make = { \
   26:   if test -z '$(MAKELEVEL)'; then \
   27:     false; \
   28:   elif test -n '$(MAKE_HOST)'; then \
   29:     true; \
   30:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   31:     true; \
   32:   else \
   33:     false; \
   34:   fi; \
   35: }
   36: am__make_running_with_option = \
   37:   case $${target_option-} in \
   38:       ?) ;; \
   39:       *) echo "am__make_running_with_option: internal error: invalid" \
   40:               "target option '$${target_option-}' specified" >&2; \
   41:          exit 1;; \
   42:   esac; \
   43:   has_opt=no; \
   44:   sane_makeflags=$$MAKEFLAGS; \
   45:   if $(am__is_gnu_make); then \
   46:     sane_makeflags=$$MFLAGS; \
   47:   else \
   48:     case $$MAKEFLAGS in \
   49:       *\\[\ \	]*) \
   50:         bs=\\; \
   51:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   52:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   53:     esac; \
   54:   fi; \
   55:   skip_next=no; \
   56:   strip_trailopt () \
   57:   { \
   58:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   59:   }; \
   60:   for flg in $$sane_makeflags; do \
   61:     test $$skip_next = yes && { skip_next=no; continue; }; \
   62:     case $$flg in \
   63:       *=*|--*) continue;; \
   64:         -*I) strip_trailopt 'I'; skip_next=yes;; \
   65:       -*I?*) strip_trailopt 'I';; \
   66:         -*O) strip_trailopt 'O'; skip_next=yes;; \
   67:       -*O?*) strip_trailopt 'O';; \
   68:         -*l) strip_trailopt 'l'; skip_next=yes;; \
   69:       -*l?*) strip_trailopt 'l';; \
   70:       -[dEDm]) skip_next=yes;; \
   71:       -[JT]) skip_next=yes;; \
   72:     esac; \
   73:     case $$flg in \
   74:       *$$target_option*) has_opt=yes; break;; \
   75:     esac; \
   76:   done; \
   77:   test $$has_opt = yes
   78: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   79: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   80: pkgdatadir = $(datadir)/@PACKAGE@
   81: pkgincludedir = $(includedir)/@PACKAGE@
   82: pkglibdir = $(libdir)/@PACKAGE@
   83: pkglibexecdir = $(libexecdir)/@PACKAGE@
   84: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   85: install_sh_DATA = $(install_sh) -c -m 644
   86: install_sh_PROGRAM = $(install_sh) -c
   87: install_sh_SCRIPT = $(install_sh) -c
   88: INSTALL_HEADER = $(INSTALL_DATA)
   89: transform = $(program_transform_name)
   90: NORMAL_INSTALL = :
   91: PRE_INSTALL = :
   92: POST_INSTALL = :
   93: NORMAL_UNINSTALL = :
   94: PRE_UNINSTALL = :
   95: POST_UNINSTALL = :
   96: build_triplet = @build@
   97: host_triplet = @host@
   98: target_triplet = @target@
   99: @WIN32_TRUE@am__append_1 = -no-undefined
  100: # don't do any of this if we're not building shared libnet
  101: @COND_SHARED_TRUE@@WIN32_TRUE@am__append_2 = libnet_dll_info.rc
  102: @COND_SHARED_TRUE@@WIN32_TRUE@am__append_3 = -Wl,--output-def, -Wl,libnet-9.def
  103: subdir = src
  104: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  105: am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
  106: 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
  107: 	$(top_srcdir)/m4/ax_prog_doxygen.m4 \
  108: 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  109: 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  110: 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/shell.m4 \
  111: 	$(top_srcdir)/configure.ac
  112: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  113: 	$(ACLOCAL_M4)
  114: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  115: mkinstalldirs = $(install_sh) -d
  116: CONFIG_HEADER = $(top_builddir)/include/config.h
  117: CONFIG_CLEAN_FILES =
  118: CONFIG_CLEAN_VPATH_FILES =
  119: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  120: am__vpath_adj = case $$p in \
  121:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  122:     *) f=$$p;; \
  123:   esac;
  124: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  125: am__install_max = 40
  126: am__nobase_strip_setup = \
  127:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  128: am__nobase_strip = \
  129:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  130: am__nobase_list = $(am__nobase_strip_setup); \
  131:   for p in $$list; do echo "$$p $$p"; done | \
  132:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  133:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  134:     if (++n[$$2] == $(am__install_max)) \
  135:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  136:     END { for (dir in files) print dir, files[dir] }'
  137: am__base_list = \
  138:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  139:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  140: am__uninstall_files_from_dir = { \
  141:   test -z "$$files" \
  142:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  143:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  144:          $(am__cd) "$$dir" && rm -f $$files; }; \
  145:   }
  146: am__installdirs = "$(DESTDIR)$(libdir)"
  147: LTLIBRARIES = $(lib_LTLIBRARIES)
  148: libnet_la_DEPENDENCIES = @LTLIBOBJS@
  149: am__libnet_la_SOURCES_DIST = libnet_asn1.c libnet_build_802.1q.c \
  150: 	libnet_build_802.1x.c libnet_build_802.2.c \
  151: 	libnet_build_802.3.c libnet_build_arp.c libnet_build_bgp.c \
  152: 	libnet_build_cdp.c libnet_build_data.c libnet_build_dhcp.c \
  153: 	libnet_build_dns.c libnet_build_ethernet.c libnet_build_fddi.c \
  154: 	libnet_build_gre.c libnet_build_hsrp.c libnet_build_icmp.c \
  155: 	libnet_build_igmp.c libnet_build_ip.c libnet_build_ipsec.c \
  156: 	libnet_build_isl.c libnet_build_link.c libnet_build_mpls.c \
  157: 	libnet_build_ntp.c libnet_build_ospf.c libnet_build_rip.c \
  158: 	libnet_build_rpc.c libnet_build_sebek.c libnet_build_snmp.c \
  159: 	libnet_build_stp.c libnet_build_tcp.c \
  160: 	libnet_build_token_ring.c libnet_build_udp.c \
  161: 	libnet_build_vrrp.c libnet_advanced.c libnet_checksum.c \
  162: 	libnet_cq.c libnet_crc.c libnet_error.c libnet_if_addr.c \
  163: 	libnet_init.c libnet_internal.c libnet_pblock.c \
  164: 	libnet_port_list.c libnet_prand.c libnet_raw.c \
  165: 	libnet_resolve.c libnet_version.c libnet_write.c \
  166: 	libnet_dll_info.rc
  167: @COND_SHARED_TRUE@@WIN32_TRUE@am__objects_1 = libnet_dll_info.lo
  168: am_libnet_la_OBJECTS = libnet_asn1.lo libnet_build_802.1q.lo \
  169: 	libnet_build_802.1x.lo libnet_build_802.2.lo \
  170: 	libnet_build_802.3.lo libnet_build_arp.lo libnet_build_bgp.lo \
  171: 	libnet_build_cdp.lo libnet_build_data.lo libnet_build_dhcp.lo \
  172: 	libnet_build_dns.lo libnet_build_ethernet.lo \
  173: 	libnet_build_fddi.lo libnet_build_gre.lo libnet_build_hsrp.lo \
  174: 	libnet_build_icmp.lo libnet_build_igmp.lo libnet_build_ip.lo \
  175: 	libnet_build_ipsec.lo libnet_build_isl.lo libnet_build_link.lo \
  176: 	libnet_build_mpls.lo libnet_build_ntp.lo libnet_build_ospf.lo \
  177: 	libnet_build_rip.lo libnet_build_rpc.lo libnet_build_sebek.lo \
  178: 	libnet_build_snmp.lo libnet_build_stp.lo libnet_build_tcp.lo \
  179: 	libnet_build_token_ring.lo libnet_build_udp.lo \
  180: 	libnet_build_vrrp.lo libnet_advanced.lo libnet_checksum.lo \
  181: 	libnet_cq.lo libnet_crc.lo libnet_error.lo libnet_if_addr.lo \
  182: 	libnet_init.lo libnet_internal.lo libnet_pblock.lo \
  183: 	libnet_port_list.lo libnet_prand.lo libnet_raw.lo \
  184: 	libnet_resolve.lo libnet_version.lo libnet_write.lo \
  185: 	$(am__objects_1)
  186: libnet_la_OBJECTS = $(am_libnet_la_OBJECTS)
  187: AM_V_lt = $(am__v_lt_@AM_V@)
  188: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  189: am__v_lt_0 = --silent
  190: am__v_lt_1 = 
  191: libnet_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  192: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  193: 	$(libnet_la_LDFLAGS) $(LDFLAGS) -o $@
  194: AM_V_P = $(am__v_P_@AM_V@)
  195: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  196: am__v_P_0 = false
  197: am__v_P_1 = :
  198: AM_V_GEN = $(am__v_GEN_@AM_V@)
  199: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  200: am__v_GEN_0 = @echo "  GEN     " $@;
  201: am__v_GEN_1 = 
  202: AM_V_at = $(am__v_at_@AM_V@)
  203: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  204: am__v_at_0 = @
  205: am__v_at_1 = 
  206: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
  207: depcomp =
  208: am__maybe_remake_depfiles =
  209: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  210: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  211: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  212: 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  213: 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  214: 	$(AM_CFLAGS) $(CFLAGS)
  215: AM_V_CC = $(am__v_CC_@AM_V@)
  216: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  217: am__v_CC_0 = @echo "  CC      " $@;
  218: am__v_CC_1 = 
  219: CCLD = $(CC)
  220: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  221: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  222: 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
  223: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  224: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  225: am__v_CCLD_0 = @echo "  CCLD    " $@;
  226: am__v_CCLD_1 = 
  227: SOURCES = $(libnet_la_SOURCES)
  228: DIST_SOURCES = $(am__libnet_la_SOURCES_DIST)
  229: am__can_run_installinfo = \
  230:   case $$AM_UPDATE_INFO_DIR in \
  231:     n|no|NO) false;; \
  232:     *) (install-info --version) >/dev/null 2>&1;; \
  233:   esac
  234: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  235: # Read a list of newline-separated strings from the standard input,
  236: # and print each of them once, without duplicates.  Input order is
  237: # *not* preserved.
  238: am__uniquify_input = $(AWK) '\
  239:   BEGIN { nonempty = 0; } \
  240:   { items[$$0] = 1; nonempty = 1; } \
  241:   END { if (nonempty) { for (i in items) print i; }; } \
  242: '
  243: # Make sure the list of sources is unique.  This is necessary because,
  244: # e.g., the same source file might be shared among _SOURCES variables
  245: # for different programs/libraries.
  246: am__define_uniq_tagged_files = \
  247:   list='$(am__tagged_files)'; \
  248:   unique=`for i in $$list; do \
  249:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  250:   done | $(am__uniquify_input)`
  251: ETAGS = etags
  252: CTAGS = ctags
  253: am__DIST_COMMON = $(srcdir)/Makefile.in libnet_link_bpf.c \
  254: 	libnet_link_dlpi.c libnet_link_linux.c libnet_link_nit.c \
  255: 	libnet_link_none.c libnet_link_pf.c libnet_link_snit.c \
  256: 	libnet_link_snoop.c libnet_link_win32.c
  257: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  258: ACLOCAL = @ACLOCAL@
  259: ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
  260: AMTAR = @AMTAR@
  261: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  262: AR = @AR@
  263: AUTOCONF = @AUTOCONF@
  264: AUTOHEADER = @AUTOHEADER@
  265: AUTOMAKE = @AUTOMAKE@
  266: AWK = @AWK@
  267: CC = @CC@
  268: CFLAGS = @CFLAGS@
  269: CHMOD = @CHMOD@
  270: CPP = @CPP@
  271: CPPFLAGS = @CPPFLAGS@
  272: CYGPATH_W = @CYGPATH_W@
  273: DEFS = @DEFS@
  274: DLLTOOL = @DLLTOOL@
  275: DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
  276: DSYMUTIL = @DSYMUTIL@
  277: DUMPBIN = @DUMPBIN@
  278: DX_CONFIG = @DX_CONFIG@
  279: DX_DOCDIR = @DX_DOCDIR@
  280: DX_DOT = @DX_DOT@
  281: DX_DOXYGEN = @DX_DOXYGEN@
  282: DX_DVIPS = @DX_DVIPS@
  283: DX_EGREP = @DX_EGREP@
  284: DX_ENV = @DX_ENV@
  285: DX_FLAG_chi = @DX_FLAG_chi@
  286: DX_FLAG_chm = @DX_FLAG_chm@
  287: DX_FLAG_doc = @DX_FLAG_doc@
  288: DX_FLAG_dot = @DX_FLAG_dot@
  289: DX_FLAG_html = @DX_FLAG_html@
  290: DX_FLAG_man = @DX_FLAG_man@
  291: DX_FLAG_pdf = @DX_FLAG_pdf@
  292: DX_FLAG_ps = @DX_FLAG_ps@
  293: DX_FLAG_rtf = @DX_FLAG_rtf@
  294: DX_FLAG_xml = @DX_FLAG_xml@
  295: DX_HHC = @DX_HHC@
  296: DX_LATEX = @DX_LATEX@
  297: DX_MAKEINDEX = @DX_MAKEINDEX@
  298: DX_PDFLATEX = @DX_PDFLATEX@
  299: DX_PERL = @DX_PERL@
  300: DX_PROJECT = @DX_PROJECT@
  301: ECHO_C = @ECHO_C@
  302: ECHO_N = @ECHO_N@
  303: ECHO_T = @ECHO_T@
  304: EGREP = @EGREP@
  305: ENDIANESS = @ENDIANESS@
  306: EXEEXT = @EXEEXT@
  307: FGREP = @FGREP@
  308: GREP = @GREP@
  309: HAVE_PACKET_SOCKET = @HAVE_PACKET_SOCKET@
  310: INSTALL = @INSTALL@
  311: INSTALL_DATA = @INSTALL_DATA@
  312: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  313: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  314: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  315: LD = @LD@
  316: LDFLAGS = @LDFLAGS@
  317: LIBOBJS = @LIBOBJS@
  318: LIBS = @LIBS@
  319: LIBTOOL = @LIBTOOL@
  320: LIPO = @LIPO@
  321: LN_S = @LN_S@
  322: LTLIBOBJS = @LTLIBOBJS@
  323: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  324: MAKEINFO = @MAKEINFO@
  325: MANIFEST_TOOL = @MANIFEST_TOOL@
  326: MKDIR_P = @MKDIR_P@
  327: NM = @NM@
  328: NMEDIT = @NMEDIT@
  329: OBJDUMP = @OBJDUMP@
  330: OBJEXT = @OBJEXT@
  331: OTOOL = @OTOOL@
  332: OTOOL64 = @OTOOL64@
  333: PACKAGE = @PACKAGE@
  334: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  335: PACKAGE_NAME = @PACKAGE_NAME@
  336: PACKAGE_STRING = @PACKAGE_STRING@
  337: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  338: PACKAGE_URL = @PACKAGE_URL@
  339: PACKAGE_VERSION = @PACKAGE_VERSION@
  340: PATH_SEPARATOR = @PATH_SEPARATOR@
  341: PKG_CONFIG_CFLAGS = @PKG_CONFIG_CFLAGS@
  342: PKG_CONFIG_DEFINES = @PKG_CONFIG_DEFINES@
  343: PKG_CONFIG_LIBS = @PKG_CONFIG_LIBS@
  344: RANLIB = @RANLIB@
  345: SED = @SED@
  346: SET_MAKE = @SET_MAKE@
  347: SHELL = @SHELL@
  348: STRIP = @STRIP@
  349: VERSION = @VERSION@
  350: WIN32 = @WIN32@
  351: WINDRES = @WINDRES@
  352: abs_builddir = @abs_builddir@
  353: abs_srcdir = @abs_srcdir@
  354: abs_top_builddir = @abs_top_builddir@
  355: abs_top_srcdir = @abs_top_srcdir@
  356: ac_ct_AR = @ac_ct_AR@
  357: ac_ct_CC = @ac_ct_CC@
  358: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  359: am__leading_dot = @am__leading_dot@
  360: am__tar = @am__tar@
  361: am__untar = @am__untar@
  362: bindir = @bindir@
  363: build = @build@
  364: build_alias = @build_alias@
  365: build_cpu = @build_cpu@
  366: build_os = @build_os@
  367: build_vendor = @build_vendor@
  368: builddir = @builddir@
  369: datadir = @datadir@
  370: datarootdir = @datarootdir@
  371: docdir = @docdir@
  372: dvidir = @dvidir@
  373: exec_prefix = @exec_prefix@
  374: host = @host@
  375: host_alias = @host_alias@
  376: host_cpu = @host_cpu@
  377: host_os = @host_os@
  378: host_vendor = @host_vendor@
  379: htmldir = @htmldir@
  380: includedir = @includedir@
  381: infodir = @infodir@
  382: install_sh = @install_sh@
  383: libdir = @libdir@
  384: libexecdir = @libexecdir@
  385: localedir = @localedir@
  386: localstatedir = @localstatedir@
  387: mandir = @mandir@
  388: mkdir_p = @mkdir_p@
  389: oldincludedir = @oldincludedir@
  390: pdfdir = @pdfdir@
  391: prefix = @prefix@
  392: program_transform_name = @program_transform_name@
  393: psdir = @psdir@
  394: runstatedir = @runstatedir@
  395: sbindir = @sbindir@
  396: sharedstatedir = @sharedstatedir@
  397: srcdir = @srcdir@
  398: sysconfdir = @sysconfdir@
  399: target = @target@
  400: target_alias = @target_alias@
  401: target_cpu = @target_cpu@
  402: target_os = @target_os@
  403: target_vendor = @target_vendor@
  404: top_build_prefix = @top_build_prefix@
  405: top_builddir = @top_builddir@
  406: top_srcdir = @top_srcdir@
  407: EXTRA_DIST = libnet_dll.c common.h
  408: AM_CPPFLAGS = -I$(top_srcdir)/include -I$(builddir)/../include
  409: lib_LTLIBRARIES = libnet.la
  410: libnet_la_SOURCES = libnet_asn1.c libnet_build_802.1q.c \
  411: 	libnet_build_802.1x.c libnet_build_802.2.c \
  412: 	libnet_build_802.3.c libnet_build_arp.c libnet_build_bgp.c \
  413: 	libnet_build_cdp.c libnet_build_data.c libnet_build_dhcp.c \
  414: 	libnet_build_dns.c libnet_build_ethernet.c libnet_build_fddi.c \
  415: 	libnet_build_gre.c libnet_build_hsrp.c libnet_build_icmp.c \
  416: 	libnet_build_igmp.c libnet_build_ip.c libnet_build_ipsec.c \
  417: 	libnet_build_isl.c libnet_build_link.c libnet_build_mpls.c \
  418: 	libnet_build_ntp.c libnet_build_ospf.c libnet_build_rip.c \
  419: 	libnet_build_rpc.c libnet_build_sebek.c libnet_build_snmp.c \
  420: 	libnet_build_stp.c libnet_build_tcp.c \
  421: 	libnet_build_token_ring.c libnet_build_udp.c \
  422: 	libnet_build_vrrp.c libnet_advanced.c libnet_checksum.c \
  423: 	libnet_cq.c libnet_crc.c libnet_error.c libnet_if_addr.c \
  424: 	libnet_init.c libnet_internal.c libnet_pblock.c \
  425: 	libnet_port_list.c libnet_prand.c libnet_raw.c \
  426: 	libnet_resolve.c libnet_version.c libnet_write.c \
  427: 	$(am__append_2)
  428: libnet_la_LIBADD = @LTLIBOBJS@
  429: 
  430: # Note: this version-info should NOT simply be the version of the libnet
  431: # package. See:
  432: #   https://www.sourceware.org/autobook/autobook/autobook_61.html#Library-Versioning
  433: #   http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
  434: # for the rules.
  435: #
  436: # Summary:
  437: #
  438: # Form is current:revision:age.
  439: #
  440: # Here are a set of rules to help you update your library version
  441: # information:
  442: #
  443: # 1. If the library source code has changed at all since the last
  444: # update, then increment REVISION (`C:R:A' becomes `C:r+1:A').
  445: #
  446: # 2. If any interfaces have been added, removed, or changed since the
  447: # last update, increment CURRENT, and set REVISION to 0.
  448: #
  449: # 3. If any interfaces have been added since the last public release,
  450: # then increment AGE.
  451: #
  452: # 4. If any interfaces have been removed since the last public release,
  453: # then set AGE to 0.
  454: #
  455: # Note:
  456: # 1.1.2.1-fork is 5:0:4
  457: # 1.1.3 will be 6:0:5  -> new interfaces, backwards compatible
  458: # 1.1.4 was 6:0:5 -> probably an error on my part
  459: # 1.1.5 is 7:0:6 -> new APIs, backwards compatible
  460: # 1.1.6 is 8:0:7 -> new APIs, backwards compatible
  461: # 1.2   is 9:0:0 -> new APIs, removed __libnet_print_vers (internal, should not have been used, but linkable) APIs
  462: libnet_la_LDFLAGS = -version-info 9:0:0 $(am__append_1) \
  463: 	$(am__append_3)
  464: all: all-am
  465: 
  466: .SUFFIXES:
  467: .SUFFIXES: .c .lo .o .obj .rc
  468: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  469: 	@for dep in $?; do \
  470: 	  case '$(am__configure_deps)' in \
  471: 	    *$$dep*) \
  472: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  473: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  474: 	      exit 1;; \
  475: 	  esac; \
  476: 	done; \
  477: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/Makefile'; \
  478: 	$(am__cd) $(top_srcdir) && \
  479: 	  $(AUTOMAKE) --foreign --ignore-deps src/Makefile
  480: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  481: 	@case '$?' in \
  482: 	  *config.status*) \
  483: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  484: 	  *) \
  485: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  486: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  487: 	esac;
  488: 
  489: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  490: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  491: 
  492: $(top_srcdir)/configure:  $(am__configure_deps)
  493: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  494: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  495: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  496: $(am__aclocal_m4_deps):
  497: 
  498: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  499: 	@$(NORMAL_INSTALL)
  500: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  501: 	list2=; for p in $$list; do \
  502: 	  if test -f $$p; then \
  503: 	    list2="$$list2 $$p"; \
  504: 	  else :; fi; \
  505: 	done; \
  506: 	test -z "$$list2" || { \
  507: 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  508: 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  509: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  510: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  511: 	}
  512: 
  513: uninstall-libLTLIBRARIES:
  514: 	@$(NORMAL_UNINSTALL)
  515: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  516: 	for p in $$list; do \
  517: 	  $(am__strip_dir) \
  518: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  519: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  520: 	done
  521: 
  522: clean-libLTLIBRARIES:
  523: 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  524: 	@list='$(lib_LTLIBRARIES)'; \
  525: 	locs=`for p in $$list; do echo $$p; done | \
  526: 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  527: 	      sort -u`; \
  528: 	test -z "$$locs" || { \
  529: 	  echo rm -f $${locs}; \
  530: 	  rm -f $${locs}; \
  531: 	}
  532: 
  533: libnet.la: $(libnet_la_OBJECTS) $(libnet_la_DEPENDENCIES) $(EXTRA_libnet_la_DEPENDENCIES) 
  534: 	$(AM_V_CCLD)$(libnet_la_LINK) -rpath $(libdir) $(libnet_la_OBJECTS) $(libnet_la_LIBADD) $(LIBS)
  535: 
  536: mostlyclean-compile:
  537: 	-rm -f *.$(OBJEXT)
  538: 
  539: distclean-compile:
  540: 	-rm -f *.tab.c
  541: 
  542: .c.o:
  543: 	$(AM_V_CC)$(COMPILE) -c -o $@ $<
  544: 
  545: .c.obj:
  546: 	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  547: 
  548: .c.lo:
  549: 	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
  550: 
  551: mostlyclean-libtool:
  552: 	-rm -f *.lo
  553: 
  554: clean-libtool:
  555: 	-rm -rf .libs _libs
  556: 
  557: ID: $(am__tagged_files)
  558: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  559: tags: tags-am
  560: TAGS: tags
  561: 
  562: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  563: 	set x; \
  564: 	here=`pwd`; \
  565: 	$(am__define_uniq_tagged_files); \
  566: 	shift; \
  567: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  568: 	  test -n "$$unique" || unique=$$empty_fix; \
  569: 	  if test $$# -gt 0; then \
  570: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  571: 	      "$$@" $$unique; \
  572: 	  else \
  573: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  574: 	      $$unique; \
  575: 	  fi; \
  576: 	fi
  577: ctags: ctags-am
  578: 
  579: CTAGS: ctags
  580: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  581: 	$(am__define_uniq_tagged_files); \
  582: 	test -z "$(CTAGS_ARGS)$$unique" \
  583: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  584: 	     $$unique
  585: 
  586: GTAGS:
  587: 	here=`$(am__cd) $(top_builddir) && pwd` \
  588: 	  && $(am__cd) $(top_srcdir) \
  589: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  590: cscopelist: cscopelist-am
  591: 
  592: cscopelist-am: $(am__tagged_files)
  593: 	list='$(am__tagged_files)'; \
  594: 	case "$(srcdir)" in \
  595: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  596: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  597: 	esac; \
  598: 	for i in $$list; do \
  599: 	  if test -f "$$i"; then \
  600: 	    echo "$(subdir)/$$i"; \
  601: 	  else \
  602: 	    echo "$$sdir/$$i"; \
  603: 	  fi; \
  604: 	done >> $(top_builddir)/cscope.files
  605: 
  606: distclean-tags:
  607: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  608: 
  609: distdir: $(BUILT_SOURCES)
  610: 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
  611: 
  612: distdir-am: $(DISTFILES)
  613: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  614: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  615: 	list='$(DISTFILES)'; \
  616: 	  dist_files=`for file in $$list; do echo $$file; done | \
  617: 	  sed -e "s|^$$srcdirstrip/||;t" \
  618: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  619: 	case $$dist_files in \
  620: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  621: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  622: 			   sort -u` ;; \
  623: 	esac; \
  624: 	for file in $$dist_files; do \
  625: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  626: 	  if test -d $$d/$$file; then \
  627: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  628: 	    if test -d "$(distdir)/$$file"; then \
  629: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  630: 	    fi; \
  631: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  632: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  633: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  634: 	    fi; \
  635: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  636: 	  else \
  637: 	    test -f "$(distdir)/$$file" \
  638: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  639: 	    || exit 1; \
  640: 	  fi; \
  641: 	done
  642: check-am: all-am
  643: check: check-am
  644: all-am: Makefile $(LTLIBRARIES)
  645: installdirs:
  646: 	for dir in "$(DESTDIR)$(libdir)"; do \
  647: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  648: 	done
  649: install: install-am
  650: install-exec: install-exec-am
  651: install-data: install-data-am
  652: uninstall: uninstall-am
  653: 
  654: install-am: all-am
  655: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  656: 
  657: installcheck: installcheck-am
  658: install-strip:
  659: 	if test -z '$(STRIP)'; then \
  660: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  661: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  662: 	      install; \
  663: 	else \
  664: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  665: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  666: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  667: 	fi
  668: mostlyclean-generic:
  669: 
  670: clean-generic:
  671: 
  672: distclean-generic:
  673: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  674: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  675: 
  676: maintainer-clean-generic:
  677: 	@echo "This command is intended for maintainers to use"
  678: 	@echo "it deletes files that may require special tools to rebuild."
  679: clean: clean-am
  680: 
  681: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  682: 	mostlyclean-am
  683: 
  684: distclean: distclean-am
  685: 	-rm -f Makefile
  686: distclean-am: clean-am distclean-compile distclean-generic \
  687: 	distclean-tags
  688: 
  689: dvi: dvi-am
  690: 
  691: dvi-am:
  692: 
  693: html: html-am
  694: 
  695: html-am:
  696: 
  697: info: info-am
  698: 
  699: info-am:
  700: 
  701: install-data-am:
  702: 
  703: install-dvi: install-dvi-am
  704: 
  705: install-dvi-am:
  706: 
  707: install-exec-am: install-libLTLIBRARIES
  708: 
  709: install-html: install-html-am
  710: 
  711: install-html-am:
  712: 
  713: install-info: install-info-am
  714: 
  715: install-info-am:
  716: 
  717: install-man:
  718: 
  719: install-pdf: install-pdf-am
  720: 
  721: install-pdf-am:
  722: 
  723: install-ps: install-ps-am
  724: 
  725: install-ps-am:
  726: 
  727: installcheck-am:
  728: 
  729: maintainer-clean: maintainer-clean-am
  730: 	-rm -f Makefile
  731: maintainer-clean-am: distclean-am maintainer-clean-generic
  732: 
  733: mostlyclean: mostlyclean-am
  734: 
  735: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  736: 	mostlyclean-libtool
  737: 
  738: pdf: pdf-am
  739: 
  740: pdf-am:
  741: 
  742: ps: ps-am
  743: 
  744: ps-am:
  745: 
  746: uninstall-am: uninstall-libLTLIBRARIES
  747: 
  748: .MAKE: install-am install-strip
  749: 
  750: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  751: 	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
  752: 	ctags-am distclean distclean-compile distclean-generic \
  753: 	distclean-libtool distclean-tags distdir dvi dvi-am html \
  754: 	html-am info info-am install install-am install-data \
  755: 	install-data-am install-dvi install-dvi-am install-exec \
  756: 	install-exec-am install-html install-html-am install-info \
  757: 	install-info-am install-libLTLIBRARIES install-man install-pdf \
  758: 	install-pdf-am install-ps install-ps-am install-strip \
  759: 	installcheck installcheck-am installdirs maintainer-clean \
  760: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  761: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  762: 	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
  763: 
  764: .PRECIOUS: Makefile
  765: 
  766: 
  767: @COND_SHARED_TRUE@@WIN32_TRUE@.rc.lo:
  768: @COND_SHARED_TRUE@@WIN32_TRUE@			$(AM_V_GEN)$(LIBTOOL) --mode=compile --silent $(WINDRES) $< -o $@
  769: 
  770: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  771: # Otherwise a system limit (for SysV at least) may be exceeded.
  772: .NOEXPORT:

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