File: Jamfile

package info (click to toggle)
xorp 1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 53,200 kB
  • ctags: 61,417
  • sloc: cpp: 399,321; sh: 24,357; ansic: 20,231; python: 5,142; makefile: 3,964; lex: 1,632; yacc: 1,474; awk: 956; sed: 33
file content (21 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (2)
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
	;