1 |
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project basedir="." default="all" name="deployS4scripts"> |
<project basedir="." default="deployAll" name="deployS4scripts"> |
3 |
<property environment="env"/> |
<property environment="env"/> |
4 |
|
|
5 |
<!-- |
<!-- |
7 |
Modify here the parameters according to your own system |
Modify here the parameters according to your own system |
8 |
--> |
--> |
9 |
<!-- PAMELA Software(s) root directory --> |
<!-- PAMELA Software(s) root directory --> |
10 |
<property name="pamSoftware" |
<!-- <property name="pamSoftware" value="/home/pamelaprod/yoda"/>--> |
|
value="/home/pamelaprod/yoda"/> |
|
11 |
<!-- CERN's ROOT base directory --> |
<!-- CERN's ROOT base directory --> |
12 |
<property name="root" |
<!-- <property name="root" value="/opt/root"/>--> |
|
value="/opt/root"/> |
|
13 |
<!-- LOG4CXX base directory --> |
<!-- LOG4CXX base directory --> |
14 |
<property name="log4cxx" |
<!-- <property name="log4cxx" value="/opt/log4cxx"/>--> |
|
value="/opt/log4cxx"/> |
|
15 |
<!-- ant-contrib base directory --> |
<!-- ant-contrib base directory --> |
16 |
<property name="ant-contrib.lib" |
<!-- <property name="ant-contrib.lib" value="/opt/ant-contrib/lib"/>--> |
|
value="/opt/ant-contrib/lib"/> |
|
17 |
<!-- source base directory --> |
<!-- source base directory --> |
18 |
<property name="scripts.src" |
<!-- <property name="scripts.src" value="${basedir}"/>--> |
|
value="${basedir}"/> |
|
19 |
|
|
20 |
|
<property name="pamSoftware" value="/home/elena/PAMELA/Software-from-CVS/work/"/> |
21 |
|
<property name="root" value="/home/cern-ROOT/root/"/> |
22 |
|
<property name="log4cxx" value="/usr/local/"/> |
23 |
|
<property name="ant-contrib.lib" value="/home/rpm/apache-ant-1.6.5/lib"/> |
24 |
|
<property name="scripts.src" value="${basedir}"/> |
25 |
<!-- |
<!-- |
26 |
CONFIGURATION PARAMETERS (optional) |
CONFIGURATION PARAMETERS (optional) |
27 |
If your system have custom installation, uncomment and modify |
If your system have custom installation, uncomment and modify |
127 |
<mkdir dir="${scripts.obj}"/> |
<mkdir dir="${scripts.obj}"/> |
128 |
<cc objdir="${scripts.obj}" outfile="${scripts.bin}/TmtcTemperature_QL" outtype="executable"> |
<cc objdir="${scripts.obj}" outfile="${scripts.bin}/TmtcTemperature_QL" outtype="executable"> |
129 |
<compiler extends="scripts-gcc"> |
<compiler extends="scripts-gcc"> |
130 |
<fileset dir="${scripts.src}" includes="TmtcTemperature_new.cpp"> |
<fileset dir="${scripts.src}" includes="TmtcTemperature.cpp"> |
131 |
<!--<exclude name="ND_LEVEL2.cpp"/>--> |
<!--<exclude name="ND_LEVEL2.cpp"/>--> |
132 |
</fileset> |
</fileset> |
133 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
134 |
<includepath location="${pamSoftware}/include/utils"/> |
<includepath location="${pamSoftware}/include/utils"/> |
135 |
<includepath location="${pamSoftware}/include/yoda"/> |
<includepath location="${pamSoftware}/include/yoda/event"/> |
136 |
</compiler> |
</compiler> |
137 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
138 |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
153 |
</fileset> |
</fileset> |
154 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
155 |
<includepath location="${pamSoftware}/include/utils"/> |
<includepath location="${pamSoftware}/include/utils"/> |
156 |
<includepath location="${pamSoftware}/include/yoda"/> |
<includepath location="${pamSoftware}/include/yoda/event"/> |
157 |
</compiler> |
</compiler> |
158 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
159 |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
172 |
</fileset> |
</fileset> |
173 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
174 |
<includepath location="${pamSoftware}/include/utils"/> |
<includepath location="${pamSoftware}/include/utils"/> |
175 |
<includepath location="${pamSoftware}/include/yoda"/> |
<includepath location="${pamSoftware}/include/yoda/event"/> |
176 |
</compiler> |
</compiler> |
177 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
178 |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |