Changeset 3007 in Sophya for trunk/SophyaProg
- Timestamp:
- Jul 5, 2006, 10:59:39 AM (19 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/Makefile
r2836 r3007 39 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST) 40 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)timestamp.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)dvlist.h \ 57 $(SOPHYAINCP)ndatablock.h \ 58 $(SOPHYAINCP)utilarr.h \ 59 $(SOPHYAINCP)tvector.h \ 60 $(SOPHYAINCP)fioarr.h \ 41 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 $(SOPHYAINCP)blackbody.h \ 44 $(SOPHYAINCP)radspec.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)specresp.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)objfio.h \ 49 $(SOPHYAINCP)ppersist.h \ 50 $(SOPHYAINCP)pexceptions.h \ 51 $(SOPHYAINCP)gnumd5.h \ 52 $(SOPHYAINCP)ppfbinstream.h \ 53 $(SOPHYAINCP)rawstream.h \ 54 $(SOPHYAINCP)ppfnametag.h \ 55 $(SOPHYAINCP)convtools.h \ 56 $(SOPHYAINCP)radspecvector.h \ 57 $(SOPHYAINCP)tvector.h \ 58 $(SOPHYAINCP)tmatrix.h \ 59 $(SOPHYAINCP)tarray.h \ 60 $(SOPHYAINCP)basarr.h \ 61 $(SOPHYAINCP)mutyv.h \ 62 $(SOPHYAINCP)timestamp.h \ 63 $(SOPHYAINCP)dvlist.h \ 64 $(SOPHYAINCP)ndatablock.h \ 65 $(SOPHYAINCP)utilarr.h \ 66 $(SOPHYAINCP)tmatrix_tsnl.h \ 67 $(SOPHYAINCP)tvector_tsnl.h \ 68 $(SOPHYAINCP)specrespvector.h \ 69 $(SOPHYAINCP)tvector.h \ 70 $(SOPHYAINCP)squarefilt.h \ 71 $(SOPHYAINCP)gaussfilt.h \ 72 $(SOPHYAINCP)trianglefilt.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 74 75 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 76 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)machdefs.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector.h \ 97 $(SOPHYAINCP)tmatrix.h \ 98 $(SOPHYAINCP)tvector_tsnl.h \ 99 $(SOPHYAINCP)fioarr.h \ 100 $(SOPHYAINCP)tvector.h \ 61 101 $(SOPHYAINCP)vector3d.h \ 62 102 $(SOPHYAINCP)longlat.h \ … … 69 109 $(SOPHYAINCP)ntoolsinit.h \ 70 110 $(SOPHYAINCP)tarrinit.h \ 111 $(SOPHYAINCP)pexceptions.h \ 71 112 $(SOPHYAINCP)datacards.h \ 72 113 $(SOPHYAINCP)ntuple.h \ … … 78 119 $(SOPHYAINCP)spherepos.h \ 79 120 $(SOPHYAINCP)unitvector.h \ 121 $(SOPHYAINCP)vector3d.h \ 122 $(SOPHYAINCP)datatype.h \ 80 123 $(SOPHYAINCP)spherehealpix.h \ 81 124 $(SOPHYAINCP)HEALPixUtils.h \ 82 125 $(SOPHYAINCP)fitsspherehealpix.h \ 83 126 $(SOPHYAINCP)fitsfile.h \ 127 $(SOPHYAINCP)fitsinoutfile.h \ 84 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 85 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 $(SOPHYAINCP)fitshandler.h \ 86 131 $(SOPHYAINCP)fitstarray.h \ 87 132 $(SOPHYAINCP)cimage.h \ 133 $(SOPHYAINCP)fioarr.h \ 88 134 $(SOPHYAINCP)radspecvector.h \ 89 135 $(SOPHYAINCP)radspec.h \ … … 99 145 $(SOPHYAINCP)bruit.h \ 100 146 $(SOPHYAINCP)mapoperation.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 102 103 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 104 $(SOPHYAINCP)sopnamsp.h \ 105 $(SOPHYAINCP)blackbody.h \ 106 $(SOPHYAINCP)radspec.h \ 107 $(SOPHYAINCP)machdefs.h \ 108 $(SOPHYAINCP)specresp.h \ 109 $(SOPHYAINCP)anydataobj.h \ 110 $(SOPHYAINCP)objfio.h \ 111 $(SOPHYAINCP)ppersist.h \ 112 $(SOPHYAINCP)pexceptions.h \ 113 $(SOPHYAINCP)gnumd5.h \ 114 $(SOPHYAINCP)ppfbinstream.h \ 115 $(SOPHYAINCP)rawstream.h \ 116 $(SOPHYAINCP)ppfnametag.h \ 117 $(SOPHYAINCP)convtools.h \ 118 $(SOPHYAINCP)radspecvector.h \ 119 $(SOPHYAINCP)tvector.h \ 120 $(SOPHYAINCP)tmatrix.h \ 121 $(SOPHYAINCP)tarray.h \ 122 $(SOPHYAINCP)basarr.h \ 123 $(SOPHYAINCP)mutyv.h \ 124 $(SOPHYAINCP)timestamp.h \ 125 $(SOPHYAINCP)dvlist.h \ 126 $(SOPHYAINCP)ndatablock.h \ 127 $(SOPHYAINCP)utilarr.h \ 128 $(SOPHYAINCP)specrespvector.h \ 129 $(SOPHYAINCP)squarefilt.h \ 130 $(SOPHYAINCP)gaussfilt.h \ 131 $(SOPHYAINCP)trianglefilt.h 132 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 133 134 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc 148 149 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ 135 150 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 136 151 $(SOPHYAINCP)machdefs.h \ 137 152 $(SOPHYAINCP)tmatrix.h \ 138 $(SOPHYAINCP)tarray.h \ 139 $(SOPHYAINCP)basarr.h \ 140 $(SOPHYAINCP)anydataobj.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)timestamp.h \ 143 $(SOPHYAINCP)objfio.h \ 144 $(SOPHYAINCP)ppersist.h \ 145 $(SOPHYAINCP)pexceptions.h \ 146 $(SOPHYAINCP)gnumd5.h \ 147 $(SOPHYAINCP)ppfbinstream.h \ 148 $(SOPHYAINCP)rawstream.h \ 149 $(SOPHYAINCP)ppfnametag.h \ 150 $(SOPHYAINCP)dvlist.h \ 151 $(SOPHYAINCP)ndatablock.h \ 152 $(SOPHYAINCP)utilarr.h \ 153 $(SOPHYAINCP)tvector.h \ 154 $(SOPHYAINCP)fioarr.h \ 153 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)tarray.h \ 155 $(SOPHYAINCP)basarr.h \ 156 $(SOPHYAINCP)anydataobj.h \ 157 $(SOPHYAINCP)mutyv.h \ 158 $(SOPHYAINCP)timestamp.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)ppersist.h \ 161 $(SOPHYAINCP)pexceptions.h \ 162 $(SOPHYAINCP)gnumd5.h \ 163 $(SOPHYAINCP)ppfbinstream.h \ 164 $(SOPHYAINCP)rawstream.h \ 165 $(SOPHYAINCP)ppfnametag.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)ndatablock.h \ 168 $(SOPHYAINCP)utilarr.h \ 169 $(SOPHYAINCP)tmatrix_tsnl.h \ 170 $(SOPHYAINCP)tvector.h \ 171 $(SOPHYAINCP)tmatrix.h \ 172 $(SOPHYAINCP)tvector_tsnl.h \ 173 $(SOPHYAINCP)fioarr.h \ 174 $(SOPHYAINCP)tvector.h \ 155 175 $(SOPHYAINCP)vector3d.h \ 156 176 $(SOPHYAINCP)longlat.h \ … … 163 183 $(SOPHYAINCP)ntoolsinit.h \ 164 184 $(SOPHYAINCP)tarrinit.h \ 185 $(SOPHYAINCP)pexceptions.h \ 165 186 $(SOPHYAINCP)datacards.h \ 166 187 $(SOPHYAINCP)ntuple.h \ … … 172 193 $(SOPHYAINCP)spherepos.h \ 173 194 $(SOPHYAINCP)unitvector.h \ 195 $(SOPHYAINCP)vector3d.h \ 196 $(SOPHYAINCP)datatype.h \ 174 197 $(SOPHYAINCP)spherehealpix.h \ 175 198 $(SOPHYAINCP)HEALPixUtils.h \ 176 199 $(SOPHYAINCP)fitsspherehealpix.h \ 177 200 $(SOPHYAINCP)fitsfile.h \ 201 $(SOPHYAINCP)fitsinoutfile.h \ 178 202 $(SOPHYAINCP)FitsIO/fitsio.h \ 179 203 $(SOPHYAINCP)FitsIO/longnam.h \ 204 $(SOPHYAINCP)fitshandler.h \ 180 205 $(SOPHYAINCP)fitstarray.h \ 181 206 $(SOPHYAINCP)cimage.h \ 207 $(SOPHYAINCP)fioarr.h \ 182 208 $(SOPHYAINCP)radspecvector.h \ 183 209 $(SOPHYAINCP)radspec.h \ … … 193 219 $(SOPHYAINCP)bruit.h \ 194 220 $(SOPHYAINCP)mapoperation.h 195 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc196 197 $(SOPHYAOBJP) skymixer.o: skymixer.cc \221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc 222 223 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ 198 224 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 199 225 $(SOPHYAINCP)machdefs.h \ 200 226 $(SOPHYAINCP)tmatrix.h \ 201 $(SOPHYAINCP)tarray.h \ 202 $(SOPHYAINCP)basarr.h \ 203 $(SOPHYAINCP)anydataobj.h \ 204 $(SOPHYAINCP)mutyv.h \ 205 $(SOPHYAINCP)timestamp.h \ 206 $(SOPHYAINCP)objfio.h \ 207 $(SOPHYAINCP)ppersist.h \ 208 $(SOPHYAINCP)pexceptions.h \ 209 $(SOPHYAINCP)gnumd5.h \ 210 $(SOPHYAINCP)ppfbinstream.h \ 211 $(SOPHYAINCP)rawstream.h \ 212 $(SOPHYAINCP)ppfnametag.h \ 213 $(SOPHYAINCP)dvlist.h \ 214 $(SOPHYAINCP)ndatablock.h \ 215 $(SOPHYAINCP)utilarr.h \ 216 $(SOPHYAINCP)tvector.h \ 217 $(SOPHYAINCP)fioarr.h \ 227 $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)tarray.h \ 229 $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)anydataobj.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)timestamp.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)pexceptions.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)dvlist.h \ 241 $(SOPHYAINCP)ndatablock.h \ 242 $(SOPHYAINCP)utilarr.h \ 243 $(SOPHYAINCP)tmatrix_tsnl.h \ 244 $(SOPHYAINCP)tvector.h \ 245 $(SOPHYAINCP)tmatrix.h \ 246 $(SOPHYAINCP)tvector_tsnl.h \ 247 $(SOPHYAINCP)fioarr.h \ 248 $(SOPHYAINCP)tvector.h \ 218 249 $(SOPHYAINCP)vector3d.h \ 219 250 $(SOPHYAINCP)longlat.h \ … … 226 257 $(SOPHYAINCP)ntoolsinit.h \ 227 258 $(SOPHYAINCP)tarrinit.h \ 259 $(SOPHYAINCP)pexceptions.h \ 228 260 $(SOPHYAINCP)datacards.h \ 229 261 $(SOPHYAINCP)ntuple.h \ … … 235 267 $(SOPHYAINCP)spherepos.h \ 236 268 $(SOPHYAINCP)unitvector.h \ 269 $(SOPHYAINCP)vector3d.h \ 270 $(SOPHYAINCP)datatype.h \ 237 271 $(SOPHYAINCP)spherehealpix.h \ 238 272 $(SOPHYAINCP)HEALPixUtils.h \ 239 273 $(SOPHYAINCP)fitsspherehealpix.h \ 240 274 $(SOPHYAINCP)fitsfile.h \ 275 $(SOPHYAINCP)fitsinoutfile.h \ 241 276 $(SOPHYAINCP)FitsIO/fitsio.h \ 242 277 $(SOPHYAINCP)FitsIO/longnam.h \ 278 $(SOPHYAINCP)fitshandler.h \ 243 279 $(SOPHYAINCP)fitstarray.h \ 244 280 $(SOPHYAINCP)cimage.h \ 281 $(SOPHYAINCP)fioarr.h \ 245 282 $(SOPHYAINCP)radspecvector.h \ 246 283 $(SOPHYAINCP)radspec.h \ … … 256 293 $(SOPHYAINCP)bruit.h \ 257 294 $(SOPHYAINCP)mapoperation.h 258 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc295 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 259 296 260 297 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 261 298 pmixer.h $(SOPHYAINCP)machdefs.h \ 262 299 $(SOPHYAINCP)tmatrix.h \ 263 $(SOPHYAINCP)tarray.h \ 264 $(SOPHYAINCP)basarr.h \ 265 $(SOPHYAINCP)anydataobj.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h \ 268 $(SOPHYAINCP)objfio.h \ 269 $(SOPHYAINCP)ppersist.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)gnumd5.h \ 272 $(SOPHYAINCP)ppfbinstream.h \ 273 $(SOPHYAINCP)rawstream.h \ 274 $(SOPHYAINCP)ppfnametag.h \ 275 $(SOPHYAINCP)dvlist.h \ 276 $(SOPHYAINCP)ndatablock.h \ 277 $(SOPHYAINCP)utilarr.h \ 278 $(SOPHYAINCP)tvector.h \ 279 $(SOPHYAINCP)fioarr.h \ 300 $(SOPHYAINCP)machdefs.h \ 301 $(SOPHYAINCP)tarray.h \ 302 $(SOPHYAINCP)basarr.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h \ 305 $(SOPHYAINCP)timestamp.h \ 306 $(SOPHYAINCP)objfio.h \ 307 $(SOPHYAINCP)ppersist.h \ 308 $(SOPHYAINCP)pexceptions.h \ 309 $(SOPHYAINCP)gnumd5.h \ 310 $(SOPHYAINCP)ppfbinstream.h \ 311 $(SOPHYAINCP)rawstream.h \ 312 $(SOPHYAINCP)ppfnametag.h \ 313 $(SOPHYAINCP)dvlist.h \ 314 $(SOPHYAINCP)ndatablock.h \ 315 $(SOPHYAINCP)utilarr.h \ 316 $(SOPHYAINCP)tmatrix_tsnl.h \ 317 $(SOPHYAINCP)tvector.h \ 318 $(SOPHYAINCP)tmatrix.h \ 319 $(SOPHYAINCP)tvector_tsnl.h \ 320 $(SOPHYAINCP)fioarr.h \ 321 $(SOPHYAINCP)tvector.h \ 280 322 $(SOPHYAINCP)vector3d.h \ 281 323 $(SOPHYAINCP)longlat.h \ … … 288 330 $(SOPHYAINCP)ntoolsinit.h \ 289 331 $(SOPHYAINCP)tarrinit.h \ 332 $(SOPHYAINCP)pexceptions.h \ 290 333 $(SOPHYAINCP)datacards.h \ 291 334 $(SOPHYAINCP)ntuple.h \ … … 297 340 $(SOPHYAINCP)spherepos.h \ 298 341 $(SOPHYAINCP)unitvector.h \ 342 $(SOPHYAINCP)vector3d.h \ 343 $(SOPHYAINCP)datatype.h \ 299 344 $(SOPHYAINCP)spherehealpix.h \ 300 345 $(SOPHYAINCP)HEALPixUtils.h \ 301 346 $(SOPHYAINCP)fitsspherehealpix.h \ 302 347 $(SOPHYAINCP)fitsfile.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 303 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 304 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 305 352 $(SOPHYAINCP)fitstarray.h \ 306 353 $(SOPHYAINCP)cimage.h \ 354 $(SOPHYAINCP)fioarr.h \ 307 355 $(SOPHYAINCP)radspecvector.h \ 308 356 $(SOPHYAINCP)radspec.h \ … … 323 371 pmixer.h $(SOPHYAINCP)machdefs.h \ 324 372 $(SOPHYAINCP)tmatrix.h \ 325 $(SOPHYAINCP)tarray.h \ 326 $(SOPHYAINCP)basarr.h \ 327 $(SOPHYAINCP)anydataobj.h \ 328 $(SOPHYAINCP)mutyv.h \ 329 $(SOPHYAINCP)timestamp.h \ 330 $(SOPHYAINCP)objfio.h \ 331 $(SOPHYAINCP)ppersist.h \ 332 $(SOPHYAINCP)pexceptions.h \ 333 $(SOPHYAINCP)gnumd5.h \ 334 $(SOPHYAINCP)ppfbinstream.h \ 335 $(SOPHYAINCP)rawstream.h \ 336 $(SOPHYAINCP)ppfnametag.h \ 337 $(SOPHYAINCP)dvlist.h \ 338 $(SOPHYAINCP)ndatablock.h \ 339 $(SOPHYAINCP)utilarr.h \ 340 $(SOPHYAINCP)tvector.h \ 341 $(SOPHYAINCP)fioarr.h \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)tarray.h \ 375 $(SOPHYAINCP)basarr.h \ 376 $(SOPHYAINCP)anydataobj.h \ 377 $(SOPHYAINCP)mutyv.h \ 378 $(SOPHYAINCP)timestamp.h \ 379 $(SOPHYAINCP)objfio.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)pexceptions.h \ 382 $(SOPHYAINCP)gnumd5.h \ 383 $(SOPHYAINCP)ppfbinstream.h \ 384 $(SOPHYAINCP)rawstream.h \ 385 $(SOPHYAINCP)ppfnametag.h \ 386 $(SOPHYAINCP)dvlist.h \ 387 $(SOPHYAINCP)ndatablock.h \ 388 $(SOPHYAINCP)utilarr.h \ 389 $(SOPHYAINCP)tmatrix_tsnl.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 392 $(SOPHYAINCP)tvector_tsnl.h \ 393 $(SOPHYAINCP)fioarr.h \ 394 $(SOPHYAINCP)tvector.h \ 342 395 $(SOPHYAINCP)vector3d.h \ 343 396 $(SOPHYAINCP)longlat.h \ … … 350 403 $(SOPHYAINCP)ntoolsinit.h \ 351 404 $(SOPHYAINCP)tarrinit.h \ 405 $(SOPHYAINCP)pexceptions.h \ 352 406 $(SOPHYAINCP)datacards.h \ 353 407 $(SOPHYAINCP)ntuple.h \ … … 359 413 $(SOPHYAINCP)spherepos.h \ 360 414 $(SOPHYAINCP)unitvector.h \ 415 $(SOPHYAINCP)vector3d.h \ 416 $(SOPHYAINCP)datatype.h \ 361 417 $(SOPHYAINCP)spherehealpix.h \ 362 418 $(SOPHYAINCP)HEALPixUtils.h \ 363 419 $(SOPHYAINCP)fitsspherehealpix.h \ 364 420 $(SOPHYAINCP)fitsfile.h \ 421 $(SOPHYAINCP)fitsinoutfile.h \ 365 422 $(SOPHYAINCP)FitsIO/fitsio.h \ 366 423 $(SOPHYAINCP)FitsIO/longnam.h \ 424 $(SOPHYAINCP)fitshandler.h \ 367 425 $(SOPHYAINCP)fitstarray.h \ 368 426 $(SOPHYAINCP)cimage.h \ 427 $(SOPHYAINCP)fioarr.h \ 369 428 $(SOPHYAINCP)radspecvector.h \ 370 429 $(SOPHYAINCP)radspec.h \ -
trunk/SophyaProg/PMixer/smakefile
r2765 r3007 39 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST) 40 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 \ 41 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 $(SOPHYAINCP)blackbody.h \ 44 $(SOPHYAINCP)radspec.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)specresp.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)objfio.h \ 49 $(SOPHYAINCP)ppersist.h \ 50 $(SOPHYAINCP)pexceptions.h \ 51 $(SOPHYAINCP)gnumd5.h \ 52 $(SOPHYAINCP)ppfbinstream.h \ 53 $(SOPHYAINCP)rawstream.h \ 54 $(SOPHYAINCP)ppfnametag.h \ 55 $(SOPHYAINCP)convtools.h \ 56 $(SOPHYAINCP)radspecvector.h \ 57 $(SOPHYAINCP)tvector.h \ 58 $(SOPHYAINCP)tmatrix.h \ 59 $(SOPHYAINCP)tarray.h \ 60 $(SOPHYAINCP)basarr.h \ 61 $(SOPHYAINCP)mutyv.h \ 62 $(SOPHYAINCP)timestamp.h \ 63 $(SOPHYAINCP)dvlist.h \ 64 $(SOPHYAINCP)ndatablock.h \ 65 $(SOPHYAINCP)utilarr.h \ 66 $(SOPHYAINCP)tmatrix_tsnl.h \ 67 $(SOPHYAINCP)tvector_tsnl.h \ 68 $(SOPHYAINCP)specrespvector.h \ 69 $(SOPHYAINCP)tvector.h \ 70 $(SOPHYAINCP)squarefilt.h \ 71 $(SOPHYAINCP)gaussfilt.h \ 72 $(SOPHYAINCP)trianglefilt.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 74 75 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 76 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)machdefs.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector.h \ 97 $(SOPHYAINCP)tmatrix.h \ 98 $(SOPHYAINCP)tvector_tsnl.h \ 99 $(SOPHYAINCP)fioarr.h \ 100 $(SOPHYAINCP)tvector.h \ 60 101 $(SOPHYAINCP)vector3d.h \ 61 102 $(SOPHYAINCP)longlat.h \ … … 68 109 $(SOPHYAINCP)ntoolsinit.h \ 69 110 $(SOPHYAINCP)tarrinit.h \ 111 $(SOPHYAINCP)pexceptions.h \ 70 112 $(SOPHYAINCP)datacards.h \ 71 113 $(SOPHYAINCP)ntuple.h \ … … 77 119 $(SOPHYAINCP)spherepos.h \ 78 120 $(SOPHYAINCP)unitvector.h \ 121 $(SOPHYAINCP)vector3d.h \ 122 $(SOPHYAINCP)datatype.h \ 79 123 $(SOPHYAINCP)spherehealpix.h \ 80 124 $(SOPHYAINCP)HEALPixUtils.h \ 81 125 $(SOPHYAINCP)fitsspherehealpix.h \ 82 126 $(SOPHYAINCP)fitsfile.h \ 127 $(SOPHYAINCP)fitsinoutfile.h \ 83 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 84 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 $(SOPHYAINCP)fitshandler.h \ 85 131 $(SOPHYAINCP)fitstarray.h \ 86 132 $(SOPHYAINCP)cimage.h \ 133 $(SOPHYAINCP)fioarr.h \ 87 134 $(SOPHYAINCP)radspecvector.h \ 88 135 $(SOPHYAINCP)radspec.h \ … … 98 145 $(SOPHYAINCP)bruit.h \ 99 146 $(SOPHYAINCP)mapoperation.h 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 101 102 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ 103 $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)blackbody.h \ 105 $(SOPHYAINCP)radspec.h \ 106 $(SOPHYAINCP)machdefs.h \ 107 $(SOPHYAINCP)specresp.h \ 108 $(SOPHYAINCP)anydataobj.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)ppersist.h \ 111 $(SOPHYAINCP)pexceptions.h \ 112 $(SOPHYAINCP)gnumd5.h \ 113 $(SOPHYAINCP)ppfbinstream.h \ 114 $(SOPHYAINCP)rawstream.h \ 115 $(SOPHYAINCP)ppfnametag.h \ 116 $(SOPHYAINCP)convtools.h \ 117 $(SOPHYAINCP)radspecvector.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)mutyv.h \ 123 $(SOPHYAINCP)dvlist.h \ 124 $(SOPHYAINCP)ndatablock.h \ 125 $(SOPHYAINCP)utilarr.h \ 126 $(SOPHYAINCP)specrespvector.h \ 127 $(SOPHYAINCP)squarefilt.h \ 128 $(SOPHYAINCP)gaussfilt.h \ 129 $(SOPHYAINCP)trianglefilt.h 130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 131 132 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ 147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc 148 149 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ 133 150 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 134 151 $(SOPHYAINCP)machdefs.h \ 135 152 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)pexceptions.h \ 144 $(SOPHYAINCP)gnumd5.h \ 145 $(SOPHYAINCP)ppfbinstream.h \ 146 $(SOPHYAINCP)rawstream.h \ 147 $(SOPHYAINCP)ppfnametag.h \ 148 $(SOPHYAINCP)ndatablock.h \ 149 $(SOPHYAINCP)utilarr.h \ 150 $(SOPHYAINCP)tvector.h \ 151 $(SOPHYAINCP)fioarr.h \ 153 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)tarray.h \ 155 $(SOPHYAINCP)basarr.h \ 156 $(SOPHYAINCP)anydataobj.h \ 157 $(SOPHYAINCP)mutyv.h \ 158 $(SOPHYAINCP)timestamp.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)ppersist.h \ 161 $(SOPHYAINCP)pexceptions.h \ 162 $(SOPHYAINCP)gnumd5.h \ 163 $(SOPHYAINCP)ppfbinstream.h \ 164 $(SOPHYAINCP)rawstream.h \ 165 $(SOPHYAINCP)ppfnametag.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)ndatablock.h \ 168 $(SOPHYAINCP)utilarr.h \ 169 $(SOPHYAINCP)tmatrix_tsnl.h \ 170 $(SOPHYAINCP)tvector.h \ 171 $(SOPHYAINCP)tmatrix.h \ 172 $(SOPHYAINCP)tvector_tsnl.h \ 173 $(SOPHYAINCP)fioarr.h \ 174 $(SOPHYAINCP)tvector.h \ 152 175 $(SOPHYAINCP)vector3d.h \ 153 176 $(SOPHYAINCP)longlat.h \ … … 160 183 $(SOPHYAINCP)ntoolsinit.h \ 161 184 $(SOPHYAINCP)tarrinit.h \ 185 $(SOPHYAINCP)pexceptions.h \ 162 186 $(SOPHYAINCP)datacards.h \ 163 187 $(SOPHYAINCP)ntuple.h \ … … 169 193 $(SOPHYAINCP)spherepos.h \ 170 194 $(SOPHYAINCP)unitvector.h \ 195 $(SOPHYAINCP)vector3d.h \ 196 $(SOPHYAINCP)datatype.h \ 171 197 $(SOPHYAINCP)spherehealpix.h \ 172 198 $(SOPHYAINCP)HEALPixUtils.h \ 173 199 $(SOPHYAINCP)fitsspherehealpix.h \ 174 200 $(SOPHYAINCP)fitsfile.h \ 201 $(SOPHYAINCP)fitsinoutfile.h \ 175 202 $(SOPHYAINCP)FitsIO/fitsio.h \ 176 203 $(SOPHYAINCP)FitsIO/longnam.h \ 204 $(SOPHYAINCP)fitshandler.h \ 177 205 $(SOPHYAINCP)fitstarray.h \ 178 206 $(SOPHYAINCP)cimage.h \ 207 $(SOPHYAINCP)fioarr.h \ 179 208 $(SOPHYAINCP)radspecvector.h \ 180 209 $(SOPHYAINCP)radspec.h \ … … 190 219 $(SOPHYAINCP)bruit.h \ 191 220 $(SOPHYAINCP)mapoperation.h 192 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc193 194 $(SOPHYAOBJP) skymixer.o: skymixer.cc \221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc 222 223 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ 195 224 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 196 225 $(SOPHYAINCP)machdefs.h \ 197 226 $(SOPHYAINCP)tmatrix.h \ 198 $(SOPHYAINCP)tarray.h \ 199 $(SOPHYAINCP)basarr.h \ 200 $(SOPHYAINCP)anydataobj.h \ 201 $(SOPHYAINCP)mutyv.h \ 202 $(SOPHYAINCP)dvlist.h \ 203 $(SOPHYAINCP)objfio.h \ 204 $(SOPHYAINCP)ppersist.h \ 205 $(SOPHYAINCP)pexceptions.h \ 206 $(SOPHYAINCP)gnumd5.h \ 207 $(SOPHYAINCP)ppfbinstream.h \ 208 $(SOPHYAINCP)rawstream.h \ 209 $(SOPHYAINCP)ppfnametag.h \ 210 $(SOPHYAINCP)ndatablock.h \ 211 $(SOPHYAINCP)utilarr.h \ 212 $(SOPHYAINCP)tvector.h \ 213 $(SOPHYAINCP)fioarr.h \ 227 $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)tarray.h \ 229 $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)anydataobj.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)timestamp.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)pexceptions.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)dvlist.h \ 241 $(SOPHYAINCP)ndatablock.h \ 242 $(SOPHYAINCP)utilarr.h \ 243 $(SOPHYAINCP)tmatrix_tsnl.h \ 244 $(SOPHYAINCP)tvector.h \ 245 $(SOPHYAINCP)tmatrix.h \ 246 $(SOPHYAINCP)tvector_tsnl.h \ 247 $(SOPHYAINCP)fioarr.h \ 248 $(SOPHYAINCP)tvector.h \ 214 249 $(SOPHYAINCP)vector3d.h \ 215 250 $(SOPHYAINCP)longlat.h \ … … 222 257 $(SOPHYAINCP)ntoolsinit.h \ 223 258 $(SOPHYAINCP)tarrinit.h \ 259 $(SOPHYAINCP)pexceptions.h \ 224 260 $(SOPHYAINCP)datacards.h \ 225 261 $(SOPHYAINCP)ntuple.h \ … … 231 267 $(SOPHYAINCP)spherepos.h \ 232 268 $(SOPHYAINCP)unitvector.h \ 269 $(SOPHYAINCP)vector3d.h \ 270 $(SOPHYAINCP)datatype.h \ 233 271 $(SOPHYAINCP)spherehealpix.h \ 234 272 $(SOPHYAINCP)HEALPixUtils.h \ 235 273 $(SOPHYAINCP)fitsspherehealpix.h \ 236 274 $(SOPHYAINCP)fitsfile.h \ 275 $(SOPHYAINCP)fitsinoutfile.h \ 237 276 $(SOPHYAINCP)FitsIO/fitsio.h \ 238 277 $(SOPHYAINCP)FitsIO/longnam.h \ 278 $(SOPHYAINCP)fitshandler.h \ 239 279 $(SOPHYAINCP)fitstarray.h \ 240 280 $(SOPHYAINCP)cimage.h \ 281 $(SOPHYAINCP)fioarr.h \ 241 282 $(SOPHYAINCP)radspecvector.h \ 242 283 $(SOPHYAINCP)radspec.h \ … … 252 293 $(SOPHYAINCP)bruit.h \ 253 294 $(SOPHYAINCP)mapoperation.h 254 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc295 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 255 296 256 297 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 257 298 pmixer.h $(SOPHYAINCP)machdefs.h \ 258 299 $(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 \ 300 $(SOPHYAINCP)machdefs.h \ 301 $(SOPHYAINCP)tarray.h \ 302 $(SOPHYAINCP)basarr.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h \ 305 $(SOPHYAINCP)timestamp.h \ 306 $(SOPHYAINCP)objfio.h \ 307 $(SOPHYAINCP)ppersist.h \ 308 $(SOPHYAINCP)pexceptions.h \ 309 $(SOPHYAINCP)gnumd5.h \ 310 $(SOPHYAINCP)ppfbinstream.h \ 311 $(SOPHYAINCP)rawstream.h \ 312 $(SOPHYAINCP)ppfnametag.h \ 313 $(SOPHYAINCP)dvlist.h \ 314 $(SOPHYAINCP)ndatablock.h \ 315 $(SOPHYAINCP)utilarr.h \ 316 $(SOPHYAINCP)tmatrix_tsnl.h \ 317 $(SOPHYAINCP)tvector.h \ 318 $(SOPHYAINCP)tmatrix.h \ 319 $(SOPHYAINCP)tvector_tsnl.h \ 320 $(SOPHYAINCP)fioarr.h \ 321 $(SOPHYAINCP)tvector.h \ 275 322 $(SOPHYAINCP)vector3d.h \ 276 323 $(SOPHYAINCP)longlat.h \ … … 283 330 $(SOPHYAINCP)ntoolsinit.h \ 284 331 $(SOPHYAINCP)tarrinit.h \ 332 $(SOPHYAINCP)pexceptions.h \ 285 333 $(SOPHYAINCP)datacards.h \ 286 334 $(SOPHYAINCP)ntuple.h \ … … 292 340 $(SOPHYAINCP)spherepos.h \ 293 341 $(SOPHYAINCP)unitvector.h \ 342 $(SOPHYAINCP)vector3d.h \ 343 $(SOPHYAINCP)datatype.h \ 294 344 $(SOPHYAINCP)spherehealpix.h \ 295 345 $(SOPHYAINCP)HEALPixUtils.h \ 296 346 $(SOPHYAINCP)fitsspherehealpix.h \ 297 347 $(SOPHYAINCP)fitsfile.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 298 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 299 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 300 352 $(SOPHYAINCP)fitstarray.h \ 301 353 $(SOPHYAINCP)cimage.h \ 354 $(SOPHYAINCP)fioarr.h \ 302 355 $(SOPHYAINCP)radspecvector.h \ 303 356 $(SOPHYAINCP)radspec.h \ … … 318 371 pmixer.h $(SOPHYAINCP)machdefs.h \ 319 372 $(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 \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)tarray.h \ 375 $(SOPHYAINCP)basarr.h \ 376 $(SOPHYAINCP)anydataobj.h \ 377 $(SOPHYAINCP)mutyv.h \ 378 $(SOPHYAINCP)timestamp.h \ 379 $(SOPHYAINCP)objfio.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)pexceptions.h \ 382 $(SOPHYAINCP)gnumd5.h \ 383 $(SOPHYAINCP)ppfbinstream.h \ 384 $(SOPHYAINCP)rawstream.h \ 385 $(SOPHYAINCP)ppfnametag.h \ 386 $(SOPHYAINCP)dvlist.h \ 387 $(SOPHYAINCP)ndatablock.h \ 388 $(SOPHYAINCP)utilarr.h \ 389 $(SOPHYAINCP)tmatrix_tsnl.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 392 $(SOPHYAINCP)tvector_tsnl.h \ 393 $(SOPHYAINCP)fioarr.h \ 394 $(SOPHYAINCP)tvector.h \ 336 395 $(SOPHYAINCP)vector3d.h \ 337 396 $(SOPHYAINCP)longlat.h \ … … 344 403 $(SOPHYAINCP)ntoolsinit.h \ 345 404 $(SOPHYAINCP)tarrinit.h \ 405 $(SOPHYAINCP)pexceptions.h \ 346 406 $(SOPHYAINCP)datacards.h \ 347 407 $(SOPHYAINCP)ntuple.h \ … … 353 413 $(SOPHYAINCP)spherepos.h \ 354 414 $(SOPHYAINCP)unitvector.h \ 415 $(SOPHYAINCP)vector3d.h \ 416 $(SOPHYAINCP)datatype.h \ 355 417 $(SOPHYAINCP)spherehealpix.h \ 356 418 $(SOPHYAINCP)HEALPixUtils.h \ 357 419 $(SOPHYAINCP)fitsspherehealpix.h \ 358 420 $(SOPHYAINCP)fitsfile.h \ 421 $(SOPHYAINCP)fitsinoutfile.h \ 359 422 $(SOPHYAINCP)FitsIO/fitsio.h \ 360 423 $(SOPHYAINCP)FitsIO/longnam.h \ 424 $(SOPHYAINCP)fitshandler.h \ 361 425 $(SOPHYAINCP)fitstarray.h \ 362 426 $(SOPHYAINCP)cimage.h \ 427 $(SOPHYAINCP)fioarr.h \ 363 428 $(SOPHYAINCP)radspecvector.h \ 364 429 $(SOPHYAINCP)radspec.h \ -
trunk/SophyaProg/PrgMap/Makefile
r2834 r3007 42 42 $(SOPHYAINCP)machdefs.h \ 43 43 $(SOPHYAINCP)nbmath.h \ 44 $(SOPHYAINCP)machdefs.h \ 44 45 $(SOPHYAINCP)smathconst.h \ 45 46 $(SOPHYAINCP)timing.h \ … … 61 62 $(SOPHYAINCP)utilarr.h \ 62 63 $(SOPHYAINCP)tmatrix.h \ 63 $(SOPHYAINCP)tvector.h \ 64 $(SOPHYAINCP)tmatrix_tsnl.h \ 65 $(SOPHYAINCP)tvector.h \ 66 $(SOPHYAINCP)tvector_tsnl.h \ 64 67 $(SOPHYAINCP)matharr.h \ 65 68 $(SOPHYAINCP)fioarr.h \ … … 74 77 $(SOPHYAINCP)longlat.h \ 75 78 $(SOPHYAINCP)utilgeom.h \ 79 $(SOPHYAINCP)datatype.h \ 76 80 $(SOPHYAINCP)spherehealpix.h \ 77 81 $(SOPHYAINCP)HEALPixUtils.h \ … … 86 90 $(SOPHYAINCP)nbrandom.h \ 87 91 $(SOPHYAINCP)srandgen.h \ 92 $(SOPHYAINCP)nbmath.h \ 88 93 $(SOPHYAINCP)triangmtx.h \ 89 94 $(SOPHYAINCP)bruit.h \ … … 106 111 $(SOPHYAINCP)fitsspherehealpix.h \ 107 112 $(SOPHYAINCP)fitsfile.h \ 108 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 $(SOPHYAINCP)FitsIO/longnam.h \ 113 $(SOPHYAINCP)fitsinoutfile.h \ 114 $(SOPHYAINCP)FitsIO/fitsio.h \ 115 $(SOPHYAINCP)FitsIO/longnam.h \ 116 $(SOPHYAINCP)fitshandler.h \ 110 117 $(SOPHYAINCP)fitstarray.h 111 118 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cl2map.cc … … 116 123 $(SOPHYAINCP)skymapinit.h \ 117 124 $(SOPHYAINCP)sophyainit.h \ 118 $(SOPHYAINCP)skymap.h \ 119 $(SOPHYAINCP)spherethetaphi.h \ 120 $(SOPHYAINCP)sphericalmap.h \ 121 $(SOPHYAINCP)smathconst.h \ 122 $(SOPHYAINCP)pixelmap.h \ 123 $(SOPHYAINCP)ppersist.h \ 124 $(SOPHYAINCP)pexceptions.h \ 125 $(SOPHYAINCP)gnumd5.h \ 126 $(SOPHYAINCP)ppfbinstream.h \ 127 $(SOPHYAINCP)rawstream.h \ 128 $(SOPHYAINCP)ppfnametag.h \ 129 $(SOPHYAINCP)dvlist.h \ 130 $(SOPHYAINCP)objfio.h \ 131 $(SOPHYAINCP)anydataobj.h \ 132 $(SOPHYAINCP)mutyv.h \ 133 $(SOPHYAINCP)timestamp.h \ 134 $(SOPHYAINCP)spherepos.h \ 135 $(SOPHYAINCP)unitvector.h \ 136 $(SOPHYAINCP)vector3d.h \ 137 $(SOPHYAINCP)longlat.h \ 138 $(SOPHYAINCP)utilgeom.h \ 139 $(SOPHYAINCP)tvector.h \ 140 $(SOPHYAINCP)tmatrix.h \ 141 $(SOPHYAINCP)tarray.h \ 142 $(SOPHYAINCP)basarr.h \ 143 $(SOPHYAINCP)ndatablock.h \ 144 $(SOPHYAINCP)utilarr.h \ 145 $(SOPHYAINCP)spherehealpix.h \ 146 $(SOPHYAINCP)HEALPixUtils.h \ 147 $(SOPHYAINCP)localmap.h \ 148 $(SOPHYAINCP)sphereecp.h \ 149 $(SOPHYAINCP)fiospherethetaphi.h \ 150 $(SOPHYAINCP)fiospherehealpix.h \ 151 $(SOPHYAINCP)fiolocalmap.h \ 152 $(SOPHYAINCP)fiosphereecp.h \ 153 $(SOPHYAINCP)fitsspherehealpix.h \ 154 $(SOPHYAINCP)fitsfile.h \ 155 $(SOPHYAINCP)FitsIO/fitsio.h \ 156 $(SOPHYAINCP)FitsIO/longnam.h 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)skymap.h \ 127 $(SOPHYAINCP)spherethetaphi.h \ 128 $(SOPHYAINCP)sphericalmap.h \ 129 $(SOPHYAINCP)smathconst.h \ 130 $(SOPHYAINCP)pixelmap.h \ 131 $(SOPHYAINCP)ppersist.h \ 132 $(SOPHYAINCP)pexceptions.h \ 133 $(SOPHYAINCP)gnumd5.h \ 134 $(SOPHYAINCP)ppfbinstream.h \ 135 $(SOPHYAINCP)rawstream.h \ 136 $(SOPHYAINCP)ppfnametag.h \ 137 $(SOPHYAINCP)dvlist.h \ 138 $(SOPHYAINCP)objfio.h \ 139 $(SOPHYAINCP)anydataobj.h \ 140 $(SOPHYAINCP)mutyv.h \ 141 $(SOPHYAINCP)timestamp.h \ 142 $(SOPHYAINCP)spherepos.h \ 143 $(SOPHYAINCP)unitvector.h \ 144 $(SOPHYAINCP)vector3d.h \ 145 $(SOPHYAINCP)longlat.h \ 146 $(SOPHYAINCP)utilgeom.h \ 147 $(SOPHYAINCP)datatype.h \ 148 $(SOPHYAINCP)tvector.h \ 149 $(SOPHYAINCP)tmatrix.h \ 150 $(SOPHYAINCP)tarray.h \ 151 $(SOPHYAINCP)basarr.h \ 152 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)utilarr.h \ 154 $(SOPHYAINCP)tmatrix_tsnl.h \ 155 $(SOPHYAINCP)tvector_tsnl.h \ 156 $(SOPHYAINCP)spherehealpix.h \ 157 $(SOPHYAINCP)HEALPixUtils.h \ 158 $(SOPHYAINCP)localmap.h \ 159 $(SOPHYAINCP)sphereecp.h \ 160 $(SOPHYAINCP)fiospherethetaphi.h \ 161 $(SOPHYAINCP)fiospherehealpix.h \ 162 $(SOPHYAINCP)fiolocalmap.h \ 163 $(SOPHYAINCP)fiosphereecp.h \ 164 $(SOPHYAINCP)fitsspherehealpix.h \ 165 $(SOPHYAINCP)fitsfile.h \ 166 $(SOPHYAINCP)fitsinoutfile.h \ 167 $(SOPHYAINCP)FitsIO/fitsio.h \ 168 $(SOPHYAINCP)FitsIO/longnam.h \ 169 $(SOPHYAINCP)fitshandler.h 157 170 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cremskfrsph.cc 158 171 … … 162 175 $(SOPHYAINCP)skymapinit.h \ 163 176 $(SOPHYAINCP)sophyainit.h \ 164 $(SOPHYAINCP)skymap.h \ 165 $(SOPHYAINCP)spherethetaphi.h \ 166 $(SOPHYAINCP)sphericalmap.h \ 167 $(SOPHYAINCP)smathconst.h \ 168 $(SOPHYAINCP)pixelmap.h \ 169 $(SOPHYAINCP)ppersist.h \ 170 $(SOPHYAINCP)pexceptions.h \ 171 $(SOPHYAINCP)gnumd5.h \ 172 $(SOPHYAINCP)ppfbinstream.h \ 173 $(SOPHYAINCP)rawstream.h \ 174 $(SOPHYAINCP)ppfnametag.h \ 175 $(SOPHYAINCP)dvlist.h \ 176 $(SOPHYAINCP)objfio.h \ 177 $(SOPHYAINCP)anydataobj.h \ 178 $(SOPHYAINCP)mutyv.h \ 179 $(SOPHYAINCP)timestamp.h \ 180 $(SOPHYAINCP)spherepos.h \ 181 $(SOPHYAINCP)unitvector.h \ 182 $(SOPHYAINCP)vector3d.h \ 183 $(SOPHYAINCP)longlat.h \ 184 $(SOPHYAINCP)utilgeom.h \ 185 $(SOPHYAINCP)tvector.h \ 186 $(SOPHYAINCP)tmatrix.h \ 187 $(SOPHYAINCP)tarray.h \ 188 $(SOPHYAINCP)basarr.h \ 189 $(SOPHYAINCP)ndatablock.h \ 190 $(SOPHYAINCP)utilarr.h \ 191 $(SOPHYAINCP)spherehealpix.h \ 192 $(SOPHYAINCP)HEALPixUtils.h \ 193 $(SOPHYAINCP)localmap.h \ 194 $(SOPHYAINCP)sphereecp.h \ 195 $(SOPHYAINCP)fiospherethetaphi.h \ 196 $(SOPHYAINCP)fiospherehealpix.h \ 197 $(SOPHYAINCP)fiolocalmap.h \ 198 $(SOPHYAINCP)fiosphereecp.h \ 199 $(SOPHYAINCP)fitsspherehealpix.h \ 200 $(SOPHYAINCP)fitsfile.h \ 201 $(SOPHYAINCP)FitsIO/fitsio.h \ 202 $(SOPHYAINCP)FitsIO/longnam.h 177 $(SOPHYAINCP)machdefs.h \ 178 $(SOPHYAINCP)skymap.h \ 179 $(SOPHYAINCP)spherethetaphi.h \ 180 $(SOPHYAINCP)sphericalmap.h \ 181 $(SOPHYAINCP)smathconst.h \ 182 $(SOPHYAINCP)pixelmap.h \ 183 $(SOPHYAINCP)ppersist.h \ 184 $(SOPHYAINCP)pexceptions.h \ 185 $(SOPHYAINCP)gnumd5.h \ 186 $(SOPHYAINCP)ppfbinstream.h \ 187 $(SOPHYAINCP)rawstream.h \ 188 $(SOPHYAINCP)ppfnametag.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)anydataobj.h \ 192 $(SOPHYAINCP)mutyv.h \ 193 $(SOPHYAINCP)timestamp.h \ 194 $(SOPHYAINCP)spherepos.h \ 195 $(SOPHYAINCP)unitvector.h \ 196 $(SOPHYAINCP)vector3d.h \ 197 $(SOPHYAINCP)longlat.h \ 198 $(SOPHYAINCP)utilgeom.h \ 199 $(SOPHYAINCP)datatype.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h \ 206 $(SOPHYAINCP)tmatrix_tsnl.h \ 207 $(SOPHYAINCP)tvector_tsnl.h \ 208 $(SOPHYAINCP)spherehealpix.h \ 209 $(SOPHYAINCP)HEALPixUtils.h \ 210 $(SOPHYAINCP)localmap.h \ 211 $(SOPHYAINCP)sphereecp.h \ 212 $(SOPHYAINCP)fiospherethetaphi.h \ 213 $(SOPHYAINCP)fiospherehealpix.h \ 214 $(SOPHYAINCP)fiolocalmap.h \ 215 $(SOPHYAINCP)fiosphereecp.h \ 216 $(SOPHYAINCP)fitsspherehealpix.h \ 217 $(SOPHYAINCP)fitsfile.h \ 218 $(SOPHYAINCP)fitsinoutfile.h \ 219 $(SOPHYAINCP)FitsIO/fitsio.h \ 220 $(SOPHYAINCP)FitsIO/longnam.h \ 221 $(SOPHYAINCP)fitshandler.h 203 222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrap2sph.cc 204 223 … … 208 227 $(SOPHYAINCP)skymapinit.h \ 209 228 $(SOPHYAINCP)sophyainit.h \ 210 $(SOPHYAINCP)skymap.h \ 211 $(SOPHYAINCP)spherethetaphi.h \ 212 $(SOPHYAINCP)sphericalmap.h \ 213 $(SOPHYAINCP)smathconst.h \ 214 $(SOPHYAINCP)pixelmap.h \ 215 $(SOPHYAINCP)ppersist.h \ 216 $(SOPHYAINCP)pexceptions.h \ 217 $(SOPHYAINCP)gnumd5.h \ 218 $(SOPHYAINCP)ppfbinstream.h \ 219 $(SOPHYAINCP)rawstream.h \ 220 $(SOPHYAINCP)ppfnametag.h \ 221 $(SOPHYAINCP)dvlist.h \ 222 $(SOPHYAINCP)objfio.h \ 223 $(SOPHYAINCP)anydataobj.h \ 224 $(SOPHYAINCP)mutyv.h \ 225 $(SOPHYAINCP)timestamp.h \ 226 $(SOPHYAINCP)spherepos.h \ 227 $(SOPHYAINCP)unitvector.h \ 228 $(SOPHYAINCP)vector3d.h \ 229 $(SOPHYAINCP)longlat.h \ 230 $(SOPHYAINCP)utilgeom.h \ 231 $(SOPHYAINCP)tvector.h \ 232 $(SOPHYAINCP)tmatrix.h \ 233 $(SOPHYAINCP)tarray.h \ 234 $(SOPHYAINCP)basarr.h \ 235 $(SOPHYAINCP)ndatablock.h \ 236 $(SOPHYAINCP)utilarr.h \ 237 $(SOPHYAINCP)spherehealpix.h \ 238 $(SOPHYAINCP)HEALPixUtils.h \ 239 $(SOPHYAINCP)localmap.h \ 240 $(SOPHYAINCP)sphereecp.h \ 241 $(SOPHYAINCP)fiospherethetaphi.h \ 242 $(SOPHYAINCP)fiospherehealpix.h \ 243 $(SOPHYAINCP)fiolocalmap.h \ 244 $(SOPHYAINCP)fiosphereecp.h \ 245 $(SOPHYAINCP)fitsspherehealpix.h \ 246 $(SOPHYAINCP)fitsfile.h \ 247 $(SOPHYAINCP)FitsIO/fitsio.h \ 248 $(SOPHYAINCP)FitsIO/longnam.h 229 $(SOPHYAINCP)machdefs.h \ 230 $(SOPHYAINCP)skymap.h \ 231 $(SOPHYAINCP)spherethetaphi.h \ 232 $(SOPHYAINCP)sphericalmap.h \ 233 $(SOPHYAINCP)smathconst.h \ 234 $(SOPHYAINCP)pixelmap.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)pexceptions.h \ 237 $(SOPHYAINCP)gnumd5.h \ 238 $(SOPHYAINCP)ppfbinstream.h \ 239 $(SOPHYAINCP)rawstream.h \ 240 $(SOPHYAINCP)ppfnametag.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)objfio.h \ 243 $(SOPHYAINCP)anydataobj.h \ 244 $(SOPHYAINCP)mutyv.h \ 245 $(SOPHYAINCP)timestamp.h \ 246 $(SOPHYAINCP)spherepos.h \ 247 $(SOPHYAINCP)unitvector.h \ 248 $(SOPHYAINCP)vector3d.h \ 249 $(SOPHYAINCP)longlat.h \ 250 $(SOPHYAINCP)utilgeom.h \ 251 $(SOPHYAINCP)datatype.h \ 252 $(SOPHYAINCP)tvector.h \ 253 $(SOPHYAINCP)tmatrix.h \ 254 $(SOPHYAINCP)tarray.h \ 255 $(SOPHYAINCP)basarr.h \ 256 $(SOPHYAINCP)ndatablock.h \ 257 $(SOPHYAINCP)utilarr.h \ 258 $(SOPHYAINCP)tmatrix_tsnl.h \ 259 $(SOPHYAINCP)tvector_tsnl.h \ 260 $(SOPHYAINCP)spherehealpix.h \ 261 $(SOPHYAINCP)HEALPixUtils.h \ 262 $(SOPHYAINCP)localmap.h \ 263 $(SOPHYAINCP)sphereecp.h \ 264 $(SOPHYAINCP)fiospherethetaphi.h \ 265 $(SOPHYAINCP)fiospherehealpix.h \ 266 $(SOPHYAINCP)fiolocalmap.h \ 267 $(SOPHYAINCP)fiosphereecp.h \ 268 $(SOPHYAINCP)fitsspherehealpix.h \ 269 $(SOPHYAINCP)fitsfile.h \ 270 $(SOPHYAINCP)fitsinoutfile.h \ 271 $(SOPHYAINCP)FitsIO/fitsio.h \ 272 $(SOPHYAINCP)FitsIO/longnam.h \ 273 $(SOPHYAINCP)fitshandler.h 249 274 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrapsph.cc 250 275 … … 252 277 $(SOPHYAINCP)machdefs.h \ 253 278 $(SOPHYAINCP)nbmath.h \ 279 $(SOPHYAINCP)machdefs.h \ 254 280 $(SOPHYAINCP)smathconst.h \ 255 281 $(SOPHYAINCP)timing.h \ … … 271 297 $(SOPHYAINCP)utilarr.h \ 272 298 $(SOPHYAINCP)tmatrix.h \ 273 $(SOPHYAINCP)tvector.h \ 299 $(SOPHYAINCP)tmatrix_tsnl.h \ 300 $(SOPHYAINCP)tvector.h \ 301 $(SOPHYAINCP)tvector_tsnl.h \ 274 302 $(SOPHYAINCP)matharr.h \ 275 303 $(SOPHYAINCP)fioarr.h \ … … 284 312 $(SOPHYAINCP)longlat.h \ 285 313 $(SOPHYAINCP)utilgeom.h \ 314 $(SOPHYAINCP)datatype.h \ 286 315 $(SOPHYAINCP)spherehealpix.h \ 287 316 $(SOPHYAINCP)HEALPixUtils.h \ … … 296 325 $(SOPHYAINCP)nbrandom.h \ 297 326 $(SOPHYAINCP)srandgen.h \ 327 $(SOPHYAINCP)nbmath.h \ 298 328 $(SOPHYAINCP)triangmtx.h \ 299 329 $(SOPHYAINCP)bruit.h \ … … 316 346 $(SOPHYAINCP)fitsspherehealpix.h \ 317 347 $(SOPHYAINCP)fitsfile.h \ 318 $(SOPHYAINCP)FitsIO/fitsio.h \ 319 $(SOPHYAINCP)FitsIO/longnam.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 320 352 $(SOPHYAINCP)fitstarray.h 321 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ map2cl.cc 322 354 323 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc $(SOPHYAINCP)sopnamsp.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 $(SOPHYAINCP)nbmath.h \ 355 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ 356 $(SOPHYAINCP)sopnamsp.h \ 357 $(SOPHYAINCP)machdefs.h \ 358 $(SOPHYAINCP)nbmath.h \ 359 $(SOPHYAINCP)machdefs.h \ 326 360 $(SOPHYAINCP)smathconst.h \ 327 361 $(SOPHYAINCP)timing.h \ … … 343 377 $(SOPHYAINCP)utilarr.h \ 344 378 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tvector.h \ 379 $(SOPHYAINCP)tmatrix_tsnl.h \ 380 $(SOPHYAINCP)tvector.h \ 381 $(SOPHYAINCP)tvector_tsnl.h \ 346 382 $(SOPHYAINCP)matharr.h \ 347 383 $(SOPHYAINCP)fioarr.h \ … … 356 392 $(SOPHYAINCP)longlat.h \ 357 393 $(SOPHYAINCP)utilgeom.h \ 394 $(SOPHYAINCP)datatype.h \ 358 395 $(SOPHYAINCP)spherehealpix.h \ 359 396 $(SOPHYAINCP)HEALPixUtils.h \ … … 368 405 $(SOPHYAINCP)nbrandom.h \ 369 406 $(SOPHYAINCP)srandgen.h \ 407 $(SOPHYAINCP)nbmath.h \ 370 408 $(SOPHYAINCP)triangmtx.h \ 371 409 $(SOPHYAINCP)bruit.h \ … … 388 426 $(SOPHYAINCP)fitsspherehealpix.h \ 389 427 $(SOPHYAINCP)fitsfile.h \ 390 $(SOPHYAINCP)FitsIO/fitsio.h \ 391 $(SOPHYAINCP)FitsIO/longnam.h \ 428 $(SOPHYAINCP)fitsinoutfile.h \ 429 $(SOPHYAINCP)FitsIO/fitsio.h \ 430 $(SOPHYAINCP)FitsIO/longnam.h \ 431 $(SOPHYAINCP)fitshandler.h \ 392 432 $(SOPHYAINCP)fitstarray.h 393 433 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ prjsmap.cc -
trunk/SophyaProg/PrgMap/smakefile
r2765 r3007 42 42 $(SOPHYAINCP)machdefs.h \ 43 43 $(SOPHYAINCP)nbmath.h \ 44 $(SOPHYAINCP)machdefs.h \ 44 45 $(SOPHYAINCP)smathconst.h \ 45 46 $(SOPHYAINCP)timing.h \ … … 49 50 $(SOPHYAINCP)anydataobj.h \ 50 51 $(SOPHYAINCP)mutyv.h \ 51 $(SOPHYAINCP)dvlist.h \ 52 $(SOPHYAINCP)objfio.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)tmatrix.h \ 62 $(SOPHYAINCP)tvector.h \ 52 $(SOPHYAINCP)timestamp.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)pexceptions.h \ 56 $(SOPHYAINCP)gnumd5.h \ 57 $(SOPHYAINCP)ppfbinstream.h \ 58 $(SOPHYAINCP)rawstream.h \ 59 $(SOPHYAINCP)ppfnametag.h \ 60 $(SOPHYAINCP)dvlist.h \ 61 $(SOPHYAINCP)ndatablock.h \ 62 $(SOPHYAINCP)utilarr.h \ 63 $(SOPHYAINCP)tmatrix.h \ 64 $(SOPHYAINCP)tmatrix_tsnl.h \ 65 $(SOPHYAINCP)tvector.h \ 66 $(SOPHYAINCP)tvector_tsnl.h \ 63 67 $(SOPHYAINCP)matharr.h \ 64 68 $(SOPHYAINCP)fioarr.h \ … … 73 77 $(SOPHYAINCP)longlat.h \ 74 78 $(SOPHYAINCP)utilgeom.h \ 79 $(SOPHYAINCP)datatype.h \ 75 80 $(SOPHYAINCP)spherehealpix.h \ 76 81 $(SOPHYAINCP)HEALPixUtils.h \ … … 85 90 $(SOPHYAINCP)nbrandom.h \ 86 91 $(SOPHYAINCP)srandgen.h \ 92 $(SOPHYAINCP)nbmath.h \ 87 93 $(SOPHYAINCP)triangmtx.h \ 88 94 $(SOPHYAINCP)bruit.h \ … … 105 111 $(SOPHYAINCP)fitsspherehealpix.h \ 106 112 $(SOPHYAINCP)fitsfile.h \ 107 $(SOPHYAINCP)FitsIO/fitsio.h \ 108 $(SOPHYAINCP)FitsIO/longnam.h \ 113 $(SOPHYAINCP)fitsinoutfile.h \ 114 $(SOPHYAINCP)FitsIO/fitsio.h \ 115 $(SOPHYAINCP)FitsIO/longnam.h \ 116 $(SOPHYAINCP)fitshandler.h \ 109 117 $(SOPHYAINCP)fitstarray.h 110 118 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cl2map.cc … … 115 123 $(SOPHYAINCP)skymapinit.h \ 116 124 $(SOPHYAINCP)sophyainit.h \ 117 $(SOPHYAINCP)skymap.h \ 118 $(SOPHYAINCP)spherethetaphi.h \ 119 $(SOPHYAINCP)sphericalmap.h \ 120 $(SOPHYAINCP)smathconst.h \ 121 $(SOPHYAINCP)pixelmap.h \ 122 $(SOPHYAINCP)ppersist.h \ 123 $(SOPHYAINCP)pexceptions.h \ 124 $(SOPHYAINCP)gnumd5.h \ 125 $(SOPHYAINCP)ppfbinstream.h \ 126 $(SOPHYAINCP)rawstream.h \ 127 $(SOPHYAINCP)ppfnametag.h \ 128 $(SOPHYAINCP)dvlist.h \ 129 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 $(SOPHYAINCP)mutyv.h \ 132 $(SOPHYAINCP)spherepos.h \ 133 $(SOPHYAINCP)unitvector.h \ 134 $(SOPHYAINCP)vector3d.h \ 135 $(SOPHYAINCP)longlat.h \ 136 $(SOPHYAINCP)utilgeom.h \ 137 $(SOPHYAINCP)tvector.h \ 138 $(SOPHYAINCP)tmatrix.h \ 139 $(SOPHYAINCP)tarray.h \ 140 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)ndatablock.h \ 142 $(SOPHYAINCP)utilarr.h \ 143 $(SOPHYAINCP)spherehealpix.h \ 144 $(SOPHYAINCP)HEALPixUtils.h \ 145 $(SOPHYAINCP)localmap.h \ 146 $(SOPHYAINCP)sphereecp.h \ 147 $(SOPHYAINCP)fiospherethetaphi.h \ 148 $(SOPHYAINCP)fiospherehealpix.h \ 149 $(SOPHYAINCP)fiolocalmap.h \ 150 $(SOPHYAINCP)fiosphereecp.h \ 151 $(SOPHYAINCP)fitsspherehealpix.h \ 152 $(SOPHYAINCP)fitsfile.h \ 153 $(SOPHYAINCP)FitsIO/fitsio.h \ 154 $(SOPHYAINCP)FitsIO/longnam.h 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)skymap.h \ 127 $(SOPHYAINCP)spherethetaphi.h \ 128 $(SOPHYAINCP)sphericalmap.h \ 129 $(SOPHYAINCP)smathconst.h \ 130 $(SOPHYAINCP)pixelmap.h \ 131 $(SOPHYAINCP)ppersist.h \ 132 $(SOPHYAINCP)pexceptions.h \ 133 $(SOPHYAINCP)gnumd5.h \ 134 $(SOPHYAINCP)ppfbinstream.h \ 135 $(SOPHYAINCP)rawstream.h \ 136 $(SOPHYAINCP)ppfnametag.h \ 137 $(SOPHYAINCP)dvlist.h \ 138 $(SOPHYAINCP)objfio.h \ 139 $(SOPHYAINCP)anydataobj.h \ 140 $(SOPHYAINCP)mutyv.h \ 141 $(SOPHYAINCP)timestamp.h \ 142 $(SOPHYAINCP)spherepos.h \ 143 $(SOPHYAINCP)unitvector.h \ 144 $(SOPHYAINCP)vector3d.h \ 145 $(SOPHYAINCP)longlat.h \ 146 $(SOPHYAINCP)utilgeom.h \ 147 $(SOPHYAINCP)datatype.h \ 148 $(SOPHYAINCP)tvector.h \ 149 $(SOPHYAINCP)tmatrix.h \ 150 $(SOPHYAINCP)tarray.h \ 151 $(SOPHYAINCP)basarr.h \ 152 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)utilarr.h \ 154 $(SOPHYAINCP)tmatrix_tsnl.h \ 155 $(SOPHYAINCP)tvector_tsnl.h \ 156 $(SOPHYAINCP)spherehealpix.h \ 157 $(SOPHYAINCP)HEALPixUtils.h \ 158 $(SOPHYAINCP)localmap.h \ 159 $(SOPHYAINCP)sphereecp.h \ 160 $(SOPHYAINCP)fiospherethetaphi.h \ 161 $(SOPHYAINCP)fiospherehealpix.h \ 162 $(SOPHYAINCP)fiolocalmap.h \ 163 $(SOPHYAINCP)fiosphereecp.h \ 164 $(SOPHYAINCP)fitsspherehealpix.h \ 165 $(SOPHYAINCP)fitsfile.h \ 166 $(SOPHYAINCP)fitsinoutfile.h \ 167 $(SOPHYAINCP)FitsIO/fitsio.h \ 168 $(SOPHYAINCP)FitsIO/longnam.h \ 169 $(SOPHYAINCP)fitshandler.h 155 170 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cremskfrsph.cc 156 171 … … 160 175 $(SOPHYAINCP)skymapinit.h \ 161 176 $(SOPHYAINCP)sophyainit.h \ 162 $(SOPHYAINCP)skymap.h \ 163 $(SOPHYAINCP)spherethetaphi.h \ 164 $(SOPHYAINCP)sphericalmap.h \ 165 $(SOPHYAINCP)smathconst.h \ 166 $(SOPHYAINCP)pixelmap.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)pexceptions.h \ 169 $(SOPHYAINCP)gnumd5.h \ 170 $(SOPHYAINCP)ppfbinstream.h \ 171 $(SOPHYAINCP)rawstream.h \ 172 $(SOPHYAINCP)ppfnametag.h \ 173 $(SOPHYAINCP)dvlist.h \ 174 $(SOPHYAINCP)objfio.h \ 175 $(SOPHYAINCP)anydataobj.h \ 176 $(SOPHYAINCP)mutyv.h \ 177 $(SOPHYAINCP)spherepos.h \ 178 $(SOPHYAINCP)unitvector.h \ 179 $(SOPHYAINCP)vector3d.h \ 180 $(SOPHYAINCP)longlat.h \ 181 $(SOPHYAINCP)utilgeom.h \ 182 $(SOPHYAINCP)tvector.h \ 183 $(SOPHYAINCP)tmatrix.h \ 184 $(SOPHYAINCP)tarray.h \ 185 $(SOPHYAINCP)basarr.h \ 186 $(SOPHYAINCP)ndatablock.h \ 187 $(SOPHYAINCP)utilarr.h \ 188 $(SOPHYAINCP)spherehealpix.h \ 189 $(SOPHYAINCP)HEALPixUtils.h \ 190 $(SOPHYAINCP)localmap.h \ 191 $(SOPHYAINCP)sphereecp.h \ 192 $(SOPHYAINCP)fiospherethetaphi.h \ 193 $(SOPHYAINCP)fiospherehealpix.h \ 194 $(SOPHYAINCP)fiolocalmap.h \ 195 $(SOPHYAINCP)fiosphereecp.h \ 196 $(SOPHYAINCP)fitsspherehealpix.h \ 197 $(SOPHYAINCP)fitsfile.h \ 198 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 $(SOPHYAINCP)FitsIO/longnam.h 177 $(SOPHYAINCP)machdefs.h \ 178 $(SOPHYAINCP)skymap.h \ 179 $(SOPHYAINCP)spherethetaphi.h \ 180 $(SOPHYAINCP)sphericalmap.h \ 181 $(SOPHYAINCP)smathconst.h \ 182 $(SOPHYAINCP)pixelmap.h \ 183 $(SOPHYAINCP)ppersist.h \ 184 $(SOPHYAINCP)pexceptions.h \ 185 $(SOPHYAINCP)gnumd5.h \ 186 $(SOPHYAINCP)ppfbinstream.h \ 187 $(SOPHYAINCP)rawstream.h \ 188 $(SOPHYAINCP)ppfnametag.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)anydataobj.h \ 192 $(SOPHYAINCP)mutyv.h \ 193 $(SOPHYAINCP)timestamp.h \ 194 $(SOPHYAINCP)spherepos.h \ 195 $(SOPHYAINCP)unitvector.h \ 196 $(SOPHYAINCP)vector3d.h \ 197 $(SOPHYAINCP)longlat.h \ 198 $(SOPHYAINCP)utilgeom.h \ 199 $(SOPHYAINCP)datatype.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h \ 206 $(SOPHYAINCP)tmatrix_tsnl.h \ 207 $(SOPHYAINCP)tvector_tsnl.h \ 208 $(SOPHYAINCP)spherehealpix.h \ 209 $(SOPHYAINCP)HEALPixUtils.h \ 210 $(SOPHYAINCP)localmap.h \ 211 $(SOPHYAINCP)sphereecp.h \ 212 $(SOPHYAINCP)fiospherethetaphi.h \ 213 $(SOPHYAINCP)fiospherehealpix.h \ 214 $(SOPHYAINCP)fiolocalmap.h \ 215 $(SOPHYAINCP)fiosphereecp.h \ 216 $(SOPHYAINCP)fitsspherehealpix.h \ 217 $(SOPHYAINCP)fitsfile.h \ 218 $(SOPHYAINCP)fitsinoutfile.h \ 219 $(SOPHYAINCP)FitsIO/fitsio.h \ 220 $(SOPHYAINCP)FitsIO/longnam.h \ 221 $(SOPHYAINCP)fitshandler.h 200 222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrap2sph.cc 201 223 … … 205 227 $(SOPHYAINCP)skymapinit.h \ 206 228 $(SOPHYAINCP)sophyainit.h \ 207 $(SOPHYAINCP)skymap.h \ 208 $(SOPHYAINCP)spherethetaphi.h \ 209 $(SOPHYAINCP)sphericalmap.h \ 210 $(SOPHYAINCP)smathconst.h \ 211 $(SOPHYAINCP)pixelmap.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)pexceptions.h \ 214 $(SOPHYAINCP)gnumd5.h \ 215 $(SOPHYAINCP)ppfbinstream.h \ 216 $(SOPHYAINCP)rawstream.h \ 217 $(SOPHYAINCP)ppfnametag.h \ 218 $(SOPHYAINCP)dvlist.h \ 219 $(SOPHYAINCP)objfio.h \ 220 $(SOPHYAINCP)anydataobj.h \ 221 $(SOPHYAINCP)mutyv.h \ 222 $(SOPHYAINCP)spherepos.h \ 223 $(SOPHYAINCP)unitvector.h \ 224 $(SOPHYAINCP)vector3d.h \ 225 $(SOPHYAINCP)longlat.h \ 226 $(SOPHYAINCP)utilgeom.h \ 227 $(SOPHYAINCP)tvector.h \ 228 $(SOPHYAINCP)tmatrix.h \ 229 $(SOPHYAINCP)tarray.h \ 230 $(SOPHYAINCP)basarr.h \ 231 $(SOPHYAINCP)ndatablock.h \ 232 $(SOPHYAINCP)utilarr.h \ 233 $(SOPHYAINCP)spherehealpix.h \ 234 $(SOPHYAINCP)HEALPixUtils.h \ 235 $(SOPHYAINCP)localmap.h \ 236 $(SOPHYAINCP)sphereecp.h \ 237 $(SOPHYAINCP)fiospherethetaphi.h \ 238 $(SOPHYAINCP)fiospherehealpix.h \ 239 $(SOPHYAINCP)fiolocalmap.h \ 240 $(SOPHYAINCP)fiosphereecp.h \ 241 $(SOPHYAINCP)fitsspherehealpix.h \ 242 $(SOPHYAINCP)fitsfile.h \ 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 $(SOPHYAINCP)FitsIO/longnam.h 229 $(SOPHYAINCP)machdefs.h \ 230 $(SOPHYAINCP)skymap.h \ 231 $(SOPHYAINCP)spherethetaphi.h \ 232 $(SOPHYAINCP)sphericalmap.h \ 233 $(SOPHYAINCP)smathconst.h \ 234 $(SOPHYAINCP)pixelmap.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)pexceptions.h \ 237 $(SOPHYAINCP)gnumd5.h \ 238 $(SOPHYAINCP)ppfbinstream.h \ 239 $(SOPHYAINCP)rawstream.h \ 240 $(SOPHYAINCP)ppfnametag.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)objfio.h \ 243 $(SOPHYAINCP)anydataobj.h \ 244 $(SOPHYAINCP)mutyv.h \ 245 $(SOPHYAINCP)timestamp.h \ 246 $(SOPHYAINCP)spherepos.h \ 247 $(SOPHYAINCP)unitvector.h \ 248 $(SOPHYAINCP)vector3d.h \ 249 $(SOPHYAINCP)longlat.h \ 250 $(SOPHYAINCP)utilgeom.h \ 251 $(SOPHYAINCP)datatype.h \ 252 $(SOPHYAINCP)tvector.h \ 253 $(SOPHYAINCP)tmatrix.h \ 254 $(SOPHYAINCP)tarray.h \ 255 $(SOPHYAINCP)basarr.h \ 256 $(SOPHYAINCP)ndatablock.h \ 257 $(SOPHYAINCP)utilarr.h \ 258 $(SOPHYAINCP)tmatrix_tsnl.h \ 259 $(SOPHYAINCP)tvector_tsnl.h \ 260 $(SOPHYAINCP)spherehealpix.h \ 261 $(SOPHYAINCP)HEALPixUtils.h \ 262 $(SOPHYAINCP)localmap.h \ 263 $(SOPHYAINCP)sphereecp.h \ 264 $(SOPHYAINCP)fiospherethetaphi.h \ 265 $(SOPHYAINCP)fiospherehealpix.h \ 266 $(SOPHYAINCP)fiolocalmap.h \ 267 $(SOPHYAINCP)fiosphereecp.h \ 268 $(SOPHYAINCP)fitsspherehealpix.h \ 269 $(SOPHYAINCP)fitsfile.h \ 270 $(SOPHYAINCP)fitsinoutfile.h \ 271 $(SOPHYAINCP)FitsIO/fitsio.h \ 272 $(SOPHYAINCP)FitsIO/longnam.h \ 273 $(SOPHYAINCP)fitshandler.h 245 274 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrapsph.cc 246 275 … … 248 277 $(SOPHYAINCP)machdefs.h \ 249 278 $(SOPHYAINCP)nbmath.h \ 279 $(SOPHYAINCP)machdefs.h \ 250 280 $(SOPHYAINCP)smathconst.h \ 251 281 $(SOPHYAINCP)timing.h \ … … 255 285 $(SOPHYAINCP)anydataobj.h \ 256 286 $(SOPHYAINCP)mutyv.h \ 257 $(SOPHYAINCP)dvlist.h \ 258 $(SOPHYAINCP)objfio.h \ 259 $(SOPHYAINCP)ppersist.h \ 260 $(SOPHYAINCP)pexceptions.h \ 261 $(SOPHYAINCP)gnumd5.h \ 262 $(SOPHYAINCP)ppfbinstream.h \ 263 $(SOPHYAINCP)rawstream.h \ 264 $(SOPHYAINCP)ppfnametag.h \ 265 $(SOPHYAINCP)ndatablock.h \ 266 $(SOPHYAINCP)utilarr.h \ 267 $(SOPHYAINCP)tmatrix.h \ 268 $(SOPHYAINCP)tvector.h \ 287 $(SOPHYAINCP)timestamp.h \ 288 $(SOPHYAINCP)objfio.h \ 289 $(SOPHYAINCP)ppersist.h \ 290 $(SOPHYAINCP)pexceptions.h \ 291 $(SOPHYAINCP)gnumd5.h \ 292 $(SOPHYAINCP)ppfbinstream.h \ 293 $(SOPHYAINCP)rawstream.h \ 294 $(SOPHYAINCP)ppfnametag.h \ 295 $(SOPHYAINCP)dvlist.h \ 296 $(SOPHYAINCP)ndatablock.h \ 297 $(SOPHYAINCP)utilarr.h \ 298 $(SOPHYAINCP)tmatrix.h \ 299 $(SOPHYAINCP)tmatrix_tsnl.h \ 300 $(SOPHYAINCP)tvector.h \ 301 $(SOPHYAINCP)tvector_tsnl.h \ 269 302 $(SOPHYAINCP)matharr.h \ 270 303 $(SOPHYAINCP)fioarr.h \ … … 279 312 $(SOPHYAINCP)longlat.h \ 280 313 $(SOPHYAINCP)utilgeom.h \ 314 $(SOPHYAINCP)datatype.h \ 281 315 $(SOPHYAINCP)spherehealpix.h \ 282 316 $(SOPHYAINCP)HEALPixUtils.h \ … … 291 325 $(SOPHYAINCP)nbrandom.h \ 292 326 $(SOPHYAINCP)srandgen.h \ 327 $(SOPHYAINCP)nbmath.h \ 293 328 $(SOPHYAINCP)triangmtx.h \ 294 329 $(SOPHYAINCP)bruit.h \ … … 311 346 $(SOPHYAINCP)fitsspherehealpix.h \ 312 347 $(SOPHYAINCP)fitsfile.h \ 313 $(SOPHYAINCP)FitsIO/fitsio.h \ 314 $(SOPHYAINCP)FitsIO/longnam.h \ 348 $(SOPHYAINCP)fitsinoutfile.h \ 349 $(SOPHYAINCP)FitsIO/fitsio.h \ 350 $(SOPHYAINCP)FitsIO/longnam.h \ 351 $(SOPHYAINCP)fitshandler.h \ 315 352 $(SOPHYAINCP)fitstarray.h 316 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ map2cl.cc 317 354 318 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc $(SOPHYAINCP)sopnamsp.h \ 319 $(SOPHYAINCP)machdefs.h \ 320 $(SOPHYAINCP)nbmath.h \ 355 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ 356 $(SOPHYAINCP)sopnamsp.h \ 357 $(SOPHYAINCP)machdefs.h \ 358 $(SOPHYAINCP)nbmath.h \ 359 $(SOPHYAINCP)machdefs.h \ 321 360 $(SOPHYAINCP)smathconst.h \ 322 361 $(SOPHYAINCP)timing.h \ … … 326 365 $(SOPHYAINCP)anydataobj.h \ 327 366 $(SOPHYAINCP)mutyv.h \ 328 $(SOPHYAINCP)dvlist.h \ 329 $(SOPHYAINCP)objfio.h \ 330 $(SOPHYAINCP)ppersist.h \ 331 $(SOPHYAINCP)pexceptions.h \ 332 $(SOPHYAINCP)gnumd5.h \ 333 $(SOPHYAINCP)ppfbinstream.h \ 334 $(SOPHYAINCP)rawstream.h \ 335 $(SOPHYAINCP)ppfnametag.h \ 336 $(SOPHYAINCP)ndatablock.h \ 337 $(SOPHYAINCP)utilarr.h \ 338 $(SOPHYAINCP)tmatrix.h \ 339 $(SOPHYAINCP)tvector.h \ 367 $(SOPHYAINCP)timestamp.h \ 368 $(SOPHYAINCP)objfio.h \ 369 $(SOPHYAINCP)ppersist.h \ 370 $(SOPHYAINCP)pexceptions.h \ 371 $(SOPHYAINCP)gnumd5.h \ 372 $(SOPHYAINCP)ppfbinstream.h \ 373 $(SOPHYAINCP)rawstream.h \ 374 $(SOPHYAINCP)ppfnametag.h \ 375 $(SOPHYAINCP)dvlist.h \ 376 $(SOPHYAINCP)ndatablock.h \ 377 $(SOPHYAINCP)utilarr.h \ 378 $(SOPHYAINCP)tmatrix.h \ 379 $(SOPHYAINCP)tmatrix_tsnl.h \ 380 $(SOPHYAINCP)tvector.h \ 381 $(SOPHYAINCP)tvector_tsnl.h \ 340 382 $(SOPHYAINCP)matharr.h \ 341 383 $(SOPHYAINCP)fioarr.h \ … … 350 392 $(SOPHYAINCP)longlat.h \ 351 393 $(SOPHYAINCP)utilgeom.h \ 394 $(SOPHYAINCP)datatype.h \ 352 395 $(SOPHYAINCP)spherehealpix.h \ 353 396 $(SOPHYAINCP)HEALPixUtils.h \ … … 362 405 $(SOPHYAINCP)nbrandom.h \ 363 406 $(SOPHYAINCP)srandgen.h \ 407 $(SOPHYAINCP)nbmath.h \ 364 408 $(SOPHYAINCP)triangmtx.h \ 365 409 $(SOPHYAINCP)bruit.h \ … … 382 426 $(SOPHYAINCP)fitsspherehealpix.h \ 383 427 $(SOPHYAINCP)fitsfile.h \ 384 $(SOPHYAINCP)FitsIO/fitsio.h \ 385 $(SOPHYAINCP)FitsIO/longnam.h \ 428 $(SOPHYAINCP)fitsinoutfile.h \ 429 $(SOPHYAINCP)FitsIO/fitsio.h \ 430 $(SOPHYAINCP)FitsIO/longnam.h \ 431 $(SOPHYAINCP)fitshandler.h \ 386 432 $(SOPHYAINCP)fitstarray.h 387 433 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ prjsmap.cc -
trunk/SophyaProg/PrgUtil/Makefile
r2834 r3007 28 28 $(SOPHYAINCP)tarrinit.h \ 29 29 $(SOPHYAINCP)sophyainit.h \ 30 $(SOPHYAINCP)machdefs.h \ 30 31 $(SOPHYAINCP)array.h \ 31 32 $(SOPHYAINCP)tarray.h \ … … 45 46 $(SOPHYAINCP)utilarr.h \ 46 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tmatrix_tsnl.h \ 47 49 $(SOPHYAINCP)tvector.h \ 50 $(SOPHYAINCP)tvector_tsnl.h \ 48 51 $(SOPHYAINCP)matharr.h \ 49 52 $(SOPHYAINCP)fioarr.h \ … … 52 55 $(SOPHYAINCP)skymapinit.h \ 53 56 $(SOPHYAINCP)ntoolsinit.h \ 57 $(SOPHYAINCP)tarrinit.h \ 54 58 $(SOPHYAINCP)skyinit.h \ 59 $(SOPHYAINCP)pexceptions.h \ 55 60 $(SOPHYAINCP)cxxcmplnk.h \ 56 61 $(SOPHYAINCP)pdlmgr.h \ … … 60 65 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ 61 66 $(SOPHYAINCP)sopnamsp.h \ 62 $(SOPHYAINCP)histinit.h \ 63 $(SOPHYAINCP)ntoolsinit.h \ 64 $(SOPHYAINCP)tarrinit.h \ 65 $(SOPHYAINCP)sophyainit.h \ 67 $(SOPHYAINCP)fitsfile.h \ 68 $(SOPHYAINCP)ndatablock.h \ 66 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)anydataobj.h \ 67 71 $(SOPHYAINCP)dvlist.h \ 68 72 $(SOPHYAINCP)objfio.h \ 69 $(SOPHYAINCP)anydataobj.h \70 73 $(SOPHYAINCP)ppersist.h \ 71 74 $(SOPHYAINCP)pexceptions.h \ … … 76 79 $(SOPHYAINCP)mutyv.h \ 77 80 $(SOPHYAINCP)timestamp.h \ 78 $(SOPHYAINCP)ntuple.h \ 79 $(SOPHYAINCP)ntupintf.h \ 80 $(SOPHYAINCP)xntuple.h \ 81 $(SOPHYAINCP)fitsxntuple.h \ 82 $(SOPHYAINCP)fitsfile.h \ 83 $(SOPHYAINCP)ndatablock.h \ 81 $(SOPHYAINCP)fitsinoutfile.h \ 84 82 $(SOPHYAINCP)FitsIO/fitsio.h \ 85 83 $(SOPHYAINCP)FitsIO/longnam.h \ 86 $(SOPHYAINCP)fitsntuple.h 84 $(SOPHYAINCP)fitshandler.h \ 85 $(SOPHYAINCP)fitsmanager.h \ 86 $(SOPHYAINCP)fiosinit.h \ 87 $(SOPHYAINCP)sophyainit.h 87 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 88 89 89 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 90 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 91 $(SOPHYAINCP)sopnamsp.h \ 90 92 $(SOPHYAINCP)ppersist.h \ 91 93 $(SOPHYAINCP)machdefs.h \ … … 95 97 $(SOPHYAINCP)rawstream.h \ 96 98 $(SOPHYAINCP)ppfnametag.h \ 99 $(SOPHYAINCP)ppersist.h \ 97 100 $(SOPHYAINCP)anydataobj.h \ 98 101 $(SOPHYAINCP)sambainit.h \ -
trunk/SophyaProg/PrgUtil/smakefile
r2765 r3007 28 28 $(SOPHYAINCP)tarrinit.h \ 29 29 $(SOPHYAINCP)sophyainit.h \ 30 $(SOPHYAINCP)machdefs.h \ 30 31 $(SOPHYAINCP)array.h \ 31 32 $(SOPHYAINCP)tarray.h \ … … 33 34 $(SOPHYAINCP)anydataobj.h \ 34 35 $(SOPHYAINCP)mutyv.h \ 36 $(SOPHYAINCP)timestamp.h \ 37 $(SOPHYAINCP)objfio.h \ 38 $(SOPHYAINCP)ppersist.h \ 39 $(SOPHYAINCP)pexceptions.h \ 40 $(SOPHYAINCP)gnumd5.h \ 41 $(SOPHYAINCP)ppfbinstream.h \ 42 $(SOPHYAINCP)rawstream.h \ 43 $(SOPHYAINCP)ppfnametag.h \ 44 $(SOPHYAINCP)dvlist.h \ 45 $(SOPHYAINCP)ndatablock.h \ 46 $(SOPHYAINCP)utilarr.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tmatrix_tsnl.h \ 49 $(SOPHYAINCP)tvector.h \ 50 $(SOPHYAINCP)tvector_tsnl.h \ 51 $(SOPHYAINCP)matharr.h \ 52 $(SOPHYAINCP)fioarr.h \ 53 $(SOPHYAINCP)sopemtx.h \ 54 $(SOPHYAINCP)sambainit.h \ 55 $(SOPHYAINCP)skymapinit.h \ 56 $(SOPHYAINCP)ntoolsinit.h \ 57 $(SOPHYAINCP)tarrinit.h \ 58 $(SOPHYAINCP)skyinit.h \ 59 $(SOPHYAINCP)pexceptions.h \ 60 $(SOPHYAINCP)cxxcmplnk.h \ 61 $(SOPHYAINCP)pdlmgr.h \ 62 $(SOPHYAINCP)timing.h 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc 64 65 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ 66 $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)fitsfile.h \ 68 $(SOPHYAINCP)ndatablock.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)anydataobj.h \ 35 71 $(SOPHYAINCP)dvlist.h \ 36 72 $(SOPHYAINCP)objfio.h \ … … 41 77 $(SOPHYAINCP)rawstream.h \ 42 78 $(SOPHYAINCP)ppfnametag.h \ 43 $(SOPHYAINCP)ndatablock.h \44 $(SOPHYAINCP)utilarr.h \45 $(SOPHYAINCP)tmatrix.h \46 $(SOPHYAINCP)tvector.h \47 $(SOPHYAINCP)matharr.h \48 $(SOPHYAINCP)fioarr.h \49 $(SOPHYAINCP)sopemtx.h \50 $(SOPHYAINCP)sambainit.h \51 $(SOPHYAINCP)skymapinit.h \52 $(SOPHYAINCP)ntoolsinit.h \53 $(SOPHYAINCP)skyinit.h \54 $(SOPHYAINCP)cxxcmplnk.h \55 $(SOPHYAINCP)pdlmgr.h \56 $(SOPHYAINCP)timing.h57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc58 59 $(SOPHYAOBJP)scanfits.o: scanfits.cc \60 $(SOPHYAINCP)sopnamsp.h \61 $(SOPHYAINCP)histinit.h \62 $(SOPHYAINCP)ntoolsinit.h \63 $(SOPHYAINCP)tarrinit.h \64 $(SOPHYAINCP)sophyainit.h \65 $(SOPHYAINCP)machdefs.h \66 $(SOPHYAINCP)dvlist.h \67 $(SOPHYAINCP)objfio.h \68 $(SOPHYAINCP)anydataobj.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)pexceptions.h \71 $(SOPHYAINCP)gnumd5.h \72 $(SOPHYAINCP)ppfbinstream.h \73 $(SOPHYAINCP)rawstream.h \74 $(SOPHYAINCP)ppfnametag.h \75 79 $(SOPHYAINCP)mutyv.h \ 76 $(SOPHYAINCP)ntuple.h \ 77 $(SOPHYAINCP)ntupintf.h \ 78 $(SOPHYAINCP)xntuple.h \ 79 $(SOPHYAINCP)fitsxntuple.h \ 80 $(SOPHYAINCP)fitsfile.h \ 81 $(SOPHYAINCP)ndatablock.h \ 80 $(SOPHYAINCP)timestamp.h \ 81 $(SOPHYAINCP)fitsinoutfile.h \ 82 82 $(SOPHYAINCP)FitsIO/fitsio.h \ 83 83 $(SOPHYAINCP)FitsIO/longnam.h \ 84 $(SOPHYAINCP)fitsntuple.h 84 $(SOPHYAINCP)fitshandler.h \ 85 $(SOPHYAINCP)fitsmanager.h \ 86 $(SOPHYAINCP)fiosinit.h \ 87 $(SOPHYAINCP)sophyainit.h 85 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 86 89 87 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 90 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 91 $(SOPHYAINCP)sopnamsp.h \ 88 92 $(SOPHYAINCP)ppersist.h \ 89 93 $(SOPHYAINCP)machdefs.h \ … … 93 97 $(SOPHYAINCP)rawstream.h \ 94 98 $(SOPHYAINCP)ppfnametag.h \ 99 $(SOPHYAINCP)ppersist.h \ 95 100 $(SOPHYAINCP)anydataobj.h \ 96 101 $(SOPHYAINCP)sambainit.h \ -
trunk/SophyaProg/Tests/Makefile
r2834 r3007 218 218 $(SOPHYAINCP)anydataobj.h \ 219 219 $(SOPHYAINCP)mutyv.h \ 220 $(SOPHYAINCP)timestamp.h \ 221 $(SOPHYAINCP)objfio.h \ 222 $(SOPHYAINCP)ppersist.h \ 223 $(SOPHYAINCP)pexceptions.h \ 224 $(SOPHYAINCP)gnumd5.h \ 225 $(SOPHYAINCP)ppfbinstream.h \ 226 $(SOPHYAINCP)rawstream.h \ 227 $(SOPHYAINCP)ppfnametag.h \ 228 $(SOPHYAINCP)dvlist.h \ 220 $(SOPHYAINCP)dvlist.h \ 221 $(SOPHYAINCP)objfio.h \ 222 $(SOPHYAINCP)ppersist.h \ 223 $(SOPHYAINCP)pexceptions.h \ 224 $(SOPHYAINCP)gnumd5.h \ 225 $(SOPHYAINCP)ppfbinstream.h \ 226 $(SOPHYAINCP)rawstream.h \ 227 $(SOPHYAINCP)ppfnametag.h \ 229 228 $(SOPHYAINCP)ndatablock.h \ 230 229 $(SOPHYAINCP)utilarr.h \ … … 246 245 $(SOPHYAINCP)anydataobj.h \ 247 246 $(SOPHYAINCP)mutyv.h \ 248 $(SOPHYAINCP)timestamp.h \ 249 $(SOPHYAINCP)objfio.h \ 250 $(SOPHYAINCP)ppersist.h \ 251 $(SOPHYAINCP)pexceptions.h \ 252 $(SOPHYAINCP)gnumd5.h \ 253 $(SOPHYAINCP)ppfbinstream.h \ 254 $(SOPHYAINCP)rawstream.h \ 255 $(SOPHYAINCP)ppfnametag.h \ 256 $(SOPHYAINCP)dvlist.h \ 247 $(SOPHYAINCP)dvlist.h \ 248 $(SOPHYAINCP)objfio.h \ 249 $(SOPHYAINCP)ppersist.h \ 250 $(SOPHYAINCP)pexceptions.h \ 251 $(SOPHYAINCP)gnumd5.h \ 252 $(SOPHYAINCP)ppfbinstream.h \ 253 $(SOPHYAINCP)rawstream.h \ 254 $(SOPHYAINCP)ppfnametag.h \ 257 255 $(SOPHYAINCP)ndatablock.h \ 258 256 $(SOPHYAINCP)utilarr.h \ … … 275 273 $(SOPHYAINCP)anydataobj.h \ 276 274 $(SOPHYAINCP)mutyv.h \ 277 $(SOPHYAINCP)timestamp.h \ 278 $(SOPHYAINCP)objfio.h \ 279 $(SOPHYAINCP)ppersist.h \ 280 $(SOPHYAINCP)pexceptions.h \ 281 $(SOPHYAINCP)gnumd5.h \ 282 $(SOPHYAINCP)ppfbinstream.h \ 283 $(SOPHYAINCP)rawstream.h \ 284 $(SOPHYAINCP)ppfnametag.h \ 285 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)dvlist.h \ 276 $(SOPHYAINCP)objfio.h \ 277 $(SOPHYAINCP)ppersist.h \ 278 $(SOPHYAINCP)pexceptions.h \ 279 $(SOPHYAINCP)gnumd5.h \ 280 $(SOPHYAINCP)ppfbinstream.h \ 281 $(SOPHYAINCP)rawstream.h \ 282 $(SOPHYAINCP)ppfnametag.h \ 286 283 $(SOPHYAINCP)ndatablock.h \ 287 284 $(SOPHYAINCP)utilarr.h \ … … 312 309 $(SOPHYAINCP)ppfnametag.h \ 313 310 $(SOPHYAINCP)mutyv.h \ 314 $(SOPHYAINCP)timestamp.h \315 311 $(SOPHYAINCP)ntuple.h \ 316 312 $(SOPHYAINCP)ntupintf.h \ … … 343 339 $(SOPHYAINCP)anydataobj.h \ 344 340 $(SOPHYAINCP)mutyv.h \ 345 $(SOPHYAINCP)timestamp.h \ 346 $(SOPHYAINCP)objfio.h \ 347 $(SOPHYAINCP)ppersist.h \ 348 $(SOPHYAINCP)pexceptions.h \ 349 $(SOPHYAINCP)gnumd5.h \ 350 $(SOPHYAINCP)ppfbinstream.h \ 351 $(SOPHYAINCP)rawstream.h \ 352 $(SOPHYAINCP)ppfnametag.h \ 353 $(SOPHYAINCP)dvlist.h \ 341 $(SOPHYAINCP)dvlist.h \ 342 $(SOPHYAINCP)objfio.h \ 343 $(SOPHYAINCP)ppersist.h \ 344 $(SOPHYAINCP)pexceptions.h \ 345 $(SOPHYAINCP)gnumd5.h \ 346 $(SOPHYAINCP)ppfbinstream.h \ 347 $(SOPHYAINCP)rawstream.h \ 348 $(SOPHYAINCP)ppfnametag.h \ 354 349 $(SOPHYAINCP)ndatablock.h \ 355 350 $(SOPHYAINCP)utilarr.h \ … … 410 405 $(SOPHYAINCP)anydataobj.h \ 411 406 $(SOPHYAINCP)mutyv.h \ 412 $(SOPHYAINCP)timestamp.h \ 413 $(SOPHYAINCP)objfio.h \ 414 $(SOPHYAINCP)ppersist.h \ 415 $(SOPHYAINCP)gnumd5.h \ 416 $(SOPHYAINCP)ppfbinstream.h \ 417 $(SOPHYAINCP)rawstream.h \ 418 $(SOPHYAINCP)ppfnametag.h \ 419 $(SOPHYAINCP)dvlist.h \ 407 $(SOPHYAINCP)dvlist.h \ 408 $(SOPHYAINCP)objfio.h \ 409 $(SOPHYAINCP)ppersist.h \ 410 $(SOPHYAINCP)gnumd5.h \ 411 $(SOPHYAINCP)ppfbinstream.h \ 412 $(SOPHYAINCP)rawstream.h \ 413 $(SOPHYAINCP)ppfnametag.h \ 420 414 $(SOPHYAINCP)ndatablock.h \ 421 415 $(SOPHYAINCP)utilarr.h \ … … 437 431 $(SOPHYAINCP)anydataobj.h \ 438 432 $(SOPHYAINCP)mutyv.h \ 439 $(SOPHYAINCP)timestamp.h \ 440 $(SOPHYAINCP)objfio.h \ 441 $(SOPHYAINCP)ppersist.h \ 442 $(SOPHYAINCP)pexceptions.h \ 443 $(SOPHYAINCP)gnumd5.h \ 444 $(SOPHYAINCP)ppfbinstream.h \ 445 $(SOPHYAINCP)rawstream.h \ 446 $(SOPHYAINCP)ppfnametag.h \ 447 $(SOPHYAINCP)dvlist.h \ 433 $(SOPHYAINCP)dvlist.h \ 434 $(SOPHYAINCP)objfio.h \ 435 $(SOPHYAINCP)ppersist.h \ 436 $(SOPHYAINCP)pexceptions.h \ 437 $(SOPHYAINCP)gnumd5.h \ 438 $(SOPHYAINCP)ppfbinstream.h \ 439 $(SOPHYAINCP)rawstream.h \ 440 $(SOPHYAINCP)ppfnametag.h \ 448 441 $(SOPHYAINCP)ndatablock.h \ 449 442 $(SOPHYAINCP)utilarr.h \ … … 466 459 $(SOPHYAINCP)anydataobj.h \ 467 460 $(SOPHYAINCP)mutyv.h \ 468 $(SOPHYAINCP)timestamp.h \ 469 $(SOPHYAINCP)objfio.h \ 470 $(SOPHYAINCP)ppersist.h \ 471 $(SOPHYAINCP)pexceptions.h \ 472 $(SOPHYAINCP)gnumd5.h \ 473 $(SOPHYAINCP)ppfbinstream.h \ 474 $(SOPHYAINCP)rawstream.h \ 475 $(SOPHYAINCP)ppfnametag.h \ 476 $(SOPHYAINCP)dvlist.h \ 461 $(SOPHYAINCP)dvlist.h \ 462 $(SOPHYAINCP)objfio.h \ 463 $(SOPHYAINCP)ppersist.h \ 464 $(SOPHYAINCP)pexceptions.h \ 465 $(SOPHYAINCP)gnumd5.h \ 466 $(SOPHYAINCP)ppfbinstream.h \ 467 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \ 477 469 $(SOPHYAINCP)ndatablock.h \ 478 470 $(SOPHYAINCP)utilarr.h \ … … 492 484 $(SOPHYAINCP)anydataobj.h \ 493 485 $(SOPHYAINCP)mutyv.h \ 494 $(SOPHYAINCP)timestamp.h \ 495 $(SOPHYAINCP)objfio.h \ 496 $(SOPHYAINCP)ppersist.h \ 497 $(SOPHYAINCP)pexceptions.h \ 498 $(SOPHYAINCP)gnumd5.h \ 499 $(SOPHYAINCP)ppfbinstream.h \ 500 $(SOPHYAINCP)rawstream.h \ 501 $(SOPHYAINCP)ppfnametag.h \ 502 $(SOPHYAINCP)dvlist.h \ 486 $(SOPHYAINCP)dvlist.h \ 487 $(SOPHYAINCP)objfio.h \ 488 $(SOPHYAINCP)ppersist.h \ 489 $(SOPHYAINCP)pexceptions.h \ 490 $(SOPHYAINCP)gnumd5.h \ 491 $(SOPHYAINCP)ppfbinstream.h \ 492 $(SOPHYAINCP)rawstream.h \ 493 $(SOPHYAINCP)ppfnametag.h \ 503 494 $(SOPHYAINCP)ndatablock.h \ 504 495 $(SOPHYAINCP)utilarr.h \ … … 563 554 $(SOPHYAINCP)objfio.h \ 564 555 $(SOPHYAINCP)mutyv.h \ 565 $(SOPHYAINCP)timestamp.h \566 556 $(SOPHYAINCP)tvector.h \ 567 557 $(SOPHYAINCP)tmatrix.h \ … … 591 581 $(SOPHYAINCP)ppfnametag.h \ 592 582 $(SOPHYAINCP)mutyv.h \ 593 $(SOPHYAINCP)timestamp.h \594 583 $(SOPHYAINCP)ctimer.h 595 584 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tcmd.cc … … 607 596 $(SOPHYAINCP)anydataobj.h \ 608 597 $(SOPHYAINCP)mutyv.h \ 609 $(SOPHYAINCP)timestamp.h \ 610 $(SOPHYAINCP)objfio.h \ 611 $(SOPHYAINCP)ppersist.h \ 612 $(SOPHYAINCP)pexceptions.h \ 613 $(SOPHYAINCP)gnumd5.h \ 614 $(SOPHYAINCP)ppfbinstream.h \ 615 $(SOPHYAINCP)rawstream.h \ 616 $(SOPHYAINCP)ppfnametag.h \ 617 $(SOPHYAINCP)dvlist.h \ 598 $(SOPHYAINCP)dvlist.h \ 599 $(SOPHYAINCP)objfio.h \ 600 $(SOPHYAINCP)ppersist.h \ 601 $(SOPHYAINCP)pexceptions.h \ 602 $(SOPHYAINCP)gnumd5.h \ 603 $(SOPHYAINCP)ppfbinstream.h \ 604 $(SOPHYAINCP)rawstream.h \ 605 $(SOPHYAINCP)ppfnametag.h \ 618 606 $(SOPHYAINCP)ndatablock.h \ 619 607 $(SOPHYAINCP)utilarr.h \ … … 652 640 $(SOPHYAINCP)basarr.h \ 653 641 $(SOPHYAINCP)mutyv.h \ 654 $(SOPHYAINCP)timestamp.h \655 642 $(SOPHYAINCP)dvlist.h \ 656 643 $(SOPHYAINCP)ndatablock.h \ … … 671 658 $(SOPHYAINCP)anydataobj.h \ 672 659 $(SOPHYAINCP)mutyv.h \ 673 $(SOPHYAINCP)timestamp.h \ 674 $(SOPHYAINCP)objfio.h \ 675 $(SOPHYAINCP)ppersist.h \ 676 $(SOPHYAINCP)pexceptions.h \ 677 $(SOPHYAINCP)gnumd5.h \ 678 $(SOPHYAINCP)ppfbinstream.h \ 679 $(SOPHYAINCP)rawstream.h \ 680 $(SOPHYAINCP)ppfnametag.h \ 681 $(SOPHYAINCP)dvlist.h \ 660 $(SOPHYAINCP)dvlist.h \ 661 $(SOPHYAINCP)objfio.h \ 662 $(SOPHYAINCP)ppersist.h \ 663 $(SOPHYAINCP)pexceptions.h \ 664 $(SOPHYAINCP)gnumd5.h \ 665 $(SOPHYAINCP)ppfbinstream.h \ 666 $(SOPHYAINCP)rawstream.h \ 667 $(SOPHYAINCP)ppfnametag.h \ 682 668 $(SOPHYAINCP)ndatablock.h \ 683 669 $(SOPHYAINCP)utilarr.h \ … … 700 686 $(SOPHYAINCP)anydataobj.h \ 701 687 $(SOPHYAINCP)mutyv.h \ 702 $(SOPHYAINCP)timestamp.h \ 703 $(SOPHYAINCP)objfio.h \ 704 $(SOPHYAINCP)ppersist.h \ 705 $(SOPHYAINCP)pexceptions.h \ 706 $(SOPHYAINCP)gnumd5.h \ 707 $(SOPHYAINCP)ppfbinstream.h \ 708 $(SOPHYAINCP)rawstream.h \ 709 $(SOPHYAINCP)ppfnametag.h \ 710 $(SOPHYAINCP)dvlist.h \ 688 $(SOPHYAINCP)dvlist.h \ 689 $(SOPHYAINCP)objfio.h \ 690 $(SOPHYAINCP)ppersist.h \ 691 $(SOPHYAINCP)pexceptions.h \ 692 $(SOPHYAINCP)gnumd5.h \ 693 $(SOPHYAINCP)ppfbinstream.h \ 694 $(SOPHYAINCP)rawstream.h \ 695 $(SOPHYAINCP)ppfnametag.h \ 711 696 $(SOPHYAINCP)ndatablock.h \ 712 697 $(SOPHYAINCP)utilarr.h \ … … 742 727 $(SOPHYAINCP)ppfnametag.h \ 743 728 $(SOPHYAINCP)mutyv.h \ 744 $(SOPHYAINCP)timestamp.h \745 729 $(SOPHYAINCP)segdatablock.h \ 746 $(SOPHYAINCP)tvector.h \747 $(SOPHYAINCP)tmatrix.h \748 $(SOPHYAINCP)tarray.h \749 $(SOPHYAINCP)basarr.h \750 $(SOPHYAINCP)ndatablock.h \751 $(SOPHYAINCP)utilarr.h \752 730 $(SOPHYAINCP)fitshdtable.h \ 753 731 $(SOPHYAINCP)fitshandler.h \ … … 777 755 $(SOPHYAINCP)anydataobj.h \ 778 756 $(SOPHYAINCP)mutyv.h \ 779 $(SOPHYAINCP)timestamp.h \ 780 $(SOPHYAINCP)objfio.h \ 781 $(SOPHYAINCP)ppersist.h \ 782 $(SOPHYAINCP)pexceptions.h \ 783 $(SOPHYAINCP)gnumd5.h \ 784 $(SOPHYAINCP)ppfbinstream.h \ 785 $(SOPHYAINCP)rawstream.h \ 786 $(SOPHYAINCP)ppfnametag.h \ 787 $(SOPHYAINCP)dvlist.h \ 757 $(SOPHYAINCP)dvlist.h \ 758 $(SOPHYAINCP)objfio.h \ 759 $(SOPHYAINCP)ppersist.h \ 760 $(SOPHYAINCP)pexceptions.h \ 761 $(SOPHYAINCP)gnumd5.h \ 762 $(SOPHYAINCP)ppfbinstream.h \ 763 $(SOPHYAINCP)rawstream.h \ 764 $(SOPHYAINCP)ppfnametag.h \ 788 765 $(SOPHYAINCP)ndatablock.h \ 789 766 $(SOPHYAINCP)utilarr.h \ … … 810 787 $(SOPHYAINCP)anydataobj.h \ 811 788 $(SOPHYAINCP)mutyv.h \ 812 $(SOPHYAINCP)timestamp.h \ 813 $(SOPHYAINCP)objfio.h \ 814 $(SOPHYAINCP)ppersist.h \ 815 $(SOPHYAINCP)pexceptions.h \ 816 $(SOPHYAINCP)gnumd5.h \ 817 $(SOPHYAINCP)ppfbinstream.h \ 818 $(SOPHYAINCP)rawstream.h \ 819 $(SOPHYAINCP)ppfnametag.h \ 820 $(SOPHYAINCP)dvlist.h \ 789 $(SOPHYAINCP)dvlist.h \ 790 $(SOPHYAINCP)objfio.h \ 791 $(SOPHYAINCP)ppersist.h \ 792 $(SOPHYAINCP)pexceptions.h \ 793 $(SOPHYAINCP)gnumd5.h \ 794 $(SOPHYAINCP)ppfbinstream.h \ 795 $(SOPHYAINCP)rawstream.h \ 796 $(SOPHYAINCP)ppfnametag.h \ 821 797 $(SOPHYAINCP)ndatablock.h \ 822 798 $(SOPHYAINCP)utilarr.h \ … … 837 813 $(SOPHYAINCP)anydataobj.h \ 838 814 $(SOPHYAINCP)mutyv.h \ 839 $(SOPHYAINCP)timestamp.h \ 840 $(SOPHYAINCP)objfio.h \ 841 $(SOPHYAINCP)ppersist.h \ 842 $(SOPHYAINCP)pexceptions.h \ 843 $(SOPHYAINCP)gnumd5.h \ 844 $(SOPHYAINCP)ppfbinstream.h \ 845 $(SOPHYAINCP)rawstream.h \ 846 $(SOPHYAINCP)ppfnametag.h \ 847 $(SOPHYAINCP)dvlist.h \ 815 $(SOPHYAINCP)dvlist.h \ 816 $(SOPHYAINCP)objfio.h \ 817 $(SOPHYAINCP)ppersist.h \ 818 $(SOPHYAINCP)pexceptions.h \ 819 $(SOPHYAINCP)gnumd5.h \ 820 $(SOPHYAINCP)ppfbinstream.h \ 821 $(SOPHYAINCP)rawstream.h \ 822 $(SOPHYAINCP)ppfnametag.h \ 848 823 $(SOPHYAINCP)ndatablock.h \ 849 824 $(SOPHYAINCP)utilarr.h \ … … 877 852 $(SOPHYAINCP)ppfnametag.h \ 878 853 $(SOPHYAINCP)mutyv.h \ 879 $(SOPHYAINCP)timestamp.h \880 854 $(SOPHYAINCP)ntuple.h \ 881 855 $(SOPHYAINCP)ntupintf.h \ … … 884 858 $(SOPHYAINCP)basedtable.h \ 885 859 $(SOPHYAINCP)segdatablock.h \ 886 $(SOPHYAINCP)tvector.h \887 $(SOPHYAINCP)tmatrix.h \888 $(SOPHYAINCP)tarray.h \889 $(SOPHYAINCP)basarr.h \890 $(SOPHYAINCP)ndatablock.h \891 $(SOPHYAINCP)utilarr.h \892 860 $(SOPHYAINCP)swppfdtable.h \ 893 861 $(SOPHYAINCP)swsegdb.h \ … … 920 888 $(SOPHYAINCP)basarr.h \ 921 889 $(SOPHYAINCP)mutyv.h \ 922 $(SOPHYAINCP)timestamp.h \923 890 $(SOPHYAINCP)dvlist.h \ 924 891 $(SOPHYAINCP)ndatablock.h \ … … 956 923 $(SOPHYAINCP)basarr.h \ 957 924 $(SOPHYAINCP)mutyv.h \ 958 $(SOPHYAINCP)timestamp.h \959 925 $(SOPHYAINCP)dvlist.h \ 960 926 $(SOPHYAINCP)ndatablock.h \ … … 984 950 $(SOPHYAINCP)anydataobj.h \ 985 951 $(SOPHYAINCP)mutyv.h \ 986 $(SOPHYAINCP)timestamp.h \ 987 $(SOPHYAINCP)objfio.h \ 988 $(SOPHYAINCP)ppersist.h \ 989 $(SOPHYAINCP)pexceptions.h \ 990 $(SOPHYAINCP)gnumd5.h \ 991 $(SOPHYAINCP)ppfbinstream.h \ 992 $(SOPHYAINCP)rawstream.h \ 993 $(SOPHYAINCP)ppfnametag.h \ 994 $(SOPHYAINCP)dvlist.h \ 952 $(SOPHYAINCP)dvlist.h \ 953 $(SOPHYAINCP)objfio.h \ 954 $(SOPHYAINCP)ppersist.h \ 955 $(SOPHYAINCP)pexceptions.h \ 956 $(SOPHYAINCP)gnumd5.h \ 957 $(SOPHYAINCP)ppfbinstream.h \ 958 $(SOPHYAINCP)rawstream.h \ 959 $(SOPHYAINCP)ppfnametag.h \ 995 960 $(SOPHYAINCP)ndatablock.h \ 996 961 $(SOPHYAINCP)utilarr.h \ … … 1033 998 $(SOPHYAINCP)anydataobj.h \ 1034 999 $(SOPHYAINCP)mutyv.h \ 1035 $(SOPHYAINCP)timestamp.h \1036 1000 $(SOPHYAINCP)spherepos.h \ 1037 1001 $(SOPHYAINCP)unitvector.h \ … … 1089 1053 $(SOPHYAINCP)anydataobj.h \ 1090 1054 $(SOPHYAINCP)mutyv.h \ 1091 $(SOPHYAINCP)timestamp.h \1092 1055 $(SOPHYAINCP)spherepos.h \ 1093 1056 $(SOPHYAINCP)unitvector.h \ … … 1136 1099 $(SOPHYAINCP)anydataobj.h \ 1137 1100 $(SOPHYAINCP)mutyv.h \ 1138 $(SOPHYAINCP)timestamp.h \1139 1101 $(SOPHYAINCP)spherepos.h \ 1140 1102 $(SOPHYAINCP)unitvector.h \ … … 1180 1142 $(SOPHYAINCP)basarr.h \ 1181 1143 $(SOPHYAINCP)mutyv.h \ 1182 $(SOPHYAINCP)timestamp.h \ 1183 $(SOPHYAINCP)objfio.h \ 1184 $(SOPHYAINCP)ppersist.h \ 1185 $(SOPHYAINCP)gnumd5.h \ 1186 $(SOPHYAINCP)ppfbinstream.h \ 1187 $(SOPHYAINCP)rawstream.h \ 1188 $(SOPHYAINCP)ppfnametag.h \ 1189 $(SOPHYAINCP)dvlist.h \ 1144 $(SOPHYAINCP)dvlist.h \ 1145 $(SOPHYAINCP)objfio.h \ 1146 $(SOPHYAINCP)ppersist.h \ 1147 $(SOPHYAINCP)gnumd5.h \ 1148 $(SOPHYAINCP)ppfbinstream.h \ 1149 $(SOPHYAINCP)rawstream.h \ 1150 $(SOPHYAINCP)ppfnametag.h \ 1190 1151 $(SOPHYAINCP)ndatablock.h \ 1191 1152 $(SOPHYAINCP)utilarr.h \ … … 1208 1169 $(SOPHYAINCP)basarr.h \ 1209 1170 $(SOPHYAINCP)mutyv.h \ 1210 $(SOPHYAINCP)timestamp.h \ 1211 $(SOPHYAINCP)objfio.h \ 1212 $(SOPHYAINCP)ppersist.h \ 1213 $(SOPHYAINCP)gnumd5.h \ 1214 $(SOPHYAINCP)ppfbinstream.h \ 1215 $(SOPHYAINCP)rawstream.h \ 1216 $(SOPHYAINCP)ppfnametag.h \ 1217 $(SOPHYAINCP)dvlist.h \ 1171 $(SOPHYAINCP)dvlist.h \ 1172 $(SOPHYAINCP)objfio.h \ 1173 $(SOPHYAINCP)ppersist.h \ 1174 $(SOPHYAINCP)gnumd5.h \ 1175 $(SOPHYAINCP)ppfbinstream.h \ 1176 $(SOPHYAINCP)rawstream.h \ 1177 $(SOPHYAINCP)ppfnametag.h \ 1218 1178 $(SOPHYAINCP)ndatablock.h \ 1219 1179 $(SOPHYAINCP)utilarr.h \ … … 1244 1204 $(SOPHYAINCP)ppfnametag.h \ 1245 1205 $(SOPHYAINCP)mutyv.h \ 1246 $(SOPHYAINCP)timestamp.h \1247 1206 $(SOPHYAINCP)segdatablock.h \ 1248 $(SOPHYAINCP)tvector.h \1249 $(SOPHYAINCP)tmatrix.h \1250 $(SOPHYAINCP)tarray.h \1251 $(SOPHYAINCP)basarr.h \1252 $(SOPHYAINCP)ndatablock.h \1253 $(SOPHYAINCP)utilarr.h \1254 1207 $(SOPHYAINCP)swppfdtable.h \ 1255 1208 $(SOPHYAINCP)swsegdb.h \ … … 1321 1274 $(SOPHYAINCP)anydataobj.h \ 1322 1275 $(SOPHYAINCP)mutyv.h \ 1323 $(SOPHYAINCP)timestamp.h \ 1324 $(SOPHYAINCP)objfio.h \ 1325 $(SOPHYAINCP)ppersist.h \ 1326 $(SOPHYAINCP)gnumd5.h \ 1327 $(SOPHYAINCP)ppfbinstream.h \ 1328 $(SOPHYAINCP)rawstream.h \ 1329 $(SOPHYAINCP)ppfnametag.h \ 1330 $(SOPHYAINCP)dvlist.h \ 1276 $(SOPHYAINCP)dvlist.h \ 1277 $(SOPHYAINCP)objfio.h \ 1278 $(SOPHYAINCP)ppersist.h \ 1279 $(SOPHYAINCP)gnumd5.h \ 1280 $(SOPHYAINCP)ppfbinstream.h \ 1281 $(SOPHYAINCP)rawstream.h \ 1282 $(SOPHYAINCP)ppfnametag.h \ 1331 1283 $(SOPHYAINCP)ndatablock.h \ 1332 1284 $(SOPHYAINCP)utilarr.h \ … … 1352 1304 $(SOPHYAINCP)anydataobj.h \ 1353 1305 $(SOPHYAINCP)mutyv.h \ 1354 $(SOPHYAINCP)timestamp.h \ 1355 $(SOPHYAINCP)objfio.h \ 1356 $(SOPHYAINCP)ppersist.h \ 1357 $(SOPHYAINCP)gnumd5.h \ 1358 $(SOPHYAINCP)ppfbinstream.h \ 1359 $(SOPHYAINCP)rawstream.h \ 1360 $(SOPHYAINCP)ppfnametag.h \ 1361 $(SOPHYAINCP)dvlist.h \ 1306 $(SOPHYAINCP)dvlist.h \ 1307 $(SOPHYAINCP)objfio.h \ 1308 $(SOPHYAINCP)ppersist.h \ 1309 $(SOPHYAINCP)gnumd5.h \ 1310 $(SOPHYAINCP)ppfbinstream.h \ 1311 $(SOPHYAINCP)rawstream.h \ 1312 $(SOPHYAINCP)ppfnametag.h \ 1362 1313 $(SOPHYAINCP)ndatablock.h \ 1363 1314 $(SOPHYAINCP)utilarr.h \ … … 1382 1333 $(SOPHYAINCP)anydataobj.h \ 1383 1334 $(SOPHYAINCP)mutyv.h \ 1384 $(SOPHYAINCP)timestamp.h \ 1385 $(SOPHYAINCP)objfio.h \ 1386 $(SOPHYAINCP)ppersist.h \ 1387 $(SOPHYAINCP)gnumd5.h \ 1388 $(SOPHYAINCP)ppfbinstream.h \ 1389 $(SOPHYAINCP)rawstream.h \ 1390 $(SOPHYAINCP)ppfnametag.h \ 1391 $(SOPHYAINCP)dvlist.h \ 1335 $(SOPHYAINCP)dvlist.h \ 1336 $(SOPHYAINCP)objfio.h \ 1337 $(SOPHYAINCP)ppersist.h \ 1338 $(SOPHYAINCP)gnumd5.h \ 1339 $(SOPHYAINCP)ppfbinstream.h \ 1340 $(SOPHYAINCP)rawstream.h \ 1341 $(SOPHYAINCP)ppfnametag.h \ 1392 1342 $(SOPHYAINCP)ndatablock.h \ 1393 1343 $(SOPHYAINCP)utilarr.h \ … … 1416 1366 $(SOPHYAINCP)ppfnametag.h \ 1417 1367 $(SOPHYAINCP)mutyv.h \ 1418 $(SOPHYAINCP)timestamp.h \1419 1368 $(SOPHYAINCP)datatable.h \ 1420 1369 $(SOPHYAINCP)basedtable.h \ 1421 1370 $(SOPHYAINCP)ntupintf.h \ 1422 1371 $(SOPHYAINCP)segdatablock.h \ 1423 $(SOPHYAINCP)tvector.h \1424 $(SOPHYAINCP)tmatrix.h \1425 $(SOPHYAINCP)tarray.h \1426 $(SOPHYAINCP)basarr.h \1427 $(SOPHYAINCP)ndatablock.h \1428 $(SOPHYAINCP)utilarr.h \1429 1372 $(SOPHYAINCP)swppfdtable.h \ 1430 1373 $(SOPHYAINCP)swsegdb.h \ … … 1432 1375 $(SOPHYAINCP)ppftpointerio.h \ 1433 1376 $(SOPHYAINCP)fabtwriter.h \ 1377 $(SOPHYAINCP)tvector.h \ 1378 $(SOPHYAINCP)tmatrix.h \ 1379 $(SOPHYAINCP)tarray.h \ 1380 $(SOPHYAINCP)basarr.h \ 1381 $(SOPHYAINCP)ndatablock.h \ 1382 $(SOPHYAINCP)utilarr.h \ 1434 1383 $(SOPHYAINCP)FitsIO/fitsio.h \ 1435 1384 $(SOPHYAINCP)FitsIO/longnam.h \ … … 1443 1392 $(SOPHYAINCP)timing.h \ 1444 1393 $(SOPHYAINCP)timestamp.h \ 1445 $(SOPHYAINCP)objfio.h \1446 $(SOPHYAINCP)anydataobj.h \1447 $(SOPHYAINCP)ppersist.h \1448 $(SOPHYAINCP)pexceptions.h \1449 $(SOPHYAINCP)gnumd5.h \1450 $(SOPHYAINCP)ppfbinstream.h \1451 $(SOPHYAINCP)rawstream.h \1452 $(SOPHYAINCP)ppfnametag.h \1453 1394 $(SOPHYAINCP)histinit.h \ 1454 1395 $(SOPHYAINCP)ntoolsinit.h \ 1455 1396 $(SOPHYAINCP)tarrinit.h \ 1456 1397 $(SOPHYAINCP)sophyainit.h \ 1457 $(SOPHYAINCP)p pfwrapstlv.h1398 $(SOPHYAINCP)pexceptions.h 1458 1399 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ttimestamp.cc 1459 1400
Note:
See TracChangeset
for help on using the changeset viewer.