| 2 | <project basedir="." default="compileAll" name="scripts"> | <project basedir="." default="compileAll" name="scripts"> | 
| 3 | <property environment="env"/> | <property environment="env"/> | 
| 4 |  |  | 
| 5 |  | <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> | 
| 6 |  | <property file="../../KYoda.properties"/> | 
| 7 |  | <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> | 
| 8 |  |  | 
| 9 | <!-- | <!-- | 
| 10 | CONFIGURATION PARAMETERS | CONFIGURATION PARAMETERS | 
| 11 | Modify here the parameters according to your own system | Modify here the parameters according to your own system | 
| 26 | <property name="scripts.src" | <property name="scripts.src" | 
| 27 | value="${basedir}"/> | value="${basedir}"/> | 
| 28 |  |  | 
| 29 | <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |  | 
|  | <property file="../../KYoda.properties"/> |  | 
|  | <!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |  | 
|  |  |  | 
| 30 |  |  | 
| 31 | <!-- | <!-- | 
| 32 | PARAMETRIZED PARAMETERS | PARAMETRIZED PARAMETERS | 
| 121 | <includepath location="${scripts.src}"/> | <includepath location="${scripts.src}"/> | 
| 122 | <includepath location="${pamSoftware}/include"/> | <includepath location="${pamSoftware}/include"/> | 
| 123 | <includepath location="${pamSoftware}/include/yoda"/> | <includepath location="${pamSoftware}/include/yoda"/> | 
| 124 |  | <includepath location="${pamSoftware}/include/utils"/> | 
| 125 | </compiler> | </compiler> | 
| 126 | <linker extends="scripts-link"> | <linker extends="scripts-link"> | 
| 127 | <libset dir="${pamSoftware}/lib" libs="yoda"/> | <libset dir="${pamSoftware}/lib" libs="yoda, utils"/> | 
| 128 | </linker> | </linker> | 
| 129 | </cc> | </cc> | 
| 130 | </target> | </target> | 
| 224 | <includepath location="${scripts.src}"/> | <includepath location="${scripts.src}"/> | 
| 225 | <includepath location="${pamSoftware}/include"/> | <includepath location="${pamSoftware}/include"/> | 
| 226 | <includepath location="${pamSoftware}/include/yoda"/> | <includepath location="${pamSoftware}/include/yoda"/> | 
| 227 |  | <includepath location="${pamSoftware}/include/utils"/> | 
| 228 | </compiler> | </compiler> | 
| 229 | <linker extends="scripts-link"> | <linker extends="scripts-link"> | 
| 230 | <libset dir="${pamSoftware}/lib" libs="yoda"/> | <libset dir="${pamSoftware}/lib" libs="yoda, utils"/> | 
| 231 | </linker> | </linker> | 
| 232 | </cc> | </cc> | 
| 233 | </target> | </target> | 
| 250 | </cc> | </cc> | 
| 251 | </target> | </target> | 
| 252 |  |  | 
| 253 | <target depends="compileArrToXML, compileVarToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML, orbitalRate" description="Deploy the scripts" name="deployDataToXML"> | <target depends="compileArrToXML, compileVarToXML, compileTabToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML, orbitalRate" description="Deploy the scripts" name="deployDataToXML"> | 
| 254 | <mkdir dir="${deploy}"/> | <mkdir dir="${deploy}"/> | 
| 255 | <mkdir dir="${deploy.lib}"/> | <mkdir dir="${deploy.lib}"/> | 
| 256 | <mkdir dir="${deploy.bin}"/> | <mkdir dir="${deploy.bin}"/> | 
| 259 | <fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> | <fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> | 
| 260 | </copy> | </copy> | 
| 261 | <copy todir="${deploy.data}"> | <copy todir="${deploy.data}"> | 
| 262 | <fileset dir="Data" includes="*/*.*"/> | <fileset dir="Data" includes="**/*.*"/> | 
| 263 | </copy> | </copy> | 
| 264 | <chmod dir="${deploy.bin}" perm="775" includes="**/*"/> | <chmod dir="${deploy.bin}" perm="775" includes="**/*"/> | 
| 265 | </target> | </target> |