summaryrefslogtreecommitdiff
path: root/netfs/Jamfile.jam
blob: 6df8110910f1ce7b09affde23ac4be888eb26e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import package ;

alias libxmlpp : : : :
	<cflags>"`pkg-config --cflags libxml++-2.6`"
	<linkflags>"`pkg-config --libs libxml++-2.6`" ;

lib boost_regex : : <name>boost_regex ;
lib boost_filesystem : : <name>boost_filesystem ;
lib boost_system : : <name>boost_system ;
lib boost_random : : <name>boost_random ;
lib boost_thread : : <name>boost_thread ;
lib Ice : : <name>Ice ;
lib IceUtil : : <name>IceUtil ;
lib IceBox : : <name>IceBox ;
lib pthread : : <name>pthread ;
lib slicer : : : : <include>/usr/include/slicer ;
lib slicer-xml : : : : <include>/usr/include/slicer ;

build-project daemon ;
build-project fuse ;
build-project unittests ;

explicit install ;
package.install install : : fuse//netfs : daemon//netfsd ;