Changeset 2765 in Sophya for trunk/SophyaProg/PMixer/smakefile
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/smakefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)skymixer: $(SOPHYAOBJP)skymixer.o 14 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)skymixer.o $(SOPHYAEXTSLBLIST) 15 15 16 16 extractRS: $(SOPHYAEXEP)extractRS 17 17 echo $@ " done" 18 18 $(SOPHYAEXEP)extractRS: $(SOPHYAOBJP)extractRS.o 19 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extractRS.o $(SOPHYAEXTSLBLIST) 20 20 21 21 tgrsr: $(SOPHYAEXEP)tgrsr 22 22 echo $@ " done" 23 23 $(SOPHYAEXEP)tgrsr: $(SOPHYAOBJP)tgrsr.o 24 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgrsr.o $(SOPHYAEXTSLBLIST) 25 25 26 26 tgsky: $(SOPHYAEXEP)tgsky 27 27 echo $@ " done" 28 28 $(SOPHYAEXEP)tgsky: $(SOPHYAOBJP)tgsky.o 29 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)29 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgsky.o $(SOPHYAEXTSLBLIST) 30 30 31 31 easyTest: $(SOPHYAEXEP)easyTest 32 32 echo $@ " done" 33 33 $(SOPHYAEXEP)easyTest: $(SOPHYAOBJP)easyTest.o 34 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)34 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)easyTest.o $(SOPHYAEXTSLBLIST) 35 35 36 36 Sph2Sph: $(SOPHYAEXEP)Sph2Sph 37 37 echo $@ " done" 38 38 $(SOPHYAEXEP)Sph2Sph: $(SOPHYAOBJP)Sph2Sph.o 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST) 40 41 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc $(SOPHYAINCP)sopnamsp.h \ 42 pmixer.h $(SOPHYAINCP)machdefs.h \ 43 $(SOPHYAINCP)tmatrix.h \ 44 $(SOPHYAINCP)tarray.h \ 45 $(SOPHYAINCP)basarr.h \ 46 $(SOPHYAINCP)anydataobj.h \ 47 $(SOPHYAINCP)mutyv.h \ 48 $(SOPHYAINCP)dvlist.h \ 49 $(SOPHYAINCP)objfio.h \ 50 $(SOPHYAINCP)ppersist.h \ 51 $(SOPHYAINCP)pexceptions.h \ 52 $(SOPHYAINCP)gnumd5.h \ 53 $(SOPHYAINCP)ppfbinstream.h \ 54 $(SOPHYAINCP)rawstream.h \ 55 $(SOPHYAINCP)ppfnametag.h \ 56 $(SOPHYAINCP)ndatablock.h \ 57 $(SOPHYAINCP)utilarr.h \ 58 $(SOPHYAINCP)tvector.h \ 59 $(SOPHYAINCP)fioarr.h \ 60 $(SOPHYAINCP)vector3d.h \ 61 $(SOPHYAINCP)longlat.h \ 62 $(SOPHYAINCP)utilgeom.h \ 63 $(SOPHYAINCP)srandgen.h \ 64 $(SOPHYAINCP)timing.h \ 65 $(SOPHYAINCP)sambainit.h \ 66 $(SOPHYAINCP)skymapinit.h \ 67 $(SOPHYAINCP)sophyainit.h \ 68 $(SOPHYAINCP)ntoolsinit.h \ 69 $(SOPHYAINCP)tarrinit.h \ 70 $(SOPHYAINCP)datacards.h \ 71 $(SOPHYAINCP)ntuple.h \ 72 $(SOPHYAINCP)ntupintf.h \ 73 $(SOPHYAINCP)fiospherehealpix.h \ 74 $(SOPHYAINCP)sphericalmap.h \ 75 $(SOPHYAINCP)smathconst.h \ 76 $(SOPHYAINCP)pixelmap.h \ 77 $(SOPHYAINCP)spherepos.h \ 78 $(SOPHYAINCP)unitvector.h \ 79 $(SOPHYAINCP)spherehealpix.h \ 80 $(SOPHYAINCP)HEALPixUtils.h \ 81 $(SOPHYAINCP)fitsspherehealpix.h \ 82 $(SOPHYAINCP)fitsfile.h \ 83 $(SOPHYAINCP)FitsIO/fitsio.h \ 84 $(SOPHYAINCP)FitsIO/longnam.h \ 85 $(SOPHYAINCP)fitstarray.h \ 86 $(SOPHYAINCP)cimage.h \ 87 $(SOPHYAINCP)radspecvector.h \ 88 $(SOPHYAINCP)radspec.h \ 89 $(SOPHYAINCP)specresp.h \ 90 $(SOPHYAINCP)blackbody.h \ 91 $(SOPHYAINCP)convtools.h \ 92 $(SOPHYAINCP)derivblackbody.h \ 93 $(SOPHYAINCP)nupower.h \ 94 $(SOPHYAINCP)squarefilt.h \ 95 $(SOPHYAINCP)trianglefilt.h \ 96 $(SOPHYAINCP)specrespvector.h \ 97 $(SOPHYAINCP)gaussfilt.h \ 98 $(SOPHYAINCP)bruit.h \ 99 $(SOPHYAINCP)mapoperation.h 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 40 101 41 102 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ … … 67 128 $(SOPHYAINCP)gaussfilt.h \ 68 129 $(SOPHYAINCP)trianglefilt.h 69 $(CXXCOMPILE PROG) -o $@ $<130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 70 131 71 132 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ … … 129 190 $(SOPHYAINCP)bruit.h \ 130 191 $(SOPHYAINCP)mapoperation.h 131 $(CXXCOMPILE PROG) -o $@ $<192 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc 132 193 133 194 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ … … 191 252 $(SOPHYAINCP)bruit.h \ 192 253 $(SOPHYAINCP)mapoperation.h 193 $(CXXCOMPILEPROG) -o $@ $< 194 195 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ 196 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 197 $(SOPHYAINCP)machdefs.h \ 198 $(SOPHYAINCP)tmatrix.h \ 199 $(SOPHYAINCP)tarray.h \ 200 $(SOPHYAINCP)basarr.h \ 201 $(SOPHYAINCP)anydataobj.h \ 202 $(SOPHYAINCP)mutyv.h \ 203 $(SOPHYAINCP)dvlist.h \ 204 $(SOPHYAINCP)objfio.h \ 205 $(SOPHYAINCP)ppersist.h \ 206 $(SOPHYAINCP)pexceptions.h \ 207 $(SOPHYAINCP)gnumd5.h \ 208 $(SOPHYAINCP)ppfbinstream.h \ 209 $(SOPHYAINCP)rawstream.h \ 210 $(SOPHYAINCP)ppfnametag.h \ 211 $(SOPHYAINCP)ndatablock.h \ 212 $(SOPHYAINCP)utilarr.h \ 213 $(SOPHYAINCP)tvector.h \ 214 $(SOPHYAINCP)fioarr.h \ 215 $(SOPHYAINCP)vector3d.h \ 216 $(SOPHYAINCP)longlat.h \ 217 $(SOPHYAINCP)utilgeom.h \ 218 $(SOPHYAINCP)srandgen.h \ 219 $(SOPHYAINCP)timing.h \ 220 $(SOPHYAINCP)sambainit.h \ 221 $(SOPHYAINCP)skymapinit.h \ 222 $(SOPHYAINCP)sophyainit.h \ 223 $(SOPHYAINCP)ntoolsinit.h \ 224 $(SOPHYAINCP)tarrinit.h \ 225 $(SOPHYAINCP)datacards.h \ 226 $(SOPHYAINCP)ntuple.h \ 227 $(SOPHYAINCP)ntupintf.h \ 228 $(SOPHYAINCP)fiospherehealpix.h \ 229 $(SOPHYAINCP)sphericalmap.h \ 230 $(SOPHYAINCP)smathconst.h \ 231 $(SOPHYAINCP)pixelmap.h \ 232 $(SOPHYAINCP)spherepos.h \ 233 $(SOPHYAINCP)unitvector.h \ 234 $(SOPHYAINCP)spherehealpix.h \ 235 $(SOPHYAINCP)HEALPixUtils.h \ 236 $(SOPHYAINCP)fitsspherehealpix.h \ 237 $(SOPHYAINCP)fitsfile.h \ 238 $(SOPHYAINCP)FitsIO/fitsio.h \ 239 $(SOPHYAINCP)FitsIO/longnam.h \ 240 $(SOPHYAINCP)fitstarray.h \ 241 $(SOPHYAINCP)cimage.h \ 242 $(SOPHYAINCP)radspecvector.h \ 243 $(SOPHYAINCP)radspec.h \ 244 $(SOPHYAINCP)specresp.h \ 245 $(SOPHYAINCP)blackbody.h \ 246 $(SOPHYAINCP)convtools.h \ 247 $(SOPHYAINCP)derivblackbody.h \ 248 $(SOPHYAINCP)nupower.h \ 249 $(SOPHYAINCP)squarefilt.h \ 250 $(SOPHYAINCP)trianglefilt.h \ 251 $(SOPHYAINCP)specrespvector.h \ 252 $(SOPHYAINCP)gaussfilt.h \ 253 $(SOPHYAINCP)bruit.h \ 254 $(SOPHYAINCP)mapoperation.h 255 $(CXXCOMPILEPROG) -o $@ $< 256 257 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc \ 258 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 259 $(SOPHYAINCP)machdefs.h \ 260 $(SOPHYAINCP)tmatrix.h \ 261 $(SOPHYAINCP)tarray.h \ 262 $(SOPHYAINCP)basarr.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)dvlist.h \ 266 $(SOPHYAINCP)objfio.h \ 267 $(SOPHYAINCP)ppersist.h \ 268 $(SOPHYAINCP)pexceptions.h \ 269 $(SOPHYAINCP)gnumd5.h \ 270 $(SOPHYAINCP)ppfbinstream.h \ 271 $(SOPHYAINCP)rawstream.h \ 272 $(SOPHYAINCP)ppfnametag.h \ 273 $(SOPHYAINCP)ndatablock.h \ 274 $(SOPHYAINCP)utilarr.h \ 275 $(SOPHYAINCP)tvector.h \ 276 $(SOPHYAINCP)fioarr.h \ 277 $(SOPHYAINCP)vector3d.h \ 278 $(SOPHYAINCP)longlat.h \ 279 $(SOPHYAINCP)utilgeom.h \ 280 $(SOPHYAINCP)srandgen.h \ 281 $(SOPHYAINCP)timing.h \ 282 $(SOPHYAINCP)sambainit.h \ 283 $(SOPHYAINCP)skymapinit.h \ 284 $(SOPHYAINCP)sophyainit.h \ 285 $(SOPHYAINCP)ntoolsinit.h \ 286 $(SOPHYAINCP)tarrinit.h \ 287 $(SOPHYAINCP)datacards.h \ 288 $(SOPHYAINCP)ntuple.h \ 289 $(SOPHYAINCP)ntupintf.h \ 290 $(SOPHYAINCP)fiospherehealpix.h \ 291 $(SOPHYAINCP)sphericalmap.h \ 292 $(SOPHYAINCP)smathconst.h \ 293 $(SOPHYAINCP)pixelmap.h \ 294 $(SOPHYAINCP)spherepos.h \ 295 $(SOPHYAINCP)unitvector.h \ 296 $(SOPHYAINCP)spherehealpix.h \ 297 $(SOPHYAINCP)HEALPixUtils.h \ 298 $(SOPHYAINCP)fitsspherehealpix.h \ 299 $(SOPHYAINCP)fitsfile.h \ 300 $(SOPHYAINCP)FitsIO/fitsio.h \ 301 $(SOPHYAINCP)FitsIO/longnam.h \ 302 $(SOPHYAINCP)fitstarray.h \ 303 $(SOPHYAINCP)cimage.h \ 304 $(SOPHYAINCP)radspecvector.h \ 305 $(SOPHYAINCP)radspec.h \ 306 $(SOPHYAINCP)specresp.h \ 307 $(SOPHYAINCP)blackbody.h \ 308 $(SOPHYAINCP)convtools.h \ 309 $(SOPHYAINCP)derivblackbody.h \ 310 $(SOPHYAINCP)nupower.h \ 311 $(SOPHYAINCP)squarefilt.h \ 312 $(SOPHYAINCP)trianglefilt.h \ 313 $(SOPHYAINCP)specrespvector.h \ 314 $(SOPHYAINCP)gaussfilt.h \ 315 $(SOPHYAINCP)bruit.h \ 316 $(SOPHYAINCP)mapoperation.h 317 $(CXXCOMPILEPROG) -o $@ $< 318 319 $(SOPHYAOBJP)tgsky.o: tgsky.cc \ 320 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 321 $(SOPHYAINCP)machdefs.h \ 322 $(SOPHYAINCP)tmatrix.h \ 323 $(SOPHYAINCP)tarray.h \ 324 $(SOPHYAINCP)basarr.h \ 325 $(SOPHYAINCP)anydataobj.h \ 326 $(SOPHYAINCP)mutyv.h \ 327 $(SOPHYAINCP)dvlist.h \ 328 $(SOPHYAINCP)objfio.h \ 329 $(SOPHYAINCP)ppersist.h \ 330 $(SOPHYAINCP)pexceptions.h \ 331 $(SOPHYAINCP)gnumd5.h \ 332 $(SOPHYAINCP)ppfbinstream.h \ 333 $(SOPHYAINCP)rawstream.h \ 334 $(SOPHYAINCP)ppfnametag.h \ 335 $(SOPHYAINCP)ndatablock.h \ 336 $(SOPHYAINCP)utilarr.h \ 337 $(SOPHYAINCP)tvector.h \ 338 $(SOPHYAINCP)fioarr.h \ 339 $(SOPHYAINCP)vector3d.h \ 340 $(SOPHYAINCP)longlat.h \ 341 $(SOPHYAINCP)utilgeom.h \ 342 $(SOPHYAINCP)srandgen.h \ 343 $(SOPHYAINCP)timing.h \ 344 $(SOPHYAINCP)sambainit.h \ 345 $(SOPHYAINCP)skymapinit.h \ 346 $(SOPHYAINCP)sophyainit.h \ 347 $(SOPHYAINCP)ntoolsinit.h \ 348 $(SOPHYAINCP)tarrinit.h \ 349 $(SOPHYAINCP)datacards.h \ 350 $(SOPHYAINCP)ntuple.h \ 351 $(SOPHYAINCP)ntupintf.h \ 352 $(SOPHYAINCP)fiospherehealpix.h \ 353 $(SOPHYAINCP)sphericalmap.h \ 354 $(SOPHYAINCP)smathconst.h \ 355 $(SOPHYAINCP)pixelmap.h \ 356 $(SOPHYAINCP)spherepos.h \ 357 $(SOPHYAINCP)unitvector.h \ 358 $(SOPHYAINCP)spherehealpix.h \ 359 $(SOPHYAINCP)HEALPixUtils.h \ 360 $(SOPHYAINCP)fitsspherehealpix.h \ 361 $(SOPHYAINCP)fitsfile.h \ 362 $(SOPHYAINCP)FitsIO/fitsio.h \ 363 $(SOPHYAINCP)FitsIO/longnam.h \ 364 $(SOPHYAINCP)fitstarray.h \ 365 $(SOPHYAINCP)cimage.h \ 366 $(SOPHYAINCP)radspecvector.h \ 367 $(SOPHYAINCP)radspec.h \ 368 $(SOPHYAINCP)specresp.h \ 369 $(SOPHYAINCP)blackbody.h \ 370 $(SOPHYAINCP)convtools.h \ 371 $(SOPHYAINCP)derivblackbody.h \ 372 $(SOPHYAINCP)nupower.h \ 373 $(SOPHYAINCP)squarefilt.h \ 374 $(SOPHYAINCP)trianglefilt.h \ 375 $(SOPHYAINCP)specrespvector.h \ 376 $(SOPHYAINCP)gaussfilt.h \ 377 $(SOPHYAINCP)bruit.h \ 378 $(SOPHYAINCP)mapoperation.h 379 $(CXXCOMPILEPROG) -o $@ $< 380 254 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc 255 256 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 257 pmixer.h $(SOPHYAINCP)machdefs.h \ 258 $(SOPHYAINCP)tmatrix.h \ 259 $(SOPHYAINCP)tarray.h \ 260 $(SOPHYAINCP)basarr.h \ 261 $(SOPHYAINCP)anydataobj.h \ 262 $(SOPHYAINCP)mutyv.h \ 263 $(SOPHYAINCP)dvlist.h \ 264 $(SOPHYAINCP)objfio.h \ 265 $(SOPHYAINCP)ppersist.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 $(SOPHYAINCP)gnumd5.h \ 268 $(SOPHYAINCP)ppfbinstream.h \ 269 $(SOPHYAINCP)rawstream.h \ 270 $(SOPHYAINCP)ppfnametag.h \ 271 $(SOPHYAINCP)ndatablock.h \ 272 $(SOPHYAINCP)utilarr.h \ 273 $(SOPHYAINCP)tvector.h \ 274 $(SOPHYAINCP)fioarr.h \ 275 $(SOPHYAINCP)vector3d.h \ 276 $(SOPHYAINCP)longlat.h \ 277 $(SOPHYAINCP)utilgeom.h \ 278 $(SOPHYAINCP)srandgen.h \ 279 $(SOPHYAINCP)timing.h \ 280 $(SOPHYAINCP)sambainit.h \ 281 $(SOPHYAINCP)skymapinit.h \ 282 $(SOPHYAINCP)sophyainit.h \ 283 $(SOPHYAINCP)ntoolsinit.h \ 284 $(SOPHYAINCP)tarrinit.h \ 285 $(SOPHYAINCP)datacards.h \ 286 $(SOPHYAINCP)ntuple.h \ 287 $(SOPHYAINCP)ntupintf.h \ 288 $(SOPHYAINCP)fiospherehealpix.h \ 289 $(SOPHYAINCP)sphericalmap.h \ 290 $(SOPHYAINCP)smathconst.h \ 291 $(SOPHYAINCP)pixelmap.h \ 292 $(SOPHYAINCP)spherepos.h \ 293 $(SOPHYAINCP)unitvector.h \ 294 $(SOPHYAINCP)spherehealpix.h \ 295 $(SOPHYAINCP)HEALPixUtils.h \ 296 $(SOPHYAINCP)fitsspherehealpix.h \ 297 $(SOPHYAINCP)fitsfile.h \ 298 $(SOPHYAINCP)FitsIO/fitsio.h \ 299 $(SOPHYAINCP)FitsIO/longnam.h \ 300 $(SOPHYAINCP)fitstarray.h \ 301 $(SOPHYAINCP)cimage.h \ 302 $(SOPHYAINCP)radspecvector.h \ 303 $(SOPHYAINCP)radspec.h \ 304 $(SOPHYAINCP)specresp.h \ 305 $(SOPHYAINCP)blackbody.h \ 306 $(SOPHYAINCP)convtools.h \ 307 $(SOPHYAINCP)derivblackbody.h \ 308 $(SOPHYAINCP)nupower.h \ 309 $(SOPHYAINCP)squarefilt.h \ 310 $(SOPHYAINCP)trianglefilt.h \ 311 $(SOPHYAINCP)specrespvector.h \ 312 $(SOPHYAINCP)gaussfilt.h \ 313 $(SOPHYAINCP)bruit.h \ 314 $(SOPHYAINCP)mapoperation.h 315 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgrsr.cc 316 317 $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \ 318 pmixer.h $(SOPHYAINCP)machdefs.h \ 319 $(SOPHYAINCP)tmatrix.h \ 320 $(SOPHYAINCP)tarray.h \ 321 $(SOPHYAINCP)basarr.h \ 322 $(SOPHYAINCP)anydataobj.h \ 323 $(SOPHYAINCP)mutyv.h \ 324 $(SOPHYAINCP)dvlist.h \ 325 $(SOPHYAINCP)objfio.h \ 326 $(SOPHYAINCP)ppersist.h \ 327 $(SOPHYAINCP)pexceptions.h \ 328 $(SOPHYAINCP)gnumd5.h \ 329 $(SOPHYAINCP)ppfbinstream.h \ 330 $(SOPHYAINCP)rawstream.h \ 331 $(SOPHYAINCP)ppfnametag.h \ 332 $(SOPHYAINCP)ndatablock.h \ 333 $(SOPHYAINCP)utilarr.h \ 334 $(SOPHYAINCP)tvector.h \ 335 $(SOPHYAINCP)fioarr.h \ 336 $(SOPHYAINCP)vector3d.h \ 337 $(SOPHYAINCP)longlat.h \ 338 $(SOPHYAINCP)utilgeom.h \ 339 $(SOPHYAINCP)srandgen.h \ 340 $(SOPHYAINCP)timing.h \ 341 $(SOPHYAINCP)sambainit.h \ 342 $(SOPHYAINCP)skymapinit.h \ 343 $(SOPHYAINCP)sophyainit.h \ 344 $(SOPHYAINCP)ntoolsinit.h \ 345 $(SOPHYAINCP)tarrinit.h \ 346 $(SOPHYAINCP)datacards.h \ 347 $(SOPHYAINCP)ntuple.h \ 348 $(SOPHYAINCP)ntupintf.h \ 349 $(SOPHYAINCP)fiospherehealpix.h \ 350 $(SOPHYAINCP)sphericalmap.h \ 351 $(SOPHYAINCP)smathconst.h \ 352 $(SOPHYAINCP)pixelmap.h \ 353 $(SOPHYAINCP)spherepos.h \ 354 $(SOPHYAINCP)unitvector.h \ 355 $(SOPHYAINCP)spherehealpix.h \ 356 $(SOPHYAINCP)HEALPixUtils.h \ 357 $(SOPHYAINCP)fitsspherehealpix.h \ 358 $(SOPHYAINCP)fitsfile.h \ 359 $(SOPHYAINCP)FitsIO/fitsio.h \ 360 $(SOPHYAINCP)FitsIO/longnam.h \ 361 $(SOPHYAINCP)fitstarray.h \ 362 $(SOPHYAINCP)cimage.h \ 363 $(SOPHYAINCP)radspecvector.h \ 364 $(SOPHYAINCP)radspec.h \ 365 $(SOPHYAINCP)specresp.h \ 366 $(SOPHYAINCP)blackbody.h \ 367 $(SOPHYAINCP)convtools.h \ 368 $(SOPHYAINCP)derivblackbody.h \ 369 $(SOPHYAINCP)nupower.h \ 370 $(SOPHYAINCP)squarefilt.h \ 371 $(SOPHYAINCP)trianglefilt.h \ 372 $(SOPHYAINCP)specrespvector.h \ 373 $(SOPHYAINCP)gaussfilt.h \ 374 $(SOPHYAINCP)bruit.h \ 375 $(SOPHYAINCP)mapoperation.h 376 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgsky.cc 377
Note:
See TracChangeset
for help on using the changeset viewer.