8 |
--> |
--> |
9 |
<!-- PAMELA Software(s) root directory --> |
<!-- PAMELA Software(s) root directory --> |
10 |
<property name="pamSoftware" |
<property name="pamSoftware" |
11 |
value="/opt/yoda"/> |
value="/home/pamelaprod/pamela"/> |
12 |
<!-- CERN's ROOT base directory --> |
<!-- CERN's ROOT base directory --> |
13 |
<property name="root" |
<property name="root" |
14 |
value="/usr/local/root"/> |
value="/opt/root"/> |
15 |
<!-- LOG4CXX base directory --> |
<!-- LOG4CXX base directory --> |
16 |
<property name="log4cxx" |
<property name="log4cxx" |
17 |
value="/usr/local"/> |
value="/opt/log4cxx"/> |
18 |
<!-- ant-contrib base directory --> |
<!-- ant-contrib base directory --> |
19 |
<property name="ant-contrib.lib" |
<property name="ant-contrib.lib" |
20 |
value="/usr/share/ant/lib"/> |
value="/opt/ant-contrib/lib"/> |
21 |
|
|
22 |
<property name="scripts.src" |
<property name="scripts.src" |
23 |
value="${basedir}"/> |
value="${basedir}"/> |
135 |
</fileset> |
</fileset> |
136 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
137 |
<includepath location="${pamSoftware}/include"/> |
<includepath location="${pamSoftware}/include"/> |
138 |
<includepath location="${pamSoftware}/include/yoda/event"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
139 |
</compiler> |
</compiler> |
140 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
141 |
<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"/> |
<includepath location="${pamSoftware}/include"/> |
156 |
<includepath location="${pamSoftware}/include/yoda/event"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
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"/> |
171 |
</fileset> |
</fileset> |
172 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
173 |
<includepath location="${pamSoftware}/include"/> |
<includepath location="${pamSoftware}/include"/> |
174 |
<includepath location="${pamSoftware}/include/yoda/event"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
175 |
</compiler> |
</compiler> |
176 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
177 |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
189 |
</fileset> |
</fileset> |
190 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
191 |
<includepath location="${pamSoftware}/include"/> |
<includepath location="${pamSoftware}/include"/> |
192 |
<includepath location="${pamSoftware}/include/yoda/event"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
193 |
|
</compiler> |
194 |
|
<linker extends="scripts-link"> |
195 |
|
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
196 |
|
</linker> |
197 |
|
</cc> |
198 |
|
|
199 |
|
</target> |
200 |
|
|
201 |
|
<target description="Create executable" name="compileQLScan"> |
202 |
|
<mkdir dir="${scripts.bin}"/> |
203 |
|
<mkdir dir="${scripts.obj}"/> |
204 |
|
<cc objdir="${scripts.obj}" outfile="${scripts.bin}/TrkScanQLook" outtype="executable"> |
205 |
|
<compiler extends="scripts-gcc"> |
206 |
|
<fileset dir="${scripts.src}" includes="TrkScanQlook_main.cpp"> |
207 |
|
</fileset> |
208 |
|
<includepath location="${scripts.src}"/> |
209 |
|
<includepath location="${pamSoftware}/include"/> |
210 |
|
<includepath location="${pamSoftware}/include/yoda"/> |
211 |
</compiler> |
</compiler> |
212 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
213 |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |