#
# $XORP: xorp/ospf/tools/Jamfile,v 1.3 2007/08/16 00:49:25 atanu Exp $
#

SubDir TOP ospf tools ;

SubIncludeOnce TOP libxorp ;
SubIncludeOnce TOP libcomm ;
SubIncludeOnce TOP xrl interfaces ;
SubIncludeOnce TOP xrl targets ;
SubIncludeOnce TOP libxipc ;
SubIncludeOnce TOP ospf ;

SubDir TOP ospf tools ;

Main clear_database : clear_database.cc ;
Main print_lsas : print_lsas.cc ;
Main print_neighbours : print_neighbours.cc ;

LinkLibraries clear_database print_lsas print_neighbours :
	libospf
	libxipc
	libcomm
	libxorp
	libospfv2xif
	libospfv3xif
	;

InstallBin $(PREFIX)/ospf/tools : clear_database print_lsas print_neighbours ;
