12 |
--> |
--> |
13 |
<!-- PAMELA Software(s) root directory --> |
<!-- PAMELA Software(s) root directory --> |
14 |
<property name="pamSoftware" |
<property name="pamSoftware" |
15 |
value="/home/pamelaprod/yoda"/> |
value="/usr/local/pamela//"/> |
16 |
<!-- CERN's ROOT base directory --> |
<!-- CERN's ROOT base directory --> |
17 |
<property name="root" |
<property name="root" |
18 |
value="/opt/root"/> |
value="/usr/local/"/> |
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"/> |
<property name="root.include" value="${root}/include/root"/> |
46 |
<property name="root.lib" value="${root}/lib"/> |
<property name="root.lib" value="${root}/lib/root"/> |
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}/sgp4quick" outtype="shared"> |
<cc objdir="${scripts.obj}" outfile="${scripts.lib}/sgp4" 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> |
143 |
<includepath location="${scripts.inc}"/> |
<includepath location="${scripts.inc}"/> |
144 |
</compiler> |
</compiler> |
145 |
<compiler extends="util-fort"> |
<compiler extends="util-fort"> |
146 |
<fileset dir="${scripts.src}/igrf" includes="igrf_sub.for, bilcal.for"/> |
<fileset dir="${scripts.src}" includes="geopack.f"/> |
147 |
</compiler> |
</compiler> |
148 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
149 |
<libset dir="${pamSoftware}/lib" libs="yoda"/> |
<libset dir="${pamSoftware}/lib" libs="yoda"/> |