Annotation of embedaddon/libnet/src/Makefile.am, revision 1.1.1.1
1.1 misho 1: # $Id: Makefile.am,v 1.5 2004/03/11 18:50:20 mike 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: lib_LIBRARIES = libnet.a
12:
13: libnet_a_SOURCES = libnet_asn1.c \
14: libnet_build_802.1q.c \
15: libnet_build_802.1x.c \
16: libnet_build_802.2.c \
17: libnet_build_802.3.c \
18: libnet_build_arp.c \
19: libnet_build_bgp.c \
20: libnet_build_cdp.c \
21: libnet_build_data.c \
22: libnet_build_dhcp.c \
23: libnet_build_dns.c \
24: libnet_build_ethernet.c \
25: libnet_build_fddi.c \
26: libnet_build_gre.c \
27: libnet_build_icmp.c \
28: libnet_build_igmp.c \
29: libnet_build_ip.c \
30: libnet_build_ipsec.c \
31: libnet_build_isl.c \
32: libnet_build_mpls.c \
33: libnet_build_ntp.c \
34: libnet_build_ospf.c \
35: libnet_build_rip.c \
36: libnet_build_rpc.c \
37: libnet_build_sebek.c \
38: libnet_build_snmp.c \
39: libnet_build_stp.c \
40: libnet_build_tcp.c \
41: libnet_build_token_ring.c \
42: libnet_build_udp.c \
43: libnet_build_vrrp.c \
44: libnet_advanced.c \
45: libnet_checksum.c \
46: libnet_cq.c \
47: libnet_crc.c \
48: libnet_error.c \
49: libnet_if_addr.c \
50: libnet_init.c \
51: libnet_internal.c \
52: libnet_pblock.c \
53: libnet_port_list.c \
54: libnet_prand.c \
55: libnet_raw.c \
56: libnet_resolve.c \
57: libnet_version.c \
58: libnet_write.c
59:
60: EXTRA_libnet_a_SOURCES = libnet_link_bpf.c \
61: libnet_link_dlpi.c \
62: libnet_link_linux.c \
63: libnet_link_nit.c \
64: libnet_link_none.c \
65: libnet_link_pf.c \
66: libnet_link_snit.c \
67: libnet_link_snoop.c \
68: libnet_link_win32.c
69:
70: libnet_a_LIBADD = @LIBOBJS@
71:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>