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