source: GLBFrejus/Interfaces/Globes/HEAD/cmt/requirements @ 3

Last change on this file since 3 was 3, checked in by campagne, 19 years ago

first import

File size: 469 bytes
Line 
1package Globes
2author campagne@lal.in2p3.fr
3version v2r0
4
5
6macro Globes_native_version "2.0.11"
7
8macro WorkArea "/home/campagne/projets"
9macro Globes_home "$(WorkArea)/globes-${Globes_native_version}"
10
11include_dirs ${Globes_home}/include
12
13macro Globes_linkopts "-L${Globes_home}/lib -lglobes"
14
15path_remove PATH "${Globes_home}/bin"
16path_append PATH "${Globes_home}/bin"
17
18path_remove LD_LIBRARY_PATH "${Globes_home}/lib"
19path_append LD_LIBRARY_PATH "${Globes_home}/lib"
Note: See TracBrowser for help on using the repository browser.