1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
#
# $XORP: xorp/fea/data_plane/managers/Jamfile,v 1.1 2007/07/11 22:18:17 pavlin Exp $
#
SubDir TOP fea data_plane managers ;
SubIncludeOnce TOP libxorp ;
SubIncludeOnce TOP libcomm ;
SubIncludeOnce TOP xrl interfaces ;
SubIncludeOnce TOP xrl targets ;
SubIncludeOnce TOP libxipc ;
SubIncludeOnce TOP libproto ;
SubIncludeOnce TOP fea ;
SubDir TOP fea data_plane managers ;
Library libxorp_data_plane_managers :
fea_data_plane_manager_bsd.cc
fea_data_plane_manager_click.cc
fea_data_plane_manager_dummy.cc
fea_data_plane_manager_linux.cc
fea_data_plane_manager_windows.cc
;
|