97 |
</compiler> |
</compiler> |
98 |
|
|
99 |
<linker id="scripts-link"> |
<linker id="scripts-link"> |
100 |
<libset dir="${root.lib}" libs="Cint, Core, Tree, Hist, Gpad, Graf, Matrix"/> |
<libset dir="${root.lib}" libs="Cint, Core, Tree, Hist, Gpad, Graf, Matrix, HistPainter"/> |
101 |
<libset dir="${log4cxx.lib}" libs="log4cxx"/> |
<libset dir="${log4cxx.lib}" libs="log4cxx"/> |
102 |
<libset libs="stdc++"/> |
<libset libs="stdc++"/> |
103 |
</linker> |
</linker> |
229 |
</cc> |
</cc> |
230 |
</target> |
</target> |
231 |
|
|
232 |
<target depends="compileArrToXML, compileVarToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML" description="Deploy the scripts" name="deployDataToXML"> |
<target depends="initScripts" description="Create initScripts" name="orbitalRate"> |
233 |
|
<mkdir dir="${scripts.bin}"/> |
234 |
|
<mkdir dir="${scripts.obj}"/> |
235 |
|
<cc objdir="${scripts.obj}" outfile="${scripts.bin}/OrbitalRate" outtype="executable"> |
236 |
|
<compiler extends="scripts-gcc"> |
237 |
|
<fileset dir="${scripts.src}" includes="OrbitalRate.cpp"> |
238 |
|
</fileset> |
239 |
|
<includepath location="${scripts.src}"/> |
240 |
|
<includepath location="${pamSoftware}/include/utils"/> |
241 |
|
<includepath location="${pamSoftware}/include/utils/sgp4"/> |
242 |
|
<includepath location="${pamSoftware}/include/yoda"/> |
243 |
|
</compiler> |
244 |
|
<linker extends="scripts-link"> |
245 |
|
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
246 |
|
</linker> |
247 |
|
</cc> |
248 |
|
</target> |
249 |
|
|
250 |
|
<target depends="compileArrToXML, compileVarToXML, compileTabToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML, orbitalRate" description="Deploy the scripts" name="deployDataToXML"> |
251 |
<mkdir dir="${deploy}"/> |
<mkdir dir="${deploy}"/> |
252 |
<mkdir dir="${deploy.lib}"/> |
<mkdir dir="${deploy.lib}"/> |
253 |
<mkdir dir="${deploy.bin}"/> |
<mkdir dir="${deploy.bin}"/> |
256 |
<fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> |
<fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> |
257 |
</copy> |
</copy> |
258 |
<copy todir="${deploy.data}"> |
<copy todir="${deploy.data}"> |
259 |
<fileset dir="Data" includes="*/*.*"/> |
<fileset dir="Data" includes="**/*.*"/> |
260 |
</copy> |
</copy> |
261 |
<chmod dir="${deploy.bin}" perm="775" includes="**/*"/> |
<chmod dir="${deploy.bin}" perm="775" includes="**/*"/> |
262 |
</target> |
</target> |