Changeset 2751 in Sophya for trunk/SophyaProg
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/Makefile
r2743 r2751 67 67 $(SOPHYAINCP)gaussfilt.h \ 68 68 $(SOPHYAINCP)trianglefilt.h 69 $(CXXCOMPILE ) -o $@ $<69 $(CXXCOMPILEPROG) -o $@ $< 70 70 71 71 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ … … 129 129 $(SOPHYAINCP)bruit.h \ 130 130 $(SOPHYAINCP)mapoperation.h 131 $(CXXCOMPILE ) -o $@ $<131 $(CXXCOMPILEPROG) -o $@ $< 132 132 133 133 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ … … 191 191 $(SOPHYAINCP)bruit.h \ 192 192 $(SOPHYAINCP)mapoperation.h 193 $(CXXCOMPILE ) -o $@ $<193 $(CXXCOMPILEPROG) -o $@ $< 194 194 195 195 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ … … 253 253 $(SOPHYAINCP)bruit.h \ 254 254 $(SOPHYAINCP)mapoperation.h 255 $(CXXCOMPILE) -o $@ $< 256 257 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 258 pmixer.h $(SOPHYAINCP)machdefs.h \ 259 $(SOPHYAINCP)tmatrix.h \ 260 $(SOPHYAINCP)tarray.h \ 261 $(SOPHYAINCP)basarr.h \ 262 $(SOPHYAINCP)anydataobj.h \ 263 $(SOPHYAINCP)mutyv.h \ 264 $(SOPHYAINCP)dvlist.h \ 265 $(SOPHYAINCP)objfio.h \ 266 $(SOPHYAINCP)ppersist.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)gnumd5.h \ 269 $(SOPHYAINCP)ppfbinstream.h \ 270 $(SOPHYAINCP)rawstream.h \ 271 $(SOPHYAINCP)ppfnametag.h \ 272 $(SOPHYAINCP)ndatablock.h \ 273 $(SOPHYAINCP)utilarr.h \ 274 $(SOPHYAINCP)tvector.h \ 275 $(SOPHYAINCP)fioarr.h \ 276 $(SOPHYAINCP)vector3d.h \ 277 $(SOPHYAINCP)longlat.h \ 278 $(SOPHYAINCP)utilgeom.h \ 279 $(SOPHYAINCP)srandgen.h \ 280 $(SOPHYAINCP)timing.h \ 281 $(SOPHYAINCP)sambainit.h \ 282 $(SOPHYAINCP)skymapinit.h \ 283 $(SOPHYAINCP)sophyainit.h \ 284 $(SOPHYAINCP)ntoolsinit.h \ 285 $(SOPHYAINCP)tarrinit.h \ 286 $(SOPHYAINCP)datacards.h \ 287 $(SOPHYAINCP)ntuple.h \ 288 $(SOPHYAINCP)ntupintf.h \ 289 $(SOPHYAINCP)fiospherehealpix.h \ 290 $(SOPHYAINCP)sphericalmap.h \ 291 $(SOPHYAINCP)smathconst.h \ 292 $(SOPHYAINCP)pixelmap.h \ 293 $(SOPHYAINCP)spherepos.h \ 294 $(SOPHYAINCP)unitvector.h \ 295 $(SOPHYAINCP)spherehealpix.h \ 296 $(SOPHYAINCP)HEALPixUtils.h \ 297 $(SOPHYAINCP)fitsspherehealpix.h \ 298 $(SOPHYAINCP)fitsfile.h \ 299 $(SOPHYAINCP)FitsIO/fitsio.h \ 300 $(SOPHYAINCP)FitsIO/longnam.h \ 301 $(SOPHYAINCP)fitstarray.h \ 302 $(SOPHYAINCP)cimage.h \ 303 $(SOPHYAINCP)radspecvector.h \ 304 $(SOPHYAINCP)radspec.h \ 305 $(SOPHYAINCP)specresp.h \ 306 $(SOPHYAINCP)blackbody.h \ 307 $(SOPHYAINCP)convtools.h \ 308 $(SOPHYAINCP)derivblackbody.h \ 309 $(SOPHYAINCP)nupower.h \ 310 $(SOPHYAINCP)squarefilt.h \ 311 $(SOPHYAINCP)trianglefilt.h \ 312 $(SOPHYAINCP)specrespvector.h \ 313 $(SOPHYAINCP)gaussfilt.h \ 314 $(SOPHYAINCP)bruit.h \ 315 $(SOPHYAINCP)mapoperation.h 316 $(CXXCOMPILE) -o $@ $< 317 318 $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \ 319 pmixer.h $(SOPHYAINCP)machdefs.h \ 320 $(SOPHYAINCP)tmatrix.h \ 321 $(SOPHYAINCP)tarray.h \ 322 $(SOPHYAINCP)basarr.h \ 323 $(SOPHYAINCP)anydataobj.h \ 324 $(SOPHYAINCP)mutyv.h \ 325 $(SOPHYAINCP)dvlist.h \ 326 $(SOPHYAINCP)objfio.h \ 327 $(SOPHYAINCP)ppersist.h \ 328 $(SOPHYAINCP)pexceptions.h \ 329 $(SOPHYAINCP)gnumd5.h \ 330 $(SOPHYAINCP)ppfbinstream.h \ 331 $(SOPHYAINCP)rawstream.h \ 332 $(SOPHYAINCP)ppfnametag.h \ 333 $(SOPHYAINCP)ndatablock.h \ 334 $(SOPHYAINCP)utilarr.h \ 335 $(SOPHYAINCP)tvector.h \ 336 $(SOPHYAINCP)fioarr.h \ 337 $(SOPHYAINCP)vector3d.h \ 338 $(SOPHYAINCP)longlat.h \ 339 $(SOPHYAINCP)utilgeom.h \ 340 $(SOPHYAINCP)srandgen.h \ 341 $(SOPHYAINCP)timing.h \ 342 $(SOPHYAINCP)sambainit.h \ 343 $(SOPHYAINCP)skymapinit.h \ 344 $(SOPHYAINCP)sophyainit.h \ 345 $(SOPHYAINCP)ntoolsinit.h \ 346 $(SOPHYAINCP)tarrinit.h \ 347 $(SOPHYAINCP)datacards.h \ 348 $(SOPHYAINCP)ntuple.h \ 349 $(SOPHYAINCP)ntupintf.h \ 350 $(SOPHYAINCP)fiospherehealpix.h \ 351 $(SOPHYAINCP)sphericalmap.h \ 352 $(SOPHYAINCP)smathconst.h \ 353 $(SOPHYAINCP)pixelmap.h \ 354 $(SOPHYAINCP)spherepos.h \ 355 $(SOPHYAINCP)unitvector.h \ 356 $(SOPHYAINCP)spherehealpix.h \ 357 $(SOPHYAINCP)HEALPixUtils.h \ 358 $(SOPHYAINCP)fitsspherehealpix.h \ 359 $(SOPHYAINCP)fitsfile.h \ 360 $(SOPHYAINCP)FitsIO/fitsio.h \ 361 $(SOPHYAINCP)FitsIO/longnam.h \ 362 $(SOPHYAINCP)fitstarray.h \ 363 $(SOPHYAINCP)cimage.h \ 364 $(SOPHYAINCP)radspecvector.h \ 365 $(SOPHYAINCP)radspec.h \ 366 $(SOPHYAINCP)specresp.h \ 367 $(SOPHYAINCP)blackbody.h \ 368 $(SOPHYAINCP)convtools.h \ 369 $(SOPHYAINCP)derivblackbody.h \ 370 $(SOPHYAINCP)nupower.h \ 371 $(SOPHYAINCP)squarefilt.h \ 372 $(SOPHYAINCP)trianglefilt.h \ 373 $(SOPHYAINCP)specrespvector.h \ 374 $(SOPHYAINCP)gaussfilt.h \ 375 $(SOPHYAINCP)bruit.h \ 376 $(SOPHYAINCP)mapoperation.h 377 $(CXXCOMPILE) -o $@ $< 378 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 -
trunk/SophyaProg/PMixer/smakefile
r2743 r2751 67 67 $(SOPHYAINCP)gaussfilt.h \ 68 68 $(SOPHYAINCP)trianglefilt.h 69 $(CXXCOMPILE ) -o $@ $<69 $(CXXCOMPILEPROG) -o $@ $< 70 70 71 71 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ … … 129 129 $(SOPHYAINCP)bruit.h \ 130 130 $(SOPHYAINCP)mapoperation.h 131 $(CXXCOMPILE ) -o $@ $<131 $(CXXCOMPILEPROG) -o $@ $< 132 132 133 133 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ … … 191 191 $(SOPHYAINCP)bruit.h \ 192 192 $(SOPHYAINCP)mapoperation.h 193 $(CXXCOMPILE ) -o $@ $<193 $(CXXCOMPILEPROG) -o $@ $< 194 194 195 195 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ … … 253 253 $(SOPHYAINCP)bruit.h \ 254 254 $(SOPHYAINCP)mapoperation.h 255 $(CXXCOMPILE) -o $@ $< 256 257 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 258 pmixer.h $(SOPHYAINCP)machdefs.h \ 259 $(SOPHYAINCP)tmatrix.h \ 260 $(SOPHYAINCP)tarray.h \ 261 $(SOPHYAINCP)basarr.h \ 262 $(SOPHYAINCP)anydataobj.h \ 263 $(SOPHYAINCP)mutyv.h \ 264 $(SOPHYAINCP)dvlist.h \ 265 $(SOPHYAINCP)objfio.h \ 266 $(SOPHYAINCP)ppersist.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)gnumd5.h \ 269 $(SOPHYAINCP)ppfbinstream.h \ 270 $(SOPHYAINCP)rawstream.h \ 271 $(SOPHYAINCP)ppfnametag.h \ 272 $(SOPHYAINCP)ndatablock.h \ 273 $(SOPHYAINCP)utilarr.h \ 274 $(SOPHYAINCP)tvector.h \ 275 $(SOPHYAINCP)fioarr.h \ 276 $(SOPHYAINCP)vector3d.h \ 277 $(SOPHYAINCP)longlat.h \ 278 $(SOPHYAINCP)utilgeom.h \ 279 $(SOPHYAINCP)srandgen.h \ 280 $(SOPHYAINCP)timing.h \ 281 $(SOPHYAINCP)sambainit.h \ 282 $(SOPHYAINCP)skymapinit.h \ 283 $(SOPHYAINCP)sophyainit.h \ 284 $(SOPHYAINCP)ntoolsinit.h \ 285 $(SOPHYAINCP)tarrinit.h \ 286 $(SOPHYAINCP)datacards.h \ 287 $(SOPHYAINCP)ntuple.h \ 288 $(SOPHYAINCP)ntupintf.h \ 289 $(SOPHYAINCP)fiospherehealpix.h \ 290 $(SOPHYAINCP)sphericalmap.h \ 291 $(SOPHYAINCP)smathconst.h \ 292 $(SOPHYAINCP)pixelmap.h \ 293 $(SOPHYAINCP)spherepos.h \ 294 $(SOPHYAINCP)unitvector.h \ 295 $(SOPHYAINCP)spherehealpix.h \ 296 $(SOPHYAINCP)HEALPixUtils.h \ 297 $(SOPHYAINCP)fitsspherehealpix.h \ 298 $(SOPHYAINCP)fitsfile.h \ 299 $(SOPHYAINCP)FitsIO/fitsio.h \ 300 $(SOPHYAINCP)FitsIO/longnam.h \ 301 $(SOPHYAINCP)fitstarray.h \ 302 $(SOPHYAINCP)cimage.h \ 303 $(SOPHYAINCP)radspecvector.h \ 304 $(SOPHYAINCP)radspec.h \ 305 $(SOPHYAINCP)specresp.h \ 306 $(SOPHYAINCP)blackbody.h \ 307 $(SOPHYAINCP)convtools.h \ 308 $(SOPHYAINCP)derivblackbody.h \ 309 $(SOPHYAINCP)nupower.h \ 310 $(SOPHYAINCP)squarefilt.h \ 311 $(SOPHYAINCP)trianglefilt.h \ 312 $(SOPHYAINCP)specrespvector.h \ 313 $(SOPHYAINCP)gaussfilt.h \ 314 $(SOPHYAINCP)bruit.h \ 315 $(SOPHYAINCP)mapoperation.h 316 $(CXXCOMPILE) -o $@ $< 317 318 $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \ 319 pmixer.h $(SOPHYAINCP)machdefs.h \ 320 $(SOPHYAINCP)tmatrix.h \ 321 $(SOPHYAINCP)tarray.h \ 322 $(SOPHYAINCP)basarr.h \ 323 $(SOPHYAINCP)anydataobj.h \ 324 $(SOPHYAINCP)mutyv.h \ 325 $(SOPHYAINCP)dvlist.h \ 326 $(SOPHYAINCP)objfio.h \ 327 $(SOPHYAINCP)ppersist.h \ 328 $(SOPHYAINCP)pexceptions.h \ 329 $(SOPHYAINCP)gnumd5.h \ 330 $(SOPHYAINCP)ppfbinstream.h \ 331 $(SOPHYAINCP)rawstream.h \ 332 $(SOPHYAINCP)ppfnametag.h \ 333 $(SOPHYAINCP)ndatablock.h \ 334 $(SOPHYAINCP)utilarr.h \ 335 $(SOPHYAINCP)tvector.h \ 336 $(SOPHYAINCP)fioarr.h \ 337 $(SOPHYAINCP)vector3d.h \ 338 $(SOPHYAINCP)longlat.h \ 339 $(SOPHYAINCP)utilgeom.h \ 340 $(SOPHYAINCP)srandgen.h \ 341 $(SOPHYAINCP)timing.h \ 342 $(SOPHYAINCP)sambainit.h \ 343 $(SOPHYAINCP)skymapinit.h \ 344 $(SOPHYAINCP)sophyainit.h \ 345 $(SOPHYAINCP)ntoolsinit.h \ 346 $(SOPHYAINCP)tarrinit.h \ 347 $(SOPHYAINCP)datacards.h \ 348 $(SOPHYAINCP)ntuple.h \ 349 $(SOPHYAINCP)ntupintf.h \ 350 $(SOPHYAINCP)fiospherehealpix.h \ 351 $(SOPHYAINCP)sphericalmap.h \ 352 $(SOPHYAINCP)smathconst.h \ 353 $(SOPHYAINCP)pixelmap.h \ 354 $(SOPHYAINCP)spherepos.h \ 355 $(SOPHYAINCP)unitvector.h \ 356 $(SOPHYAINCP)spherehealpix.h \ 357 $(SOPHYAINCP)HEALPixUtils.h \ 358 $(SOPHYAINCP)fitsspherehealpix.h \ 359 $(SOPHYAINCP)fitsfile.h \ 360 $(SOPHYAINCP)FitsIO/fitsio.h \ 361 $(SOPHYAINCP)FitsIO/longnam.h \ 362 $(SOPHYAINCP)fitstarray.h \ 363 $(SOPHYAINCP)cimage.h \ 364 $(SOPHYAINCP)radspecvector.h \ 365 $(SOPHYAINCP)radspec.h \ 366 $(SOPHYAINCP)specresp.h \ 367 $(SOPHYAINCP)blackbody.h \ 368 $(SOPHYAINCP)convtools.h \ 369 $(SOPHYAINCP)derivblackbody.h \ 370 $(SOPHYAINCP)nupower.h \ 371 $(SOPHYAINCP)squarefilt.h \ 372 $(SOPHYAINCP)trianglefilt.h \ 373 $(SOPHYAINCP)specrespvector.h \ 374 $(SOPHYAINCP)gaussfilt.h \ 375 $(SOPHYAINCP)bruit.h \ 376 $(SOPHYAINCP)mapoperation.h 377 $(CXXCOMPILE) -o $@ $< 378 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 -
trunk/SophyaProg/PrgMap/Makefile
r2743 r2751 39 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 40 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \ 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 42 43 $(SOPHYAINCP)machdefs.h \ 43 44 $(SOPHYAINCP)nbmath.h \ … … 108 109 $(SOPHYAINCP)FitsIO/longnam.h \ 109 110 $(SOPHYAINCP)fitstarray.h 110 $(CXXCOMPILE ) -o $@ $<111 $(CXXCOMPILEPROG) -o $@ $< 111 112 112 113 $(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \ … … 153 154 $(SOPHYAINCP)FitsIO/fitsio.h \ 154 155 $(SOPHYAINCP)FitsIO/longnam.h 155 $(CXXCOMPILE ) -o $@ $<156 $(CXXCOMPILEPROG) -o $@ $< 156 157 157 158 $(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \ … … 198 199 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 200 $(SOPHYAINCP)FitsIO/longnam.h 200 $(CXXCOMPILE ) -o $@ $<201 $(CXXCOMPILEPROG) -o $@ $< 201 202 202 203 $(SOPHYAOBJP)extrapsph.o: extrapsph.cc \ … … 243 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 245 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILE) -o $@ $< 246 247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \ 246 $(CXXCOMPILEPROG) -o $@ $< 247 248 $(SOPHYAOBJP)map2cl.o: map2cl.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 248 250 $(SOPHYAINCP)machdefs.h \ 249 251 $(SOPHYAINCP)nbmath.h \ … … 314 316 $(SOPHYAINCP)FitsIO/longnam.h \ 315 317 $(SOPHYAINCP)fitstarray.h 316 $(CXXCOMPILE ) -o $@ $<318 $(CXXCOMPILEPROG) -o $@ $< 317 319 318 320 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ … … 386 388 $(SOPHYAINCP)FitsIO/longnam.h \ 387 389 $(SOPHYAINCP)fitstarray.h 388 $(CXXCOMPILE ) -o $@ $<389 390 $(CXXCOMPILEPROG) -o $@ $< 391 -
trunk/SophyaProg/PrgMap/smakefile
r2743 r2751 39 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 40 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \ 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 42 43 $(SOPHYAINCP)machdefs.h \ 43 44 $(SOPHYAINCP)nbmath.h \ … … 108 109 $(SOPHYAINCP)FitsIO/longnam.h \ 109 110 $(SOPHYAINCP)fitstarray.h 110 $(CXXCOMPILE ) -o $@ $<111 $(CXXCOMPILEPROG) -o $@ $< 111 112 112 113 $(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \ … … 153 154 $(SOPHYAINCP)FitsIO/fitsio.h \ 154 155 $(SOPHYAINCP)FitsIO/longnam.h 155 $(CXXCOMPILE ) -o $@ $<156 $(CXXCOMPILEPROG) -o $@ $< 156 157 157 158 $(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \ … … 198 199 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 200 $(SOPHYAINCP)FitsIO/longnam.h 200 $(CXXCOMPILE ) -o $@ $<201 $(CXXCOMPILEPROG) -o $@ $< 201 202 202 203 $(SOPHYAOBJP)extrapsph.o: extrapsph.cc \ … … 243 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 245 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILE) -o $@ $< 246 247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \ 246 $(CXXCOMPILEPROG) -o $@ $< 247 248 $(SOPHYAOBJP)map2cl.o: map2cl.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 248 250 $(SOPHYAINCP)machdefs.h \ 249 251 $(SOPHYAINCP)nbmath.h \ … … 314 316 $(SOPHYAINCP)FitsIO/longnam.h \ 315 317 $(SOPHYAINCP)fitstarray.h 316 $(CXXCOMPILE ) -o $@ $<318 $(CXXCOMPILEPROG) -o $@ $< 317 319 318 320 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ … … 386 388 $(SOPHYAINCP)FitsIO/longnam.h \ 387 389 $(SOPHYAINCP)fitstarray.h 388 $(CXXCOMPILE ) -o $@ $<389 390 $(CXXCOMPILEPROG) -o $@ $< 391 -
trunk/SophyaProg/PrgUtil/Makefile
r2743 r2751 24 24 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 25 25 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc $(SOPHYAINCP)sopnamsp.h \ 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 27 28 $(SOPHYAINCP)machdefs.h \ 28 29 $(SOPHYAINCP)tarrinit.h \ … … 55 56 $(SOPHYAINCP)pdlmgr.h \ 56 57 $(SOPHYAINCP)timing.h 57 $(CXXCOMPILE ) -o $@ $<58 $(CXXCOMPILEPROG) -o $@ $< 58 59 59 60 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ … … 83 84 $(SOPHYAINCP)FitsIO/longnam.h \ 84 85 $(SOPHYAINCP)fitsntuple.h 85 $(CXXCOMPILE ) -o $@ $<86 $(CXXCOMPILEPROG) -o $@ $< 86 87 87 88 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ … … 101 102 $(SOPHYAINCP)tarrinit.h \ 102 103 $(SOPHYAINCP)histinit.h 103 $(CXXCOMPILE ) -o $@ $<104 $(CXXCOMPILEPROG) -o $@ $< 104 105 -
trunk/SophyaProg/PrgUtil/smakefile
r2743 r2751 24 24 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 25 25 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc $(SOPHYAINCP)sopnamsp.h \ 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 27 28 $(SOPHYAINCP)machdefs.h \ 28 29 $(SOPHYAINCP)tarrinit.h \ … … 55 56 $(SOPHYAINCP)pdlmgr.h \ 56 57 $(SOPHYAINCP)timing.h 57 $(CXXCOMPILE ) -o $@ $<58 $(CXXCOMPILEPROG) -o $@ $< 58 59 59 60 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ … … 83 84 $(SOPHYAINCP)FitsIO/longnam.h \ 84 85 $(SOPHYAINCP)fitsntuple.h 85 $(CXXCOMPILE ) -o $@ $<86 $(CXXCOMPILEPROG) -o $@ $< 86 87 87 88 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ … … 101 102 $(SOPHYAINCP)tarrinit.h \ 102 103 $(SOPHYAINCP)histinit.h 103 $(CXXCOMPILE ) -o $@ $<104 $(CXXCOMPILEPROG) -o $@ $< 104 105 -
trunk/SophyaProg/Tests/Makefile
r2743 r2751 219 219 $(SOPHYAINCP)sopemtx.h \ 220 220 $(SOPHYAINCP)timing.h 221 $(CXXCOMPILE ) -o $@ $<221 $(CXXCOMPILEPROG) -o $@ $< 222 222 223 223 $(SOPHYAOBJP)carrt.o: carrt.cc $(SOPHYAINCP)sopnamsp.h \ … … 246 246 $(SOPHYAINCP)sopemtx.h \ 247 247 $(SOPHYAINCP)timing.h 248 $(CXXCOMPILE ) -o $@ $<248 $(CXXCOMPILEPROG) -o $@ $< 249 249 250 250 $(SOPHYAOBJP)lpk.o: lpk.cc $(SOPHYAINCP)sopnamsp.h \ … … 275 275 $(SOPHYAINCP)timing.h \ 276 276 $(SOPHYAINCP)intflapack.h 277 $(CXXCOMPILE ) -o $@ $<277 $(CXXCOMPILEPROG) -o $@ $< 278 278 279 279 $(SOPHYAOBJP)obj_fits.o: obj_fits.cc \ … … 313 313 $(SOPHYAINCP)fioarr.h \ 314 314 $(SOPHYAINCP)sopemtx.h 315 $(CXXCOMPILE ) -o $@ $<315 $(CXXCOMPILEPROG) -o $@ $< 316 316 317 317 $(SOPHYAOBJP)ovharr.o: ovharr.cc $(SOPHYAINCP)sopnamsp.h \ … … 342 342 $(SOPHYAINCP)timing.h \ 343 343 $(SOPHYAINCP)srandgen.h 344 $(CXXCOMPILE ) -o $@ $<344 $(CXXCOMPILEPROG) -o $@ $< 345 345 346 346 $(SOPHYAOBJP)pizthr.o: pizthr.cc $(SOPHYAINCP)sopnamsp.h \ … … 405 405 $(SOPHYAINCP)sopemtx.h \ 406 406 $(SOPHYAINCP)timing.h 407 $(CXXCOMPILE ) -o $@ $<407 $(CXXCOMPILEPROG) -o $@ $< 408 408 409 409 $(SOPHYAOBJP)ppftswap.o: ppftswap.cc \ … … 433 433 $(SOPHYAINCP)fiondblock.h \ 434 434 $(SOPHYAINCP)tarrinit.h 435 $(CXXCOMPILE ) -o $@ $<435 $(CXXCOMPILEPROG) -o $@ $< 436 436 437 437 $(SOPHYAOBJP)spar.o: spar.cc $(SOPHYAINCP)sopnamsp.h \ … … 461 461 $(SOPHYAINCP)timing.h \ 462 462 $(SOPHYAINCP)resusage.h 463 $(CXXCOMPILE ) -o $@ $<463 $(CXXCOMPILEPROG) -o $@ $< 464 464 465 465 $(SOPHYAOBJP)sph2lm.o: sph2lm.cc $(SOPHYAINCP)sopnamsp.h \ … … 509 509 $(SOPHYAINCP)fftwserver.h \ 510 510 $(SOPHYAINCP)fftservintf.h 511 $(CXXCOMPILE ) -o $@ $<511 $(CXXCOMPILEPROG) -o $@ $< 512 512 513 513 $(SOPHYAOBJP)sphg0.o: sphg0.cc $(SOPHYAINCP)sopnamsp.h \ … … 546 546 $(SOPHYAINCP)utilarr.h \ 547 547 $(SOPHYAINCP)HEALPixUtils.h 548 $(CXXCOMPILE ) -o $@ $<548 $(CXXCOMPILEPROG) -o $@ $< 549 549 550 550 $(SOPHYAOBJP)tcmd.o: tcmd.cc $(SOPHYAINCP)sopnamsp.h \ … … 567 567 $(SOPHYAINCP)mutyv.h \ 568 568 $(SOPHYAINCP)ctimer.h 569 $(CXXCOMPILE ) -o $@ $<569 $(CXXCOMPILEPROG) -o $@ $< 570 570 571 571 $(SOPHYAOBJP)tcxxcmpldynl.o: tcxxcmpldynl.cc \ … … 599 599 $(SOPHYAINCP)pdlmgr.h \ 600 600 $(SOPHYAINCP)timing.h 601 $(CXXCOMPILE ) -o $@ $<601 $(CXXCOMPILEPROG) -o $@ $< 602 602 603 603 $(SOPHYAOBJP)tdcr.o: tdcr.cc $(SOPHYAINCP)sopnamsp.h \ … … 632 632 $(SOPHYAINCP)nbrandom.h \ 633 633 $(SOPHYAINCP)srandgen.h 634 $(CXXCOMPILE ) -o $@ $<634 $(CXXCOMPILEPROG) -o $@ $< 635 635 636 636 $(SOPHYAOBJP)tdynl.o: tdynl.cc $(SOPHYAINCP)sopnamsp.h \ … … 660 660 $(SOPHYAINCP)pdlmgr.h \ 661 661 $(SOPHYAINCP)timing.h 662 $(CXXCOMPILE ) -o $@ $<662 $(CXXCOMPILEPROG) -o $@ $< 663 663 664 664 $(SOPHYAOBJP)tfft.o: tfft.cc $(SOPHYAINCP)sopnamsp.h \ … … 691 691 $(SOPHYAINCP)sophyainit.h \ 692 692 $(SOPHYAINCP)timing.h 693 $(CXXCOMPILE ) -o $@ $<693 $(CXXCOMPILEPROG) -o $@ $< 694 694 695 695 $(SOPHYAOBJP)thash.o: thash.cc $(SOPHYAINCP)sopnamsp.h \ … … 701 701 $(SOPHYAINCP)rawstream.h \ 702 702 $(SOPHYAINCP)ppfnametag.h 703 $(CXXCOMPILE ) -o $@ $<703 $(CXXCOMPILEPROG) -o $@ $< 704 704 705 705 $(SOPHYAOBJP)timg.o: timg.cc $(SOPHYAINCP)sopnamsp.h \ … … 732 732 $(SOPHYAINCP)srandgen.h \ 733 733 $(SOPHYAINCP)fiondblock.h 734 $(CXXCOMPILE ) -o $@ $<734 $(CXXCOMPILEPROG) -o $@ $< 735 735 736 736 $(SOPHYAOBJP)tmxv.o: tmxv.cc $(SOPHYAINCP)sopnamsp.h \ … … 757 757 $(SOPHYAINCP)sopemtx.h \ 758 758 $(SOPHYAINCP)timing.h 759 $(CXXCOMPILE ) -o $@ $<759 $(CXXCOMPILEPROG) -o $@ $< 760 760 761 761 $(SOPHYAOBJP)tnt.o: tnt.cc $(SOPHYAINCP)sopnamsp.h \ … … 785 785 $(SOPHYAINCP)ppfswapper.h \ 786 786 $(SOPHYAINCP)ppftpointerio.h 787 $(CXXCOMPILE ) -o $@ $<787 $(CXXCOMPILEPROG) -o $@ $< 788 788 789 789 $(SOPHYAOBJP)tobjio2.o: tobjio2.cc \ … … 820 820 $(SOPHYAINCP)nbrandom.h \ 821 821 $(SOPHYAINCP)srandgen.h 822 $(CXXCOMPILE ) -o $@ $<822 $(CXXCOMPILEPROG) -o $@ $< 823 823 824 824 $(SOPHYAOBJP)tobjio.o: tobjio.cc $(SOPHYAINCP)sopnamsp.h \ … … 855 855 $(SOPHYAINCP)srandgen.h \ 856 856 $(SOPHYAINCP)fioarr.h 857 $(CXXCOMPILE ) -o $@ $<857 $(CXXCOMPILEPROG) -o $@ $< 858 858 859 859 $(SOPHYAOBJP)tpipe.o: tpipe.cc $(SOPHYAINCP)sopnamsp.h \ … … 862 862 $(SOPHYAINCP)pexceptions.h \ 863 863 $(SOPHYAINCP)timing.h 864 $(CXXCOMPILE ) -o $@ $<864 $(CXXCOMPILEPROG) -o $@ $< 865 865 866 866 $(SOPHYAOBJP)tsimplex.o: tsimplex.cc \ … … 897 897 $(SOPHYAINCP)sophyainit.h \ 898 898 $(SOPHYAINCP)timing.h 899 $(CXXCOMPILE ) -o $@ $<899 $(CXXCOMPILEPROG) -o $@ $< 900 900 901 901 $(SOPHYAOBJP)tsphereecp.o: tsphereecp.cc \ … … 956 956 $(SOPHYAINCP)fftpserver.h \ 957 957 $(SOPHYAINCP)tod.h 958 $(CXXCOMPILE ) -o $@ $<958 $(CXXCOMPILEPROG) -o $@ $< 959 959 960 960 $(SOPHYAOBJP)tspm2.o: tspm2.cc $(SOPHYAINCP)sopnamsp.h \ … … 1009 1009 $(SOPHYAINCP)srandgen.h \ 1010 1010 $(SOPHYAINCP)timing.h 1011 $(CXXCOMPILE ) -o $@ $<1011 $(CXXCOMPILEPROG) -o $@ $< 1012 1012 1013 1013 $(SOPHYAOBJP)tspm.o: tspm.cc $(SOPHYAINCP)sopnamsp.h \ … … 1052 1052 $(SOPHYAINCP)misstime.h \ 1053 1053 $(SOPHYAINCP)timing.h 1054 $(CXXCOMPILE ) -o $@ $<1054 $(CXXCOMPILEPROG) -o $@ $< 1055 1055 1056 1056 $(SOPHYAOBJP)tstboloread.o: tstboloread.cc \ … … 1079 1079 $(SOPHYAINCP)FitsIO/longnam.h \ 1080 1080 $(SOPHYAINCP)fabtwriter.h 1081 $(CXXCOMPILE ) -o $@ $<1081 $(CXXCOMPILEPROG) -o $@ $< 1082 1082 1083 1083 $(SOPHYAOBJP)tstcolread.o: tstcolread.cc \ … … 1105 1105 $(SOPHYAINCP)FitsIO/longnam.h \ 1106 1106 $(SOPHYAINCP)fabtwriter.h 1107 $(CXXCOMPILE ) -o $@ $<1107 $(CXXCOMPILEPROG) -o $@ $< 1108 1108 1109 1109 $(SOPHYAOBJP)tstdtable.o: tstdtable.cc \ … … 1133 1133 $(SOPHYAINCP)ppfswapper.h \ 1134 1134 $(SOPHYAINCP)ppftpointerio.h 1135 $(CXXCOMPILE ) -o $@ $<1135 $(CXXCOMPILEPROG) -o $@ $< 1136 1136 1137 1137 $(SOPHYAOBJP)tstndblk.o: tstndblk.cc \ … … 1144 1144 $(SOPHYAINCP)ndatablock.h \ 1145 1145 $(SOPHYAINCP)anydataobj.h 1146 $(CXXCOMPILE ) -o $@ $<1146 $(CXXCOMPILEPROG) -o $@ $< 1147 1147 1148 1148 $(SOPHYAOBJP)tstppfwrapstl.o: tstppfwrapstl.cc \ … … 1162 1162 $(SOPHYAINCP)rawstream.h \ 1163 1163 $(SOPHYAINCP)ppfnametag.h 1164 $(CXXCOMPILE ) -o $@ $<1164 $(CXXCOMPILEPROG) -o $@ $< 1165 1165 1166 1166 $(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc \ … … 1185 1185 $(SOPHYAINCP)ppfswapper.h \ 1186 1186 $(SOPHYAINCP)ppfwrapstlv.h 1187 $(CXXCOMPILE ) -o $@ $<1187 $(CXXCOMPILEPROG) -o $@ $< 1188 1188 1189 1189 $(SOPHYAOBJP)tsttmat.o: tsttmat.cc \ … … 1214 1214 $(SOPHYAINCP)sopemtx.h \ 1215 1215 $(SOPHYAINCP)srandgen.h 1216 $(CXXCOMPILE ) -o $@ $<1216 $(CXXCOMPILEPROG) -o $@ $< 1217 1217 1218 1218 $(SOPHYAOBJP)tsttminv.o: tsttminv.cc \ … … 1245 1245 $(SOPHYAINCP)srandgen.h \ 1246 1246 $(SOPHYAINCP)intflapack.h 1247 $(CXXCOMPILE ) -o $@ $<1247 $(CXXCOMPILEPROG) -o $@ $< 1248 1248 1249 1249 $(SOPHYAOBJP)tsttvec.o: tsttvec.cc \ … … 1274 1274 $(SOPHYAINCP)sopemtx.h \ 1275 1275 $(SOPHYAINCP)srandgen.h 1276 $(CXXCOMPILE ) -o $@ $<1276 $(CXXCOMPILEPROG) -o $@ $< 1277 1277 1278 1278 $(SOPHYAOBJP)ttimestamp.o: ttimestamp.cc \ … … 1286 1286 $(SOPHYAINCP)sophyainit.h \ 1287 1287 $(SOPHYAINCP)pexceptions.h 1288 $(CXXCOMPILE ) -o $@ $<1288 $(CXXCOMPILEPROG) -o $@ $< 1289 1289 1290 1290 $(SOPHYAOBJP)zthr.o: zthr.cc $(SOPHYAINCP)sopnamsp.h \ … … 1293 1293 $(SOPHYAINCP)pexceptions.h \ 1294 1294 $(SOPHYAINCP)timing.h 1295 $(CXXCOMPILE ) -o $@ $<1296 1295 $(CXXCOMPILEPROG) -o $@ $< 1296 -
trunk/SophyaProg/Tests/smakefile
r2743 r2751 219 219 $(SOPHYAINCP)sopemtx.h \ 220 220 $(SOPHYAINCP)timing.h 221 $(CXXCOMPILE ) -o $@ $<221 $(CXXCOMPILEPROG) -o $@ $< 222 222 223 223 $(SOPHYAOBJP)carrt.o: carrt.cc $(SOPHYAINCP)sopnamsp.h \ … … 246 246 $(SOPHYAINCP)sopemtx.h \ 247 247 $(SOPHYAINCP)timing.h 248 $(CXXCOMPILE ) -o $@ $<248 $(CXXCOMPILEPROG) -o $@ $< 249 249 250 250 $(SOPHYAOBJP)lpk.o: lpk.cc $(SOPHYAINCP)sopnamsp.h \ … … 275 275 $(SOPHYAINCP)timing.h \ 276 276 $(SOPHYAINCP)intflapack.h 277 $(CXXCOMPILE ) -o $@ $<277 $(CXXCOMPILEPROG) -o $@ $< 278 278 279 279 $(SOPHYAOBJP)obj_fits.o: obj_fits.cc \ … … 313 313 $(SOPHYAINCP)fioarr.h \ 314 314 $(SOPHYAINCP)sopemtx.h 315 $(CXXCOMPILE ) -o $@ $<315 $(CXXCOMPILEPROG) -o $@ $< 316 316 317 317 $(SOPHYAOBJP)ovharr.o: ovharr.cc $(SOPHYAINCP)sopnamsp.h \ … … 342 342 $(SOPHYAINCP)timing.h \ 343 343 $(SOPHYAINCP)srandgen.h 344 $(CXXCOMPILE ) -o $@ $<344 $(CXXCOMPILEPROG) -o $@ $< 345 345 346 346 $(SOPHYAOBJP)pizthr.o: pizthr.cc $(SOPHYAINCP)sopnamsp.h \ … … 405 405 $(SOPHYAINCP)sopemtx.h \ 406 406 $(SOPHYAINCP)timing.h 407 $(CXXCOMPILE ) -o $@ $<407 $(CXXCOMPILEPROG) -o $@ $< 408 408 409 409 $(SOPHYAOBJP)ppftswap.o: ppftswap.cc \ … … 433 433 $(SOPHYAINCP)fiondblock.h \ 434 434 $(SOPHYAINCP)tarrinit.h 435 $(CXXCOMPILE ) -o $@ $<435 $(CXXCOMPILEPROG) -o $@ $< 436 436 437 437 $(SOPHYAOBJP)spar.o: spar.cc $(SOPHYAINCP)sopnamsp.h \ … … 461 461 $(SOPHYAINCP)timing.h \ 462 462 $(SOPHYAINCP)resusage.h 463 $(CXXCOMPILE ) -o $@ $<463 $(CXXCOMPILEPROG) -o $@ $< 464 464 465 465 $(SOPHYAOBJP)sph2lm.o: sph2lm.cc $(SOPHYAINCP)sopnamsp.h \ … … 509 509 $(SOPHYAINCP)fftwserver.h \ 510 510 $(SOPHYAINCP)fftservintf.h 511 $(CXXCOMPILE ) -o $@ $<511 $(CXXCOMPILEPROG) -o $@ $< 512 512 513 513 $(SOPHYAOBJP)sphg0.o: sphg0.cc $(SOPHYAINCP)sopnamsp.h \ … … 546 546 $(SOPHYAINCP)utilarr.h \ 547 547 $(SOPHYAINCP)HEALPixUtils.h 548 $(CXXCOMPILE ) -o $@ $<548 $(CXXCOMPILEPROG) -o $@ $< 549 549 550 550 $(SOPHYAOBJP)tcmd.o: tcmd.cc $(SOPHYAINCP)sopnamsp.h \ … … 567 567 $(SOPHYAINCP)mutyv.h \ 568 568 $(SOPHYAINCP)ctimer.h 569 $(CXXCOMPILE ) -o $@ $<569 $(CXXCOMPILEPROG) -o $@ $< 570 570 571 571 $(SOPHYAOBJP)tcxxcmpldynl.o: tcxxcmpldynl.cc \ … … 599 599 $(SOPHYAINCP)pdlmgr.h \ 600 600 $(SOPHYAINCP)timing.h 601 $(CXXCOMPILE ) -o $@ $<601 $(CXXCOMPILEPROG) -o $@ $< 602 602 603 603 $(SOPHYAOBJP)tdcr.o: tdcr.cc $(SOPHYAINCP)sopnamsp.h \ … … 632 632 $(SOPHYAINCP)nbrandom.h \ 633 633 $(SOPHYAINCP)srandgen.h 634 $(CXXCOMPILE ) -o $@ $<634 $(CXXCOMPILEPROG) -o $@ $< 635 635 636 636 $(SOPHYAOBJP)tdynl.o: tdynl.cc $(SOPHYAINCP)sopnamsp.h \ … … 660 660 $(SOPHYAINCP)pdlmgr.h \ 661 661 $(SOPHYAINCP)timing.h 662 $(CXXCOMPILE ) -o $@ $<662 $(CXXCOMPILEPROG) -o $@ $< 663 663 664 664 $(SOPHYAOBJP)tfft.o: tfft.cc $(SOPHYAINCP)sopnamsp.h \ … … 691 691 $(SOPHYAINCP)sophyainit.h \ 692 692 $(SOPHYAINCP)timing.h 693 $(CXXCOMPILE ) -o $@ $<693 $(CXXCOMPILEPROG) -o $@ $< 694 694 695 695 $(SOPHYAOBJP)thash.o: thash.cc $(SOPHYAINCP)sopnamsp.h \ … … 701 701 $(SOPHYAINCP)rawstream.h \ 702 702 $(SOPHYAINCP)ppfnametag.h 703 $(CXXCOMPILE ) -o $@ $<703 $(CXXCOMPILEPROG) -o $@ $< 704 704 705 705 $(SOPHYAOBJP)timg.o: timg.cc $(SOPHYAINCP)sopnamsp.h \ … … 732 732 $(SOPHYAINCP)srandgen.h \ 733 733 $(SOPHYAINCP)fiondblock.h 734 $(CXXCOMPILE ) -o $@ $<734 $(CXXCOMPILEPROG) -o $@ $< 735 735 736 736 $(SOPHYAOBJP)tmxv.o: tmxv.cc $(SOPHYAINCP)sopnamsp.h \ … … 757 757 $(SOPHYAINCP)sopemtx.h \ 758 758 $(SOPHYAINCP)timing.h 759 $(CXXCOMPILE ) -o $@ $<759 $(CXXCOMPILEPROG) -o $@ $< 760 760 761 761 $(SOPHYAOBJP)tnt.o: tnt.cc $(SOPHYAINCP)sopnamsp.h \ … … 785 785 $(SOPHYAINCP)ppfswapper.h \ 786 786 $(SOPHYAINCP)ppftpointerio.h 787 $(CXXCOMPILE ) -o $@ $<787 $(CXXCOMPILEPROG) -o $@ $< 788 788 789 789 $(SOPHYAOBJP)tobjio2.o: tobjio2.cc \ … … 820 820 $(SOPHYAINCP)nbrandom.h \ 821 821 $(SOPHYAINCP)srandgen.h 822 $(CXXCOMPILE ) -o $@ $<822 $(CXXCOMPILEPROG) -o $@ $< 823 823 824 824 $(SOPHYAOBJP)tobjio.o: tobjio.cc $(SOPHYAINCP)sopnamsp.h \ … … 855 855 $(SOPHYAINCP)srandgen.h \ 856 856 $(SOPHYAINCP)fioarr.h 857 $(CXXCOMPILE ) -o $@ $<857 $(CXXCOMPILEPROG) -o $@ $< 858 858 859 859 $(SOPHYAOBJP)tpipe.o: tpipe.cc $(SOPHYAINCP)sopnamsp.h \ … … 862 862 $(SOPHYAINCP)pexceptions.h \ 863 863 $(SOPHYAINCP)timing.h 864 $(CXXCOMPILE ) -o $@ $<864 $(CXXCOMPILEPROG) -o $@ $< 865 865 866 866 $(SOPHYAOBJP)tsimplex.o: tsimplex.cc \ … … 897 897 $(SOPHYAINCP)sophyainit.h \ 898 898 $(SOPHYAINCP)timing.h 899 $(CXXCOMPILE ) -o $@ $<899 $(CXXCOMPILEPROG) -o $@ $< 900 900 901 901 $(SOPHYAOBJP)tsphereecp.o: tsphereecp.cc \ … … 956 956 $(SOPHYAINCP)fftpserver.h \ 957 957 $(SOPHYAINCP)tod.h 958 $(CXXCOMPILE ) -o $@ $<958 $(CXXCOMPILEPROG) -o $@ $< 959 959 960 960 $(SOPHYAOBJP)tspm2.o: tspm2.cc $(SOPHYAINCP)sopnamsp.h \ … … 1009 1009 $(SOPHYAINCP)srandgen.h \ 1010 1010 $(SOPHYAINCP)timing.h 1011 $(CXXCOMPILE ) -o $@ $<1011 $(CXXCOMPILEPROG) -o $@ $< 1012 1012 1013 1013 $(SOPHYAOBJP)tspm.o: tspm.cc $(SOPHYAINCP)sopnamsp.h \ … … 1052 1052 $(SOPHYAINCP)misstime.h \ 1053 1053 $(SOPHYAINCP)timing.h 1054 $(CXXCOMPILE ) -o $@ $<1054 $(CXXCOMPILEPROG) -o $@ $< 1055 1055 1056 1056 $(SOPHYAOBJP)tstboloread.o: tstboloread.cc \ … … 1079 1079 $(SOPHYAINCP)FitsIO/longnam.h \ 1080 1080 $(SOPHYAINCP)fabtwriter.h 1081 $(CXXCOMPILE ) -o $@ $<1081 $(CXXCOMPILEPROG) -o $@ $< 1082 1082 1083 1083 $(SOPHYAOBJP)tstcolread.o: tstcolread.cc \ … … 1105 1105 $(SOPHYAINCP)FitsIO/longnam.h \ 1106 1106 $(SOPHYAINCP)fabtwriter.h 1107 $(CXXCOMPILE ) -o $@ $<1107 $(CXXCOMPILEPROG) -o $@ $< 1108 1108 1109 1109 $(SOPHYAOBJP)tstdtable.o: tstdtable.cc \ … … 1133 1133 $(SOPHYAINCP)ppfswapper.h \ 1134 1134 $(SOPHYAINCP)ppftpointerio.h 1135 $(CXXCOMPILE ) -o $@ $<1135 $(CXXCOMPILEPROG) -o $@ $< 1136 1136 1137 1137 $(SOPHYAOBJP)tstndblk.o: tstndblk.cc \ … … 1144 1144 $(SOPHYAINCP)ndatablock.h \ 1145 1145 $(SOPHYAINCP)anydataobj.h 1146 $(CXXCOMPILE ) -o $@ $<1146 $(CXXCOMPILEPROG) -o $@ $< 1147 1147 1148 1148 $(SOPHYAOBJP)tstppfwrapstl.o: tstppfwrapstl.cc \ … … 1162 1162 $(SOPHYAINCP)rawstream.h \ 1163 1163 $(SOPHYAINCP)ppfnametag.h 1164 $(CXXCOMPILE ) -o $@ $<1164 $(CXXCOMPILEPROG) -o $@ $< 1165 1165 1166 1166 $(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc \ … … 1185 1185 $(SOPHYAINCP)ppfswapper.h \ 1186 1186 $(SOPHYAINCP)ppfwrapstlv.h 1187 $(CXXCOMPILE ) -o $@ $<1187 $(CXXCOMPILEPROG) -o $@ $< 1188 1188 1189 1189 $(SOPHYAOBJP)tsttmat.o: tsttmat.cc \ … … 1214 1214 $(SOPHYAINCP)sopemtx.h \ 1215 1215 $(SOPHYAINCP)srandgen.h 1216 $(CXXCOMPILE ) -o $@ $<1216 $(CXXCOMPILEPROG) -o $@ $< 1217 1217 1218 1218 $(SOPHYAOBJP)tsttminv.o: tsttminv.cc \ … … 1245 1245 $(SOPHYAINCP)srandgen.h \ 1246 1246 $(SOPHYAINCP)intflapack.h 1247 $(CXXCOMPILE ) -o $@ $<1247 $(CXXCOMPILEPROG) -o $@ $< 1248 1248 1249 1249 $(SOPHYAOBJP)tsttvec.o: tsttvec.cc \ … … 1274 1274 $(SOPHYAINCP)sopemtx.h \ 1275 1275 $(SOPHYAINCP)srandgen.h 1276 $(CXXCOMPILE ) -o $@ $<1276 $(CXXCOMPILEPROG) -o $@ $< 1277 1277 1278 1278 $(SOPHYAOBJP)ttimestamp.o: ttimestamp.cc \ … … 1286 1286 $(SOPHYAINCP)sophyainit.h \ 1287 1287 $(SOPHYAINCP)pexceptions.h 1288 $(CXXCOMPILE ) -o $@ $<1288 $(CXXCOMPILEPROG) -o $@ $< 1289 1289 1290 1290 $(SOPHYAOBJP)zthr.o: zthr.cc $(SOPHYAINCP)sopnamsp.h \ … … 1293 1293 $(SOPHYAINCP)pexceptions.h \ 1294 1294 $(SOPHYAINCP)timing.h 1295 $(CXXCOMPILE ) -o $@ $<1296 1295 $(CXXCOMPILEPROG) -o $@ $< 1296
Note:
See TracChangeset
for help on using the changeset viewer.