#
# $XORP: xorp/rip/tools/Jamfile,v 1.2 2007/04/20 07:17:47 pavlin Exp $
#

SubDir TOP rip tools ;
SubIncludeOnce TOP libxorp ;
SubIncludeOnce TOP libcomm ;
SubIncludeOnce TOP xrl interfaces ;
SubIncludeOnce TOP xrl targets ;
SubIncludeOnce TOP libxipc ;
SubIncludeOnce TOP rip ;
SubDir TOP rip tools ;

Library libriptoolscommon : common.cc ;

Main show_stats : show_stats.cc ;
Main show_peer_stats : show_peer_stats.cc ;
LinkLibraries show_stats show_peer_stats :
	libriptoolscommon
	libripxif
	libripngxif
	libxipc
	libcomm
	libxorp
	;
InstallBin $(PREFIX)/rip/tools : show_peer_stats show_stats ;

Main rip_announcer : rip_announcer.cc ;
LinkLibraries rip_announcer : librip libcomm libxorp ;

Main ripng_announcer : ripng_announcer.cc ;
LinkLibraries ripng_announcer : libripng libcomm libxorp ;
