it's now should be possible to do 'jam install'
[k8-i-v-a-n.git] / Jamrules.install
blobad855c220f4655f089ba709d66103053260012ff
1 if "install" in $(JAM_TARGETS) {
2   if ! $(IVAN_DATA_DIR) {
3     Exit "You have to use `jam config --prefix=/dest/dir' to install I.V.A.N." ;
4   }
8 InstallBin bin : ivan ;
10 ivan-data-dirs =
11   Graphics
12   Sound
13   Script
14   Script/chars
15   Script/dungeons
16   Script/glterras
17   Script/items
18   Script/materials
19   Script/olterras
20   Script/zext
21   Script/zext/k8
22   Script/zext/k8/chars
23   Script/zext/k8/chars
26 for idd in $(ivan-data-dirs) {
27   InstallFile $(IVAN_DATA_DIR)/$(idd) : [ Glob $(TOP)/$(idd) : "*" : files-only full-path ] ;