File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / sample / Makefile.am
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 11:54:41 2013 UTC (11 years ago) by misho
Branches: libnet, MAIN
CVS tags: v1_1_6p5, v1_1_6p4, v1_1_6p0, v1_1_6, HEAD
1.1.6

    1: # $Id: Makefile.am,v 1.1.1.2 2013/07/22 11:54:41 misho Exp $
    2: #
    3: # Libnet automake information file
    4: # Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
    5: # All rights reserved.
    6: #
    7: # Process this file with automake to produce a Makefile.in script.
    8: 
    9: include $(top_srcdir)/Makefile.am.common
   10: 
   11: samples = arp cdp dhcp_discover get_addr icmp_timestamp icmp_unreach \
   12:                   ieee isl ntp ospf_hello ospf_lsa ping_of_death stp synflood \
   13:                   tcp1 tcp2 udp1 udp2 synflood6 \
   14:                   icmp6_echoreq \
   15:                   icmp6_unreach \
   16:                   icmp_echo_cq \
   17:                   smurf dot1x dns rpc_tcp rpc_udp mpls icmp_timeexceed \
   18:                   fddi_tcp1 fddi_tcp2 tring_tcp1 tring_tcp2 icmp_redirect \
   19:                   bgp4_hdr bgp4_open bgp4_update bgp4_notification gre \
   20:                   synflood6_frag tftp ip_link ip_raw sebek hsrp \
   21:                   test_ipv4 test_ipv6_icmpv4 test_ipv4_options
   22: if INSTALL_SAMPLES
   23: bin_PROGRAMS = $(samples)
   24: else
   25: noinst_PROGRAMS = $(samples)
   26: endif
   27: 
   28: arp_SOURCES             = arp.c
   29: cdp_SOURCES             = cdp.c
   30: dot1x_SOURCES           = dot1x.c
   31: dhcp_discover_SOURCES   = dhcp_discover.c
   32: dns_SOURCES             = dns.c
   33: fddi_tcp1_SOURCES       = fddi_tcp1.c
   34: fddi_tcp2_SOURCES       = fddi_tcp2.c
   35: tring_tcp1_SOURCES      = tring_tcp1.c
   36: tring_tcp2_SOURCES      = tring_tcp2.c
   37: get_addr_SOURCES        = get_addr.c
   38: icmp_echo_cq_SOURCES    = icmp_echo_cq.c
   39: icmp_redirect_SOURCES   = icmp_redirect.c
   40: icmp_timestamp_SOURCES  = icmp_timestamp.c
   41: icmp_timeexceed_SOURCES = icmp_timeexceed.c
   42: icmp_unreach_SOURCES    = icmp_unreach.c
   43: ieee_SOURCES            = ieee.c
   44: isl_SOURCES             = isl.c
   45: ntp_SOURCES             = ntp.c
   46: ospf_hello_SOURCES      = ospf_hello.c
   47: ospf_lsa_SOURCES        = ospf_lsa.c
   48: ping_of_death_SOURCES   = ping_of_death.c
   49: mpls_SOURCES            = mpls.c
   50: rpc_tcp_SOURCES         = rpc_tcp.c
   51: rpc_udp_SOURCES         = rpc_udp.c
   52: stp_SOURCES             = stp.c
   53: synflood_SOURCES        = synflood.c
   54: tcp1_SOURCES            = tcp1.c
   55: tcp2_SOURCES            = tcp2.c
   56: tftp_SOURCES            = tftp.c
   57: udp1_SOURCES            = udp1.c
   58: udp2_SOURCES            = udp2.c
   59: icmp6_echoreq_SOURCES   = icmp6_echoreq.c
   60: icmp6_unreach_SOURCES   = icmp6_unreach.c
   61: smurf_SOURCES           = smurf.c
   62: synflood6_SOURCES       = synflood6.c
   63: synflood6_frag_SOURCES  = synflood6_frag.c
   64: bgp4_hdr_SOURCES        = bgp4_hdr.c
   65: bgp4_open_SOURCES       = bgp4_open.c
   66: bgp4_update_SOURCES     = bgp4_update.c
   67: bgp4_notification_SOURCES = bgp4_notification.c
   68: gre_SOURCES		= gre.c
   69: ip_raw_SOURCES          = ip_raw.c
   70: ip_link_SOURCES		= ip_link.c
   71: sebek_SOURCES           = sebek.c
   72: hsrp_SOURCES            = hsrp.c
   73: test_ipv4_SOURCES       = test_ipv4.c
   74: test_ipv4_options_SOURCES = test_ipv4_options.c
   75: test_ipv6_icmpv4_SOURCES = test_ipv6_icmpv4.c
   76: 
   77: EXTRA_DIST = libnet_test.h
   78: 
   79: LDADD 			= $(top_builddir)/src/libnet.la

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