Changeset 3007 in Sophya for trunk/SophyaProg/PMixer/Makefile
- Timestamp:
- Jul 5, 2006, 10:59:39 AM (19 years ago)
- File:
-
- 1 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 \
Note:
See TracChangeset
for help on using the changeset viewer.