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