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

SubDir TOP fea tools ;

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

SubDir TOP fea tools ;

Main show_interfaces : show_interfaces.cc ;
LinkLibraries show_interfaces :
	libfeaclient
	libfeaifmgrmirrorxif
	libfeaifmgrreplicatorxif
	libfeaifmgrmirrorbase
	libxipc
	libcomm
	libxorp
	;

InstallBin $(PREFIX)/fea/tools : show_interfaces ;
