[2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | PROGS = $(SOPHYAEXEP)cl2map $(SOPHYAEXEP)map2cl $(SOPHYAEXEP)prjsmap $(SOPHYAEXEP)cremskfrsph $(SOPHYAEXEP)extrapsph $(SOPHYAEXEP)extrap2sph
|
---|
| 4 |
|
---|
| 5 | all: $(PROGS)
|
---|
| 6 |
|
---|
| 7 | clean:
|
---|
| 8 | rm -f $(PROGS)
|
---|
| 9 | rm -f $(SOPHYAOBJP)extrap2sph.o $(SOPHYAOBJP)extrapsph.o $(SOPHYAOBJP)cremskfrsph.o $(SOPHYAOBJP)prjsmap.o $(SOPHYAOBJP)map2cl.o $(SOPHYAOBJP)cl2map.o
|
---|
| 10 |
|
---|
| 11 | cl2map: $(SOPHYAEXEP)cl2map
|
---|
| 12 | echo $@ " done"
|
---|
| 13 | $(SOPHYAEXEP)cl2map: $(SOPHYAOBJP)cl2map.o
|
---|
[2765] | 14 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)cl2map.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 15 |
|
---|
| 16 | map2cl: $(SOPHYAEXEP)map2cl
|
---|
| 17 | echo $@ " done"
|
---|
| 18 | $(SOPHYAEXEP)map2cl: $(SOPHYAOBJP)map2cl.o
|
---|
[2765] | 19 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)map2cl.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 20 |
|
---|
| 21 | prjsmap: $(SOPHYAEXEP)prjsmap
|
---|
| 22 | echo $@ " done"
|
---|
| 23 | $(SOPHYAEXEP)prjsmap: $(SOPHYAOBJP)prjsmap.o
|
---|
[2765] | 24 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)prjsmap.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 25 |
|
---|
| 26 | cremskfrsph: $(SOPHYAEXEP)cremskfrsph
|
---|
| 27 | echo $@ " done"
|
---|
| 28 | $(SOPHYAEXEP)cremskfrsph: $(SOPHYAOBJP)cremskfrsph.o
|
---|
[2765] | 29 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)cremskfrsph.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 30 |
|
---|
| 31 | extrapsph: $(SOPHYAEXEP)extrapsph
|
---|
| 32 | echo $@ " done"
|
---|
| 33 | $(SOPHYAEXEP)extrapsph: $(SOPHYAOBJP)extrapsph.o
|
---|
[2765] | 34 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extrapsph.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 35 |
|
---|
| 36 | extrap2sph: $(SOPHYAEXEP)extrap2sph
|
---|
| 37 | echo $@ " done"
|
---|
| 38 | $(SOPHYAEXEP)extrap2sph: $(SOPHYAOBJP)extrap2sph.o
|
---|
[2765] | 39 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extrap2sph.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 40 |
|
---|
[3405] | 41 | $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 42 | $(SOPHYAINCP)machdefs.h \
|
---|
| 43 | $(SOPHYAINCP)nbmath.h \
|
---|
| 44 | $(SOPHYAINCP)machdefs.h \
|
---|
| 45 | $(SOPHYAINCP)smathconst.h \
|
---|
| 46 | $(SOPHYAINCP)timing.h \
|
---|
| 47 | $(SOPHYAINCP)array.h \
|
---|
| 48 | $(SOPHYAINCP)tarray.h \
|
---|
| 49 | $(SOPHYAINCP)basarr.h \
|
---|
| 50 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 51 | $(SOPHYAINCP)mutyv.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 \
|
---|
| 67 | $(SOPHYAINCP)matharr.h \
|
---|
| 68 | $(SOPHYAINCP)fioarr.h \
|
---|
| 69 | $(SOPHYAINCP)sopemtx.h \
|
---|
| 70 | $(SOPHYAINCP)skymap.h \
|
---|
| 71 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 72 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 73 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 74 | $(SOPHYAINCP)spherepos.h \
|
---|
| 75 | $(SOPHYAINCP)unitvector.h \
|
---|
| 76 | $(SOPHYAINCP)vector3d.h \
|
---|
| 77 | $(SOPHYAINCP)longlat.h \
|
---|
| 78 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 79 | $(SOPHYAINCP)datatype.h \
|
---|
| 80 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 81 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 82 | $(SOPHYAINCP)localmap.h \
|
---|
| 83 | $(SOPHYAINCP)sphereecp.h \
|
---|
| 84 | $(SOPHYAINCP)fiospherethetaphi.h \
|
---|
| 85 | $(SOPHYAINCP)fiospherehealpix.h \
|
---|
| 86 | $(SOPHYAINCP)fiolocalmap.h \
|
---|
| 87 | $(SOPHYAINCP)fiosphereecp.h \
|
---|
| 88 | $(SOPHYAINCP)samba.h \
|
---|
| 89 | $(SOPHYAINCP)alm.h \
|
---|
| 90 | $(SOPHYAINCP)srandgen.h \
|
---|
| 91 | $(SOPHYAINCP)nbmath.h \
|
---|
| 92 | $(SOPHYAINCP)triangmtx.h \
|
---|
| 93 | $(SOPHYAINCP)bruit.h \
|
---|
| 94 | $(SOPHYAINCP)circle.h \
|
---|
| 95 | $(SOPHYAINCP)geometry.h \
|
---|
| 96 | $(SOPHYAINCP)lambdaBuilder.h \
|
---|
| 97 | $(SOPHYAINCP)misstime.h \
|
---|
| 98 | $(SOPHYAINCP)mlobe.h \
|
---|
| 99 | $(SOPHYAINCP)prefcount.h \
|
---|
| 100 | $(SOPHYAINCP)scan.h \
|
---|
| 101 | $(SOPHYAINCP)sphericaltransformserver.h \
|
---|
| 102 | $(SOPHYAINCP)fftservintf.h \
|
---|
| 103 | $(SOPHYAINCP)fftpserver.h \
|
---|
| 104 | $(SOPHYAINCP)tod.h \
|
---|
| 105 | $(SOPHYAINCP)sambainit.h \
|
---|
| 106 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 107 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 108 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 109 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 110 | $(SOPHYAINCP)fitsspherehealpix.h \
|
---|
| 111 | $(SOPHYAINCP)fitsfile.h \
|
---|
| 112 | $(SOPHYAINCP)fitsinoutfile.h \
|
---|
| 113 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 114 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 115 | $(SOPHYAINCP)fitshandler.h \
|
---|
| 116 | $(SOPHYAINCP)fitstarray.h
|
---|
[2765] | 117 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cl2map.cc
|
---|
[2743] | 118 |
|
---|
| 119 | $(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \
|
---|
[3405] | 120 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 121 | $(SOPHYAINCP)machdefs.h \
|
---|
| 122 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 123 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 124 | $(SOPHYAINCP)machdefs.h \
|
---|
| 125 | $(SOPHYAINCP)skymap.h \
|
---|
| 126 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 127 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 128 | $(SOPHYAINCP)smathconst.h \
|
---|
| 129 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 130 | $(SOPHYAINCP)ppersist.h \
|
---|
| 131 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 132 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 133 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 134 | $(SOPHYAINCP)rawstream.h \
|
---|
| 135 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 136 | $(SOPHYAINCP)dvlist.h \
|
---|
| 137 | $(SOPHYAINCP)objfio.h \
|
---|
| 138 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 139 | $(SOPHYAINCP)mutyv.h \
|
---|
| 140 | $(SOPHYAINCP)timestamp.h \
|
---|
| 141 | $(SOPHYAINCP)spherepos.h \
|
---|
| 142 | $(SOPHYAINCP)unitvector.h \
|
---|
| 143 | $(SOPHYAINCP)vector3d.h \
|
---|
| 144 | $(SOPHYAINCP)longlat.h \
|
---|
| 145 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 146 | $(SOPHYAINCP)datatype.h \
|
---|
| 147 | $(SOPHYAINCP)tvector.h \
|
---|
| 148 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 149 | $(SOPHYAINCP)tarray.h \
|
---|
| 150 | $(SOPHYAINCP)basarr.h \
|
---|
| 151 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 152 | $(SOPHYAINCP)utilarr.h \
|
---|
| 153 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 154 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 155 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 156 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 157 | $(SOPHYAINCP)localmap.h \
|
---|
| 158 | $(SOPHYAINCP)sphereecp.h \
|
---|
| 159 | $(SOPHYAINCP)fiospherethetaphi.h \
|
---|
| 160 | $(SOPHYAINCP)fiospherehealpix.h \
|
---|
| 161 | $(SOPHYAINCP)fiolocalmap.h \
|
---|
| 162 | $(SOPHYAINCP)fiosphereecp.h \
|
---|
| 163 | $(SOPHYAINCP)fitsspherehealpix.h \
|
---|
| 164 | $(SOPHYAINCP)fitsfile.h \
|
---|
| 165 | $(SOPHYAINCP)fitsinoutfile.h \
|
---|
| 166 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 167 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 168 | $(SOPHYAINCP)fitshandler.h
|
---|
[2765] | 169 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cremskfrsph.cc
|
---|
[2743] | 170 |
|
---|
| 171 | $(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \
|
---|
[3405] | 172 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 173 | $(SOPHYAINCP)machdefs.h \
|
---|
| 174 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 175 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 176 | $(SOPHYAINCP)machdefs.h \
|
---|
| 177 | $(SOPHYAINCP)skymap.h \
|
---|
| 178 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 179 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 180 | $(SOPHYAINCP)smathconst.h \
|
---|
| 181 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 182 | $(SOPHYAINCP)ppersist.h \
|
---|
| 183 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 184 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 185 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 186 | $(SOPHYAINCP)rawstream.h \
|
---|
| 187 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 188 | $(SOPHYAINCP)dvlist.h \
|
---|
| 189 | $(SOPHYAINCP)objfio.h \
|
---|
| 190 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 191 | $(SOPHYAINCP)mutyv.h \
|
---|
| 192 | $(SOPHYAINCP)timestamp.h \
|
---|
| 193 | $(SOPHYAINCP)spherepos.h \
|
---|
| 194 | $(SOPHYAINCP)unitvector.h \
|
---|
| 195 | $(SOPHYAINCP)vector3d.h \
|
---|
| 196 | $(SOPHYAINCP)longlat.h \
|
---|
| 197 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 198 | $(SOPHYAINCP)datatype.h \
|
---|
| 199 | $(SOPHYAINCP)tvector.h \
|
---|
| 200 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 201 | $(SOPHYAINCP)tarray.h \
|
---|
| 202 | $(SOPHYAINCP)basarr.h \
|
---|
| 203 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 204 | $(SOPHYAINCP)utilarr.h \
|
---|
| 205 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 206 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 207 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 208 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 209 | $(SOPHYAINCP)localmap.h \
|
---|
| 210 | $(SOPHYAINCP)sphereecp.h \
|
---|
| 211 | $(SOPHYAINCP)fiospherethetaphi.h \
|
---|
| 212 | $(SOPHYAINCP)fiospherehealpix.h \
|
---|
| 213 | $(SOPHYAINCP)fiolocalmap.h \
|
---|
| 214 | $(SOPHYAINCP)fiosphereecp.h \
|
---|
| 215 | $(SOPHYAINCP)fitsspherehealpix.h \
|
---|
| 216 | $(SOPHYAINCP)fitsfile.h \
|
---|
| 217 | $(SOPHYAINCP)fitsinoutfile.h \
|
---|
| 218 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 219 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 220 | $(SOPHYAINCP)fitshandler.h
|
---|
[2765] | 221 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrap2sph.cc
|
---|
[2743] | 222 |
|
---|
[3405] | 223 | $(SOPHYAOBJP)extrapsph.o: extrapsph.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 224 | $(SOPHYAINCP)machdefs.h \
|
---|
| 225 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 226 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 227 | $(SOPHYAINCP)machdefs.h \
|
---|
| 228 | $(SOPHYAINCP)skymap.h \
|
---|
| 229 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 230 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 231 | $(SOPHYAINCP)smathconst.h \
|
---|
| 232 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 233 | $(SOPHYAINCP)ppersist.h \
|
---|
| 234 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 235 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 236 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 237 | $(SOPHYAINCP)rawstream.h \
|
---|
| 238 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 239 | $(SOPHYAINCP)dvlist.h \
|
---|
| 240 | $(SOPHYAINCP)objfio.h \
|
---|
| 241 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 242 | $(SOPHYAINCP)mutyv.h \
|
---|
| 243 | $(SOPHYAINCP)timestamp.h \
|
---|
| 244 | $(SOPHYAINCP)spherepos.h \
|
---|
| 245 | $(SOPHYAINCP)unitvector.h \
|
---|
| 246 | $(SOPHYAINCP)vector3d.h \
|
---|
| 247 | $(SOPHYAINCP)longlat.h \
|
---|
| 248 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 249 | $(SOPHYAINCP)datatype.h \
|
---|
| 250 | $(SOPHYAINCP)tvector.h \
|
---|
| 251 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 252 | $(SOPHYAINCP)tarray.h \
|
---|
| 253 | $(SOPHYAINCP)basarr.h \
|
---|
| 254 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 255 | $(SOPHYAINCP)utilarr.h \
|
---|
| 256 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 257 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 258 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 259 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 260 | $(SOPHYAINCP)localmap.h \
|
---|
| 261 | $(SOPHYAINCP)sphereecp.h \
|
---|
| 262 | $(SOPHYAINCP)fiospherethetaphi.h \
|
---|
| 263 | $(SOPHYAINCP)fiospherehealpix.h \
|
---|
| 264 | $(SOPHYAINCP)fiolocalmap.h \
|
---|
| 265 | $(SOPHYAINCP)fiosphereecp.h \
|
---|
| 266 | $(SOPHYAINCP)fitsspherehealpix.h \
|
---|
| 267 | $(SOPHYAINCP)fitsfile.h \
|
---|
| 268 | $(SOPHYAINCP)fitsinoutfile.h \
|
---|
| 269 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 270 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 271 | $(SOPHYAINCP)fitshandler.h
|
---|
[2765] | 272 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrapsph.cc
|
---|
[2743] | 273 |
|
---|
[3405] | 274 | $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 275 | $(SOPHYAINCP)machdefs.h \
|
---|
| 276 | $(SOPHYAINCP)nbmath.h \
|
---|
| 277 | $(SOPHYAINCP)machdefs.h \
|
---|
| 278 | $(SOPHYAINCP)smathconst.h \
|
---|
| 279 | $(SOPHYAINCP)timing.h \
|
---|
| 280 | $(SOPHYAINCP)array.h \
|
---|
| 281 | $(SOPHYAINCP)tarray.h \
|
---|
| 282 | $(SOPHYAINCP)basarr.h \
|
---|
| 283 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 284 | $(SOPHYAINCP)mutyv.h \
|
---|
| 285 | $(SOPHYAINCP)timestamp.h \
|
---|
| 286 | $(SOPHYAINCP)objfio.h \
|
---|
| 287 | $(SOPHYAINCP)ppersist.h \
|
---|
| 288 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 289 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 290 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 291 | $(SOPHYAINCP)rawstream.h \
|
---|
| 292 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 293 | $(SOPHYAINCP)dvlist.h \
|
---|
| 294 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 295 | $(SOPHYAINCP)utilarr.h \
|
---|
| 296 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 297 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 298 | $(SOPHYAINCP)tvector.h \
|
---|
| 299 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 300 | $(SOPHYAINCP)matharr.h \
|
---|
| 301 | $(SOPHYAINCP)fioarr.h \
|
---|
| 302 | $(SOPHYAINCP)sopemtx.h \
|
---|
| 303 | $(SOPHYAINCP)skymap.h \
|
---|
| 304 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 305 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 306 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 307 | $(SOPHYAINCP)spherepos.h \
|
---|
| 308 | $(SOPHYAINCP)unitvector.h \
|
---|
| 309 | $(SOPHYAINCP)vector3d.h \
|
---|
| 310 | $(SOPHYAINCP)longlat.h \
|
---|
| 311 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 312 | $(SOPHYAINCP)datatype.h \
|
---|
| 313 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 314 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 315 | $(SOPHYAINCP)localmap.h \
|
---|
| 316 | $(SOPHYAINCP)sphereecp.h \
|
---|
| 317 | $(SOPHYAINCP)fiospherethetaphi.h \
|
---|
| 318 | $(SOPHYAINCP)fiospherehealpix.h \
|
---|
| 319 | $(SOPHYAINCP)fiolocalmap.h \
|
---|
| 320 | $(SOPHYAINCP)fiosphereecp.h \
|
---|
| 321 | $(SOPHYAINCP)samba.h \
|
---|
| 322 | $(SOPHYAINCP)alm.h \
|
---|
| 323 | $(SOPHYAINCP)srandgen.h \
|
---|
| 324 | $(SOPHYAINCP)nbmath.h \
|
---|
| 325 | $(SOPHYAINCP)triangmtx.h \
|
---|
| 326 | $(SOPHYAINCP)bruit.h \
|
---|
| 327 | $(SOPHYAINCP)circle.h \
|
---|
| 328 | $(SOPHYAINCP)geometry.h \
|
---|
| 329 | $(SOPHYAINCP)lambdaBuilder.h \
|
---|
| 330 | $(SOPHYAINCP)misstime.h \
|
---|
| 331 | $(SOPHYAINCP)mlobe.h \
|
---|
| 332 | $(SOPHYAINCP)prefcount.h \
|
---|
| 333 | $(SOPHYAINCP)scan.h \
|
---|
| 334 | $(SOPHYAINCP)sphericaltransformserver.h \
|
---|
| 335 | $(SOPHYAINCP)fftservintf.h \
|
---|
| 336 | $(SOPHYAINCP)fftpserver.h \
|
---|
| 337 | $(SOPHYAINCP)tod.h \
|
---|
| 338 | $(SOPHYAINCP)sambainit.h \
|
---|
| 339 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 340 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 341 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 342 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 343 | $(SOPHYAINCP)fitsspherehealpix.h \
|
---|
| 344 | $(SOPHYAINCP)fitsfile.h \
|
---|
| 345 | $(SOPHYAINCP)fitsinoutfile.h \
|
---|
| 346 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 347 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 348 | $(SOPHYAINCP)fitshandler.h \
|
---|
| 349 | $(SOPHYAINCP)fitstarray.h
|
---|
[2765] | 350 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ map2cl.cc
|
---|
[2743] | 351 |
|
---|
[3405] | 352 | $(SOPHYAOBJP)prjsmap.o: prjsmap.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 353 | $(SOPHYAINCP)machdefs.h \
|
---|
| 354 | $(SOPHYAINCP)nbmath.h \
|
---|
| 355 | $(SOPHYAINCP)machdefs.h \
|
---|
| 356 | $(SOPHYAINCP)smathconst.h \
|
---|
| 357 | $(SOPHYAINCP)timing.h \
|
---|
| 358 | $(SOPHYAINCP)array.h \
|
---|
| 359 | $(SOPHYAINCP)tarray.h \
|
---|
| 360 | $(SOPHYAINCP)basarr.h \
|
---|
| 361 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 362 | $(SOPHYAINCP)mutyv.h \
|
---|
| 363 | $(SOPHYAINCP)timestamp.h \
|
---|
| 364 | $(SOPHYAINCP)objfio.h \
|
---|
| 365 | $(SOPHYAINCP)ppersist.h \
|
---|
| 366 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 367 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 368 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 369 | $(SOPHYAINCP)rawstream.h \
|
---|
| 370 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 371 | $(SOPHYAINCP)dvlist.h \
|
---|
| 372 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 373 | $(SOPHYAINCP)utilarr.h \
|
---|
| 374 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 375 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 376 | $(SOPHYAINCP)tvector.h \
|
---|
| 377 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 378 | $(SOPHYAINCP)matharr.h \
|
---|
| 379 | $(SOPHYAINCP)fioarr.h \
|
---|
| 380 | $(SOPHYAINCP)sopemtx.h \
|
---|
| 381 | $(SOPHYAINCP)skymap.h \
|
---|
| 382 | $(SOPHYAINCP)spherethetaphi.h \
|
---|
| 383 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 384 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 385 | $(SOPHYAINCP)spherepos.h \
|
---|
| 386 | $(SOPHYAINCP)unitvector.h \
|
---|
| 387 | $(SOPHYAINCP)vector3d.h \
|
---|
| 388 | $(SOPHYAINCP)longlat.h \
|
---|
| 389 | $(SOPHYAINCP)utilgeom.h \
|
---|
| 390 | $(SOPHYAINCP)datatype.h \
|
---|
| 391 | $(SOPHYAINCP)spherehealpix.h \
|
---|
| 392 | $(SOPHYAINCP)HEALPixUtils.h \
|
---|
| 393 | $(SOPHYAINCP)localmap.h \
|
---|
| 394 | $(SOPHYAINCP)sphereecp.h \
|
---|
| 395 | $(SOPHYAINCP)fiospherethetaphi.h \
|
---|
| 396 | $(SOPHYAINCP)fiospherehealpix.h \
|
---|
| 397 | $(SOPHYAINCP)fiolocalmap.h \
|
---|
| 398 | $(SOPHYAINCP)fiosphereecp.h \
|
---|
| 399 | $(SOPHYAINCP)samba.h \
|
---|
| 400 | $(SOPHYAINCP)alm.h \
|
---|
| 401 | $(SOPHYAINCP)srandgen.h \
|
---|
| 402 | $(SOPHYAINCP)nbmath.h \
|
---|
| 403 | $(SOPHYAINCP)triangmtx.h \
|
---|
| 404 | $(SOPHYAINCP)bruit.h \
|
---|
| 405 | $(SOPHYAINCP)circle.h \
|
---|
| 406 | $(SOPHYAINCP)geometry.h \
|
---|
| 407 | $(SOPHYAINCP)lambdaBuilder.h \
|
---|
| 408 | $(SOPHYAINCP)misstime.h \
|
---|
| 409 | $(SOPHYAINCP)mlobe.h \
|
---|
| 410 | $(SOPHYAINCP)prefcount.h \
|
---|
| 411 | $(SOPHYAINCP)scan.h \
|
---|
| 412 | $(SOPHYAINCP)sphericaltransformserver.h \
|
---|
| 413 | $(SOPHYAINCP)fftservintf.h \
|
---|
| 414 | $(SOPHYAINCP)fftpserver.h \
|
---|
| 415 | $(SOPHYAINCP)tod.h \
|
---|
| 416 | $(SOPHYAINCP)sambainit.h \
|
---|
| 417 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 418 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 419 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 420 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 421 | $(SOPHYAINCP)fitsspherehealpix.h \
|
---|
| 422 | $(SOPHYAINCP)fitsfile.h \
|
---|
| 423 | $(SOPHYAINCP)fitsinoutfile.h \
|
---|
| 424 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 425 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
| 426 | $(SOPHYAINCP)fitshandler.h \
|
---|
| 427 | $(SOPHYAINCP)fitstarray.h
|
---|
[2765] | 428 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ prjsmap.cc
|
---|
[2743] | 429 |
|
---|