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