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