12 |
--> |
--> |
13 |
<!-- PAMELA Software(s) root directory --> |
<!-- PAMELA Software(s) root directory --> |
14 |
<property name="pamSoftware" |
<property name="pamSoftware" |
15 |
value="/usr/local/pamela//"/> |
value="/home/pamelaprod/yoda"/> |
16 |
<!-- CERN's ROOT base directory --> |
<!-- CERN's ROOT base directory --> |
17 |
<property name="root" |
<property name="root" |
18 |
value="/usr/local/"/> |
value="/opt/root"/> |
19 |
<!-- LOG4CXX base directory --> |
<!-- LOG4CXX base directory --> |
20 |
<property name="log4cxx" |
<property name="log4cxx" |
21 |
value="/opt/log4cxx"/> |
value="/opt/log4cxx"/> |
42 |
<property name="local.lib" value="${local}/lib"/> |
<property name="local.lib" value="${local}/lib"/> |
43 |
|
|
44 |
<!-- CERN's ROOT --> |
<!-- CERN's ROOT --> |
45 |
<property name="root.include" value="${root}/include/root"/> |
<property name="root.include" value="${root}/include"/> |
46 |
<property name="root.lib" value="${root}/lib/root"/> |
<property name="root.lib" value="${root}/lib"/> |
47 |
|
|
48 |
<!-- log4cxx --> |
<!-- log4cxx --> |
49 |
<property name="log4cxx.include" value="${log4cxx}/include"/> |
<property name="log4cxx.include" value="${log4cxx}/include"/> |
123 |
<target depends="initScripts" description="compile sgp4" name="sgp4"> |
<target depends="initScripts" description="compile sgp4" name="sgp4"> |
124 |
<mkdir dir="${scripts.lib}"/> |
<mkdir dir="${scripts.lib}"/> |
125 |
<mkdir dir="${scripts.obj}"/> |
<mkdir dir="${scripts.obj}"/> |
126 |
<cc objdir="${scripts.obj}" outfile="${scripts.lib}/sgp4" outtype="shared"> |
<cc objdir="${scripts.obj}" outfile="${scripts.lib}/sgp4quick" outtype="shared"> |
127 |
<compiler extends="scripts-gcc"> |
<compiler extends="scripts-gcc"> |
128 |
<fileset dir="${scripts.src}" includes="sgp4.cpp"> |
<fileset dir="${scripts.src}" includes="sgp4.cpp"> |
129 |
</fileset> |
</fileset> |