Changeset 2765 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 datacirclefits.h \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 16 15 $(SOPHYAINCP)datacirclebase.h \ 17 16 $(SOPHYAINCP)circle.h \ … … 24 23 $(SOPHYAINCP)FitsIO/fitsio.h \ 25 24 $(SOPHYAINCP)FitsIO/longnam.h 26 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc 27 26 28 27 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \ 29 28 $(SOPHYAINCP)sopnamsp.h \ 30 29 $(SOPHYAINCP)machdefs.h \ 31 $(SOPHYAINCP)pexceptions.h \ 32 fabtcolread.h \ 30 $(SOPHYAINCP)pexceptions.h fabtcolread.h \ 33 31 $(SOPHYAINCP)anydataobj.h \ 34 32 $(SOPHYAINCP)tvector.h \ … … 48 46 $(SOPHYAINCP)FitsIO/fitsio.h \ 49 47 $(SOPHYAINCP)FitsIO/longnam.h 50 $(CXXCOMPILE LIB) -o $@ $<48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc 51 49 52 50 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \ 53 51 $(SOPHYAINCP)sopnamsp.h \ 54 52 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)pexceptions.h \ 56 fabtwriter.h \ 53 $(SOPHYAINCP)pexceptions.h fabtwriter.h \ 57 54 $(SOPHYAINCP)anydataobj.h \ 58 55 $(SOPHYAINCP)tvector.h \ … … 72 69 $(SOPHYAINCP)FitsIO/fitsio.h \ 73 70 $(SOPHYAINCP)FitsIO/longnam.h 74 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc 75 72 76 73 $(SOPHYAOBJP)fboloread.o: fboloread.cc \ 77 74 $(SOPHYAINCP)sopnamsp.h \ 78 75 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)pexceptions.h \ 80 fboloread.h \ 81 $(SOPHYAINCP)anydataobj.h \ 82 $(SOPHYAINCP)tvector.h \ 83 $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h \ 85 $(SOPHYAINCP)basarr.h \ 86 $(SOPHYAINCP)mutyv.h \ 87 $(SOPHYAINCP)dvlist.h \ 88 $(SOPHYAINCP)objfio.h \ 89 $(SOPHYAINCP)ppersist.h \ 90 $(SOPHYAINCP)gnumd5.h \ 91 $(SOPHYAINCP)ppfbinstream.h \ 92 $(SOPHYAINCP)rawstream.h \ 93 $(SOPHYAINCP)ppfnametag.h \ 94 $(SOPHYAINCP)ndatablock.h \ 95 $(SOPHYAINCP)utilarr.h \ 96 fabtcolread.h \ 97 $(SOPHYAINCP)FitsIO/fitsio.h \ 98 $(SOPHYAINCP)FitsIO/longnam.h 99 $(CXXCOMPILELIB) -o $@ $< 76 $(SOPHYAINCP)pexceptions.h fboloread.h \ 77 $(SOPHYAINCP)anydataobj.h \ 78 $(SOPHYAINCP)tvector.h \ 79 $(SOPHYAINCP)tmatrix.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)mutyv.h \ 83 $(SOPHYAINCP)dvlist.h \ 84 $(SOPHYAINCP)objfio.h \ 85 $(SOPHYAINCP)ppersist.h \ 86 $(SOPHYAINCP)gnumd5.h \ 87 $(SOPHYAINCP)ppfbinstream.h \ 88 $(SOPHYAINCP)rawstream.h \ 89 $(SOPHYAINCP)ppfnametag.h \ 90 $(SOPHYAINCP)ndatablock.h \ 91 $(SOPHYAINCP)utilarr.h fabtcolread.h \ 92 $(SOPHYAINCP)FitsIO/fitsio.h \ 93 $(SOPHYAINCP)FitsIO/longnam.h 94 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc 100 95 101 96 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \ 102 97 $(SOPHYAINCP)sopnamsp.h \ 103 98 $(SOPHYAINCP)machdefs.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 fbtntintf.h \ 99 $(SOPHYAINCP)pexceptions.h fbtntintf.h \ 106 100 $(SOPHYAINCP)anydataobj.h \ 107 101 $(SOPHYAINCP)ntupintf.h \ 108 102 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 103 $(SOPHYAINCP)FitsIO/longnam.h 110 $(CXXCOMPILE LIB) -o $@ $<104 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc 111 105 112 106 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \ 113 107 $(SOPHYAINCP)sopnamsp.h \ 114 108 $(SOPHYAINCP)pexceptions.h \ 115 $(SOPHYAINCP)machdefs.h \ 116 fitsautoreader.h \ 117 $(SOPHYAINCP)anydataobj.h \ 118 fitsfile.h \ 119 $(SOPHYAINCP)ndatablock.h \ 120 $(SOPHYAINCP)dvlist.h \ 121 $(SOPHYAINCP)objfio.h \ 122 $(SOPHYAINCP)ppersist.h \ 123 $(SOPHYAINCP)gnumd5.h \ 124 $(SOPHYAINCP)ppfbinstream.h \ 125 $(SOPHYAINCP)rawstream.h \ 126 $(SOPHYAINCP)ppfnametag.h \ 127 $(SOPHYAINCP)mutyv.h \ 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 fitstarray.h \ 131 $(SOPHYAINCP)tarray.h \ 132 $(SOPHYAINCP)basarr.h \ 133 $(SOPHYAINCP)utilarr.h \ 134 fitsspherehealpix.h \ 109 $(SOPHYAINCP)machdefs.h fitsautoreader.h \ 110 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 111 $(SOPHYAINCP)ndatablock.h \ 112 $(SOPHYAINCP)dvlist.h \ 113 $(SOPHYAINCP)objfio.h \ 114 $(SOPHYAINCP)ppersist.h \ 115 $(SOPHYAINCP)gnumd5.h \ 116 $(SOPHYAINCP)ppfbinstream.h \ 117 $(SOPHYAINCP)rawstream.h \ 118 $(SOPHYAINCP)ppfnametag.h \ 119 $(SOPHYAINCP)mutyv.h \ 120 $(SOPHYAINCP)FitsIO/fitsio.h \ 121 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \ 122 $(SOPHYAINCP)tarray.h \ 123 $(SOPHYAINCP)basarr.h \ 124 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 135 125 $(SOPHYAINCP)spherehealpix.h \ 136 126 $(SOPHYAINCP)sphericalmap.h \ … … 144 134 $(SOPHYAINCP)tvector.h \ 145 135 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)HEALPixUtils.h \ 147 fitsntuple.h \ 136 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \ 148 137 $(SOPHYAINCP)ntuple.h \ 149 $(SOPHYAINCP)ntupintf.h \ 150 fitsxntuple.h \ 151 $(SOPHYAINCP)xntuple.h \ 152 fitslocalmap.h \ 153 $(SOPHYAINCP)localmap.h \ 154 fbtntintf.h 155 $(CXXCOMPILELIB) -o $@ $< 138 $(SOPHYAINCP)ntupintf.h fitsxntuple.h \ 139 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 140 $(SOPHYAINCP)localmap.h fbtntintf.h 141 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 156 142 157 143 $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 158 144 $(SOPHYAINCP)sopnamsp.h \ 159 145 $(SOPHYAINCP)pexceptions.h \ 160 $(SOPHYAINCP)machdefs.h \ 161 fitsbntbllineRW.h \ 146 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 162 147 $(SOPHYAINCP)dvlist.h \ 163 148 $(SOPHYAINCP)objfio.h \ … … 173 158 $(SOPHYAINCP)FitsIO/longnam.h \ 174 159 $(SOPHYAINCP)utils.h 175 $(CXXCOMPILE LIB) -o $@ $<160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 176 161 177 162 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 178 163 $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h \ 180 fitsfile.h \ 164 $(SOPHYAINCP)machdefs.h fitsfile.h \ 181 165 $(SOPHYAINCP)ndatablock.h \ 182 166 $(SOPHYAINCP)anydataobj.h \ … … 192 176 $(SOPHYAINCP)FitsIO/fitsio.h \ 193 177 $(SOPHYAINCP)FitsIO/longnam.h \ 194 $(SOPHYAINCP)strutil.h \ 195 fitsspherehealpix.h \ 178 $(SOPHYAINCP)strutil.h fitsspherehealpix.h \ 196 179 $(SOPHYAINCP)spherehealpix.h \ 197 180 $(SOPHYAINCP)sphericalmap.h \ … … 209 192 $(SOPHYAINCP)utilarr.h \ 210 193 $(SOPHYAINCP)HEALPixUtils.h 211 $(CXXCOMPILE LIB) -o $@ $<194 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 212 195 213 196 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 214 197 $(SOPHYAINCP)sopnamsp.h \ 215 $(SOPHYAINCP)machdefs.h \ 216 fitslocalmap.h \ 198 $(SOPHYAINCP)machdefs.h fitslocalmap.h \ 217 199 $(SOPHYAINCP)pexceptions.h \ 218 200 $(SOPHYAINCP)localmap.h \ … … 239 221 $(SOPHYAINCP)basarr.h \ 240 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h fitsfile.h \ 224 $(SOPHYAINCP)FitsIO/fitsio.h \ 225 $(SOPHYAINCP)FitsIO/longnam.h 226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 227 228 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 $(SOPHYAINCP)pexceptions.h \ 231 $(SOPHYAINCP)machdefs.h fitsntuple.h \ 232 $(SOPHYAINCP)ntuple.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)anydataobj.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)mutyv.h fitsfile.h \ 243 $(SOPHYAINCP)ndatablock.h \ 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 245 $(SOPHYAINCP)FitsIO/longnam.h 246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc 247 248 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 250 $(SOPHYAINCP)pexceptions.h \ 251 $(SOPHYAINCP)machdefs.h fitsspherehealpix.h \ 252 $(SOPHYAINCP)spherehealpix.h \ 253 $(SOPHYAINCP)sphericalmap.h \ 254 $(SOPHYAINCP)smathconst.h \ 255 $(SOPHYAINCP)pixelmap.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)gnumd5.h \ 258 $(SOPHYAINCP)ppfbinstream.h \ 259 $(SOPHYAINCP)rawstream.h \ 260 $(SOPHYAINCP)ppfnametag.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)objfio.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)spherepos.h \ 266 $(SOPHYAINCP)unitvector.h \ 267 $(SOPHYAINCP)vector3d.h \ 268 $(SOPHYAINCP)longlat.h \ 269 $(SOPHYAINCP)utilgeom.h \ 270 $(SOPHYAINCP)tvector.h \ 271 $(SOPHYAINCP)tmatrix.h \ 272 $(SOPHYAINCP)tarray.h \ 273 $(SOPHYAINCP)basarr.h \ 274 $(SOPHYAINCP)ndatablock.h \ 241 275 $(SOPHYAINCP)utilarr.h \ 242 fitsfile.h \ 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILELIB) -o $@ $< 246 247 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 248 $(SOPHYAINCP)sopnamsp.h \ 249 $(SOPHYAINCP)pexceptions.h \ 250 $(SOPHYAINCP)machdefs.h \ 251 fitsntuple.h \ 252 $(SOPHYAINCP)ntuple.h \ 253 $(SOPHYAINCP)objfio.h \ 254 $(SOPHYAINCP)anydataobj.h \ 255 $(SOPHYAINCP)ppersist.h \ 256 $(SOPHYAINCP)gnumd5.h \ 257 $(SOPHYAINCP)ppfbinstream.h \ 258 $(SOPHYAINCP)rawstream.h \ 259 $(SOPHYAINCP)ppfnametag.h \ 260 $(SOPHYAINCP)ntupintf.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)mutyv.h fitsfile.h \ 263 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)FitsIO/fitsio.h \ 265 $(SOPHYAINCP)FitsIO/longnam.h 266 $(CXXCOMPILELIB) -o $@ $< 267 268 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 269 $(SOPHYAINCP)sopnamsp.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)machdefs.h \ 272 fitsspherehealpix.h \ 273 $(SOPHYAINCP)spherehealpix.h \ 274 $(SOPHYAINCP)sphericalmap.h \ 275 $(SOPHYAINCP)smathconst.h \ 276 $(SOPHYAINCP)pixelmap.h \ 277 $(SOPHYAINCP)ppersist.h \ 278 $(SOPHYAINCP)gnumd5.h \ 279 $(SOPHYAINCP)ppfbinstream.h \ 280 $(SOPHYAINCP)rawstream.h \ 281 $(SOPHYAINCP)ppfnametag.h \ 282 $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)objfio.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)mutyv.h \ 286 $(SOPHYAINCP)spherepos.h \ 287 $(SOPHYAINCP)unitvector.h \ 288 $(SOPHYAINCP)vector3d.h \ 289 $(SOPHYAINCP)longlat.h \ 290 $(SOPHYAINCP)utilgeom.h \ 291 $(SOPHYAINCP)tvector.h \ 292 $(SOPHYAINCP)tmatrix.h \ 293 $(SOPHYAINCP)tarray.h \ 294 $(SOPHYAINCP)basarr.h \ 295 $(SOPHYAINCP)ndatablock.h \ 296 $(SOPHYAINCP)utilarr.h \ 297 $(SOPHYAINCP)HEALPixUtils.h \ 298 fitsfile.h \ 299 $(SOPHYAINCP)FitsIO/fitsio.h \ 300 $(SOPHYAINCP)FitsIO/longnam.h \ 301 fitstarray.h 302 $(CXXCOMPILELIB) -o $@ $< 276 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h \ 277 $(SOPHYAINCP)FitsIO/fitsio.h \ 278 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 279 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 303 280 304 281 $(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \ … … 330 307 $(SOPHYAINCP)basarr.h \ 331 308 $(SOPHYAINCP)ndatablock.h \ 332 $(SOPHYAINCP)utilarr.h \ 333 fitsfile.h \ 334 $(SOPHYAINCP)FitsIO/fitsio.h \ 335 $(SOPHYAINCP)FitsIO/longnam.h \ 336 fitstarray.h 337 $(CXXCOMPILELIB) -o $@ $< 309 $(SOPHYAINCP)utilarr.h fitsfile.h \ 310 $(SOPHYAINCP)FitsIO/fitsio.h \ 311 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 338 313 339 314 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 340 315 $(SOPHYAINCP)sopnamsp.h \ 341 316 $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)pexceptions.h \ 343 fitstarray.h \ 344 $(SOPHYAINCP)tarray.h \ 345 $(SOPHYAINCP)basarr.h \ 346 $(SOPHYAINCP)anydataobj.h \ 347 $(SOPHYAINCP)mutyv.h \ 348 $(SOPHYAINCP)dvlist.h \ 349 $(SOPHYAINCP)objfio.h \ 350 $(SOPHYAINCP)ppersist.h \ 351 $(SOPHYAINCP)gnumd5.h \ 352 $(SOPHYAINCP)ppfbinstream.h \ 353 $(SOPHYAINCP)rawstream.h \ 354 $(SOPHYAINCP)ppfnametag.h \ 355 $(SOPHYAINCP)ndatablock.h \ 356 $(SOPHYAINCP)utilarr.h \ 357 fitsfile.h \ 358 $(SOPHYAINCP)FitsIO/fitsio.h \ 359 $(SOPHYAINCP)FitsIO/longnam.h 360 $(CXXCOMPILELIB) -o $@ $< 317 $(SOPHYAINCP)pexceptions.h fitstarray.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h fitsfile.h \ 331 $(SOPHYAINCP)FitsIO/fitsio.h \ 332 $(SOPHYAINCP)FitsIO/longnam.h 333 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 361 334 362 335 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \ 363 336 $(SOPHYAINCP)sopnamsp.h \ 364 337 $(SOPHYAINCP)pexceptions.h \ 365 $(SOPHYAINCP)machdefs.h \ 366 fitsxntuple.h \ 338 $(SOPHYAINCP)machdefs.h fitsxntuple.h \ 367 339 $(SOPHYAINCP)xntuple.h \ 368 340 $(SOPHYAINCP)ntupintf.h \ … … 379 351 $(SOPHYAINCP)FitsIO/fitsio.h \ 380 352 $(SOPHYAINCP)FitsIO/longnam.h 381 $(CXXCOMPILE LIB) -o $@ $<382 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc 354 -
trunk/SophyaExt/FitsIOServer/smakefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 datacirclefits.h \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 16 15 $(SOPHYAINCP)datacirclebase.h \ 17 16 $(SOPHYAINCP)circle.h \ … … 24 23 $(SOPHYAINCP)FitsIO/fitsio.h \ 25 24 $(SOPHYAINCP)FitsIO/longnam.h 26 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc 27 26 28 27 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \ 29 28 $(SOPHYAINCP)sopnamsp.h \ 30 29 $(SOPHYAINCP)machdefs.h \ 31 $(SOPHYAINCP)pexceptions.h \ 32 fabtcolread.h \ 30 $(SOPHYAINCP)pexceptions.h fabtcolread.h \ 33 31 $(SOPHYAINCP)anydataobj.h \ 34 32 $(SOPHYAINCP)tvector.h \ … … 48 46 $(SOPHYAINCP)FitsIO/fitsio.h \ 49 47 $(SOPHYAINCP)FitsIO/longnam.h 50 $(CXXCOMPILE LIB) -o $@ $<48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc 51 49 52 50 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \ 53 51 $(SOPHYAINCP)sopnamsp.h \ 54 52 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)pexceptions.h \ 56 fabtwriter.h \ 53 $(SOPHYAINCP)pexceptions.h fabtwriter.h \ 57 54 $(SOPHYAINCP)anydataobj.h \ 58 55 $(SOPHYAINCP)tvector.h \ … … 72 69 $(SOPHYAINCP)FitsIO/fitsio.h \ 73 70 $(SOPHYAINCP)FitsIO/longnam.h 74 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc 75 72 76 73 $(SOPHYAOBJP)fboloread.o: fboloread.cc \ 77 74 $(SOPHYAINCP)sopnamsp.h \ 78 75 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)pexceptions.h \ 80 fboloread.h \ 81 $(SOPHYAINCP)anydataobj.h \ 82 $(SOPHYAINCP)tvector.h \ 83 $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h \ 85 $(SOPHYAINCP)basarr.h \ 86 $(SOPHYAINCP)mutyv.h \ 87 $(SOPHYAINCP)dvlist.h \ 88 $(SOPHYAINCP)objfio.h \ 89 $(SOPHYAINCP)ppersist.h \ 90 $(SOPHYAINCP)gnumd5.h \ 91 $(SOPHYAINCP)ppfbinstream.h \ 92 $(SOPHYAINCP)rawstream.h \ 93 $(SOPHYAINCP)ppfnametag.h \ 94 $(SOPHYAINCP)ndatablock.h \ 95 $(SOPHYAINCP)utilarr.h \ 96 fabtcolread.h \ 97 $(SOPHYAINCP)FitsIO/fitsio.h \ 98 $(SOPHYAINCP)FitsIO/longnam.h 99 $(CXXCOMPILELIB) -o $@ $< 76 $(SOPHYAINCP)pexceptions.h fboloread.h \ 77 $(SOPHYAINCP)anydataobj.h \ 78 $(SOPHYAINCP)tvector.h \ 79 $(SOPHYAINCP)tmatrix.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)mutyv.h \ 83 $(SOPHYAINCP)dvlist.h \ 84 $(SOPHYAINCP)objfio.h \ 85 $(SOPHYAINCP)ppersist.h \ 86 $(SOPHYAINCP)gnumd5.h \ 87 $(SOPHYAINCP)ppfbinstream.h \ 88 $(SOPHYAINCP)rawstream.h \ 89 $(SOPHYAINCP)ppfnametag.h \ 90 $(SOPHYAINCP)ndatablock.h \ 91 $(SOPHYAINCP)utilarr.h fabtcolread.h \ 92 $(SOPHYAINCP)FitsIO/fitsio.h \ 93 $(SOPHYAINCP)FitsIO/longnam.h 94 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc 100 95 101 96 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \ 102 97 $(SOPHYAINCP)sopnamsp.h \ 103 98 $(SOPHYAINCP)machdefs.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 fbtntintf.h \ 99 $(SOPHYAINCP)pexceptions.h fbtntintf.h \ 106 100 $(SOPHYAINCP)anydataobj.h \ 107 101 $(SOPHYAINCP)ntupintf.h \ 108 102 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 103 $(SOPHYAINCP)FitsIO/longnam.h 110 $(CXXCOMPILE LIB) -o $@ $<104 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc 111 105 112 106 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \ 113 107 $(SOPHYAINCP)sopnamsp.h \ 114 108 $(SOPHYAINCP)pexceptions.h \ 115 $(SOPHYAINCP)machdefs.h \ 116 fitsautoreader.h \ 117 $(SOPHYAINCP)anydataobj.h \ 118 fitsfile.h \ 119 $(SOPHYAINCP)ndatablock.h \ 120 $(SOPHYAINCP)dvlist.h \ 121 $(SOPHYAINCP)objfio.h \ 122 $(SOPHYAINCP)ppersist.h \ 123 $(SOPHYAINCP)gnumd5.h \ 124 $(SOPHYAINCP)ppfbinstream.h \ 125 $(SOPHYAINCP)rawstream.h \ 126 $(SOPHYAINCP)ppfnametag.h \ 127 $(SOPHYAINCP)mutyv.h \ 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 fitstarray.h \ 131 $(SOPHYAINCP)tarray.h \ 132 $(SOPHYAINCP)basarr.h \ 133 $(SOPHYAINCP)utilarr.h \ 134 fitsspherehealpix.h \ 109 $(SOPHYAINCP)machdefs.h fitsautoreader.h \ 110 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 111 $(SOPHYAINCP)ndatablock.h \ 112 $(SOPHYAINCP)dvlist.h \ 113 $(SOPHYAINCP)objfio.h \ 114 $(SOPHYAINCP)ppersist.h \ 115 $(SOPHYAINCP)gnumd5.h \ 116 $(SOPHYAINCP)ppfbinstream.h \ 117 $(SOPHYAINCP)rawstream.h \ 118 $(SOPHYAINCP)ppfnametag.h \ 119 $(SOPHYAINCP)mutyv.h \ 120 $(SOPHYAINCP)FitsIO/fitsio.h \ 121 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \ 122 $(SOPHYAINCP)tarray.h \ 123 $(SOPHYAINCP)basarr.h \ 124 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 135 125 $(SOPHYAINCP)spherehealpix.h \ 136 126 $(SOPHYAINCP)sphericalmap.h \ … … 144 134 $(SOPHYAINCP)tvector.h \ 145 135 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)HEALPixUtils.h \ 147 fitsntuple.h \ 136 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \ 148 137 $(SOPHYAINCP)ntuple.h \ 149 $(SOPHYAINCP)ntupintf.h \ 150 fitsxntuple.h \ 151 $(SOPHYAINCP)xntuple.h \ 152 fitslocalmap.h \ 153 $(SOPHYAINCP)localmap.h \ 154 fbtntintf.h 155 $(CXXCOMPILELIB) -o $@ $< 138 $(SOPHYAINCP)ntupintf.h fitsxntuple.h \ 139 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 140 $(SOPHYAINCP)localmap.h fbtntintf.h 141 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 156 142 157 143 $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 158 144 $(SOPHYAINCP)sopnamsp.h \ 159 145 $(SOPHYAINCP)pexceptions.h \ 160 $(SOPHYAINCP)machdefs.h \ 161 fitsbntbllineRW.h \ 146 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 162 147 $(SOPHYAINCP)dvlist.h \ 163 148 $(SOPHYAINCP)objfio.h \ … … 173 158 $(SOPHYAINCP)FitsIO/longnam.h \ 174 159 $(SOPHYAINCP)utils.h 175 $(CXXCOMPILE LIB) -o $@ $<160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 176 161 177 162 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 178 163 $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h \ 180 fitsfile.h \ 164 $(SOPHYAINCP)machdefs.h fitsfile.h \ 181 165 $(SOPHYAINCP)ndatablock.h \ 182 166 $(SOPHYAINCP)anydataobj.h \ … … 192 176 $(SOPHYAINCP)FitsIO/fitsio.h \ 193 177 $(SOPHYAINCP)FitsIO/longnam.h \ 194 $(SOPHYAINCP)strutil.h \ 195 fitsspherehealpix.h \ 178 $(SOPHYAINCP)strutil.h fitsspherehealpix.h \ 196 179 $(SOPHYAINCP)spherehealpix.h \ 197 180 $(SOPHYAINCP)sphericalmap.h \ … … 209 192 $(SOPHYAINCP)utilarr.h \ 210 193 $(SOPHYAINCP)HEALPixUtils.h 211 $(CXXCOMPILE LIB) -o $@ $<194 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 212 195 213 196 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 214 197 $(SOPHYAINCP)sopnamsp.h \ 215 $(SOPHYAINCP)machdefs.h \ 216 fitslocalmap.h \ 198 $(SOPHYAINCP)machdefs.h fitslocalmap.h \ 217 199 $(SOPHYAINCP)pexceptions.h \ 218 200 $(SOPHYAINCP)localmap.h \ … … 239 221 $(SOPHYAINCP)basarr.h \ 240 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h fitsfile.h \ 224 $(SOPHYAINCP)FitsIO/fitsio.h \ 225 $(SOPHYAINCP)FitsIO/longnam.h 226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 227 228 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 $(SOPHYAINCP)pexceptions.h \ 231 $(SOPHYAINCP)machdefs.h fitsntuple.h \ 232 $(SOPHYAINCP)ntuple.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)anydataobj.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)mutyv.h fitsfile.h \ 243 $(SOPHYAINCP)ndatablock.h \ 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 245 $(SOPHYAINCP)FitsIO/longnam.h 246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc 247 248 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 250 $(SOPHYAINCP)pexceptions.h \ 251 $(SOPHYAINCP)machdefs.h fitsspherehealpix.h \ 252 $(SOPHYAINCP)spherehealpix.h \ 253 $(SOPHYAINCP)sphericalmap.h \ 254 $(SOPHYAINCP)smathconst.h \ 255 $(SOPHYAINCP)pixelmap.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)gnumd5.h \ 258 $(SOPHYAINCP)ppfbinstream.h \ 259 $(SOPHYAINCP)rawstream.h \ 260 $(SOPHYAINCP)ppfnametag.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)objfio.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)spherepos.h \ 266 $(SOPHYAINCP)unitvector.h \ 267 $(SOPHYAINCP)vector3d.h \ 268 $(SOPHYAINCP)longlat.h \ 269 $(SOPHYAINCP)utilgeom.h \ 270 $(SOPHYAINCP)tvector.h \ 271 $(SOPHYAINCP)tmatrix.h \ 272 $(SOPHYAINCP)tarray.h \ 273 $(SOPHYAINCP)basarr.h \ 274 $(SOPHYAINCP)ndatablock.h \ 241 275 $(SOPHYAINCP)utilarr.h \ 242 fitsfile.h \ 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILELIB) -o $@ $< 246 247 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 248 $(SOPHYAINCP)sopnamsp.h \ 249 $(SOPHYAINCP)pexceptions.h \ 250 $(SOPHYAINCP)machdefs.h \ 251 fitsntuple.h \ 252 $(SOPHYAINCP)ntuple.h \ 253 $(SOPHYAINCP)objfio.h \ 254 $(SOPHYAINCP)anydataobj.h \ 255 $(SOPHYAINCP)ppersist.h \ 256 $(SOPHYAINCP)gnumd5.h \ 257 $(SOPHYAINCP)ppfbinstream.h \ 258 $(SOPHYAINCP)rawstream.h \ 259 $(SOPHYAINCP)ppfnametag.h \ 260 $(SOPHYAINCP)ntupintf.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)mutyv.h fitsfile.h \ 263 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)FitsIO/fitsio.h \ 265 $(SOPHYAINCP)FitsIO/longnam.h 266 $(CXXCOMPILELIB) -o $@ $< 267 268 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 269 $(SOPHYAINCP)sopnamsp.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)machdefs.h \ 272 fitsspherehealpix.h \ 273 $(SOPHYAINCP)spherehealpix.h \ 274 $(SOPHYAINCP)sphericalmap.h \ 275 $(SOPHYAINCP)smathconst.h \ 276 $(SOPHYAINCP)pixelmap.h \ 277 $(SOPHYAINCP)ppersist.h \ 278 $(SOPHYAINCP)gnumd5.h \ 279 $(SOPHYAINCP)ppfbinstream.h \ 280 $(SOPHYAINCP)rawstream.h \ 281 $(SOPHYAINCP)ppfnametag.h \ 282 $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)objfio.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)mutyv.h \ 286 $(SOPHYAINCP)spherepos.h \ 287 $(SOPHYAINCP)unitvector.h \ 288 $(SOPHYAINCP)vector3d.h \ 289 $(SOPHYAINCP)longlat.h \ 290 $(SOPHYAINCP)utilgeom.h \ 291 $(SOPHYAINCP)tvector.h \ 292 $(SOPHYAINCP)tmatrix.h \ 293 $(SOPHYAINCP)tarray.h \ 294 $(SOPHYAINCP)basarr.h \ 295 $(SOPHYAINCP)ndatablock.h \ 296 $(SOPHYAINCP)utilarr.h \ 297 $(SOPHYAINCP)HEALPixUtils.h \ 298 fitsfile.h \ 299 $(SOPHYAINCP)FitsIO/fitsio.h \ 300 $(SOPHYAINCP)FitsIO/longnam.h \ 301 fitstarray.h 302 $(CXXCOMPILELIB) -o $@ $< 276 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h \ 277 $(SOPHYAINCP)FitsIO/fitsio.h \ 278 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 279 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 303 280 304 281 $(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \ … … 330 307 $(SOPHYAINCP)basarr.h \ 331 308 $(SOPHYAINCP)ndatablock.h \ 332 $(SOPHYAINCP)utilarr.h \ 333 fitsfile.h \ 334 $(SOPHYAINCP)FitsIO/fitsio.h \ 335 $(SOPHYAINCP)FitsIO/longnam.h \ 336 fitstarray.h 337 $(CXXCOMPILELIB) -o $@ $< 309 $(SOPHYAINCP)utilarr.h fitsfile.h \ 310 $(SOPHYAINCP)FitsIO/fitsio.h \ 311 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 338 313 339 314 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 340 315 $(SOPHYAINCP)sopnamsp.h \ 341 316 $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)pexceptions.h \ 343 fitstarray.h \ 344 $(SOPHYAINCP)tarray.h \ 345 $(SOPHYAINCP)basarr.h \ 346 $(SOPHYAINCP)anydataobj.h \ 347 $(SOPHYAINCP)mutyv.h \ 348 $(SOPHYAINCP)dvlist.h \ 349 $(SOPHYAINCP)objfio.h \ 350 $(SOPHYAINCP)ppersist.h \ 351 $(SOPHYAINCP)gnumd5.h \ 352 $(SOPHYAINCP)ppfbinstream.h \ 353 $(SOPHYAINCP)rawstream.h \ 354 $(SOPHYAINCP)ppfnametag.h \ 355 $(SOPHYAINCP)ndatablock.h \ 356 $(SOPHYAINCP)utilarr.h \ 357 fitsfile.h \ 358 $(SOPHYAINCP)FitsIO/fitsio.h \ 359 $(SOPHYAINCP)FitsIO/longnam.h 360 $(CXXCOMPILELIB) -o $@ $< 317 $(SOPHYAINCP)pexceptions.h fitstarray.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h fitsfile.h \ 331 $(SOPHYAINCP)FitsIO/fitsio.h \ 332 $(SOPHYAINCP)FitsIO/longnam.h 333 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 361 334 362 335 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \ 363 336 $(SOPHYAINCP)sopnamsp.h \ 364 337 $(SOPHYAINCP)pexceptions.h \ 365 $(SOPHYAINCP)machdefs.h \ 366 fitsxntuple.h \ 338 $(SOPHYAINCP)machdefs.h fitsxntuple.h \ 367 339 $(SOPHYAINCP)xntuple.h \ 368 340 $(SOPHYAINCP)ntupintf.h \ … … 379 351 $(SOPHYAINCP)FitsIO/fitsio.h \ 380 352 $(SOPHYAINCP)FitsIO/longnam.h 381 $(CXXCOMPILE LIB) -o $@ $<382 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc 354
Note:
See TracChangeset
for help on using the changeset viewer.