File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libpdel / net / Makefile.inc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:25:53 2012 UTC (13 years, 4 months ago) by misho
Branches: libpdel, MAIN
CVS tags: v0_5_3, HEAD
libpdel

    1: # $Id: Makefile.inc,v 1.1.1.1 2012/02/21 23:25:53 misho Exp $
    2: 
    3: net_PATH+=	${PDELTOP}/net
    4: 
    5: net_SRCS+=	if_arp.c \
    6: 		if_iface.c \
    7: 		if_ip.c \
    8: 		route_msg.c \
    9: 		tcp_server.c \
   10: 		uroute.c
   11: 
   12: net_INCS+=	if_util.h \
   13: 		route_msg.h \
   14: 		tcp_server.h \
   15: 		uroute.h
   16: 
   17: net_MAN+=	if_util.3
   18: net_MLINKS+=	if_util.3 if_add_ip_addr.3
   19: net_MLINKS+=	if_util.3 if_del_ip_addr.3
   20: net_MLINKS+=	if_util.3 if_flush_arp.3
   21: net_MLINKS+=	if_util.3 if_get_arp.3
   22: net_MLINKS+=	if_util.3 if_get_flags.3
   23: net_MLINKS+=	if_util.3 if_get_ip_addr.3
   24: net_MLINKS+=	if_util.3 if_get_ip_addrs.3
   25: net_MLINKS+=	if_util.3 if_get_link_addr.3
   26: net_MLINKS+=	if_util.3 if_get_list.3
   27: net_MLINKS+=	if_util.3 if_get_mtu.3
   28: net_MLINKS+=	if_util.3 if_get_type.3
   29: net_MLINKS+=	if_util.3 if_set_arp.3
   30: net_MLINKS+=	if_util.3 if_set_flags.3
   31: net_MLINKS+=	if_util.3 if_set_mtu.3
   32: 
   33: net_MAN+=	route_msg.3
   34: net_MLINKS+=	route_msg.3 route_msg_create.3
   35: net_MLINKS+=	route_msg.3 route_msg_decode.3
   36: net_MLINKS+=	route_msg.3 route_msg_destroy.3
   37: net_MLINKS+=	route_msg.3 route_msg_encode.3
   38: net_MLINKS+=	route_msg.3 route_msg_get_author.3
   39: net_MLINKS+=	route_msg.3 route_msg_get_brd.3
   40: net_MLINKS+=	route_msg.3 route_msg_get_dest.3
   41: net_MLINKS+=	route_msg.3 route_msg_get_error.3
   42: net_MLINKS+=	route_msg.3 route_msg_get_flags.3
   43: net_MLINKS+=	route_msg.3 route_msg_get_gateway.3
   44: net_MLINKS+=	route_msg.3 route_msg_get_genmask.3
   45: net_MLINKS+=	route_msg.3 route_msg_get_ifa.3
   46: net_MLINKS+=	route_msg.3 route_msg_get_ifp.3
   47: net_MLINKS+=	route_msg.3 route_msg_get_index.3
   48: net_MLINKS+=	route_msg.3 route_msg_get_netmask.3
   49: net_MLINKS+=	route_msg.3 route_msg_get_pid.3
   50: net_MLINKS+=	route_msg.3 route_msg_get_seq.3
   51: net_MLINKS+=	route_msg.3 route_msg_get_type.3
   52: net_MLINKS+=	route_msg.3 route_msg_print.3
   53: net_MLINKS+=	route_msg.3 route_msg_recv.3
   54: net_MLINKS+=	route_msg.3 route_msg_send.3
   55: net_MLINKS+=	route_msg.3 route_msg_set_author.3
   56: net_MLINKS+=	route_msg.3 route_msg_set_brd.3
   57: net_MLINKS+=	route_msg.3 route_msg_set_dest.3
   58: net_MLINKS+=	route_msg.3 route_msg_set_flags.3
   59: net_MLINKS+=	route_msg.3 route_msg_set_gateway.3
   60: net_MLINKS+=	route_msg.3 route_msg_set_genmask.3
   61: net_MLINKS+=	route_msg.3 route_msg_set_ifa.3
   62: net_MLINKS+=	route_msg.3 route_msg_set_ifp.3
   63: net_MLINKS+=	route_msg.3 route_msg_set_index.3
   64: net_MLINKS+=	route_msg.3 route_msg_set_netmask.3
   65: net_MLINKS+=	route_msg.3 route_msg_set_type.3
   66: 
   67: net_MAN+=	tcp_server.3
   68: net_MLINKS+=	tcp_server.3 tcp_connection_get_cookie.3
   69: net_MLINKS+=	tcp_server.3 tcp_connection_get_fd.3
   70: net_MLINKS+=	tcp_server.3 tcp_connection_get_fp.3
   71: net_MLINKS+=	tcp_server.3 tcp_connection_get_peer.3
   72: net_MLINKS+=	tcp_server.3 tcp_connection_get_server.3
   73: net_MLINKS+=	tcp_server.3 tcp_server_get_cookie.3
   74: net_MLINKS+=	tcp_server.3 tcp_server_start.3
   75: net_MLINKS+=	tcp_server.3 tcp_server_stop.3
   76: 
   77: net_MAN+=	uroute.3
   78: net_MLINKS+=	uroute.3 uroute_add.3
   79: net_MLINKS+=	uroute.3 uroute_create.3
   80: net_MLINKS+=	uroute.3 uroute_delete.3
   81: net_MLINKS+=	uroute.3 uroute_destroy.3
   82: net_MLINKS+=	uroute.3 uroute_get.3
   83: net_MLINKS+=	uroute.3 uroute_get_all.3
   84: net_MLINKS+=	uroute.3 uroute_get_dest.3
   85: net_MLINKS+=	uroute.3 uroute_get_flags.3
   86: net_MLINKS+=	uroute.3 uroute_get_gateway.3
   87: net_MLINKS+=	uroute.3 uroute_get_netmask.3
   88: net_MLINKS+=	uroute.3 uroute_print.3
   89: net_MLINKS+=	uroute.3 uroute_set_flags.3
   90: 

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