#
# $XORP$
#

SubDir TOP fea tools ;

SubIncludeOnce TOP libcomm ;
SubIncludeOnce TOP libxorp ;
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
	libxorp
	libcomm
	;

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