summaryrefslogtreecommitdiff
path: root/netfs/lib/Jamfile.jam
blob: e1199a8e86fe177910ba3e16b7369cf338bc4f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
lib netfs-common :
	[ glob *.cpp ]
	:
	<include>../ice
	<link>static
	<use>..//adhocutil/<link>shared
	<implicit-dependency>../ice//netfs-api/<link>shared
	<cxxflags>-fPIC
	: :
	<include>.
	<library>../ice//netfs-api/<link>shared
	<library>..//adhocutil/<link>shared
	;