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