File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / sample / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:14:23 2012 UTC (12 years, 4 months ago) by misho
Branches: libnet, MAIN
CVS tags: v1_1_2_1, HEAD
libnet

    1: # $Id: Makefile.am,v 1.1.1.1 2012/02/21 22:14:23 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: noinst_PROGRAMS = 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 icmp6_echoreq icmp_echo_cq \
   14:                   smurf dot1x dns rpc_tcp rpc_udp mpls icmp_timeexceed \
   15:                   fddi_tcp1 fddi_tcp2 tring_tcp1 tring_tcp2 icmp_redirect \
   16:                   bgp4_hdr bgp4_open bgp4_update bgp4_notification gre \
   17:                   synflood6_frag tftp ip_link ip_raw sebek
   18: 
   19: arp_SOURCES             = arp.c
   20: cdp_SOURCES             = cdp.c
   21: dot1x_SOURCES           = dot1x.c
   22: dhcp_discover_SOURCES   = dhcp_discover.c
   23: dns_SOURCES             = dns.c
   24: fddi_tcp1_SOURCES       = fddi_tcp1.c
   25: fddi_tcp2_SOURCES       = fddi_tcp2.c
   26: tring_tcp1_SOURCES      = tring_tcp1.c
   27: tring_tcp2_SOURCES      = tring_tcp2.c
   28: get_addr_SOURCES        = get_addr.c
   29: icmp_echo_cq_SOURCES    = icmp_echo_cq.c
   30: icmp_redirect_SOURCES   = icmp_redirect.c
   31: icmp_timestamp_SOURCES  = icmp_timestamp.c
   32: icmp_timeexceed_SOURCES = icmp_timeexceed.c
   33: icmp_unreach_SOURCES    = icmp_unreach.c
   34: ieee_SOURCES            = ieee.c
   35: isl_SOURCES             = isl.c
   36: ntp_SOURCES             = ntp.c
   37: ospf_hello_SOURCES      = ospf_hello.c
   38: ospf_lsa_SOURCES        = ospf_lsa.c
   39: ping_of_death_SOURCES   = ping_of_death.c
   40: mpls_SOURCES            = mpls.c
   41: rpc_tcp_SOURCES         = rpc_tcp.c
   42: rpc_udp_SOURCES         = rpc_udp.c
   43: stp_SOURCES             = stp.c
   44: synflood_SOURCES        = synflood.c
   45: tcp1_SOURCES            = tcp1.c
   46: tcp2_SOURCES            = tcp2.c
   47: tftp_SOURCES            = tftp.c
   48: udp1_SOURCES            = udp1.c
   49: udp2_SOURCES            = udp2.c
   50: icmp6_echoreq_SOURCES   = icmp6_echoreq.c
   51: smurf_SOURCES           = smurf.c
   52: synflood6_SOURCES       = synflood6.c
   53: synflood6_frag_SOURCES  = synflood6_frag.c
   54: bgp4_hdr_SOURCES        = bgp4_hdr.c
   55: bgp4_open_SOURCES       = bgp4_open.c
   56: bgp4_update_SOURCES     = bgp4_update.c
   57: bgp4_notification_SOURCES = bgp4_notification.c
   58: gre_SOURCES		= gre.c
   59: ip_raw_SOURCES          = ip_raw.c
   60: ip_link_SOURCES		= ip_link.c
   61: sebek_SOURCES           = sebek.c
   62: 
   63: LDADD = $(top_srcdir)/src/libnet.a

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