source: snovis/trunk/obuild/snova.obuild_cmt

Last change on this file was 138, checked in by barrand, 19 years ago
File size: 1.2 KB
RevLine 
[138]1<!--
2 Access to SuperNemo software.
3-->
4
5<obuild>
6
7 <foreign name="snova">
8
9 <native_version>2.0</native_version>
10
11 <variable name="snova_platform" platform="Darwin">Darwin</variable>
12
13 <variable name="bhep_home" platform="UNIX">/Users/barrand/dev/exp/nemo/bhep/v1r4p2</variable>
14 <variable name="snova_home" platform="UNIX">/Users/barrand/dev/exp/nemo/snova/v2r0p0</variable>
15
16 <load_library_path platform="Darwin" verbatim="yes">${bhep_home}/Darwin</load_library_path>
17 <load_library_path platform="Darwin" verbatim="yes">${snova_home}/Darwin</load_library_path>
18
19 <release>
20
21 <!-- bhep -->
22 <copy_files platform="Darwin">
23 <from>${bhep_home}/${snova_platform}</from>
24 <what>bhep-config</what>
25 <to>bin/.</to>
26 </copy_files>
27
28 <copy_files platform="Darwin">
29 <from>${bhep_home}/${snova_platform}</from>
30 <what>libbhep.dylib</what>
31 <to>lib/.</to>
32 </copy_files>
33
34 <!-- snova -->
35 <copy_files platform="Darwin">
36 <from>${snova_home}/${snova_platform}</from>
37 <what>libgeomutils.dylib libsngeom.dylib libsnvertex.dylib libsnova.dylib</what>
38 <to>lib/.</to>
39 </copy_files>
40
41 </release>
42
43 </foreign>
44
45</obuild>
Note: See TracBrowser for help on using the repository browser.