Changeset 961 in Sophya for trunk/SophyaProg
- Timestamp:
- Apr 18, 2000, 8:07:07 PM (25 years ago)
- Location:
- trunk/SophyaProg/PMixer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/Makefile
r919 r961 18 18 endif 19 19 LDLIBS := $(LIBS) $(LDLIBS) 20 PROGS = $(EXE)skymixer $(EXE)extractRS $(EXE)tgrsr $(EXE)tgsky $(EXE)easyTest 20 PROGS = $(EXE)skymixer $(EXE)extractRS $(EXE)tgrsr $(EXE)tgsky $(EXE)easyTest $(EXE)Sph2Sph 21 21 22 22 all: $(PROGS) … … 51 51 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 52 52 53 Sph2Sph: $(EXE)Sph2Sph 54 55 $(EXE)Sph2Sph: $(OBJ)Sph2Sph.o 56 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 57 58 $(OBJ)Sph2Sph.o: Sph2Sph.cc pmixer.h \ 59 $(INC)machdefs.h \ 60 $(INC)tmatrix.h \ 61 $(INC)tarray.h \ 62 $(INC)basarr.h \ 63 $(INC)anydataobj.h \ 64 $(INC)dvlist.h \ 65 $(INC)objfio.h \ 66 $(INC)ppersist.h \ 67 $(INC)pexceptions.h \ 68 $(INC)gnumd5.h \ 69 $(INC)ndatablock.h \ 70 $(INC)utilarr.h \ 71 $(INC)tvector.h \ 72 $(INC)fioarr.h \ 73 $(INC)vector3d.h \ 74 $(INC)longlat.h \ 75 $(INC)utilgeom.h \ 76 $(INC)srandgen.h \ 77 $(INC)timing.h \ 78 $(INC)sambainit.h \ 79 $(INC)skymapinit.h \ 80 $(INC)sophyainit.h \ 81 $(INC)ntoolsinit.h \ 82 $(INC)tarrinit.h \ 83 $(INC)datacards.h \ 84 $(INC)fitsioserver.h \ 85 $(INC)skymap.h \ 86 $(INC)spherethetaphi.h \ 87 $(INC)sphericalmap.h \ 88 $(INC)smathconst.h \ 89 $(INC)pixelmap.h \ 90 $(INC)spherepos.h \ 91 $(INC)unitvector.h \ 92 $(INC)spherehealpix.h \ 93 $(INC)localmap.h \ 94 $(INC)fiospherethetaphi.h \ 95 $(INC)fiospherehealpix.h \ 96 $(INC)fiolocalmap.h \ 97 $(INC)ntuple.h \ 98 $(INC)ntupintf.h \ 99 $(INC)cimage.h \ 100 $(INC)rzimage.h \ 101 $(INC)rzvect.h \ 102 $(INC)perrors.h \ 103 $(INC)datatypes.h \ 104 $(INC)fitsspherehealpix.h \ 105 $(INC)fitsfile.h \ 106 $(INC)fitstarray.h \ 107 $(INC)radspecvector.h \ 108 $(INC)radspec.h \ 109 $(INC)specresp.h \ 110 $(INC)blackbody.h \ 111 $(INC)convtools.h \ 112 $(INC)derivblackbody.h \ 113 $(INC)nupower.h \ 114 $(INC)squarefilt.h \ 115 $(INC)trianglefilt.h \ 116 $(INC)specrespvector.h \ 117 $(INC)gaussfilt.h \ 118 $(INC)bruit.h \ 119 $(INC)mapoperation.h 53 120 $(OBJ)easyTest.o: easyTest.cc $(INC)blackbody.h \ 54 121 $(INC)radspec.h \ … … 73 140 $(INC)gaussfilt.h \ 74 141 $(INC)trianglefilt.h 75 $(OBJ)extractRS.o: extractRS.cc $(INC)machdefs.h \ 76 $(INC)tmatrix.h \ 77 $(INC)tarray.h \ 78 $(INC)basarr.h \ 79 $(INC)anydataobj.h \ 80 $(INC)dvlist.h \ 81 $(INC)objfio.h \ 82 $(INC)ppersist.h \ 83 $(INC)pexceptions.h \ 84 $(INC)gnumd5.h \ 85 $(INC)ndatablock.h \ 86 $(INC)utilarr.h \ 87 $(INC)tvector.h \ 88 $(INC)fioarr.h \ 89 $(INC)vector3d.h \ 90 $(INC)longlat.h \ 91 $(INC)utilgeom.h \ 92 $(INC)srandgen.h \ 93 $(INC)timing.h \ 94 $(INC)sambainit.h \ 95 $(INC)skymapinit.h \ 96 $(INC)sophyainit.h \ 97 $(INC)ntoolsinit.h \ 98 $(INC)tarrinit.h \ 99 $(INC)datacards.h \ 100 $(INC)fitsioserver.h \ 101 $(INC)skymap.h \ 102 $(INC)spherethetaphi.h \ 103 $(INC)sphericalmap.h \ 104 $(INC)smathconst.h \ 105 $(INC)pixelmap.h \ 106 $(INC)spherepos.h \ 107 $(INC)unitvector.h \ 108 $(INC)spherehealpix.h \ 109 $(INC)localmap.h \ 110 $(INC)fiospherethetaphi.h \ 111 $(INC)fiospherehealpix.h \ 112 $(INC)fiolocalmap.h \ 113 $(INC)ntuple.h \ 114 $(INC)ntupintf.h \ 115 $(INC)cimage.h \ 116 $(INC)rzimage.h \ 117 $(INC)rzvect.h \ 118 $(INC)perrors.h \ 119 $(INC)datatypes.h \ 120 $(INC)fitsspherehealpix.h \ 121 $(INC)fitsfile.h \ 122 $(INC)radspecvector.h \ 123 $(INC)radspec.h \ 124 $(INC)specresp.h \ 125 $(INC)blackbody.h \ 126 $(INC)convtools.h \ 127 $(INC)nupower.h \ 128 $(INC)squarefilt.h \ 129 $(INC)trianglefilt.h \ 130 $(INC)specrespvector.h \ 131 $(INC)gaussfilt.h \ 132 $(INC)fitstarray.h 133 $(OBJ)skymixer.o: skymixer.cc $(INC)machdefs.h \ 134 $(INC)timing.h \ 135 $(INC)sambainit.h \ 136 $(INC)skymapinit.h \ 137 $(INC)sophyainit.h \ 138 $(INC)ntoolsinit.h \ 139 $(INC)tarrinit.h \ 140 $(INC)pexceptions.h \ 141 $(INC)datacards.h \ 142 $(INC)fitsioserver.h \ 143 $(INC)tarray.h \ 144 $(INC)basarr.h \ 145 $(INC)anydataobj.h \ 146 $(INC)dvlist.h \ 147 $(INC)objfio.h \ 148 $(INC)ppersist.h \ 149 $(INC)gnumd5.h \ 150 $(INC)ndatablock.h \ 151 $(INC)utilarr.h \ 152 $(INC)tmatrix.h \ 153 $(INC)tvector.h \ 154 $(INC)skymap.h \ 155 $(INC)spherethetaphi.h \ 156 $(INC)sphericalmap.h \ 157 $(INC)smathconst.h \ 158 $(INC)pixelmap.h \ 159 $(INC)spherepos.h \ 160 $(INC)unitvector.h \ 161 $(INC)vector3d.h \ 162 $(INC)longlat.h \ 163 $(INC)utilgeom.h \ 164 $(INC)spherehealpix.h \ 165 $(INC)localmap.h \ 166 $(INC)fiospherethetaphi.h \ 167 $(INC)fiospherehealpix.h \ 168 $(INC)fiolocalmap.h \ 169 $(INC)ntuple.h \ 170 $(INC)ntupintf.h \ 171 $(INC)cimage.h \ 172 $(INC)rzimage.h \ 173 $(INC)rzvect.h \ 174 $(INC)perrors.h \ 175 $(INC)datatypes.h \ 176 $(INC)fitsspherehealpix.h \ 177 $(INC)fitsfile.h \ 178 $(INC)radspecvector.h \ 179 $(INC)radspec.h \ 180 $(INC)specresp.h \ 181 $(INC)blackbody.h \ 182 $(INC)convtools.h \ 183 $(INC)derivblackbody.h \ 184 $(INC)nupower.h \ 185 $(INC)squarefilt.h \ 186 $(INC)trianglefilt.h \ 187 $(INC)specrespvector.h \ 188 $(INC)gaussfilt.h 189 $(OBJ)tgrsr.o: tgrsr.cc $(INC)machdefs.h \ 190 $(INC)tvector.h \ 191 $(INC)tmatrix.h \ 192 $(INC)tarray.h \ 193 $(INC)basarr.h \ 194 $(INC)anydataobj.h \ 195 $(INC)dvlist.h \ 196 $(INC)objfio.h \ 197 $(INC)ppersist.h \ 198 $(INC)pexceptions.h \ 199 $(INC)gnumd5.h \ 200 $(INC)ndatablock.h \ 201 $(INC)utilarr.h \ 202 $(INC)cimage.h \ 203 $(INC)rzimage.h \ 204 $(INC)rzvect.h \ 205 $(INC)perrors.h \ 206 $(INC)datatypes.h \ 207 $(INC)sambainit.h \ 208 $(INC)skymapinit.h \ 209 $(INC)sophyainit.h \ 210 $(INC)ntoolsinit.h \ 211 $(INC)tarrinit.h \ 212 $(INC)radspecvector.h \ 213 $(INC)radspec.h \ 214 $(INC)specresp.h \ 215 $(INC)specrespvector.h \ 216 $(INC)nupower.h \ 217 $(INC)convtools.h \ 218 $(INC)gaussfilt.h \ 219 $(INC)fitsioserver.h \ 220 $(INC)skymap.h \ 221 $(INC)spherethetaphi.h \ 222 $(INC)sphericalmap.h \ 223 $(INC)smathconst.h \ 224 $(INC)pixelmap.h \ 225 $(INC)spherepos.h \ 226 $(INC)unitvector.h \ 227 $(INC)vector3d.h \ 228 $(INC)longlat.h \ 229 $(INC)utilgeom.h \ 230 $(INC)spherehealpix.h \ 231 $(INC)localmap.h \ 232 $(INC)fiospherethetaphi.h \ 233 $(INC)fiospherehealpix.h \ 234 $(INC)fiolocalmap.h \ 235 $(INC)ntuple.h \ 236 $(INC)ntupintf.h \ 237 $(INC)timing.h 238 $(OBJ)tgsky.o: tgsky.cc $(INC)machdefs.h \ 239 $(INC)sambainit.h \ 240 $(INC)skymapinit.h \ 241 $(INC)sophyainit.h \ 242 $(INC)ntoolsinit.h \ 243 $(INC)tarrinit.h \ 244 $(INC)spherehealpix.h \ 245 $(INC)sphericalmap.h \ 246 $(INC)smathconst.h \ 247 $(INC)pixelmap.h \ 248 $(INC)ppersist.h \ 249 $(INC)pexceptions.h \ 250 $(INC)gnumd5.h \ 251 $(INC)dvlist.h \ 252 $(INC)objfio.h \ 253 $(INC)anydataobj.h \ 254 $(INC)spherepos.h \ 255 $(INC)unitvector.h \ 256 $(INC)vector3d.h \ 257 $(INC)longlat.h \ 258 $(INC)utilgeom.h \ 259 $(INC)tvector.h \ 260 $(INC)tmatrix.h \ 261 $(INC)tarray.h \ 262 $(INC)basarr.h \ 263 $(INC)ndatablock.h \ 264 $(INC)utilarr.h \ 265 $(INC)fiospherehealpix.h \ 266 $(INC)fitsioserver.h \ 267 $(INC)skymap.h \ 268 $(INC)spherethetaphi.h \ 269 $(INC)localmap.h \ 270 $(INC)fiospherethetaphi.h \ 271 $(INC)fiolocalmap.h \ 272 $(INC)ntuple.h \ 273 $(INC)ntupintf.h \ 274 $(INC)cimage.h \ 275 $(INC)rzimage.h \ 276 $(INC)rzvect.h \ 277 $(INC)perrors.h \ 278 $(INC)datatypes.h \ 279 $(INC)nbrandom.h \ 280 $(INC)srandgen.h \ 281 $(INC)bruit.h \ 282 $(INC)timing.h 142 $(OBJ)extractRS.o: extractRS.cc pmixer.h \ 143 $(INC)machdefs.h \ 144 $(INC)tmatrix.h \ 145 $(INC)tarray.h \ 146 $(INC)basarr.h \ 147 $(INC)anydataobj.h \ 148 $(INC)dvlist.h \ 149 $(INC)objfio.h \ 150 $(INC)ppersist.h \ 151 $(INC)pexceptions.h \ 152 $(INC)gnumd5.h \ 153 $(INC)ndatablock.h \ 154 $(INC)utilarr.h \ 155 $(INC)tvector.h \ 156 $(INC)fioarr.h \ 157 $(INC)vector3d.h \ 158 $(INC)longlat.h \ 159 $(INC)utilgeom.h \ 160 $(INC)srandgen.h \ 161 $(INC)timing.h \ 162 $(INC)sambainit.h \ 163 $(INC)skymapinit.h \ 164 $(INC)sophyainit.h \ 165 $(INC)ntoolsinit.h \ 166 $(INC)tarrinit.h \ 167 $(INC)datacards.h \ 168 $(INC)fitsioserver.h \ 169 $(INC)skymap.h \ 170 $(INC)spherethetaphi.h \ 171 $(INC)sphericalmap.h \ 172 $(INC)smathconst.h \ 173 $(INC)pixelmap.h \ 174 $(INC)spherepos.h \ 175 $(INC)unitvector.h \ 176 $(INC)spherehealpix.h \ 177 $(INC)localmap.h \ 178 $(INC)fiospherethetaphi.h \ 179 $(INC)fiospherehealpix.h \ 180 $(INC)fiolocalmap.h \ 181 $(INC)ntuple.h \ 182 $(INC)ntupintf.h \ 183 $(INC)cimage.h \ 184 $(INC)rzimage.h \ 185 $(INC)rzvect.h \ 186 $(INC)perrors.h \ 187 $(INC)datatypes.h \ 188 $(INC)fitsspherehealpix.h \ 189 $(INC)fitsfile.h \ 190 $(INC)fitstarray.h \ 191 $(INC)radspecvector.h \ 192 $(INC)radspec.h \ 193 $(INC)specresp.h \ 194 $(INC)blackbody.h \ 195 $(INC)convtools.h \ 196 $(INC)derivblackbody.h \ 197 $(INC)nupower.h \ 198 $(INC)squarefilt.h \ 199 $(INC)trianglefilt.h \ 200 $(INC)specrespvector.h \ 201 $(INC)gaussfilt.h \ 202 $(INC)bruit.h \ 203 $(INC)mapoperation.h 204 $(OBJ)skymixer.o: skymixer.cc pmixer.h \ 205 $(INC)machdefs.h \ 206 $(INC)tmatrix.h \ 207 $(INC)tarray.h \ 208 $(INC)basarr.h \ 209 $(INC)anydataobj.h \ 210 $(INC)dvlist.h \ 211 $(INC)objfio.h \ 212 $(INC)ppersist.h \ 213 $(INC)pexceptions.h \ 214 $(INC)gnumd5.h \ 215 $(INC)ndatablock.h \ 216 $(INC)utilarr.h \ 217 $(INC)tvector.h \ 218 $(INC)fioarr.h \ 219 $(INC)vector3d.h \ 220 $(INC)longlat.h \ 221 $(INC)utilgeom.h \ 222 $(INC)srandgen.h \ 223 $(INC)timing.h \ 224 $(INC)sambainit.h \ 225 $(INC)skymapinit.h \ 226 $(INC)sophyainit.h \ 227 $(INC)ntoolsinit.h \ 228 $(INC)tarrinit.h \ 229 $(INC)datacards.h \ 230 $(INC)fitsioserver.h \ 231 $(INC)skymap.h \ 232 $(INC)spherethetaphi.h \ 233 $(INC)sphericalmap.h \ 234 $(INC)smathconst.h \ 235 $(INC)pixelmap.h \ 236 $(INC)spherepos.h \ 237 $(INC)unitvector.h \ 238 $(INC)spherehealpix.h \ 239 $(INC)localmap.h \ 240 $(INC)fiospherethetaphi.h \ 241 $(INC)fiospherehealpix.h \ 242 $(INC)fiolocalmap.h \ 243 $(INC)ntuple.h \ 244 $(INC)ntupintf.h \ 245 $(INC)cimage.h \ 246 $(INC)rzimage.h \ 247 $(INC)rzvect.h \ 248 $(INC)perrors.h \ 249 $(INC)datatypes.h \ 250 $(INC)fitsspherehealpix.h \ 251 $(INC)fitsfile.h \ 252 $(INC)fitstarray.h \ 253 $(INC)radspecvector.h \ 254 $(INC)radspec.h \ 255 $(INC)specresp.h \ 256 $(INC)blackbody.h \ 257 $(INC)convtools.h \ 258 $(INC)derivblackbody.h \ 259 $(INC)nupower.h \ 260 $(INC)squarefilt.h \ 261 $(INC)trianglefilt.h \ 262 $(INC)specrespvector.h \ 263 $(INC)gaussfilt.h \ 264 $(INC)bruit.h \ 265 $(INC)mapoperation.h 266 $(OBJ)tgrsr.o: tgrsr.cc pmixer.h $(INC)machdefs.h \ 267 $(INC)tmatrix.h \ 268 $(INC)tarray.h \ 269 $(INC)basarr.h \ 270 $(INC)anydataobj.h \ 271 $(INC)dvlist.h \ 272 $(INC)objfio.h \ 273 $(INC)ppersist.h \ 274 $(INC)pexceptions.h \ 275 $(INC)gnumd5.h \ 276 $(INC)ndatablock.h \ 277 $(INC)utilarr.h \ 278 $(INC)tvector.h \ 279 $(INC)fioarr.h \ 280 $(INC)vector3d.h \ 281 $(INC)longlat.h \ 282 $(INC)utilgeom.h \ 283 $(INC)srandgen.h \ 284 $(INC)timing.h \ 285 $(INC)sambainit.h \ 286 $(INC)skymapinit.h \ 287 $(INC)sophyainit.h \ 288 $(INC)ntoolsinit.h \ 289 $(INC)tarrinit.h \ 290 $(INC)datacards.h \ 291 $(INC)fitsioserver.h \ 292 $(INC)skymap.h \ 293 $(INC)spherethetaphi.h \ 294 $(INC)sphericalmap.h \ 295 $(INC)smathconst.h \ 296 $(INC)pixelmap.h \ 297 $(INC)spherepos.h \ 298 $(INC)unitvector.h \ 299 $(INC)spherehealpix.h \ 300 $(INC)localmap.h \ 301 $(INC)fiospherethetaphi.h \ 302 $(INC)fiospherehealpix.h \ 303 $(INC)fiolocalmap.h \ 304 $(INC)ntuple.h \ 305 $(INC)ntupintf.h \ 306 $(INC)cimage.h \ 307 $(INC)rzimage.h \ 308 $(INC)rzvect.h \ 309 $(INC)perrors.h \ 310 $(INC)datatypes.h \ 311 $(INC)fitsspherehealpix.h \ 312 $(INC)fitsfile.h \ 313 $(INC)fitstarray.h \ 314 $(INC)radspecvector.h \ 315 $(INC)radspec.h \ 316 $(INC)specresp.h \ 317 $(INC)blackbody.h \ 318 $(INC)convtools.h \ 319 $(INC)derivblackbody.h \ 320 $(INC)nupower.h \ 321 $(INC)squarefilt.h \ 322 $(INC)trianglefilt.h \ 323 $(INC)specrespvector.h \ 324 $(INC)gaussfilt.h \ 325 $(INC)bruit.h \ 326 $(INC)mapoperation.h 327 $(OBJ)tgsky.o: tgsky.cc pmixer.h $(INC)machdefs.h \ 328 $(INC)tmatrix.h \ 329 $(INC)tarray.h \ 330 $(INC)basarr.h \ 331 $(INC)anydataobj.h \ 332 $(INC)dvlist.h \ 333 $(INC)objfio.h \ 334 $(INC)ppersist.h \ 335 $(INC)pexceptions.h \ 336 $(INC)gnumd5.h \ 337 $(INC)ndatablock.h \ 338 $(INC)utilarr.h \ 339 $(INC)tvector.h \ 340 $(INC)fioarr.h \ 341 $(INC)vector3d.h \ 342 $(INC)longlat.h \ 343 $(INC)utilgeom.h \ 344 $(INC)srandgen.h \ 345 $(INC)timing.h \ 346 $(INC)sambainit.h \ 347 $(INC)skymapinit.h \ 348 $(INC)sophyainit.h \ 349 $(INC)ntoolsinit.h \ 350 $(INC)tarrinit.h \ 351 $(INC)datacards.h \ 352 $(INC)fitsioserver.h \ 353 $(INC)skymap.h \ 354 $(INC)spherethetaphi.h \ 355 $(INC)sphericalmap.h \ 356 $(INC)smathconst.h \ 357 $(INC)pixelmap.h \ 358 $(INC)spherepos.h \ 359 $(INC)unitvector.h \ 360 $(INC)spherehealpix.h \ 361 $(INC)localmap.h \ 362 $(INC)fiospherethetaphi.h \ 363 $(INC)fiospherehealpix.h \ 364 $(INC)fiolocalmap.h \ 365 $(INC)ntuple.h \ 366 $(INC)ntupintf.h \ 367 $(INC)cimage.h \ 368 $(INC)rzimage.h \ 369 $(INC)rzvect.h \ 370 $(INC)perrors.h \ 371 $(INC)datatypes.h \ 372 $(INC)fitsspherehealpix.h \ 373 $(INC)fitsfile.h \ 374 $(INC)fitstarray.h \ 375 $(INC)radspecvector.h \ 376 $(INC)radspec.h \ 377 $(INC)specresp.h \ 378 $(INC)blackbody.h \ 379 $(INC)convtools.h \ 380 $(INC)derivblackbody.h \ 381 $(INC)nupower.h \ 382 $(INC)squarefilt.h \ 383 $(INC)trianglefilt.h \ 384 $(INC)specrespvector.h \ 385 $(INC)gaussfilt.h \ 386 $(INC)bruit.h \ 387 $(INC)mapoperation.h -
trunk/SophyaProg/PMixer/programs
r761 r961 4 4 tgsky tgsky.o 5 5 easyTest easyTest.o 6 Sph2Sph Sph2Sph.o
Note:
See TracChangeset
for help on using the changeset viewer.