Changeset 2765 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)ndatablock.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)tvector.h \ 19 $(SOPHYAINCP)tmatrix.h \ 20 $(SOPHYAINCP)tarray.h \ 21 $(SOPHYAINCP)basarr.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)dvlist.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 27 $(SOPHYAINCP)gnumd5.h \ 28 $(SOPHYAINCP)ppfbinstream.h \ 29 $(SOPHYAINCP)rawstream.h \ 30 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)utilarr.h \ 32 $(SOPHYAINCP)smathconst.h 33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 34 13 35 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fiolocalmap.h sphericalmap.h \ 36 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ 37 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 38 $(SOPHYAINCP)machdefs.h pixelmap.h \ 39 $(SOPHYAINCP)ppersist.h \ 40 $(SOPHYAINCP)pexceptions.h \ 41 $(SOPHYAINCP)gnumd5.h \ 42 $(SOPHYAINCP)ppfbinstream.h \ 43 $(SOPHYAINCP)rawstream.h \ 44 $(SOPHYAINCP)ppfnametag.h \ 45 $(SOPHYAINCP)dvlist.h \ 46 $(SOPHYAINCP)objfio.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)mutyv.h spherepos.h \ 49 unitvector.h vector3d.h longlat.h utilgeom.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h localmap.h \ 56 $(SOPHYAINCP)fioarr.h \ 57 $(SOPHYAINCP)fiondblock.h \ 58 $(SOPHYAINCP)datatype.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 60 61 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 62 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \ 63 sphereecp.h sphericalmap.h \ 16 64 $(SOPHYAINCP)smathconst.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 pixelmap.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h \ 26 $(SOPHYAINCP)objfio.h \ 27 $(SOPHYAINCP)anydataobj.h \ 28 $(SOPHYAINCP)mutyv.h spherepos.h \ 29 unitvector.h vector3d.h longlat.h utilgeom.h \ 30 $(SOPHYAINCP)tvector.h \ 31 $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h \ 33 $(SOPHYAINCP)basarr.h \ 34 $(SOPHYAINCP)ndatablock.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 localmap.h $(SOPHYAINCP)fioarr.h \ 37 $(SOPHYAINCP)fiondblock.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILELIB) -o $@ $< 40 41 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 fiosphereecp.h sphereecp.h sphericalmap.h \ 44 $(SOPHYAINCP)smathconst.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 pixelmap.h \ 65 $(SOPHYAINCP)machdefs.h pixelmap.h \ 47 66 $(SOPHYAINCP)ppersist.h \ 48 67 $(SOPHYAINCP)pexceptions.h \ … … 64 83 $(SOPHYAINCP)fioarr.h \ 65 84 $(SOPHYAINCP)datatype.h 66 $(CXXCOMPILE LIB) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 67 86 68 87 $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \ 69 $(SOPHYAINCP)sopnamsp.h \ 70 fiospherehealpix.h sphericalmap.h \ 71 $(SOPHYAINCP)smathconst.h \ 72 $(SOPHYAINCP)machdefs.h \ 73 pixelmap.h \ 74 $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)pexceptions.h \ 76 $(SOPHYAINCP)gnumd5.h \ 77 $(SOPHYAINCP)ppfbinstream.h \ 78 $(SOPHYAINCP)rawstream.h \ 79 $(SOPHYAINCP)ppfnametag.h \ 80 $(SOPHYAINCP)dvlist.h \ 81 $(SOPHYAINCP)objfio.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h spherepos.h \ 84 unitvector.h vector3d.h longlat.h utilgeom.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)ndatablock.h \ 90 $(SOPHYAINCP)utilarr.h \ 91 spherehealpix.h HEALPixUtils.h \ 88 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \ 89 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 90 $(SOPHYAINCP)machdefs.h pixelmap.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)dvlist.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)mutyv.h spherepos.h \ 101 unitvector.h vector3d.h longlat.h utilgeom.h \ 102 $(SOPHYAINCP)tvector.h \ 103 $(SOPHYAINCP)tmatrix.h \ 104 $(SOPHYAINCP)tarray.h \ 105 $(SOPHYAINCP)basarr.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 109 $(SOPHYAINCP)datatype.h 110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 111 112 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 114 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 115 $(SOPHYAINCP)machdefs.h pixelmap.h \ 116 $(SOPHYAINCP)ppersist.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)gnumd5.h \ 119 $(SOPHYAINCP)ppfbinstream.h \ 120 $(SOPHYAINCP)rawstream.h \ 121 $(SOPHYAINCP)ppfnametag.h \ 122 $(SOPHYAINCP)dvlist.h \ 123 $(SOPHYAINCP)objfio.h \ 124 $(SOPHYAINCP)anydataobj.h \ 125 $(SOPHYAINCP)mutyv.h spherepos.h \ 126 unitvector.h vector3d.h longlat.h utilgeom.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 92 133 $(SOPHYAINCP)fiondblock.h \ 93 134 $(SOPHYAINCP)datatype.h 94 $(CXXCOMPILELIB) -o $@ $< 95 96 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 97 $(SOPHYAINCP)sopnamsp.h \ 98 fiospherethetaphi.h sphericalmap.h \ 99 $(SOPHYAINCP)smathconst.h \ 100 $(SOPHYAINCP)machdefs.h \ 101 pixelmap.h \ 102 $(SOPHYAINCP)ppersist.h \ 103 $(SOPHYAINCP)pexceptions.h \ 104 $(SOPHYAINCP)gnumd5.h \ 105 $(SOPHYAINCP)ppfbinstream.h \ 106 $(SOPHYAINCP)rawstream.h \ 107 $(SOPHYAINCP)ppfnametag.h \ 108 $(SOPHYAINCP)dvlist.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)anydataobj.h \ 111 $(SOPHYAINCP)mutyv.h spherepos.h \ 112 unitvector.h vector3d.h longlat.h utilgeom.h \ 113 $(SOPHYAINCP)tvector.h \ 114 $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h \ 116 $(SOPHYAINCP)basarr.h \ 117 $(SOPHYAINCP)ndatablock.h \ 118 $(SOPHYAINCP)utilarr.h \ 119 spherethetaphi.h \ 120 $(SOPHYAINCP)fiondblock.h \ 121 $(SOPHYAINCP)datatype.h 122 $(CXXCOMPILELIB) -o $@ $< 123 124 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 126 HEALPixUtils.h \ 127 $(SOPHYAINCP)machdefs.h \ 128 $(SOPHYAINCP)ndatablock.h \ 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)tvector.h \ 131 $(SOPHYAINCP)tmatrix.h \ 132 $(SOPHYAINCP)tarray.h \ 133 $(SOPHYAINCP)basarr.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)dvlist.h \ 136 $(SOPHYAINCP)objfio.h \ 137 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 143 $(SOPHYAINCP)utilarr.h \ 144 $(SOPHYAINCP)smathconst.h 145 $(CXXCOMPILELIB) -o $@ $< 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 146 136 147 137 $(SOPHYAOBJP)localmap.o: localmap.cc \ 148 $(SOPHYAINCP)sopnamsp.h \ 149 localmap.h pixelmap.h \ 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)sopnamsp.h localmap.h \ 139 pixelmap.h $(SOPHYAINCP)ppersist.h \ 151 140 $(SOPHYAINCP)machdefs.h \ 152 141 $(SOPHYAINCP)pexceptions.h \ … … 169 158 $(SOPHYAINCP)fiondblock.h \ 170 159 $(SOPHYAINCP)timing.h 171 $(CXXCOMPILELIB) -o $@ $< 172 173 $(SOPHYAOBJP)longlat.o: longlat.cc \ 174 $(SOPHYAINCP)sopnamsp.h \ 175 longlat.h \ 176 $(SOPHYAINCP)machdefs.h \ 160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 161 162 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \ 163 longlat.h $(SOPHYAINCP)machdefs.h \ 177 164 utilgeom.h 178 $(CXXCOMPILE LIB) -o $@ $<165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 179 166 180 167 $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \ 181 168 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)machdefs.h \ 183 mapoperation.h \ 184 $(SOPHYAINCP)ndatablock.h \ 185 $(SOPHYAINCP)anydataobj.h \ 186 pixelmap.h \ 169 $(SOPHYAINCP)machdefs.h mapoperation.h \ 170 $(SOPHYAINCP)ndatablock.h \ 171 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 187 172 $(SOPHYAINCP)ppersist.h \ 188 173 $(SOPHYAINCP)pexceptions.h \ … … 195 180 $(SOPHYAINCP)mutyv.h spherepos.h \ 196 181 unitvector.h vector3d.h longlat.h utilgeom.h 197 $(CXXCOMPILE LIB) -o $@ $<182 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 198 183 199 184 $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \ 200 185 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h \ 202 skymapinit.h \ 203 $(SOPHYAINCP)sophyainit.h \ 204 spherethetaphi.h sphericalmap.h \ 205 $(SOPHYAINCP)smathconst.h \ 206 pixelmap.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)objfio.h \ 215 $(SOPHYAINCP)anydataobj.h \ 216 $(SOPHYAINCP)mutyv.h spherepos.h \ 217 unitvector.h vector3d.h longlat.h utilgeom.h \ 218 $(SOPHYAINCP)tvector.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h \ 224 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 225 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 226 $(CXXCOMPILELIB) -o $@ $< 186 $(SOPHYAINCP)machdefs.h skymapinit.h \ 187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 188 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 189 pixelmap.h $(SOPHYAINCP)ppersist.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)gnumd5.h \ 192 $(SOPHYAINCP)ppfbinstream.h \ 193 $(SOPHYAINCP)rawstream.h \ 194 $(SOPHYAINCP)ppfnametag.h \ 195 $(SOPHYAINCP)dvlist.h \ 196 $(SOPHYAINCP)objfio.h \ 197 $(SOPHYAINCP)anydataobj.h \ 198 $(SOPHYAINCP)mutyv.h spherepos.h \ 199 unitvector.h vector3d.h longlat.h utilgeom.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 fiospherehealpix.h \ 206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 207 localmap.h fiosphereecp.h sphereecp.h 208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 227 209 228 210 $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 sphereecp.h sphericalmap.h \ 231 $(SOPHYAINCP)smathconst.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 pixelmap.h \ 211 $(SOPHYAINCP)sopnamsp.h sphereecp.h \ 212 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 213 $(SOPHYAINCP)machdefs.h pixelmap.h \ 234 214 $(SOPHYAINCP)ppersist.h \ 235 215 $(SOPHYAINCP)pexceptions.h \ … … 249 229 $(SOPHYAINCP)ndatablock.h \ 250 230 $(SOPHYAINCP)utilarr.h 251 $(CXXCOMPILE LIB) -o $@ $<231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 252 232 253 233 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ … … 262 242 $(SOPHYAINCP)ppfnametag.h \ 263 243 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)anydataobj.h \ 265 spherehealpix.h sphericalmap.h \ 266 $(SOPHYAINCP)smathconst.h \ 244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 245 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 267 246 pixelmap.h $(SOPHYAINCP)dvlist.h \ 268 247 $(SOPHYAINCP)objfio.h \ … … 273 252 $(SOPHYAINCP)tarray.h \ 274 253 $(SOPHYAINCP)basarr.h \ 275 $(SOPHYAINCP)utilarr.h \ 276 HEALPixUtils.h \ 254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 277 255 $(SOPHYAINCP)strutil.h 278 $(CXXCOMPILE LIB) -o $@ $<256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc 279 257 280 258 $(SOPHYAOBJP)spherepos.o: spherepos.cc \ 281 $(SOPHYAINCP)sopnamsp.h \ 282 spherepos.h \ 283 $(SOPHYAINCP)machdefs.h \ 284 $(SOPHYAINCP)ppersist.h \ 285 $(SOPHYAINCP)pexceptions.h \ 286 $(SOPHYAINCP)gnumd5.h \ 287 $(SOPHYAINCP)ppfbinstream.h \ 288 $(SOPHYAINCP)rawstream.h \ 289 $(SOPHYAINCP)ppfnametag.h \ 290 unitvector.h vector3d.h longlat.h utilgeom.h \ 291 $(SOPHYAINCP)anydataobj.h \ 292 $(SOPHYAINCP)datatype.h 293 $(CXXCOMPILELIB) -o $@ $< 259 $(SOPHYAINCP)sopnamsp.h spherepos.h \ 260 $(SOPHYAINCP)machdefs.h \ 261 $(SOPHYAINCP)ppersist.h \ 262 $(SOPHYAINCP)pexceptions.h \ 263 $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 267 vector3d.h longlat.h utilgeom.h \ 268 $(SOPHYAINCP)anydataobj.h \ 269 $(SOPHYAINCP)datatype.h 270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc 294 271 295 272 $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \ 296 $(SOPHYAINCP)sopnamsp.h \ 297 spherethetaphi.h sphericalmap.h \ 298 $(SOPHYAINCP)smathconst.h \ 299 $(SOPHYAINCP)machdefs.h \ 300 pixelmap.h \ 273 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \ 274 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 275 $(SOPHYAINCP)machdefs.h pixelmap.h \ 301 276 $(SOPHYAINCP)ppersist.h \ 302 277 $(SOPHYAINCP)pexceptions.h \ … … 317 292 $(SOPHYAINCP)utilarr.h \ 318 293 $(SOPHYAINCP)fiondblock.h 319 $(CXXCOMPILE LIB) -o $@ $<294 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc 320 295 321 296 $(SOPHYAOBJP)unitvector.o: unitvector.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 unitvector.h vector3d.h longlat.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 utilgeom.h 326 $(CXXCOMPILELIB) -o $@ $< 297 $(SOPHYAINCP)sopnamsp.h unitvector.h \ 298 vector3d.h longlat.h \ 299 $(SOPHYAINCP)machdefs.h utilgeom.h 300 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc 327 301 328 302 $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \ 329 303 $(SOPHYAINCP)sopnamsp.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 utilgeom.h 332 $(CXXCOMPILELIB) -o $@ $< 304 $(SOPHYAINCP)machdefs.h utilgeom.h 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc 333 306 334 307 $(SOPHYAOBJP)vector3d.o: vector3d.cc \ 335 308 $(SOPHYAINCP)sopnamsp.h \ 336 309 $(SOPHYAINCP)machdefs.h \ 337 $(SOPHYAINCP)pexceptions.h \338 vector3d.hlonglat.h utilgeom.h339 $(CXXCOMPILE LIB) -o $@ $<340 310 $(SOPHYAINCP)pexceptions.h vector3d.h \ 311 longlat.h utilgeom.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc 313 -
trunk/SophyaLib/SkyMap/objlist.list
r2743 r2765 1 HEALPixUtils.o 1 2 fiolocalmap.o 2 3 fiosphereecp.o 3 4 fiospherehealpix.o 4 5 fiospherethetaphi.o 5 HEALPixUtils.o6 6 localmap.o 7 7 longlat.o -
trunk/SophyaLib/SkyMap/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)ndatablock.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)tvector.h \ 19 $(SOPHYAINCP)tmatrix.h \ 20 $(SOPHYAINCP)tarray.h \ 21 $(SOPHYAINCP)basarr.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)dvlist.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 27 $(SOPHYAINCP)gnumd5.h \ 28 $(SOPHYAINCP)ppfbinstream.h \ 29 $(SOPHYAINCP)rawstream.h \ 30 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)utilarr.h \ 32 $(SOPHYAINCP)smathconst.h 33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 34 13 35 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fiolocalmap.h sphericalmap.h \ 36 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ 37 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 38 $(SOPHYAINCP)machdefs.h pixelmap.h \ 39 $(SOPHYAINCP)ppersist.h \ 40 $(SOPHYAINCP)pexceptions.h \ 41 $(SOPHYAINCP)gnumd5.h \ 42 $(SOPHYAINCP)ppfbinstream.h \ 43 $(SOPHYAINCP)rawstream.h \ 44 $(SOPHYAINCP)ppfnametag.h \ 45 $(SOPHYAINCP)dvlist.h \ 46 $(SOPHYAINCP)objfio.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)mutyv.h spherepos.h \ 49 unitvector.h vector3d.h longlat.h utilgeom.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h localmap.h \ 56 $(SOPHYAINCP)fioarr.h \ 57 $(SOPHYAINCP)fiondblock.h \ 58 $(SOPHYAINCP)datatype.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 60 61 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 62 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \ 63 sphereecp.h sphericalmap.h \ 16 64 $(SOPHYAINCP)smathconst.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 pixelmap.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h \ 26 $(SOPHYAINCP)objfio.h \ 27 $(SOPHYAINCP)anydataobj.h \ 28 $(SOPHYAINCP)mutyv.h spherepos.h \ 29 unitvector.h vector3d.h longlat.h utilgeom.h \ 30 $(SOPHYAINCP)tvector.h \ 31 $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h \ 33 $(SOPHYAINCP)basarr.h \ 34 $(SOPHYAINCP)ndatablock.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 localmap.h $(SOPHYAINCP)fioarr.h \ 37 $(SOPHYAINCP)fiondblock.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILELIB) -o $@ $< 40 41 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 fiosphereecp.h sphereecp.h sphericalmap.h \ 44 $(SOPHYAINCP)smathconst.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 pixelmap.h \ 65 $(SOPHYAINCP)machdefs.h pixelmap.h \ 47 66 $(SOPHYAINCP)ppersist.h \ 48 67 $(SOPHYAINCP)pexceptions.h \ … … 64 83 $(SOPHYAINCP)fioarr.h \ 65 84 $(SOPHYAINCP)datatype.h 66 $(CXXCOMPILE LIB) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 67 86 68 87 $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \ 69 $(SOPHYAINCP)sopnamsp.h \ 70 fiospherehealpix.h sphericalmap.h \ 71 $(SOPHYAINCP)smathconst.h \ 72 $(SOPHYAINCP)machdefs.h \ 73 pixelmap.h \ 74 $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)pexceptions.h \ 76 $(SOPHYAINCP)gnumd5.h \ 77 $(SOPHYAINCP)ppfbinstream.h \ 78 $(SOPHYAINCP)rawstream.h \ 79 $(SOPHYAINCP)ppfnametag.h \ 80 $(SOPHYAINCP)dvlist.h \ 81 $(SOPHYAINCP)objfio.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h spherepos.h \ 84 unitvector.h vector3d.h longlat.h utilgeom.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)ndatablock.h \ 90 $(SOPHYAINCP)utilarr.h \ 91 spherehealpix.h HEALPixUtils.h \ 88 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \ 89 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 90 $(SOPHYAINCP)machdefs.h pixelmap.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)dvlist.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)mutyv.h spherepos.h \ 101 unitvector.h vector3d.h longlat.h utilgeom.h \ 102 $(SOPHYAINCP)tvector.h \ 103 $(SOPHYAINCP)tmatrix.h \ 104 $(SOPHYAINCP)tarray.h \ 105 $(SOPHYAINCP)basarr.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 109 $(SOPHYAINCP)datatype.h 110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 111 112 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 114 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 115 $(SOPHYAINCP)machdefs.h pixelmap.h \ 116 $(SOPHYAINCP)ppersist.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)gnumd5.h \ 119 $(SOPHYAINCP)ppfbinstream.h \ 120 $(SOPHYAINCP)rawstream.h \ 121 $(SOPHYAINCP)ppfnametag.h \ 122 $(SOPHYAINCP)dvlist.h \ 123 $(SOPHYAINCP)objfio.h \ 124 $(SOPHYAINCP)anydataobj.h \ 125 $(SOPHYAINCP)mutyv.h spherepos.h \ 126 unitvector.h vector3d.h longlat.h utilgeom.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 92 133 $(SOPHYAINCP)fiondblock.h \ 93 134 $(SOPHYAINCP)datatype.h 94 $(CXXCOMPILELIB) -o $@ $< 95 96 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 97 $(SOPHYAINCP)sopnamsp.h \ 98 fiospherethetaphi.h sphericalmap.h \ 99 $(SOPHYAINCP)smathconst.h \ 100 $(SOPHYAINCP)machdefs.h \ 101 pixelmap.h \ 102 $(SOPHYAINCP)ppersist.h \ 103 $(SOPHYAINCP)pexceptions.h \ 104 $(SOPHYAINCP)gnumd5.h \ 105 $(SOPHYAINCP)ppfbinstream.h \ 106 $(SOPHYAINCP)rawstream.h \ 107 $(SOPHYAINCP)ppfnametag.h \ 108 $(SOPHYAINCP)dvlist.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)anydataobj.h \ 111 $(SOPHYAINCP)mutyv.h spherepos.h \ 112 unitvector.h vector3d.h longlat.h utilgeom.h \ 113 $(SOPHYAINCP)tvector.h \ 114 $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h \ 116 $(SOPHYAINCP)basarr.h \ 117 $(SOPHYAINCP)ndatablock.h \ 118 $(SOPHYAINCP)utilarr.h \ 119 spherethetaphi.h \ 120 $(SOPHYAINCP)fiondblock.h \ 121 $(SOPHYAINCP)datatype.h 122 $(CXXCOMPILELIB) -o $@ $< 123 124 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 126 HEALPixUtils.h \ 127 $(SOPHYAINCP)machdefs.h \ 128 $(SOPHYAINCP)ndatablock.h \ 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)tvector.h \ 131 $(SOPHYAINCP)tmatrix.h \ 132 $(SOPHYAINCP)tarray.h \ 133 $(SOPHYAINCP)basarr.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)dvlist.h \ 136 $(SOPHYAINCP)objfio.h \ 137 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 143 $(SOPHYAINCP)utilarr.h \ 144 $(SOPHYAINCP)smathconst.h 145 $(CXXCOMPILELIB) -o $@ $< 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 146 136 147 137 $(SOPHYAOBJP)localmap.o: localmap.cc \ 148 $(SOPHYAINCP)sopnamsp.h \ 149 localmap.h pixelmap.h \ 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)sopnamsp.h localmap.h \ 139 pixelmap.h $(SOPHYAINCP)ppersist.h \ 151 140 $(SOPHYAINCP)machdefs.h \ 152 141 $(SOPHYAINCP)pexceptions.h \ … … 169 158 $(SOPHYAINCP)fiondblock.h \ 170 159 $(SOPHYAINCP)timing.h 171 $(CXXCOMPILELIB) -o $@ $< 172 173 $(SOPHYAOBJP)longlat.o: longlat.cc \ 174 $(SOPHYAINCP)sopnamsp.h \ 175 longlat.h \ 176 $(SOPHYAINCP)machdefs.h \ 160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 161 162 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \ 163 longlat.h $(SOPHYAINCP)machdefs.h \ 177 164 utilgeom.h 178 $(CXXCOMPILE LIB) -o $@ $<165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 179 166 180 167 $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \ 181 168 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)machdefs.h \ 183 mapoperation.h \ 184 $(SOPHYAINCP)ndatablock.h \ 185 $(SOPHYAINCP)anydataobj.h \ 186 pixelmap.h \ 169 $(SOPHYAINCP)machdefs.h mapoperation.h \ 170 $(SOPHYAINCP)ndatablock.h \ 171 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 187 172 $(SOPHYAINCP)ppersist.h \ 188 173 $(SOPHYAINCP)pexceptions.h \ … … 195 180 $(SOPHYAINCP)mutyv.h spherepos.h \ 196 181 unitvector.h vector3d.h longlat.h utilgeom.h 197 $(CXXCOMPILE LIB) -o $@ $<182 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 198 183 199 184 $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \ 200 185 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h \ 202 skymapinit.h \ 203 $(SOPHYAINCP)sophyainit.h \ 204 spherethetaphi.h sphericalmap.h \ 205 $(SOPHYAINCP)smathconst.h \ 206 pixelmap.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)objfio.h \ 215 $(SOPHYAINCP)anydataobj.h \ 216 $(SOPHYAINCP)mutyv.h spherepos.h \ 217 unitvector.h vector3d.h longlat.h utilgeom.h \ 218 $(SOPHYAINCP)tvector.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h \ 224 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 225 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 226 $(CXXCOMPILELIB) -o $@ $< 186 $(SOPHYAINCP)machdefs.h skymapinit.h \ 187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 188 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 189 pixelmap.h $(SOPHYAINCP)ppersist.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)gnumd5.h \ 192 $(SOPHYAINCP)ppfbinstream.h \ 193 $(SOPHYAINCP)rawstream.h \ 194 $(SOPHYAINCP)ppfnametag.h \ 195 $(SOPHYAINCP)dvlist.h \ 196 $(SOPHYAINCP)objfio.h \ 197 $(SOPHYAINCP)anydataobj.h \ 198 $(SOPHYAINCP)mutyv.h spherepos.h \ 199 unitvector.h vector3d.h longlat.h utilgeom.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 fiospherehealpix.h \ 206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 207 localmap.h fiosphereecp.h sphereecp.h 208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 227 209 228 210 $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 sphereecp.h sphericalmap.h \ 231 $(SOPHYAINCP)smathconst.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 pixelmap.h \ 211 $(SOPHYAINCP)sopnamsp.h sphereecp.h \ 212 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 213 $(SOPHYAINCP)machdefs.h pixelmap.h \ 234 214 $(SOPHYAINCP)ppersist.h \ 235 215 $(SOPHYAINCP)pexceptions.h \ … … 249 229 $(SOPHYAINCP)ndatablock.h \ 250 230 $(SOPHYAINCP)utilarr.h 251 $(CXXCOMPILE LIB) -o $@ $<231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 252 232 253 233 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ … … 262 242 $(SOPHYAINCP)ppfnametag.h \ 263 243 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)anydataobj.h \ 265 spherehealpix.h sphericalmap.h \ 266 $(SOPHYAINCP)smathconst.h \ 244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 245 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 267 246 pixelmap.h $(SOPHYAINCP)dvlist.h \ 268 247 $(SOPHYAINCP)objfio.h \ … … 273 252 $(SOPHYAINCP)tarray.h \ 274 253 $(SOPHYAINCP)basarr.h \ 275 $(SOPHYAINCP)utilarr.h \ 276 HEALPixUtils.h \ 254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 277 255 $(SOPHYAINCP)strutil.h 278 $(CXXCOMPILE LIB) -o $@ $<256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc 279 257 280 258 $(SOPHYAOBJP)spherepos.o: spherepos.cc \ 281 $(SOPHYAINCP)sopnamsp.h \ 282 spherepos.h \ 283 $(SOPHYAINCP)machdefs.h \ 284 $(SOPHYAINCP)ppersist.h \ 285 $(SOPHYAINCP)pexceptions.h \ 286 $(SOPHYAINCP)gnumd5.h \ 287 $(SOPHYAINCP)ppfbinstream.h \ 288 $(SOPHYAINCP)rawstream.h \ 289 $(SOPHYAINCP)ppfnametag.h \ 290 unitvector.h vector3d.h longlat.h utilgeom.h \ 291 $(SOPHYAINCP)anydataobj.h \ 292 $(SOPHYAINCP)datatype.h 293 $(CXXCOMPILELIB) -o $@ $< 259 $(SOPHYAINCP)sopnamsp.h spherepos.h \ 260 $(SOPHYAINCP)machdefs.h \ 261 $(SOPHYAINCP)ppersist.h \ 262 $(SOPHYAINCP)pexceptions.h \ 263 $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 267 vector3d.h longlat.h utilgeom.h \ 268 $(SOPHYAINCP)anydataobj.h \ 269 $(SOPHYAINCP)datatype.h 270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc 294 271 295 272 $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \ 296 $(SOPHYAINCP)sopnamsp.h \ 297 spherethetaphi.h sphericalmap.h \ 298 $(SOPHYAINCP)smathconst.h \ 299 $(SOPHYAINCP)machdefs.h \ 300 pixelmap.h \ 273 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \ 274 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 275 $(SOPHYAINCP)machdefs.h pixelmap.h \ 301 276 $(SOPHYAINCP)ppersist.h \ 302 277 $(SOPHYAINCP)pexceptions.h \ … … 317 292 $(SOPHYAINCP)utilarr.h \ 318 293 $(SOPHYAINCP)fiondblock.h 319 $(CXXCOMPILE LIB) -o $@ $<294 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc 320 295 321 296 $(SOPHYAOBJP)unitvector.o: unitvector.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 unitvector.h vector3d.h longlat.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 utilgeom.h 326 $(CXXCOMPILELIB) -o $@ $< 297 $(SOPHYAINCP)sopnamsp.h unitvector.h \ 298 vector3d.h longlat.h \ 299 $(SOPHYAINCP)machdefs.h utilgeom.h 300 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc 327 301 328 302 $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \ 329 303 $(SOPHYAINCP)sopnamsp.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 utilgeom.h 332 $(CXXCOMPILELIB) -o $@ $< 304 $(SOPHYAINCP)machdefs.h utilgeom.h 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc 333 306 334 307 $(SOPHYAOBJP)vector3d.o: vector3d.cc \ 335 308 $(SOPHYAINCP)sopnamsp.h \ 336 309 $(SOPHYAINCP)machdefs.h \ 337 $(SOPHYAINCP)pexceptions.h \338 vector3d.hlonglat.h utilgeom.h339 $(CXXCOMPILE LIB) -o $@ $<340 310 $(SOPHYAINCP)pexceptions.h vector3d.h \ 311 longlat.h utilgeom.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc 313
Note:
See TracChangeset
for help on using the changeset viewer.