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}"/> |
135 |
<includepath location="${pamSoftware}/include/yoda"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
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"/> |
139 |
</linker> |
</linker> |
140 |
</cc> |
</cc> |
141 |
|
|
156 |
<includepath location="${pamSoftware}/include/yoda"/> |
<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"/> |
160 |
</linker> |
</linker> |
161 |
</cc> |
</cc> |
162 |
|
|
175 |
<includepath location="${pamSoftware}/include/yoda"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
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"/> |
179 |
</linker> |
</linker> |
180 |
</cc> |
</cc> |
181 |
|
|
190 |
<copy todir="${deploy.bin}"> |
<copy todir="${deploy.bin}"> |
191 |
<fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> |
<fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> |
192 |
</copy> |
</copy> |
193 |
|
<chmod dir="${deploy.bin}" perm="775" includes="**/*"/> |
194 |
</target> |
</target> |
195 |
</project> |
</project> |