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

build-project core ;
build-project compile ;
build-project unittests ;
build-project fcgi ;

lib Ice ;
lib IceUtil ;
lib pthread ;

package.install install : :
	compile//icespider
	:
	core//icespider-core
	common//icespider-common
	fcgi//icespider-fcgi
	:
	[ glob-tree *.h : fcgi ]
	;
package.install-data install-tools : boost-build/tools : compile/icespider.jam ;
package.install-data install-ice : icespider/ice : [ glob common/*.ice ] ;