| [2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
 | 2 |  
 | 
|---|
 | 3 | PROGS = $(SOPHYAEXEP)skymixer $(SOPHYAEXEP)extractRS $(SOPHYAEXEP)tgrsr $(SOPHYAEXEP)tgsky $(SOPHYAEXEP)easyTest $(SOPHYAEXEP)Sph2Sph
 | 
|---|
 | 4 |  
 | 
|---|
 | 5 | all: $(PROGS)
 | 
|---|
 | 6 |  
 | 
|---|
 | 7 | clean:
 | 
|---|
 | 8 |         rm -f $(PROGS)
 | 
|---|
 | 9 |         rm -f $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAOBJP)easyTest.o $(SOPHYAOBJP)tgsky.o $(SOPHYAOBJP)tgrsr.o $(SOPHYAOBJP)extractRS.o $(SOPHYAOBJP)skymixer.o
 | 
|---|
 | 10 |  
 | 
|---|
 | 11 | skymixer: $(SOPHYAEXEP)skymixer
 | 
|---|
 | 12 |         echo $@ " done"
 | 
|---|
 | 13 | $(SOPHYAEXEP)skymixer: $(SOPHYAOBJP)skymixer.o
 | 
|---|
| [2765] | 14 |         $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)skymixer.o $(SOPHYAEXTSLBLIST)
 | 
|---|
| [2743] | 15 |  
 | 
|---|
 | 16 | extractRS: $(SOPHYAEXEP)extractRS
 | 
|---|
 | 17 |         echo $@ " done"
 | 
|---|
 | 18 | $(SOPHYAEXEP)extractRS: $(SOPHYAOBJP)extractRS.o
 | 
|---|
| [2765] | 19 |         $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extractRS.o $(SOPHYAEXTSLBLIST)
 | 
|---|
| [2743] | 20 |  
 | 
|---|
 | 21 | tgrsr: $(SOPHYAEXEP)tgrsr
 | 
|---|
 | 22 |         echo $@ " done"
 | 
|---|
 | 23 | $(SOPHYAEXEP)tgrsr: $(SOPHYAOBJP)tgrsr.o
 | 
|---|
| [2765] | 24 |         $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgrsr.o $(SOPHYAEXTSLBLIST)
 | 
|---|
| [2743] | 25 |  
 | 
|---|
 | 26 | tgsky: $(SOPHYAEXEP)tgsky
 | 
|---|
 | 27 |         echo $@ " done"
 | 
|---|
 | 28 | $(SOPHYAEXEP)tgsky: $(SOPHYAOBJP)tgsky.o
 | 
|---|
| [2765] | 29 |         $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgsky.o $(SOPHYAEXTSLBLIST)
 | 
|---|
| [2743] | 30 |  
 | 
|---|
 | 31 | easyTest: $(SOPHYAEXEP)easyTest
 | 
|---|
 | 32 |         echo $@ " done"
 | 
|---|
 | 33 | $(SOPHYAEXEP)easyTest: $(SOPHYAOBJP)easyTest.o
 | 
|---|
| [2765] | 34 |         $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)easyTest.o $(SOPHYAEXTSLBLIST)
 | 
|---|
| [2743] | 35 |  
 | 
|---|
 | 36 | Sph2Sph: $(SOPHYAEXEP)Sph2Sph
 | 
|---|
 | 37 |         echo $@ " done"
 | 
|---|
 | 38 | $(SOPHYAEXEP)Sph2Sph: $(SOPHYAOBJP)Sph2Sph.o
 | 
|---|
| [2765] | 39 |         $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST)
 | 
|---|
| [2743] | 40 |  
 | 
|---|
| [2765] | 41 | $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 42 |   pmixer.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [2743] | 43 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 44 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 45 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 46 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 47 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 48 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 49 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 50 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 51 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 52 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 53 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 54 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 55 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 56 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 57 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 58 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 59 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 60 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
 | 61 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
 | 62 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
 | 63 |   $(SOPHYAINCP)srandgen.h \
 | 
|---|
 | 64 |   $(SOPHYAINCP)timing.h \
 | 
|---|
 | 65 |   $(SOPHYAINCP)sambainit.h \
 | 
|---|
 | 66 |   $(SOPHYAINCP)skymapinit.h \
 | 
|---|
 | 67 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
 | 68 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
 | 69 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
 | 70 |   $(SOPHYAINCP)datacards.h \
 | 
|---|
 | 71 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
 | 72 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
 | 73 |   $(SOPHYAINCP)fiospherehealpix.h \
 | 
|---|
 | 74 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
 | 75 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 76 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
 | 77 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
 | 78 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
 | 79 |   $(SOPHYAINCP)spherehealpix.h \
 | 
|---|
 | 80 |   $(SOPHYAINCP)HEALPixUtils.h \
 | 
|---|
 | 81 |   $(SOPHYAINCP)fitsspherehealpix.h \
 | 
|---|
 | 82 |   $(SOPHYAINCP)fitsfile.h \
 | 
|---|
 | 83 |   $(SOPHYAINCP)FitsIO/fitsio.h \
 | 
|---|
 | 84 |   $(SOPHYAINCP)FitsIO/longnam.h \
 | 
|---|
 | 85 |   $(SOPHYAINCP)fitstarray.h \
 | 
|---|
 | 86 |   $(SOPHYAINCP)cimage.h \
 | 
|---|
 | 87 |   $(SOPHYAINCP)radspecvector.h \
 | 
|---|
 | 88 |   $(SOPHYAINCP)radspec.h \
 | 
|---|
 | 89 |   $(SOPHYAINCP)specresp.h \
 | 
|---|
 | 90 |   $(SOPHYAINCP)blackbody.h \
 | 
|---|
 | 91 |   $(SOPHYAINCP)convtools.h \
 | 
|---|
 | 92 |   $(SOPHYAINCP)derivblackbody.h \
 | 
|---|
 | 93 |   $(SOPHYAINCP)nupower.h \
 | 
|---|
 | 94 |   $(SOPHYAINCP)squarefilt.h \
 | 
|---|
 | 95 |   $(SOPHYAINCP)trianglefilt.h \
 | 
|---|
 | 96 |   $(SOPHYAINCP)specrespvector.h \
 | 
|---|
 | 97 |   $(SOPHYAINCP)gaussfilt.h \
 | 
|---|
 | 98 |   $(SOPHYAINCP)bruit.h \
 | 
|---|
 | 99 |   $(SOPHYAINCP)mapoperation.h
 | 
|---|
| [2765] | 100 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  Sph2Sph.cc
 | 
|---|
| [2743] | 101 |  
 | 
|---|
| [2765] | 102 | $(SOPHYAOBJP)easyTest.o: easyTest.cc \
 | 
|---|
 | 103 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 104 |   $(SOPHYAINCP)blackbody.h \
 | 
|---|
 | 105 |   $(SOPHYAINCP)radspec.h \
 | 
|---|
 | 106 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 107 |   $(SOPHYAINCP)specresp.h \
 | 
|---|
 | 108 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 109 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 110 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 111 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 112 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 113 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 114 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 115 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 116 |   $(SOPHYAINCP)convtools.h \
 | 
|---|
 | 117 |   $(SOPHYAINCP)radspecvector.h \
 | 
|---|
 | 118 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 119 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 120 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 121 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 122 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 123 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 124 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 125 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 126 |   $(SOPHYAINCP)specrespvector.h \
 | 
|---|
 | 127 |   $(SOPHYAINCP)squarefilt.h \
 | 
|---|
 | 128 |   $(SOPHYAINCP)gaussfilt.h \
 | 
|---|
 | 129 |   $(SOPHYAINCP)trianglefilt.h
 | 
|---|
 | 130 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  easyTest.cc
 | 
|---|
 | 131 |  
 | 
|---|
 | 132 | $(SOPHYAOBJP)extractRS.o: extractRS.cc \
 | 
|---|
| [2743] | 133 |   $(SOPHYAINCP)sopnamsp.h pmixer.h \
 | 
|---|
 | 134 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 135 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 136 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 137 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 138 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 139 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 140 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 141 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 142 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 143 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 144 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 145 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 146 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 147 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 148 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 149 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 150 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 151 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 152 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
 | 153 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
 | 154 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
 | 155 |   $(SOPHYAINCP)srandgen.h \
 | 
|---|
 | 156 |   $(SOPHYAINCP)timing.h \
 | 
|---|
 | 157 |   $(SOPHYAINCP)sambainit.h \
 | 
|---|
 | 158 |   $(SOPHYAINCP)skymapinit.h \
 | 
|---|
 | 159 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
 | 160 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
 | 161 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
 | 162 |   $(SOPHYAINCP)datacards.h \
 | 
|---|
 | 163 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
 | 164 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
 | 165 |   $(SOPHYAINCP)fiospherehealpix.h \
 | 
|---|
 | 166 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
 | 167 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 168 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
 | 169 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
 | 170 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
 | 171 |   $(SOPHYAINCP)spherehealpix.h \
 | 
|---|
 | 172 |   $(SOPHYAINCP)HEALPixUtils.h \
 | 
|---|
 | 173 |   $(SOPHYAINCP)fitsspherehealpix.h \
 | 
|---|
 | 174 |   $(SOPHYAINCP)fitsfile.h \
 | 
|---|
 | 175 |   $(SOPHYAINCP)FitsIO/fitsio.h \
 | 
|---|
 | 176 |   $(SOPHYAINCP)FitsIO/longnam.h \
 | 
|---|
 | 177 |   $(SOPHYAINCP)fitstarray.h \
 | 
|---|
 | 178 |   $(SOPHYAINCP)cimage.h \
 | 
|---|
 | 179 |   $(SOPHYAINCP)radspecvector.h \
 | 
|---|
 | 180 |   $(SOPHYAINCP)radspec.h \
 | 
|---|
 | 181 |   $(SOPHYAINCP)specresp.h \
 | 
|---|
 | 182 |   $(SOPHYAINCP)blackbody.h \
 | 
|---|
 | 183 |   $(SOPHYAINCP)convtools.h \
 | 
|---|
 | 184 |   $(SOPHYAINCP)derivblackbody.h \
 | 
|---|
 | 185 |   $(SOPHYAINCP)nupower.h \
 | 
|---|
 | 186 |   $(SOPHYAINCP)squarefilt.h \
 | 
|---|
 | 187 |   $(SOPHYAINCP)trianglefilt.h \
 | 
|---|
 | 188 |   $(SOPHYAINCP)specrespvector.h \
 | 
|---|
 | 189 |   $(SOPHYAINCP)gaussfilt.h \
 | 
|---|
 | 190 |   $(SOPHYAINCP)bruit.h \
 | 
|---|
 | 191 |   $(SOPHYAINCP)mapoperation.h
 | 
|---|
| [2765] | 192 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  extractRS.cc
 | 
|---|
| [2743] | 193 |  
 | 
|---|
| [2765] | 194 | $(SOPHYAOBJP)skymixer.o: skymixer.cc \
 | 
|---|
| [2743] | 195 |   $(SOPHYAINCP)sopnamsp.h pmixer.h \
 | 
|---|
 | 196 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 197 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 198 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 199 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 200 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 201 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 202 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 203 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 204 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 205 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 206 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 207 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 208 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 209 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 210 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 211 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 212 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 213 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 214 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
 | 215 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
 | 216 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
 | 217 |   $(SOPHYAINCP)srandgen.h \
 | 
|---|
 | 218 |   $(SOPHYAINCP)timing.h \
 | 
|---|
 | 219 |   $(SOPHYAINCP)sambainit.h \
 | 
|---|
 | 220 |   $(SOPHYAINCP)skymapinit.h \
 | 
|---|
 | 221 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
 | 222 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
 | 223 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
 | 224 |   $(SOPHYAINCP)datacards.h \
 | 
|---|
 | 225 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
 | 226 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
 | 227 |   $(SOPHYAINCP)fiospherehealpix.h \
 | 
|---|
 | 228 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
 | 229 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 230 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
 | 231 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
 | 232 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
 | 233 |   $(SOPHYAINCP)spherehealpix.h \
 | 
|---|
 | 234 |   $(SOPHYAINCP)HEALPixUtils.h \
 | 
|---|
 | 235 |   $(SOPHYAINCP)fitsspherehealpix.h \
 | 
|---|
 | 236 |   $(SOPHYAINCP)fitsfile.h \
 | 
|---|
 | 237 |   $(SOPHYAINCP)FitsIO/fitsio.h \
 | 
|---|
 | 238 |   $(SOPHYAINCP)FitsIO/longnam.h \
 | 
|---|
 | 239 |   $(SOPHYAINCP)fitstarray.h \
 | 
|---|
 | 240 |   $(SOPHYAINCP)cimage.h \
 | 
|---|
 | 241 |   $(SOPHYAINCP)radspecvector.h \
 | 
|---|
 | 242 |   $(SOPHYAINCP)radspec.h \
 | 
|---|
 | 243 |   $(SOPHYAINCP)specresp.h \
 | 
|---|
 | 244 |   $(SOPHYAINCP)blackbody.h \
 | 
|---|
 | 245 |   $(SOPHYAINCP)convtools.h \
 | 
|---|
 | 246 |   $(SOPHYAINCP)derivblackbody.h \
 | 
|---|
 | 247 |   $(SOPHYAINCP)nupower.h \
 | 
|---|
 | 248 |   $(SOPHYAINCP)squarefilt.h \
 | 
|---|
 | 249 |   $(SOPHYAINCP)trianglefilt.h \
 | 
|---|
 | 250 |   $(SOPHYAINCP)specrespvector.h \
 | 
|---|
 | 251 |   $(SOPHYAINCP)gaussfilt.h \
 | 
|---|
 | 252 |   $(SOPHYAINCP)bruit.h \
 | 
|---|
 | 253 |   $(SOPHYAINCP)mapoperation.h
 | 
|---|
| [2765] | 254 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  skymixer.cc
 | 
|---|
| [2743] | 255 |  
 | 
|---|
| [2765] | 256 | $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 257 |   pmixer.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [2743] | 258 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 259 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 260 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 261 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 262 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 263 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 264 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 265 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 266 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 267 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 268 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 269 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 270 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 271 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 272 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 273 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 274 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 275 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
 | 276 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
 | 277 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
 | 278 |   $(SOPHYAINCP)srandgen.h \
 | 
|---|
 | 279 |   $(SOPHYAINCP)timing.h \
 | 
|---|
 | 280 |   $(SOPHYAINCP)sambainit.h \
 | 
|---|
 | 281 |   $(SOPHYAINCP)skymapinit.h \
 | 
|---|
 | 282 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
 | 283 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
 | 284 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
 | 285 |   $(SOPHYAINCP)datacards.h \
 | 
|---|
 | 286 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
 | 287 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
 | 288 |   $(SOPHYAINCP)fiospherehealpix.h \
 | 
|---|
 | 289 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
 | 290 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 291 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
 | 292 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
 | 293 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
 | 294 |   $(SOPHYAINCP)spherehealpix.h \
 | 
|---|
 | 295 |   $(SOPHYAINCP)HEALPixUtils.h \
 | 
|---|
 | 296 |   $(SOPHYAINCP)fitsspherehealpix.h \
 | 
|---|
 | 297 |   $(SOPHYAINCP)fitsfile.h \
 | 
|---|
 | 298 |   $(SOPHYAINCP)FitsIO/fitsio.h \
 | 
|---|
 | 299 |   $(SOPHYAINCP)FitsIO/longnam.h \
 | 
|---|
 | 300 |   $(SOPHYAINCP)fitstarray.h \
 | 
|---|
 | 301 |   $(SOPHYAINCP)cimage.h \
 | 
|---|
 | 302 |   $(SOPHYAINCP)radspecvector.h \
 | 
|---|
 | 303 |   $(SOPHYAINCP)radspec.h \
 | 
|---|
 | 304 |   $(SOPHYAINCP)specresp.h \
 | 
|---|
 | 305 |   $(SOPHYAINCP)blackbody.h \
 | 
|---|
 | 306 |   $(SOPHYAINCP)convtools.h \
 | 
|---|
 | 307 |   $(SOPHYAINCP)derivblackbody.h \
 | 
|---|
 | 308 |   $(SOPHYAINCP)nupower.h \
 | 
|---|
 | 309 |   $(SOPHYAINCP)squarefilt.h \
 | 
|---|
 | 310 |   $(SOPHYAINCP)trianglefilt.h \
 | 
|---|
 | 311 |   $(SOPHYAINCP)specrespvector.h \
 | 
|---|
 | 312 |   $(SOPHYAINCP)gaussfilt.h \
 | 
|---|
 | 313 |   $(SOPHYAINCP)bruit.h \
 | 
|---|
 | 314 |   $(SOPHYAINCP)mapoperation.h
 | 
|---|
| [2765] | 315 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tgrsr.cc
 | 
|---|
| [2743] | 316 |  
 | 
|---|
| [2765] | 317 | $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 318 |   pmixer.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [2743] | 319 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 320 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 321 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 322 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 323 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 324 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 325 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 326 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 327 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 328 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 329 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 330 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 331 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 332 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 333 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 334 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 335 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 336 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
 | 337 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
 | 338 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
 | 339 |   $(SOPHYAINCP)srandgen.h \
 | 
|---|
 | 340 |   $(SOPHYAINCP)timing.h \
 | 
|---|
 | 341 |   $(SOPHYAINCP)sambainit.h \
 | 
|---|
 | 342 |   $(SOPHYAINCP)skymapinit.h \
 | 
|---|
 | 343 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
 | 344 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
 | 345 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
 | 346 |   $(SOPHYAINCP)datacards.h \
 | 
|---|
 | 347 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
 | 348 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
 | 349 |   $(SOPHYAINCP)fiospherehealpix.h \
 | 
|---|
 | 350 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
 | 351 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 352 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
 | 353 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
 | 354 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
 | 355 |   $(SOPHYAINCP)spherehealpix.h \
 | 
|---|
 | 356 |   $(SOPHYAINCP)HEALPixUtils.h \
 | 
|---|
 | 357 |   $(SOPHYAINCP)fitsspherehealpix.h \
 | 
|---|
 | 358 |   $(SOPHYAINCP)fitsfile.h \
 | 
|---|
 | 359 |   $(SOPHYAINCP)FitsIO/fitsio.h \
 | 
|---|
 | 360 |   $(SOPHYAINCP)FitsIO/longnam.h \
 | 
|---|
 | 361 |   $(SOPHYAINCP)fitstarray.h \
 | 
|---|
 | 362 |   $(SOPHYAINCP)cimage.h \
 | 
|---|
 | 363 |   $(SOPHYAINCP)radspecvector.h \
 | 
|---|
 | 364 |   $(SOPHYAINCP)radspec.h \
 | 
|---|
 | 365 |   $(SOPHYAINCP)specresp.h \
 | 
|---|
 | 366 |   $(SOPHYAINCP)blackbody.h \
 | 
|---|
 | 367 |   $(SOPHYAINCP)convtools.h \
 | 
|---|
 | 368 |   $(SOPHYAINCP)derivblackbody.h \
 | 
|---|
 | 369 |   $(SOPHYAINCP)nupower.h \
 | 
|---|
 | 370 |   $(SOPHYAINCP)squarefilt.h \
 | 
|---|
 | 371 |   $(SOPHYAINCP)trianglefilt.h \
 | 
|---|
 | 372 |   $(SOPHYAINCP)specrespvector.h \
 | 
|---|
 | 373 |   $(SOPHYAINCP)gaussfilt.h \
 | 
|---|
 | 374 |   $(SOPHYAINCP)bruit.h \
 | 
|---|
 | 375 |   $(SOPHYAINCP)mapoperation.h
 | 
|---|
| [2765] | 376 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tgsky.cc
 | 
|---|
| [2743] | 377 |  
 | 
|---|