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

SubDir TOP rib tools ;

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

SubDir TOP rib tools ;

RIB_TOOLS_LINKLIBS_COMMON = 
	libfindereventnotifierxif
	libribxif
	libxipc
	libcomm
	libxorp
	;

Main show_routes : show_routes.cc ;
LinkLibraries show_routes :
	libshowroutesbase
	$(RIB_TOOLS_LINKLIBS_COMMON)
	;

Main show_distances : show_distances.cc ;
LinkLibraries show_distances :
	libshowdistancesbase
	$(RIB_TOOLS_LINKLIBS_COMMON)
	;

InstallBin $(PREFIX)/rib/tools :
	show_distances
	show_routes
	;
