Changeset 2765 in Sophya
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 datacirclefits.h \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 16 15 $(SOPHYAINCP)datacirclebase.h \ 17 16 $(SOPHYAINCP)circle.h \ … … 24 23 $(SOPHYAINCP)FitsIO/fitsio.h \ 25 24 $(SOPHYAINCP)FitsIO/longnam.h 26 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc 27 26 28 27 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \ 29 28 $(SOPHYAINCP)sopnamsp.h \ 30 29 $(SOPHYAINCP)machdefs.h \ 31 $(SOPHYAINCP)pexceptions.h \ 32 fabtcolread.h \ 30 $(SOPHYAINCP)pexceptions.h fabtcolread.h \ 33 31 $(SOPHYAINCP)anydataobj.h \ 34 32 $(SOPHYAINCP)tvector.h \ … … 48 46 $(SOPHYAINCP)FitsIO/fitsio.h \ 49 47 $(SOPHYAINCP)FitsIO/longnam.h 50 $(CXXCOMPILE LIB) -o $@ $<48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc 51 49 52 50 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \ 53 51 $(SOPHYAINCP)sopnamsp.h \ 54 52 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)pexceptions.h \ 56 fabtwriter.h \ 53 $(SOPHYAINCP)pexceptions.h fabtwriter.h \ 57 54 $(SOPHYAINCP)anydataobj.h \ 58 55 $(SOPHYAINCP)tvector.h \ … … 72 69 $(SOPHYAINCP)FitsIO/fitsio.h \ 73 70 $(SOPHYAINCP)FitsIO/longnam.h 74 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc 75 72 76 73 $(SOPHYAOBJP)fboloread.o: fboloread.cc \ 77 74 $(SOPHYAINCP)sopnamsp.h \ 78 75 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)pexceptions.h \ 80 fboloread.h \ 81 $(SOPHYAINCP)anydataobj.h \ 82 $(SOPHYAINCP)tvector.h \ 83 $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h \ 85 $(SOPHYAINCP)basarr.h \ 86 $(SOPHYAINCP)mutyv.h \ 87 $(SOPHYAINCP)dvlist.h \ 88 $(SOPHYAINCP)objfio.h \ 89 $(SOPHYAINCP)ppersist.h \ 90 $(SOPHYAINCP)gnumd5.h \ 91 $(SOPHYAINCP)ppfbinstream.h \ 92 $(SOPHYAINCP)rawstream.h \ 93 $(SOPHYAINCP)ppfnametag.h \ 94 $(SOPHYAINCP)ndatablock.h \ 95 $(SOPHYAINCP)utilarr.h \ 96 fabtcolread.h \ 97 $(SOPHYAINCP)FitsIO/fitsio.h \ 98 $(SOPHYAINCP)FitsIO/longnam.h 99 $(CXXCOMPILELIB) -o $@ $< 76 $(SOPHYAINCP)pexceptions.h fboloread.h \ 77 $(SOPHYAINCP)anydataobj.h \ 78 $(SOPHYAINCP)tvector.h \ 79 $(SOPHYAINCP)tmatrix.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)mutyv.h \ 83 $(SOPHYAINCP)dvlist.h \ 84 $(SOPHYAINCP)objfio.h \ 85 $(SOPHYAINCP)ppersist.h \ 86 $(SOPHYAINCP)gnumd5.h \ 87 $(SOPHYAINCP)ppfbinstream.h \ 88 $(SOPHYAINCP)rawstream.h \ 89 $(SOPHYAINCP)ppfnametag.h \ 90 $(SOPHYAINCP)ndatablock.h \ 91 $(SOPHYAINCP)utilarr.h fabtcolread.h \ 92 $(SOPHYAINCP)FitsIO/fitsio.h \ 93 $(SOPHYAINCP)FitsIO/longnam.h 94 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc 100 95 101 96 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \ 102 97 $(SOPHYAINCP)sopnamsp.h \ 103 98 $(SOPHYAINCP)machdefs.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 fbtntintf.h \ 99 $(SOPHYAINCP)pexceptions.h fbtntintf.h \ 106 100 $(SOPHYAINCP)anydataobj.h \ 107 101 $(SOPHYAINCP)ntupintf.h \ 108 102 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 103 $(SOPHYAINCP)FitsIO/longnam.h 110 $(CXXCOMPILE LIB) -o $@ $<104 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc 111 105 112 106 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \ 113 107 $(SOPHYAINCP)sopnamsp.h \ 114 108 $(SOPHYAINCP)pexceptions.h \ 115 $(SOPHYAINCP)machdefs.h \ 116 fitsautoreader.h \ 117 $(SOPHYAINCP)anydataobj.h \ 118 fitsfile.h \ 119 $(SOPHYAINCP)ndatablock.h \ 120 $(SOPHYAINCP)dvlist.h \ 121 $(SOPHYAINCP)objfio.h \ 122 $(SOPHYAINCP)ppersist.h \ 123 $(SOPHYAINCP)gnumd5.h \ 124 $(SOPHYAINCP)ppfbinstream.h \ 125 $(SOPHYAINCP)rawstream.h \ 126 $(SOPHYAINCP)ppfnametag.h \ 127 $(SOPHYAINCP)mutyv.h \ 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 fitstarray.h \ 131 $(SOPHYAINCP)tarray.h \ 132 $(SOPHYAINCP)basarr.h \ 133 $(SOPHYAINCP)utilarr.h \ 134 fitsspherehealpix.h \ 109 $(SOPHYAINCP)machdefs.h fitsautoreader.h \ 110 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 111 $(SOPHYAINCP)ndatablock.h \ 112 $(SOPHYAINCP)dvlist.h \ 113 $(SOPHYAINCP)objfio.h \ 114 $(SOPHYAINCP)ppersist.h \ 115 $(SOPHYAINCP)gnumd5.h \ 116 $(SOPHYAINCP)ppfbinstream.h \ 117 $(SOPHYAINCP)rawstream.h \ 118 $(SOPHYAINCP)ppfnametag.h \ 119 $(SOPHYAINCP)mutyv.h \ 120 $(SOPHYAINCP)FitsIO/fitsio.h \ 121 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \ 122 $(SOPHYAINCP)tarray.h \ 123 $(SOPHYAINCP)basarr.h \ 124 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 135 125 $(SOPHYAINCP)spherehealpix.h \ 136 126 $(SOPHYAINCP)sphericalmap.h \ … … 144 134 $(SOPHYAINCP)tvector.h \ 145 135 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)HEALPixUtils.h \ 147 fitsntuple.h \ 136 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \ 148 137 $(SOPHYAINCP)ntuple.h \ 149 $(SOPHYAINCP)ntupintf.h \ 150 fitsxntuple.h \ 151 $(SOPHYAINCP)xntuple.h \ 152 fitslocalmap.h \ 153 $(SOPHYAINCP)localmap.h \ 154 fbtntintf.h 155 $(CXXCOMPILELIB) -o $@ $< 138 $(SOPHYAINCP)ntupintf.h fitsxntuple.h \ 139 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 140 $(SOPHYAINCP)localmap.h fbtntintf.h 141 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 156 142 157 143 $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 158 144 $(SOPHYAINCP)sopnamsp.h \ 159 145 $(SOPHYAINCP)pexceptions.h \ 160 $(SOPHYAINCP)machdefs.h \ 161 fitsbntbllineRW.h \ 146 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 162 147 $(SOPHYAINCP)dvlist.h \ 163 148 $(SOPHYAINCP)objfio.h \ … … 173 158 $(SOPHYAINCP)FitsIO/longnam.h \ 174 159 $(SOPHYAINCP)utils.h 175 $(CXXCOMPILE LIB) -o $@ $<160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 176 161 177 162 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 178 163 $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h \ 180 fitsfile.h \ 164 $(SOPHYAINCP)machdefs.h fitsfile.h \ 181 165 $(SOPHYAINCP)ndatablock.h \ 182 166 $(SOPHYAINCP)anydataobj.h \ … … 192 176 $(SOPHYAINCP)FitsIO/fitsio.h \ 193 177 $(SOPHYAINCP)FitsIO/longnam.h \ 194 $(SOPHYAINCP)strutil.h \ 195 fitsspherehealpix.h \ 178 $(SOPHYAINCP)strutil.h fitsspherehealpix.h \ 196 179 $(SOPHYAINCP)spherehealpix.h \ 197 180 $(SOPHYAINCP)sphericalmap.h \ … … 209 192 $(SOPHYAINCP)utilarr.h \ 210 193 $(SOPHYAINCP)HEALPixUtils.h 211 $(CXXCOMPILE LIB) -o $@ $<194 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 212 195 213 196 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 214 197 $(SOPHYAINCP)sopnamsp.h \ 215 $(SOPHYAINCP)machdefs.h \ 216 fitslocalmap.h \ 198 $(SOPHYAINCP)machdefs.h fitslocalmap.h \ 217 199 $(SOPHYAINCP)pexceptions.h \ 218 200 $(SOPHYAINCP)localmap.h \ … … 239 221 $(SOPHYAINCP)basarr.h \ 240 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h fitsfile.h \ 224 $(SOPHYAINCP)FitsIO/fitsio.h \ 225 $(SOPHYAINCP)FitsIO/longnam.h 226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 227 228 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 $(SOPHYAINCP)pexceptions.h \ 231 $(SOPHYAINCP)machdefs.h fitsntuple.h \ 232 $(SOPHYAINCP)ntuple.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)anydataobj.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)mutyv.h fitsfile.h \ 243 $(SOPHYAINCP)ndatablock.h \ 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 245 $(SOPHYAINCP)FitsIO/longnam.h 246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc 247 248 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 250 $(SOPHYAINCP)pexceptions.h \ 251 $(SOPHYAINCP)machdefs.h fitsspherehealpix.h \ 252 $(SOPHYAINCP)spherehealpix.h \ 253 $(SOPHYAINCP)sphericalmap.h \ 254 $(SOPHYAINCP)smathconst.h \ 255 $(SOPHYAINCP)pixelmap.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)gnumd5.h \ 258 $(SOPHYAINCP)ppfbinstream.h \ 259 $(SOPHYAINCP)rawstream.h \ 260 $(SOPHYAINCP)ppfnametag.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)objfio.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)spherepos.h \ 266 $(SOPHYAINCP)unitvector.h \ 267 $(SOPHYAINCP)vector3d.h \ 268 $(SOPHYAINCP)longlat.h \ 269 $(SOPHYAINCP)utilgeom.h \ 270 $(SOPHYAINCP)tvector.h \ 271 $(SOPHYAINCP)tmatrix.h \ 272 $(SOPHYAINCP)tarray.h \ 273 $(SOPHYAINCP)basarr.h \ 274 $(SOPHYAINCP)ndatablock.h \ 241 275 $(SOPHYAINCP)utilarr.h \ 242 fitsfile.h \ 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILELIB) -o $@ $< 246 247 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 248 $(SOPHYAINCP)sopnamsp.h \ 249 $(SOPHYAINCP)pexceptions.h \ 250 $(SOPHYAINCP)machdefs.h \ 251 fitsntuple.h \ 252 $(SOPHYAINCP)ntuple.h \ 253 $(SOPHYAINCP)objfio.h \ 254 $(SOPHYAINCP)anydataobj.h \ 255 $(SOPHYAINCP)ppersist.h \ 256 $(SOPHYAINCP)gnumd5.h \ 257 $(SOPHYAINCP)ppfbinstream.h \ 258 $(SOPHYAINCP)rawstream.h \ 259 $(SOPHYAINCP)ppfnametag.h \ 260 $(SOPHYAINCP)ntupintf.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)mutyv.h fitsfile.h \ 263 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)FitsIO/fitsio.h \ 265 $(SOPHYAINCP)FitsIO/longnam.h 266 $(CXXCOMPILELIB) -o $@ $< 267 268 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 269 $(SOPHYAINCP)sopnamsp.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)machdefs.h \ 272 fitsspherehealpix.h \ 273 $(SOPHYAINCP)spherehealpix.h \ 274 $(SOPHYAINCP)sphericalmap.h \ 275 $(SOPHYAINCP)smathconst.h \ 276 $(SOPHYAINCP)pixelmap.h \ 277 $(SOPHYAINCP)ppersist.h \ 278 $(SOPHYAINCP)gnumd5.h \ 279 $(SOPHYAINCP)ppfbinstream.h \ 280 $(SOPHYAINCP)rawstream.h \ 281 $(SOPHYAINCP)ppfnametag.h \ 282 $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)objfio.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)mutyv.h \ 286 $(SOPHYAINCP)spherepos.h \ 287 $(SOPHYAINCP)unitvector.h \ 288 $(SOPHYAINCP)vector3d.h \ 289 $(SOPHYAINCP)longlat.h \ 290 $(SOPHYAINCP)utilgeom.h \ 291 $(SOPHYAINCP)tvector.h \ 292 $(SOPHYAINCP)tmatrix.h \ 293 $(SOPHYAINCP)tarray.h \ 294 $(SOPHYAINCP)basarr.h \ 295 $(SOPHYAINCP)ndatablock.h \ 296 $(SOPHYAINCP)utilarr.h \ 297 $(SOPHYAINCP)HEALPixUtils.h \ 298 fitsfile.h \ 299 $(SOPHYAINCP)FitsIO/fitsio.h \ 300 $(SOPHYAINCP)FitsIO/longnam.h \ 301 fitstarray.h 302 $(CXXCOMPILELIB) -o $@ $< 276 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h \ 277 $(SOPHYAINCP)FitsIO/fitsio.h \ 278 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 279 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 303 280 304 281 $(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \ … … 330 307 $(SOPHYAINCP)basarr.h \ 331 308 $(SOPHYAINCP)ndatablock.h \ 332 $(SOPHYAINCP)utilarr.h \ 333 fitsfile.h \ 334 $(SOPHYAINCP)FitsIO/fitsio.h \ 335 $(SOPHYAINCP)FitsIO/longnam.h \ 336 fitstarray.h 337 $(CXXCOMPILELIB) -o $@ $< 309 $(SOPHYAINCP)utilarr.h fitsfile.h \ 310 $(SOPHYAINCP)FitsIO/fitsio.h \ 311 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 338 313 339 314 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 340 315 $(SOPHYAINCP)sopnamsp.h \ 341 316 $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)pexceptions.h \ 343 fitstarray.h \ 344 $(SOPHYAINCP)tarray.h \ 345 $(SOPHYAINCP)basarr.h \ 346 $(SOPHYAINCP)anydataobj.h \ 347 $(SOPHYAINCP)mutyv.h \ 348 $(SOPHYAINCP)dvlist.h \ 349 $(SOPHYAINCP)objfio.h \ 350 $(SOPHYAINCP)ppersist.h \ 351 $(SOPHYAINCP)gnumd5.h \ 352 $(SOPHYAINCP)ppfbinstream.h \ 353 $(SOPHYAINCP)rawstream.h \ 354 $(SOPHYAINCP)ppfnametag.h \ 355 $(SOPHYAINCP)ndatablock.h \ 356 $(SOPHYAINCP)utilarr.h \ 357 fitsfile.h \ 358 $(SOPHYAINCP)FitsIO/fitsio.h \ 359 $(SOPHYAINCP)FitsIO/longnam.h 360 $(CXXCOMPILELIB) -o $@ $< 317 $(SOPHYAINCP)pexceptions.h fitstarray.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h fitsfile.h \ 331 $(SOPHYAINCP)FitsIO/fitsio.h \ 332 $(SOPHYAINCP)FitsIO/longnam.h 333 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 361 334 362 335 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \ 363 336 $(SOPHYAINCP)sopnamsp.h \ 364 337 $(SOPHYAINCP)pexceptions.h \ 365 $(SOPHYAINCP)machdefs.h \ 366 fitsxntuple.h \ 338 $(SOPHYAINCP)machdefs.h fitsxntuple.h \ 367 339 $(SOPHYAINCP)xntuple.h \ 368 340 $(SOPHYAINCP)ntupintf.h \ … … 379 351 $(SOPHYAINCP)FitsIO/fitsio.h \ 380 352 $(SOPHYAINCP)FitsIO/longnam.h 381 $(CXXCOMPILE LIB) -o $@ $<382 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc 354 -
trunk/SophyaExt/FitsIOServer/smakefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 datacirclefits.h \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 16 15 $(SOPHYAINCP)datacirclebase.h \ 17 16 $(SOPHYAINCP)circle.h \ … … 24 23 $(SOPHYAINCP)FitsIO/fitsio.h \ 25 24 $(SOPHYAINCP)FitsIO/longnam.h 26 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefits.cc 27 26 28 27 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \ 29 28 $(SOPHYAINCP)sopnamsp.h \ 30 29 $(SOPHYAINCP)machdefs.h \ 31 $(SOPHYAINCP)pexceptions.h \ 32 fabtcolread.h \ 30 $(SOPHYAINCP)pexceptions.h fabtcolread.h \ 33 31 $(SOPHYAINCP)anydataobj.h \ 34 32 $(SOPHYAINCP)tvector.h \ … … 48 46 $(SOPHYAINCP)FitsIO/fitsio.h \ 49 47 $(SOPHYAINCP)FitsIO/longnam.h 50 $(CXXCOMPILE LIB) -o $@ $<48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtcolread.cc 51 49 52 50 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \ 53 51 $(SOPHYAINCP)sopnamsp.h \ 54 52 $(SOPHYAINCP)machdefs.h \ 55 $(SOPHYAINCP)pexceptions.h \ 56 fabtwriter.h \ 53 $(SOPHYAINCP)pexceptions.h fabtwriter.h \ 57 54 $(SOPHYAINCP)anydataobj.h \ 58 55 $(SOPHYAINCP)tvector.h \ … … 72 69 $(SOPHYAINCP)FitsIO/fitsio.h \ 73 70 $(SOPHYAINCP)FitsIO/longnam.h 74 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fabtwriter.cc 75 72 76 73 $(SOPHYAOBJP)fboloread.o: fboloread.cc \ 77 74 $(SOPHYAINCP)sopnamsp.h \ 78 75 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)pexceptions.h \ 80 fboloread.h \ 81 $(SOPHYAINCP)anydataobj.h \ 82 $(SOPHYAINCP)tvector.h \ 83 $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h \ 85 $(SOPHYAINCP)basarr.h \ 86 $(SOPHYAINCP)mutyv.h \ 87 $(SOPHYAINCP)dvlist.h \ 88 $(SOPHYAINCP)objfio.h \ 89 $(SOPHYAINCP)ppersist.h \ 90 $(SOPHYAINCP)gnumd5.h \ 91 $(SOPHYAINCP)ppfbinstream.h \ 92 $(SOPHYAINCP)rawstream.h \ 93 $(SOPHYAINCP)ppfnametag.h \ 94 $(SOPHYAINCP)ndatablock.h \ 95 $(SOPHYAINCP)utilarr.h \ 96 fabtcolread.h \ 97 $(SOPHYAINCP)FitsIO/fitsio.h \ 98 $(SOPHYAINCP)FitsIO/longnam.h 99 $(CXXCOMPILELIB) -o $@ $< 76 $(SOPHYAINCP)pexceptions.h fboloread.h \ 77 $(SOPHYAINCP)anydataobj.h \ 78 $(SOPHYAINCP)tvector.h \ 79 $(SOPHYAINCP)tmatrix.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)mutyv.h \ 83 $(SOPHYAINCP)dvlist.h \ 84 $(SOPHYAINCP)objfio.h \ 85 $(SOPHYAINCP)ppersist.h \ 86 $(SOPHYAINCP)gnumd5.h \ 87 $(SOPHYAINCP)ppfbinstream.h \ 88 $(SOPHYAINCP)rawstream.h \ 89 $(SOPHYAINCP)ppfnametag.h \ 90 $(SOPHYAINCP)ndatablock.h \ 91 $(SOPHYAINCP)utilarr.h fabtcolread.h \ 92 $(SOPHYAINCP)FitsIO/fitsio.h \ 93 $(SOPHYAINCP)FitsIO/longnam.h 94 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fboloread.cc 100 95 101 96 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \ 102 97 $(SOPHYAINCP)sopnamsp.h \ 103 98 $(SOPHYAINCP)machdefs.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 fbtntintf.h \ 99 $(SOPHYAINCP)pexceptions.h fbtntintf.h \ 106 100 $(SOPHYAINCP)anydataobj.h \ 107 101 $(SOPHYAINCP)ntupintf.h \ 108 102 $(SOPHYAINCP)FitsIO/fitsio.h \ 109 103 $(SOPHYAINCP)FitsIO/longnam.h 110 $(CXXCOMPILE LIB) -o $@ $<104 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fbtntintf.cc 111 105 112 106 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \ 113 107 $(SOPHYAINCP)sopnamsp.h \ 114 108 $(SOPHYAINCP)pexceptions.h \ 115 $(SOPHYAINCP)machdefs.h \ 116 fitsautoreader.h \ 117 $(SOPHYAINCP)anydataobj.h \ 118 fitsfile.h \ 119 $(SOPHYAINCP)ndatablock.h \ 120 $(SOPHYAINCP)dvlist.h \ 121 $(SOPHYAINCP)objfio.h \ 122 $(SOPHYAINCP)ppersist.h \ 123 $(SOPHYAINCP)gnumd5.h \ 124 $(SOPHYAINCP)ppfbinstream.h \ 125 $(SOPHYAINCP)rawstream.h \ 126 $(SOPHYAINCP)ppfnametag.h \ 127 $(SOPHYAINCP)mutyv.h \ 128 $(SOPHYAINCP)FitsIO/fitsio.h \ 129 $(SOPHYAINCP)FitsIO/longnam.h \ 130 fitstarray.h \ 131 $(SOPHYAINCP)tarray.h \ 132 $(SOPHYAINCP)basarr.h \ 133 $(SOPHYAINCP)utilarr.h \ 134 fitsspherehealpix.h \ 109 $(SOPHYAINCP)machdefs.h fitsautoreader.h \ 110 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 111 $(SOPHYAINCP)ndatablock.h \ 112 $(SOPHYAINCP)dvlist.h \ 113 $(SOPHYAINCP)objfio.h \ 114 $(SOPHYAINCP)ppersist.h \ 115 $(SOPHYAINCP)gnumd5.h \ 116 $(SOPHYAINCP)ppfbinstream.h \ 117 $(SOPHYAINCP)rawstream.h \ 118 $(SOPHYAINCP)ppfnametag.h \ 119 $(SOPHYAINCP)mutyv.h \ 120 $(SOPHYAINCP)FitsIO/fitsio.h \ 121 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \ 122 $(SOPHYAINCP)tarray.h \ 123 $(SOPHYAINCP)basarr.h \ 124 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 135 125 $(SOPHYAINCP)spherehealpix.h \ 136 126 $(SOPHYAINCP)sphericalmap.h \ … … 144 134 $(SOPHYAINCP)tvector.h \ 145 135 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)HEALPixUtils.h \ 147 fitsntuple.h \ 136 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \ 148 137 $(SOPHYAINCP)ntuple.h \ 149 $(SOPHYAINCP)ntupintf.h \ 150 fitsxntuple.h \ 151 $(SOPHYAINCP)xntuple.h \ 152 fitslocalmap.h \ 153 $(SOPHYAINCP)localmap.h \ 154 fbtntintf.h 155 $(CXXCOMPILELIB) -o $@ $< 138 $(SOPHYAINCP)ntupintf.h fitsxntuple.h \ 139 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 140 $(SOPHYAINCP)localmap.h fbtntintf.h 141 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 156 142 157 143 $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 158 144 $(SOPHYAINCP)sopnamsp.h \ 159 145 $(SOPHYAINCP)pexceptions.h \ 160 $(SOPHYAINCP)machdefs.h \ 161 fitsbntbllineRW.h \ 146 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 162 147 $(SOPHYAINCP)dvlist.h \ 163 148 $(SOPHYAINCP)objfio.h \ … … 173 158 $(SOPHYAINCP)FitsIO/longnam.h \ 174 159 $(SOPHYAINCP)utils.h 175 $(CXXCOMPILE LIB) -o $@ $<160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 176 161 177 162 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 178 163 $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h \ 180 fitsfile.h \ 164 $(SOPHYAINCP)machdefs.h fitsfile.h \ 181 165 $(SOPHYAINCP)ndatablock.h \ 182 166 $(SOPHYAINCP)anydataobj.h \ … … 192 176 $(SOPHYAINCP)FitsIO/fitsio.h \ 193 177 $(SOPHYAINCP)FitsIO/longnam.h \ 194 $(SOPHYAINCP)strutil.h \ 195 fitsspherehealpix.h \ 178 $(SOPHYAINCP)strutil.h fitsspherehealpix.h \ 196 179 $(SOPHYAINCP)spherehealpix.h \ 197 180 $(SOPHYAINCP)sphericalmap.h \ … … 209 192 $(SOPHYAINCP)utilarr.h \ 210 193 $(SOPHYAINCP)HEALPixUtils.h 211 $(CXXCOMPILE LIB) -o $@ $<194 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 212 195 213 196 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 214 197 $(SOPHYAINCP)sopnamsp.h \ 215 $(SOPHYAINCP)machdefs.h \ 216 fitslocalmap.h \ 198 $(SOPHYAINCP)machdefs.h fitslocalmap.h \ 217 199 $(SOPHYAINCP)pexceptions.h \ 218 200 $(SOPHYAINCP)localmap.h \ … … 239 221 $(SOPHYAINCP)basarr.h \ 240 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h fitsfile.h \ 224 $(SOPHYAINCP)FitsIO/fitsio.h \ 225 $(SOPHYAINCP)FitsIO/longnam.h 226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 227 228 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 $(SOPHYAINCP)pexceptions.h \ 231 $(SOPHYAINCP)machdefs.h fitsntuple.h \ 232 $(SOPHYAINCP)ntuple.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)anydataobj.h \ 235 $(SOPHYAINCP)ppersist.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 242 $(SOPHYAINCP)mutyv.h fitsfile.h \ 243 $(SOPHYAINCP)ndatablock.h \ 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 245 $(SOPHYAINCP)FitsIO/longnam.h 246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsntuple.cc 247 248 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 250 $(SOPHYAINCP)pexceptions.h \ 251 $(SOPHYAINCP)machdefs.h fitsspherehealpix.h \ 252 $(SOPHYAINCP)spherehealpix.h \ 253 $(SOPHYAINCP)sphericalmap.h \ 254 $(SOPHYAINCP)smathconst.h \ 255 $(SOPHYAINCP)pixelmap.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)gnumd5.h \ 258 $(SOPHYAINCP)ppfbinstream.h \ 259 $(SOPHYAINCP)rawstream.h \ 260 $(SOPHYAINCP)ppfnametag.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)objfio.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)spherepos.h \ 266 $(SOPHYAINCP)unitvector.h \ 267 $(SOPHYAINCP)vector3d.h \ 268 $(SOPHYAINCP)longlat.h \ 269 $(SOPHYAINCP)utilgeom.h \ 270 $(SOPHYAINCP)tvector.h \ 271 $(SOPHYAINCP)tmatrix.h \ 272 $(SOPHYAINCP)tarray.h \ 273 $(SOPHYAINCP)basarr.h \ 274 $(SOPHYAINCP)ndatablock.h \ 241 275 $(SOPHYAINCP)utilarr.h \ 242 fitsfile.h \ 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILELIB) -o $@ $< 246 247 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ 248 $(SOPHYAINCP)sopnamsp.h \ 249 $(SOPHYAINCP)pexceptions.h \ 250 $(SOPHYAINCP)machdefs.h \ 251 fitsntuple.h \ 252 $(SOPHYAINCP)ntuple.h \ 253 $(SOPHYAINCP)objfio.h \ 254 $(SOPHYAINCP)anydataobj.h \ 255 $(SOPHYAINCP)ppersist.h \ 256 $(SOPHYAINCP)gnumd5.h \ 257 $(SOPHYAINCP)ppfbinstream.h \ 258 $(SOPHYAINCP)rawstream.h \ 259 $(SOPHYAINCP)ppfnametag.h \ 260 $(SOPHYAINCP)ntupintf.h \ 261 $(SOPHYAINCP)dvlist.h \ 262 $(SOPHYAINCP)mutyv.h fitsfile.h \ 263 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)FitsIO/fitsio.h \ 265 $(SOPHYAINCP)FitsIO/longnam.h 266 $(CXXCOMPILELIB) -o $@ $< 267 268 $(SOPHYAOBJP)fitsspherehealpix.o: fitsspherehealpix.cc \ 269 $(SOPHYAINCP)sopnamsp.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)machdefs.h \ 272 fitsspherehealpix.h \ 273 $(SOPHYAINCP)spherehealpix.h \ 274 $(SOPHYAINCP)sphericalmap.h \ 275 $(SOPHYAINCP)smathconst.h \ 276 $(SOPHYAINCP)pixelmap.h \ 277 $(SOPHYAINCP)ppersist.h \ 278 $(SOPHYAINCP)gnumd5.h \ 279 $(SOPHYAINCP)ppfbinstream.h \ 280 $(SOPHYAINCP)rawstream.h \ 281 $(SOPHYAINCP)ppfnametag.h \ 282 $(SOPHYAINCP)dvlist.h \ 283 $(SOPHYAINCP)objfio.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)mutyv.h \ 286 $(SOPHYAINCP)spherepos.h \ 287 $(SOPHYAINCP)unitvector.h \ 288 $(SOPHYAINCP)vector3d.h \ 289 $(SOPHYAINCP)longlat.h \ 290 $(SOPHYAINCP)utilgeom.h \ 291 $(SOPHYAINCP)tvector.h \ 292 $(SOPHYAINCP)tmatrix.h \ 293 $(SOPHYAINCP)tarray.h \ 294 $(SOPHYAINCP)basarr.h \ 295 $(SOPHYAINCP)ndatablock.h \ 296 $(SOPHYAINCP)utilarr.h \ 297 $(SOPHYAINCP)HEALPixUtils.h \ 298 fitsfile.h \ 299 $(SOPHYAINCP)FitsIO/fitsio.h \ 300 $(SOPHYAINCP)FitsIO/longnam.h \ 301 fitstarray.h 302 $(CXXCOMPILELIB) -o $@ $< 276 $(SOPHYAINCP)HEALPixUtils.h fitsfile.h \ 277 $(SOPHYAINCP)FitsIO/fitsio.h \ 278 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 279 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 303 280 304 281 $(SOPHYAOBJP)fitsspherethetaphi.o: fitsspherethetaphi.cc \ … … 330 307 $(SOPHYAINCP)basarr.h \ 331 308 $(SOPHYAINCP)ndatablock.h \ 332 $(SOPHYAINCP)utilarr.h \ 333 fitsfile.h \ 334 $(SOPHYAINCP)FitsIO/fitsio.h \ 335 $(SOPHYAINCP)FitsIO/longnam.h \ 336 fitstarray.h 337 $(CXXCOMPILELIB) -o $@ $< 309 $(SOPHYAINCP)utilarr.h fitsfile.h \ 310 $(SOPHYAINCP)FitsIO/fitsio.h \ 311 $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 338 313 339 314 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 340 315 $(SOPHYAINCP)sopnamsp.h \ 341 316 $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)pexceptions.h \ 343 fitstarray.h \ 344 $(SOPHYAINCP)tarray.h \ 345 $(SOPHYAINCP)basarr.h \ 346 $(SOPHYAINCP)anydataobj.h \ 347 $(SOPHYAINCP)mutyv.h \ 348 $(SOPHYAINCP)dvlist.h \ 349 $(SOPHYAINCP)objfio.h \ 350 $(SOPHYAINCP)ppersist.h \ 351 $(SOPHYAINCP)gnumd5.h \ 352 $(SOPHYAINCP)ppfbinstream.h \ 353 $(SOPHYAINCP)rawstream.h \ 354 $(SOPHYAINCP)ppfnametag.h \ 355 $(SOPHYAINCP)ndatablock.h \ 356 $(SOPHYAINCP)utilarr.h \ 357 fitsfile.h \ 358 $(SOPHYAINCP)FitsIO/fitsio.h \ 359 $(SOPHYAINCP)FitsIO/longnam.h 360 $(CXXCOMPILELIB) -o $@ $< 317 $(SOPHYAINCP)pexceptions.h fitstarray.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h fitsfile.h \ 331 $(SOPHYAINCP)FitsIO/fitsio.h \ 332 $(SOPHYAINCP)FitsIO/longnam.h 333 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 361 334 362 335 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \ 363 336 $(SOPHYAINCP)sopnamsp.h \ 364 337 $(SOPHYAINCP)pexceptions.h \ 365 $(SOPHYAINCP)machdefs.h \ 366 fitsxntuple.h \ 338 $(SOPHYAINCP)machdefs.h fitsxntuple.h \ 367 339 $(SOPHYAINCP)xntuple.h \ 368 340 $(SOPHYAINCP)ntupintf.h \ … … 379 351 $(SOPHYAINCP)FitsIO/fitsio.h \ 380 352 $(SOPHYAINCP)FitsIO/longnam.h 381 $(CXXCOMPILE LIB) -o $@ $<382 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc 354 -
trunk/SophyaExt/IFFTW/Makefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)fftservintf.h \ … … 34 33 $(SOPHYAINCP)FFTW/fftw.h \ 35 34 $(SOPHYAINCP)FFTW/rfftw.h 36 $(CXXCOMPILE LIB) -o $@ $<35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 37 36 -
trunk/SophyaExt/IFFTW/smakefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)fftservintf.h \ … … 34 33 $(SOPHYAINCP)FFTW/fftw.h \ 35 34 $(SOPHYAINCP)FFTW/rfftw.h 36 $(CXXCOMPILE LIB) -o $@ $<35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 37 36 -
trunk/SophyaExt/LinAlg/Makefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 intflapack.h \ 14 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)tarray.h \ … … 31 30 $(SOPHYAINCP)tvector.h \ 32 31 $(SOPHYAINCP)tmatrix.h 33 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 34 33 -
trunk/SophyaExt/LinAlg/smakefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 intflapack.h \ 14 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)tarray.h \ … … 31 30 $(SOPHYAINCP)tvector.h \ 32 31 $(SOPHYAINCP)tmatrix.h 33 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 34 33 -
trunk/SophyaExt/XAstroPack/Makefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)mollweide.o: mollweide.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 mollweide.h 16 $(CXXCOMPILELIB) -o $@ $< 14 $(SOPHYAINCP)sopnamsp.h mollweide.h 15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mollweide.cc 17 16 18 17 $(SOPHYAOBJP)xastropack.o: xastropack.cc \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 xastropack.h \ 18 $(SOPHYAINCP)sopnamsp.h xastropack.h \ 21 19 $(SOPHYAINCP)machdefs.h \ 22 20 $(SOPHYAINCP)XAstro/astro.h 23 $(CXXCOMPILE LIB) -o $@ $<21 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xastropack.cc 24 22 25 23 $(SOPHYAOBJP)magfield.o: magfield.c magfield.h 26 $(CCOMPILE) -o $@ $<24 $(CCOMPILE) -o $@ magfield.c 27 25 -
trunk/SophyaExt/XAstroPack/smakefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)mollweide.o: mollweide.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 mollweide.h 16 $(CXXCOMPILELIB) -o $@ $< 14 $(SOPHYAINCP)sopnamsp.h mollweide.h 15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mollweide.cc 17 16 18 17 $(SOPHYAOBJP)xastropack.o: xastropack.cc \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 xastropack.h \ 18 $(SOPHYAINCP)sopnamsp.h xastropack.h \ 21 19 $(SOPHYAINCP)machdefs.h \ 22 20 $(SOPHYAINCP)XAstro/astro.h 23 $(CXXCOMPILE LIB) -o $@ $<21 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xastropack.cc 24 22 25 23 $(SOPHYAOBJP)magfield.o: magfield.c magfield.h 26 $(CCOMPILE) -o $@ $<24 $(CCOMPILE) -o $@ magfield.c 27 25 -
trunk/SophyaLib/BaseTools/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \ 14 14 $(SOPHYAINCP)machdefs.h 15 $(CXXCOMPILE LIB) -o $@ $<15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatype.cc 16 16 17 17 $(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \ 18 $(SOPHYAINCP)machdefs.h dvlist.h \19 objfio.hanydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \18 $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \ 19 anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 20 20 rawstream.h ppfnametag.h mutyv.h \ 21 21 $(SOPHYAINCP)strutil.h 22 $(CXXCOMPILE LIB) -o $@ $<22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc 23 23 24 24 $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \ 25 $(SOPHYAINCP)machdefs.h \26 pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \27 ppf binstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h28 $(CXXCOMPILE LIB) -o $@ $<25 $(SOPHYAINCP)machdefs.h pexceptions.h \ 26 datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 27 ppfnametag.h ndatablock.h anydataobj.h 28 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc 29 29 30 30 $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \ 31 31 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc 33 33 34 34 $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \ 35 $(SOPHYAINCP)machdefs.h \36 pexceptions.hndatablock.h anydataobj.h37 $(CXXCOMPILE LIB) -o $@ $<35 $(SOPHYAINCP)machdefs.h pexceptions.h \ 36 ndatablock.h anydataobj.h 37 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc 38 38 39 39 $(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \ 40 40 $(SOPHYAINCP)machdefs.h 41 $(CXXCOMPILE LIB) -o $@ $<41 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pexceptions.cc 42 42 43 43 $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \ 44 $(SOPHYAINCP)machdefs.h \45 p exceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \46 ppfnametag.hanydataobj.h47 $(CXXCOMPILE LIB) -o $@ $<44 $(SOPHYAINCP)machdefs.h pexceptions.h \ 45 ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \ 46 anydataobj.h 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc 48 48 49 49 $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \ 50 $(SOPHYAINCP)machdefs.h \51 ppfbinstream.hrawstream.h pexceptions.h52 $(CXXCOMPILE LIB) -o $@ $<50 $(SOPHYAINCP)machdefs.h ppfbinstream.h \ 51 rawstream.h pexceptions.h 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc 53 53 54 54 $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \ 55 $(SOPHYAINCP)machdefs.h \56 sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \57 ppfbinstream.hrawstream.h ppfnametag.h58 $(CXXCOMPILE LIB) -o $@ $<55 $(SOPHYAINCP)machdefs.h sopnamsp.h \ 56 ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 57 rawstream.h ppfnametag.h 58 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 59 59 60 60 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 pexceptions.h 63 $(CXXCOMPILELIB) -o $@ $< 61 $(SOPHYAINCP)machdefs.h pexceptions.h 62 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc 64 63 65 64 $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \ 66 $(SOPHYAINCP)machdefs.h \67 sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \68 rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \69 dvlist.h objfio.h mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h \70 ppfwrapstlv.hsversion.h71 $(CXXCOMPILE LIB) -o $@ $<65 $(SOPHYAINCP)machdefs.h sophyainit.h \ 66 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 67 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \ 68 mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h ppfwrapstlv.h \ 69 sversion.h 70 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc 72 71 73 72 $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \ 74 $(SOPHYAINCP)machdefs.h \75 timestamp.hpexceptions.h76 $(CXXCOMPILE LIB) -o $@ $<73 $(SOPHYAINCP)machdefs.h timestamp.h \ 74 pexceptions.h 75 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 77 76 78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \ 79 $(SOPHYAINCP)machdefs.h \ 77 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 80 78 bithelp.h gnumd5.h 81 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ gnumd5.c 82 80 83 81 $(SOPHYAOBJP)srandgen.o: srandgen.c \ 84 $(SOPHYAINCP)machdefs.h \85 s randgen.h smathconst.h86 $(CCOMPILE) -o $@ $<82 $(SOPHYAINCP)machdefs.h srandgen.h \ 83 smathconst.h 84 $(CCOMPILE) -o $@ srandgen.c 87 85 -
trunk/SophyaLib/BaseTools/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \ 14 14 $(SOPHYAINCP)machdefs.h 15 $(CXXCOMPILE LIB) -o $@ $<15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatype.cc 16 16 17 17 $(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \ 18 $(SOPHYAINCP)machdefs.h dvlist.h \19 objfio.hanydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \18 $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \ 19 anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 20 20 rawstream.h ppfnametag.h mutyv.h \ 21 21 $(SOPHYAINCP)strutil.h 22 $(CXXCOMPILE LIB) -o $@ $<22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc 23 23 24 24 $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \ 25 $(SOPHYAINCP)machdefs.h \26 pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \27 ppf binstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h28 $(CXXCOMPILE LIB) -o $@ $<25 $(SOPHYAINCP)machdefs.h pexceptions.h \ 26 datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 27 ppfnametag.h ndatablock.h anydataobj.h 28 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc 29 29 30 30 $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \ 31 31 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc 33 33 34 34 $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \ 35 $(SOPHYAINCP)machdefs.h \36 pexceptions.hndatablock.h anydataobj.h37 $(CXXCOMPILE LIB) -o $@ $<35 $(SOPHYAINCP)machdefs.h pexceptions.h \ 36 ndatablock.h anydataobj.h 37 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc 38 38 39 39 $(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \ 40 40 $(SOPHYAINCP)machdefs.h 41 $(CXXCOMPILE LIB) -o $@ $<41 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pexceptions.cc 42 42 43 43 $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \ 44 $(SOPHYAINCP)machdefs.h \45 p exceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \46 ppfnametag.hanydataobj.h47 $(CXXCOMPILE LIB) -o $@ $<44 $(SOPHYAINCP)machdefs.h pexceptions.h \ 45 ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \ 46 anydataobj.h 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc 48 48 49 49 $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \ 50 $(SOPHYAINCP)machdefs.h \51 ppfbinstream.hrawstream.h pexceptions.h52 $(CXXCOMPILE LIB) -o $@ $<50 $(SOPHYAINCP)machdefs.h ppfbinstream.h \ 51 rawstream.h pexceptions.h 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc 53 53 54 54 $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \ 55 $(SOPHYAINCP)machdefs.h \56 sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \57 ppfbinstream.hrawstream.h ppfnametag.h58 $(CXXCOMPILE LIB) -o $@ $<55 $(SOPHYAINCP)machdefs.h sopnamsp.h \ 56 ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 57 rawstream.h ppfnametag.h 58 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 59 59 60 60 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 pexceptions.h 63 $(CXXCOMPILELIB) -o $@ $< 61 $(SOPHYAINCP)machdefs.h pexceptions.h 62 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc 64 63 65 64 $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \ 66 $(SOPHYAINCP)machdefs.h \67 sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \68 rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \69 dvlist.h objfio.h mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h \70 ppfwrapstlv.hsversion.h71 $(CXXCOMPILE LIB) -o $@ $<65 $(SOPHYAINCP)machdefs.h sophyainit.h \ 66 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 67 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \ 68 mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h ppfwrapstlv.h \ 69 sversion.h 70 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc 72 71 73 72 $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \ 74 $(SOPHYAINCP)machdefs.h \75 timestamp.hpexceptions.h76 $(CXXCOMPILE LIB) -o $@ $<73 $(SOPHYAINCP)machdefs.h timestamp.h \ 74 pexceptions.h 75 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 77 76 78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \ 79 $(SOPHYAINCP)machdefs.h \ 77 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 80 78 bithelp.h gnumd5.h 81 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ gnumd5.c 82 80 83 81 $(SOPHYAOBJP)srandgen.o: srandgen.c \ 84 $(SOPHYAINCP)machdefs.h \85 s randgen.h smathconst.h86 $(CCOMPILE) -o $@ $<82 $(SOPHYAINCP)machdefs.h srandgen.h \ 83 smathconst.h 84 $(CCOMPILE) -o $@ srandgen.c 87 85 -
trunk/SophyaLib/HiStats/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 13 $(SOPHYAOBJP)basedtable.o: basedtable.cc basedtable.h \ 14 $(SOPHYAINCP)machdefs.h \15 ntupintf.h$(SOPHYAINCP)dvlist.h \14 $(SOPHYAINCP)machdefs.h ntupintf.h \ 15 $(SOPHYAINCP)dvlist.h \ 16 16 $(SOPHYAINCP)objfio.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ … … 25 25 $(SOPHYAINCP)segdatablock.h \ 26 26 $(SOPHYAINCP)sopnamsp.h 27 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc 28 28 29 29 $(SOPHYAOBJP)datatable.o: datatable.cc datatable.h basedtable.h \ 30 $(SOPHYAINCP)machdefs.h \31 ntupintf.h$(SOPHYAINCP)dvlist.h \30 $(SOPHYAINCP)machdefs.h ntupintf.h \ 31 $(SOPHYAINCP)dvlist.h \ 32 32 $(SOPHYAINCP)objfio.h \ 33 33 $(SOPHYAINCP)anydataobj.h \ … … 44 44 $(SOPHYAINCP)fiosegdb.h \ 45 45 $(SOPHYAINCP)ppftpointerio.h 46 $(CXXCOMPILE LIB) -o $@ $<46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc 47 47 48 48 $(SOPHYAOBJP)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \ 49 $(SOPHYAINCP)machdefs.h \ 50 ntupintf.h $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h \ 61 swppfdtable.h \ 49 $(SOPHYAINCP)machdefs.h ntupintf.h \ 50 $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 62 61 $(SOPHYAINCP)swsegdb.h \ 63 62 $(SOPHYAINCP)ppfswapper.h \ … … 65 64 $(SOPHYAINCP)sopnamsp.h \ 66 65 $(SOPHYAINCP)fiosegdb.h 67 $(CXXCOMPILELIB) -o $@ $< 68 69 $(SOPHYAOBJP)hisprof.o: hisprof.cc \ 70 $(SOPHYAINCP)sopnamsp.h \ 71 $(SOPHYAINCP)machdefs.h \ 72 hisprof.h $(SOPHYAINCP)peida.h \ 66 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc 67 68 $(SOPHYAOBJP)hisprof.o: hisprof.cc $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h hisprof.h \ 70 $(SOPHYAINCP)peida.h \ 73 71 $(SOPHYAINCP)utils.h \ 74 72 $(SOPHYAINCP)perrors.h \ … … 90 88 $(SOPHYAINCP)ndatablock.h \ 91 89 $(SOPHYAINCP)utilarr.h histos.h 92 $(CXXCOMPILELIB) -o $@ $< 93 94 $(SOPHYAOBJP)histerr.o: histerr.cc \ 95 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \ 97 histinit.h \ 90 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc 91 92 $(SOPHYAOBJP)histerr.o: histerr.cc $(SOPHYAINCP)sopnamsp.h \ 93 $(SOPHYAINCP)machdefs.h histinit.h \ 98 94 $(SOPHYAINCP)ntoolsinit.h \ 99 95 $(SOPHYAINCP)tarrinit.h \ 100 $(SOPHYAINCP)sophyainit.h \101 histerr.h$(SOPHYAINCP)objfio.h \102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)ppersist.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 $(SOPHYAINCP)gnumd5.h \ 106 $(SOPHYAINCP)ppfbinstream.h \ 107 $(SOPHYAINCP)rawstream.h \ 108 $(SOPHYAINCP)ppfnametag.h \109 histos.h$(SOPHYAINCP)peida.h \96 $(SOPHYAINCP)sophyainit.h histerr.h \ 97 $(SOPHYAINCP)objfio.h \ 98 $(SOPHYAINCP)anydataobj.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h histos.h \ 105 $(SOPHYAINCP)peida.h \ 110 106 $(SOPHYAINCP)utils.h \ 111 107 $(SOPHYAINCP)perrors.h \ … … 119 115 $(SOPHYAINCP)ndatablock.h \ 120 116 $(SOPHYAINCP)utilarr.h 121 $(CXXCOMPILE LIB) -o $@ $<117 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 122 118 123 119 $(SOPHYAOBJP)histinit.o: histinit.cc \ 124 120 $(SOPHYAINCP)sopnamsp.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 histinit.h \ 121 $(SOPHYAINCP)machdefs.h histinit.h \ 127 122 $(SOPHYAINCP)ntoolsinit.h \ 128 123 $(SOPHYAINCP)tarrinit.h \ 129 $(SOPHYAINCP)sophyainit.h \ 130 histos.h $(SOPHYAINCP)objfio.h \ 131 $(SOPHYAINCP)anydataobj.h \ 132 $(SOPHYAINCP)ppersist.h \ 133 $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)gnumd5.h \ 135 $(SOPHYAINCP)ppfbinstream.h \ 136 $(SOPHYAINCP)rawstream.h \ 137 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)peida.h \ 139 $(SOPHYAINCP)utils.h \ 140 $(SOPHYAINCP)perrors.h \ 141 $(SOPHYAINCP)fmath.h \ 142 $(SOPHYAINCP)tvector.h \ 143 $(SOPHYAINCP)tmatrix.h \ 144 $(SOPHYAINCP)tarray.h \ 145 $(SOPHYAINCP)basarr.h \ 146 $(SOPHYAINCP)mutyv.h \ 147 $(SOPHYAINCP)dvlist.h \ 148 $(SOPHYAINCP)ndatablock.h \ 149 $(SOPHYAINCP)utilarr.h histos2.h \ 150 hisprof.h histerr.h ntuple.h ntupintf.h xntuple.h datatable.h \ 151 basedtable.h \ 152 $(SOPHYAINCP)segdatablock.h \ 153 swppfdtable.h \ 124 $(SOPHYAINCP)sophyainit.h histos.h \ 125 $(SOPHYAINCP)objfio.h \ 126 $(SOPHYAINCP)anydataobj.h \ 127 $(SOPHYAINCP)ppersist.h \ 128 $(SOPHYAINCP)pexceptions.h \ 129 $(SOPHYAINCP)gnumd5.h \ 130 $(SOPHYAINCP)ppfbinstream.h \ 131 $(SOPHYAINCP)rawstream.h \ 132 $(SOPHYAINCP)ppfnametag.h \ 133 $(SOPHYAINCP)peida.h \ 134 $(SOPHYAINCP)utils.h \ 135 $(SOPHYAINCP)perrors.h \ 136 $(SOPHYAINCP)fmath.h \ 137 $(SOPHYAINCP)tvector.h \ 138 $(SOPHYAINCP)tmatrix.h \ 139 $(SOPHYAINCP)tarray.h \ 140 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAINCP)ndatablock.h \ 144 $(SOPHYAINCP)utilarr.h histos2.h hisprof.h \ 145 histerr.h ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \ 146 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 154 147 $(SOPHYAINCP)swsegdb.h \ 155 148 $(SOPHYAINCP)ppfswapper.h \ 156 149 $(SOPHYAINCP)ppftpointerio.h 157 $(CXXCOMPILELIB) -o $@ $< 158 159 $(SOPHYAOBJP)histos2.o: histos2.cc \ 160 $(SOPHYAINCP)sopnamsp.h \ 161 $(SOPHYAINCP)machdefs.h \ 162 histos2.h $(SOPHYAINCP)peida.h \ 163 $(SOPHYAINCP)utils.h \ 164 $(SOPHYAINCP)perrors.h \ 165 $(SOPHYAINCP)pexceptions.h \ 166 $(SOPHYAINCP)fmath.h histos.h \ 167 $(SOPHYAINCP)objfio.h \ 168 $(SOPHYAINCP)anydataobj.h \ 169 $(SOPHYAINCP)ppersist.h \ 170 $(SOPHYAINCP)gnumd5.h \ 171 $(SOPHYAINCP)ppfbinstream.h \ 172 $(SOPHYAINCP)rawstream.h \ 173 $(SOPHYAINCP)ppfnametag.h \ 174 $(SOPHYAINCP)tvector.h \ 175 $(SOPHYAINCP)tmatrix.h \ 176 $(SOPHYAINCP)tarray.h \ 177 $(SOPHYAINCP)basarr.h \ 178 $(SOPHYAINCP)mutyv.h \ 179 $(SOPHYAINCP)dvlist.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h 182 $(CXXCOMPILELIB) -o $@ $< 183 184 $(SOPHYAOBJP)histos.o: histos.cc \ 185 $(SOPHYAINCP)sopnamsp.h \ 150 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc 151 152 $(SOPHYAOBJP)histos.o: histos.cc $(SOPHYAINCP)sopnamsp.h \ 186 153 $(SOPHYAINCP)machdefs.h histos.h \ 187 154 $(SOPHYAINCP)objfio.h \ … … 207 174 $(SOPHYAINCP)poly.h \ 208 175 $(SOPHYAINCP)strutil.h 209 $(CXXCOMPILELIB) -o $@ $< 176 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc 177 178 $(SOPHYAOBJP)histos2.o: histos2.cc $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h histos2.h \ 180 $(SOPHYAINCP)peida.h \ 181 $(SOPHYAINCP)utils.h \ 182 $(SOPHYAINCP)perrors.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)fmath.h histos.h \ 185 $(SOPHYAINCP)objfio.h \ 186 $(SOPHYAINCP)anydataobj.h \ 187 $(SOPHYAINCP)ppersist.h \ 188 $(SOPHYAINCP)gnumd5.h \ 189 $(SOPHYAINCP)ppfbinstream.h \ 190 $(SOPHYAINCP)rawstream.h \ 191 $(SOPHYAINCP)ppfnametag.h \ 192 $(SOPHYAINCP)tvector.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tarray.h \ 195 $(SOPHYAINCP)basarr.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)dvlist.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h 200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc 210 201 211 202 $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \ 212 $(SOPHYAINCP)sopnamsp.h \ 213 ntupintf.h \ 203 $(SOPHYAINCP)sopnamsp.h ntupintf.h \ 214 204 $(SOPHYAINCP)machdefs.h \ 215 205 $(SOPHYAINCP)pexceptions.h 216 $(CXXCOMPILELIB) -o $@ $< 217 218 $(SOPHYAOBJP)ntuple.o: ntuple.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc 207 208 $(SOPHYAOBJP)ntuple.o: ntuple.cc $(SOPHYAINCP)sopnamsp.h \ 220 209 $(SOPHYAINCP)strutil.h \ 221 210 $(SOPHYAINCP)perrors.h \ … … 228 217 $(SOPHYAINCP)ppfbinstream.h \ 229 218 $(SOPHYAINCP)rawstream.h \ 230 $(SOPHYAINCP)ppfnametag.h \231 ntupintf.h$(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 220 $(SOPHYAINCP)dvlist.h \ 232 221 $(SOPHYAINCP)mutyv.h 233 $(CXXCOMPILE LIB) -o $@ $<222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntuple.cc 234 223 235 224 $(SOPHYAOBJP)proxtuple.o: proxtuple.cc \ 236 $(SOPHYAINCP)sopnamsp.h \ 237 proxtuple.h ntuple.h \ 238 $(SOPHYAINCP)objfio.h \ 225 $(SOPHYAINCP)sopnamsp.h proxtuple.h \ 226 ntuple.h $(SOPHYAINCP)objfio.h \ 239 227 $(SOPHYAINCP)machdefs.h \ 240 228 $(SOPHYAINCP)anydataobj.h \ … … 244 232 $(SOPHYAINCP)ppfbinstream.h \ 245 233 $(SOPHYAINCP)rawstream.h \ 246 $(SOPHYAINCP)ppfnametag.h \247 ntupintf.h$(SOPHYAINCP)dvlist.h \234 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 235 $(SOPHYAINCP)dvlist.h \ 248 236 $(SOPHYAINCP)mutyv.h 249 $(CXXCOMPILE LIB) -o $@ $<237 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ proxtuple.cc 250 238 251 239 $(SOPHYAOBJP)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \ 252 $(SOPHYAINCP)machdefs.h \253 ntupintf.h$(SOPHYAINCP)dvlist.h \240 $(SOPHYAINCP)machdefs.h ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 254 242 $(SOPHYAINCP)objfio.h \ 255 243 $(SOPHYAINCP)anydataobj.h \ … … 266 254 $(SOPHYAINCP)ppftpointerio.h \ 267 255 $(SOPHYAINCP)sopnamsp.h 268 $(CXXCOMPILELIB) -o $@ $< 269 270 $(SOPHYAOBJP)xntuple.o: xntuple.cc \ 271 $(SOPHYAINCP)sopnamsp.h \ 256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 257 258 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)sopnamsp.h \ 272 259 $(SOPHYAINCP)ppersist.h \ 273 260 $(SOPHYAINCP)machdefs.h \ … … 277 264 $(SOPHYAINCP)rawstream.h \ 278 265 $(SOPHYAINCP)ppfnametag.h \ 279 $(SOPHYAINCP)perrors.h xntuple.h \280 ntupintf.h$(SOPHYAINCP)dvlist.h \266 $(SOPHYAINCP)perrors.h xntuple.h ntupintf.h \ 267 $(SOPHYAINCP)dvlist.h \ 281 268 $(SOPHYAINCP)objfio.h \ 282 269 $(SOPHYAINCP)anydataobj.h \ 283 270 $(SOPHYAINCP)mutyv.h 284 $(CXXCOMPILE LIB) -o $@ $<285 271 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc 272 -
trunk/SophyaLib/HiStats/objlist.list
r2741 r2765 5 5 histerr.o 6 6 histinit.o 7 histos.o 7 8 histos2.o 8 histos.o9 9 ntupintf.o 10 10 ntuple.o -
trunk/SophyaLib/HiStats/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 13 $(SOPHYAOBJP)basedtable.o: basedtable.cc basedtable.h \ 14 $(SOPHYAINCP)machdefs.h \15 ntupintf.h$(SOPHYAINCP)dvlist.h \14 $(SOPHYAINCP)machdefs.h ntupintf.h \ 15 $(SOPHYAINCP)dvlist.h \ 16 16 $(SOPHYAINCP)objfio.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ … … 25 25 $(SOPHYAINCP)segdatablock.h \ 26 26 $(SOPHYAINCP)sopnamsp.h 27 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc 28 28 29 29 $(SOPHYAOBJP)datatable.o: datatable.cc datatable.h basedtable.h \ 30 $(SOPHYAINCP)machdefs.h \31 ntupintf.h$(SOPHYAINCP)dvlist.h \30 $(SOPHYAINCP)machdefs.h ntupintf.h \ 31 $(SOPHYAINCP)dvlist.h \ 32 32 $(SOPHYAINCP)objfio.h \ 33 33 $(SOPHYAINCP)anydataobj.h \ … … 44 44 $(SOPHYAINCP)fiosegdb.h \ 45 45 $(SOPHYAINCP)ppftpointerio.h 46 $(CXXCOMPILE LIB) -o $@ $<46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc 47 47 48 48 $(SOPHYAOBJP)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \ 49 $(SOPHYAINCP)machdefs.h \ 50 ntupintf.h $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h \ 61 swppfdtable.h \ 49 $(SOPHYAINCP)machdefs.h ntupintf.h \ 50 $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 62 61 $(SOPHYAINCP)swsegdb.h \ 63 62 $(SOPHYAINCP)ppfswapper.h \ … … 65 64 $(SOPHYAINCP)sopnamsp.h \ 66 65 $(SOPHYAINCP)fiosegdb.h 67 $(CXXCOMPILELIB) -o $@ $< 68 69 $(SOPHYAOBJP)hisprof.o: hisprof.cc \ 70 $(SOPHYAINCP)sopnamsp.h \ 71 $(SOPHYAINCP)machdefs.h \ 72 hisprof.h $(SOPHYAINCP)peida.h \ 66 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc 67 68 $(SOPHYAOBJP)hisprof.o: hisprof.cc $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h hisprof.h \ 70 $(SOPHYAINCP)peida.h \ 73 71 $(SOPHYAINCP)utils.h \ 74 72 $(SOPHYAINCP)perrors.h \ … … 90 88 $(SOPHYAINCP)ndatablock.h \ 91 89 $(SOPHYAINCP)utilarr.h histos.h 92 $(CXXCOMPILELIB) -o $@ $< 93 94 $(SOPHYAOBJP)histerr.o: histerr.cc \ 95 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \ 97 histinit.h \ 90 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc 91 92 $(SOPHYAOBJP)histerr.o: histerr.cc $(SOPHYAINCP)sopnamsp.h \ 93 $(SOPHYAINCP)machdefs.h histinit.h \ 98 94 $(SOPHYAINCP)ntoolsinit.h \ 99 95 $(SOPHYAINCP)tarrinit.h \ 100 $(SOPHYAINCP)sophyainit.h \101 histerr.h$(SOPHYAINCP)objfio.h \102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)ppersist.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 $(SOPHYAINCP)gnumd5.h \ 106 $(SOPHYAINCP)ppfbinstream.h \ 107 $(SOPHYAINCP)rawstream.h \ 108 $(SOPHYAINCP)ppfnametag.h \109 histos.h$(SOPHYAINCP)peida.h \96 $(SOPHYAINCP)sophyainit.h histerr.h \ 97 $(SOPHYAINCP)objfio.h \ 98 $(SOPHYAINCP)anydataobj.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h histos.h \ 105 $(SOPHYAINCP)peida.h \ 110 106 $(SOPHYAINCP)utils.h \ 111 107 $(SOPHYAINCP)perrors.h \ … … 119 115 $(SOPHYAINCP)ndatablock.h \ 120 116 $(SOPHYAINCP)utilarr.h 121 $(CXXCOMPILE LIB) -o $@ $<117 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 122 118 123 119 $(SOPHYAOBJP)histinit.o: histinit.cc \ 124 120 $(SOPHYAINCP)sopnamsp.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 histinit.h \ 121 $(SOPHYAINCP)machdefs.h histinit.h \ 127 122 $(SOPHYAINCP)ntoolsinit.h \ 128 123 $(SOPHYAINCP)tarrinit.h \ 129 $(SOPHYAINCP)sophyainit.h \ 130 histos.h $(SOPHYAINCP)objfio.h \ 131 $(SOPHYAINCP)anydataobj.h \ 132 $(SOPHYAINCP)ppersist.h \ 133 $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)gnumd5.h \ 135 $(SOPHYAINCP)ppfbinstream.h \ 136 $(SOPHYAINCP)rawstream.h \ 137 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)peida.h \ 139 $(SOPHYAINCP)utils.h \ 140 $(SOPHYAINCP)perrors.h \ 141 $(SOPHYAINCP)fmath.h \ 142 $(SOPHYAINCP)tvector.h \ 143 $(SOPHYAINCP)tmatrix.h \ 144 $(SOPHYAINCP)tarray.h \ 145 $(SOPHYAINCP)basarr.h \ 146 $(SOPHYAINCP)mutyv.h \ 147 $(SOPHYAINCP)dvlist.h \ 148 $(SOPHYAINCP)ndatablock.h \ 149 $(SOPHYAINCP)utilarr.h histos2.h \ 150 hisprof.h histerr.h ntuple.h ntupintf.h xntuple.h datatable.h \ 151 basedtable.h \ 152 $(SOPHYAINCP)segdatablock.h \ 153 swppfdtable.h \ 124 $(SOPHYAINCP)sophyainit.h histos.h \ 125 $(SOPHYAINCP)objfio.h \ 126 $(SOPHYAINCP)anydataobj.h \ 127 $(SOPHYAINCP)ppersist.h \ 128 $(SOPHYAINCP)pexceptions.h \ 129 $(SOPHYAINCP)gnumd5.h \ 130 $(SOPHYAINCP)ppfbinstream.h \ 131 $(SOPHYAINCP)rawstream.h \ 132 $(SOPHYAINCP)ppfnametag.h \ 133 $(SOPHYAINCP)peida.h \ 134 $(SOPHYAINCP)utils.h \ 135 $(SOPHYAINCP)perrors.h \ 136 $(SOPHYAINCP)fmath.h \ 137 $(SOPHYAINCP)tvector.h \ 138 $(SOPHYAINCP)tmatrix.h \ 139 $(SOPHYAINCP)tarray.h \ 140 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAINCP)ndatablock.h \ 144 $(SOPHYAINCP)utilarr.h histos2.h hisprof.h \ 145 histerr.h ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \ 146 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 154 147 $(SOPHYAINCP)swsegdb.h \ 155 148 $(SOPHYAINCP)ppfswapper.h \ 156 149 $(SOPHYAINCP)ppftpointerio.h 157 $(CXXCOMPILELIB) -o $@ $< 158 159 $(SOPHYAOBJP)histos2.o: histos2.cc \ 160 $(SOPHYAINCP)sopnamsp.h \ 161 $(SOPHYAINCP)machdefs.h \ 162 histos2.h $(SOPHYAINCP)peida.h \ 163 $(SOPHYAINCP)utils.h \ 164 $(SOPHYAINCP)perrors.h \ 165 $(SOPHYAINCP)pexceptions.h \ 166 $(SOPHYAINCP)fmath.h histos.h \ 167 $(SOPHYAINCP)objfio.h \ 168 $(SOPHYAINCP)anydataobj.h \ 169 $(SOPHYAINCP)ppersist.h \ 170 $(SOPHYAINCP)gnumd5.h \ 171 $(SOPHYAINCP)ppfbinstream.h \ 172 $(SOPHYAINCP)rawstream.h \ 173 $(SOPHYAINCP)ppfnametag.h \ 174 $(SOPHYAINCP)tvector.h \ 175 $(SOPHYAINCP)tmatrix.h \ 176 $(SOPHYAINCP)tarray.h \ 177 $(SOPHYAINCP)basarr.h \ 178 $(SOPHYAINCP)mutyv.h \ 179 $(SOPHYAINCP)dvlist.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h 182 $(CXXCOMPILELIB) -o $@ $< 183 184 $(SOPHYAOBJP)histos.o: histos.cc \ 185 $(SOPHYAINCP)sopnamsp.h \ 150 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc 151 152 $(SOPHYAOBJP)histos.o: histos.cc $(SOPHYAINCP)sopnamsp.h \ 186 153 $(SOPHYAINCP)machdefs.h histos.h \ 187 154 $(SOPHYAINCP)objfio.h \ … … 207 174 $(SOPHYAINCP)poly.h \ 208 175 $(SOPHYAINCP)strutil.h 209 $(CXXCOMPILELIB) -o $@ $< 176 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc 177 178 $(SOPHYAOBJP)histos2.o: histos2.cc $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h histos2.h \ 180 $(SOPHYAINCP)peida.h \ 181 $(SOPHYAINCP)utils.h \ 182 $(SOPHYAINCP)perrors.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)fmath.h histos.h \ 185 $(SOPHYAINCP)objfio.h \ 186 $(SOPHYAINCP)anydataobj.h \ 187 $(SOPHYAINCP)ppersist.h \ 188 $(SOPHYAINCP)gnumd5.h \ 189 $(SOPHYAINCP)ppfbinstream.h \ 190 $(SOPHYAINCP)rawstream.h \ 191 $(SOPHYAINCP)ppfnametag.h \ 192 $(SOPHYAINCP)tvector.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tarray.h \ 195 $(SOPHYAINCP)basarr.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)dvlist.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h 200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc 210 201 211 202 $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \ 212 $(SOPHYAINCP)sopnamsp.h \ 213 ntupintf.h \ 203 $(SOPHYAINCP)sopnamsp.h ntupintf.h \ 214 204 $(SOPHYAINCP)machdefs.h \ 215 205 $(SOPHYAINCP)pexceptions.h 216 $(CXXCOMPILELIB) -o $@ $< 217 218 $(SOPHYAOBJP)ntuple.o: ntuple.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc 207 208 $(SOPHYAOBJP)ntuple.o: ntuple.cc $(SOPHYAINCP)sopnamsp.h \ 220 209 $(SOPHYAINCP)strutil.h \ 221 210 $(SOPHYAINCP)perrors.h \ … … 228 217 $(SOPHYAINCP)ppfbinstream.h \ 229 218 $(SOPHYAINCP)rawstream.h \ 230 $(SOPHYAINCP)ppfnametag.h \231 ntupintf.h$(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 220 $(SOPHYAINCP)dvlist.h \ 232 221 $(SOPHYAINCP)mutyv.h 233 $(CXXCOMPILE LIB) -o $@ $<222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntuple.cc 234 223 235 224 $(SOPHYAOBJP)proxtuple.o: proxtuple.cc \ 236 $(SOPHYAINCP)sopnamsp.h \ 237 proxtuple.h ntuple.h \ 238 $(SOPHYAINCP)objfio.h \ 225 $(SOPHYAINCP)sopnamsp.h proxtuple.h \ 226 ntuple.h $(SOPHYAINCP)objfio.h \ 239 227 $(SOPHYAINCP)machdefs.h \ 240 228 $(SOPHYAINCP)anydataobj.h \ … … 244 232 $(SOPHYAINCP)ppfbinstream.h \ 245 233 $(SOPHYAINCP)rawstream.h \ 246 $(SOPHYAINCP)ppfnametag.h \247 ntupintf.h$(SOPHYAINCP)dvlist.h \234 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 235 $(SOPHYAINCP)dvlist.h \ 248 236 $(SOPHYAINCP)mutyv.h 249 $(CXXCOMPILE LIB) -o $@ $<237 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ proxtuple.cc 250 238 251 239 $(SOPHYAOBJP)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \ 252 $(SOPHYAINCP)machdefs.h \253 ntupintf.h$(SOPHYAINCP)dvlist.h \240 $(SOPHYAINCP)machdefs.h ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 254 242 $(SOPHYAINCP)objfio.h \ 255 243 $(SOPHYAINCP)anydataobj.h \ … … 266 254 $(SOPHYAINCP)ppftpointerio.h \ 267 255 $(SOPHYAINCP)sopnamsp.h 268 $(CXXCOMPILELIB) -o $@ $< 269 270 $(SOPHYAOBJP)xntuple.o: xntuple.cc \ 271 $(SOPHYAINCP)sopnamsp.h \ 256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 257 258 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)sopnamsp.h \ 272 259 $(SOPHYAINCP)ppersist.h \ 273 260 $(SOPHYAINCP)machdefs.h \ … … 277 264 $(SOPHYAINCP)rawstream.h \ 278 265 $(SOPHYAINCP)ppfnametag.h \ 279 $(SOPHYAINCP)perrors.h xntuple.h \280 ntupintf.h$(SOPHYAINCP)dvlist.h \266 $(SOPHYAINCP)perrors.h xntuple.h ntupintf.h \ 267 $(SOPHYAINCP)dvlist.h \ 281 268 $(SOPHYAINCP)objfio.h \ 282 269 $(SOPHYAINCP)anydataobj.h \ 283 270 $(SOPHYAINCP)mutyv.h 284 $(CXXCOMPILE LIB) -o $@ $<285 271 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc 272 -
trunk/SophyaLib/NTools/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc \14 $(SOPHYAINCP)sopnamsp.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)pexceptions.h \17 cimage.h $(SOPHYAINCP)tmatrix.h \18 $(SOPHYAINCP)tarray.h \19 $(SOPHYAINCP)basarr.h \20 $(SOPHYAINCP)anydataobj.h \21 $(SOPHYAINCP)mutyv.h \22 $(SOPHYAINCP)dvlist.h \23 $(SOPHYAINCP)objfio.h \24 $(SOPHYAINCP)ppersist.h \25 $(SOPHYAINCP)gnumd5.h \26 $(SOPHYAINCP)ppfbinstream.h \27 $(SOPHYAINCP)rawstream.h \28 $(SOPHYAINCP)ppfnametag.h \29 $(SOPHYAINCP)ndatablock.h \30 $(SOPHYAINCP)utilarr.h \31 $(SOPHYAINCP)fioarr.h \32 $(SOPHYAINCP)tvector.h \33 $(SOPHYAINCP)datatype.h34 $(CXXCOMPILELIB) -o $@ $<35 36 $(SOPHYAOBJP)cspline.o: cspline.cc \37 $(SOPHYAINCP)sopnamsp.h \38 $(SOPHYAINCP)machdefs.h nbtri.h \39 cspline.h \40 $(SOPHYAINCP)pexceptions.h41 $(CXXCOMPILELIB) -o $@ $<42 43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \44 $(SOPHYAINCP)sopnamsp.h \45 datatypes.h \46 $(SOPHYAINCP)machdefs.h47 $(CXXCOMPILELIB) -o $@ $<48 49 $(SOPHYAOBJP)dates.o: dates.cc \50 $(SOPHYAINCP)sopnamsp.h \51 $(SOPHYAINCP)machdefs.h \52 $(SOPHYAINCP)perrors.h \53 $(SOPHYAINCP)pexceptions.h \54 dates.h55 $(CXXCOMPILELIB) -o $@ $<56 57 $(SOPHYAOBJP)difeq.o: difeq.cc \58 $(SOPHYAINCP)sopnamsp.h difeq.h \59 $(SOPHYAINCP)machdefs.h \60 $(SOPHYAINCP)pexceptions.h \61 $(SOPHYAINCP)tvector.h \62 $(SOPHYAINCP)tmatrix.h \63 $(SOPHYAINCP)tarray.h \64 $(SOPHYAINCP)basarr.h \65 $(SOPHYAINCP)anydataobj.h \66 $(SOPHYAINCP)mutyv.h \67 $(SOPHYAINCP)dvlist.h \68 $(SOPHYAINCP)objfio.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)gnumd5.h \71 $(SOPHYAINCP)ppfbinstream.h \72 $(SOPHYAINCP)rawstream.h \73 $(SOPHYAINCP)ppfnametag.h \74 $(SOPHYAINCP)ndatablock.h \75 $(SOPHYAINCP)utilarr.h \76 $(SOPHYAINCP)ctimer.h77 $(CXXCOMPILELIB) -o $@ $<78 79 $(SOPHYAOBJP)dynccd.o: dynccd.cc \80 $(SOPHYAINCP)sopnamsp.h \81 $(SOPHYAINCP)machdefs.h fmath.h \82 perandom.h $(SOPHYAINCP)histos.h \83 $(SOPHYAINCP)objfio.h \84 $(SOPHYAINCP)anydataobj.h \85 $(SOPHYAINCP)ppersist.h \86 $(SOPHYAINCP)pexceptions.h \87 $(SOPHYAINCP)gnumd5.h \88 $(SOPHYAINCP)ppfbinstream.h \89 $(SOPHYAINCP)rawstream.h \90 $(SOPHYAINCP)ppfnametag.h \91 $(SOPHYAINCP)peida.h \92 $(SOPHYAINCP)utils.h \93 $(SOPHYAINCP)perrors.h \94 $(SOPHYAINCP)fmath.h \95 $(SOPHYAINCP)tvector.h \96 $(SOPHYAINCP)tmatrix.h \97 $(SOPHYAINCP)tarray.h \98 $(SOPHYAINCP)basarr.h \99 $(SOPHYAINCP)mutyv.h \100 $(SOPHYAINCP)dvlist.h \101 $(SOPHYAINCP)ndatablock.h \102 $(SOPHYAINCP)utilarr.h \103 nbrandom.h \104 $(SOPHYAINCP)srandgen.h cimage.h \105 $(SOPHYAINCP)fioarr.h dynccd.h106 $(CXXCOMPILELIB) -o $@ $<107 108 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \109 $(SOPHYAINCP)sopnamsp.h \110 $(SOPHYAINCP)machdefs.h \111 fct1dfit.h generalfit.h \112 $(SOPHYAINCP)pexceptions.h \113 $(SOPHYAINCP)tvector.h \114 $(SOPHYAINCP)tmatrix.h \115 $(SOPHYAINCP)tarray.h \116 $(SOPHYAINCP)basarr.h \117 $(SOPHYAINCP)anydataobj.h \118 $(SOPHYAINCP)mutyv.h \119 $(SOPHYAINCP)dvlist.h \120 $(SOPHYAINCP)objfio.h \121 $(SOPHYAINCP)ppersist.h \122 $(SOPHYAINCP)gnumd5.h \123 $(SOPHYAINCP)ppfbinstream.h \124 $(SOPHYAINCP)rawstream.h \125 $(SOPHYAINCP)ppfnametag.h \126 $(SOPHYAINCP)ndatablock.h \127 $(SOPHYAINCP)utilarr.h \128 generaldata.h \129 $(SOPHYAINCP)ntupintf.h poly.h \130 peida.h $(SOPHYAINCP)utils.h \131 $(SOPHYAINCP)perrors.h fmath.h \132 nbconst.h tabmath.h133 $(CXXCOMPILELIB) -o $@ $<134 135 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \136 $(SOPHYAINCP)sopnamsp.h \137 $(SOPHYAINCP)machdefs.h \138 fct2dfit.h generalfit.h \139 $(SOPHYAINCP)pexceptions.h \140 $(SOPHYAINCP)tvector.h \141 $(SOPHYAINCP)tmatrix.h \142 $(SOPHYAINCP)tarray.h \143 $(SOPHYAINCP)basarr.h \144 $(SOPHYAINCP)anydataobj.h \145 $(SOPHYAINCP)mutyv.h \146 $(SOPHYAINCP)dvlist.h \147 $(SOPHYAINCP)objfio.h \148 $(SOPHYAINCP)ppersist.h \149 $(SOPHYAINCP)gnumd5.h \150 $(SOPHYAINCP)ppfbinstream.h \151 $(SOPHYAINCP)rawstream.h \152 $(SOPHYAINCP)ppfnametag.h \153 $(SOPHYAINCP)ndatablock.h \154 $(SOPHYAINCP)utilarr.h \155 generaldata.h \156 $(SOPHYAINCP)ntupintf.h poly.h \157 peida.h $(SOPHYAINCP)utils.h \158 $(SOPHYAINCP)perrors.h fmath.h \159 nbconst.h tabmath.h simps2d.h160 $(CXXCOMPILELIB) -o $@ $<161 162 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \163 $(SOPHYAINCP)sopnamsp.h \164 fftmserver.h fftservintf.h \165 $(SOPHYAINCP)machdefs.h \166 $(SOPHYAINCP)pexceptions.h \167 $(SOPHYAINCP)tmatrix.h \168 $(SOPHYAINCP)tarray.h \169 $(SOPHYAINCP)basarr.h \170 $(SOPHYAINCP)anydataobj.h \171 $(SOPHYAINCP)mutyv.h \172 $(SOPHYAINCP)dvlist.h \173 $(SOPHYAINCP)objfio.h \174 $(SOPHYAINCP)ppersist.h \175 $(SOPHYAINCP)gnumd5.h \176 $(SOPHYAINCP)ppfbinstream.h \177 $(SOPHYAINCP)rawstream.h \178 $(SOPHYAINCP)ppfnametag.h \179 $(SOPHYAINCP)ndatablock.h \180 $(SOPHYAINCP)utilarr.h \181 $(SOPHYAINCP)tvector.h \182 fftmayer.h183 $(CXXCOMPILELIB) -o $@ $<184 185 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \186 $(SOPHYAINCP)sopnamsp.h \187 fftpserver.h fftservintf.h \188 $(SOPHYAINCP)machdefs.h \189 $(SOPHYAINCP)pexceptions.h \190 $(SOPHYAINCP)tmatrix.h \191 $(SOPHYAINCP)tarray.h \192 $(SOPHYAINCP)basarr.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)mutyv.h \195 $(SOPHYAINCP)dvlist.h \196 $(SOPHYAINCP)objfio.h \197 $(SOPHYAINCP)ppersist.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)ndatablock.h \203 $(SOPHYAINCP)utilarr.h \204 $(SOPHYAINCP)tvector.h \205 fftpackc.h206 $(CXXCOMPILELIB) -o $@ $<207 208 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \209 $(SOPHYAINCP)sopnamsp.h \210 fftservintf.h \211 $(SOPHYAINCP)machdefs.h \212 $(SOPHYAINCP)pexceptions.h \213 $(SOPHYAINCP)tmatrix.h \214 $(SOPHYAINCP)tarray.h \215 $(SOPHYAINCP)basarr.h \216 $(SOPHYAINCP)anydataobj.h \217 $(SOPHYAINCP)mutyv.h \218 $(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)objfio.h \220 $(SOPHYAINCP)ppersist.h \221 $(SOPHYAINCP)gnumd5.h \222 $(SOPHYAINCP)ppfbinstream.h \223 $(SOPHYAINCP)rawstream.h \224 $(SOPHYAINCP)ppfnametag.h \225 $(SOPHYAINCP)ndatablock.h \226 $(SOPHYAINCP)utilarr.h \227 $(SOPHYAINCP)tvector.h228 $(CXXCOMPILELIB) -o $@ $<229 230 13 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ 231 $(SOPHYAINCP)sopnamsp.h \ 232 FSAppIrrSmpl.h \ 14 $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \ 233 15 $(SOPHYAINCP)machdefs.h nbmath.h \ 234 16 $(SOPHYAINCP)smathconst.h \ … … 253 35 $(SOPHYAINCP)matharr.h \ 254 36 $(SOPHYAINCP)fioarr.h \ 255 $(SOPHYAINCP)sopemtx.h \ 256 fftservintf.h fftpserver.h \ 257 $(SOPHYAINCP)toeplitzMatrix.h \ 37 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 38 fftpserver.h $(SOPHYAINCP)toeplitzMatrix.h \ 258 39 $(SOPHYAINCP)nbmath.h \ 259 40 $(SOPHYAINCP)fftservintf.h \ 260 41 $(SOPHYAINCP)fftpserver.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)functab.o: functab.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 functab.h $(SOPHYAINCP)tvector.h \ 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)dvlist.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)fioarr.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)datatype.h 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 65 66 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 68 $(SOPHYAINCP)pexceptions.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 70 71 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 72 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 73 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 75 76 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)perrors.h \ 79 $(SOPHYAINCP)pexceptions.h dates.h 80 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 81 82 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 83 difeq.h $(SOPHYAINCP)machdefs.h \ 84 $(SOPHYAINCP)pexceptions.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)mutyv.h \ 91 $(SOPHYAINCP)dvlist.h \ 92 $(SOPHYAINCP)objfio.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)gnumd5.h \ 95 $(SOPHYAINCP)ppfbinstream.h \ 96 $(SOPHYAINCP)rawstream.h \ 97 $(SOPHYAINCP)ppfnametag.h \ 98 $(SOPHYAINCP)ndatablock.h \ 99 $(SOPHYAINCP)utilarr.h \ 100 $(SOPHYAINCP)ctimer.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 102 103 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 105 $(SOPHYAINCP)histos.h \ 106 $(SOPHYAINCP)objfio.h \ 107 $(SOPHYAINCP)anydataobj.h \ 108 $(SOPHYAINCP)ppersist.h \ 109 $(SOPHYAINCP)pexceptions.h \ 110 $(SOPHYAINCP)gnumd5.h \ 111 $(SOPHYAINCP)ppfbinstream.h \ 112 $(SOPHYAINCP)rawstream.h \ 113 $(SOPHYAINCP)ppfnametag.h \ 114 $(SOPHYAINCP)peida.h \ 115 $(SOPHYAINCP)utils.h \ 116 $(SOPHYAINCP)perrors.h \ 117 $(SOPHYAINCP)fmath.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 nbrandom.h \ 126 $(SOPHYAINCP)srandgen.h cimage.h \ 127 $(SOPHYAINCP)fioarr.h dynccd.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 129 130 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 133 generalfit.h $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)tvector.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)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)ndatablock.h \ 148 $(SOPHYAINCP)utilarr.h generaldata.h \ 149 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 150 $(SOPHYAINCP)utils.h \ 151 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 152 tabmath.h 153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 154 155 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 156 $(SOPHYAINCP)sopnamsp.h \ 157 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 158 generalfit.h $(SOPHYAINCP)pexceptions.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)dvlist.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)gnumd5.h \ 169 $(SOPHYAINCP)ppfbinstream.h \ 170 $(SOPHYAINCP)rawstream.h \ 171 $(SOPHYAINCP)ppfnametag.h \ 172 $(SOPHYAINCP)ndatablock.h \ 173 $(SOPHYAINCP)utilarr.h generaldata.h \ 174 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 175 $(SOPHYAINCP)utils.h \ 176 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 177 tabmath.h simps2d.h 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 179 180 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 181 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 182 fftservintf.h $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)tmatrix.h \ 185 $(SOPHYAINCP)tarray.h \ 186 $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)mutyv.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)ppersist.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)ndatablock.h \ 197 $(SOPHYAINCP)utilarr.h \ 198 $(SOPHYAINCP)tvector.h fftmayer.h 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 200 201 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 202 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 203 fftservintf.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)pexceptions.h \ 205 $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h \ 207 $(SOPHYAINCP)basarr.h \ 208 $(SOPHYAINCP)anydataobj.h \ 209 $(SOPHYAINCP)mutyv.h \ 210 $(SOPHYAINCP)dvlist.h \ 211 $(SOPHYAINCP)objfio.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)ndatablock.h \ 218 $(SOPHYAINCP)utilarr.h \ 219 $(SOPHYAINCP)tvector.h fftpackc.h 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 221 222 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 223 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 224 $(SOPHYAINCP)machdefs.h \ 225 $(SOPHYAINCP)pexceptions.h \ 226 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)tarray.h \ 228 $(SOPHYAINCP)basarr.h \ 229 $(SOPHYAINCP)anydataobj.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)dvlist.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)ppersist.h \ 234 $(SOPHYAINCP)gnumd5.h \ 235 $(SOPHYAINCP)ppfbinstream.h \ 236 $(SOPHYAINCP)rawstream.h \ 237 $(SOPHYAINCP)ppfnametag.h \ 238 $(SOPHYAINCP)ndatablock.h \ 239 $(SOPHYAINCP)utilarr.h \ 240 $(SOPHYAINCP)tvector.h 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 242 243 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \ 244 $(SOPHYAINCP)machdefs.h \ 245 $(SOPHYAINCP)pexceptions.h functab.h \ 246 $(SOPHYAINCP)tvector.h \ 268 247 $(SOPHYAINCP)tmatrix.h \ 269 248 $(SOPHYAINCP)tarray.h \ … … 280 259 $(SOPHYAINCP)ndatablock.h \ 281 260 $(SOPHYAINCP)utilarr.h 282 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 283 262 284 263 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 285 264 $(SOPHYAINCP)sopnamsp.h \ 286 265 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)strutil.h nbtri.h \ 288 generalfit.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)tvector.h \ 291 $(SOPHYAINCP)tmatrix.h \ 292 $(SOPHYAINCP)tarray.h \ 293 $(SOPHYAINCP)basarr.h \ 294 $(SOPHYAINCP)anydataobj.h \ 295 $(SOPHYAINCP)mutyv.h \ 296 $(SOPHYAINCP)dvlist.h \ 297 $(SOPHYAINCP)objfio.h \ 298 $(SOPHYAINCP)ppersist.h \ 299 $(SOPHYAINCP)gnumd5.h \ 300 $(SOPHYAINCP)ppfbinstream.h \ 301 $(SOPHYAINCP)rawstream.h \ 302 $(SOPHYAINCP)ppfnametag.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 generaldata.h \ 306 $(SOPHYAINCP)ntupintf.h poly.h \ 307 peida.h $(SOPHYAINCP)utils.h \ 266 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)tvector.h \ 269 $(SOPHYAINCP)tmatrix.h \ 270 $(SOPHYAINCP)tarray.h \ 271 $(SOPHYAINCP)basarr.h \ 272 $(SOPHYAINCP)anydataobj.h \ 273 $(SOPHYAINCP)mutyv.h \ 274 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)objfio.h \ 276 $(SOPHYAINCP)ppersist.h \ 277 $(SOPHYAINCP)gnumd5.h \ 278 $(SOPHYAINCP)ppfbinstream.h \ 279 $(SOPHYAINCP)rawstream.h \ 280 $(SOPHYAINCP)ppfnametag.h \ 281 $(SOPHYAINCP)ndatablock.h \ 282 $(SOPHYAINCP)utilarr.h generaldata.h \ 283 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 284 $(SOPHYAINCP)utils.h \ 308 285 $(SOPHYAINCP)perrors.h fmath.h 309 $(CXXCOMPILE LIB) -o $@ $<286 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 310 287 311 288 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 312 289 $(SOPHYAINCP)sopnamsp.h \ 313 290 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)pexceptions.h \ 315 generalfit.h \ 316 $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h \ 331 generaldata.h \ 332 $(SOPHYAINCP)ntupintf.h poly.h \ 333 peida.h $(SOPHYAINCP)utils.h \ 291 $(SOPHYAINCP)pexceptions.h generalfit.h \ 292 $(SOPHYAINCP)tvector.h \ 293 $(SOPHYAINCP)tmatrix.h \ 294 $(SOPHYAINCP)tarray.h \ 295 $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)anydataobj.h \ 297 $(SOPHYAINCP)mutyv.h \ 298 $(SOPHYAINCP)dvlist.h \ 299 $(SOPHYAINCP)objfio.h \ 300 $(SOPHYAINCP)ppersist.h \ 301 $(SOPHYAINCP)gnumd5.h \ 302 $(SOPHYAINCP)ppfbinstream.h \ 303 $(SOPHYAINCP)rawstream.h \ 304 $(SOPHYAINCP)ppfnametag.h \ 305 $(SOPHYAINCP)ndatablock.h \ 306 $(SOPHYAINCP)utilarr.h generaldata.h \ 307 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 308 $(SOPHYAINCP)utils.h \ 334 309 $(SOPHYAINCP)perrors.h fmath.h \ 335 310 $(SOPHYAINCP)sopemtx.h 336 $(CXXCOMPILELIB) -o $@ $< 337 338 $(SOPHYAOBJP)integ.o: integ.cc \ 339 $(SOPHYAINCP)sopnamsp.h integ.h \ 340 $(SOPHYAINCP)machdefs.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 classfunc.h generalfit.h \ 343 $(SOPHYAINCP)tvector.h \ 344 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tarray.h \ 346 $(SOPHYAINCP)basarr.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)mutyv.h \ 349 $(SOPHYAINCP)dvlist.h \ 350 $(SOPHYAINCP)objfio.h \ 351 $(SOPHYAINCP)ppersist.h \ 352 $(SOPHYAINCP)gnumd5.h \ 353 $(SOPHYAINCP)ppfbinstream.h \ 354 $(SOPHYAINCP)rawstream.h \ 355 $(SOPHYAINCP)ppfnametag.h \ 356 $(SOPHYAINCP)ndatablock.h \ 357 $(SOPHYAINCP)utilarr.h \ 358 generaldata.h \ 359 $(SOPHYAINCP)ntupintf.h poly.h \ 360 peida.h $(SOPHYAINCP)utils.h \ 311 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 312 313 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 314 integ.h $(SOPHYAINCP)machdefs.h \ 315 $(SOPHYAINCP)pexceptions.h classfunc.h \ 316 generalfit.h $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h generaldata.h \ 331 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 332 $(SOPHYAINCP)utils.h \ 361 333 $(SOPHYAINCP)perrors.h fmath.h 362 $(CXXCOMPILE LIB) -o $@ $<334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 363 335 364 336 $(SOPHYAOBJP)median.o: median.cc 365 $(CXXCOMPILE LIB) -o $@ $<337 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ median.cc 366 338 367 339 $(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \ 368 340 $(SOPHYAINCP)sopnamsp.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 ntoolsinit.h \ 341 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 371 342 $(SOPHYAINCP)tarrinit.h \ 372 343 $(SOPHYAINCP)sophyainit.h poly.h \ … … 378 349 $(SOPHYAINCP)ppfbinstream.h \ 379 350 $(SOPHYAINCP)rawstream.h \ 380 $(SOPHYAINCP)ppfnametag.h \381 peida.h$(SOPHYAINCP)utils.h \351 $(SOPHYAINCP)ppfnametag.h peida.h \ 352 $(SOPHYAINCP)utils.h \ 382 353 $(SOPHYAINCP)perrors.h fmath.h \ 383 354 $(SOPHYAINCP)tvector.h \ … … 388 359 $(SOPHYAINCP)dvlist.h \ 389 360 $(SOPHYAINCP)ndatablock.h \ 390 $(SOPHYAINCP)utilarr.h \ 391 generaldata.h \ 361 $(SOPHYAINCP)utilarr.h generaldata.h \ 392 362 $(SOPHYAINCP)ntupintf.h cimage.h \ 393 $(SOPHYAINCP)fioarr.h tabmath.h \394 nbconst.hdates.h datime.h395 $(CXXCOMPILE LIB) -o $@ $<363 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 364 dates.h datime.h 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc 396 366 397 367 $(SOPHYAOBJP)objfitter.o: objfitter.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 objfitter.h \ 368 $(SOPHYAINCP)sopnamsp.h objfitter.h \ 400 369 $(SOPHYAINCP)machdefs.h \ 401 370 $(SOPHYAINCP)tmatrix.h \ … … 422 391 $(SOPHYAINCP)fmath.h \ 423 392 $(SOPHYAINCP)histos2.h \ 424 $(SOPHYAINCP)hisprof.h \ 425 generalfit.h generaldata.h \ 426 $(SOPHYAINCP)ntupintf.h poly.h \ 427 peida.h 428 $(CXXCOMPILELIB) -o $@ $< 393 $(SOPHYAINCP)hisprof.h generalfit.h \ 394 generaldata.h $(SOPHYAINCP)ntupintf.h \ 395 poly.h peida.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 429 397 430 398 $(SOPHYAOBJP)perandom.o: perandom.cc \ 431 399 $(SOPHYAINCP)sopnamsp.h \ 432 400 $(SOPHYAINCP)machdefs.h \ 433 $(SOPHYAINCP)pexceptions.h \434 perandom.h$(SOPHYAINCP)histos.h \401 $(SOPHYAINCP)pexceptions.h perandom.h \ 402 $(SOPHYAINCP)histos.h \ 435 403 $(SOPHYAINCP)objfio.h \ 436 404 $(SOPHYAINCP)anydataobj.h \ … … 451 419 $(SOPHYAINCP)dvlist.h \ 452 420 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 nbrandom.h \ 421 $(SOPHYAINCP)utilarr.h nbrandom.h \ 455 422 $(SOPHYAINCP)srandgen.h pemath.h 456 $(CXXCOMPILELIB) -o $@ $< 457 458 $(SOPHYAOBJP)poly.o: poly.cc \ 459 $(SOPHYAINCP)sopnamsp.h \ 423 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 424 425 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \ 460 426 $(SOPHYAINCP)machdefs.h poly.h \ 461 427 $(SOPHYAINCP)objfio.h \ … … 466 432 $(SOPHYAINCP)ppfbinstream.h \ 467 433 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \469 peida.h$(SOPHYAINCP)utils.h \434 $(SOPHYAINCP)ppfnametag.h peida.h \ 435 $(SOPHYAINCP)utils.h \ 470 436 $(SOPHYAINCP)perrors.h fmath.h \ 471 437 $(SOPHYAINCP)tvector.h \ … … 479 445 $(SOPHYAINCP)sopemtx.h \ 480 446 $(SOPHYAINCP)fioarr.h 481 $(CXXCOMPILE LIB) -o $@ $<447 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc 482 448 483 449 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 484 450 $(SOPHYAINCP)sopnamsp.h \ 485 $(SOPHYAINCP)machdefs.h \ 486 rk4cdifeq.h difeq.h \ 451 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 487 452 $(SOPHYAINCP)pexceptions.h \ 488 453 $(SOPHYAINCP)tvector.h \ … … 502 467 $(SOPHYAINCP)utilarr.h \ 503 468 $(SOPHYAINCP)ctimer.h 504 $(CXXCOMPILE LIB) -o $@ $<469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rk4cdifeq.cc 505 470 506 471 $(SOPHYAOBJP)simplesort.o: simplesort.cc \ 507 472 $(SOPHYAINCP)sopnamsp.h \ 508 $(SOPHYAINCP)machdefs.h \ 509 simplesort.h peida.h \ 510 $(SOPHYAINCP)utils.h \ 473 $(SOPHYAINCP)machdefs.h simplesort.h \ 474 peida.h $(SOPHYAINCP)utils.h \ 511 475 $(SOPHYAINCP)perrors.h \ 512 $(SOPHYAINCP)pexceptions.h \ 513 fmath.h 514 $(CXXCOMPILELIB) -o $@ $< 515 516 $(SOPHYAOBJP)simplex.o: simplex.cc \ 517 $(SOPHYAINCP)sopnamsp.h \ 518 simplex.h \ 519 $(SOPHYAINCP)machdefs.h \ 520 $(SOPHYAINCP)tvector.h \ 521 $(SOPHYAINCP)tmatrix.h \ 522 $(SOPHYAINCP)tarray.h \ 523 $(SOPHYAINCP)basarr.h \ 524 $(SOPHYAINCP)anydataobj.h \ 525 $(SOPHYAINCP)mutyv.h \ 526 $(SOPHYAINCP)dvlist.h \ 527 $(SOPHYAINCP)objfio.h \ 528 $(SOPHYAINCP)ppersist.h \ 529 $(SOPHYAINCP)pexceptions.h \ 530 $(SOPHYAINCP)gnumd5.h \ 531 $(SOPHYAINCP)ppfbinstream.h \ 532 $(SOPHYAINCP)rawstream.h \ 533 $(SOPHYAINCP)ppfnametag.h \ 534 $(SOPHYAINCP)ndatablock.h \ 535 $(SOPHYAINCP)utilarr.h \ 536 generalfit.h generaldata.h \ 537 $(SOPHYAINCP)ntupintf.h poly.h \ 538 peida.h $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)pexceptions.h fmath.h 477 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 478 479 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 480 simplex.h $(SOPHYAINCP)machdefs.h \ 481 $(SOPHYAINCP)tvector.h \ 482 $(SOPHYAINCP)tmatrix.h \ 483 $(SOPHYAINCP)tarray.h \ 484 $(SOPHYAINCP)basarr.h \ 485 $(SOPHYAINCP)anydataobj.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)dvlist.h \ 488 $(SOPHYAINCP)objfio.h \ 489 $(SOPHYAINCP)ppersist.h \ 490 $(SOPHYAINCP)pexceptions.h \ 491 $(SOPHYAINCP)gnumd5.h \ 492 $(SOPHYAINCP)ppfbinstream.h \ 493 $(SOPHYAINCP)rawstream.h \ 494 $(SOPHYAINCP)ppfnametag.h \ 495 $(SOPHYAINCP)ndatablock.h \ 496 $(SOPHYAINCP)utilarr.h generalfit.h \ 497 generaldata.h $(SOPHYAINCP)ntupintf.h \ 498 poly.h peida.h $(SOPHYAINCP)utils.h \ 539 499 $(SOPHYAINCP)perrors.h fmath.h \ 540 500 $(SOPHYAINCP)ntuple.h \ 541 501 $(SOPHYAINCP)timing.h 542 $(CXXCOMPILELIB) -o $@ $< 543 544 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 545 $(SOPHYAINCP)sopnamsp.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 tabmath.h peida.h \ 502 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 503 504 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 505 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 548 506 $(SOPHYAINCP)utils.h \ 549 507 $(SOPHYAINCP)perrors.h \ 550 $(SOPHYAINCP)pexceptions.h \ 551 fmath.h nbconst.h 552 $(CXXCOMPILELIB) -o $@ $< 553 554 $(SOPHYAOBJP)datime.o: datime.c \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)strutil.h nbconst.h \ 557 datime.h 558 $(CCOMPILE) -o $@ $< 508 $(SOPHYAINCP)pexceptions.h fmath.h \ 509 nbconst.h 510 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tabmath.cc 511 512 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \ 513 $(SOPHYAINCP)strutil.h nbconst.h datime.h 514 $(CCOMPILE) -o $@ datime.c 559 515 560 516 $(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \ 561 $(SOPHYAINCP)machdefs.h \ 562 trigtbl.h 563 $(CCOMPILE) -o $@ $< 517 $(SOPHYAINCP)machdefs.h trigtbl.h 518 $(CCOMPILE) -o $@ fftmayer_r4.c 564 519 565 520 $(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \ 566 $(SOPHYAINCP)machdefs.h \ 567 trigtbl.h 568 $(CCOMPILE) -o $@ $< 521 $(SOPHYAINCP)machdefs.h trigtbl.h 522 $(CCOMPILE) -o $@ fftmayer_r8.c 569 523 570 524 $(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \ 571 525 $(SOPHYAINCP)machdefs.h 572 $(CCOMPILE) -o $@ $<526 $(CCOMPILE) -o $@ fftpackc.c 573 527 574 528 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 575 529 $(SOPHYAINCP)machdefs.h \ 576 530 $(SOPHYAINCP)smathconst.h 577 $(CCOMPILE) -o $@ $<531 $(CCOMPILE) -o $@ matxop.c 578 532 579 533 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 580 534 $(SOPHYAINCP)machdefs.h \ 581 $(SOPHYAINCP)smathconst.h \582 matxop.hnbinteg.h nbtri.h583 $(CCOMPILE) -o $@ $<535 $(SOPHYAINCP)smathconst.h matxop.h \ 536 nbinteg.h nbtri.h 537 $(CCOMPILE) -o $@ nbmath.c 584 538 585 539 $(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \ 586 540 $(SOPHYAINCP)machdefs.h 587 $(CCOMPILE) -o $@ $<588 541 $(CCOMPILE) -o $@ nbtri.c 542 -
trunk/SophyaLib/NTools/objlist.list
r2743 r2765 1 FSAppIrrSmpl.o 1 2 cimage.o 2 3 cspline.o … … 14 15 fftpserver.o 15 16 fftservintf.o 16 FSAppIrrSmpl.o17 17 functab.o 18 18 generaldata.o -
trunk/SophyaLib/NTools/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc \14 $(SOPHYAINCP)sopnamsp.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)pexceptions.h \17 cimage.h $(SOPHYAINCP)tmatrix.h \18 $(SOPHYAINCP)tarray.h \19 $(SOPHYAINCP)basarr.h \20 $(SOPHYAINCP)anydataobj.h \21 $(SOPHYAINCP)mutyv.h \22 $(SOPHYAINCP)dvlist.h \23 $(SOPHYAINCP)objfio.h \24 $(SOPHYAINCP)ppersist.h \25 $(SOPHYAINCP)gnumd5.h \26 $(SOPHYAINCP)ppfbinstream.h \27 $(SOPHYAINCP)rawstream.h \28 $(SOPHYAINCP)ppfnametag.h \29 $(SOPHYAINCP)ndatablock.h \30 $(SOPHYAINCP)utilarr.h \31 $(SOPHYAINCP)fioarr.h \32 $(SOPHYAINCP)tvector.h \33 $(SOPHYAINCP)datatype.h34 $(CXXCOMPILELIB) -o $@ $<35 36 $(SOPHYAOBJP)cspline.o: cspline.cc \37 $(SOPHYAINCP)sopnamsp.h \38 $(SOPHYAINCP)machdefs.h nbtri.h \39 cspline.h \40 $(SOPHYAINCP)pexceptions.h41 $(CXXCOMPILELIB) -o $@ $<42 43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \44 $(SOPHYAINCP)sopnamsp.h \45 datatypes.h \46 $(SOPHYAINCP)machdefs.h47 $(CXXCOMPILELIB) -o $@ $<48 49 $(SOPHYAOBJP)dates.o: dates.cc \50 $(SOPHYAINCP)sopnamsp.h \51 $(SOPHYAINCP)machdefs.h \52 $(SOPHYAINCP)perrors.h \53 $(SOPHYAINCP)pexceptions.h \54 dates.h55 $(CXXCOMPILELIB) -o $@ $<56 57 $(SOPHYAOBJP)difeq.o: difeq.cc \58 $(SOPHYAINCP)sopnamsp.h difeq.h \59 $(SOPHYAINCP)machdefs.h \60 $(SOPHYAINCP)pexceptions.h \61 $(SOPHYAINCP)tvector.h \62 $(SOPHYAINCP)tmatrix.h \63 $(SOPHYAINCP)tarray.h \64 $(SOPHYAINCP)basarr.h \65 $(SOPHYAINCP)anydataobj.h \66 $(SOPHYAINCP)mutyv.h \67 $(SOPHYAINCP)dvlist.h \68 $(SOPHYAINCP)objfio.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)gnumd5.h \71 $(SOPHYAINCP)ppfbinstream.h \72 $(SOPHYAINCP)rawstream.h \73 $(SOPHYAINCP)ppfnametag.h \74 $(SOPHYAINCP)ndatablock.h \75 $(SOPHYAINCP)utilarr.h \76 $(SOPHYAINCP)ctimer.h77 $(CXXCOMPILELIB) -o $@ $<78 79 $(SOPHYAOBJP)dynccd.o: dynccd.cc \80 $(SOPHYAINCP)sopnamsp.h \81 $(SOPHYAINCP)machdefs.h fmath.h \82 perandom.h $(SOPHYAINCP)histos.h \83 $(SOPHYAINCP)objfio.h \84 $(SOPHYAINCP)anydataobj.h \85 $(SOPHYAINCP)ppersist.h \86 $(SOPHYAINCP)pexceptions.h \87 $(SOPHYAINCP)gnumd5.h \88 $(SOPHYAINCP)ppfbinstream.h \89 $(SOPHYAINCP)rawstream.h \90 $(SOPHYAINCP)ppfnametag.h \91 $(SOPHYAINCP)peida.h \92 $(SOPHYAINCP)utils.h \93 $(SOPHYAINCP)perrors.h \94 $(SOPHYAINCP)fmath.h \95 $(SOPHYAINCP)tvector.h \96 $(SOPHYAINCP)tmatrix.h \97 $(SOPHYAINCP)tarray.h \98 $(SOPHYAINCP)basarr.h \99 $(SOPHYAINCP)mutyv.h \100 $(SOPHYAINCP)dvlist.h \101 $(SOPHYAINCP)ndatablock.h \102 $(SOPHYAINCP)utilarr.h \103 nbrandom.h \104 $(SOPHYAINCP)srandgen.h cimage.h \105 $(SOPHYAINCP)fioarr.h dynccd.h106 $(CXXCOMPILELIB) -o $@ $<107 108 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \109 $(SOPHYAINCP)sopnamsp.h \110 $(SOPHYAINCP)machdefs.h \111 fct1dfit.h generalfit.h \112 $(SOPHYAINCP)pexceptions.h \113 $(SOPHYAINCP)tvector.h \114 $(SOPHYAINCP)tmatrix.h \115 $(SOPHYAINCP)tarray.h \116 $(SOPHYAINCP)basarr.h \117 $(SOPHYAINCP)anydataobj.h \118 $(SOPHYAINCP)mutyv.h \119 $(SOPHYAINCP)dvlist.h \120 $(SOPHYAINCP)objfio.h \121 $(SOPHYAINCP)ppersist.h \122 $(SOPHYAINCP)gnumd5.h \123 $(SOPHYAINCP)ppfbinstream.h \124 $(SOPHYAINCP)rawstream.h \125 $(SOPHYAINCP)ppfnametag.h \126 $(SOPHYAINCP)ndatablock.h \127 $(SOPHYAINCP)utilarr.h \128 generaldata.h \129 $(SOPHYAINCP)ntupintf.h poly.h \130 peida.h $(SOPHYAINCP)utils.h \131 $(SOPHYAINCP)perrors.h fmath.h \132 nbconst.h tabmath.h133 $(CXXCOMPILELIB) -o $@ $<134 135 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \136 $(SOPHYAINCP)sopnamsp.h \137 $(SOPHYAINCP)machdefs.h \138 fct2dfit.h generalfit.h \139 $(SOPHYAINCP)pexceptions.h \140 $(SOPHYAINCP)tvector.h \141 $(SOPHYAINCP)tmatrix.h \142 $(SOPHYAINCP)tarray.h \143 $(SOPHYAINCP)basarr.h \144 $(SOPHYAINCP)anydataobj.h \145 $(SOPHYAINCP)mutyv.h \146 $(SOPHYAINCP)dvlist.h \147 $(SOPHYAINCP)objfio.h \148 $(SOPHYAINCP)ppersist.h \149 $(SOPHYAINCP)gnumd5.h \150 $(SOPHYAINCP)ppfbinstream.h \151 $(SOPHYAINCP)rawstream.h \152 $(SOPHYAINCP)ppfnametag.h \153 $(SOPHYAINCP)ndatablock.h \154 $(SOPHYAINCP)utilarr.h \155 generaldata.h \156 $(SOPHYAINCP)ntupintf.h poly.h \157 peida.h $(SOPHYAINCP)utils.h \158 $(SOPHYAINCP)perrors.h fmath.h \159 nbconst.h tabmath.h simps2d.h160 $(CXXCOMPILELIB) -o $@ $<161 162 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \163 $(SOPHYAINCP)sopnamsp.h \164 fftmserver.h fftservintf.h \165 $(SOPHYAINCP)machdefs.h \166 $(SOPHYAINCP)pexceptions.h \167 $(SOPHYAINCP)tmatrix.h \168 $(SOPHYAINCP)tarray.h \169 $(SOPHYAINCP)basarr.h \170 $(SOPHYAINCP)anydataobj.h \171 $(SOPHYAINCP)mutyv.h \172 $(SOPHYAINCP)dvlist.h \173 $(SOPHYAINCP)objfio.h \174 $(SOPHYAINCP)ppersist.h \175 $(SOPHYAINCP)gnumd5.h \176 $(SOPHYAINCP)ppfbinstream.h \177 $(SOPHYAINCP)rawstream.h \178 $(SOPHYAINCP)ppfnametag.h \179 $(SOPHYAINCP)ndatablock.h \180 $(SOPHYAINCP)utilarr.h \181 $(SOPHYAINCP)tvector.h \182 fftmayer.h183 $(CXXCOMPILELIB) -o $@ $<184 185 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \186 $(SOPHYAINCP)sopnamsp.h \187 fftpserver.h fftservintf.h \188 $(SOPHYAINCP)machdefs.h \189 $(SOPHYAINCP)pexceptions.h \190 $(SOPHYAINCP)tmatrix.h \191 $(SOPHYAINCP)tarray.h \192 $(SOPHYAINCP)basarr.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)mutyv.h \195 $(SOPHYAINCP)dvlist.h \196 $(SOPHYAINCP)objfio.h \197 $(SOPHYAINCP)ppersist.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)ndatablock.h \203 $(SOPHYAINCP)utilarr.h \204 $(SOPHYAINCP)tvector.h \205 fftpackc.h206 $(CXXCOMPILELIB) -o $@ $<207 208 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \209 $(SOPHYAINCP)sopnamsp.h \210 fftservintf.h \211 $(SOPHYAINCP)machdefs.h \212 $(SOPHYAINCP)pexceptions.h \213 $(SOPHYAINCP)tmatrix.h \214 $(SOPHYAINCP)tarray.h \215 $(SOPHYAINCP)basarr.h \216 $(SOPHYAINCP)anydataobj.h \217 $(SOPHYAINCP)mutyv.h \218 $(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)objfio.h \220 $(SOPHYAINCP)ppersist.h \221 $(SOPHYAINCP)gnumd5.h \222 $(SOPHYAINCP)ppfbinstream.h \223 $(SOPHYAINCP)rawstream.h \224 $(SOPHYAINCP)ppfnametag.h \225 $(SOPHYAINCP)ndatablock.h \226 $(SOPHYAINCP)utilarr.h \227 $(SOPHYAINCP)tvector.h228 $(CXXCOMPILELIB) -o $@ $<229 230 13 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ 231 $(SOPHYAINCP)sopnamsp.h \ 232 FSAppIrrSmpl.h \ 14 $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \ 233 15 $(SOPHYAINCP)machdefs.h nbmath.h \ 234 16 $(SOPHYAINCP)smathconst.h \ … … 253 35 $(SOPHYAINCP)matharr.h \ 254 36 $(SOPHYAINCP)fioarr.h \ 255 $(SOPHYAINCP)sopemtx.h \ 256 fftservintf.h fftpserver.h \ 257 $(SOPHYAINCP)toeplitzMatrix.h \ 37 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 38 fftpserver.h $(SOPHYAINCP)toeplitzMatrix.h \ 258 39 $(SOPHYAINCP)nbmath.h \ 259 40 $(SOPHYAINCP)fftservintf.h \ 260 41 $(SOPHYAINCP)fftpserver.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)functab.o: functab.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 functab.h $(SOPHYAINCP)tvector.h \ 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)dvlist.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)fioarr.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)datatype.h 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 65 66 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 68 $(SOPHYAINCP)pexceptions.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 70 71 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 72 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 73 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 75 76 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)perrors.h \ 79 $(SOPHYAINCP)pexceptions.h dates.h 80 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 81 82 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 83 difeq.h $(SOPHYAINCP)machdefs.h \ 84 $(SOPHYAINCP)pexceptions.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)mutyv.h \ 91 $(SOPHYAINCP)dvlist.h \ 92 $(SOPHYAINCP)objfio.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)gnumd5.h \ 95 $(SOPHYAINCP)ppfbinstream.h \ 96 $(SOPHYAINCP)rawstream.h \ 97 $(SOPHYAINCP)ppfnametag.h \ 98 $(SOPHYAINCP)ndatablock.h \ 99 $(SOPHYAINCP)utilarr.h \ 100 $(SOPHYAINCP)ctimer.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 102 103 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 105 $(SOPHYAINCP)histos.h \ 106 $(SOPHYAINCP)objfio.h \ 107 $(SOPHYAINCP)anydataobj.h \ 108 $(SOPHYAINCP)ppersist.h \ 109 $(SOPHYAINCP)pexceptions.h \ 110 $(SOPHYAINCP)gnumd5.h \ 111 $(SOPHYAINCP)ppfbinstream.h \ 112 $(SOPHYAINCP)rawstream.h \ 113 $(SOPHYAINCP)ppfnametag.h \ 114 $(SOPHYAINCP)peida.h \ 115 $(SOPHYAINCP)utils.h \ 116 $(SOPHYAINCP)perrors.h \ 117 $(SOPHYAINCP)fmath.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 nbrandom.h \ 126 $(SOPHYAINCP)srandgen.h cimage.h \ 127 $(SOPHYAINCP)fioarr.h dynccd.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 129 130 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 133 generalfit.h $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)tvector.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)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)ndatablock.h \ 148 $(SOPHYAINCP)utilarr.h generaldata.h \ 149 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 150 $(SOPHYAINCP)utils.h \ 151 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 152 tabmath.h 153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 154 155 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 156 $(SOPHYAINCP)sopnamsp.h \ 157 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 158 generalfit.h $(SOPHYAINCP)pexceptions.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)dvlist.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)gnumd5.h \ 169 $(SOPHYAINCP)ppfbinstream.h \ 170 $(SOPHYAINCP)rawstream.h \ 171 $(SOPHYAINCP)ppfnametag.h \ 172 $(SOPHYAINCP)ndatablock.h \ 173 $(SOPHYAINCP)utilarr.h generaldata.h \ 174 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 175 $(SOPHYAINCP)utils.h \ 176 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 177 tabmath.h simps2d.h 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 179 180 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 181 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 182 fftservintf.h $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)tmatrix.h \ 185 $(SOPHYAINCP)tarray.h \ 186 $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)mutyv.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)ppersist.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)ndatablock.h \ 197 $(SOPHYAINCP)utilarr.h \ 198 $(SOPHYAINCP)tvector.h fftmayer.h 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 200 201 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 202 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 203 fftservintf.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)pexceptions.h \ 205 $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h \ 207 $(SOPHYAINCP)basarr.h \ 208 $(SOPHYAINCP)anydataobj.h \ 209 $(SOPHYAINCP)mutyv.h \ 210 $(SOPHYAINCP)dvlist.h \ 211 $(SOPHYAINCP)objfio.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)ndatablock.h \ 218 $(SOPHYAINCP)utilarr.h \ 219 $(SOPHYAINCP)tvector.h fftpackc.h 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 221 222 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 223 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 224 $(SOPHYAINCP)machdefs.h \ 225 $(SOPHYAINCP)pexceptions.h \ 226 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)tarray.h \ 228 $(SOPHYAINCP)basarr.h \ 229 $(SOPHYAINCP)anydataobj.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)dvlist.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)ppersist.h \ 234 $(SOPHYAINCP)gnumd5.h \ 235 $(SOPHYAINCP)ppfbinstream.h \ 236 $(SOPHYAINCP)rawstream.h \ 237 $(SOPHYAINCP)ppfnametag.h \ 238 $(SOPHYAINCP)ndatablock.h \ 239 $(SOPHYAINCP)utilarr.h \ 240 $(SOPHYAINCP)tvector.h 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 242 243 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \ 244 $(SOPHYAINCP)machdefs.h \ 245 $(SOPHYAINCP)pexceptions.h functab.h \ 246 $(SOPHYAINCP)tvector.h \ 268 247 $(SOPHYAINCP)tmatrix.h \ 269 248 $(SOPHYAINCP)tarray.h \ … … 280 259 $(SOPHYAINCP)ndatablock.h \ 281 260 $(SOPHYAINCP)utilarr.h 282 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 283 262 284 263 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 285 264 $(SOPHYAINCP)sopnamsp.h \ 286 265 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)strutil.h nbtri.h \ 288 generalfit.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)tvector.h \ 291 $(SOPHYAINCP)tmatrix.h \ 292 $(SOPHYAINCP)tarray.h \ 293 $(SOPHYAINCP)basarr.h \ 294 $(SOPHYAINCP)anydataobj.h \ 295 $(SOPHYAINCP)mutyv.h \ 296 $(SOPHYAINCP)dvlist.h \ 297 $(SOPHYAINCP)objfio.h \ 298 $(SOPHYAINCP)ppersist.h \ 299 $(SOPHYAINCP)gnumd5.h \ 300 $(SOPHYAINCP)ppfbinstream.h \ 301 $(SOPHYAINCP)rawstream.h \ 302 $(SOPHYAINCP)ppfnametag.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 generaldata.h \ 306 $(SOPHYAINCP)ntupintf.h poly.h \ 307 peida.h $(SOPHYAINCP)utils.h \ 266 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)tvector.h \ 269 $(SOPHYAINCP)tmatrix.h \ 270 $(SOPHYAINCP)tarray.h \ 271 $(SOPHYAINCP)basarr.h \ 272 $(SOPHYAINCP)anydataobj.h \ 273 $(SOPHYAINCP)mutyv.h \ 274 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)objfio.h \ 276 $(SOPHYAINCP)ppersist.h \ 277 $(SOPHYAINCP)gnumd5.h \ 278 $(SOPHYAINCP)ppfbinstream.h \ 279 $(SOPHYAINCP)rawstream.h \ 280 $(SOPHYAINCP)ppfnametag.h \ 281 $(SOPHYAINCP)ndatablock.h \ 282 $(SOPHYAINCP)utilarr.h generaldata.h \ 283 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 284 $(SOPHYAINCP)utils.h \ 308 285 $(SOPHYAINCP)perrors.h fmath.h 309 $(CXXCOMPILE LIB) -o $@ $<286 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 310 287 311 288 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 312 289 $(SOPHYAINCP)sopnamsp.h \ 313 290 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)pexceptions.h \ 315 generalfit.h \ 316 $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h \ 331 generaldata.h \ 332 $(SOPHYAINCP)ntupintf.h poly.h \ 333 peida.h $(SOPHYAINCP)utils.h \ 291 $(SOPHYAINCP)pexceptions.h generalfit.h \ 292 $(SOPHYAINCP)tvector.h \ 293 $(SOPHYAINCP)tmatrix.h \ 294 $(SOPHYAINCP)tarray.h \ 295 $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)anydataobj.h \ 297 $(SOPHYAINCP)mutyv.h \ 298 $(SOPHYAINCP)dvlist.h \ 299 $(SOPHYAINCP)objfio.h \ 300 $(SOPHYAINCP)ppersist.h \ 301 $(SOPHYAINCP)gnumd5.h \ 302 $(SOPHYAINCP)ppfbinstream.h \ 303 $(SOPHYAINCP)rawstream.h \ 304 $(SOPHYAINCP)ppfnametag.h \ 305 $(SOPHYAINCP)ndatablock.h \ 306 $(SOPHYAINCP)utilarr.h generaldata.h \ 307 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 308 $(SOPHYAINCP)utils.h \ 334 309 $(SOPHYAINCP)perrors.h fmath.h \ 335 310 $(SOPHYAINCP)sopemtx.h 336 $(CXXCOMPILELIB) -o $@ $< 337 338 $(SOPHYAOBJP)integ.o: integ.cc \ 339 $(SOPHYAINCP)sopnamsp.h integ.h \ 340 $(SOPHYAINCP)machdefs.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 classfunc.h generalfit.h \ 343 $(SOPHYAINCP)tvector.h \ 344 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tarray.h \ 346 $(SOPHYAINCP)basarr.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)mutyv.h \ 349 $(SOPHYAINCP)dvlist.h \ 350 $(SOPHYAINCP)objfio.h \ 351 $(SOPHYAINCP)ppersist.h \ 352 $(SOPHYAINCP)gnumd5.h \ 353 $(SOPHYAINCP)ppfbinstream.h \ 354 $(SOPHYAINCP)rawstream.h \ 355 $(SOPHYAINCP)ppfnametag.h \ 356 $(SOPHYAINCP)ndatablock.h \ 357 $(SOPHYAINCP)utilarr.h \ 358 generaldata.h \ 359 $(SOPHYAINCP)ntupintf.h poly.h \ 360 peida.h $(SOPHYAINCP)utils.h \ 311 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 312 313 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 314 integ.h $(SOPHYAINCP)machdefs.h \ 315 $(SOPHYAINCP)pexceptions.h classfunc.h \ 316 generalfit.h $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h generaldata.h \ 331 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 332 $(SOPHYAINCP)utils.h \ 361 333 $(SOPHYAINCP)perrors.h fmath.h 362 $(CXXCOMPILE LIB) -o $@ $<334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 363 335 364 336 $(SOPHYAOBJP)median.o: median.cc 365 $(CXXCOMPILE LIB) -o $@ $<337 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ median.cc 366 338 367 339 $(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \ 368 340 $(SOPHYAINCP)sopnamsp.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 ntoolsinit.h \ 341 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 371 342 $(SOPHYAINCP)tarrinit.h \ 372 343 $(SOPHYAINCP)sophyainit.h poly.h \ … … 378 349 $(SOPHYAINCP)ppfbinstream.h \ 379 350 $(SOPHYAINCP)rawstream.h \ 380 $(SOPHYAINCP)ppfnametag.h \381 peida.h$(SOPHYAINCP)utils.h \351 $(SOPHYAINCP)ppfnametag.h peida.h \ 352 $(SOPHYAINCP)utils.h \ 382 353 $(SOPHYAINCP)perrors.h fmath.h \ 383 354 $(SOPHYAINCP)tvector.h \ … … 388 359 $(SOPHYAINCP)dvlist.h \ 389 360 $(SOPHYAINCP)ndatablock.h \ 390 $(SOPHYAINCP)utilarr.h \ 391 generaldata.h \ 361 $(SOPHYAINCP)utilarr.h generaldata.h \ 392 362 $(SOPHYAINCP)ntupintf.h cimage.h \ 393 $(SOPHYAINCP)fioarr.h tabmath.h \394 nbconst.hdates.h datime.h395 $(CXXCOMPILE LIB) -o $@ $<363 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 364 dates.h datime.h 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc 396 366 397 367 $(SOPHYAOBJP)objfitter.o: objfitter.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 objfitter.h \ 368 $(SOPHYAINCP)sopnamsp.h objfitter.h \ 400 369 $(SOPHYAINCP)machdefs.h \ 401 370 $(SOPHYAINCP)tmatrix.h \ … … 422 391 $(SOPHYAINCP)fmath.h \ 423 392 $(SOPHYAINCP)histos2.h \ 424 $(SOPHYAINCP)hisprof.h \ 425 generalfit.h generaldata.h \ 426 $(SOPHYAINCP)ntupintf.h poly.h \ 427 peida.h 428 $(CXXCOMPILELIB) -o $@ $< 393 $(SOPHYAINCP)hisprof.h generalfit.h \ 394 generaldata.h $(SOPHYAINCP)ntupintf.h \ 395 poly.h peida.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 429 397 430 398 $(SOPHYAOBJP)perandom.o: perandom.cc \ 431 399 $(SOPHYAINCP)sopnamsp.h \ 432 400 $(SOPHYAINCP)machdefs.h \ 433 $(SOPHYAINCP)pexceptions.h \434 perandom.h$(SOPHYAINCP)histos.h \401 $(SOPHYAINCP)pexceptions.h perandom.h \ 402 $(SOPHYAINCP)histos.h \ 435 403 $(SOPHYAINCP)objfio.h \ 436 404 $(SOPHYAINCP)anydataobj.h \ … … 451 419 $(SOPHYAINCP)dvlist.h \ 452 420 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 nbrandom.h \ 421 $(SOPHYAINCP)utilarr.h nbrandom.h \ 455 422 $(SOPHYAINCP)srandgen.h pemath.h 456 $(CXXCOMPILELIB) -o $@ $< 457 458 $(SOPHYAOBJP)poly.o: poly.cc \ 459 $(SOPHYAINCP)sopnamsp.h \ 423 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 424 425 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \ 460 426 $(SOPHYAINCP)machdefs.h poly.h \ 461 427 $(SOPHYAINCP)objfio.h \ … … 466 432 $(SOPHYAINCP)ppfbinstream.h \ 467 433 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \469 peida.h$(SOPHYAINCP)utils.h \434 $(SOPHYAINCP)ppfnametag.h peida.h \ 435 $(SOPHYAINCP)utils.h \ 470 436 $(SOPHYAINCP)perrors.h fmath.h \ 471 437 $(SOPHYAINCP)tvector.h \ … … 479 445 $(SOPHYAINCP)sopemtx.h \ 480 446 $(SOPHYAINCP)fioarr.h 481 $(CXXCOMPILE LIB) -o $@ $<447 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc 482 448 483 449 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 484 450 $(SOPHYAINCP)sopnamsp.h \ 485 $(SOPHYAINCP)machdefs.h \ 486 rk4cdifeq.h difeq.h \ 451 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 487 452 $(SOPHYAINCP)pexceptions.h \ 488 453 $(SOPHYAINCP)tvector.h \ … … 502 467 $(SOPHYAINCP)utilarr.h \ 503 468 $(SOPHYAINCP)ctimer.h 504 $(CXXCOMPILE LIB) -o $@ $<469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rk4cdifeq.cc 505 470 506 471 $(SOPHYAOBJP)simplesort.o: simplesort.cc \ 507 472 $(SOPHYAINCP)sopnamsp.h \ 508 $(SOPHYAINCP)machdefs.h \ 509 simplesort.h peida.h \ 510 $(SOPHYAINCP)utils.h \ 473 $(SOPHYAINCP)machdefs.h simplesort.h \ 474 peida.h $(SOPHYAINCP)utils.h \ 511 475 $(SOPHYAINCP)perrors.h \ 512 $(SOPHYAINCP)pexceptions.h \ 513 fmath.h 514 $(CXXCOMPILELIB) -o $@ $< 515 516 $(SOPHYAOBJP)simplex.o: simplex.cc \ 517 $(SOPHYAINCP)sopnamsp.h \ 518 simplex.h \ 519 $(SOPHYAINCP)machdefs.h \ 520 $(SOPHYAINCP)tvector.h \ 521 $(SOPHYAINCP)tmatrix.h \ 522 $(SOPHYAINCP)tarray.h \ 523 $(SOPHYAINCP)basarr.h \ 524 $(SOPHYAINCP)anydataobj.h \ 525 $(SOPHYAINCP)mutyv.h \ 526 $(SOPHYAINCP)dvlist.h \ 527 $(SOPHYAINCP)objfio.h \ 528 $(SOPHYAINCP)ppersist.h \ 529 $(SOPHYAINCP)pexceptions.h \ 530 $(SOPHYAINCP)gnumd5.h \ 531 $(SOPHYAINCP)ppfbinstream.h \ 532 $(SOPHYAINCP)rawstream.h \ 533 $(SOPHYAINCP)ppfnametag.h \ 534 $(SOPHYAINCP)ndatablock.h \ 535 $(SOPHYAINCP)utilarr.h \ 536 generalfit.h generaldata.h \ 537 $(SOPHYAINCP)ntupintf.h poly.h \ 538 peida.h $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)pexceptions.h fmath.h 477 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 478 479 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 480 simplex.h $(SOPHYAINCP)machdefs.h \ 481 $(SOPHYAINCP)tvector.h \ 482 $(SOPHYAINCP)tmatrix.h \ 483 $(SOPHYAINCP)tarray.h \ 484 $(SOPHYAINCP)basarr.h \ 485 $(SOPHYAINCP)anydataobj.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)dvlist.h \ 488 $(SOPHYAINCP)objfio.h \ 489 $(SOPHYAINCP)ppersist.h \ 490 $(SOPHYAINCP)pexceptions.h \ 491 $(SOPHYAINCP)gnumd5.h \ 492 $(SOPHYAINCP)ppfbinstream.h \ 493 $(SOPHYAINCP)rawstream.h \ 494 $(SOPHYAINCP)ppfnametag.h \ 495 $(SOPHYAINCP)ndatablock.h \ 496 $(SOPHYAINCP)utilarr.h generalfit.h \ 497 generaldata.h $(SOPHYAINCP)ntupintf.h \ 498 poly.h peida.h $(SOPHYAINCP)utils.h \ 539 499 $(SOPHYAINCP)perrors.h fmath.h \ 540 500 $(SOPHYAINCP)ntuple.h \ 541 501 $(SOPHYAINCP)timing.h 542 $(CXXCOMPILELIB) -o $@ $< 543 544 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 545 $(SOPHYAINCP)sopnamsp.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 tabmath.h peida.h \ 502 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 503 504 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 505 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 548 506 $(SOPHYAINCP)utils.h \ 549 507 $(SOPHYAINCP)perrors.h \ 550 $(SOPHYAINCP)pexceptions.h \ 551 fmath.h nbconst.h 552 $(CXXCOMPILELIB) -o $@ $< 553 554 $(SOPHYAOBJP)datime.o: datime.c \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)strutil.h nbconst.h \ 557 datime.h 558 $(CCOMPILE) -o $@ $< 508 $(SOPHYAINCP)pexceptions.h fmath.h \ 509 nbconst.h 510 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tabmath.cc 511 512 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \ 513 $(SOPHYAINCP)strutil.h nbconst.h datime.h 514 $(CCOMPILE) -o $@ datime.c 559 515 560 516 $(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \ 561 $(SOPHYAINCP)machdefs.h \ 562 trigtbl.h 563 $(CCOMPILE) -o $@ $< 517 $(SOPHYAINCP)machdefs.h trigtbl.h 518 $(CCOMPILE) -o $@ fftmayer_r4.c 564 519 565 520 $(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \ 566 $(SOPHYAINCP)machdefs.h \ 567 trigtbl.h 568 $(CCOMPILE) -o $@ $< 521 $(SOPHYAINCP)machdefs.h trigtbl.h 522 $(CCOMPILE) -o $@ fftmayer_r8.c 569 523 570 524 $(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \ 571 525 $(SOPHYAINCP)machdefs.h 572 $(CCOMPILE) -o $@ $<526 $(CCOMPILE) -o $@ fftpackc.c 573 527 574 528 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 575 529 $(SOPHYAINCP)machdefs.h \ 576 530 $(SOPHYAINCP)smathconst.h 577 $(CCOMPILE) -o $@ $<531 $(CCOMPILE) -o $@ matxop.c 578 532 579 533 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 580 534 $(SOPHYAINCP)machdefs.h \ 581 $(SOPHYAINCP)smathconst.h \582 matxop.hnbinteg.h nbtri.h583 $(CCOMPILE) -o $@ $<535 $(SOPHYAINCP)smathconst.h matxop.h \ 536 nbinteg.h nbtri.h 537 $(CCOMPILE) -o $@ nbmath.c 584 538 585 539 $(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \ 586 540 $(SOPHYAINCP)machdefs.h 587 $(CCOMPILE) -o $@ $<588 541 $(CCOMPILE) -o $@ nbtri.c 542 -
trunk/SophyaLib/SUtils/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)datacards.o: datacards.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 datacards.h \ 15 $(SOPHYAINCP)machdefs.h datacards.h \ 17 16 $(SOPHYAINCP)pexceptions.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 19 18 20 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 21 20 $(SOPHYAINCP)sopnamsp.h \ 22 $(SOPHYAINCP)machdefs.h \ 23 strutilxx.h 24 $(CXXCOMPILELIB) -o $@ $< 21 $(SOPHYAINCP)machdefs.h strutilxx.h 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ strutilxx.cc 25 23 26 $(SOPHYAOBJP)utils.o: utils.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 24 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 28 25 $(SOPHYAINCP)machdefs.h utils.h \ 29 26 $(SOPHYAINCP)pexceptions.h 30 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utils.cc 31 28 32 29 $(SOPHYAOBJP)strutil.o: strutil.c strutil.h 33 $(CCOMPILE) -o $@ $<30 $(CCOMPILE) -o $@ strutil.c 34 31 -
trunk/SophyaLib/SUtils/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)datacards.o: datacards.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 datacards.h \ 15 $(SOPHYAINCP)machdefs.h datacards.h \ 17 16 $(SOPHYAINCP)pexceptions.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 19 18 20 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 21 20 $(SOPHYAINCP)sopnamsp.h \ 22 $(SOPHYAINCP)machdefs.h \ 23 strutilxx.h 24 $(CXXCOMPILELIB) -o $@ $< 21 $(SOPHYAINCP)machdefs.h strutilxx.h 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ strutilxx.cc 25 23 26 $(SOPHYAOBJP)utils.o: utils.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 24 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 28 25 $(SOPHYAINCP)machdefs.h utils.h \ 29 26 $(SOPHYAINCP)pexceptions.h 30 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utils.cc 31 28 32 29 $(SOPHYAOBJP)strutil.o: strutil.c strutil.h 33 $(CCOMPILE) -o $@ $<30 $(CCOMPILE) -o $@ strutil.c 34 31 -
trunk/SophyaLib/Samba/Makefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)alm.o: alm.cc \ 14 $(SOPHYAINCP)sopnamsp.h alm.h \ 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 15 14 $(SOPHYAINCP)nbrandom.h \ 16 15 $(SOPHYAINCP)srandgen.h \ … … 35 34 $(SOPHYAINCP)ppfnametag.h \ 36 35 $(SOPHYAINCP)utilarr.h 37 $(CXXCOMPILE LIB) -o $@ $<36 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 38 37 39 $(SOPHYAOBJP)bruit.o: bruit.cc \ 40 $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 41 39 $(SOPHYAINCP)fmath.h bruit.h \ 42 40 $(SOPHYAINCP)nbrandom.h \ 43 41 $(SOPHYAINCP)srandgen.h \ 44 42 $(SOPHYAINCP)machdefs.h 45 $(CXXCOMPILE LIB) -o $@ $<43 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 46 44 47 $(SOPHYAOBJP)circle.o: circle.cc \ 48 $(SOPHYAINCP)sopnamsp.h circle.h \ 45 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \ 46 circle.h $(SOPHYAINCP)vector3d.h \ 47 $(SOPHYAINCP)longlat.h \ 48 $(SOPHYAINCP)machdefs.h \ 49 $(SOPHYAINCP)utilgeom.h \ 50 $(SOPHYAINCP)unitvector.h geometry.h 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 52 53 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 54 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 55 datacirclebase.h circle.h \ 49 56 $(SOPHYAINCP)vector3d.h \ 50 57 $(SOPHYAINCP)longlat.h \ 51 58 $(SOPHYAINCP)machdefs.h \ 52 59 $(SOPHYAINCP)utilgeom.h \ 53 $(SOPHYAINCP)unitvector.h \ 54 geometry.h 55 $(CXXCOMPILELIB) -o $@ $< 56 57 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 58 $(SOPHYAINCP)sopnamsp.h \ 59 datacirclefake.h datacirclebase.h circle.h \ 60 $(SOPHYAINCP)vector3d.h \ 61 $(SOPHYAINCP)longlat.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 $(SOPHYAINCP)utilgeom.h \ 64 $(SOPHYAINCP)unitvector.h \ 65 geometry.h 66 $(CXXCOMPILELIB) -o $@ $< 60 $(SOPHYAINCP)unitvector.h geometry.h 61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 67 62 68 63 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 69 $(SOPHYAINCP)machdefs.h \ 70 harmspher.h 71 $(CXXCOMPILELIB) -o $@ $< 64 $(SOPHYAINCP)machdefs.h harmspher.h 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc 72 66 73 67 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 74 $(SOPHYAINCP)sopnamsp.h \ 75 lambdaBuilder.h \ 68 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 76 69 $(SOPHYAINCP)ndatablock.h \ 77 70 $(SOPHYAINCP)machdefs.h \ … … 97 90 $(SOPHYAINCP)triangmtx.h \ 98 91 $(SOPHYAINCP)nbconst.h 99 $(CXXCOMPILE LIB) -o $@ $<92 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc 100 93 101 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 102 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 103 $(SOPHYAINCP)sphericalmap.h \ 94 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 95 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 104 96 $(SOPHYAINCP)smathconst.h \ 105 97 $(SOPHYAINCP)machdefs.h \ … … 127 119 $(SOPHYAINCP)utilarr.h \ 128 120 $(SOPHYAINCP)timing.h 129 $(CXXCOMPILE LIB) -o $@ $<121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc 130 122 131 123 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 132 $(SOPHYAINCP)sopnamsp.h \ 133 sambainit.h \ 124 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 134 125 $(SOPHYAINCP)skymapinit.h \ 135 126 $(SOPHYAINCP)sophyainit.h \ … … 137 128 $(SOPHYAINCP)ntoolsinit.h \ 138 129 $(SOPHYAINCP)tarrinit.h 139 $(CXXCOMPILE LIB) -o $@ $<130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc 140 131 141 $(SOPHYAOBJP)scan.o: scan.cc \ 142 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 143 133 $(SOPHYAINCP)machdefs.h scan.h \ 144 134 $(SOPHYAINCP)ppersist.h \ … … 155 145 $(SOPHYAINCP)fiondblock.h \ 156 146 $(SOPHYAINCP)smathconst.h 157 $(CXXCOMPILE LIB) -o $@ $<147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc 158 148 159 149 $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \ … … 190 180 $(SOPHYAINCP)srandgen.h \ 191 181 $(SOPHYAINCP)nbmath.h \ 192 $(SOPHYAINCP)triangmtx.h \ 193 lambdaBuilder.h \ 182 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 194 183 $(SOPHYAINCP)timing.h 195 $(CXXCOMPILE LIB) -o $@ $<184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc 196 185 -
trunk/SophyaLib/Samba/smakefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)alm.o: alm.cc \ 14 $(SOPHYAINCP)sopnamsp.h alm.h \ 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 15 14 $(SOPHYAINCP)nbrandom.h \ 16 15 $(SOPHYAINCP)srandgen.h \ … … 35 34 $(SOPHYAINCP)ppfnametag.h \ 36 35 $(SOPHYAINCP)utilarr.h 37 $(CXXCOMPILE LIB) -o $@ $<36 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 38 37 39 $(SOPHYAOBJP)bruit.o: bruit.cc \ 40 $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 41 39 $(SOPHYAINCP)fmath.h bruit.h \ 42 40 $(SOPHYAINCP)nbrandom.h \ 43 41 $(SOPHYAINCP)srandgen.h \ 44 42 $(SOPHYAINCP)machdefs.h 45 $(CXXCOMPILE LIB) -o $@ $<43 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 46 44 47 $(SOPHYAOBJP)circle.o: circle.cc \ 48 $(SOPHYAINCP)sopnamsp.h circle.h \ 45 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \ 46 circle.h $(SOPHYAINCP)vector3d.h \ 47 $(SOPHYAINCP)longlat.h \ 48 $(SOPHYAINCP)machdefs.h \ 49 $(SOPHYAINCP)utilgeom.h \ 50 $(SOPHYAINCP)unitvector.h geometry.h 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 52 53 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 54 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 55 datacirclebase.h circle.h \ 49 56 $(SOPHYAINCP)vector3d.h \ 50 57 $(SOPHYAINCP)longlat.h \ 51 58 $(SOPHYAINCP)machdefs.h \ 52 59 $(SOPHYAINCP)utilgeom.h \ 53 $(SOPHYAINCP)unitvector.h \ 54 geometry.h 55 $(CXXCOMPILELIB) -o $@ $< 56 57 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 58 $(SOPHYAINCP)sopnamsp.h \ 59 datacirclefake.h datacirclebase.h circle.h \ 60 $(SOPHYAINCP)vector3d.h \ 61 $(SOPHYAINCP)longlat.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 $(SOPHYAINCP)utilgeom.h \ 64 $(SOPHYAINCP)unitvector.h \ 65 geometry.h 66 $(CXXCOMPILELIB) -o $@ $< 60 $(SOPHYAINCP)unitvector.h geometry.h 61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 67 62 68 63 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 69 $(SOPHYAINCP)machdefs.h \ 70 harmspher.h 71 $(CXXCOMPILELIB) -o $@ $< 64 $(SOPHYAINCP)machdefs.h harmspher.h 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc 72 66 73 67 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 74 $(SOPHYAINCP)sopnamsp.h \ 75 lambdaBuilder.h \ 68 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 76 69 $(SOPHYAINCP)ndatablock.h \ 77 70 $(SOPHYAINCP)machdefs.h \ … … 97 90 $(SOPHYAINCP)triangmtx.h \ 98 91 $(SOPHYAINCP)nbconst.h 99 $(CXXCOMPILE LIB) -o $@ $<92 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc 100 93 101 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 102 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 103 $(SOPHYAINCP)sphericalmap.h \ 94 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 95 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 104 96 $(SOPHYAINCP)smathconst.h \ 105 97 $(SOPHYAINCP)machdefs.h \ … … 127 119 $(SOPHYAINCP)utilarr.h \ 128 120 $(SOPHYAINCP)timing.h 129 $(CXXCOMPILE LIB) -o $@ $<121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc 130 122 131 123 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 132 $(SOPHYAINCP)sopnamsp.h \ 133 sambainit.h \ 124 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 134 125 $(SOPHYAINCP)skymapinit.h \ 135 126 $(SOPHYAINCP)sophyainit.h \ … … 137 128 $(SOPHYAINCP)ntoolsinit.h \ 138 129 $(SOPHYAINCP)tarrinit.h 139 $(CXXCOMPILE LIB) -o $@ $<130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc 140 131 141 $(SOPHYAOBJP)scan.o: scan.cc \ 142 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 143 133 $(SOPHYAINCP)machdefs.h scan.h \ 144 134 $(SOPHYAINCP)ppersist.h \ … … 155 145 $(SOPHYAINCP)fiondblock.h \ 156 146 $(SOPHYAINCP)smathconst.h 157 $(CXXCOMPILE LIB) -o $@ $<147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc 158 148 159 149 $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \ … … 190 180 $(SOPHYAINCP)srandgen.h \ 191 181 $(SOPHYAINCP)nbmath.h \ 192 $(SOPHYAINCP)triangmtx.h \ 193 lambdaBuilder.h \ 182 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 194 183 $(SOPHYAINCP)timing.h 195 $(CXXCOMPILE LIB) -o $@ $<184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc 196 185 -
trunk/SophyaLib/SkyMap/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)ndatablock.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)tvector.h \ 19 $(SOPHYAINCP)tmatrix.h \ 20 $(SOPHYAINCP)tarray.h \ 21 $(SOPHYAINCP)basarr.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)dvlist.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 27 $(SOPHYAINCP)gnumd5.h \ 28 $(SOPHYAINCP)ppfbinstream.h \ 29 $(SOPHYAINCP)rawstream.h \ 30 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)utilarr.h \ 32 $(SOPHYAINCP)smathconst.h 33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 34 13 35 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fiolocalmap.h sphericalmap.h \ 36 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ 37 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 38 $(SOPHYAINCP)machdefs.h pixelmap.h \ 39 $(SOPHYAINCP)ppersist.h \ 40 $(SOPHYAINCP)pexceptions.h \ 41 $(SOPHYAINCP)gnumd5.h \ 42 $(SOPHYAINCP)ppfbinstream.h \ 43 $(SOPHYAINCP)rawstream.h \ 44 $(SOPHYAINCP)ppfnametag.h \ 45 $(SOPHYAINCP)dvlist.h \ 46 $(SOPHYAINCP)objfio.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)mutyv.h spherepos.h \ 49 unitvector.h vector3d.h longlat.h utilgeom.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h localmap.h \ 56 $(SOPHYAINCP)fioarr.h \ 57 $(SOPHYAINCP)fiondblock.h \ 58 $(SOPHYAINCP)datatype.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 60 61 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 62 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \ 63 sphereecp.h sphericalmap.h \ 16 64 $(SOPHYAINCP)smathconst.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 pixelmap.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h \ 26 $(SOPHYAINCP)objfio.h \ 27 $(SOPHYAINCP)anydataobj.h \ 28 $(SOPHYAINCP)mutyv.h spherepos.h \ 29 unitvector.h vector3d.h longlat.h utilgeom.h \ 30 $(SOPHYAINCP)tvector.h \ 31 $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h \ 33 $(SOPHYAINCP)basarr.h \ 34 $(SOPHYAINCP)ndatablock.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 localmap.h $(SOPHYAINCP)fioarr.h \ 37 $(SOPHYAINCP)fiondblock.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILELIB) -o $@ $< 40 41 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 fiosphereecp.h sphereecp.h sphericalmap.h \ 44 $(SOPHYAINCP)smathconst.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 pixelmap.h \ 65 $(SOPHYAINCP)machdefs.h pixelmap.h \ 47 66 $(SOPHYAINCP)ppersist.h \ 48 67 $(SOPHYAINCP)pexceptions.h \ … … 64 83 $(SOPHYAINCP)fioarr.h \ 65 84 $(SOPHYAINCP)datatype.h 66 $(CXXCOMPILE LIB) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 67 86 68 87 $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \ 69 $(SOPHYAINCP)sopnamsp.h \ 70 fiospherehealpix.h sphericalmap.h \ 71 $(SOPHYAINCP)smathconst.h \ 72 $(SOPHYAINCP)machdefs.h \ 73 pixelmap.h \ 74 $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)pexceptions.h \ 76 $(SOPHYAINCP)gnumd5.h \ 77 $(SOPHYAINCP)ppfbinstream.h \ 78 $(SOPHYAINCP)rawstream.h \ 79 $(SOPHYAINCP)ppfnametag.h \ 80 $(SOPHYAINCP)dvlist.h \ 81 $(SOPHYAINCP)objfio.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h spherepos.h \ 84 unitvector.h vector3d.h longlat.h utilgeom.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)ndatablock.h \ 90 $(SOPHYAINCP)utilarr.h \ 91 spherehealpix.h HEALPixUtils.h \ 88 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \ 89 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 90 $(SOPHYAINCP)machdefs.h pixelmap.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)dvlist.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)mutyv.h spherepos.h \ 101 unitvector.h vector3d.h longlat.h utilgeom.h \ 102 $(SOPHYAINCP)tvector.h \ 103 $(SOPHYAINCP)tmatrix.h \ 104 $(SOPHYAINCP)tarray.h \ 105 $(SOPHYAINCP)basarr.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 109 $(SOPHYAINCP)datatype.h 110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 111 112 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 114 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 115 $(SOPHYAINCP)machdefs.h pixelmap.h \ 116 $(SOPHYAINCP)ppersist.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)gnumd5.h \ 119 $(SOPHYAINCP)ppfbinstream.h \ 120 $(SOPHYAINCP)rawstream.h \ 121 $(SOPHYAINCP)ppfnametag.h \ 122 $(SOPHYAINCP)dvlist.h \ 123 $(SOPHYAINCP)objfio.h \ 124 $(SOPHYAINCP)anydataobj.h \ 125 $(SOPHYAINCP)mutyv.h spherepos.h \ 126 unitvector.h vector3d.h longlat.h utilgeom.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 92 133 $(SOPHYAINCP)fiondblock.h \ 93 134 $(SOPHYAINCP)datatype.h 94 $(CXXCOMPILELIB) -o $@ $< 95 96 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 97 $(SOPHYAINCP)sopnamsp.h \ 98 fiospherethetaphi.h sphericalmap.h \ 99 $(SOPHYAINCP)smathconst.h \ 100 $(SOPHYAINCP)machdefs.h \ 101 pixelmap.h \ 102 $(SOPHYAINCP)ppersist.h \ 103 $(SOPHYAINCP)pexceptions.h \ 104 $(SOPHYAINCP)gnumd5.h \ 105 $(SOPHYAINCP)ppfbinstream.h \ 106 $(SOPHYAINCP)rawstream.h \ 107 $(SOPHYAINCP)ppfnametag.h \ 108 $(SOPHYAINCP)dvlist.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)anydataobj.h \ 111 $(SOPHYAINCP)mutyv.h spherepos.h \ 112 unitvector.h vector3d.h longlat.h utilgeom.h \ 113 $(SOPHYAINCP)tvector.h \ 114 $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h \ 116 $(SOPHYAINCP)basarr.h \ 117 $(SOPHYAINCP)ndatablock.h \ 118 $(SOPHYAINCP)utilarr.h \ 119 spherethetaphi.h \ 120 $(SOPHYAINCP)fiondblock.h \ 121 $(SOPHYAINCP)datatype.h 122 $(CXXCOMPILELIB) -o $@ $< 123 124 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 126 HEALPixUtils.h \ 127 $(SOPHYAINCP)machdefs.h \ 128 $(SOPHYAINCP)ndatablock.h \ 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)tvector.h \ 131 $(SOPHYAINCP)tmatrix.h \ 132 $(SOPHYAINCP)tarray.h \ 133 $(SOPHYAINCP)basarr.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)dvlist.h \ 136 $(SOPHYAINCP)objfio.h \ 137 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 143 $(SOPHYAINCP)utilarr.h \ 144 $(SOPHYAINCP)smathconst.h 145 $(CXXCOMPILELIB) -o $@ $< 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 146 136 147 137 $(SOPHYAOBJP)localmap.o: localmap.cc \ 148 $(SOPHYAINCP)sopnamsp.h \ 149 localmap.h pixelmap.h \ 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)sopnamsp.h localmap.h \ 139 pixelmap.h $(SOPHYAINCP)ppersist.h \ 151 140 $(SOPHYAINCP)machdefs.h \ 152 141 $(SOPHYAINCP)pexceptions.h \ … … 169 158 $(SOPHYAINCP)fiondblock.h \ 170 159 $(SOPHYAINCP)timing.h 171 $(CXXCOMPILELIB) -o $@ $< 172 173 $(SOPHYAOBJP)longlat.o: longlat.cc \ 174 $(SOPHYAINCP)sopnamsp.h \ 175 longlat.h \ 176 $(SOPHYAINCP)machdefs.h \ 160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 161 162 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \ 163 longlat.h $(SOPHYAINCP)machdefs.h \ 177 164 utilgeom.h 178 $(CXXCOMPILE LIB) -o $@ $<165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 179 166 180 167 $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \ 181 168 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)machdefs.h \ 183 mapoperation.h \ 184 $(SOPHYAINCP)ndatablock.h \ 185 $(SOPHYAINCP)anydataobj.h \ 186 pixelmap.h \ 169 $(SOPHYAINCP)machdefs.h mapoperation.h \ 170 $(SOPHYAINCP)ndatablock.h \ 171 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 187 172 $(SOPHYAINCP)ppersist.h \ 188 173 $(SOPHYAINCP)pexceptions.h \ … … 195 180 $(SOPHYAINCP)mutyv.h spherepos.h \ 196 181 unitvector.h vector3d.h longlat.h utilgeom.h 197 $(CXXCOMPILE LIB) -o $@ $<182 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 198 183 199 184 $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \ 200 185 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h \ 202 skymapinit.h \ 203 $(SOPHYAINCP)sophyainit.h \ 204 spherethetaphi.h sphericalmap.h \ 205 $(SOPHYAINCP)smathconst.h \ 206 pixelmap.h \ 207 $(SOPHYAINCP)ppersist.h \ 208 $(SOPHYAINCP)pexceptions.h \ 209 $(SOPHYAINCP)gnumd5.h \ 210 $(SOPHYAINCP)ppfbinstream.h \ 211 $(SOPHYAINCP)rawstream.h \ 212 $(SOPHYAINCP)ppfnametag.h \ 213 $(SOPHYAINCP)dvlist.h \ 214 $(SOPHYAINCP)objfio.h \ 215 $(SOPHYAINCP)anydataobj.h \ 216 $(SOPHYAINCP)mutyv.h spherepos.h \ 217 unitvector.h vector3d.h longlat.h utilgeom.h \ 218 $(SOPHYAINCP)tvector.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h \ 224 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 225 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 226 $(CXXCOMPILELIB) -o $@ $< 186 $(SOPHYAINCP)machdefs.h skymapinit.h \ 187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 188 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 189 pixelmap.h $(SOPHYAINCP)ppersist.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)gnumd5.h \ 192 $(SOPHYAINCP)ppfbinstream.h \ 193 $(SOPHYAINCP)rawstream.h \ 194 $(SOPHYAINCP)ppfnametag.h \ 195 $(SOPHYAINCP)dvlist.h \ 196 $(SOPHYAINCP)objfio.h \ 197 $(SOPHYAINCP)anydataobj.h \ 198 $(SOPHYAINCP)mutyv.h spherepos.h \ 199 unitvector.h vector3d.h longlat.h utilgeom.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \ 206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 207 localmap.h fiosphereecp.h sphereecp.h 208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 227 209 228 210 $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 sphereecp.h sphericalmap.h \ 231 $(SOPHYAINCP)smathconst.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 pixelmap.h \ 211 $(SOPHYAINCP)sopnamsp.h sphereecp.h \ 212 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 213 $(SOPHYAINCP)machdefs.h pixelmap.h \ 234 214 $(SOPHYAINCP)ppersist.h \ 235 215 $(SOPHYAINCP)pexceptions.h \ … … 249 229 $(SOPHYAINCP)ndatablock.h \ 250 230 $(SOPHYAINCP)utilarr.h 251 $(CXXCOMPILE LIB) -o $@ $<231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 252 232 253 233 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ … … 262 242 $(SOPHYAINCP)ppfnametag.h \ 263 243 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)anydataobj.h \ 265 spherehealpix.h sphericalmap.h \ 266 $(SOPHYAINCP)smathconst.h \ 244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 245 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 267 246 pixelmap.h $(SOPHYAINCP)dvlist.h \ 268 247 $(SOPHYAINCP)objfio.h \ … … 273 252 $(SOPHYAINCP)tarray.h \ 274 253 $(SOPHYAINCP)basarr.h \ 275 $(SOPHYAINCP)utilarr.h \ 276 HEALPixUtils.h \ 254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 277 255 $(SOPHYAINCP)strutil.h 278 $(CXXCOMPILE LIB) -o $@ $<256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc 279 257 280 258 $(SOPHYAOBJP)spherepos.o: spherepos.cc \ 281 $(SOPHYAINCP)sopnamsp.h \ 282 spherepos.h \ 283 $(SOPHYAINCP)machdefs.h \ 284 $(SOPHYAINCP)ppersist.h \ 285 $(SOPHYAINCP)pexceptions.h \ 286 $(SOPHYAINCP)gnumd5.h \ 287 $(SOPHYAINCP)ppfbinstream.h \ 288 $(SOPHYAINCP)rawstream.h \ 289 $(SOPHYAINCP)ppfnametag.h \ 290 unitvector.h vector3d.h longlat.h utilgeom.h \ 291 $(SOPHYAINCP)anydataobj.h \ 292 $(SOPHYAINCP)datatype.h 293 $(CXXCOMPILELIB) -o $@ $< 259 $(SOPHYAINCP)sopnamsp.h spherepos.h \ 260 $(SOPHYAINCP)machdefs.h \ 261 $(SOPHYAINCP)ppersist.h \ 262 $(SOPHYAINCP)pexceptions.h \ 263 $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 267 vector3d.h longlat.h utilgeom.h \ 268 $(SOPHYAINCP)anydataobj.h \ 269 $(SOPHYAINCP)datatype.h 270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc 294 271 295 272 $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \ 296 $(SOPHYAINCP)sopnamsp.h \ 297 spherethetaphi.h sphericalmap.h \ 298 $(SOPHYAINCP)smathconst.h \ 299 $(SOPHYAINCP)machdefs.h \ 300 pixelmap.h \ 273 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \ 274 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 275 $(SOPHYAINCP)machdefs.h pixelmap.h \ 301 276 $(SOPHYAINCP)ppersist.h \ 302 277 $(SOPHYAINCP)pexceptions.h \ … … 317 292 $(SOPHYAINCP)utilarr.h \ 318 293 $(SOPHYAINCP)fiondblock.h 319 $(CXXCOMPILE LIB) -o $@ $<294 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc 320 295 321 296 $(SOPHYAOBJP)unitvector.o: unitvector.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 unitvector.h vector3d.h longlat.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 utilgeom.h 326 $(CXXCOMPILELIB) -o $@ $< 297 $(SOPHYAINCP)sopnamsp.h unitvector.h \ 298 vector3d.h longlat.h \ 299 $(SOPHYAINCP)machdefs.h utilgeom.h 300 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc 327 301 328 302 $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \ 329 303 $(SOPHYAINCP)sopnamsp.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 utilgeom.h 332 $(CXXCOMPILELIB) -o $@ $< 304 $(SOPHYAINCP)machdefs.h utilgeom.h 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc 333 306 334 307 $(SOPHYAOBJP)vector3d.o: vector3d.cc \ 335 308 $(SOPHYAINCP)sopnamsp.h \ 336 309 $(SOPHYAINCP)machdefs.h \ 337 $(SOPHYAINCP)pexceptions.h \338 vector3d.hlonglat.h utilgeom.h339 $(CXXCOMPILE LIB) -o $@ $<340 310 $(SOPHYAINCP)pexceptions.h vector3d.h \ 311 longlat.h utilgeom.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc 313 -
trunk/SophyaLib/SkyMap/objlist.list
r2743 r2765 1 HEALPixUtils.o 1 2 fiolocalmap.o 2 3 fiosphereecp.o 3 4 fiospherehealpix.o 4 5 fiospherethetaphi.o 5 HEALPixUtils.o6 6 localmap.o 7 7 longlat.o -
trunk/SophyaLib/SkyMap/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)ndatablock.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)tvector.h \ 19 $(SOPHYAINCP)tmatrix.h \ 20 $(SOPHYAINCP)tarray.h \ 21 $(SOPHYAINCP)basarr.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)dvlist.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 27 $(SOPHYAINCP)gnumd5.h \ 28 $(SOPHYAINCP)ppfbinstream.h \ 29 $(SOPHYAINCP)rawstream.h \ 30 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)utilarr.h \ 32 $(SOPHYAINCP)smathconst.h 33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 34 13 35 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fiolocalmap.h sphericalmap.h \ 36 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ 37 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 38 $(SOPHYAINCP)machdefs.h pixelmap.h \ 39 $(SOPHYAINCP)ppersist.h \ 40 $(SOPHYAINCP)pexceptions.h \ 41 $(SOPHYAINCP)gnumd5.h \ 42 $(SOPHYAINCP)ppfbinstream.h \ 43 $(SOPHYAINCP)rawstream.h \ 44 $(SOPHYAINCP)ppfnametag.h \ 45 $(SOPHYAINCP)dvlist.h \ 46 $(SOPHYAINCP)objfio.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)mutyv.h spherepos.h \ 49 unitvector.h vector3d.h longlat.h utilgeom.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h localmap.h \ 56 $(SOPHYAINCP)fioarr.h \ 57 $(SOPHYAINCP)fiondblock.h \ 58 $(SOPHYAINCP)datatype.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 60 61 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 62 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \ 63 sphereecp.h sphericalmap.h \ 16 64 $(SOPHYAINCP)smathconst.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 pixelmap.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h \ 26 $(SOPHYAINCP)objfio.h \ 27 $(SOPHYAINCP)anydataobj.h \ 28 $(SOPHYAINCP)mutyv.h spherepos.h \ 29 unitvector.h vector3d.h longlat.h utilgeom.h \ 30 $(SOPHYAINCP)tvector.h \ 31 $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h \ 33 $(SOPHYAINCP)basarr.h \ 34 $(SOPHYAINCP)ndatablock.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 localmap.h $(SOPHYAINCP)fioarr.h \ 37 $(SOPHYAINCP)fiondblock.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILELIB) -o $@ $< 40 41 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 fiosphereecp.h sphereecp.h sphericalmap.h \ 44 $(SOPHYAINCP)smathconst.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 pixelmap.h \ 65 $(SOPHYAINCP)machdefs.h pixelmap.h \ 47 66 $(SOPHYAINCP)ppersist.h \ 48 67 $(SOPHYAINCP)pexceptions.h \ … … 64 83 $(SOPHYAINCP)fioarr.h \ 65 84 $(SOPHYAINCP)datatype.h 66 $(CXXCOMPILE LIB) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 67 86 68 87 $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \ 69 $(SOPHYAINCP)sopnamsp.h \ 70 fiospherehealpix.h sphericalmap.h \ 71 $(SOPHYAINCP)smathconst.h \ 72 $(SOPHYAINCP)machdefs.h \ 73 pixelmap.h \ 74 $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)pexceptions.h \ 76 $(SOPHYAINCP)gnumd5.h \ 77 $(SOPHYAINCP)ppfbinstream.h \ 78 $(SOPHYAINCP)rawstream.h \ 79 $(SOPHYAINCP)ppfnametag.h \ 80 $(SOPHYAINCP)dvlist.h \ 81 $(SOPHYAINCP)objfio.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h spherepos.h \ 84 unitvector.h vector3d.h longlat.h utilgeom.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)ndatablock.h \ 90 $(SOPHYAINCP)utilarr.h \ 91 spherehealpix.h HEALPixUtils.h \ 88 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \ 89 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 90 $(SOPHYAINCP)machdefs.h pixelmap.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)dvlist.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)mutyv.h spherepos.h \ 101 unitvector.h vector3d.h longlat.h utilgeom.h \ 102 $(SOPHYAINCP)tvector.h \ 103 $(SOPHYAINCP)tmatrix.h \ 104 $(SOPHYAINCP)tarray.h \ 105 $(SOPHYAINCP)basarr.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 109 $(SOPHYAINCP)datatype.h 110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 111 112 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 114 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 115 $(SOPHYAINCP)machdefs.h pixelmap.h \ 116 $(SOPHYAINCP)ppersist.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)gnumd5.h \ 119 $(SOPHYAINCP)ppfbinstream.h \ 120 $(SOPHYAINCP)rawstream.h \ 121 $(SOPHYAINCP)ppfnametag.h \ 122 $(SOPHYAINCP)dvlist.h \ 123 $(SOPHYAINCP)objfio.h \ 124 $(SOPHYAINCP)anydataobj.h \ 125 $(SOPHYAINCP)mutyv.h spherepos.h \ 126 unitvector.h vector3d.h longlat.h utilgeom.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 92 133 $(SOPHYAINCP)fiondblock.h \ 93 134 $(SOPHYAINCP)datatype.h 94 $(CXXCOMPILELIB) -o $@ $< 95 96 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 97 $(SOPHYAINCP)sopnamsp.h \ 98 fiospherethetaphi.h sphericalmap.h \ 99 $(SOPHYAINCP)smathconst.h \ 100 $(SOPHYAINCP)machdefs.h \ 101 pixelmap.h \ 102 $(SOPHYAINCP)ppersist.h \ 103 $(SOPHYAINCP)pexceptions.h \ 104 $(SOPHYAINCP)gnumd5.h \ 105 $(SOPHYAINCP)ppfbinstream.h \ 106 $(SOPHYAINCP)rawstream.h \ 107 $(SOPHYAINCP)ppfnametag.h \ 108 $(SOPHYAINCP)dvlist.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)anydataobj.h \ 111 $(SOPHYAINCP)mutyv.h spherepos.h \ 112 unitvector.h vector3d.h longlat.h utilgeom.h \ 113 $(SOPHYAINCP)tvector.h \ 114 $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h \ 116 $(SOPHYAINCP)basarr.h \ 117 $(SOPHYAINCP)ndatablock.h \ 118 $(SOPHYAINCP)utilarr.h \ 119 spherethetaphi.h \ 120 $(SOPHYAINCP)fiondblock.h \ 121 $(SOPHYAINCP)datatype.h 122 $(CXXCOMPILELIB) -o $@ $< 123 124 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 126 HEALPixUtils.h \ 127 $(SOPHYAINCP)machdefs.h \ 128 $(SOPHYAINCP)ndatablock.h \ 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)tvector.h \ 131 $(SOPHYAINCP)tmatrix.h \ 132 $(SOPHYAINCP)tarray.h \ 133 $(SOPHYAINCP)basarr.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)dvlist.h \ 136 $(SOPHYAINCP)objfio.h \ 137 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 143 $(SOPHYAINCP)utilarr.h \ 144 $(SOPHYAINCP)smathconst.h 145 $(CXXCOMPILELIB) -o $@ $< 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 146 136 147 137 $(SOPHYAOBJP)localmap.o: localmap.cc \ 148 $(SOPHYAINCP)sopnamsp.h \ 149 localmap.h pixelmap.h \ 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)sopnamsp.h localmap.h \ 139 pixelmap.h $(SOPHYAINCP)ppersist.h \ 151 140 $(SOPHYAINCP)machdefs.h \ 152 141 $(SOPHYAINCP)pexceptions.h \ … … 169 158 $(SOPHYAINCP)fiondblock.h \ 170 159 $(SOPHYAINCP)timing.h 171 $(CXXCOMPILELIB) -o $@ $< 172 173 $(SOPHYAOBJP)longlat.o: longlat.cc \ 174 $(SOPHYAINCP)sopnamsp.h \ 175 longlat.h \ 176 $(SOPHYAINCP)machdefs.h \ 160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 161 162 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \ 163 longlat.h $(SOPHYAINCP)machdefs.h \ 177 164 utilgeom.h 178 $(CXXCOMPILE LIB) -o $@ $<165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 179 166 180 167 $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \ 181 168 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)machdefs.h \ 183 mapoperation.h \ 184 $(SOPHYAINCP)ndatablock.h \ 185 $(SOPHYAINCP)anydataobj.h \ 186 pixelmap.h \ 169 $(SOPHYAINCP)machdefs.h mapoperation.h \ 170 $(SOPHYAINCP)ndatablock.h \ 171 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 187 172 $(SOPHYAINCP)ppersist.h \ 188 173 $(SOPHYAINCP)pexceptions.h \ … … 195 180 $(SOPHYAINCP)mutyv.h spherepos.h \ 196 181 unitvector.h vector3d.h longlat.h utilgeom.h 197 $(CXXCOMPILE LIB) -o $@ $<182 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 198 183 199 184 $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \ 200 185 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h \ 202 skymapinit.h \ 203 $(SOPHYAINCP)sophyainit.h \ 204 spherethetaphi.h sphericalmap.h \ 205 $(SOPHYAINCP)smathconst.h \ 206 pixelmap.h \ 207 $(SOPHYAINCP)ppersist.h \ 208 $(SOPHYAINCP)pexceptions.h \ 209 $(SOPHYAINCP)gnumd5.h \ 210 $(SOPHYAINCP)ppfbinstream.h \ 211 $(SOPHYAINCP)rawstream.h \ 212 $(SOPHYAINCP)ppfnametag.h \ 213 $(SOPHYAINCP)dvlist.h \ 214 $(SOPHYAINCP)objfio.h \ 215 $(SOPHYAINCP)anydataobj.h \ 216 $(SOPHYAINCP)mutyv.h spherepos.h \ 217 unitvector.h vector3d.h longlat.h utilgeom.h \ 218 $(SOPHYAINCP)tvector.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h \ 224 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 225 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 226 $(CXXCOMPILELIB) -o $@ $< 186 $(SOPHYAINCP)machdefs.h skymapinit.h \ 187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 188 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 189 pixelmap.h $(SOPHYAINCP)ppersist.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)gnumd5.h \ 192 $(SOPHYAINCP)ppfbinstream.h \ 193 $(SOPHYAINCP)rawstream.h \ 194 $(SOPHYAINCP)ppfnametag.h \ 195 $(SOPHYAINCP)dvlist.h \ 196 $(SOPHYAINCP)objfio.h \ 197 $(SOPHYAINCP)anydataobj.h \ 198 $(SOPHYAINCP)mutyv.h spherepos.h \ 199 unitvector.h vector3d.h longlat.h utilgeom.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \ 206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 207 localmap.h fiosphereecp.h sphereecp.h 208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 227 209 228 210 $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 sphereecp.h sphericalmap.h \ 231 $(SOPHYAINCP)smathconst.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 pixelmap.h \ 211 $(SOPHYAINCP)sopnamsp.h sphereecp.h \ 212 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 213 $(SOPHYAINCP)machdefs.h pixelmap.h \ 234 214 $(SOPHYAINCP)ppersist.h \ 235 215 $(SOPHYAINCP)pexceptions.h \ … … 249 229 $(SOPHYAINCP)ndatablock.h \ 250 230 $(SOPHYAINCP)utilarr.h 251 $(CXXCOMPILE LIB) -o $@ $<231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 252 232 253 233 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ … … 262 242 $(SOPHYAINCP)ppfnametag.h \ 263 243 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)anydataobj.h \ 265 spherehealpix.h sphericalmap.h \ 266 $(SOPHYAINCP)smathconst.h \ 244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 245 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 267 246 pixelmap.h $(SOPHYAINCP)dvlist.h \ 268 247 $(SOPHYAINCP)objfio.h \ … … 273 252 $(SOPHYAINCP)tarray.h \ 274 253 $(SOPHYAINCP)basarr.h \ 275 $(SOPHYAINCP)utilarr.h \ 276 HEALPixUtils.h \ 254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 277 255 $(SOPHYAINCP)strutil.h 278 $(CXXCOMPILE LIB) -o $@ $<256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc 279 257 280 258 $(SOPHYAOBJP)spherepos.o: spherepos.cc \ 281 $(SOPHYAINCP)sopnamsp.h \ 282 spherepos.h \ 283 $(SOPHYAINCP)machdefs.h \ 284 $(SOPHYAINCP)ppersist.h \ 285 $(SOPHYAINCP)pexceptions.h \ 286 $(SOPHYAINCP)gnumd5.h \ 287 $(SOPHYAINCP)ppfbinstream.h \ 288 $(SOPHYAINCP)rawstream.h \ 289 $(SOPHYAINCP)ppfnametag.h \ 290 unitvector.h vector3d.h longlat.h utilgeom.h \ 291 $(SOPHYAINCP)anydataobj.h \ 292 $(SOPHYAINCP)datatype.h 293 $(CXXCOMPILELIB) -o $@ $< 259 $(SOPHYAINCP)sopnamsp.h spherepos.h \ 260 $(SOPHYAINCP)machdefs.h \ 261 $(SOPHYAINCP)ppersist.h \ 262 $(SOPHYAINCP)pexceptions.h \ 263 $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 267 vector3d.h longlat.h utilgeom.h \ 268 $(SOPHYAINCP)anydataobj.h \ 269 $(SOPHYAINCP)datatype.h 270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc 294 271 295 272 $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \ 296 $(SOPHYAINCP)sopnamsp.h \ 297 spherethetaphi.h sphericalmap.h \ 298 $(SOPHYAINCP)smathconst.h \ 299 $(SOPHYAINCP)machdefs.h \ 300 pixelmap.h \ 273 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \ 274 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 275 $(SOPHYAINCP)machdefs.h pixelmap.h \ 301 276 $(SOPHYAINCP)ppersist.h \ 302 277 $(SOPHYAINCP)pexceptions.h \ … … 317 292 $(SOPHYAINCP)utilarr.h \ 318 293 $(SOPHYAINCP)fiondblock.h 319 $(CXXCOMPILE LIB) -o $@ $<294 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc 320 295 321 296 $(SOPHYAOBJP)unitvector.o: unitvector.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 unitvector.h vector3d.h longlat.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 utilgeom.h 326 $(CXXCOMPILELIB) -o $@ $< 297 $(SOPHYAINCP)sopnamsp.h unitvector.h \ 298 vector3d.h longlat.h \ 299 $(SOPHYAINCP)machdefs.h utilgeom.h 300 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc 327 301 328 302 $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \ 329 303 $(SOPHYAINCP)sopnamsp.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 utilgeom.h 332 $(CXXCOMPILELIB) -o $@ $< 304 $(SOPHYAINCP)machdefs.h utilgeom.h 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc 333 306 334 307 $(SOPHYAOBJP)vector3d.o: vector3d.cc \ 335 308 $(SOPHYAINCP)sopnamsp.h \ 336 309 $(SOPHYAINCP)machdefs.h \ 337 $(SOPHYAINCP)pexceptions.h \338 vector3d.hlonglat.h utilgeom.h339 $(CXXCOMPILE LIB) -o $@ $<340 310 $(SOPHYAINCP)pexceptions.h vector3d.h \ 311 longlat.h utilgeom.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc 313 -
trunk/SophyaLib/SkyT/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)blackbody.o: blackbody.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \16 blackbody.hradspec.h specresp.h \15 $(SOPHYAINCP)machdefs.h blackbody.h \ 16 radspec.h specresp.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ 18 18 $(SOPHYAINCP)objfio.h \ … … 22 22 $(SOPHYAINCP)ppfbinstream.h \ 23 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 convtools.h 26 $(CXXCOMPILELIB) -o $@ $< 24 $(SOPHYAINCP)ppfnametag.h convtools.h 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ blackbody.cc 27 26 28 27 $(SOPHYAOBJP)convtools.o: convtools.cc \ 29 $(SOPHYAINCP)sopnamsp.h \ 30 convtools.h \ 28 $(SOPHYAINCP)sopnamsp.h convtools.h \ 31 29 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ convtools.cc 33 31 34 32 $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \ 35 33 $(SOPHYAINCP)sopnamsp.h \ 36 $(SOPHYAINCP)machdefs.h \37 derivblackbody.hradspec.h specresp.h \34 $(SOPHYAINCP)machdefs.h derivblackbody.h \ 35 radspec.h specresp.h \ 38 36 $(SOPHYAINCP)anydataobj.h \ 39 37 $(SOPHYAINCP)objfio.h \ … … 43 41 $(SOPHYAINCP)ppfbinstream.h \ 44 42 $(SOPHYAINCP)rawstream.h \ 45 $(SOPHYAINCP)ppfnametag.h \ 46 convtools.h 47 $(CXXCOMPILELIB) -o $@ $< 43 $(SOPHYAINCP)ppfnametag.h convtools.h 44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ derivblackbody.cc 48 45 49 46 $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \ 50 47 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 gaussfilt.h specresp.h \ 53 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)machdefs.h gaussfilt.h \ 49 specresp.h $(SOPHYAINCP)anydataobj.h \ 54 50 $(SOPHYAINCP)objfio.h \ 55 51 $(SOPHYAINCP)ppersist.h \ … … 59 55 $(SOPHYAINCP)rawstream.h \ 60 56 $(SOPHYAINCP)ppfnametag.h 61 $(CXXCOMPILE LIB) -o $@ $<57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc 62 58 63 $(SOPHYAOBJP)nupower.o: nupower.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 $(SOPHYAINCP)machdefs.h \ 66 nupower.h radspec.h specresp.h \ 67 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h nupower.h radspec.h \ 61 specresp.h $(SOPHYAINCP)anydataobj.h \ 68 62 $(SOPHYAINCP)objfio.h \ 69 63 $(SOPHYAINCP)ppersist.h \ … … 72 66 $(SOPHYAINCP)ppfbinstream.h \ 73 67 $(SOPHYAINCP)rawstream.h \ 74 $(SOPHYAINCP)ppfnametag.h \ 75 convtools.h 76 $(CXXCOMPILELIB) -o $@ $< 68 $(SOPHYAINCP)ppfnametag.h convtools.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc 77 70 78 $(SOPHYAOBJP)radspec.o: radspec.cc \ 79 $(SOPHYAINCP)sopnamsp.h \ 80 $(SOPHYAINCP)machdefs.h \ 81 radspec.h specresp.h \ 82 $(SOPHYAINCP)anydataobj.h \ 71 $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \ 72 $(SOPHYAINCP)machdefs.h radspec.h \ 73 specresp.h $(SOPHYAINCP)anydataobj.h \ 83 74 $(SOPHYAINCP)objfio.h \ 84 75 $(SOPHYAINCP)ppersist.h \ … … 90 81 $(SOPHYAINCP)integ.h \ 91 82 $(SOPHYAINCP)classfunc.h 92 $(CXXCOMPILE LIB) -o $@ $<83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspec.cc 93 84 94 85 $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \ 95 86 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \97 radspec vector.h radspec.h specresp.h \87 $(SOPHYAINCP)machdefs.h radspecvector.h \ 88 radspec.h specresp.h \ 98 89 $(SOPHYAINCP)anydataobj.h \ 99 90 $(SOPHYAINCP)objfio.h \ … … 112 103 $(SOPHYAINCP)ndatablock.h \ 113 104 $(SOPHYAINCP)utilarr.h 114 $(CXXCOMPILE LIB) -o $@ $<105 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc 115 106 116 $(SOPHYAOBJP)skyinit.o: skyinit.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 118 skyinit.h \ 119 $(SOPHYAINCP)ntoolsinit.h \ 107 $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \ 108 skyinit.h $(SOPHYAINCP)ntoolsinit.h \ 120 109 $(SOPHYAINCP)tarrinit.h \ 121 110 $(SOPHYAINCP)sophyainit.h \ … … 128 117 $(SOPHYAINCP)ppfnametag.h \ 129 118 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 specrespvector.h specresp.h \ 132 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)anydataobj.h specrespvector.h \ 120 specresp.h $(SOPHYAINCP)tvector.h \ 133 121 $(SOPHYAINCP)tmatrix.h \ 134 122 $(SOPHYAINCP)tarray.h \ … … 137 125 $(SOPHYAINCP)dvlist.h \ 138 126 $(SOPHYAINCP)ndatablock.h \ 139 $(SOPHYAINCP)utilarr.h \ 140 gaussfilt.h 141 $(CXXCOMPILELIB) -o $@ $< 127 $(SOPHYAINCP)utilarr.h gaussfilt.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc 142 129 143 130 $(SOPHYAOBJP)specresp.o: specresp.cc \ 144 $(SOPHYAINCP)sopnamsp.h \ 145 specresp.h \ 131 $(SOPHYAINCP)sopnamsp.h specresp.h \ 146 132 $(SOPHYAINCP)machdefs.h \ 147 133 $(SOPHYAINCP)anydataobj.h \ … … 163 149 $(SOPHYAINCP)ndatablock.h \ 164 150 $(SOPHYAINCP)utilarr.h 165 $(CXXCOMPILE LIB) -o $@ $<151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc 166 152 167 153 $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \ 168 154 $(SOPHYAINCP)sopnamsp.h \ 169 $(SOPHYAINCP)machdefs.h \ 170 specrespvector.h specresp.h \ 171 $(SOPHYAINCP)anydataobj.h \ 155 $(SOPHYAINCP)machdefs.h specrespvector.h \ 156 specresp.h $(SOPHYAINCP)anydataobj.h \ 172 157 $(SOPHYAINCP)tvector.h \ 173 158 $(SOPHYAINCP)tmatrix.h \ … … 186 171 $(SOPHYAINCP)utilarr.h \ 187 172 $(SOPHYAINCP)fioarr.h 188 $(CXXCOMPILE LIB) -o $@ $<173 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc 189 174 190 175 $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \ 191 176 $(SOPHYAINCP)sopnamsp.h \ 192 $(SOPHYAINCP)machdefs.h \ 193 squarefilt.h specresp.h \ 194 $(SOPHYAINCP)anydataobj.h 195 $(CXXCOMPILELIB) -o $@ $< 177 $(SOPHYAINCP)machdefs.h squarefilt.h \ 178 specresp.h $(SOPHYAINCP)anydataobj.h 179 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc 196 180 197 181 $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \ 198 182 $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAINCP)machdefs.h \ 200 trianglefilt.h specresp.h \ 201 $(SOPHYAINCP)anydataobj.h 202 $(CXXCOMPILELIB) -o $@ $< 183 $(SOPHYAINCP)machdefs.h trianglefilt.h \ 184 specresp.h $(SOPHYAINCP)anydataobj.h 185 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc 203 186 -
trunk/SophyaLib/SkyT/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)blackbody.o: blackbody.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \16 blackbody.hradspec.h specresp.h \15 $(SOPHYAINCP)machdefs.h blackbody.h \ 16 radspec.h specresp.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ 18 18 $(SOPHYAINCP)objfio.h \ … … 22 22 $(SOPHYAINCP)ppfbinstream.h \ 23 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 convtools.h 26 $(CXXCOMPILELIB) -o $@ $< 24 $(SOPHYAINCP)ppfnametag.h convtools.h 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ blackbody.cc 27 26 28 27 $(SOPHYAOBJP)convtools.o: convtools.cc \ 29 $(SOPHYAINCP)sopnamsp.h \ 30 convtools.h \ 28 $(SOPHYAINCP)sopnamsp.h convtools.h \ 31 29 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ convtools.cc 33 31 34 32 $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \ 35 33 $(SOPHYAINCP)sopnamsp.h \ 36 $(SOPHYAINCP)machdefs.h \37 derivblackbody.hradspec.h specresp.h \34 $(SOPHYAINCP)machdefs.h derivblackbody.h \ 35 radspec.h specresp.h \ 38 36 $(SOPHYAINCP)anydataobj.h \ 39 37 $(SOPHYAINCP)objfio.h \ … … 43 41 $(SOPHYAINCP)ppfbinstream.h \ 44 42 $(SOPHYAINCP)rawstream.h \ 45 $(SOPHYAINCP)ppfnametag.h \ 46 convtools.h 47 $(CXXCOMPILELIB) -o $@ $< 43 $(SOPHYAINCP)ppfnametag.h convtools.h 44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ derivblackbody.cc 48 45 49 46 $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \ 50 47 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 gaussfilt.h specresp.h \ 53 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)machdefs.h gaussfilt.h \ 49 specresp.h $(SOPHYAINCP)anydataobj.h \ 54 50 $(SOPHYAINCP)objfio.h \ 55 51 $(SOPHYAINCP)ppersist.h \ … … 59 55 $(SOPHYAINCP)rawstream.h \ 60 56 $(SOPHYAINCP)ppfnametag.h 61 $(CXXCOMPILE LIB) -o $@ $<57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc 62 58 63 $(SOPHYAOBJP)nupower.o: nupower.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 $(SOPHYAINCP)machdefs.h \ 66 nupower.h radspec.h specresp.h \ 67 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h nupower.h radspec.h \ 61 specresp.h $(SOPHYAINCP)anydataobj.h \ 68 62 $(SOPHYAINCP)objfio.h \ 69 63 $(SOPHYAINCP)ppersist.h \ … … 72 66 $(SOPHYAINCP)ppfbinstream.h \ 73 67 $(SOPHYAINCP)rawstream.h \ 74 $(SOPHYAINCP)ppfnametag.h \ 75 convtools.h 76 $(CXXCOMPILELIB) -o $@ $< 68 $(SOPHYAINCP)ppfnametag.h convtools.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc 77 70 78 $(SOPHYAOBJP)radspec.o: radspec.cc \ 79 $(SOPHYAINCP)sopnamsp.h \ 80 $(SOPHYAINCP)machdefs.h \ 81 radspec.h specresp.h \ 82 $(SOPHYAINCP)anydataobj.h \ 71 $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \ 72 $(SOPHYAINCP)machdefs.h radspec.h \ 73 specresp.h $(SOPHYAINCP)anydataobj.h \ 83 74 $(SOPHYAINCP)objfio.h \ 84 75 $(SOPHYAINCP)ppersist.h \ … … 90 81 $(SOPHYAINCP)integ.h \ 91 82 $(SOPHYAINCP)classfunc.h 92 $(CXXCOMPILE LIB) -o $@ $<83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspec.cc 93 84 94 85 $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \ 95 86 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \97 radspec vector.h radspec.h specresp.h \87 $(SOPHYAINCP)machdefs.h radspecvector.h \ 88 radspec.h specresp.h \ 98 89 $(SOPHYAINCP)anydataobj.h \ 99 90 $(SOPHYAINCP)objfio.h \ … … 112 103 $(SOPHYAINCP)ndatablock.h \ 113 104 $(SOPHYAINCP)utilarr.h 114 $(CXXCOMPILE LIB) -o $@ $<105 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc 115 106 116 $(SOPHYAOBJP)skyinit.o: skyinit.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 118 skyinit.h \ 119 $(SOPHYAINCP)ntoolsinit.h \ 107 $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \ 108 skyinit.h $(SOPHYAINCP)ntoolsinit.h \ 120 109 $(SOPHYAINCP)tarrinit.h \ 121 110 $(SOPHYAINCP)sophyainit.h \ … … 128 117 $(SOPHYAINCP)ppfnametag.h \ 129 118 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 specrespvector.h specresp.h \ 132 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)anydataobj.h specrespvector.h \ 120 specresp.h $(SOPHYAINCP)tvector.h \ 133 121 $(SOPHYAINCP)tmatrix.h \ 134 122 $(SOPHYAINCP)tarray.h \ … … 137 125 $(SOPHYAINCP)dvlist.h \ 138 126 $(SOPHYAINCP)ndatablock.h \ 139 $(SOPHYAINCP)utilarr.h \ 140 gaussfilt.h 141 $(CXXCOMPILELIB) -o $@ $< 127 $(SOPHYAINCP)utilarr.h gaussfilt.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc 142 129 143 130 $(SOPHYAOBJP)specresp.o: specresp.cc \ 144 $(SOPHYAINCP)sopnamsp.h \ 145 specresp.h \ 131 $(SOPHYAINCP)sopnamsp.h specresp.h \ 146 132 $(SOPHYAINCP)machdefs.h \ 147 133 $(SOPHYAINCP)anydataobj.h \ … … 163 149 $(SOPHYAINCP)ndatablock.h \ 164 150 $(SOPHYAINCP)utilarr.h 165 $(CXXCOMPILE LIB) -o $@ $<151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc 166 152 167 153 $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \ 168 154 $(SOPHYAINCP)sopnamsp.h \ 169 $(SOPHYAINCP)machdefs.h \ 170 specrespvector.h specresp.h \ 171 $(SOPHYAINCP)anydataobj.h \ 155 $(SOPHYAINCP)machdefs.h specrespvector.h \ 156 specresp.h $(SOPHYAINCP)anydataobj.h \ 172 157 $(SOPHYAINCP)tvector.h \ 173 158 $(SOPHYAINCP)tmatrix.h \ … … 186 171 $(SOPHYAINCP)utilarr.h \ 187 172 $(SOPHYAINCP)fioarr.h 188 $(CXXCOMPILE LIB) -o $@ $<173 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc 189 174 190 175 $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \ 191 176 $(SOPHYAINCP)sopnamsp.h \ 192 $(SOPHYAINCP)machdefs.h \ 193 squarefilt.h specresp.h \ 194 $(SOPHYAINCP)anydataobj.h 195 $(CXXCOMPILELIB) -o $@ $< 177 $(SOPHYAINCP)machdefs.h squarefilt.h \ 178 specresp.h $(SOPHYAINCP)anydataobj.h 179 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc 196 180 197 181 $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \ 198 182 $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAINCP)machdefs.h \ 200 trianglefilt.h specresp.h \ 201 $(SOPHYAINCP)anydataobj.h 202 $(CXXCOMPILELIB) -o $@ $< 183 $(SOPHYAINCP)machdefs.h trianglefilt.h \ 184 specresp.h $(SOPHYAINCP)anydataobj.h 185 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc 203 186 -
trunk/SophyaLib/SysTools/Makefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \ 14 $(SOPHYAINCP)sopnamsp.h cexpre.h \ 15 $(SOPHYAINCP)machdefs.h \ 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \ 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 16 15 $(SOPHYAINCP)pexceptions.h \ 17 16 $(SOPHYAINCP)srandgen.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 18 20 19 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h \ 22 commander.h \ 20 $(SOPHYAINCP)sopnamsp.h commander.h \ 23 21 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 24 22 $(SOPHYAINCP)dvlist.h \ … … 33 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 34 32 $(SOPHYAINCP)strutil.h \ 35 $(SOPHYAINCP)strutilxx.h \ 36 cexpre.h rpneval.h \ 37 $(SOPHYAINCP)srandgen.h \ 38 zthread.h 39 $(CXXCOMPILELIB) -o $@ $< 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 34 $(SOPHYAINCP)srandgen.h zthread.h 35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc 40 36 41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 37 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \ 43 38 $(SOPHYAINCP)machdefs.h ctimer.h 44 $(CXXCOMPILE LIB) -o $@ $<39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 45 40 46 41 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 47 $(SOPHYAINCP)sopnamsp.h \ 48 cxxcmplnk.h \ 42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 49 43 $(SOPHYAINCP)machdefs.h 50 $(CXXCOMPILE LIB) -o $@ $<44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 51 45 52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \ 53 $(SOPHYAINCP)machdefs.h \ 54 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 55 $(CXXCOMPILELIB) -o $@ $< 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \ 47 pdlmgr.h 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 56 49 57 50 $(SOPHYAOBJP)periodic.o: periodic.cc \ 58 51 $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)machdefs.h \ 60 periodic.h 61 $(CXXCOMPILELIB) -o $@ $< 52 $(SOPHYAINCP)machdefs.h periodic.h 53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 62 54 63 55 $(SOPHYAOBJP)psighand.o: psighand.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 psighand.h \ 56 $(SOPHYAINCP)sopnamsp.h psighand.h \ 66 57 $(SOPHYAINCP)machdefs.h \ 67 58 $(SOPHYAINCP)pexceptions.h 68 $(CXXCOMPILE LIB) -o $@ $<59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 69 60 70 61 $(SOPHYAOBJP)resusage.o: resusage.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 72 resusage.h \ 62 $(SOPHYAINCP)sopnamsp.h resusage.h \ 73 63 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE LIB) -o $@ $<64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 75 65 76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 77 $(SOPHYAINCP)sopnamsp.h \ 78 rpneval.h \ 79 $(SOPHYAINCP)machdefs.h \ 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 80 68 $(SOPHYAINCP)pexceptions.h \ 81 69 $(SOPHYAINCP)strutilxx.h \ 82 70 $(SOPHYAINCP)srandgen.h 83 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 84 72 85 $(SOPHYAOBJP)zthread.o: zthread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 zthread.h \ 88 $(SOPHYAINCP)machdefs.h \ 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 89 75 $(SOPHYAINCP)pexceptions.h 90 $(CXXCOMPILE LIB) -o $@ $<76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 91 77 92 78 $(SOPHYAOBJP)timing.o: timing.c timing.h 93 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ timing.c 94 80 -
trunk/SophyaLib/SysTools/smakefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \ 14 $(SOPHYAINCP)sopnamsp.h cexpre.h \ 15 $(SOPHYAINCP)machdefs.h \ 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \ 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 16 15 $(SOPHYAINCP)pexceptions.h \ 17 16 $(SOPHYAINCP)srandgen.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 18 20 19 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h \ 22 commander.h \ 20 $(SOPHYAINCP)sopnamsp.h commander.h \ 23 21 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 24 22 $(SOPHYAINCP)dvlist.h \ … … 33 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 34 32 $(SOPHYAINCP)strutil.h \ 35 $(SOPHYAINCP)strutilxx.h \ 36 cexpre.h rpneval.h \ 37 $(SOPHYAINCP)srandgen.h \ 38 zthread.h 39 $(CXXCOMPILELIB) -o $@ $< 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 34 $(SOPHYAINCP)srandgen.h zthread.h 35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc 40 36 41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 37 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \ 43 38 $(SOPHYAINCP)machdefs.h ctimer.h 44 $(CXXCOMPILE LIB) -o $@ $<39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 45 40 46 41 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 47 $(SOPHYAINCP)sopnamsp.h \ 48 cxxcmplnk.h \ 42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 49 43 $(SOPHYAINCP)machdefs.h 50 $(CXXCOMPILE LIB) -o $@ $<44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 51 45 52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \ 53 $(SOPHYAINCP)machdefs.h \ 54 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 55 $(CXXCOMPILELIB) -o $@ $< 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \ 47 pdlmgr.h 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 56 49 57 50 $(SOPHYAOBJP)periodic.o: periodic.cc \ 58 51 $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)machdefs.h \ 60 periodic.h 61 $(CXXCOMPILELIB) -o $@ $< 52 $(SOPHYAINCP)machdefs.h periodic.h 53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 62 54 63 55 $(SOPHYAOBJP)psighand.o: psighand.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 psighand.h \ 56 $(SOPHYAINCP)sopnamsp.h psighand.h \ 66 57 $(SOPHYAINCP)machdefs.h \ 67 58 $(SOPHYAINCP)pexceptions.h 68 $(CXXCOMPILE LIB) -o $@ $<59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 69 60 70 61 $(SOPHYAOBJP)resusage.o: resusage.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 72 resusage.h \ 62 $(SOPHYAINCP)sopnamsp.h resusage.h \ 73 63 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE LIB) -o $@ $<64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 75 65 76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 77 $(SOPHYAINCP)sopnamsp.h \ 78 rpneval.h \ 79 $(SOPHYAINCP)machdefs.h \ 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 80 68 $(SOPHYAINCP)pexceptions.h \ 81 69 $(SOPHYAINCP)strutilxx.h \ 82 70 $(SOPHYAINCP)srandgen.h 83 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 84 72 85 $(SOPHYAOBJP)zthread.o: zthread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 zthread.h \ 88 $(SOPHYAINCP)machdefs.h \ 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 89 75 $(SOPHYAINCP)pexceptions.h 90 $(CXXCOMPILE LIB) -o $@ $<76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 91 77 92 78 $(SOPHYAOBJP)timing.o: timing.c timing.h 93 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ timing.c 94 80 -
trunk/SophyaLib/TArray/Makefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)basarr.o: basarr.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \ 15 14 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)pexceptions.h \ 17 basarr.h \ 15 $(SOPHYAINCP)pexceptions.h basarr.h \ 18 16 $(SOPHYAINCP)anydataobj.h \ 19 17 $(SOPHYAINCP)mutyv.h \ … … 25 23 $(SOPHYAINCP)rawstream.h \ 26 24 $(SOPHYAINCP)ppfnametag.h 27 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basarr.cc 28 26 29 $(SOPHYAOBJP)fioarr.o: fioarr.cc \ 30 $(SOPHYAINCP)sopnamsp.h \ 27 $(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \ 31 28 $(SOPHYAINCP)pexceptions.h \ 32 29 $(SOPHYAINCP)machdefs.h \ … … 38 35 $(SOPHYAINCP)ppfnametag.h \ 39 36 $(SOPHYAINCP)ndatablock.h \ 40 $(SOPHYAINCP)anydataobj.h \ 41 fioarr.h tarray.h basarr.h \ 42 $(SOPHYAINCP)mutyv.h \ 37 $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \ 38 basarr.h $(SOPHYAINCP)mutyv.h \ 43 39 $(SOPHYAINCP)dvlist.h \ 44 $(SOPHYAINCP)objfio.h utilarr.h \ 45 tmatrix.h tvector.h \ 46 $(SOPHYAINCP)datatype.h 47 $(CXXCOMPILELIB) -o $@ $< 40 $(SOPHYAINCP)objfio.h utilarr.h tmatrix.h \ 41 tvector.h $(SOPHYAINCP)datatype.h 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc 48 43 49 $(SOPHYAOBJP)matharr.o: matharr.cc \ 50 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 matharr.h tarray.h basarr.h \ 53 $(SOPHYAINCP)anydataobj.h \ 44 $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h matharr.h tarray.h \ 46 basarr.h $(SOPHYAINCP)anydataobj.h \ 54 47 $(SOPHYAINCP)mutyv.h \ 55 48 $(SOPHYAINCP)dvlist.h \ … … 61 54 $(SOPHYAINCP)rawstream.h \ 62 55 $(SOPHYAINCP)ppfnametag.h \ 63 $(SOPHYAINCP)ndatablock.h \ 64 utilarr.h 65 $(CXXCOMPILELIB) -o $@ $< 56 $(SOPHYAINCP)ndatablock.h utilarr.h 57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc 66 58 67 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc \ 68 $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 sopemtx.h tmatrix.h tarray.h basarr.h \ 71 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \ 61 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 72 62 $(SOPHYAINCP)mutyv.h \ 73 63 $(SOPHYAINCP)dvlist.h \ … … 79 69 $(SOPHYAINCP)rawstream.h \ 80 70 $(SOPHYAINCP)ppfnametag.h \ 81 $(SOPHYAINCP)ndatablock.h \ 82 utilarr.h tvector.h \ 83 $(SOPHYAINCP)smathconst.h 84 $(CXXCOMPILELIB) -o $@ $< 71 $(SOPHYAINCP)ndatablock.h utilarr.h \ 72 tvector.h $(SOPHYAINCP)smathconst.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopemtx.cc 85 74 86 $(SOPHYAOBJP)tarray.o: tarray.cc \ 87 $(SOPHYAINCP)sopnamsp.h \ 75 $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \ 88 76 $(SOPHYAINCP)machdefs.h \ 89 $(SOPHYAINCP)pexceptions.h \ 90 tarray.h basarr.h \ 91 $(SOPHYAINCP)anydataobj.h \ 77 $(SOPHYAINCP)pexceptions.h tarray.h \ 78 basarr.h $(SOPHYAINCP)anydataobj.h \ 92 79 $(SOPHYAINCP)mutyv.h \ 93 80 $(SOPHYAINCP)dvlist.h \ … … 98 85 $(SOPHYAINCP)rawstream.h \ 99 86 $(SOPHYAINCP)ppfnametag.h \ 100 $(SOPHYAINCP)ndatablock.h \ 101 utilarr.h 102 $(CXXCOMPILELIB) -o $@ $< 87 $(SOPHYAINCP)ndatablock.h utilarr.h 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc 103 89 104 90 $(SOPHYAOBJP)tarrinit.o: tarrinit.cc \ 105 91 $(SOPHYAINCP)sopnamsp.h \ 106 $(SOPHYAINCP)machdefs.h \ 107 tarrinit.h \ 108 $(SOPHYAINCP)sophyainit.h \ 109 fioarr.h tarray.h basarr.h \ 110 $(SOPHYAINCP)anydataobj.h \ 92 $(SOPHYAINCP)machdefs.h tarrinit.h \ 93 $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \ 94 basarr.h $(SOPHYAINCP)anydataobj.h \ 111 95 $(SOPHYAINCP)mutyv.h \ 112 96 $(SOPHYAINCP)dvlist.h \ … … 118 102 $(SOPHYAINCP)rawstream.h \ 119 103 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h \121 utilarr.htmatrix.h tvector.h122 $(CXXCOMPILE LIB) -o $@ $<104 $(SOPHYAINCP)ndatablock.h utilarr.h \ 105 tmatrix.h tvector.h 106 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc 123 107 124 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 108 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \ 126 109 $(SOPHYAINCP)machdefs.h \ 110 $(SOPHYAINCP)pexceptions.h tmatrix.h \ 111 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 112 $(SOPHYAINCP)mutyv.h \ 113 $(SOPHYAINCP)dvlist.h \ 114 $(SOPHYAINCP)objfio.h \ 115 $(SOPHYAINCP)ppersist.h \ 116 $(SOPHYAINCP)gnumd5.h \ 117 $(SOPHYAINCP)ppfbinstream.h \ 118 $(SOPHYAINCP)rawstream.h \ 119 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h utilarr.h 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc 122 123 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 124 $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)nbmath.h \ 127 $(SOPHYAINCP)smathconst.h \ 128 $(SOPHYAINCP)timing.h array.h tarray.h \ 129 basarr.h $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)mutyv.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)ppersist.h \ 127 134 $(SOPHYAINCP)pexceptions.h \ 135 $(SOPHYAINCP)gnumd5.h \ 136 $(SOPHYAINCP)ppfbinstream.h \ 137 $(SOPHYAINCP)rawstream.h \ 138 $(SOPHYAINCP)ppfnametag.h \ 139 $(SOPHYAINCP)ndatablock.h utilarr.h \ 140 tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 141 $(SOPHYAINCP)fftservintf.h \ 142 $(SOPHYAINCP)tmatrix.h \ 143 $(SOPHYAINCP)tvector.h \ 144 $(SOPHYAINCP)fftpserver.h 145 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 146 147 $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \ 148 $(SOPHYAINCP)machdefs.h \ 149 $(SOPHYAINCP)pexceptions.h tvector.h \ 128 150 tmatrix.h tarray.h basarr.h \ 129 151 $(SOPHYAINCP)anydataobj.h \ … … 136 158 $(SOPHYAINCP)rawstream.h \ 137 159 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)ndatablock.h \ 139 utilarr.h 140 $(CXXCOMPILELIB) -o $@ $< 160 $(SOPHYAINCP)ndatablock.h utilarr.h 161 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc 141 162 142 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 144 toeplitzMatrix.h \ 145 $(SOPHYAINCP)machdefs.h \ 146 $(SOPHYAINCP)nbmath.h \ 147 $(SOPHYAINCP)smathconst.h \ 148 $(SOPHYAINCP)timing.h array.h \ 149 tarray.h basarr.h \ 150 $(SOPHYAINCP)anydataobj.h \ 163 $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \ 164 $(SOPHYAINCP)machdefs.h utilarr.h \ 151 165 $(SOPHYAINCP)mutyv.h \ 152 $(SOPHYAINCP)dvlist.h \ 153 $(SOPHYAINCP)objfio.h \ 154 $(SOPHYAINCP)ppersist.h \ 155 $(SOPHYAINCP)pexceptions.h \ 156 $(SOPHYAINCP)gnumd5.h \ 157 $(SOPHYAINCP)ppfbinstream.h \ 158 $(SOPHYAINCP)rawstream.h \ 159 $(SOPHYAINCP)ppfnametag.h \ 160 $(SOPHYAINCP)ndatablock.h \ 161 utilarr.h tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 162 $(SOPHYAINCP)fftservintf.h \ 163 $(SOPHYAINCP)tmatrix.h \ 164 $(SOPHYAINCP)tvector.h \ 165 $(SOPHYAINCP)fftpserver.h 166 $(CXXCOMPILELIB) -o $@ $< 166 $(SOPHYAINCP)srandgen.h 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilarr.cc 167 168 168 $(SOPHYAOBJP)tvector.o: tvector.cc \169 $(SOPHYAINCP)sopnamsp.h \170 $(SOPHYAINCP)machdefs.h \171 $(SOPHYAINCP)pexceptions.h \172 tvector.h tmatrix.h tarray.h basarr.h \173 $(SOPHYAINCP)anydataobj.h \174 $(SOPHYAINCP)mutyv.h \175 $(SOPHYAINCP)dvlist.h \176 $(SOPHYAINCP)objfio.h \177 $(SOPHYAINCP)ppersist.h \178 $(SOPHYAINCP)gnumd5.h \179 $(SOPHYAINCP)ppfbinstream.h \180 $(SOPHYAINCP)rawstream.h \181 $(SOPHYAINCP)ppfnametag.h \182 $(SOPHYAINCP)ndatablock.h \183 utilarr.h184 $(CXXCOMPILELIB) -o $@ $<185 186 $(SOPHYAOBJP)utilarr.o: utilarr.cc \187 $(SOPHYAINCP)sopnamsp.h \188 $(SOPHYAINCP)machdefs.h \189 utilarr.h $(SOPHYAINCP)mutyv.h \190 $(SOPHYAINCP)srandgen.h191 $(CXXCOMPILELIB) -o $@ $<192 -
trunk/SophyaLib/TArray/smakefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)basarr.o: basarr.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \ 15 14 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)pexceptions.h \ 17 basarr.h \ 15 $(SOPHYAINCP)pexceptions.h basarr.h \ 18 16 $(SOPHYAINCP)anydataobj.h \ 19 17 $(SOPHYAINCP)mutyv.h \ … … 25 23 $(SOPHYAINCP)rawstream.h \ 26 24 $(SOPHYAINCP)ppfnametag.h 27 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basarr.cc 28 26 29 $(SOPHYAOBJP)fioarr.o: fioarr.cc \ 30 $(SOPHYAINCP)sopnamsp.h \ 27 $(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \ 31 28 $(SOPHYAINCP)pexceptions.h \ 32 29 $(SOPHYAINCP)machdefs.h \ … … 38 35 $(SOPHYAINCP)ppfnametag.h \ 39 36 $(SOPHYAINCP)ndatablock.h \ 40 $(SOPHYAINCP)anydataobj.h \ 41 fioarr.h tarray.h basarr.h \ 42 $(SOPHYAINCP)mutyv.h \ 37 $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \ 38 basarr.h $(SOPHYAINCP)mutyv.h \ 43 39 $(SOPHYAINCP)dvlist.h \ 44 $(SOPHYAINCP)objfio.h utilarr.h \ 45 tmatrix.h tvector.h \ 46 $(SOPHYAINCP)datatype.h 47 $(CXXCOMPILELIB) -o $@ $< 40 $(SOPHYAINCP)objfio.h utilarr.h tmatrix.h \ 41 tvector.h $(SOPHYAINCP)datatype.h 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc 48 43 49 $(SOPHYAOBJP)matharr.o: matharr.cc \ 50 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 matharr.h tarray.h basarr.h \ 53 $(SOPHYAINCP)anydataobj.h \ 44 $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h matharr.h tarray.h \ 46 basarr.h $(SOPHYAINCP)anydataobj.h \ 54 47 $(SOPHYAINCP)mutyv.h \ 55 48 $(SOPHYAINCP)dvlist.h \ … … 61 54 $(SOPHYAINCP)rawstream.h \ 62 55 $(SOPHYAINCP)ppfnametag.h \ 63 $(SOPHYAINCP)ndatablock.h \ 64 utilarr.h 65 $(CXXCOMPILELIB) -o $@ $< 56 $(SOPHYAINCP)ndatablock.h utilarr.h 57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc 66 58 67 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc \ 68 $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 sopemtx.h tmatrix.h tarray.h basarr.h \ 71 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \ 61 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 72 62 $(SOPHYAINCP)mutyv.h \ 73 63 $(SOPHYAINCP)dvlist.h \ … … 79 69 $(SOPHYAINCP)rawstream.h \ 80 70 $(SOPHYAINCP)ppfnametag.h \ 81 $(SOPHYAINCP)ndatablock.h \ 82 utilarr.h tvector.h \ 83 $(SOPHYAINCP)smathconst.h 84 $(CXXCOMPILELIB) -o $@ $< 71 $(SOPHYAINCP)ndatablock.h utilarr.h \ 72 tvector.h $(SOPHYAINCP)smathconst.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopemtx.cc 85 74 86 $(SOPHYAOBJP)tarray.o: tarray.cc \ 87 $(SOPHYAINCP)sopnamsp.h \ 75 $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \ 88 76 $(SOPHYAINCP)machdefs.h \ 89 $(SOPHYAINCP)pexceptions.h \ 90 tarray.h basarr.h \ 91 $(SOPHYAINCP)anydataobj.h \ 77 $(SOPHYAINCP)pexceptions.h tarray.h \ 78 basarr.h $(SOPHYAINCP)anydataobj.h \ 92 79 $(SOPHYAINCP)mutyv.h \ 93 80 $(SOPHYAINCP)dvlist.h \ … … 98 85 $(SOPHYAINCP)rawstream.h \ 99 86 $(SOPHYAINCP)ppfnametag.h \ 100 $(SOPHYAINCP)ndatablock.h \ 101 utilarr.h 102 $(CXXCOMPILELIB) -o $@ $< 87 $(SOPHYAINCP)ndatablock.h utilarr.h 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc 103 89 104 90 $(SOPHYAOBJP)tarrinit.o: tarrinit.cc \ 105 91 $(SOPHYAINCP)sopnamsp.h \ 106 $(SOPHYAINCP)machdefs.h \ 107 tarrinit.h \ 108 $(SOPHYAINCP)sophyainit.h \ 109 fioarr.h tarray.h basarr.h \ 110 $(SOPHYAINCP)anydataobj.h \ 92 $(SOPHYAINCP)machdefs.h tarrinit.h \ 93 $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \ 94 basarr.h $(SOPHYAINCP)anydataobj.h \ 111 95 $(SOPHYAINCP)mutyv.h \ 112 96 $(SOPHYAINCP)dvlist.h \ … … 118 102 $(SOPHYAINCP)rawstream.h \ 119 103 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h \121 utilarr.htmatrix.h tvector.h122 $(CXXCOMPILE LIB) -o $@ $<104 $(SOPHYAINCP)ndatablock.h utilarr.h \ 105 tmatrix.h tvector.h 106 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc 123 107 124 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 108 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \ 126 109 $(SOPHYAINCP)machdefs.h \ 110 $(SOPHYAINCP)pexceptions.h tmatrix.h \ 111 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 112 $(SOPHYAINCP)mutyv.h \ 113 $(SOPHYAINCP)dvlist.h \ 114 $(SOPHYAINCP)objfio.h \ 115 $(SOPHYAINCP)ppersist.h \ 116 $(SOPHYAINCP)gnumd5.h \ 117 $(SOPHYAINCP)ppfbinstream.h \ 118 $(SOPHYAINCP)rawstream.h \ 119 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h utilarr.h 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc 122 123 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 124 $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)nbmath.h \ 127 $(SOPHYAINCP)smathconst.h \ 128 $(SOPHYAINCP)timing.h array.h tarray.h \ 129 basarr.h $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)mutyv.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)ppersist.h \ 127 134 $(SOPHYAINCP)pexceptions.h \ 135 $(SOPHYAINCP)gnumd5.h \ 136 $(SOPHYAINCP)ppfbinstream.h \ 137 $(SOPHYAINCP)rawstream.h \ 138 $(SOPHYAINCP)ppfnametag.h \ 139 $(SOPHYAINCP)ndatablock.h utilarr.h \ 140 tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 141 $(SOPHYAINCP)fftservintf.h \ 142 $(SOPHYAINCP)tmatrix.h \ 143 $(SOPHYAINCP)tvector.h \ 144 $(SOPHYAINCP)fftpserver.h 145 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 146 147 $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \ 148 $(SOPHYAINCP)machdefs.h \ 149 $(SOPHYAINCP)pexceptions.h tvector.h \ 128 150 tmatrix.h tarray.h basarr.h \ 129 151 $(SOPHYAINCP)anydataobj.h \ … … 136 158 $(SOPHYAINCP)rawstream.h \ 137 159 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)ndatablock.h \ 139 utilarr.h 140 $(CXXCOMPILELIB) -o $@ $< 160 $(SOPHYAINCP)ndatablock.h utilarr.h 161 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc 141 162 142 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 144 toeplitzMatrix.h \ 145 $(SOPHYAINCP)machdefs.h \ 146 $(SOPHYAINCP)nbmath.h \ 147 $(SOPHYAINCP)smathconst.h \ 148 $(SOPHYAINCP)timing.h array.h \ 149 tarray.h basarr.h \ 150 $(SOPHYAINCP)anydataobj.h \ 163 $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \ 164 $(SOPHYAINCP)machdefs.h utilarr.h \ 151 165 $(SOPHYAINCP)mutyv.h \ 152 $(SOPHYAINCP)dvlist.h \ 153 $(SOPHYAINCP)objfio.h \ 154 $(SOPHYAINCP)ppersist.h \ 155 $(SOPHYAINCP)pexceptions.h \ 156 $(SOPHYAINCP)gnumd5.h \ 157 $(SOPHYAINCP)ppfbinstream.h \ 158 $(SOPHYAINCP)rawstream.h \ 159 $(SOPHYAINCP)ppfnametag.h \ 160 $(SOPHYAINCP)ndatablock.h \ 161 utilarr.h tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 162 $(SOPHYAINCP)fftservintf.h \ 163 $(SOPHYAINCP)tmatrix.h \ 164 $(SOPHYAINCP)tvector.h \ 165 $(SOPHYAINCP)fftpserver.h 166 $(CXXCOMPILELIB) -o $@ $< 166 $(SOPHYAINCP)srandgen.h 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilarr.cc 167 168 168 $(SOPHYAOBJP)tvector.o: tvector.cc \169 $(SOPHYAINCP)sopnamsp.h \170 $(SOPHYAINCP)machdefs.h \171 $(SOPHYAINCP)pexceptions.h \172 tvector.h tmatrix.h tarray.h basarr.h \173 $(SOPHYAINCP)anydataobj.h \174 $(SOPHYAINCP)mutyv.h \175 $(SOPHYAINCP)dvlist.h \176 $(SOPHYAINCP)objfio.h \177 $(SOPHYAINCP)ppersist.h \178 $(SOPHYAINCP)gnumd5.h \179 $(SOPHYAINCP)ppfbinstream.h \180 $(SOPHYAINCP)rawstream.h \181 $(SOPHYAINCP)ppfnametag.h \182 $(SOPHYAINCP)ndatablock.h \183 utilarr.h184 $(CXXCOMPILELIB) -o $@ $<185 186 $(SOPHYAOBJP)utilarr.o: utilarr.cc \187 $(SOPHYAINCP)sopnamsp.h \188 $(SOPHYAINCP)machdefs.h \189 utilarr.h $(SOPHYAINCP)mutyv.h \190 $(SOPHYAINCP)srandgen.h191 $(CXXCOMPILELIB) -o $@ $<192 -
trunk/SophyaPI/PI/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup dattachment.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o 7 7 rm -f $(SOPHYALIBP)libPI.a 8 8 … … 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)lut.o: lut.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)lut.o: lut.cc $(SOPHYAINCP)sopnamsp.h \ 15 14 $(SOPHYAINCP)machdefs.h lut.h 16 $(CXXCOMPILE LIB) -o $@ $<15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lut.cc 17 16 18 17 $(SOPHYAOBJP)parradapter.o: parradapter.cc \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 parradapter.h \ 18 $(SOPHYAINCP)sopnamsp.h parradapter.h \ 21 19 $(SOPHYAINCP)machdefs.h lut.h 22 $(CXXCOMPILELIB) -o $@ $< 23 24 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 25 $(SOPHYAINCP)sopnamsp.h \ 20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parradapter.cc 21 22 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc $(SOPHYAINCP)sopnamsp.h \ 26 23 pi3ddrw.h pisysdep.h \ 27 $(SOPHYAINCP)machdefs.h \ 24 $(SOPHYAINCP)machdefs.h pidrawer.h \ 25 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 26 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 27 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h \ 28 piaxes.h pieldrw.h pigraph3d.h 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 30 31 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc $(SOPHYAINCP)sopnamsp.h \ 32 pi3dwdg.h pisysdep.h \ 33 $(SOPHYAINCP)machdefs.h pi3ddrw.h \ 28 34 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 29 35 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 30 36 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 31 pigratt.h piaxes.h pieldrw.h pigraph3d.h 32 $(CXXCOMPILELIB) -o $@ $< 33 34 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 35 $(SOPHYAINCP)sopnamsp.h \ 36 pi3dwdg.h pisysdep.h \ 37 $(SOPHYAINCP)machdefs.h \ 38 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 39 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 40 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 41 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h \ 42 pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 43 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 44 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 45 pimenubargen.h picons.h 46 $(CXXCOMPILELIB) -o $@ $< 37 pigratt.h piaxes.h pieldrw.h pigraph3d.h pibwdgx.h pigraphps.h \ 38 pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h pimenugen.h \ 39 pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 40 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 41 picons.h 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3dwdg.cc 47 43 48 44 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 49 $(SOPHYAINCP)sopnamsp.h \ 50 piapplgen.h pimsghandler.h \ 51 $(SOPHYAINCP)machdefs.h \ 45 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 46 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 52 47 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 53 48 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ … … 55 50 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 56 51 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 57 $(CXXCOMPILELIB) -o $@ $< 58 59 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 60 $(SOPHYAINCP)sopnamsp.h \ 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplgen.cc 53 54 $(SOPHYAOBJP)piapplx.o: piapplx.cc $(SOPHYAINCP)sopnamsp.h \ 61 55 piapplx.h piapplgen.h pimsghandler.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 64 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 65 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 66 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 67 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 68 $(CXXCOMPILELIB) -o $@ $< 69 70 $(SOPHYAOBJP)piaxes.o: piaxes.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 56 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 58 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 59 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 60 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 61 pigraphuc.h pievthandler.h psfile.h pigraphps.h 62 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplx.cc 63 64 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 72 65 $(SOPHYAINCP)machdefs.h piaxes.h \ 73 66 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 74 67 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 75 68 pigrcoord.h pilineatt.h pigratt.h 76 $(CXXCOMPILE LIB) -o $@ $<69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxes.cc 77 70 78 71 $(SOPHYAOBJP)piaxestools.o: piaxestools.cc \ 79 72 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 80 73 pigraphuc.h pisysdep.h \ 81 $(SOPHYAINCP)machdefs.h \82 pi graphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \83 picmap x.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \84 pi gratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \85 pi optmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \86 picontainer x.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \87 pi menubargen.h picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h \88 p sfile.h pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h89 $(CXXCOMPILE LIB) -o $@ $<74 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 75 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 76 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h \ 77 piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \ 78 pimenux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 79 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 80 picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h psfile.h \ 81 pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h 82 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxestools.cc 90 83 91 84 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 92 85 $(SOPHYAINCP)sopnamsp.h \ 93 $(SOPHYAINCP)machdefs.h \94 pi bargraph.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \95 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \96 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \86 $(SOPHYAINCP)machdefs.h pibargraph.h \ 87 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 88 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 89 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 97 90 pievthandler.h psfile.h pigratt.h piaxes.h 98 $(CXXCOMPILE LIB) -o $@ $<91 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibargraph.cc 99 92 100 93 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 101 $(SOPHYAINCP)sopnamsp.h \ 102 pibwdggen.h pisysdep.h \ 103 $(SOPHYAINCP)machdefs.h piwdgx.h \ 94 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 95 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 104 96 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 105 97 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 109 101 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 110 102 pimenubargen.h picons.h pibwdgx.h 111 $(CXXCOMPILELIB) -o $@ $< 112 113 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 114 $(SOPHYAINCP)sopnamsp.h \ 103 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdggen.cc 104 105 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 115 106 pixtbaseP.h pibwdgx.h pisysdep.h \ 116 $(SOPHYAINCP)machdefs.h \ 117 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 118 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 119 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 120 pixtbase.h 121 $(CXXCOMPILELIB) -o $@ $< 122 123 $(SOPHYAOBJP)picmap.o: picmap.cc \ 124 $(SOPHYAINCP)sopnamsp.h picmap.h \ 125 pisysdep.h \ 126 $(SOPHYAINCP)machdefs.h \ 107 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 108 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 109 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 110 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 111 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdgx.cc 112 113 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 114 picmap.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 127 115 picmapx.h picmapgen.h 128 $(CXXCOMPILE LIB) -o $@ $<116 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 129 117 130 118 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 picmapgen.h pisysdep.h \ 133 $(SOPHYAINCP)machdefs.h \ 119 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 120 pisysdep.h $(SOPHYAINCP)machdefs.h \ 134 121 picmapx.h picmap.h 135 $(CXXCOMPILE LIB) -o $@ $<122 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapgen.cc 136 123 137 124 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 138 $(SOPHYAINCP)sopnamsp.h \ 139 picmapview.h pisysdep.h \ 140 $(SOPHYAINCP)machdefs.h \ 125 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 126 pisysdep.h $(SOPHYAINCP)machdefs.h \ 141 127 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 142 128 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 143 129 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 144 130 pigraphps.h 145 $(CXXCOMPILELIB) -o $@ $< 146 147 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 148 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 149 piwdggen.h \ 150 $(SOPHYAINCP)machdefs.h \ 131 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapview.cc 132 133 $(SOPHYAOBJP)picmapx.o: picmapx.cc $(SOPHYAINCP)sopnamsp.h \ 134 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 151 135 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 152 $(CXXCOMPILELIB) -o $@ $< 153 154 $(SOPHYAOBJP)picons.o: picons.cc \ 155 $(SOPHYAINCP)sopnamsp.h \ 156 pisysdep.h \ 157 $(SOPHYAINCP)machdefs.h \ 136 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc 137 138 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 139 pisysdep.h $(SOPHYAINCP)machdefs.h \ 158 140 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 159 141 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ … … 161 143 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 162 144 pievthandler.h psfile.h pigraphps.h 163 $(CXXCOMPILE LIB) -o $@ $<145 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picons.cc 164 146 165 147 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 166 $(SOPHYAINCP)sopnamsp.h \ 167 picontainergen.h pisysdep.h \ 168 $(SOPHYAINCP)machdefs.h piwdgx.h \ 148 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 149 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 169 150 piwdggen.h pimsghandler.h picolist.h 170 $(CXXCOMPILE LIB) -o $@ $<151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 171 152 172 153 $(SOPHYAOBJP)picontainerx.o: picontainerx.cc \ 173 $(SOPHYAINCP)sopnamsp.h \ 174 picontainerx.h pisysdep.h \ 175 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 155 pisysdep.h $(SOPHYAINCP)machdefs.h \ 176 156 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 177 $(CXXCOMPILE LIB) -o $@ $<157 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainerx.cc 178 158 179 159 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 180 160 $(SOPHYAINCP)sopnamsp.h \ 181 $(SOPHYAINCP)machdefs.h \ 182 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 183 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 184 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 185 pievthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \ 186 pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 187 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 188 piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h pigraphps.h \ 189 ucckprot.h 190 $(CXXCOMPILELIB) -o $@ $< 161 $(SOPHYAINCP)machdefs.h pidrawer.h \ 162 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 163 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 164 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 165 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 166 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 167 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 168 pimenubargen.h picons.h pibwdgx.h pigraphps.h ucckprot.h 169 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawer.cc 191 170 192 171 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 193 $(SOPHYAINCP)sopnamsp.h \ 194 pidrawwin.h pisysdep.h \ 195 $(SOPHYAINCP)machdefs.h \ 172 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 173 pisysdep.h $(SOPHYAINCP)machdefs.h \ 196 174 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 197 175 piwdggen.h pimsghandler.h picolist.h piscdrawwdg.h pibwdgx.h \ … … 200 178 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 201 179 pidrawer.h pigratt.h piaxes.h pieldrw.h 202 $(CXXCOMPILE LIB) -o $@ $<180 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawwin.cc 203 181 204 182 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 205 $(SOPHYAINCP)sopnamsp.h \ 206 pidrwtools.h pisysdep.h \ 207 $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \ 184 pisysdep.h $(SOPHYAINCP)machdefs.h \ 208 185 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 209 186 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ … … 214 191 piscdrawwdg.h pidrawer.h pigratt.h piaxes.h pieldrw.h pi3dwdg.h \ 215 192 pi3ddrw.h pigraph3d.h 216 $(CXXCOMPILELIB) -o $@ $< 217 218 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 220 $(SOPHYAINCP)machdefs.h \ 221 pieldrw.h pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 222 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 223 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrwtools.cc 194 195 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc $(SOPHYAINCP)sopnamsp.h \ 196 $(SOPHYAINCP)machdefs.h pieldrw.h \ 197 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 198 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 199 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 224 200 pievthandler.h psfile.h pigratt.h piaxes.h 225 $(CXXCOMPILE LIB) -o $@ $<201 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pieldrw.cc 226 202 227 203 $(SOPHYAOBJP)pievthandler.o: pievthandler.cc \ 228 $(SOPHYAINCP)sopnamsp.h \ 229 pievthandler.h pisysdep.h \ 230 $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 205 pisysdep.h $(SOPHYAINCP)machdefs.h \ 231 206 pimsghandler.h piwdgx.h piwdggen.h picolist.h pigraphx.h pigraphgen.h \ 232 207 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 233 208 pilineatt.h 234 $(CXXCOMPILE LIB) -o $@ $<209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pievthandler.cc 235 210 236 211 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 237 $(SOPHYAINCP)sopnamsp.h \ 238 pifilechogen.h pisysdep.h \ 239 $(SOPHYAINCP)machdefs.h piwdgx.h \ 212 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 213 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 240 214 piwdggen.h pimsghandler.h picolist.h 241 $(CXXCOMPILE LIB) -o $@ $<215 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 242 216 243 217 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 244 $(SOPHYAINCP)sopnamsp.h \ 245 pisysdep.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 piapplx.h piapplgen.h pimsghandler.h picontainerx.h picontainergen.h \ 248 piwdgx.h piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h \ 249 pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 250 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 251 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 252 pigraphps.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 253 $(CXXCOMPILELIB) -o $@ $< 218 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 219 $(SOPHYAINCP)machdefs.h piapplx.h \ 220 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 221 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 222 picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h \ 223 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 224 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 225 pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechox.cc 254 227 255 228 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 256 $(SOPHYAINCP)sopnamsp.h \ 257 pigraphgen.h pisysdep.h \ 258 $(SOPHYAINCP)machdefs.h piwdgx.h \ 229 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 230 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 259 231 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 260 232 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 pisysdep.h \ 266 $(SOPHYAINCP)machdefs.h \ 233 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 234 235 $(SOPHYAOBJP)pifontx.o: pifontx.cc $(SOPHYAINCP)sopnamsp.h \ 236 pisysdep.h $(SOPHYAINCP)machdefs.h \ 267 237 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 268 $(CXXCOMPILE LIB) -o $@ $<238 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 269 239 270 240 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 271 $(SOPHYAINCP)sopnamsp.h \ 272 pigraph3d.h pisysdep.h \ 273 $(SOPHYAINCP)machdefs.h \ 241 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 242 pisysdep.h $(SOPHYAINCP)machdefs.h \ 274 243 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 275 244 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 276 245 pilineatt.h 277 $(CXXCOMPILE LIB) -o $@ $<246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraph3d.cc 278 247 279 248 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 280 $(SOPHYAINCP)sopnamsp.h \ 281 pigraphgen.h pisysdep.h \ 282 $(SOPHYAINCP)machdefs.h piwdgx.h \ 249 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 250 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 283 251 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 284 252 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 285 $(CXXCOMPILE LIB) -o $@ $<253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 286 254 287 255 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 288 $(SOPHYAINCP)sopnamsp.h \ 289 pigraphps.h pisysdep.h \ 290 $(SOPHYAINCP)machdefs.h \ 256 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 257 pisysdep.h $(SOPHYAINCP)machdefs.h \ 291 258 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 292 259 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 293 260 psfile.h 294 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphps.cc 295 262 296 263 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 297 264 $(SOPHYAINCP)sopnamsp.h \ 298 $(SOPHYAINCP)machdefs.h \299 pi graphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \300 pic olist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \301 pi grcoord.h pilineatt.h ucckprot.h302 $(CXXCOMPILE LIB) -o $@ $<265 $(SOPHYAINCP)machdefs.h pigraphuc.h \ 266 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 267 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 268 pilineatt.h ucckprot.h 269 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphuc.cc 303 270 304 271 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 305 $(SOPHYAINCP)sopnamsp.h \ 306 pigraphx.h pisysdep.h \ 307 $(SOPHYAINCP)machdefs.h \ 272 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 273 pisysdep.h $(SOPHYAINCP)machdefs.h \ 308 274 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 309 275 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 310 $(CXXCOMPILELIB) -o $@ $< 311 312 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 313 $(SOPHYAINCP)sopnamsp.h \ 276 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphx.cc 277 278 $(SOPHYAOBJP)pigratt.o: pigratt.cc $(SOPHYAINCP)sopnamsp.h \ 314 279 pigratt.h pisysdep.h \ 315 $(SOPHYAINCP)machdefs.h \316 pi graphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \317 picmap x.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \280 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 281 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 282 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 318 283 $(SOPHYAINCP)strutilxx.h 319 $(CXXCOMPILE LIB) -o $@ $<284 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 320 285 321 286 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 pigrcoord.h pisysdep.h \ 324 $(SOPHYAINCP)machdefs.h 325 $(CXXCOMPILELIB) -o $@ $< 326 327 $(SOPHYAOBJP)piimage.o: piimage.cc \ 328 $(SOPHYAINCP)sopnamsp.h \ 329 pisysdep.h \ 330 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \ 288 pisysdep.h $(SOPHYAINCP)machdefs.h 289 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 290 291 $(SOPHYAOBJP)piimage.o: piimage.cc $(SOPHYAINCP)sopnamsp.h \ 292 pisysdep.h $(SOPHYAINCP)machdefs.h \ 331 293 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 332 294 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ … … 338 300 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \ 339 301 piscdrawwdg.h piyfxdrw.h 340 $(CXXCOMPILE LIB) -o $@ $<302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piimage.cc 341 303 342 304 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 343 $(SOPHYAINCP)sopnamsp.h \ 344 piimgtools.h pisysdep.h \ 345 $(SOPHYAINCP)machdefs.h \ 305 $(SOPHYAINCP)sopnamsp.h piimgtools.h \ 306 pisysdep.h $(SOPHYAINCP)machdefs.h \ 346 307 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 347 308 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \ … … 352 313 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pigratt.h piaxes.h \ 353 314 pipixmapx.h pipixmapgen.h picmapview.h 354 $(CXXCOMPILE LIB) -o $@ $<315 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piimgtools.cc 355 316 356 317 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 357 $(SOPHYAINCP)sopnamsp.h \ 358 pilineatt.h pisysdep.h \ 359 $(SOPHYAINCP)machdefs.h 360 $(CXXCOMPILELIB) -o $@ $< 318 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 319 pisysdep.h $(SOPHYAINCP)machdefs.h 320 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilineatt.cc 361 321 362 322 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 363 $(SOPHYAINCP)sopnamsp.h \ 364 pilistgen.h pisysdep.h \ 365 $(SOPHYAINCP)machdefs.h piwdgx.h \ 323 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 324 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 366 325 piwdggen.h pimsghandler.h picolist.h 367 $(CXXCOMPILELIB) -o $@ $< 368 369 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 370 $(SOPHYAINCP)sopnamsp.h \ 326 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 327 328 $(SOPHYAOBJP)pilistx.o: pilistx.cc $(SOPHYAINCP)sopnamsp.h \ 371 329 pilistx.h pilistgen.h pisysdep.h \ 372 $(SOPHYAINCP)machdefs.h piwdgx.h \373 pi wdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h374 $(CXXCOMPILE LIB) -o $@ $<330 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 331 pimsghandler.h picolist.h picontainerx.h picontainergen.h 332 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistx.cc 375 333 376 334 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 377 $(SOPHYAINCP)sopnamsp.h \ 378 pimenubargen.h pisysdep.h \ 379 $(SOPHYAINCP)machdefs.h \ 335 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 336 pisysdep.h $(SOPHYAINCP)machdefs.h \ 380 337 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 381 338 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ … … 383 340 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 384 341 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 385 $(CXXCOMPILE LIB) -o $@ $<342 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubargen.cc 386 343 387 344 $(SOPHYAOBJP)pimenubarx.o: pimenubarx.cc \ 388 $(SOPHYAINCP)sopnamsp.h \389 pimenubar x.h pimenubargen.h pisysdep.h \390 $(SOPHYAINCP)machdefs.h \391 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \392 piappl x.h piapplgen.h picontainerx.h picontainergen.h picons.h \393 pistdwdg x.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \394 pi cmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \395 pi lineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h396 $(CXXCOMPILE LIB) -o $@ $<345 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 346 pimenubargen.h pisysdep.h \ 347 $(SOPHYAINCP)machdefs.h pimenux.h \ 348 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \ 349 piapplgen.h picontainerx.h picontainergen.h picons.h pistdwdgx.h \ 350 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 351 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 352 pigraphuc.h pievthandler.h psfile.h pigraphps.h 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc 397 354 398 355 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 399 $(SOPHYAINCP)sopnamsp.h \ 400 pimenugen.h pisysdep.h \ 401 $(SOPHYAINCP)machdefs.h piwdgx.h \ 356 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 357 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 402 358 piwdggen.h pimsghandler.h picolist.h 403 $(CXXCOMPILELIB) -o $@ $< 404 405 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 406 $(SOPHYAINCP)sopnamsp.h \ 407 pisysdep.h \ 408 $(SOPHYAINCP)machdefs.h \ 359 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 360 361 $(SOPHYAOBJP)pimenux.o: pimenux.cc $(SOPHYAINCP)sopnamsp.h \ 362 pisysdep.h $(SOPHYAINCP)machdefs.h \ 409 363 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 410 364 pimsghandler.h picolist.h 411 $(CXXCOMPILE LIB) -o $@ $<365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 412 366 413 367 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 414 $(SOPHYAINCP)sopnamsp.h \ 415 pimsghandler.h \ 368 $(SOPHYAINCP)sopnamsp.h pimsghandler.h \ 416 369 $(SOPHYAINCP)machdefs.h 417 $(CXXCOMPILE LIB) -o $@ $<370 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimsghandler.cc 418 371 419 372 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 420 $(SOPHYAINCP)sopnamsp.h \ 421 pioptmenugen.h pisysdep.h \ 422 $(SOPHYAINCP)machdefs.h \ 373 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \ 374 pisysdep.h $(SOPHYAINCP)machdefs.h \ 423 375 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 424 $(CXXCOMPILE LIB) -o $@ $<376 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc 425 377 426 378 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 427 $(SOPHYAINCP)sopnamsp.h \ 428 pisysdep.h \ 429 $(SOPHYAINCP)machdefs.h \ 430 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 431 pimsghandler.h picolist.h pistdwdgx.h pistdwdggen.h piapplx.h \ 432 piapplgen.h picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 433 picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 434 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 435 pigraphuc.h pievthandler.h psfile.h pigraphps.h 436 $(CXXCOMPILELIB) -o $@ $< 379 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 380 $(SOPHYAINCP)machdefs.h pioptmenux.h \ 381 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 382 picolist.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \ 383 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h picons.h \ 384 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 385 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 386 pievthandler.h psfile.h pigraphps.h 387 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenux.cc 437 388 438 389 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 439 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 440 piwdggen.h \ 441 $(SOPHYAINCP)machdefs.h \ 442 pimsghandler.h picolist.h piperiodx.h \ 390 $(SOPHYAINCP)sopnamsp.h piwdgx.h piwdggen.h \ 391 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 392 picolist.h piperiodx.h \ 443 393 $(SOPHYAINCP)periodic.h 444 $(CXXCOMPILE LIB) -o $@ $<394 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piperiodx.cc 445 395 446 396 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 447 $(SOPHYAINCP)sopnamsp.h \ 448 pipixmapgen.h pisysdep.h \ 449 $(SOPHYAINCP)machdefs.h \ 397 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 398 pisysdep.h $(SOPHYAINCP)machdefs.h \ 450 399 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 451 400 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 452 401 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 453 402 pigraphps.h 454 $(CXXCOMPILE LIB) -o $@ $<403 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapgen.cc 455 404 456 405 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 457 $(SOPHYAINCP)sopnamsp.h \ 458 pipixmapx.h pipixmapgen.h pisysdep.h \ 459 $(SOPHYAINCP)machdefs.h \ 460 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 461 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 462 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 463 pigraphps.h 464 $(CXXCOMPILELIB) -o $@ $< 406 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 407 pipixmapgen.h pisysdep.h \ 408 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 409 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 410 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 411 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 412 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapx.cc 465 413 466 414 $(SOPHYAOBJP)piscdrawwdg.o: piscdrawwdg.cc \ 467 415 $(SOPHYAINCP)sopnamsp.h \ 468 $(SOPHYAINCP)machdefs.h \469 pis cdrawwdg.h pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h \470 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \471 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \416 $(SOPHYAINCP)machdefs.h piscdrawwdg.h \ 417 pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 418 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 419 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 472 420 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 473 421 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 475 423 pioptmenux.h pioptmenugen.h piapplx.h piapplgen.h pimenubarx.h \ 476 424 pimenubargen.h picons.h piaxestools.h 477 $(CXXCOMPILE LIB) -o $@ $<425 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piscdrawwdg.cc 478 426 479 427 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 480 $(SOPHYAINCP)sopnamsp.h \ 481 pistdwdggen.h pisysdep.h \ 482 $(SOPHYAINCP)machdefs.h piwdgx.h \ 428 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 429 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 483 430 piwdggen.h pimsghandler.h picolist.h 484 $(CXXCOMPILE LIB) -o $@ $<431 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 485 432 486 433 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 487 $(SOPHYAINCP)sopnamsp.h \ 488 pisysdep.h \ 489 $(SOPHYAINCP)machdefs.h \ 490 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 434 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 435 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 436 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 491 437 picontainerx.h picontainergen.h 492 $(CXXCOMPILE LIB) -o $@ $<438 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdgx.cc 493 439 494 440 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 495 $(SOPHYAINCP)sopnamsp.h \ 496 pistzwin.h pisysdep.h \ 497 $(SOPHYAINCP)machdefs.h \ 441 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 442 pisysdep.h $(SOPHYAINCP)machdefs.h \ 498 443 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 499 444 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ … … 501 446 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 502 447 pigrcoord.h pilineatt.h 503 $(CXXCOMPILE LIB) -o $@ $<448 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistzwin.cc 504 449 505 450 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 506 $(SOPHYAINCP)sopnamsp.h \ 507 pisurfdr.h parradapter.h \ 508 $(SOPHYAINCP)machdefs.h lut.h \ 451 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 452 parradapter.h $(SOPHYAINCP)machdefs.h lut.h \ 509 453 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 510 454 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 511 455 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 512 456 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 513 $(CXXCOMPILELIB) -o $@ $< 514 515 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 516 $(SOPHYAINCP)sopnamsp.h \ 457 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisurfdr.cc 458 459 $(SOPHYAOBJP)pitherm.o: pitherm.cc $(SOPHYAINCP)sopnamsp.h \ 517 460 pitherm.h pisysdep.h \ 518 $(SOPHYAINCP)machdefs.h \ 519 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 520 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 521 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 522 pigraphps.h 523 $(CXXCOMPILELIB) -o $@ $< 461 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 462 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 463 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 464 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 465 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitherm.cc 524 466 525 467 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 526 468 $(SOPHYAINCP)sopnamsp.h \ 527 $(SOPHYAINCP)machdefs.h \528 pi txtdrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \529 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \530 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \469 $(SOPHYAINCP)machdefs.h pitxtdrw.h \ 470 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 471 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 472 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 531 473 pievthandler.h psfile.h pigratt.h piaxes.h 532 $(CXXCOMPILE LIB) -o $@ $<474 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitxtdrw.cc 533 475 534 476 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 535 $(SOPHYAINCP)sopnamsp.h \ 536 piwdggen.h \ 537 $(SOPHYAINCP)machdefs.h \ 538 pimsghandler.h picolist.h picontainergen.h pisysdep.h piwdgx.h \ 539 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 540 pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 541 $(CXXCOMPILELIB) -o $@ $< 542 543 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc \ 544 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 545 piwdggen.h \ 546 $(SOPHYAINCP)machdefs.h \ 477 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 478 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 479 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 480 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 481 pifontgen.h pigrcoord.h pilineatt.h psfile.h 482 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdggen.cc 483 484 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 485 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 547 486 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 548 487 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 549 488 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 550 489 $(SOPHYAINCP)pexceptions.h 551 $(CXXCOMPILE LIB) -o $@ $<490 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdgx.cc 552 491 553 492 $(SOPHYAOBJP)piwindowgen.o: piwindowgen.cc \ 554 $(SOPHYAINCP)sopnamsp.h \ 555 piwindowgen.h pisysdep.h \ 556 $(SOPHYAINCP)machdefs.h \ 493 $(SOPHYAINCP)sopnamsp.h piwindowgen.h \ 494 pisysdep.h $(SOPHYAINCP)machdefs.h \ 557 495 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 558 496 picolist.h psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \ 559 497 picmapgen.h pifontx.h pigrcoord.h pilineatt.h 560 $(CXXCOMPILE LIB) -o $@ $<498 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowgen.cc 561 499 562 500 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 563 $(SOPHYAINCP)sopnamsp.h \ 564 piwindowx.h piwindowgen.h pisysdep.h \ 565 $(SOPHYAINCP)machdefs.h \ 566 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 567 picolist.h 568 $(CXXCOMPILELIB) -o $@ $< 501 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 502 piwindowgen.h pisysdep.h \ 503 $(SOPHYAINCP)machdefs.h picontainerx.h \ 504 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowx.cc 569 506 570 507 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 571 508 $(SOPHYAINCP)sopnamsp.h \ 572 $(SOPHYAINCP)machdefs.h \573 pi xtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \574 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \575 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \509 $(SOPHYAINCP)machdefs.h pixtbaseP.h \ 510 pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 511 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 512 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 576 513 pievthandler.h psfile.h pigraphps.h pixtbase.h 577 $(CXXCOMPILE LIB) -o $@ $<514 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pixtbase.cc 578 515 579 516 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 580 517 $(SOPHYAINCP)sopnamsp.h \ 581 $(SOPHYAINCP)machdefs.h \ 582 piyfxdrw.h pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h \ 583 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 584 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 585 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 586 $(CXXCOMPILELIB) -o $@ $< 587 588 $(SOPHYAOBJP)psfile.o: psfile.cc \ 589 $(SOPHYAINCP)sopnamsp.h psfile.h \ 590 $(SOPHYAINCP)machdefs.h \ 591 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 592 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 593 pilineatt.h 594 $(CXXCOMPILELIB) -o $@ $< 595 518 $(SOPHYAINCP)machdefs.h piyfxdrw.h \ 519 pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h piwdgx.h \ 520 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 521 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 522 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 523 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piyfxdrw.cc 524 525 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 526 psfile.h $(SOPHYAINCP)machdefs.h pisysdep.h \ 527 pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 528 picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h 529 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psfile.cc 530 -
trunk/SophyaPI/PI/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup dattachment.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o 7 7 rm -f $(SOPHYALIBP)libPI.a 8 8 … … 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)lut.o: lut.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)lut.o: lut.cc $(SOPHYAINCP)sopnamsp.h \ 15 14 $(SOPHYAINCP)machdefs.h lut.h 16 $(CXXCOMPILE LIB) -o $@ $<15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lut.cc 17 16 18 17 $(SOPHYAOBJP)parradapter.o: parradapter.cc \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 parradapter.h \ 18 $(SOPHYAINCP)sopnamsp.h parradapter.h \ 21 19 $(SOPHYAINCP)machdefs.h lut.h 22 $(CXXCOMPILELIB) -o $@ $< 23 24 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 25 $(SOPHYAINCP)sopnamsp.h \ 20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parradapter.cc 21 22 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc $(SOPHYAINCP)sopnamsp.h \ 26 23 pi3ddrw.h pisysdep.h \ 27 $(SOPHYAINCP)machdefs.h \ 24 $(SOPHYAINCP)machdefs.h pidrawer.h \ 25 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 26 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 27 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h \ 28 piaxes.h pieldrw.h pigraph3d.h 29 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 30 31 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc $(SOPHYAINCP)sopnamsp.h \ 32 pi3dwdg.h pisysdep.h \ 33 $(SOPHYAINCP)machdefs.h pi3ddrw.h \ 28 34 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 29 35 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 30 36 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 31 pigratt.h piaxes.h pieldrw.h pigraph3d.h 32 $(CXXCOMPILELIB) -o $@ $< 33 34 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 35 $(SOPHYAINCP)sopnamsp.h \ 36 pi3dwdg.h pisysdep.h \ 37 $(SOPHYAINCP)machdefs.h \ 38 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 39 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 40 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 41 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h \ 42 pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 43 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 44 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 45 pimenubargen.h picons.h 46 $(CXXCOMPILELIB) -o $@ $< 37 pigratt.h piaxes.h pieldrw.h pigraph3d.h pibwdgx.h pigraphps.h \ 38 pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h pimenugen.h \ 39 pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 40 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 41 picons.h 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3dwdg.cc 47 43 48 44 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 49 $(SOPHYAINCP)sopnamsp.h \ 50 piapplgen.h pimsghandler.h \ 51 $(SOPHYAINCP)machdefs.h \ 45 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 46 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 52 47 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 53 48 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ … … 55 50 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 56 51 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 57 $(CXXCOMPILELIB) -o $@ $< 58 59 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 60 $(SOPHYAINCP)sopnamsp.h \ 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplgen.cc 53 54 $(SOPHYAOBJP)piapplx.o: piapplx.cc $(SOPHYAINCP)sopnamsp.h \ 61 55 piapplx.h piapplgen.h pimsghandler.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 64 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 65 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 66 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 67 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 68 $(CXXCOMPILELIB) -o $@ $< 69 70 $(SOPHYAOBJP)piaxes.o: piaxes.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 56 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 58 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 59 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 60 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 61 pigraphuc.h pievthandler.h psfile.h pigraphps.h 62 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplx.cc 63 64 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 72 65 $(SOPHYAINCP)machdefs.h piaxes.h \ 73 66 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 74 67 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 75 68 pigrcoord.h pilineatt.h pigratt.h 76 $(CXXCOMPILE LIB) -o $@ $<69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxes.cc 77 70 78 71 $(SOPHYAOBJP)piaxestools.o: piaxestools.cc \ 79 72 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 80 73 pigraphuc.h pisysdep.h \ 81 $(SOPHYAINCP)machdefs.h \82 pi graphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \83 picmap x.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \84 pi gratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \85 pi optmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \86 picontainer x.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \87 pi menubargen.h picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h \88 p sfile.h pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h89 $(CXXCOMPILE LIB) -o $@ $<74 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 75 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 76 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h \ 77 piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \ 78 pimenux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 79 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 80 picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h psfile.h \ 81 pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h 82 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxestools.cc 90 83 91 84 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 92 85 $(SOPHYAINCP)sopnamsp.h \ 93 $(SOPHYAINCP)machdefs.h \94 pi bargraph.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \95 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \96 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \86 $(SOPHYAINCP)machdefs.h pibargraph.h \ 87 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 88 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 89 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 97 90 pievthandler.h psfile.h pigratt.h piaxes.h 98 $(CXXCOMPILE LIB) -o $@ $<91 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibargraph.cc 99 92 100 93 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 101 $(SOPHYAINCP)sopnamsp.h \ 102 pibwdggen.h pisysdep.h \ 103 $(SOPHYAINCP)machdefs.h piwdgx.h \ 94 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 95 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 104 96 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 105 97 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 109 101 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 110 102 pimenubargen.h picons.h pibwdgx.h 111 $(CXXCOMPILELIB) -o $@ $< 112 113 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 114 $(SOPHYAINCP)sopnamsp.h \ 103 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdggen.cc 104 105 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 115 106 pixtbaseP.h pibwdgx.h pisysdep.h \ 116 $(SOPHYAINCP)machdefs.h \ 117 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 118 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 119 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 120 pixtbase.h 121 $(CXXCOMPILELIB) -o $@ $< 122 123 $(SOPHYAOBJP)picmap.o: picmap.cc \ 124 $(SOPHYAINCP)sopnamsp.h picmap.h \ 125 pisysdep.h \ 126 $(SOPHYAINCP)machdefs.h \ 107 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 108 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 109 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 110 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 111 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdgx.cc 112 113 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 114 picmap.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 127 115 picmapx.h picmapgen.h 128 $(CXXCOMPILE LIB) -o $@ $<116 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 129 117 130 118 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 picmapgen.h pisysdep.h \ 133 $(SOPHYAINCP)machdefs.h \ 119 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 120 pisysdep.h $(SOPHYAINCP)machdefs.h \ 134 121 picmapx.h picmap.h 135 $(CXXCOMPILE LIB) -o $@ $<122 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapgen.cc 136 123 137 124 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 138 $(SOPHYAINCP)sopnamsp.h \ 139 picmapview.h pisysdep.h \ 140 $(SOPHYAINCP)machdefs.h \ 125 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 126 pisysdep.h $(SOPHYAINCP)machdefs.h \ 141 127 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 142 128 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 143 129 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 144 130 pigraphps.h 145 $(CXXCOMPILELIB) -o $@ $< 146 147 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 148 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 149 piwdggen.h \ 150 $(SOPHYAINCP)machdefs.h \ 131 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapview.cc 132 133 $(SOPHYAOBJP)picmapx.o: picmapx.cc $(SOPHYAINCP)sopnamsp.h \ 134 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 151 135 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 152 $(CXXCOMPILELIB) -o $@ $< 153 154 $(SOPHYAOBJP)picons.o: picons.cc \ 155 $(SOPHYAINCP)sopnamsp.h \ 156 pisysdep.h \ 157 $(SOPHYAINCP)machdefs.h \ 136 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc 137 138 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 139 pisysdep.h $(SOPHYAINCP)machdefs.h \ 158 140 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 159 141 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ … … 161 143 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 162 144 pievthandler.h psfile.h pigraphps.h 163 $(CXXCOMPILE LIB) -o $@ $<145 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picons.cc 164 146 165 147 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 166 $(SOPHYAINCP)sopnamsp.h \ 167 picontainergen.h pisysdep.h \ 168 $(SOPHYAINCP)machdefs.h piwdgx.h \ 148 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 149 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 169 150 piwdggen.h pimsghandler.h picolist.h 170 $(CXXCOMPILE LIB) -o $@ $<151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 171 152 172 153 $(SOPHYAOBJP)picontainerx.o: picontainerx.cc \ 173 $(SOPHYAINCP)sopnamsp.h \ 174 picontainerx.h pisysdep.h \ 175 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 155 pisysdep.h $(SOPHYAINCP)machdefs.h \ 176 156 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 177 $(CXXCOMPILE LIB) -o $@ $<157 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainerx.cc 178 158 179 159 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 180 160 $(SOPHYAINCP)sopnamsp.h \ 181 $(SOPHYAINCP)machdefs.h \ 182 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 183 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 184 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 185 pievthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \ 186 pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 187 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 188 piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h pigraphps.h \ 189 ucckprot.h 190 $(CXXCOMPILELIB) -o $@ $< 161 $(SOPHYAINCP)machdefs.h pidrawer.h \ 162 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 163 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 164 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 165 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 166 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 167 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 168 pimenubargen.h picons.h pibwdgx.h pigraphps.h ucckprot.h 169 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawer.cc 191 170 192 171 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 193 $(SOPHYAINCP)sopnamsp.h \ 194 pidrawwin.h pisysdep.h \ 195 $(SOPHYAINCP)machdefs.h \ 172 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 173 pisysdep.h $(SOPHYAINCP)machdefs.h \ 196 174 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 197 175 piwdggen.h pimsghandler.h picolist.h piscdrawwdg.h pibwdgx.h \ … … 200 178 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 201 179 pidrawer.h pigratt.h piaxes.h pieldrw.h 202 $(CXXCOMPILE LIB) -o $@ $<180 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawwin.cc 203 181 204 182 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 205 $(SOPHYAINCP)sopnamsp.h \ 206 pidrwtools.h pisysdep.h \ 207 $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \ 184 pisysdep.h $(SOPHYAINCP)machdefs.h \ 208 185 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 209 186 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ … … 214 191 piscdrawwdg.h pidrawer.h pigratt.h piaxes.h pieldrw.h pi3dwdg.h \ 215 192 pi3ddrw.h pigraph3d.h 216 $(CXXCOMPILELIB) -o $@ $< 217 218 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 220 $(SOPHYAINCP)machdefs.h \ 221 pieldrw.h pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 222 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 223 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrwtools.cc 194 195 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc $(SOPHYAINCP)sopnamsp.h \ 196 $(SOPHYAINCP)machdefs.h pieldrw.h \ 197 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 198 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 199 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 224 200 pievthandler.h psfile.h pigratt.h piaxes.h 225 $(CXXCOMPILE LIB) -o $@ $<201 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pieldrw.cc 226 202 227 203 $(SOPHYAOBJP)pievthandler.o: pievthandler.cc \ 228 $(SOPHYAINCP)sopnamsp.h \ 229 pievthandler.h pisysdep.h \ 230 $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 205 pisysdep.h $(SOPHYAINCP)machdefs.h \ 231 206 pimsghandler.h piwdgx.h piwdggen.h picolist.h pigraphx.h pigraphgen.h \ 232 207 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 233 208 pilineatt.h 234 $(CXXCOMPILE LIB) -o $@ $<209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pievthandler.cc 235 210 236 211 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 237 $(SOPHYAINCP)sopnamsp.h \ 238 pifilechogen.h pisysdep.h \ 239 $(SOPHYAINCP)machdefs.h piwdgx.h \ 212 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 213 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 240 214 piwdggen.h pimsghandler.h picolist.h 241 $(CXXCOMPILE LIB) -o $@ $<215 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 242 216 243 217 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 244 $(SOPHYAINCP)sopnamsp.h \ 245 pisysdep.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 piapplx.h piapplgen.h pimsghandler.h picontainerx.h picontainergen.h \ 248 piwdgx.h piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h \ 249 pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 250 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 251 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 252 pigraphps.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 253 $(CXXCOMPILELIB) -o $@ $< 218 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 219 $(SOPHYAINCP)machdefs.h piapplx.h \ 220 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 221 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 222 picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h \ 223 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 224 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 225 pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechox.cc 254 227 255 228 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 256 $(SOPHYAINCP)sopnamsp.h \ 257 pigraphgen.h pisysdep.h \ 258 $(SOPHYAINCP)machdefs.h piwdgx.h \ 229 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 230 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 259 231 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 260 232 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 pisysdep.h \ 266 $(SOPHYAINCP)machdefs.h \ 233 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 234 235 $(SOPHYAOBJP)pifontx.o: pifontx.cc $(SOPHYAINCP)sopnamsp.h \ 236 pisysdep.h $(SOPHYAINCP)machdefs.h \ 267 237 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 268 $(CXXCOMPILE LIB) -o $@ $<238 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 269 239 270 240 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 271 $(SOPHYAINCP)sopnamsp.h \ 272 pigraph3d.h pisysdep.h \ 273 $(SOPHYAINCP)machdefs.h \ 241 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 242 pisysdep.h $(SOPHYAINCP)machdefs.h \ 274 243 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 275 244 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 276 245 pilineatt.h 277 $(CXXCOMPILE LIB) -o $@ $<246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraph3d.cc 278 247 279 248 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 280 $(SOPHYAINCP)sopnamsp.h \ 281 pigraphgen.h pisysdep.h \ 282 $(SOPHYAINCP)machdefs.h piwdgx.h \ 249 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 250 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 283 251 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 284 252 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 285 $(CXXCOMPILE LIB) -o $@ $<253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 286 254 287 255 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 288 $(SOPHYAINCP)sopnamsp.h \ 289 pigraphps.h pisysdep.h \ 290 $(SOPHYAINCP)machdefs.h \ 256 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 257 pisysdep.h $(SOPHYAINCP)machdefs.h \ 291 258 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 292 259 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 293 260 psfile.h 294 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphps.cc 295 262 296 263 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 297 264 $(SOPHYAINCP)sopnamsp.h \ 298 $(SOPHYAINCP)machdefs.h \299 pi graphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \300 pic olist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \301 pi grcoord.h pilineatt.h ucckprot.h302 $(CXXCOMPILE LIB) -o $@ $<265 $(SOPHYAINCP)machdefs.h pigraphuc.h \ 266 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 267 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 268 pilineatt.h ucckprot.h 269 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphuc.cc 303 270 304 271 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 305 $(SOPHYAINCP)sopnamsp.h \ 306 pigraphx.h pisysdep.h \ 307 $(SOPHYAINCP)machdefs.h \ 272 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 273 pisysdep.h $(SOPHYAINCP)machdefs.h \ 308 274 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 309 275 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 310 $(CXXCOMPILELIB) -o $@ $< 311 312 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 313 $(SOPHYAINCP)sopnamsp.h \ 276 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphx.cc 277 278 $(SOPHYAOBJP)pigratt.o: pigratt.cc $(SOPHYAINCP)sopnamsp.h \ 314 279 pigratt.h pisysdep.h \ 315 $(SOPHYAINCP)machdefs.h \316 pi graphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \317 picmap x.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \280 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 281 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 282 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 318 283 $(SOPHYAINCP)strutilxx.h 319 $(CXXCOMPILE LIB) -o $@ $<284 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 320 285 321 286 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 pigrcoord.h pisysdep.h \ 324 $(SOPHYAINCP)machdefs.h 325 $(CXXCOMPILELIB) -o $@ $< 326 327 $(SOPHYAOBJP)piimage.o: piimage.cc \ 328 $(SOPHYAINCP)sopnamsp.h \ 329 pisysdep.h \ 330 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \ 288 pisysdep.h $(SOPHYAINCP)machdefs.h 289 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 290 291 $(SOPHYAOBJP)piimage.o: piimage.cc $(SOPHYAINCP)sopnamsp.h \ 292 pisysdep.h $(SOPHYAINCP)machdefs.h \ 331 293 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 332 294 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ … … 338 300 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \ 339 301 piscdrawwdg.h piyfxdrw.h 340 $(CXXCOMPILE LIB) -o $@ $<302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piimage.cc 341 303 342 304 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 343 $(SOPHYAINCP)sopnamsp.h \ 344 piimgtools.h pisysdep.h \ 345 $(SOPHYAINCP)machdefs.h \ 305 $(SOPHYAINCP)sopnamsp.h piimgtools.h \ 306 pisysdep.h $(SOPHYAINCP)machdefs.h \ 346 307 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 347 308 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \ … … 352 313 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pigratt.h piaxes.h \ 353 314 pipixmapx.h pipixmapgen.h picmapview.h 354 $(CXXCOMPILE LIB) -o $@ $<315 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piimgtools.cc 355 316 356 317 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 357 $(SOPHYAINCP)sopnamsp.h \ 358 pilineatt.h pisysdep.h \ 359 $(SOPHYAINCP)machdefs.h 360 $(CXXCOMPILELIB) -o $@ $< 318 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 319 pisysdep.h $(SOPHYAINCP)machdefs.h 320 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilineatt.cc 361 321 362 322 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 363 $(SOPHYAINCP)sopnamsp.h \ 364 pilistgen.h pisysdep.h \ 365 $(SOPHYAINCP)machdefs.h piwdgx.h \ 323 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 324 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 366 325 piwdggen.h pimsghandler.h picolist.h 367 $(CXXCOMPILELIB) -o $@ $< 368 369 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 370 $(SOPHYAINCP)sopnamsp.h \ 326 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 327 328 $(SOPHYAOBJP)pilistx.o: pilistx.cc $(SOPHYAINCP)sopnamsp.h \ 371 329 pilistx.h pilistgen.h pisysdep.h \ 372 $(SOPHYAINCP)machdefs.h piwdgx.h \373 pi wdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h374 $(CXXCOMPILE LIB) -o $@ $<330 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 331 pimsghandler.h picolist.h picontainerx.h picontainergen.h 332 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistx.cc 375 333 376 334 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 377 $(SOPHYAINCP)sopnamsp.h \ 378 pimenubargen.h pisysdep.h \ 379 $(SOPHYAINCP)machdefs.h \ 335 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 336 pisysdep.h $(SOPHYAINCP)machdefs.h \ 380 337 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 381 338 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ … … 383 340 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 384 341 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 385 $(CXXCOMPILE LIB) -o $@ $<342 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubargen.cc 386 343 387 344 $(SOPHYAOBJP)pimenubarx.o: pimenubarx.cc \ 388 $(SOPHYAINCP)sopnamsp.h \389 pimenubar x.h pimenubargen.h pisysdep.h \390 $(SOPHYAINCP)machdefs.h \391 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \392 piappl x.h piapplgen.h picontainerx.h picontainergen.h picons.h \393 pistdwdg x.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \394 pi cmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \395 pi lineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h396 $(CXXCOMPILE LIB) -o $@ $<345 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 346 pimenubargen.h pisysdep.h \ 347 $(SOPHYAINCP)machdefs.h pimenux.h \ 348 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \ 349 piapplgen.h picontainerx.h picontainergen.h picons.h pistdwdgx.h \ 350 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 351 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 352 pigraphuc.h pievthandler.h psfile.h pigraphps.h 353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc 397 354 398 355 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 399 $(SOPHYAINCP)sopnamsp.h \ 400 pimenugen.h pisysdep.h \ 401 $(SOPHYAINCP)machdefs.h piwdgx.h \ 356 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 357 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 402 358 piwdggen.h pimsghandler.h picolist.h 403 $(CXXCOMPILELIB) -o $@ $< 404 405 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 406 $(SOPHYAINCP)sopnamsp.h \ 407 pisysdep.h \ 408 $(SOPHYAINCP)machdefs.h \ 359 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 360 361 $(SOPHYAOBJP)pimenux.o: pimenux.cc $(SOPHYAINCP)sopnamsp.h \ 362 pisysdep.h $(SOPHYAINCP)machdefs.h \ 409 363 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 410 364 pimsghandler.h picolist.h 411 $(CXXCOMPILE LIB) -o $@ $<365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 412 366 413 367 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 414 $(SOPHYAINCP)sopnamsp.h \ 415 pimsghandler.h \ 368 $(SOPHYAINCP)sopnamsp.h pimsghandler.h \ 416 369 $(SOPHYAINCP)machdefs.h 417 $(CXXCOMPILE LIB) -o $@ $<370 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimsghandler.cc 418 371 419 372 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 420 $(SOPHYAINCP)sopnamsp.h \ 421 pioptmenugen.h pisysdep.h \ 422 $(SOPHYAINCP)machdefs.h \ 373 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \ 374 pisysdep.h $(SOPHYAINCP)machdefs.h \ 423 375 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 424 $(CXXCOMPILE LIB) -o $@ $<376 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc 425 377 426 378 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 427 $(SOPHYAINCP)sopnamsp.h \ 428 pisysdep.h \ 429 $(SOPHYAINCP)machdefs.h \ 430 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 431 pimsghandler.h picolist.h pistdwdgx.h pistdwdggen.h piapplx.h \ 432 piapplgen.h picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 433 picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 434 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 435 pigraphuc.h pievthandler.h psfile.h pigraphps.h 436 $(CXXCOMPILELIB) -o $@ $< 379 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 380 $(SOPHYAINCP)machdefs.h pioptmenux.h \ 381 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 382 picolist.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \ 383 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h picons.h \ 384 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 385 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 386 pievthandler.h psfile.h pigraphps.h 387 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenux.cc 437 388 438 389 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 439 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 440 piwdggen.h \ 441 $(SOPHYAINCP)machdefs.h \ 442 pimsghandler.h picolist.h piperiodx.h \ 390 $(SOPHYAINCP)sopnamsp.h piwdgx.h piwdggen.h \ 391 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 392 picolist.h piperiodx.h \ 443 393 $(SOPHYAINCP)periodic.h 444 $(CXXCOMPILE LIB) -o $@ $<394 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piperiodx.cc 445 395 446 396 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 447 $(SOPHYAINCP)sopnamsp.h \ 448 pipixmapgen.h pisysdep.h \ 449 $(SOPHYAINCP)machdefs.h \ 397 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 398 pisysdep.h $(SOPHYAINCP)machdefs.h \ 450 399 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 451 400 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 452 401 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 453 402 pigraphps.h 454 $(CXXCOMPILE LIB) -o $@ $<403 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapgen.cc 455 404 456 405 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 457 $(SOPHYAINCP)sopnamsp.h \ 458 pipixmapx.h pipixmapgen.h pisysdep.h \ 459 $(SOPHYAINCP)machdefs.h \ 460 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 461 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 462 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 463 pigraphps.h 464 $(CXXCOMPILELIB) -o $@ $< 406 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 407 pipixmapgen.h pisysdep.h \ 408 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 409 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 410 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 411 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 412 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapx.cc 465 413 466 414 $(SOPHYAOBJP)piscdrawwdg.o: piscdrawwdg.cc \ 467 415 $(SOPHYAINCP)sopnamsp.h \ 468 $(SOPHYAINCP)machdefs.h \469 pis cdrawwdg.h pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h \470 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \471 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \416 $(SOPHYAINCP)machdefs.h piscdrawwdg.h \ 417 pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 418 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 419 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 472 420 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 473 421 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 475 423 pioptmenux.h pioptmenugen.h piapplx.h piapplgen.h pimenubarx.h \ 476 424 pimenubargen.h picons.h piaxestools.h 477 $(CXXCOMPILE LIB) -o $@ $<425 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piscdrawwdg.cc 478 426 479 427 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 480 $(SOPHYAINCP)sopnamsp.h \ 481 pistdwdggen.h pisysdep.h \ 482 $(SOPHYAINCP)machdefs.h piwdgx.h \ 428 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 429 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 483 430 piwdggen.h pimsghandler.h picolist.h 484 $(CXXCOMPILE LIB) -o $@ $<431 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 485 432 486 433 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 487 $(SOPHYAINCP)sopnamsp.h \ 488 pisysdep.h \ 489 $(SOPHYAINCP)machdefs.h \ 490 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 434 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 435 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 436 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 491 437 picontainerx.h picontainergen.h 492 $(CXXCOMPILE LIB) -o $@ $<438 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdgx.cc 493 439 494 440 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 495 $(SOPHYAINCP)sopnamsp.h \ 496 pistzwin.h pisysdep.h \ 497 $(SOPHYAINCP)machdefs.h \ 441 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 442 pisysdep.h $(SOPHYAINCP)machdefs.h \ 498 443 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 499 444 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ … … 501 446 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 502 447 pigrcoord.h pilineatt.h 503 $(CXXCOMPILE LIB) -o $@ $<448 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistzwin.cc 504 449 505 450 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 506 $(SOPHYAINCP)sopnamsp.h \ 507 pisurfdr.h parradapter.h \ 508 $(SOPHYAINCP)machdefs.h lut.h \ 451 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 452 parradapter.h $(SOPHYAINCP)machdefs.h lut.h \ 509 453 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 510 454 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 511 455 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 512 456 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 513 $(CXXCOMPILELIB) -o $@ $< 514 515 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 516 $(SOPHYAINCP)sopnamsp.h \ 457 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisurfdr.cc 458 459 $(SOPHYAOBJP)pitherm.o: pitherm.cc $(SOPHYAINCP)sopnamsp.h \ 517 460 pitherm.h pisysdep.h \ 518 $(SOPHYAINCP)machdefs.h \ 519 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 520 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 521 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 522 pigraphps.h 523 $(CXXCOMPILELIB) -o $@ $< 461 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 462 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 463 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 464 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 465 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitherm.cc 524 466 525 467 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 526 468 $(SOPHYAINCP)sopnamsp.h \ 527 $(SOPHYAINCP)machdefs.h \528 pi txtdrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \529 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \530 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \469 $(SOPHYAINCP)machdefs.h pitxtdrw.h \ 470 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 471 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 472 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 531 473 pievthandler.h psfile.h pigratt.h piaxes.h 532 $(CXXCOMPILE LIB) -o $@ $<474 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitxtdrw.cc 533 475 534 476 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 535 $(SOPHYAINCP)sopnamsp.h \ 536 piwdggen.h \ 537 $(SOPHYAINCP)machdefs.h \ 538 pimsghandler.h picolist.h picontainergen.h pisysdep.h piwdgx.h \ 539 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 540 pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 541 $(CXXCOMPILELIB) -o $@ $< 542 543 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc \ 544 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 545 piwdggen.h \ 546 $(SOPHYAINCP)machdefs.h \ 477 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 478 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 479 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 480 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 481 pifontgen.h pigrcoord.h pilineatt.h psfile.h 482 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdggen.cc 483 484 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 485 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 547 486 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 548 487 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 549 488 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 550 489 $(SOPHYAINCP)pexceptions.h 551 $(CXXCOMPILE LIB) -o $@ $<490 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdgx.cc 552 491 553 492 $(SOPHYAOBJP)piwindowgen.o: piwindowgen.cc \ 554 $(SOPHYAINCP)sopnamsp.h \ 555 piwindowgen.h pisysdep.h \ 556 $(SOPHYAINCP)machdefs.h \ 493 $(SOPHYAINCP)sopnamsp.h piwindowgen.h \ 494 pisysdep.h $(SOPHYAINCP)machdefs.h \ 557 495 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 558 496 picolist.h psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \ 559 497 picmapgen.h pifontx.h pigrcoord.h pilineatt.h 560 $(CXXCOMPILE LIB) -o $@ $<498 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowgen.cc 561 499 562 500 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 563 $(SOPHYAINCP)sopnamsp.h \ 564 piwindowx.h piwindowgen.h pisysdep.h \ 565 $(SOPHYAINCP)machdefs.h \ 566 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 567 picolist.h 568 $(CXXCOMPILELIB) -o $@ $< 501 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 502 piwindowgen.h pisysdep.h \ 503 $(SOPHYAINCP)machdefs.h picontainerx.h \ 504 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowx.cc 569 506 570 507 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 571 508 $(SOPHYAINCP)sopnamsp.h \ 572 $(SOPHYAINCP)machdefs.h \573 pi xtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \574 pi msghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \575 pi graphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \509 $(SOPHYAINCP)machdefs.h pixtbaseP.h \ 510 pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 511 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 512 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 576 513 pievthandler.h psfile.h pigraphps.h pixtbase.h 577 $(CXXCOMPILE LIB) -o $@ $<514 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pixtbase.cc 578 515 579 516 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 580 517 $(SOPHYAINCP)sopnamsp.h \ 581 $(SOPHYAINCP)machdefs.h \ 582 piyfxdrw.h pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h \ 583 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 584 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 585 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 586 $(CXXCOMPILELIB) -o $@ $< 587 588 $(SOPHYAOBJP)psfile.o: psfile.cc \ 589 $(SOPHYAINCP)sopnamsp.h psfile.h \ 590 $(SOPHYAINCP)machdefs.h \ 591 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 592 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 593 pilineatt.h 594 $(CXXCOMPILELIB) -o $@ $< 595 518 $(SOPHYAINCP)machdefs.h piyfxdrw.h \ 519 pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h piwdgx.h \ 520 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 521 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 522 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 523 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piyfxdrw.cc 524 525 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 526 psfile.h $(SOPHYAINCP)machdefs.h pisysdep.h \ 527 pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 528 picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h 529 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psfile.cc 530 -
trunk/SophyaPI/PIGcont/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \ 15 $(SOPHYAINCP)machdefs.h picntools.h \ 17 16 $(SOPHYAINCP)pisysdep.h \ 18 17 $(SOPHYAINCP)pistdwdgx.h \ … … 50 49 $(SOPHYAINCP)psfile.h \ 51 50 $(SOPHYAINCP)pigraphps.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 51 $(SOPHYAINCP)picmapview.h pigncont.h \ 54 52 $(SOPHYAINCP)pistdimgapp.h \ 55 53 $(SOPHYAINCP)pifilechox.h \ … … 94 92 $(SOPHYAINCP)piscdrawwdg.h \ 95 93 $(SOPHYAINCP)ntuple.h \ 96 $(SOPHYAINCP)ntupintf.h \ 97 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 98 gp_alloc.h 99 $(CXXCOMPILELIB) -o $@ $< 94 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 95 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 96 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 100 97 101 98 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 161 158 $(SOPHYAINCP)psfile.h \ 162 159 $(SOPHYAINCP)pigraphps.h \ 163 $(SOPHYAINCP)picmapview.h \ 164 pigncont.h \ 160 $(SOPHYAINCP)picmapview.h pigncont.h \ 165 161 $(SOPHYAINCP)pistdimgapp.h \ 166 162 $(SOPHYAINCP)pifilechox.h \ … … 193 189 $(SOPHYAINCP)pitherm.h \ 194 190 $(SOPHYAINCP)resusage.h \ 195 $(SOPHYAINCP)piscdrawwdg.h \ 196 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 197 gp_alloc.h 198 $(CXXCOMPILELIB) -o $@ $< 191 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 192 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 199 194 200 195 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h 201 $(CCOMPILE) -o $@ $<196 $(CCOMPILE) -o $@ gp_alloc.c 202 197 203 198 $(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h 204 $(CCOMPILE) -o $@ $<199 $(CCOMPILE) -o $@ gp_axis.c 205 200 206 201 $(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \ 207 202 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h 208 $(CCOMPILE) -o $@ $<209 203 $(CCOMPILE) -o $@ gp_contour.c 204 -
trunk/SophyaPI/PIGcont/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \ 15 $(SOPHYAINCP)machdefs.h picntools.h \ 17 16 $(SOPHYAINCP)pisysdep.h \ 18 17 $(SOPHYAINCP)pistdwdgx.h \ … … 50 49 $(SOPHYAINCP)psfile.h \ 51 50 $(SOPHYAINCP)pigraphps.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 51 $(SOPHYAINCP)picmapview.h pigncont.h \ 54 52 $(SOPHYAINCP)pistdimgapp.h \ 55 53 $(SOPHYAINCP)pifilechox.h \ … … 94 92 $(SOPHYAINCP)piscdrawwdg.h \ 95 93 $(SOPHYAINCP)ntuple.h \ 96 $(SOPHYAINCP)ntupintf.h \ 97 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 98 gp_alloc.h 99 $(CXXCOMPILELIB) -o $@ $< 94 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 95 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 96 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 100 97 101 98 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 161 158 $(SOPHYAINCP)psfile.h \ 162 159 $(SOPHYAINCP)pigraphps.h \ 163 $(SOPHYAINCP)picmapview.h \ 164 pigncont.h \ 160 $(SOPHYAINCP)picmapview.h pigncont.h \ 165 161 $(SOPHYAINCP)pistdimgapp.h \ 166 162 $(SOPHYAINCP)pifilechox.h \ … … 193 189 $(SOPHYAINCP)pitherm.h \ 194 190 $(SOPHYAINCP)resusage.h \ 195 $(SOPHYAINCP)piscdrawwdg.h \ 196 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 197 gp_alloc.h 198 $(CXXCOMPILELIB) -o $@ $< 191 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 192 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 199 194 200 195 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h 201 $(CCOMPILE) -o $@ $<196 $(CCOMPILE) -o $@ gp_alloc.c 202 197 203 198 $(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h 204 $(CCOMPILE) -o $@ $<199 $(CCOMPILE) -o $@ gp_axis.c 205 200 206 201 $(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \ 207 202 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h 208 $(CCOMPILE) -o $@ $<209 203 $(CCOMPILE) -o $@ gp_contour.c 204 -
trunk/SophyaPI/PIext/Makefile
r2764 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto 2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o 7 7 rm -f $(SOPHYALIBP)libPIext.a 8 8 9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto 2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist … … 27 27 $(SOPHYAINCP)mutyv.h \ 28 28 $(SOPHYAINCP)ctimer.h \ 29 $(SOPHYAINCP)zthread.h \ 30 dlftypes.h basexecut.h \ 31 $(SOPHYAINCP)strutilxx.h \ 32 pistdimgapp.h \ 33 $(SOPHYAINCP)pisysdep.h \ 29 $(SOPHYAINCP)zthread.h dlftypes.h \ 30 basexecut.h $(SOPHYAINCP)strutilxx.h \ 31 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 34 32 $(SOPHYAINCP)piapplx.h \ 35 33 $(SOPHYAINCP)piapplgen.h \ … … 82 80 $(SOPHYAINCP)pi3dwdg.h \ 83 81 $(SOPHYAINCP)pi3ddrw.h \ 84 $(SOPHYAINCP)pigraph3d.h \ 85 nobjmgr.h pisiadw.h \ 86 $(SOPHYAINCP)pilistx.h \ 82 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 83 pisiadw.h $(SOPHYAINCP)pilistx.h \ 87 84 $(SOPHYAINCP)pilistgen.h \ 88 85 $(SOPHYAINCP)pistzwin.h \ 89 86 $(SOPHYAINCP)pitherm.h \ 90 $(SOPHYAINCP)resusage.h \ 91 servnobjm.h nomgadapter.h \ 92 $(SOPHYAINCP)ntupintf.h \ 87 $(SOPHYAINCP)resusage.h servnobjm.h \ 88 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 93 89 $(SOPHYAINCP)generalfit.h \ 94 90 $(SOPHYAINCP)tvector.h \ … … 111 107 $(SOPHYAINCP)hisprof.h \ 112 108 $(SOPHYAINCP)ntuple.h 113 $(CXXCOMPILE LIB) -o $@ $<109 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 114 110 115 111 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 116 $(SOPHYAINCP)sopnamsp.h \ 117 contmodex.h \ 112 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 118 113 $(SOPHYAINCP)machdefs.h piacmd.h \ 119 114 $(SOPHYAINCP)commander.h \ … … 130 125 $(SOPHYAINCP)mutyv.h \ 131 126 $(SOPHYAINCP)ctimer.h \ 132 $(SOPHYAINCP)zthread.h \ 133 dlftypes.h nobjmgr.h \ 127 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 134 128 $(SOPHYAINCP)pigncont.h \ 135 129 $(SOPHYAINCP)pistdimgapp.h \ … … 202 196 $(SOPHYAINCP)gp_dynarray.h \ 203 197 $(SOPHYAINCP)gp_graph3d.h \ 204 $(SOPHYAINCP)gp_alloc.h \ 205 nomgadapter.h \ 198 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 206 199 $(SOPHYAINCP)generalfit.h \ 207 200 $(SOPHYAINCP)tvector.h \ … … 217 210 $(SOPHYAINCP)perrors.h \ 218 211 $(SOPHYAINCP)fmath.h servnobjm.h 219 $(CXXCOMPILE LIB) -o $@ $<212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 220 213 221 214 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 222 $(SOPHYAINCP)sopnamsp.h \ 223 cxxexecutor.h \ 215 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 224 216 $(SOPHYAINCP)machdefs.h piacmd.h \ 225 217 $(SOPHYAINCP)commander.h \ … … 236 228 $(SOPHYAINCP)mutyv.h \ 237 229 $(SOPHYAINCP)ctimer.h \ 238 $(SOPHYAINCP)zthread.h \ 239 dlftypes.h nobjmgr.h \ 230 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 240 231 $(SOPHYAINCP)strutilxx.h \ 241 $(SOPHYAINCP)cxxcmplnk.h \ 242 nomgadapter.h \ 232 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 243 233 $(SOPHYAINCP)pidrawer.h \ 244 234 $(SOPHYAINCP)pibwdggen.h \ … … 277 267 $(SOPHYAINCP)utils.h \ 278 268 $(SOPHYAINCP)perrors.h \ 279 $(SOPHYAINCP)fmath.h \ 280 pistdimgapp.h \ 269 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 281 270 $(SOPHYAINCP)piapplx.h \ 282 271 $(SOPHYAINCP)piapplgen.h \ … … 307 296 $(SOPHYAINCP)pi3dwdg.h \ 308 297 $(SOPHYAINCP)pi3ddrw.h \ 309 $(SOPHYAINCP)pigraph3d.h \310 pisiadw.h$(SOPHYAINCP)pilistx.h \298 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 299 $(SOPHYAINCP)pilistx.h \ 311 300 $(SOPHYAINCP)pilistgen.h \ 312 301 $(SOPHYAINCP)pistzwin.h \ 313 302 $(SOPHYAINCP)pitherm.h \ 314 303 $(SOPHYAINCP)resusage.h 315 $(CXXCOMPILE LIB) -o $@ $<304 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecutor.cc 316 305 317 306 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 318 $(SOPHYAINCP)sopnamsp.h \ 319 cxxexecutor.h \ 307 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 320 308 $(SOPHYAINCP)machdefs.h piacmd.h \ 321 309 $(SOPHYAINCP)commander.h \ … … 332 320 $(SOPHYAINCP)mutyv.h \ 333 321 $(SOPHYAINCP)ctimer.h \ 334 $(SOPHYAINCP)zthread.h \ 335 dlftypes.h nobjmgr.h cxxexecwin.h \ 336 $(SOPHYAINCP)pisysdep.h \ 337 pistdimgapp.h \ 338 $(SOPHYAINCP)piapplx.h \ 322 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 323 cxxexecwin.h $(SOPHYAINCP)pisysdep.h \ 324 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 339 325 $(SOPHYAINCP)piapplgen.h \ 340 326 $(SOPHYAINCP)pimsghandler.h \ … … 386 372 $(SOPHYAINCP)pi3dwdg.h \ 387 373 $(SOPHYAINCP)pi3ddrw.h \ 388 $(SOPHYAINCP)pigraph3d.h \389 pisiadw.h$(SOPHYAINCP)pilistx.h \374 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 375 $(SOPHYAINCP)pilistx.h \ 390 376 $(SOPHYAINCP)pilistgen.h \ 391 377 $(SOPHYAINCP)pistzwin.h \ 392 378 $(SOPHYAINCP)pitherm.h \ 393 379 $(SOPHYAINCP)resusage.h 394 $(CXXCOMPILE LIB) -o $@ $<380 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc 395 381 396 382 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 397 $(SOPHYAINCP)sopnamsp.h \ 398 flowmodex.h \ 383 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 399 384 $(SOPHYAINCP)machdefs.h piacmd.h \ 400 385 $(SOPHYAINCP)commander.h \ … … 411 396 $(SOPHYAINCP)mutyv.h \ 412 397 $(SOPHYAINCP)ctimer.h \ 413 $(SOPHYAINCP)zthread.h \414 dlftypes.h nobjmgr.hpi2dvec.h pistdimgapp.h \398 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 399 pi2dvec.h pistdimgapp.h \ 415 400 $(SOPHYAINCP)pisysdep.h \ 416 401 $(SOPHYAINCP)piapplx.h \ … … 464 449 $(SOPHYAINCP)pi3dwdg.h \ 465 450 $(SOPHYAINCP)pi3ddrw.h \ 466 $(SOPHYAINCP)pigraph3d.h \467 pisiadw.h$(SOPHYAINCP)pilistx.h \451 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 452 $(SOPHYAINCP)pilistx.h \ 468 453 $(SOPHYAINCP)pilistgen.h \ 469 454 $(SOPHYAINCP)pistzwin.h \ … … 472 457 $(SOPHYAINCP)piscdrawwdg.h \ 473 458 $(SOPHYAINCP)ntupintf.h \ 474 $(SOPHYAINCP)ntuple.h \ 475 nomgadapter.h \ 459 $(SOPHYAINCP)ntuple.h nomgadapter.h \ 476 460 $(SOPHYAINCP)generalfit.h \ 477 461 $(SOPHYAINCP)tvector.h \ … … 487 471 $(SOPHYAINCP)perrors.h \ 488 472 $(SOPHYAINCP)fmath.h servnobjm.h 489 $(CXXCOMPILELIB) -o $@ $< 490 491 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ 492 $(SOPHYAINCP)sopnamsp.h \ 473 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc 474 475 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc $(SOPHYAINCP)sopnamsp.h \ 493 476 $(SOPHYAINCP)strutil.h \ 494 477 $(SOPHYAINCP)datatypes.h \ 495 $(SOPHYAINCP)machdefs.h \ 496 nobjmgr.h \ 478 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 497 479 $(SOPHYAINCP)anydataobj.h \ 498 480 $(SOPHYAINCP)ppersist.h \ … … 504 486 $(SOPHYAINCP)dvlist.h \ 505 487 $(SOPHYAINCP)objfio.h \ 506 $(SOPHYAINCP)mutyv.h dlftypes.h \ 507 servnobjm.h \ 488 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 508 489 $(SOPHYAINCP)pdlmgr.h \ 509 $(SOPHYAINCP)zthread.h \ 510 nomgadapter.h \ 490 $(SOPHYAINCP)zthread.h nomgadapter.h \ 511 491 $(SOPHYAINCP)pidrawer.h \ 512 492 $(SOPHYAINCP)pibwdggen.h \ … … 545 525 $(SOPHYAINCP)utils.h \ 546 526 $(SOPHYAINCP)perrors.h \ 547 $(SOPHYAINCP)fmath.h \ 548 pistdimgapp.h \ 527 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 549 528 $(SOPHYAINCP)piapplx.h \ 550 529 $(SOPHYAINCP)piapplgen.h \ … … 575 554 $(SOPHYAINCP)pi3dwdg.h \ 576 555 $(SOPHYAINCP)pi3ddrw.h \ 577 $(SOPHYAINCP)pigraph3d.h \ 578 piacmd.h \ 556 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 579 557 $(SOPHYAINCP)commander.h \ 580 558 $(SOPHYAINCP)ctimer.h pisiadw.h \ … … 606 584 $(SOPHYAINCP)fitslocalmap.h \ 607 585 $(SOPHYAINCP)localmap.h \ 608 $(SOPHYAINCP)fbtntintf.h \ 609 pitvmaad.h \ 586 $(SOPHYAINCP)fbtntintf.h pitvmaad.h \ 610 587 $(SOPHYAINCP)piyfxdrw.h \ 611 $(SOPHYAINCP)pisurfdr.h \612 pipodrw.h$(SOPHYAINCP)histos2.h \613 $(SOPHYAINCP)histos.h pintuple.h \614 pi ntup3d.h pigfd1.h pigfd2.h615 $(CXXCOMPILE LIB) -o $@ $<588 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 589 $(SOPHYAINCP)histos2.h \ 590 $(SOPHYAINCP)histos.h pintuple.h pintup3d.h \ 591 pigfd1.h pigfd2.h 592 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc 616 593 617 594 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 618 595 $(SOPHYAINCP)sopnamsp.h \ 619 $(SOPHYAINCP)machdefs.h \ 620 nomgadapter.h \ 596 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 621 597 $(SOPHYAINCP)ppersist.h \ 622 598 $(SOPHYAINCP)pexceptions.h \ … … 666 642 $(SOPHYAINCP)perrors.h \ 667 643 $(SOPHYAINCP)fmath.h 668 $(CXXCOMPILE LIB) -o $@ $<644 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgadapter.cc 669 645 670 646 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 671 647 $(SOPHYAINCP)sopnamsp.h \ 672 $(SOPHYAINCP)machdefs.h \ 673 nomgfdadapter.h nomgadapter.h \ 674 $(SOPHYAINCP)ppersist.h \ 648 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 649 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 675 650 $(SOPHYAINCP)pexceptions.h \ 676 651 $(SOPHYAINCP)gnumd5.h \ … … 725 700 $(SOPHYAINCP)fioarr.h \ 726 701 $(SOPHYAINCP)hisprof.h 727 $(CXXCOMPILE LIB) -o $@ $<702 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgfdadapter.cc 728 703 729 704 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 730 705 $(SOPHYAINCP)sopnamsp.h \ 731 $(SOPHYAINCP)machdefs.h \ 732 nomhistadapter.h nomgadapter.h \ 733 $(SOPHYAINCP)ppersist.h \ 706 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 707 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 734 708 $(SOPHYAINCP)pexceptions.h \ 735 709 $(SOPHYAINCP)gnumd5.h \ … … 785 759 $(SOPHYAINCP)xntuple.h \ 786 760 $(SOPHYAINCP)basedtable.h \ 787 $(SOPHYAINCP)segdatablock.h \ 788 pihisto.h pihisto2d.h \ 789 $(SOPHYAINCP)pimenux.h \ 761 $(SOPHYAINCP)segdatablock.h pihisto.h \ 762 pihisto2d.h $(SOPHYAINCP)pimenux.h \ 790 763 $(SOPHYAINCP)pimenugen.h \ 791 764 $(SOPHYAINCP)pimenubarx.h \ … … 819 792 $(SOPHYAINCP)ppfswapper.h \ 820 793 $(SOPHYAINCP)ppftpointerio.h 821 $(CXXCOMPILE LIB) -o $@ $<794 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomhistadapter.cc 822 795 823 796 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 824 797 $(SOPHYAINCP)sopnamsp.h \ 825 798 $(SOPHYAINCP)machdefs.h \ 826 $(SOPHYAINCP)datatype.h \ 827 nomimagadapter.h nomgadapter.h \ 828 $(SOPHYAINCP)ppersist.h \ 799 $(SOPHYAINCP)datatype.h nomimagadapter.h \ 800 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 829 801 $(SOPHYAINCP)pexceptions.h \ 830 802 $(SOPHYAINCP)gnumd5.h \ … … 874 846 $(SOPHYAINCP)fmath.h \ 875 847 $(SOPHYAINCP)cimage.h \ 876 $(SOPHYAINCP)fioarr.h \ 877 pimgadapter.h \ 848 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 878 849 $(SOPHYAINCP)objfitter.h \ 879 850 $(SOPHYAINCP)histos.h \ … … 884 855 $(SOPHYAINCP)FitsIO/fitsio.h \ 885 856 $(SOPHYAINCP)FitsIO/longnam.h 886 $(CXXCOMPILE LIB) -o $@ $<857 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomimagadapter.cc 887 858 888 859 $(SOPHYAOBJP)nomskymapadapter.o: nomskymapadapter.cc \ 889 860 $(SOPHYAINCP)sopnamsp.h \ 890 861 $(SOPHYAINCP)machdefs.h \ 891 $(SOPHYAINCP)datatype.h \ 892 nomskymapadapter.h nomgadapter.h \ 893 $(SOPHYAINCP)ppersist.h \ 862 $(SOPHYAINCP)datatype.h nomskymapadapter.h \ 863 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 894 864 $(SOPHYAINCP)pexceptions.h \ 895 865 $(SOPHYAINCP)gnumd5.h \ … … 955 925 $(SOPHYAINCP)fiospherehealpix.h \ 956 926 $(SOPHYAINCP)fiolocalmap.h \ 957 $(SOPHYAINCP)fiosphereecp.h \ 958 pitvmaad.h \ 927 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 959 928 $(SOPHYAINCP)complexios.h \ 960 929 $(SOPHYAINCP)fitsspherehealpix.h \ … … 963 932 $(SOPHYAINCP)FitsIO/longnam.h \ 964 933 $(SOPHYAINCP)fitslocalmap.h 965 $(CXXCOMPILE LIB) -o $@ $<934 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomskymapadapter.cc 966 935 967 936 $(SOPHYAOBJP)nomspecrespadapter.o: nomspecrespadapter.cc \ … … 1019 988 $(SOPHYAINCP)specrespvector.h \ 1020 989 $(SOPHYAINCP)gaussfilt.h 1021 $(CXXCOMPILE LIB) -o $@ $<990 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomspecrespadapter.cc 1022 991 1023 992 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 1024 993 $(SOPHYAINCP)sopnamsp.h \ 1025 994 $(SOPHYAINCP)machdefs.h \ 1026 $(SOPHYAINCP)datatype.h \ 1027 nomtarradapter.h nomgadapter.h \ 1028 $(SOPHYAINCP)ppersist.h \ 995 $(SOPHYAINCP)datatype.h nomtarradapter.h \ 996 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1029 997 $(SOPHYAINCP)pexceptions.h \ 1030 998 $(SOPHYAINCP)gnumd5.h \ … … 1079 1047 $(SOPHYAINCP)FitsIO/fitsio.h \ 1080 1048 $(SOPHYAINCP)FitsIO/longnam.h 1081 $(CXXCOMPILE LIB) -o $@ $<1049 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc 1082 1050 1083 1051 $(SOPHYAOBJP)nomtmatvecadapter.o: nomtmatvecadapter.cc \ … … 1114 1082 $(SOPHYAINCP)generaldata.h \ 1115 1083 $(SOPHYAINCP)ntupintf.h \ 1116 $(SOPHYAINCP)poly.h \ 1117 nomtmatvecadapter.h nomgadapter.h \ 1118 $(SOPHYAINCP)pidrawer.h \ 1119 $(SOPHYAINCP)pibwdggen.h \ 1120 $(SOPHYAINCP)pisysdep.h \ 1121 $(SOPHYAINCP)piwdgx.h \ 1122 $(SOPHYAINCP)piwdggen.h \ 1123 $(SOPHYAINCP)pimsghandler.h \ 1124 $(SOPHYAINCP)picolist.h \ 1125 $(SOPHYAINCP)picmap.h \ 1126 $(SOPHYAINCP)picmapx.h \ 1127 $(SOPHYAINCP)picmapgen.h \ 1128 $(SOPHYAINCP)pigraphx.h \ 1129 $(SOPHYAINCP)pigraphgen.h \ 1130 $(SOPHYAINCP)pifontx.h \ 1131 $(SOPHYAINCP)pifontgen.h \ 1132 $(SOPHYAINCP)pigrcoord.h \ 1133 $(SOPHYAINCP)pilineatt.h \ 1134 $(SOPHYAINCP)pigraphuc.h \ 1135 $(SOPHYAINCP)pievthandler.h \ 1136 $(SOPHYAINCP)psfile.h \ 1137 $(SOPHYAINCP)pigratt.h \ 1138 $(SOPHYAINCP)piaxes.h \ 1139 $(SOPHYAINCP)parradapter.h \ 1140 $(SOPHYAINCP)lut.h \ 1141 $(SOPHYAINCP)piyfxdrw.h \ 1142 pitvmaad.h \ 1084 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1085 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1086 $(SOPHYAINCP)pibwdggen.h \ 1087 $(SOPHYAINCP)pisysdep.h \ 1088 $(SOPHYAINCP)piwdgx.h \ 1089 $(SOPHYAINCP)piwdggen.h \ 1090 $(SOPHYAINCP)pimsghandler.h \ 1091 $(SOPHYAINCP)picolist.h \ 1092 $(SOPHYAINCP)picmap.h \ 1093 $(SOPHYAINCP)picmapx.h \ 1094 $(SOPHYAINCP)picmapgen.h \ 1095 $(SOPHYAINCP)pigraphx.h \ 1096 $(SOPHYAINCP)pigraphgen.h \ 1097 $(SOPHYAINCP)pifontx.h \ 1098 $(SOPHYAINCP)pifontgen.h \ 1099 $(SOPHYAINCP)pigrcoord.h \ 1100 $(SOPHYAINCP)pilineatt.h \ 1101 $(SOPHYAINCP)pigraphuc.h \ 1102 $(SOPHYAINCP)pievthandler.h \ 1103 $(SOPHYAINCP)psfile.h \ 1104 $(SOPHYAINCP)pigratt.h \ 1105 $(SOPHYAINCP)piaxes.h \ 1106 $(SOPHYAINCP)parradapter.h \ 1107 $(SOPHYAINCP)lut.h \ 1108 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1143 1109 $(SOPHYAINCP)fitstarray.h \ 1144 1110 $(SOPHYAINCP)fitsfile.h \ 1145 1111 $(SOPHYAINCP)FitsIO/fitsio.h \ 1146 1112 $(SOPHYAINCP)FitsIO/longnam.h 1147 $(CXXCOMPILE LIB) -o $@ $<1113 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1148 1114 1149 1115 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ … … 1177 1143 $(SOPHYAINCP)histerr.h \ 1178 1144 $(SOPHYAINCP)ntuple.h \ 1179 $(SOPHYAINCP)ntupintf.h \ 1180 pawexecut.h piacmd.h \ 1181 $(SOPHYAINCP)commander.h \ 1145 $(SOPHYAINCP)ntupintf.h pawexecut.h \ 1146 piacmd.h $(SOPHYAINCP)commander.h \ 1182 1147 $(SOPHYAINCP)pdlmgr.h \ 1183 1148 $(SOPHYAINCP)ctimer.h \ 1184 $(SOPHYAINCP)zthread.h \1185 dlftypes.h nobjmgr.hservnobjm.h nomgadapter.h \1149 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 1150 servnobjm.h nomgadapter.h \ 1186 1151 $(SOPHYAINCP)pidrawer.h \ 1187 1152 $(SOPHYAINCP)pibwdggen.h \ … … 1209 1174 $(SOPHYAINCP)generalfit.h \ 1210 1175 $(SOPHYAINCP)generaldata.h \ 1211 $(SOPHYAINCP)poly.h \ 1212 pistdimgapp.h \ 1176 $(SOPHYAINCP)poly.h pistdimgapp.h \ 1213 1177 $(SOPHYAINCP)piapplx.h \ 1214 1178 $(SOPHYAINCP)piapplgen.h \ … … 1239 1203 $(SOPHYAINCP)pi3dwdg.h \ 1240 1204 $(SOPHYAINCP)pi3ddrw.h \ 1241 $(SOPHYAINCP)pigraph3d.h \1242 pisiadw.h$(SOPHYAINCP)pilistx.h \1205 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1206 $(SOPHYAINCP)pilistx.h \ 1243 1207 $(SOPHYAINCP)pilistgen.h \ 1244 1208 $(SOPHYAINCP)pistzwin.h \ 1245 1209 $(SOPHYAINCP)pitherm.h \ 1246 $(SOPHYAINCP)resusage.h \ 1247 pihisto.h 1248 $(CXXCOMPILELIB) -o $@ $< 1249 1250 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ 1251 $(SOPHYAINCP)sopnamsp.h \ 1210 $(SOPHYAINCP)resusage.h pihisto.h 1211 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pawexecut.cc 1212 1213 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc $(SOPHYAINCP)sopnamsp.h \ 1252 1214 $(SOPHYAINCP)machdefs.h \ 1253 1215 $(SOPHYAINCP)histos.h \ … … 1275 1237 $(SOPHYAINCP)ntupintf.h \ 1276 1238 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1277 pistdimgapp.h \ 1278 $(SOPHYAINCP)pisysdep.h \ 1239 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1279 1240 $(SOPHYAINCP)piapplx.h \ 1280 1241 $(SOPHYAINCP)piapplgen.h \ … … 1327 1288 $(SOPHYAINCP)pi3dwdg.h \ 1328 1289 $(SOPHYAINCP)pi3ddrw.h \ 1329 $(SOPHYAINCP)pigraph3d.h \1330 nobjmgr.hdlftypes.h piacmd.h \1290 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1291 dlftypes.h piacmd.h \ 1331 1292 $(SOPHYAINCP)commander.h \ 1332 1293 $(SOPHYAINCP)pdlmgr.h \ … … 1339 1300 $(SOPHYAINCP)resusage.h \ 1340 1301 $(SOPHYAINCP)piscdrawwdg.h 1341 $(CXXCOMPILELIB) -o $@ $< 1342 1343 $(SOPHYAOBJP)piacmd.o: piacmd.cc \ 1344 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1345 $(SOPHYAINCP)machdefs.h \ 1302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc 1303 1304 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1305 piacmd.h $(SOPHYAINCP)machdefs.h \ 1346 1306 $(SOPHYAINCP)commander.h \ 1347 1307 $(SOPHYAINCP)pdlmgr.h \ … … 1357 1317 $(SOPHYAINCP)mutyv.h \ 1358 1318 $(SOPHYAINCP)ctimer.h \ 1359 $(SOPHYAINCP)zthread.h \ 1360 dlftypes.h basexecut.h \ 1361 $(SOPHYAINCP)strutil.h \ 1319 $(SOPHYAINCP)zthread.h dlftypes.h \ 1320 basexecut.h $(SOPHYAINCP)strutil.h \ 1362 1321 $(SOPHYAINCP)strutilxx.h \ 1363 $(SOPHYAINCP)srandgen.h \ 1364 pistdimgapp.h \ 1322 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ 1365 1323 $(SOPHYAINCP)pisysdep.h \ 1366 1324 $(SOPHYAINCP)piapplx.h \ … … 1414 1372 $(SOPHYAINCP)pi3dwdg.h \ 1415 1373 $(SOPHYAINCP)pi3ddrw.h \ 1416 $(SOPHYAINCP)pigraph3d.h \ 1417 nobjmgr.h pisiadw.h \ 1418 $(SOPHYAINCP)pilistx.h \ 1374 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1375 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1419 1376 $(SOPHYAINCP)pilistgen.h \ 1420 1377 $(SOPHYAINCP)pistzwin.h \ 1421 1378 $(SOPHYAINCP)pitherm.h \ 1422 $(SOPHYAINCP)resusage.h \ 1423 piafitting.h nomgadapter.h \ 1424 $(SOPHYAINCP)ntupintf.h \ 1379 $(SOPHYAINCP)resusage.h piafitting.h \ 1380 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1425 1381 $(SOPHYAINCP)generalfit.h \ 1426 1382 $(SOPHYAINCP)tvector.h \ … … 1437 1393 $(SOPHYAINCP)fmath.h pawexecut.h \ 1438 1394 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1439 $(CXXCOMPILE LIB) -o $@ $<1395 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc 1440 1396 1441 1397 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ … … 1476 1432 $(SOPHYAINCP)histos2.h \ 1477 1433 $(SOPHYAINCP)hisprof.h \ 1478 $(SOPHYAINCP)objfitter.h \ 1479 piafitting.h nomgadapter.h \ 1480 $(SOPHYAINCP)pidrawer.h \ 1481 $(SOPHYAINCP)pibwdggen.h \ 1482 $(SOPHYAINCP)pisysdep.h \ 1483 $(SOPHYAINCP)piwdgx.h \ 1484 $(SOPHYAINCP)piwdggen.h \ 1485 $(SOPHYAINCP)pimsghandler.h \ 1486 $(SOPHYAINCP)picolist.h \ 1487 $(SOPHYAINCP)picmap.h \ 1488 $(SOPHYAINCP)picmapx.h \ 1489 $(SOPHYAINCP)picmapgen.h \ 1490 $(SOPHYAINCP)pigraphx.h \ 1491 $(SOPHYAINCP)pigraphgen.h \ 1492 $(SOPHYAINCP)pifontx.h \ 1493 $(SOPHYAINCP)pifontgen.h \ 1494 $(SOPHYAINCP)pigrcoord.h \ 1495 $(SOPHYAINCP)pilineatt.h \ 1496 $(SOPHYAINCP)pigraphuc.h \ 1497 $(SOPHYAINCP)pievthandler.h \ 1498 $(SOPHYAINCP)psfile.h \ 1499 $(SOPHYAINCP)pigratt.h \ 1500 $(SOPHYAINCP)piaxes.h \ 1501 $(SOPHYAINCP)parradapter.h \ 1502 $(SOPHYAINCP)lut.h \ 1503 $(SOPHYAINCP)pdlmgr.h dlftypes.h \ 1504 piacmd.h \ 1434 $(SOPHYAINCP)objfitter.h piafitting.h \ 1435 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1436 $(SOPHYAINCP)pibwdggen.h \ 1437 $(SOPHYAINCP)pisysdep.h \ 1438 $(SOPHYAINCP)piwdgx.h \ 1439 $(SOPHYAINCP)piwdggen.h \ 1440 $(SOPHYAINCP)pimsghandler.h \ 1441 $(SOPHYAINCP)picolist.h \ 1442 $(SOPHYAINCP)picmap.h \ 1443 $(SOPHYAINCP)picmapx.h \ 1444 $(SOPHYAINCP)picmapgen.h \ 1445 $(SOPHYAINCP)pigraphx.h \ 1446 $(SOPHYAINCP)pigraphgen.h \ 1447 $(SOPHYAINCP)pifontx.h \ 1448 $(SOPHYAINCP)pifontgen.h \ 1449 $(SOPHYAINCP)pigrcoord.h \ 1450 $(SOPHYAINCP)pilineatt.h \ 1451 $(SOPHYAINCP)pigraphuc.h \ 1452 $(SOPHYAINCP)pievthandler.h \ 1453 $(SOPHYAINCP)psfile.h \ 1454 $(SOPHYAINCP)pigratt.h \ 1455 $(SOPHYAINCP)piaxes.h \ 1456 $(SOPHYAINCP)parradapter.h \ 1457 $(SOPHYAINCP)lut.h \ 1458 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1505 1459 $(SOPHYAINCP)commander.h \ 1506 1460 $(SOPHYAINCP)ctimer.h \ 1507 1461 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1508 pistdimgapp.h \ 1462 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1463 $(SOPHYAINCP)piapplgen.h \ 1464 $(SOPHYAINCP)picontainerx.h \ 1465 $(SOPHYAINCP)picontainergen.h \ 1466 $(SOPHYAINCP)pimenubarx.h \ 1467 $(SOPHYAINCP)pimenubargen.h \ 1468 $(SOPHYAINCP)pimenux.h \ 1469 $(SOPHYAINCP)pimenugen.h \ 1470 $(SOPHYAINCP)picons.h \ 1471 $(SOPHYAINCP)pistdwdgx.h \ 1472 $(SOPHYAINCP)pistdwdggen.h \ 1473 $(SOPHYAINCP)pibwdgx.h \ 1474 $(SOPHYAINCP)pigraphps.h \ 1475 $(SOPHYAINCP)piwindowx.h \ 1476 $(SOPHYAINCP)piwindowgen.h \ 1477 $(SOPHYAINCP)pioptmenux.h \ 1478 $(SOPHYAINCP)pioptmenugen.h \ 1479 $(SOPHYAINCP)pifilechox.h \ 1480 $(SOPHYAINCP)pifilechogen.h \ 1481 $(SOPHYAINCP)piperiodx.h \ 1482 $(SOPHYAINCP)periodic.h \ 1483 $(SOPHYAINCP)piimage.h \ 1484 $(SOPHYAINCP)pieldrw.h \ 1485 $(SOPHYAINCP)pipixmapx.h \ 1486 $(SOPHYAINCP)pipixmapgen.h \ 1487 $(SOPHYAINCP)picmapview.h \ 1488 $(SOPHYAINCP)pi3dwdg.h \ 1489 $(SOPHYAINCP)pi3ddrw.h \ 1490 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1491 $(SOPHYAINCP)pilistx.h \ 1492 $(SOPHYAINCP)pilistgen.h \ 1493 $(SOPHYAINCP)pistzwin.h \ 1494 $(SOPHYAINCP)pitherm.h \ 1495 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1496 $(SOPHYAINCP)histerr.h \ 1497 $(SOPHYAINCP)xntuple.h \ 1498 $(SOPHYAINCP)basedtable.h \ 1499 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1500 nomimagadapter.h nomtmatvecadapter.h 1501 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc 1502 1503 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 1504 pigfd1.h $(SOPHYAINCP)generaldata.h \ 1505 $(SOPHYAINCP)objfio.h \ 1506 $(SOPHYAINCP)machdefs.h \ 1507 $(SOPHYAINCP)anydataobj.h \ 1508 $(SOPHYAINCP)ppersist.h \ 1509 $(SOPHYAINCP)pexceptions.h \ 1510 $(SOPHYAINCP)gnumd5.h \ 1511 $(SOPHYAINCP)ppfbinstream.h \ 1512 $(SOPHYAINCP)rawstream.h \ 1513 $(SOPHYAINCP)ppfnametag.h \ 1514 $(SOPHYAINCP)ntupintf.h \ 1515 $(SOPHYAINCP)poly.h \ 1516 $(SOPHYAINCP)peida.h \ 1517 $(SOPHYAINCP)utils.h \ 1518 $(SOPHYAINCP)perrors.h \ 1519 $(SOPHYAINCP)fmath.h \ 1520 $(SOPHYAINCP)tvector.h \ 1521 $(SOPHYAINCP)tmatrix.h \ 1522 $(SOPHYAINCP)tarray.h \ 1523 $(SOPHYAINCP)basarr.h \ 1524 $(SOPHYAINCP)mutyv.h \ 1525 $(SOPHYAINCP)dvlist.h \ 1526 $(SOPHYAINCP)ndatablock.h \ 1527 $(SOPHYAINCP)utilarr.h \ 1528 $(SOPHYAINCP)pidrawer.h \ 1529 $(SOPHYAINCP)pibwdggen.h \ 1530 $(SOPHYAINCP)pisysdep.h \ 1531 $(SOPHYAINCP)piwdgx.h \ 1532 $(SOPHYAINCP)piwdggen.h \ 1533 $(SOPHYAINCP)pimsghandler.h \ 1534 $(SOPHYAINCP)picolist.h \ 1535 $(SOPHYAINCP)picmap.h \ 1536 $(SOPHYAINCP)picmapx.h \ 1537 $(SOPHYAINCP)picmapgen.h \ 1538 $(SOPHYAINCP)pigraphx.h \ 1539 $(SOPHYAINCP)pigraphgen.h \ 1540 $(SOPHYAINCP)pifontx.h \ 1541 $(SOPHYAINCP)pifontgen.h \ 1542 $(SOPHYAINCP)pigrcoord.h \ 1543 $(SOPHYAINCP)pilineatt.h \ 1544 $(SOPHYAINCP)pigraphuc.h \ 1545 $(SOPHYAINCP)pievthandler.h \ 1546 $(SOPHYAINCP)psfile.h \ 1547 $(SOPHYAINCP)pigratt.h \ 1548 $(SOPHYAINCP)piaxes.h 1549 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc 1550 1551 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 1552 pigfd2.h $(SOPHYAINCP)generaldata.h \ 1553 $(SOPHYAINCP)objfio.h \ 1554 $(SOPHYAINCP)machdefs.h \ 1555 $(SOPHYAINCP)anydataobj.h \ 1556 $(SOPHYAINCP)ppersist.h \ 1557 $(SOPHYAINCP)pexceptions.h \ 1558 $(SOPHYAINCP)gnumd5.h \ 1559 $(SOPHYAINCP)ppfbinstream.h \ 1560 $(SOPHYAINCP)rawstream.h \ 1561 $(SOPHYAINCP)ppfnametag.h \ 1562 $(SOPHYAINCP)ntupintf.h \ 1563 $(SOPHYAINCP)poly.h \ 1564 $(SOPHYAINCP)peida.h \ 1565 $(SOPHYAINCP)utils.h \ 1566 $(SOPHYAINCP)perrors.h \ 1567 $(SOPHYAINCP)fmath.h \ 1568 $(SOPHYAINCP)tvector.h \ 1569 $(SOPHYAINCP)tmatrix.h \ 1570 $(SOPHYAINCP)tarray.h \ 1571 $(SOPHYAINCP)basarr.h \ 1572 $(SOPHYAINCP)mutyv.h \ 1573 $(SOPHYAINCP)dvlist.h \ 1574 $(SOPHYAINCP)ndatablock.h \ 1575 $(SOPHYAINCP)utilarr.h \ 1576 $(SOPHYAINCP)pi3ddrw.h \ 1577 $(SOPHYAINCP)pisysdep.h \ 1578 $(SOPHYAINCP)pidrawer.h \ 1579 $(SOPHYAINCP)pibwdggen.h \ 1580 $(SOPHYAINCP)piwdgx.h \ 1581 $(SOPHYAINCP)piwdggen.h \ 1582 $(SOPHYAINCP)pimsghandler.h \ 1583 $(SOPHYAINCP)picolist.h \ 1584 $(SOPHYAINCP)picmap.h \ 1585 $(SOPHYAINCP)picmapx.h \ 1586 $(SOPHYAINCP)picmapgen.h \ 1587 $(SOPHYAINCP)pigraphx.h \ 1588 $(SOPHYAINCP)pigraphgen.h \ 1589 $(SOPHYAINCP)pifontx.h \ 1590 $(SOPHYAINCP)pifontgen.h \ 1591 $(SOPHYAINCP)pigrcoord.h \ 1592 $(SOPHYAINCP)pilineatt.h \ 1593 $(SOPHYAINCP)pigraphuc.h \ 1594 $(SOPHYAINCP)pievthandler.h \ 1595 $(SOPHYAINCP)psfile.h \ 1596 $(SOPHYAINCP)pigratt.h \ 1597 $(SOPHYAINCP)piaxes.h \ 1598 $(SOPHYAINCP)pieldrw.h \ 1599 $(SOPHYAINCP)pigraph3d.h 1600 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc 1601 1602 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h \ 1603 pihisto.h $(SOPHYAINCP)histos.h \ 1604 $(SOPHYAINCP)objfio.h \ 1605 $(SOPHYAINCP)machdefs.h \ 1606 $(SOPHYAINCP)anydataobj.h \ 1607 $(SOPHYAINCP)ppersist.h \ 1608 $(SOPHYAINCP)pexceptions.h \ 1609 $(SOPHYAINCP)gnumd5.h \ 1610 $(SOPHYAINCP)ppfbinstream.h \ 1611 $(SOPHYAINCP)rawstream.h \ 1612 $(SOPHYAINCP)ppfnametag.h \ 1613 $(SOPHYAINCP)peida.h \ 1614 $(SOPHYAINCP)utils.h \ 1615 $(SOPHYAINCP)perrors.h \ 1616 $(SOPHYAINCP)fmath.h \ 1617 $(SOPHYAINCP)tvector.h \ 1618 $(SOPHYAINCP)tmatrix.h \ 1619 $(SOPHYAINCP)tarray.h \ 1620 $(SOPHYAINCP)basarr.h \ 1621 $(SOPHYAINCP)mutyv.h \ 1622 $(SOPHYAINCP)dvlist.h \ 1623 $(SOPHYAINCP)ndatablock.h \ 1624 $(SOPHYAINCP)utilarr.h \ 1625 $(SOPHYAINCP)pidrawer.h \ 1626 $(SOPHYAINCP)pibwdggen.h \ 1627 $(SOPHYAINCP)pisysdep.h \ 1628 $(SOPHYAINCP)piwdgx.h \ 1629 $(SOPHYAINCP)piwdggen.h \ 1630 $(SOPHYAINCP)pimsghandler.h \ 1631 $(SOPHYAINCP)picolist.h \ 1632 $(SOPHYAINCP)picmap.h \ 1633 $(SOPHYAINCP)picmapx.h \ 1634 $(SOPHYAINCP)picmapgen.h \ 1635 $(SOPHYAINCP)pigraphx.h \ 1636 $(SOPHYAINCP)pigraphgen.h \ 1637 $(SOPHYAINCP)pifontx.h \ 1638 $(SOPHYAINCP)pifontgen.h \ 1639 $(SOPHYAINCP)pigrcoord.h \ 1640 $(SOPHYAINCP)pilineatt.h \ 1641 $(SOPHYAINCP)pigraphuc.h \ 1642 $(SOPHYAINCP)pievthandler.h \ 1643 $(SOPHYAINCP)psfile.h \ 1644 $(SOPHYAINCP)pigratt.h \ 1645 $(SOPHYAINCP)piaxes.h \ 1646 $(SOPHYAINCP)hisprof.h 1647 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1648 1649 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1650 $(SOPHYAINCP)piapplx.h \ 1651 $(SOPHYAINCP)piapplgen.h \ 1652 $(SOPHYAINCP)pimsghandler.h \ 1653 $(SOPHYAINCP)picontainerx.h \ 1654 $(SOPHYAINCP)picontainergen.h \ 1655 $(SOPHYAINCP)piwdgx.h \ 1656 $(SOPHYAINCP)piwdggen.h \ 1657 $(SOPHYAINCP)picolist.h \ 1658 $(SOPHYAINCP)pimenubarx.h \ 1659 $(SOPHYAINCP)pimenubargen.h \ 1660 $(SOPHYAINCP)pimenux.h \ 1661 $(SOPHYAINCP)pimenugen.h \ 1662 $(SOPHYAINCP)picons.h \ 1663 $(SOPHYAINCP)pistdwdgx.h \ 1664 $(SOPHYAINCP)pistdwdggen.h \ 1665 $(SOPHYAINCP)pibwdgx.h \ 1666 $(SOPHYAINCP)pibwdggen.h \ 1667 $(SOPHYAINCP)picmap.h \ 1668 $(SOPHYAINCP)picmapx.h \ 1669 $(SOPHYAINCP)picmapgen.h \ 1670 $(SOPHYAINCP)pigraphx.h \ 1671 $(SOPHYAINCP)pigraphgen.h \ 1672 $(SOPHYAINCP)pifontx.h \ 1673 $(SOPHYAINCP)pifontgen.h \ 1674 $(SOPHYAINCP)pigrcoord.h \ 1675 $(SOPHYAINCP)pilineatt.h \ 1676 $(SOPHYAINCP)pigraphuc.h \ 1677 $(SOPHYAINCP)pievthandler.h \ 1678 $(SOPHYAINCP)psfile.h \ 1679 $(SOPHYAINCP)pigraphps.h \ 1680 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1681 $(SOPHYAINCP)pioptmenux.h \ 1682 $(SOPHYAINCP)pioptmenugen.h \ 1683 $(SOPHYAINCP)histos2.h \ 1684 $(SOPHYAINCP)peida.h \ 1685 $(SOPHYAINCP)utils.h \ 1686 $(SOPHYAINCP)perrors.h \ 1687 $(SOPHYAINCP)pexceptions.h \ 1688 $(SOPHYAINCP)fmath.h \ 1689 $(SOPHYAINCP)histos.h \ 1690 $(SOPHYAINCP)objfio.h \ 1691 $(SOPHYAINCP)anydataobj.h \ 1692 $(SOPHYAINCP)ppersist.h \ 1693 $(SOPHYAINCP)gnumd5.h \ 1694 $(SOPHYAINCP)ppfbinstream.h \ 1695 $(SOPHYAINCP)rawstream.h \ 1696 $(SOPHYAINCP)ppfnametag.h \ 1697 $(SOPHYAINCP)tvector.h \ 1698 $(SOPHYAINCP)tmatrix.h \ 1699 $(SOPHYAINCP)tarray.h \ 1700 $(SOPHYAINCP)basarr.h \ 1701 $(SOPHYAINCP)mutyv.h \ 1702 $(SOPHYAINCP)dvlist.h \ 1703 $(SOPHYAINCP)ndatablock.h \ 1704 $(SOPHYAINCP)utilarr.h \ 1705 $(SOPHYAINCP)pidrawer.h \ 1706 $(SOPHYAINCP)pigratt.h \ 1707 $(SOPHYAINCP)piaxes.h \ 1708 $(SOPHYAINCP)piscdrawwdg.h \ 1709 $(SOPHYAINCP)piwindowx.h \ 1710 $(SOPHYAINCP)piwindowgen.h \ 1711 $(SOPHYAINCP)pieldrw.h \ 1712 $(SOPHYAINCP)nbrandom.h \ 1713 $(SOPHYAINCP)srandgen.h 1714 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc 1715 1716 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1717 $(SOPHYAINCP)machdefs.h piinit.h \ 1718 $(SOPHYAINCP)sambainit.h \ 1719 $(SOPHYAINCP)skymapinit.h \ 1720 $(SOPHYAINCP)sophyainit.h \ 1721 $(SOPHYAINCP)ntoolsinit.h \ 1722 $(SOPHYAINCP)tarrinit.h pistdimgapp.h \ 1723 $(SOPHYAINCP)pisysdep.h \ 1724 $(SOPHYAINCP)piapplx.h \ 1725 $(SOPHYAINCP)piapplgen.h \ 1726 $(SOPHYAINCP)pimsghandler.h \ 1727 $(SOPHYAINCP)picontainerx.h \ 1728 $(SOPHYAINCP)picontainergen.h \ 1729 $(SOPHYAINCP)piwdgx.h \ 1730 $(SOPHYAINCP)piwdggen.h \ 1731 $(SOPHYAINCP)picolist.h \ 1732 $(SOPHYAINCP)pimenubarx.h \ 1733 $(SOPHYAINCP)pimenubargen.h \ 1734 $(SOPHYAINCP)pimenux.h \ 1735 $(SOPHYAINCP)pimenugen.h \ 1736 $(SOPHYAINCP)picons.h \ 1737 $(SOPHYAINCP)pistdwdgx.h \ 1738 $(SOPHYAINCP)pistdwdggen.h \ 1739 $(SOPHYAINCP)pibwdgx.h \ 1740 $(SOPHYAINCP)pibwdggen.h \ 1741 $(SOPHYAINCP)picmap.h \ 1742 $(SOPHYAINCP)picmapx.h \ 1743 $(SOPHYAINCP)picmapgen.h \ 1744 $(SOPHYAINCP)pigraphx.h \ 1745 $(SOPHYAINCP)pigraphgen.h \ 1746 $(SOPHYAINCP)pifontx.h \ 1747 $(SOPHYAINCP)pifontgen.h \ 1748 $(SOPHYAINCP)pigrcoord.h \ 1749 $(SOPHYAINCP)pilineatt.h \ 1750 $(SOPHYAINCP)pigraphuc.h \ 1751 $(SOPHYAINCP)pievthandler.h \ 1752 $(SOPHYAINCP)psfile.h \ 1753 $(SOPHYAINCP)pigraphps.h \ 1754 $(SOPHYAINCP)piwindowx.h \ 1755 $(SOPHYAINCP)piwindowgen.h \ 1756 $(SOPHYAINCP)pioptmenux.h \ 1757 $(SOPHYAINCP)pioptmenugen.h \ 1758 $(SOPHYAINCP)pifilechox.h \ 1759 $(SOPHYAINCP)pifilechogen.h \ 1760 $(SOPHYAINCP)piperiodx.h \ 1761 $(SOPHYAINCP)periodic.h \ 1762 $(SOPHYAINCP)piimage.h \ 1763 $(SOPHYAINCP)parradapter.h \ 1764 $(SOPHYAINCP)lut.h \ 1765 $(SOPHYAINCP)pieldrw.h \ 1766 $(SOPHYAINCP)pidrawer.h \ 1767 $(SOPHYAINCP)pigratt.h \ 1768 $(SOPHYAINCP)piaxes.h \ 1769 $(SOPHYAINCP)pipixmapx.h \ 1770 $(SOPHYAINCP)pipixmapgen.h \ 1771 $(SOPHYAINCP)picmapview.h \ 1772 $(SOPHYAINCP)pi3dwdg.h \ 1773 $(SOPHYAINCP)pi3ddrw.h \ 1774 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1775 $(SOPHYAINCP)anydataobj.h \ 1776 $(SOPHYAINCP)ppersist.h \ 1777 $(SOPHYAINCP)pexceptions.h \ 1778 $(SOPHYAINCP)gnumd5.h \ 1779 $(SOPHYAINCP)ppfbinstream.h \ 1780 $(SOPHYAINCP)rawstream.h \ 1781 $(SOPHYAINCP)ppfnametag.h \ 1782 $(SOPHYAINCP)dvlist.h \ 1783 $(SOPHYAINCP)objfio.h \ 1784 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 1785 $(SOPHYAINCP)commander.h \ 1786 $(SOPHYAINCP)pdlmgr.h \ 1787 $(SOPHYAINCP)ctimer.h \ 1788 $(SOPHYAINCP)zthread.h pisiadw.h \ 1789 $(SOPHYAINCP)pilistx.h \ 1790 $(SOPHYAINCP)pilistgen.h \ 1791 $(SOPHYAINCP)pistzwin.h \ 1792 $(SOPHYAINCP)pitherm.h \ 1793 $(SOPHYAINCP)resusage.h servnobjm.h \ 1794 nomhistadapter.h nomgadapter.h \ 1795 $(SOPHYAINCP)ntupintf.h \ 1796 $(SOPHYAINCP)generalfit.h \ 1797 $(SOPHYAINCP)tvector.h \ 1798 $(SOPHYAINCP)tmatrix.h \ 1799 $(SOPHYAINCP)tarray.h \ 1800 $(SOPHYAINCP)basarr.h \ 1801 $(SOPHYAINCP)ndatablock.h \ 1802 $(SOPHYAINCP)utilarr.h \ 1803 $(SOPHYAINCP)generaldata.h \ 1804 $(SOPHYAINCP)poly.h \ 1805 $(SOPHYAINCP)peida.h \ 1806 $(SOPHYAINCP)utils.h \ 1807 $(SOPHYAINCP)perrors.h \ 1808 $(SOPHYAINCP)fmath.h \ 1809 $(SOPHYAINCP)histos.h \ 1810 $(SOPHYAINCP)histos2.h \ 1811 $(SOPHYAINCP)hisprof.h \ 1812 $(SOPHYAINCP)histerr.h \ 1813 $(SOPHYAINCP)ntuple.h \ 1814 $(SOPHYAINCP)xntuple.h \ 1815 $(SOPHYAINCP)basedtable.h \ 1816 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1817 nomimagadapter.h $(SOPHYAINCP)cimage.h \ 1818 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 1819 nomtarradapter.h $(SOPHYAINCP)datatable.h \ 1820 $(SOPHYAINCP)swppfdtable.h \ 1821 $(SOPHYAINCP)swsegdb.h \ 1822 $(SOPHYAINCP)ppfswapper.h \ 1823 $(SOPHYAINCP)ppftpointerio.h \ 1824 nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \ 1825 $(SOPHYAINCP)spherepos.h \ 1826 $(SOPHYAINCP)unitvector.h \ 1827 $(SOPHYAINCP)vector3d.h \ 1828 $(SOPHYAINCP)longlat.h \ 1829 $(SOPHYAINCP)utilgeom.h \ 1830 $(SOPHYAINCP)spherethetaphi.h \ 1831 $(SOPHYAINCP)sphericalmap.h \ 1832 $(SOPHYAINCP)smathconst.h \ 1833 $(SOPHYAINCP)spherehealpix.h \ 1834 $(SOPHYAINCP)HEALPixUtils.h \ 1835 $(SOPHYAINCP)localmap.h \ 1836 $(SOPHYAINCP)sphereecp.h \ 1837 $(SOPHYAINCP)specrespvector.h \ 1838 $(SOPHYAINCP)specresp.h \ 1839 $(SOPHYAINCP)gaussfilt.h \ 1840 nomspecrespadapter.h 1841 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc 1842 1843 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1844 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1845 $(SOPHYAINCP)ntupintf.h \ 1846 $(SOPHYAINCP)machdefs.h \ 1847 $(SOPHYAINCP)pi3ddrw.h \ 1848 $(SOPHYAINCP)pisysdep.h \ 1849 $(SOPHYAINCP)pidrawer.h \ 1850 $(SOPHYAINCP)pibwdggen.h \ 1851 $(SOPHYAINCP)piwdgx.h \ 1852 $(SOPHYAINCP)piwdggen.h \ 1853 $(SOPHYAINCP)pimsghandler.h \ 1854 $(SOPHYAINCP)picolist.h \ 1855 $(SOPHYAINCP)picmap.h \ 1856 $(SOPHYAINCP)picmapx.h \ 1857 $(SOPHYAINCP)picmapgen.h \ 1858 $(SOPHYAINCP)pigraphx.h \ 1859 $(SOPHYAINCP)pigraphgen.h \ 1860 $(SOPHYAINCP)pifontx.h \ 1861 $(SOPHYAINCP)pifontgen.h \ 1862 $(SOPHYAINCP)pigrcoord.h \ 1863 $(SOPHYAINCP)pilineatt.h \ 1864 $(SOPHYAINCP)pigraphuc.h \ 1865 $(SOPHYAINCP)pievthandler.h \ 1866 $(SOPHYAINCP)psfile.h \ 1867 $(SOPHYAINCP)pigratt.h \ 1868 $(SOPHYAINCP)piaxes.h \ 1869 $(SOPHYAINCP)pieldrw.h \ 1870 $(SOPHYAINCP)pigraph3d.h 1871 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc 1872 1873 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1874 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1875 $(SOPHYAINCP)ntupintf.h \ 1876 $(SOPHYAINCP)machdefs.h \ 1877 $(SOPHYAINCP)pidrawer.h \ 1878 $(SOPHYAINCP)pibwdggen.h \ 1879 $(SOPHYAINCP)pisysdep.h \ 1880 $(SOPHYAINCP)piwdgx.h \ 1881 $(SOPHYAINCP)piwdggen.h \ 1882 $(SOPHYAINCP)pimsghandler.h \ 1883 $(SOPHYAINCP)picolist.h \ 1884 $(SOPHYAINCP)picmap.h \ 1885 $(SOPHYAINCP)picmapx.h \ 1886 $(SOPHYAINCP)picmapgen.h \ 1887 $(SOPHYAINCP)pigraphx.h \ 1888 $(SOPHYAINCP)pigraphgen.h \ 1889 $(SOPHYAINCP)pifontx.h \ 1890 $(SOPHYAINCP)pifontgen.h \ 1891 $(SOPHYAINCP)pigrcoord.h \ 1892 $(SOPHYAINCP)pilineatt.h \ 1893 $(SOPHYAINCP)pigraphuc.h \ 1894 $(SOPHYAINCP)pievthandler.h \ 1895 $(SOPHYAINCP)psfile.h \ 1896 $(SOPHYAINCP)pigratt.h \ 1897 $(SOPHYAINCP)piaxes.h 1898 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc 1899 1900 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h \ 1901 pipodrw.h $(SOPHYAINCP)machdefs.h \ 1902 $(SOPHYAINCP)pidrawer.h \ 1903 $(SOPHYAINCP)pibwdggen.h \ 1904 $(SOPHYAINCP)pisysdep.h \ 1905 $(SOPHYAINCP)piwdgx.h \ 1906 $(SOPHYAINCP)piwdggen.h \ 1907 $(SOPHYAINCP)pimsghandler.h \ 1908 $(SOPHYAINCP)picolist.h \ 1909 $(SOPHYAINCP)picmap.h \ 1910 $(SOPHYAINCP)picmapx.h \ 1911 $(SOPHYAINCP)picmapgen.h \ 1912 $(SOPHYAINCP)pigraphx.h \ 1913 $(SOPHYAINCP)pigraphgen.h \ 1914 $(SOPHYAINCP)pifontx.h \ 1915 $(SOPHYAINCP)pifontgen.h \ 1916 $(SOPHYAINCP)pigrcoord.h \ 1917 $(SOPHYAINCP)pilineatt.h \ 1918 $(SOPHYAINCP)pigraphuc.h \ 1919 $(SOPHYAINCP)pievthandler.h \ 1920 $(SOPHYAINCP)psfile.h \ 1921 $(SOPHYAINCP)pigratt.h \ 1922 $(SOPHYAINCP)piaxes.h \ 1923 $(SOPHYAINCP)parradapter.h \ 1924 $(SOPHYAINCP)lut.h \ 1925 $(SOPHYAINCP)histos2.h \ 1926 $(SOPHYAINCP)peida.h \ 1927 $(SOPHYAINCP)utils.h \ 1928 $(SOPHYAINCP)perrors.h \ 1929 $(SOPHYAINCP)pexceptions.h \ 1930 $(SOPHYAINCP)fmath.h \ 1931 $(SOPHYAINCP)histos.h \ 1932 $(SOPHYAINCP)objfio.h \ 1933 $(SOPHYAINCP)anydataobj.h \ 1934 $(SOPHYAINCP)ppersist.h \ 1935 $(SOPHYAINCP)gnumd5.h \ 1936 $(SOPHYAINCP)ppfbinstream.h \ 1937 $(SOPHYAINCP)rawstream.h \ 1938 $(SOPHYAINCP)ppfnametag.h \ 1939 $(SOPHYAINCP)tvector.h \ 1940 $(SOPHYAINCP)tmatrix.h \ 1941 $(SOPHYAINCP)tarray.h \ 1942 $(SOPHYAINCP)basarr.h \ 1943 $(SOPHYAINCP)mutyv.h \ 1944 $(SOPHYAINCP)dvlist.h \ 1945 $(SOPHYAINCP)ndatablock.h \ 1946 $(SOPHYAINCP)utilarr.h \ 1947 $(SOPHYAINCP)generalfit.h \ 1948 $(SOPHYAINCP)generaldata.h \ 1949 $(SOPHYAINCP)ntupintf.h \ 1950 $(SOPHYAINCP)poly.h 1951 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 1952 1953 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h \ 1954 $(SOPHYAINCP)machdefs.h \ 1955 $(SOPHYAINCP)perrors.h \ 1956 $(SOPHYAINCP)pexceptions.h \ 1957 $(SOPHYAINCP)ctimer.h \ 1958 $(SOPHYAINCP)nbmath.h \ 1959 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 1960 $(SOPHYAINCP)pisysdep.h \ 1961 $(SOPHYAINCP)piapplx.h \ 1962 $(SOPHYAINCP)piapplgen.h \ 1963 $(SOPHYAINCP)pimsghandler.h \ 1964 $(SOPHYAINCP)picontainerx.h \ 1965 $(SOPHYAINCP)picontainergen.h \ 1966 $(SOPHYAINCP)piwdgx.h \ 1967 $(SOPHYAINCP)piwdggen.h \ 1968 $(SOPHYAINCP)picolist.h \ 1969 $(SOPHYAINCP)pimenubarx.h \ 1970 $(SOPHYAINCP)pimenubargen.h \ 1971 $(SOPHYAINCP)pimenux.h \ 1972 $(SOPHYAINCP)pimenugen.h \ 1973 $(SOPHYAINCP)picons.h \ 1974 $(SOPHYAINCP)pistdwdgx.h \ 1975 $(SOPHYAINCP)pistdwdggen.h \ 1976 $(SOPHYAINCP)pibwdgx.h \ 1977 $(SOPHYAINCP)pibwdggen.h \ 1978 $(SOPHYAINCP)picmap.h \ 1979 $(SOPHYAINCP)picmapx.h \ 1980 $(SOPHYAINCP)picmapgen.h \ 1981 $(SOPHYAINCP)pigraphx.h \ 1982 $(SOPHYAINCP)pigraphgen.h \ 1983 $(SOPHYAINCP)pifontx.h \ 1984 $(SOPHYAINCP)pifontgen.h \ 1985 $(SOPHYAINCP)pigrcoord.h \ 1986 $(SOPHYAINCP)pilineatt.h \ 1987 $(SOPHYAINCP)pigraphuc.h \ 1988 $(SOPHYAINCP)pievthandler.h \ 1989 $(SOPHYAINCP)psfile.h \ 1990 $(SOPHYAINCP)pigraphps.h \ 1991 $(SOPHYAINCP)piwindowx.h \ 1992 $(SOPHYAINCP)piwindowgen.h \ 1993 $(SOPHYAINCP)pioptmenux.h \ 1994 $(SOPHYAINCP)pioptmenugen.h \ 1995 $(SOPHYAINCP)pifilechox.h \ 1996 $(SOPHYAINCP)pifilechogen.h \ 1997 $(SOPHYAINCP)piperiodx.h \ 1998 $(SOPHYAINCP)periodic.h \ 1999 $(SOPHYAINCP)piimage.h \ 2000 $(SOPHYAINCP)parradapter.h \ 2001 $(SOPHYAINCP)lut.h \ 2002 $(SOPHYAINCP)pieldrw.h \ 2003 $(SOPHYAINCP)pidrawer.h \ 2004 $(SOPHYAINCP)pigratt.h \ 2005 $(SOPHYAINCP)piaxes.h \ 2006 $(SOPHYAINCP)pipixmapx.h \ 2007 $(SOPHYAINCP)pipixmapgen.h \ 2008 $(SOPHYAINCP)picmapview.h \ 2009 $(SOPHYAINCP)pi3dwdg.h \ 2010 $(SOPHYAINCP)pi3ddrw.h \ 2011 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2012 $(SOPHYAINCP)anydataobj.h \ 2013 $(SOPHYAINCP)ppersist.h \ 2014 $(SOPHYAINCP)gnumd5.h \ 2015 $(SOPHYAINCP)ppfbinstream.h \ 2016 $(SOPHYAINCP)rawstream.h \ 2017 $(SOPHYAINCP)ppfnametag.h \ 2018 $(SOPHYAINCP)dvlist.h \ 2019 $(SOPHYAINCP)objfio.h \ 2020 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 2021 $(SOPHYAINCP)commander.h \ 2022 $(SOPHYAINCP)pdlmgr.h \ 2023 $(SOPHYAINCP)zthread.h pisiadw.h \ 2024 $(SOPHYAINCP)pilistx.h \ 2025 $(SOPHYAINCP)pilistgen.h \ 2026 $(SOPHYAINCP)pistzwin.h \ 2027 $(SOPHYAINCP)pitherm.h \ 2028 $(SOPHYAINCP)resusage.h servnobjm.h 2029 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc 2030 2031 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2032 $(SOPHYAINCP)sopnamsp.h \ 2033 $(SOPHYAINCP)machdefs.h \ 2034 $(SOPHYAINCP)strutil.h \ 2035 $(SOPHYAINCP)timing.h \ 2036 $(SOPHYAINCP)perrors.h \ 2037 $(SOPHYAINCP)pexceptions.h \ 2038 $(SOPHYAINCP)ctimer.h \ 2039 $(SOPHYAINCP)psighand.h \ 2040 $(SOPHYAINCP)cimage.h \ 2041 $(SOPHYAINCP)tmatrix.h \ 2042 $(SOPHYAINCP)tarray.h \ 2043 $(SOPHYAINCP)basarr.h \ 2044 $(SOPHYAINCP)anydataobj.h \ 2045 $(SOPHYAINCP)mutyv.h \ 2046 $(SOPHYAINCP)dvlist.h \ 2047 $(SOPHYAINCP)objfio.h \ 2048 $(SOPHYAINCP)ppersist.h \ 2049 $(SOPHYAINCP)gnumd5.h \ 2050 $(SOPHYAINCP)ppfbinstream.h \ 2051 $(SOPHYAINCP)rawstream.h \ 2052 $(SOPHYAINCP)ppfnametag.h \ 2053 $(SOPHYAINCP)ndatablock.h \ 2054 $(SOPHYAINCP)utilarr.h \ 2055 $(SOPHYAINCP)fioarr.h \ 2056 $(SOPHYAINCP)tvector.h pistdimgapp.h \ 2057 $(SOPHYAINCP)pisysdep.h \ 2058 $(SOPHYAINCP)piapplx.h \ 2059 $(SOPHYAINCP)piapplgen.h \ 2060 $(SOPHYAINCP)pimsghandler.h \ 2061 $(SOPHYAINCP)picontainerx.h \ 2062 $(SOPHYAINCP)picontainergen.h \ 2063 $(SOPHYAINCP)piwdgx.h \ 2064 $(SOPHYAINCP)piwdggen.h \ 2065 $(SOPHYAINCP)picolist.h \ 2066 $(SOPHYAINCP)pimenubarx.h \ 2067 $(SOPHYAINCP)pimenubargen.h \ 2068 $(SOPHYAINCP)pimenux.h \ 2069 $(SOPHYAINCP)pimenugen.h \ 2070 $(SOPHYAINCP)picons.h \ 2071 $(SOPHYAINCP)pistdwdgx.h \ 2072 $(SOPHYAINCP)pistdwdggen.h \ 2073 $(SOPHYAINCP)pibwdgx.h \ 2074 $(SOPHYAINCP)pibwdggen.h \ 2075 $(SOPHYAINCP)picmap.h \ 2076 $(SOPHYAINCP)picmapx.h \ 2077 $(SOPHYAINCP)picmapgen.h \ 2078 $(SOPHYAINCP)pigraphx.h \ 2079 $(SOPHYAINCP)pigraphgen.h \ 2080 $(SOPHYAINCP)pifontx.h \ 2081 $(SOPHYAINCP)pifontgen.h \ 2082 $(SOPHYAINCP)pigrcoord.h \ 2083 $(SOPHYAINCP)pilineatt.h \ 2084 $(SOPHYAINCP)pigraphuc.h \ 2085 $(SOPHYAINCP)pievthandler.h \ 2086 $(SOPHYAINCP)psfile.h \ 2087 $(SOPHYAINCP)pigraphps.h \ 2088 $(SOPHYAINCP)piwindowx.h \ 2089 $(SOPHYAINCP)piwindowgen.h \ 2090 $(SOPHYAINCP)pioptmenux.h \ 2091 $(SOPHYAINCP)pioptmenugen.h \ 2092 $(SOPHYAINCP)pifilechox.h \ 2093 $(SOPHYAINCP)pifilechogen.h \ 2094 $(SOPHYAINCP)piperiodx.h \ 2095 $(SOPHYAINCP)periodic.h \ 2096 $(SOPHYAINCP)piimage.h \ 2097 $(SOPHYAINCP)parradapter.h \ 2098 $(SOPHYAINCP)lut.h \ 2099 $(SOPHYAINCP)pieldrw.h \ 2100 $(SOPHYAINCP)pidrawer.h \ 2101 $(SOPHYAINCP)pigratt.h \ 2102 $(SOPHYAINCP)piaxes.h \ 2103 $(SOPHYAINCP)pipixmapx.h \ 2104 $(SOPHYAINCP)pipixmapgen.h \ 2105 $(SOPHYAINCP)picmapview.h \ 2106 $(SOPHYAINCP)pi3dwdg.h \ 2107 $(SOPHYAINCP)pi3ddrw.h \ 2108 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2109 dlftypes.h piacmd.h \ 2110 $(SOPHYAINCP)commander.h \ 2111 $(SOPHYAINCP)pdlmgr.h \ 2112 $(SOPHYAINCP)zthread.h pisiadw.h \ 2113 $(SOPHYAINCP)pilistx.h \ 2114 $(SOPHYAINCP)pilistgen.h \ 2115 $(SOPHYAINCP)pistzwin.h \ 2116 $(SOPHYAINCP)pitherm.h \ 2117 $(SOPHYAINCP)resusage.h servnobjm.h \ 2118 $(SOPHYAINCP)piimgtools.h \ 2119 $(SOPHYAINCP)pidrwtools.h \ 2120 $(SOPHYAINCP)piaxestools.h \ 2121 $(SOPHYAINCP)piscdrawwdg.h piinit.h \ 2122 $(SOPHYAINCP)sambainit.h \ 2123 $(SOPHYAINCP)skymapinit.h \ 2124 $(SOPHYAINCP)sophyainit.h \ 2125 $(SOPHYAINCP)ntoolsinit.h \ 2126 $(SOPHYAINCP)tarrinit.h \ 2127 $(SOPHYAINCP)piversion.h piaversion.h 2128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc 2129 2130 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2131 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2132 $(SOPHYAINCP)machdefs.h \ 2133 $(SOPHYAINCP)parradapter.h \ 2134 $(SOPHYAINCP)lut.h \ 2135 $(SOPHYAINCP)tmatrix.h \ 2136 $(SOPHYAINCP)tarray.h \ 2137 $(SOPHYAINCP)basarr.h \ 2138 $(SOPHYAINCP)anydataobj.h \ 2139 $(SOPHYAINCP)mutyv.h \ 2140 $(SOPHYAINCP)dvlist.h \ 2141 $(SOPHYAINCP)objfio.h \ 2142 $(SOPHYAINCP)ppersist.h \ 2143 $(SOPHYAINCP)pexceptions.h \ 2144 $(SOPHYAINCP)gnumd5.h \ 2145 $(SOPHYAINCP)ppfbinstream.h \ 2146 $(SOPHYAINCP)rawstream.h \ 2147 $(SOPHYAINCP)ppfnametag.h \ 2148 $(SOPHYAINCP)ndatablock.h \ 2149 $(SOPHYAINCP)utilarr.h \ 2150 $(SOPHYAINCP)tvector.h 2151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 2152 2153 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2154 $(SOPHYAINCP)sopnamsp.h \ 2155 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2156 $(SOPHYAINCP)machdefs.h \ 2157 $(SOPHYAINCP)anydataobj.h \ 2158 $(SOPHYAINCP)ppersist.h \ 2159 $(SOPHYAINCP)pexceptions.h \ 2160 $(SOPHYAINCP)gnumd5.h \ 2161 $(SOPHYAINCP)ppfbinstream.h \ 2162 $(SOPHYAINCP)rawstream.h \ 2163 $(SOPHYAINCP)ppfnametag.h \ 2164 $(SOPHYAINCP)dvlist.h \ 2165 $(SOPHYAINCP)objfio.h \ 2166 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 2167 $(SOPHYAINCP)pdlmgr.h \ 2168 $(SOPHYAINCP)zthread.h nomgadapter.h \ 2169 $(SOPHYAINCP)pidrawer.h \ 2170 $(SOPHYAINCP)pibwdggen.h \ 2171 $(SOPHYAINCP)pisysdep.h \ 2172 $(SOPHYAINCP)piwdgx.h \ 2173 $(SOPHYAINCP)piwdggen.h \ 2174 $(SOPHYAINCP)pimsghandler.h \ 2175 $(SOPHYAINCP)picolist.h \ 2176 $(SOPHYAINCP)picmap.h \ 2177 $(SOPHYAINCP)picmapx.h \ 2178 $(SOPHYAINCP)picmapgen.h \ 2179 $(SOPHYAINCP)pigraphx.h \ 2180 $(SOPHYAINCP)pigraphgen.h \ 2181 $(SOPHYAINCP)pifontx.h \ 2182 $(SOPHYAINCP)pifontgen.h \ 2183 $(SOPHYAINCP)pigrcoord.h \ 2184 $(SOPHYAINCP)pilineatt.h \ 2185 $(SOPHYAINCP)pigraphuc.h \ 2186 $(SOPHYAINCP)pievthandler.h \ 2187 $(SOPHYAINCP)psfile.h \ 2188 $(SOPHYAINCP)pigratt.h \ 2189 $(SOPHYAINCP)piaxes.h \ 2190 $(SOPHYAINCP)parradapter.h \ 2191 $(SOPHYAINCP)lut.h \ 2192 $(SOPHYAINCP)ntupintf.h \ 2193 $(SOPHYAINCP)generalfit.h \ 2194 $(SOPHYAINCP)tvector.h \ 2195 $(SOPHYAINCP)tmatrix.h \ 2196 $(SOPHYAINCP)tarray.h \ 2197 $(SOPHYAINCP)basarr.h \ 2198 $(SOPHYAINCP)ndatablock.h \ 2199 $(SOPHYAINCP)utilarr.h \ 2200 $(SOPHYAINCP)generaldata.h \ 2201 $(SOPHYAINCP)poly.h \ 2202 $(SOPHYAINCP)peida.h \ 2203 $(SOPHYAINCP)utils.h \ 2204 $(SOPHYAINCP)perrors.h \ 2205 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 1509 2206 $(SOPHYAINCP)piapplx.h \ 1510 2207 $(SOPHYAINCP)piapplgen.h \ … … 1535 2232 $(SOPHYAINCP)pi3dwdg.h \ 1536 2233 $(SOPHYAINCP)pi3ddrw.h \ 1537 $(SOPHYAINCP)pigraph3d.h \ 1538 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1539 $(SOPHYAINCP)pilistgen.h \ 1540 $(SOPHYAINCP)pistzwin.h \ 1541 $(SOPHYAINCP)pitherm.h \ 1542 $(SOPHYAINCP)resusage.h \ 1543 nomhistadapter.h \ 1544 $(SOPHYAINCP)histerr.h \ 1545 $(SOPHYAINCP)xntuple.h \ 1546 $(SOPHYAINCP)basedtable.h \ 1547 $(SOPHYAINCP)segdatablock.h \ 1548 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h 1549 $(CXXCOMPILELIB) -o $@ $< 1550 1551 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc \ 1552 $(SOPHYAINCP)sopnamsp.h pigfd1.h \ 1553 $(SOPHYAINCP)generaldata.h \ 1554 $(SOPHYAINCP)objfio.h \ 1555 $(SOPHYAINCP)machdefs.h \ 1556 $(SOPHYAINCP)anydataobj.h \ 1557 $(SOPHYAINCP)ppersist.h \ 1558 $(SOPHYAINCP)pexceptions.h \ 1559 $(SOPHYAINCP)gnumd5.h \ 1560 $(SOPHYAINCP)ppfbinstream.h \ 1561 $(SOPHYAINCP)rawstream.h \ 1562 $(SOPHYAINCP)ppfnametag.h \ 1563 $(SOPHYAINCP)ntupintf.h \ 1564 $(SOPHYAINCP)poly.h \ 1565 $(SOPHYAINCP)peida.h \ 1566 $(SOPHYAINCP)utils.h \ 1567 $(SOPHYAINCP)perrors.h \ 1568 $(SOPHYAINCP)fmath.h \ 1569 $(SOPHYAINCP)tvector.h \ 1570 $(SOPHYAINCP)tmatrix.h \ 1571 $(SOPHYAINCP)tarray.h \ 1572 $(SOPHYAINCP)basarr.h \ 1573 $(SOPHYAINCP)mutyv.h \ 1574 $(SOPHYAINCP)dvlist.h \ 1575 $(SOPHYAINCP)ndatablock.h \ 1576 $(SOPHYAINCP)utilarr.h \ 1577 $(SOPHYAINCP)pidrawer.h \ 1578 $(SOPHYAINCP)pibwdggen.h \ 1579 $(SOPHYAINCP)pisysdep.h \ 1580 $(SOPHYAINCP)piwdgx.h \ 1581 $(SOPHYAINCP)piwdggen.h \ 1582 $(SOPHYAINCP)pimsghandler.h \ 1583 $(SOPHYAINCP)picolist.h \ 1584 $(SOPHYAINCP)picmap.h \ 1585 $(SOPHYAINCP)picmapx.h \ 1586 $(SOPHYAINCP)picmapgen.h \ 1587 $(SOPHYAINCP)pigraphx.h \ 1588 $(SOPHYAINCP)pigraphgen.h \ 1589 $(SOPHYAINCP)pifontx.h \ 1590 $(SOPHYAINCP)pifontgen.h \ 1591 $(SOPHYAINCP)pigrcoord.h \ 1592 $(SOPHYAINCP)pilineatt.h \ 1593 $(SOPHYAINCP)pigraphuc.h \ 1594 $(SOPHYAINCP)pievthandler.h \ 1595 $(SOPHYAINCP)psfile.h \ 1596 $(SOPHYAINCP)pigratt.h \ 1597 $(SOPHYAINCP)piaxes.h 1598 $(CXXCOMPILELIB) -o $@ $< 1599 1600 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc \ 1601 $(SOPHYAINCP)sopnamsp.h pigfd2.h \ 1602 $(SOPHYAINCP)generaldata.h \ 1603 $(SOPHYAINCP)objfio.h \ 1604 $(SOPHYAINCP)machdefs.h \ 1605 $(SOPHYAINCP)anydataobj.h \ 1606 $(SOPHYAINCP)ppersist.h \ 1607 $(SOPHYAINCP)pexceptions.h \ 1608 $(SOPHYAINCP)gnumd5.h \ 1609 $(SOPHYAINCP)ppfbinstream.h \ 1610 $(SOPHYAINCP)rawstream.h \ 1611 $(SOPHYAINCP)ppfnametag.h \ 1612 $(SOPHYAINCP)ntupintf.h \ 1613 $(SOPHYAINCP)poly.h \ 1614 $(SOPHYAINCP)peida.h \ 1615 $(SOPHYAINCP)utils.h \ 1616 $(SOPHYAINCP)perrors.h \ 1617 $(SOPHYAINCP)fmath.h \ 1618 $(SOPHYAINCP)tvector.h \ 1619 $(SOPHYAINCP)tmatrix.h \ 1620 $(SOPHYAINCP)tarray.h \ 1621 $(SOPHYAINCP)basarr.h \ 1622 $(SOPHYAINCP)mutyv.h \ 1623 $(SOPHYAINCP)dvlist.h \ 1624 $(SOPHYAINCP)ndatablock.h \ 1625 $(SOPHYAINCP)utilarr.h \ 1626 $(SOPHYAINCP)pi3ddrw.h \ 1627 $(SOPHYAINCP)pisysdep.h \ 1628 $(SOPHYAINCP)pidrawer.h \ 1629 $(SOPHYAINCP)pibwdggen.h \ 1630 $(SOPHYAINCP)piwdgx.h \ 1631 $(SOPHYAINCP)piwdggen.h \ 1632 $(SOPHYAINCP)pimsghandler.h \ 1633 $(SOPHYAINCP)picolist.h \ 1634 $(SOPHYAINCP)picmap.h \ 1635 $(SOPHYAINCP)picmapx.h \ 1636 $(SOPHYAINCP)picmapgen.h \ 1637 $(SOPHYAINCP)pigraphx.h \ 1638 $(SOPHYAINCP)pigraphgen.h \ 1639 $(SOPHYAINCP)pifontx.h \ 1640 $(SOPHYAINCP)pifontgen.h \ 1641 $(SOPHYAINCP)pigrcoord.h \ 1642 $(SOPHYAINCP)pilineatt.h \ 1643 $(SOPHYAINCP)pigraphuc.h \ 1644 $(SOPHYAINCP)pievthandler.h \ 1645 $(SOPHYAINCP)psfile.h \ 1646 $(SOPHYAINCP)pigratt.h \ 1647 $(SOPHYAINCP)piaxes.h \ 1648 $(SOPHYAINCP)pieldrw.h \ 1649 $(SOPHYAINCP)pigraph3d.h 1650 $(CXXCOMPILELIB) -o $@ $< 1651 1652 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1653 $(SOPHYAINCP)pisysdep.h \ 1654 $(SOPHYAINCP)machdefs.h \ 1655 $(SOPHYAINCP)piapplx.h \ 1656 $(SOPHYAINCP)piapplgen.h \ 1657 $(SOPHYAINCP)pimsghandler.h \ 1658 $(SOPHYAINCP)picontainerx.h \ 1659 $(SOPHYAINCP)picontainergen.h \ 1660 $(SOPHYAINCP)piwdgx.h \ 1661 $(SOPHYAINCP)piwdggen.h \ 1662 $(SOPHYAINCP)picolist.h \ 1663 $(SOPHYAINCP)pimenubarx.h \ 1664 $(SOPHYAINCP)pimenubargen.h \ 1665 $(SOPHYAINCP)pimenux.h \ 1666 $(SOPHYAINCP)pimenugen.h \ 1667 $(SOPHYAINCP)picons.h \ 1668 $(SOPHYAINCP)pistdwdgx.h \ 1669 $(SOPHYAINCP)pistdwdggen.h \ 1670 $(SOPHYAINCP)pibwdgx.h \ 1671 $(SOPHYAINCP)pibwdggen.h \ 1672 $(SOPHYAINCP)picmap.h \ 1673 $(SOPHYAINCP)picmapx.h \ 1674 $(SOPHYAINCP)picmapgen.h \ 1675 $(SOPHYAINCP)pigraphx.h \ 1676 $(SOPHYAINCP)pigraphgen.h \ 1677 $(SOPHYAINCP)pifontx.h \ 1678 $(SOPHYAINCP)pifontgen.h \ 1679 $(SOPHYAINCP)pigrcoord.h \ 1680 $(SOPHYAINCP)pilineatt.h \ 1681 $(SOPHYAINCP)pigraphuc.h \ 1682 $(SOPHYAINCP)pievthandler.h \ 1683 $(SOPHYAINCP)psfile.h \ 1684 $(SOPHYAINCP)pigraphps.h \ 1685 $(SOPHYAINCP)sopnamsp.h \ 1686 pihisto2d.h \ 1687 $(SOPHYAINCP)pioptmenux.h \ 1688 $(SOPHYAINCP)pioptmenugen.h \ 1689 $(SOPHYAINCP)histos2.h \ 1690 $(SOPHYAINCP)peida.h \ 1691 $(SOPHYAINCP)utils.h \ 1692 $(SOPHYAINCP)perrors.h \ 1693 $(SOPHYAINCP)pexceptions.h \ 1694 $(SOPHYAINCP)fmath.h \ 1695 $(SOPHYAINCP)histos.h \ 1696 $(SOPHYAINCP)objfio.h \ 1697 $(SOPHYAINCP)anydataobj.h \ 1698 $(SOPHYAINCP)ppersist.h \ 1699 $(SOPHYAINCP)gnumd5.h \ 1700 $(SOPHYAINCP)ppfbinstream.h \ 1701 $(SOPHYAINCP)rawstream.h \ 1702 $(SOPHYAINCP)ppfnametag.h \ 1703 $(SOPHYAINCP)tvector.h \ 1704 $(SOPHYAINCP)tmatrix.h \ 1705 $(SOPHYAINCP)tarray.h \ 1706 $(SOPHYAINCP)basarr.h \ 1707 $(SOPHYAINCP)mutyv.h \ 1708 $(SOPHYAINCP)dvlist.h \ 1709 $(SOPHYAINCP)ndatablock.h \ 1710 $(SOPHYAINCP)utilarr.h \ 1711 $(SOPHYAINCP)pidrawer.h \ 1712 $(SOPHYAINCP)pigratt.h \ 1713 $(SOPHYAINCP)piaxes.h \ 1714 $(SOPHYAINCP)piscdrawwdg.h \ 1715 $(SOPHYAINCP)piwindowx.h \ 1716 $(SOPHYAINCP)piwindowgen.h \ 1717 $(SOPHYAINCP)pieldrw.h \ 1718 $(SOPHYAINCP)nbrandom.h \ 1719 $(SOPHYAINCP)srandgen.h 1720 $(CXXCOMPILELIB) -o $@ $< 1721 1722 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 1723 $(SOPHYAINCP)sopnamsp.h \ 1724 pihisto.h $(SOPHYAINCP)histos.h \ 1725 $(SOPHYAINCP)objfio.h \ 1726 $(SOPHYAINCP)machdefs.h \ 1727 $(SOPHYAINCP)anydataobj.h \ 1728 $(SOPHYAINCP)ppersist.h \ 1729 $(SOPHYAINCP)pexceptions.h \ 1730 $(SOPHYAINCP)gnumd5.h \ 1731 $(SOPHYAINCP)ppfbinstream.h \ 1732 $(SOPHYAINCP)rawstream.h \ 1733 $(SOPHYAINCP)ppfnametag.h \ 1734 $(SOPHYAINCP)peida.h \ 1735 $(SOPHYAINCP)utils.h \ 1736 $(SOPHYAINCP)perrors.h \ 1737 $(SOPHYAINCP)fmath.h \ 1738 $(SOPHYAINCP)tvector.h \ 1739 $(SOPHYAINCP)tmatrix.h \ 1740 $(SOPHYAINCP)tarray.h \ 1741 $(SOPHYAINCP)basarr.h \ 1742 $(SOPHYAINCP)mutyv.h \ 1743 $(SOPHYAINCP)dvlist.h \ 1744 $(SOPHYAINCP)ndatablock.h \ 1745 $(SOPHYAINCP)utilarr.h \ 1746 $(SOPHYAINCP)pidrawer.h \ 1747 $(SOPHYAINCP)pibwdggen.h \ 1748 $(SOPHYAINCP)pisysdep.h \ 1749 $(SOPHYAINCP)piwdgx.h \ 1750 $(SOPHYAINCP)piwdggen.h \ 1751 $(SOPHYAINCP)pimsghandler.h \ 1752 $(SOPHYAINCP)picolist.h \ 1753 $(SOPHYAINCP)picmap.h \ 1754 $(SOPHYAINCP)picmapx.h \ 1755 $(SOPHYAINCP)picmapgen.h \ 1756 $(SOPHYAINCP)pigraphx.h \ 1757 $(SOPHYAINCP)pigraphgen.h \ 1758 $(SOPHYAINCP)pifontx.h \ 1759 $(SOPHYAINCP)pifontgen.h \ 1760 $(SOPHYAINCP)pigrcoord.h \ 1761 $(SOPHYAINCP)pilineatt.h \ 1762 $(SOPHYAINCP)pigraphuc.h \ 1763 $(SOPHYAINCP)pievthandler.h \ 1764 $(SOPHYAINCP)psfile.h \ 1765 $(SOPHYAINCP)pigratt.h \ 1766 $(SOPHYAINCP)piaxes.h \ 1767 $(SOPHYAINCP)hisprof.h 1768 $(CXXCOMPILELIB) -o $@ $< 1769 1770 $(SOPHYAOBJP)piinit.o: piinit.cc \ 1771 $(SOPHYAINCP)sopnamsp.h \ 1772 $(SOPHYAINCP)machdefs.h piinit.h \ 1773 $(SOPHYAINCP)sambainit.h \ 1774 $(SOPHYAINCP)skymapinit.h \ 1775 $(SOPHYAINCP)sophyainit.h \ 1776 $(SOPHYAINCP)ntoolsinit.h \ 1777 $(SOPHYAINCP)tarrinit.h \ 1778 pistdimgapp.h \ 1779 $(SOPHYAINCP)pisysdep.h \ 1780 $(SOPHYAINCP)piapplx.h \ 1781 $(SOPHYAINCP)piapplgen.h \ 1782 $(SOPHYAINCP)pimsghandler.h \ 1783 $(SOPHYAINCP)picontainerx.h \ 1784 $(SOPHYAINCP)picontainergen.h \ 1785 $(SOPHYAINCP)piwdgx.h \ 1786 $(SOPHYAINCP)piwdggen.h \ 1787 $(SOPHYAINCP)picolist.h \ 1788 $(SOPHYAINCP)pimenubarx.h \ 1789 $(SOPHYAINCP)pimenubargen.h \ 1790 $(SOPHYAINCP)pimenux.h \ 1791 $(SOPHYAINCP)pimenugen.h \ 1792 $(SOPHYAINCP)picons.h \ 1793 $(SOPHYAINCP)pistdwdgx.h \ 1794 $(SOPHYAINCP)pistdwdggen.h \ 1795 $(SOPHYAINCP)pibwdgx.h \ 1796 $(SOPHYAINCP)pibwdggen.h \ 1797 $(SOPHYAINCP)picmap.h \ 1798 $(SOPHYAINCP)picmapx.h \ 1799 $(SOPHYAINCP)picmapgen.h \ 1800 $(SOPHYAINCP)pigraphx.h \ 1801 $(SOPHYAINCP)pigraphgen.h \ 1802 $(SOPHYAINCP)pifontx.h \ 1803 $(SOPHYAINCP)pifontgen.h \ 1804 $(SOPHYAINCP)pigrcoord.h \ 1805 $(SOPHYAINCP)pilineatt.h \ 1806 $(SOPHYAINCP)pigraphuc.h \ 1807 $(SOPHYAINCP)pievthandler.h \ 1808 $(SOPHYAINCP)psfile.h \ 1809 $(SOPHYAINCP)pigraphps.h \ 1810 $(SOPHYAINCP)piwindowx.h \ 1811 $(SOPHYAINCP)piwindowgen.h \ 1812 $(SOPHYAINCP)pioptmenux.h \ 1813 $(SOPHYAINCP)pioptmenugen.h \ 1814 $(SOPHYAINCP)pifilechox.h \ 1815 $(SOPHYAINCP)pifilechogen.h \ 1816 $(SOPHYAINCP)piperiodx.h \ 1817 $(SOPHYAINCP)periodic.h \ 1818 $(SOPHYAINCP)piimage.h \ 1819 $(SOPHYAINCP)parradapter.h \ 1820 $(SOPHYAINCP)lut.h \ 1821 $(SOPHYAINCP)pieldrw.h \ 1822 $(SOPHYAINCP)pidrawer.h \ 1823 $(SOPHYAINCP)pigratt.h \ 1824 $(SOPHYAINCP)piaxes.h \ 1825 $(SOPHYAINCP)pipixmapx.h \ 1826 $(SOPHYAINCP)pipixmapgen.h \ 1827 $(SOPHYAINCP)picmapview.h \ 1828 $(SOPHYAINCP)pi3dwdg.h \ 1829 $(SOPHYAINCP)pi3ddrw.h \ 1830 $(SOPHYAINCP)pigraph3d.h \ 1831 nobjmgr.h \ 1832 $(SOPHYAINCP)anydataobj.h \ 1833 $(SOPHYAINCP)ppersist.h \ 1834 $(SOPHYAINCP)pexceptions.h \ 1835 $(SOPHYAINCP)gnumd5.h \ 1836 $(SOPHYAINCP)ppfbinstream.h \ 1837 $(SOPHYAINCP)rawstream.h \ 1838 $(SOPHYAINCP)ppfnametag.h \ 1839 $(SOPHYAINCP)dvlist.h \ 1840 $(SOPHYAINCP)objfio.h \ 1841 $(SOPHYAINCP)mutyv.h dlftypes.h \ 1842 piacmd.h \ 1843 $(SOPHYAINCP)commander.h \ 1844 $(SOPHYAINCP)pdlmgr.h \ 1845 $(SOPHYAINCP)ctimer.h \ 1846 $(SOPHYAINCP)zthread.h pisiadw.h \ 1847 $(SOPHYAINCP)pilistx.h \ 1848 $(SOPHYAINCP)pilistgen.h \ 1849 $(SOPHYAINCP)pistzwin.h \ 1850 $(SOPHYAINCP)pitherm.h \ 1851 $(SOPHYAINCP)resusage.h \ 1852 servnobjm.h nomhistadapter.h nomgadapter.h \ 1853 $(SOPHYAINCP)ntupintf.h \ 1854 $(SOPHYAINCP)generalfit.h \ 1855 $(SOPHYAINCP)tvector.h \ 1856 $(SOPHYAINCP)tmatrix.h \ 1857 $(SOPHYAINCP)tarray.h \ 1858 $(SOPHYAINCP)basarr.h \ 1859 $(SOPHYAINCP)ndatablock.h \ 1860 $(SOPHYAINCP)utilarr.h \ 1861 $(SOPHYAINCP)generaldata.h \ 1862 $(SOPHYAINCP)poly.h \ 1863 $(SOPHYAINCP)peida.h \ 1864 $(SOPHYAINCP)utils.h \ 1865 $(SOPHYAINCP)perrors.h \ 1866 $(SOPHYAINCP)fmath.h \ 1867 $(SOPHYAINCP)histos.h \ 1868 $(SOPHYAINCP)histos2.h \ 1869 $(SOPHYAINCP)hisprof.h \ 1870 $(SOPHYAINCP)histerr.h \ 1871 $(SOPHYAINCP)ntuple.h \ 1872 $(SOPHYAINCP)xntuple.h \ 1873 $(SOPHYAINCP)basedtable.h \ 1874 $(SOPHYAINCP)segdatablock.h \ 1875 nomgfdadapter.h nomimagadapter.h \ 1876 $(SOPHYAINCP)cimage.h \ 1877 $(SOPHYAINCP)fioarr.h \ 1878 nomtmatvecadapter.h nomtarradapter.h \ 1879 $(SOPHYAINCP)datatable.h \ 1880 $(SOPHYAINCP)swppfdtable.h \ 1881 $(SOPHYAINCP)swsegdb.h \ 1882 $(SOPHYAINCP)ppfswapper.h \ 1883 $(SOPHYAINCP)ppftpointerio.h \ 1884 nomskymapadapter.h \ 1885 $(SOPHYAINCP)pixelmap.h \ 1886 $(SOPHYAINCP)spherepos.h \ 1887 $(SOPHYAINCP)unitvector.h \ 1888 $(SOPHYAINCP)vector3d.h \ 1889 $(SOPHYAINCP)longlat.h \ 1890 $(SOPHYAINCP)utilgeom.h \ 1891 $(SOPHYAINCP)spherethetaphi.h \ 1892 $(SOPHYAINCP)sphericalmap.h \ 1893 $(SOPHYAINCP)smathconst.h \ 1894 $(SOPHYAINCP)spherehealpix.h \ 1895 $(SOPHYAINCP)HEALPixUtils.h \ 1896 $(SOPHYAINCP)localmap.h \ 1897 $(SOPHYAINCP)sphereecp.h \ 1898 $(SOPHYAINCP)specrespvector.h \ 1899 $(SOPHYAINCP)specresp.h \ 1900 $(SOPHYAINCP)gaussfilt.h \ 1901 nomspecrespadapter.h 1902 $(CXXCOMPILELIB) -o $@ $< 1903 1904 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1905 $(SOPHYAINCP)sopnamsp.h \ 1906 pintup3d.h \ 1907 $(SOPHYAINCP)ntupintf.h \ 1908 $(SOPHYAINCP)machdefs.h \ 1909 $(SOPHYAINCP)pi3ddrw.h \ 1910 $(SOPHYAINCP)pisysdep.h \ 1911 $(SOPHYAINCP)pidrawer.h \ 1912 $(SOPHYAINCP)pibwdggen.h \ 1913 $(SOPHYAINCP)piwdgx.h \ 1914 $(SOPHYAINCP)piwdggen.h \ 1915 $(SOPHYAINCP)pimsghandler.h \ 1916 $(SOPHYAINCP)picolist.h \ 1917 $(SOPHYAINCP)picmap.h \ 1918 $(SOPHYAINCP)picmapx.h \ 1919 $(SOPHYAINCP)picmapgen.h \ 1920 $(SOPHYAINCP)pigraphx.h \ 1921 $(SOPHYAINCP)pigraphgen.h \ 1922 $(SOPHYAINCP)pifontx.h \ 1923 $(SOPHYAINCP)pifontgen.h \ 1924 $(SOPHYAINCP)pigrcoord.h \ 1925 $(SOPHYAINCP)pilineatt.h \ 1926 $(SOPHYAINCP)pigraphuc.h \ 1927 $(SOPHYAINCP)pievthandler.h \ 1928 $(SOPHYAINCP)psfile.h \ 1929 $(SOPHYAINCP)pigratt.h \ 1930 $(SOPHYAINCP)piaxes.h \ 1931 $(SOPHYAINCP)pieldrw.h \ 1932 $(SOPHYAINCP)pigraph3d.h 1933 $(CXXCOMPILELIB) -o $@ $< 1934 1935 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1936 $(SOPHYAINCP)sopnamsp.h \ 1937 pintuple.h \ 1938 $(SOPHYAINCP)ntupintf.h \ 1939 $(SOPHYAINCP)machdefs.h \ 1940 $(SOPHYAINCP)pidrawer.h \ 1941 $(SOPHYAINCP)pibwdggen.h \ 1942 $(SOPHYAINCP)pisysdep.h \ 1943 $(SOPHYAINCP)piwdgx.h \ 1944 $(SOPHYAINCP)piwdggen.h \ 1945 $(SOPHYAINCP)pimsghandler.h \ 1946 $(SOPHYAINCP)picolist.h \ 1947 $(SOPHYAINCP)picmap.h \ 1948 $(SOPHYAINCP)picmapx.h \ 1949 $(SOPHYAINCP)picmapgen.h \ 1950 $(SOPHYAINCP)pigraphx.h \ 1951 $(SOPHYAINCP)pigraphgen.h \ 1952 $(SOPHYAINCP)pifontx.h \ 1953 $(SOPHYAINCP)pifontgen.h \ 1954 $(SOPHYAINCP)pigrcoord.h \ 1955 $(SOPHYAINCP)pilineatt.h \ 1956 $(SOPHYAINCP)pigraphuc.h \ 1957 $(SOPHYAINCP)pievthandler.h \ 1958 $(SOPHYAINCP)psfile.h \ 1959 $(SOPHYAINCP)pigratt.h \ 1960 $(SOPHYAINCP)piaxes.h 1961 $(CXXCOMPILELIB) -o $@ $< 1962 1963 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 1964 $(SOPHYAINCP)sopnamsp.h \ 1965 pipodrw.h \ 1966 $(SOPHYAINCP)machdefs.h \ 1967 $(SOPHYAINCP)pidrawer.h \ 1968 $(SOPHYAINCP)pibwdggen.h \ 1969 $(SOPHYAINCP)pisysdep.h \ 1970 $(SOPHYAINCP)piwdgx.h \ 1971 $(SOPHYAINCP)piwdggen.h \ 1972 $(SOPHYAINCP)pimsghandler.h \ 1973 $(SOPHYAINCP)picolist.h \ 1974 $(SOPHYAINCP)picmap.h \ 1975 $(SOPHYAINCP)picmapx.h \ 1976 $(SOPHYAINCP)picmapgen.h \ 1977 $(SOPHYAINCP)pigraphx.h \ 1978 $(SOPHYAINCP)pigraphgen.h \ 1979 $(SOPHYAINCP)pifontx.h \ 1980 $(SOPHYAINCP)pifontgen.h \ 1981 $(SOPHYAINCP)pigrcoord.h \ 1982 $(SOPHYAINCP)pilineatt.h \ 1983 $(SOPHYAINCP)pigraphuc.h \ 1984 $(SOPHYAINCP)pievthandler.h \ 1985 $(SOPHYAINCP)psfile.h \ 1986 $(SOPHYAINCP)pigratt.h \ 1987 $(SOPHYAINCP)piaxes.h \ 1988 $(SOPHYAINCP)parradapter.h \ 1989 $(SOPHYAINCP)lut.h \ 1990 $(SOPHYAINCP)histos2.h \ 1991 $(SOPHYAINCP)peida.h \ 1992 $(SOPHYAINCP)utils.h \ 1993 $(SOPHYAINCP)perrors.h \ 1994 $(SOPHYAINCP)pexceptions.h \ 1995 $(SOPHYAINCP)fmath.h \ 1996 $(SOPHYAINCP)histos.h \ 1997 $(SOPHYAINCP)objfio.h \ 1998 $(SOPHYAINCP)anydataobj.h \ 1999 $(SOPHYAINCP)ppersist.h \ 2000 $(SOPHYAINCP)gnumd5.h \ 2001 $(SOPHYAINCP)ppfbinstream.h \ 2002 $(SOPHYAINCP)rawstream.h \ 2003 $(SOPHYAINCP)ppfnametag.h \ 2004 $(SOPHYAINCP)tvector.h \ 2005 $(SOPHYAINCP)tmatrix.h \ 2006 $(SOPHYAINCP)tarray.h \ 2007 $(SOPHYAINCP)basarr.h \ 2008 $(SOPHYAINCP)mutyv.h \ 2009 $(SOPHYAINCP)dvlist.h \ 2010 $(SOPHYAINCP)ndatablock.h \ 2011 $(SOPHYAINCP)utilarr.h \ 2012 $(SOPHYAINCP)generalfit.h \ 2013 $(SOPHYAINCP)generaldata.h \ 2014 $(SOPHYAINCP)ntupintf.h \ 2015 $(SOPHYAINCP)poly.h 2016 $(CXXCOMPILELIB) -o $@ $< 2017 2018 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 2019 $(SOPHYAINCP)sopnamsp.h \ 2020 $(SOPHYAINCP)machdefs.h \ 2021 $(SOPHYAINCP)perrors.h \ 2022 $(SOPHYAINCP)pexceptions.h \ 2023 $(SOPHYAINCP)ctimer.h \ 2024 $(SOPHYAINCP)nbmath.h \ 2025 $(SOPHYAINCP)smathconst.h \ 2026 pistdimgapp.h \ 2027 $(SOPHYAINCP)pisysdep.h \ 2028 $(SOPHYAINCP)piapplx.h \ 2029 $(SOPHYAINCP)piapplgen.h \ 2030 $(SOPHYAINCP)pimsghandler.h \ 2031 $(SOPHYAINCP)picontainerx.h \ 2032 $(SOPHYAINCP)picontainergen.h \ 2033 $(SOPHYAINCP)piwdgx.h \ 2034 $(SOPHYAINCP)piwdggen.h \ 2035 $(SOPHYAINCP)picolist.h \ 2036 $(SOPHYAINCP)pimenubarx.h \ 2037 $(SOPHYAINCP)pimenubargen.h \ 2038 $(SOPHYAINCP)pimenux.h \ 2039 $(SOPHYAINCP)pimenugen.h \ 2040 $(SOPHYAINCP)picons.h \ 2041 $(SOPHYAINCP)pistdwdgx.h \ 2042 $(SOPHYAINCP)pistdwdggen.h \ 2043 $(SOPHYAINCP)pibwdgx.h \ 2044 $(SOPHYAINCP)pibwdggen.h \ 2045 $(SOPHYAINCP)picmap.h \ 2046 $(SOPHYAINCP)picmapx.h \ 2047 $(SOPHYAINCP)picmapgen.h \ 2048 $(SOPHYAINCP)pigraphx.h \ 2049 $(SOPHYAINCP)pigraphgen.h \ 2050 $(SOPHYAINCP)pifontx.h \ 2051 $(SOPHYAINCP)pifontgen.h \ 2052 $(SOPHYAINCP)pigrcoord.h \ 2053 $(SOPHYAINCP)pilineatt.h \ 2054 $(SOPHYAINCP)pigraphuc.h \ 2055 $(SOPHYAINCP)pievthandler.h \ 2056 $(SOPHYAINCP)psfile.h \ 2057 $(SOPHYAINCP)pigraphps.h \ 2058 $(SOPHYAINCP)piwindowx.h \ 2059 $(SOPHYAINCP)piwindowgen.h \ 2060 $(SOPHYAINCP)pioptmenux.h \ 2061 $(SOPHYAINCP)pioptmenugen.h \ 2062 $(SOPHYAINCP)pifilechox.h \ 2063 $(SOPHYAINCP)pifilechogen.h \ 2064 $(SOPHYAINCP)piperiodx.h \ 2065 $(SOPHYAINCP)periodic.h \ 2066 $(SOPHYAINCP)piimage.h \ 2067 $(SOPHYAINCP)parradapter.h \ 2068 $(SOPHYAINCP)lut.h \ 2069 $(SOPHYAINCP)pieldrw.h \ 2070 $(SOPHYAINCP)pidrawer.h \ 2071 $(SOPHYAINCP)pigratt.h \ 2072 $(SOPHYAINCP)piaxes.h \ 2073 $(SOPHYAINCP)pipixmapx.h \ 2074 $(SOPHYAINCP)pipixmapgen.h \ 2075 $(SOPHYAINCP)picmapview.h \ 2076 $(SOPHYAINCP)pi3dwdg.h \ 2077 $(SOPHYAINCP)pi3ddrw.h \ 2078 $(SOPHYAINCP)pigraph3d.h \ 2079 nobjmgr.h \ 2080 $(SOPHYAINCP)anydataobj.h \ 2081 $(SOPHYAINCP)ppersist.h \ 2082 $(SOPHYAINCP)gnumd5.h \ 2083 $(SOPHYAINCP)ppfbinstream.h \ 2084 $(SOPHYAINCP)rawstream.h \ 2085 $(SOPHYAINCP)ppfnametag.h \ 2086 $(SOPHYAINCP)dvlist.h \ 2087 $(SOPHYAINCP)objfio.h \ 2088 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2089 piacmd.h \ 2090 $(SOPHYAINCP)commander.h \ 2091 $(SOPHYAINCP)pdlmgr.h \ 2092 $(SOPHYAINCP)zthread.h pisiadw.h \ 2093 $(SOPHYAINCP)pilistx.h \ 2094 $(SOPHYAINCP)pilistgen.h \ 2095 $(SOPHYAINCP)pistzwin.h \ 2096 $(SOPHYAINCP)pitherm.h \ 2097 $(SOPHYAINCP)resusage.h \ 2098 servnobjm.h 2099 $(CXXCOMPILELIB) -o $@ $< 2100 2101 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2102 $(SOPHYAINCP)sopnamsp.h \ 2103 $(SOPHYAINCP)machdefs.h \ 2104 $(SOPHYAINCP)strutil.h \ 2105 $(SOPHYAINCP)timing.h \ 2106 $(SOPHYAINCP)perrors.h \ 2107 $(SOPHYAINCP)pexceptions.h \ 2108 $(SOPHYAINCP)ctimer.h \ 2109 $(SOPHYAINCP)psighand.h \ 2110 $(SOPHYAINCP)cimage.h \ 2111 $(SOPHYAINCP)tmatrix.h \ 2112 $(SOPHYAINCP)tarray.h \ 2113 $(SOPHYAINCP)basarr.h \ 2114 $(SOPHYAINCP)anydataobj.h \ 2115 $(SOPHYAINCP)mutyv.h \ 2116 $(SOPHYAINCP)dvlist.h \ 2117 $(SOPHYAINCP)objfio.h \ 2118 $(SOPHYAINCP)ppersist.h \ 2119 $(SOPHYAINCP)gnumd5.h \ 2120 $(SOPHYAINCP)ppfbinstream.h \ 2121 $(SOPHYAINCP)rawstream.h \ 2122 $(SOPHYAINCP)ppfnametag.h \ 2123 $(SOPHYAINCP)ndatablock.h \ 2124 $(SOPHYAINCP)utilarr.h \ 2125 $(SOPHYAINCP)fioarr.h \ 2126 $(SOPHYAINCP)tvector.h \ 2127 pistdimgapp.h \ 2128 $(SOPHYAINCP)pisysdep.h \ 2129 $(SOPHYAINCP)piapplx.h \ 2130 $(SOPHYAINCP)piapplgen.h \ 2131 $(SOPHYAINCP)pimsghandler.h \ 2132 $(SOPHYAINCP)picontainerx.h \ 2133 $(SOPHYAINCP)picontainergen.h \ 2134 $(SOPHYAINCP)piwdgx.h \ 2135 $(SOPHYAINCP)piwdggen.h \ 2136 $(SOPHYAINCP)picolist.h \ 2137 $(SOPHYAINCP)pimenubarx.h \ 2138 $(SOPHYAINCP)pimenubargen.h \ 2139 $(SOPHYAINCP)pimenux.h \ 2140 $(SOPHYAINCP)pimenugen.h \ 2141 $(SOPHYAINCP)picons.h \ 2142 $(SOPHYAINCP)pistdwdgx.h \ 2143 $(SOPHYAINCP)pistdwdggen.h \ 2144 $(SOPHYAINCP)pibwdgx.h \ 2145 $(SOPHYAINCP)pibwdggen.h \ 2146 $(SOPHYAINCP)picmap.h \ 2147 $(SOPHYAINCP)picmapx.h \ 2148 $(SOPHYAINCP)picmapgen.h \ 2149 $(SOPHYAINCP)pigraphx.h \ 2150 $(SOPHYAINCP)pigraphgen.h \ 2151 $(SOPHYAINCP)pifontx.h \ 2152 $(SOPHYAINCP)pifontgen.h \ 2153 $(SOPHYAINCP)pigrcoord.h \ 2154 $(SOPHYAINCP)pilineatt.h \ 2155 $(SOPHYAINCP)pigraphuc.h \ 2156 $(SOPHYAINCP)pievthandler.h \ 2157 $(SOPHYAINCP)psfile.h \ 2158 $(SOPHYAINCP)pigraphps.h \ 2159 $(SOPHYAINCP)piwindowx.h \ 2160 $(SOPHYAINCP)piwindowgen.h \ 2161 $(SOPHYAINCP)pioptmenux.h \ 2162 $(SOPHYAINCP)pioptmenugen.h \ 2163 $(SOPHYAINCP)pifilechox.h \ 2164 $(SOPHYAINCP)pifilechogen.h \ 2165 $(SOPHYAINCP)piperiodx.h \ 2166 $(SOPHYAINCP)periodic.h \ 2167 $(SOPHYAINCP)piimage.h \ 2168 $(SOPHYAINCP)parradapter.h \ 2169 $(SOPHYAINCP)lut.h \ 2170 $(SOPHYAINCP)pieldrw.h \ 2171 $(SOPHYAINCP)pidrawer.h \ 2172 $(SOPHYAINCP)pigratt.h \ 2173 $(SOPHYAINCP)piaxes.h \ 2174 $(SOPHYAINCP)pipixmapx.h \ 2175 $(SOPHYAINCP)pipixmapgen.h \ 2176 $(SOPHYAINCP)picmapview.h \ 2177 $(SOPHYAINCP)pi3dwdg.h \ 2178 $(SOPHYAINCP)pi3ddrw.h \ 2179 $(SOPHYAINCP)pigraph3d.h \ 2180 nobjmgr.h dlftypes.h piacmd.h \ 2181 $(SOPHYAINCP)commander.h \ 2182 $(SOPHYAINCP)pdlmgr.h \ 2183 $(SOPHYAINCP)zthread.h pisiadw.h \ 2184 $(SOPHYAINCP)pilistx.h \ 2185 $(SOPHYAINCP)pilistgen.h \ 2186 $(SOPHYAINCP)pistzwin.h \ 2187 $(SOPHYAINCP)pitherm.h \ 2188 $(SOPHYAINCP)resusage.h \ 2189 servnobjm.h \ 2190 $(SOPHYAINCP)piimgtools.h \ 2191 $(SOPHYAINCP)pidrwtools.h \ 2192 $(SOPHYAINCP)piaxestools.h \ 2193 $(SOPHYAINCP)piscdrawwdg.h \ 2194 piinit.h \ 2195 $(SOPHYAINCP)sambainit.h \ 2196 $(SOPHYAINCP)skymapinit.h \ 2197 $(SOPHYAINCP)sophyainit.h \ 2198 $(SOPHYAINCP)ntoolsinit.h \ 2199 $(SOPHYAINCP)tarrinit.h \ 2200 $(SOPHYAINCP)piversion.h \ 2201 piaversion.h 2202 $(CXXCOMPILELIB) -o $@ $< 2203 2204 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2205 $(SOPHYAINCP)sopnamsp.h \ 2206 pitvmaad.h \ 2207 $(SOPHYAINCP)machdefs.h \ 2208 $(SOPHYAINCP)parradapter.h \ 2209 $(SOPHYAINCP)lut.h \ 2210 $(SOPHYAINCP)tmatrix.h \ 2211 $(SOPHYAINCP)tarray.h \ 2212 $(SOPHYAINCP)basarr.h \ 2213 $(SOPHYAINCP)anydataobj.h \ 2214 $(SOPHYAINCP)mutyv.h \ 2215 $(SOPHYAINCP)dvlist.h \ 2216 $(SOPHYAINCP)objfio.h \ 2217 $(SOPHYAINCP)ppersist.h \ 2218 $(SOPHYAINCP)pexceptions.h \ 2219 $(SOPHYAINCP)gnumd5.h \ 2220 $(SOPHYAINCP)ppfbinstream.h \ 2221 $(SOPHYAINCP)rawstream.h \ 2222 $(SOPHYAINCP)ppfnametag.h \ 2223 $(SOPHYAINCP)ndatablock.h \ 2224 $(SOPHYAINCP)utilarr.h \ 2225 $(SOPHYAINCP)tvector.h 2226 $(CXXCOMPILELIB) -o $@ $< 2227 2228 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2229 $(SOPHYAINCP)sopnamsp.h \ 2230 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2231 $(SOPHYAINCP)machdefs.h \ 2232 $(SOPHYAINCP)anydataobj.h \ 2233 $(SOPHYAINCP)ppersist.h \ 2234 $(SOPHYAINCP)pexceptions.h \ 2235 $(SOPHYAINCP)gnumd5.h \ 2236 $(SOPHYAINCP)ppfbinstream.h \ 2237 $(SOPHYAINCP)rawstream.h \ 2238 $(SOPHYAINCP)ppfnametag.h \ 2239 $(SOPHYAINCP)dvlist.h \ 2240 $(SOPHYAINCP)objfio.h \ 2241 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2242 servnobjm.h \ 2243 $(SOPHYAINCP)pdlmgr.h \ 2244 $(SOPHYAINCP)zthread.h \ 2245 nomgadapter.h \ 2246 $(SOPHYAINCP)pidrawer.h \ 2247 $(SOPHYAINCP)pibwdggen.h \ 2248 $(SOPHYAINCP)pisysdep.h \ 2249 $(SOPHYAINCP)piwdgx.h \ 2250 $(SOPHYAINCP)piwdggen.h \ 2251 $(SOPHYAINCP)pimsghandler.h \ 2252 $(SOPHYAINCP)picolist.h \ 2253 $(SOPHYAINCP)picmap.h \ 2254 $(SOPHYAINCP)picmapx.h \ 2255 $(SOPHYAINCP)picmapgen.h \ 2256 $(SOPHYAINCP)pigraphx.h \ 2257 $(SOPHYAINCP)pigraphgen.h \ 2258 $(SOPHYAINCP)pifontx.h \ 2259 $(SOPHYAINCP)pifontgen.h \ 2260 $(SOPHYAINCP)pigrcoord.h \ 2261 $(SOPHYAINCP)pilineatt.h \ 2262 $(SOPHYAINCP)pigraphuc.h \ 2263 $(SOPHYAINCP)pievthandler.h \ 2264 $(SOPHYAINCP)psfile.h \ 2265 $(SOPHYAINCP)pigratt.h \ 2266 $(SOPHYAINCP)piaxes.h \ 2267 $(SOPHYAINCP)parradapter.h \ 2268 $(SOPHYAINCP)lut.h \ 2269 $(SOPHYAINCP)ntupintf.h \ 2270 $(SOPHYAINCP)generalfit.h \ 2271 $(SOPHYAINCP)tvector.h \ 2272 $(SOPHYAINCP)tmatrix.h \ 2273 $(SOPHYAINCP)tarray.h \ 2274 $(SOPHYAINCP)basarr.h \ 2275 $(SOPHYAINCP)ndatablock.h \ 2276 $(SOPHYAINCP)utilarr.h \ 2277 $(SOPHYAINCP)generaldata.h \ 2278 $(SOPHYAINCP)poly.h \ 2279 $(SOPHYAINCP)peida.h \ 2280 $(SOPHYAINCP)utils.h \ 2281 $(SOPHYAINCP)perrors.h \ 2282 $(SOPHYAINCP)fmath.h \ 2283 pistdimgapp.h \ 2284 $(SOPHYAINCP)piapplx.h \ 2285 $(SOPHYAINCP)piapplgen.h \ 2286 $(SOPHYAINCP)picontainerx.h \ 2287 $(SOPHYAINCP)picontainergen.h \ 2288 $(SOPHYAINCP)pimenubarx.h \ 2289 $(SOPHYAINCP)pimenubargen.h \ 2290 $(SOPHYAINCP)pimenux.h \ 2291 $(SOPHYAINCP)pimenugen.h \ 2292 $(SOPHYAINCP)picons.h \ 2293 $(SOPHYAINCP)pistdwdgx.h \ 2294 $(SOPHYAINCP)pistdwdggen.h \ 2295 $(SOPHYAINCP)pibwdgx.h \ 2296 $(SOPHYAINCP)pigraphps.h \ 2297 $(SOPHYAINCP)piwindowx.h \ 2298 $(SOPHYAINCP)piwindowgen.h \ 2299 $(SOPHYAINCP)pioptmenux.h \ 2300 $(SOPHYAINCP)pioptmenugen.h \ 2301 $(SOPHYAINCP)pifilechox.h \ 2302 $(SOPHYAINCP)pifilechogen.h \ 2303 $(SOPHYAINCP)piperiodx.h \ 2304 $(SOPHYAINCP)periodic.h \ 2305 $(SOPHYAINCP)piimage.h \ 2306 $(SOPHYAINCP)pieldrw.h \ 2307 $(SOPHYAINCP)pipixmapx.h \ 2308 $(SOPHYAINCP)pipixmapgen.h \ 2309 $(SOPHYAINCP)picmapview.h \ 2310 $(SOPHYAINCP)pi3dwdg.h \ 2311 $(SOPHYAINCP)pi3ddrw.h \ 2312 $(SOPHYAINCP)pigraph3d.h \ 2313 piacmd.h \ 2234 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 2314 2235 $(SOPHYAINCP)commander.h \ 2315 2236 $(SOPHYAINCP)ctimer.h pisiadw.h \ … … 2320 2241 $(SOPHYAINCP)resusage.h \ 2321 2242 $(SOPHYAINCP)fct1dfit.h \ 2322 $(SOPHYAINCP)fct2dfit.h \2323 pitvmaad.h$(SOPHYAINCP)ntuple.h \2243 $(SOPHYAINCP)fct2dfit.h pitvmaad.h \ 2244 $(SOPHYAINCP)ntuple.h \ 2324 2245 $(SOPHYAINCP)cimage.h \ 2325 2246 $(SOPHYAINCP)fioarr.h \ … … 2328 2249 $(SOPHYAINCP)hisprof.h \ 2329 2250 $(SOPHYAINCP)piyfxdrw.h \ 2330 $(SOPHYAINCP)pisurfdr.h \2331 pintup le.h pintup3d.h pipodrw.h2332 $(CXXCOMPILE LIB) -o $@ $<2333 2251 $(SOPHYAINCP)pisurfdr.h pintuple.h \ 2252 pintup3d.h pipodrw.h 2253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc 2254 -
trunk/SophyaPI/PIext/objlist.list
r2743 r2765 19 19 pigfd1.o 20 20 pigfd2.o 21 pihisto.o 21 22 pihisto2d.o 22 pihisto.o23 23 piinit.o 24 24 pintup3d.o -
trunk/SophyaPI/PIext/smakefile
r2764 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto 2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o 7 7 rm -f $(SOPHYALIBP)libPIext.a 8 8 9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto 2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist … … 27 27 $(SOPHYAINCP)mutyv.h \ 28 28 $(SOPHYAINCP)ctimer.h \ 29 $(SOPHYAINCP)zthread.h \ 30 dlftypes.h basexecut.h \ 31 $(SOPHYAINCP)strutilxx.h \ 32 pistdimgapp.h \ 33 $(SOPHYAINCP)pisysdep.h \ 29 $(SOPHYAINCP)zthread.h dlftypes.h \ 30 basexecut.h $(SOPHYAINCP)strutilxx.h \ 31 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 34 32 $(SOPHYAINCP)piapplx.h \ 35 33 $(SOPHYAINCP)piapplgen.h \ … … 82 80 $(SOPHYAINCP)pi3dwdg.h \ 83 81 $(SOPHYAINCP)pi3ddrw.h \ 84 $(SOPHYAINCP)pigraph3d.h \ 85 nobjmgr.h pisiadw.h \ 86 $(SOPHYAINCP)pilistx.h \ 82 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 83 pisiadw.h $(SOPHYAINCP)pilistx.h \ 87 84 $(SOPHYAINCP)pilistgen.h \ 88 85 $(SOPHYAINCP)pistzwin.h \ 89 86 $(SOPHYAINCP)pitherm.h \ 90 $(SOPHYAINCP)resusage.h \ 91 servnobjm.h nomgadapter.h \ 92 $(SOPHYAINCP)ntupintf.h \ 87 $(SOPHYAINCP)resusage.h servnobjm.h \ 88 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 93 89 $(SOPHYAINCP)generalfit.h \ 94 90 $(SOPHYAINCP)tvector.h \ … … 111 107 $(SOPHYAINCP)hisprof.h \ 112 108 $(SOPHYAINCP)ntuple.h 113 $(CXXCOMPILE LIB) -o $@ $<109 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 114 110 115 111 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 116 $(SOPHYAINCP)sopnamsp.h \ 117 contmodex.h \ 112 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 118 113 $(SOPHYAINCP)machdefs.h piacmd.h \ 119 114 $(SOPHYAINCP)commander.h \ … … 130 125 $(SOPHYAINCP)mutyv.h \ 131 126 $(SOPHYAINCP)ctimer.h \ 132 $(SOPHYAINCP)zthread.h \ 133 dlftypes.h nobjmgr.h \ 127 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 134 128 $(SOPHYAINCP)pigncont.h \ 135 129 $(SOPHYAINCP)pistdimgapp.h \ … … 202 196 $(SOPHYAINCP)gp_dynarray.h \ 203 197 $(SOPHYAINCP)gp_graph3d.h \ 204 $(SOPHYAINCP)gp_alloc.h \ 205 nomgadapter.h \ 198 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 206 199 $(SOPHYAINCP)generalfit.h \ 207 200 $(SOPHYAINCP)tvector.h \ … … 217 210 $(SOPHYAINCP)perrors.h \ 218 211 $(SOPHYAINCP)fmath.h servnobjm.h 219 $(CXXCOMPILE LIB) -o $@ $<212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 220 213 221 214 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 222 $(SOPHYAINCP)sopnamsp.h \ 223 cxxexecutor.h \ 215 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 224 216 $(SOPHYAINCP)machdefs.h piacmd.h \ 225 217 $(SOPHYAINCP)commander.h \ … … 236 228 $(SOPHYAINCP)mutyv.h \ 237 229 $(SOPHYAINCP)ctimer.h \ 238 $(SOPHYAINCP)zthread.h \ 239 dlftypes.h nobjmgr.h \ 230 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 240 231 $(SOPHYAINCP)strutilxx.h \ 241 $(SOPHYAINCP)cxxcmplnk.h \ 242 nomgadapter.h \ 232 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 243 233 $(SOPHYAINCP)pidrawer.h \ 244 234 $(SOPHYAINCP)pibwdggen.h \ … … 277 267 $(SOPHYAINCP)utils.h \ 278 268 $(SOPHYAINCP)perrors.h \ 279 $(SOPHYAINCP)fmath.h \ 280 pistdimgapp.h \ 269 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 281 270 $(SOPHYAINCP)piapplx.h \ 282 271 $(SOPHYAINCP)piapplgen.h \ … … 307 296 $(SOPHYAINCP)pi3dwdg.h \ 308 297 $(SOPHYAINCP)pi3ddrw.h \ 309 $(SOPHYAINCP)pigraph3d.h \310 pisiadw.h$(SOPHYAINCP)pilistx.h \298 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 299 $(SOPHYAINCP)pilistx.h \ 311 300 $(SOPHYAINCP)pilistgen.h \ 312 301 $(SOPHYAINCP)pistzwin.h \ 313 302 $(SOPHYAINCP)pitherm.h \ 314 303 $(SOPHYAINCP)resusage.h 315 $(CXXCOMPILE LIB) -o $@ $<304 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecutor.cc 316 305 317 306 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 318 $(SOPHYAINCP)sopnamsp.h \ 319 cxxexecutor.h \ 307 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 320 308 $(SOPHYAINCP)machdefs.h piacmd.h \ 321 309 $(SOPHYAINCP)commander.h \ … … 332 320 $(SOPHYAINCP)mutyv.h \ 333 321 $(SOPHYAINCP)ctimer.h \ 334 $(SOPHYAINCP)zthread.h \ 335 dlftypes.h nobjmgr.h cxxexecwin.h \ 336 $(SOPHYAINCP)pisysdep.h \ 337 pistdimgapp.h \ 338 $(SOPHYAINCP)piapplx.h \ 322 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 323 cxxexecwin.h $(SOPHYAINCP)pisysdep.h \ 324 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 339 325 $(SOPHYAINCP)piapplgen.h \ 340 326 $(SOPHYAINCP)pimsghandler.h \ … … 386 372 $(SOPHYAINCP)pi3dwdg.h \ 387 373 $(SOPHYAINCP)pi3ddrw.h \ 388 $(SOPHYAINCP)pigraph3d.h \389 pisiadw.h$(SOPHYAINCP)pilistx.h \374 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 375 $(SOPHYAINCP)pilistx.h \ 390 376 $(SOPHYAINCP)pilistgen.h \ 391 377 $(SOPHYAINCP)pistzwin.h \ 392 378 $(SOPHYAINCP)pitherm.h \ 393 379 $(SOPHYAINCP)resusage.h 394 $(CXXCOMPILE LIB) -o $@ $<380 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc 395 381 396 382 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 397 $(SOPHYAINCP)sopnamsp.h \ 398 flowmodex.h \ 383 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 399 384 $(SOPHYAINCP)machdefs.h piacmd.h \ 400 385 $(SOPHYAINCP)commander.h \ … … 411 396 $(SOPHYAINCP)mutyv.h \ 412 397 $(SOPHYAINCP)ctimer.h \ 413 $(SOPHYAINCP)zthread.h \414 dlftypes.h nobjmgr.hpi2dvec.h pistdimgapp.h \398 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 399 pi2dvec.h pistdimgapp.h \ 415 400 $(SOPHYAINCP)pisysdep.h \ 416 401 $(SOPHYAINCP)piapplx.h \ … … 464 449 $(SOPHYAINCP)pi3dwdg.h \ 465 450 $(SOPHYAINCP)pi3ddrw.h \ 466 $(SOPHYAINCP)pigraph3d.h \467 pisiadw.h$(SOPHYAINCP)pilistx.h \451 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 452 $(SOPHYAINCP)pilistx.h \ 468 453 $(SOPHYAINCP)pilistgen.h \ 469 454 $(SOPHYAINCP)pistzwin.h \ … … 472 457 $(SOPHYAINCP)piscdrawwdg.h \ 473 458 $(SOPHYAINCP)ntupintf.h \ 474 $(SOPHYAINCP)ntuple.h \ 475 nomgadapter.h \ 459 $(SOPHYAINCP)ntuple.h nomgadapter.h \ 476 460 $(SOPHYAINCP)generalfit.h \ 477 461 $(SOPHYAINCP)tvector.h \ … … 487 471 $(SOPHYAINCP)perrors.h \ 488 472 $(SOPHYAINCP)fmath.h servnobjm.h 489 $(CXXCOMPILELIB) -o $@ $< 490 491 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ 492 $(SOPHYAINCP)sopnamsp.h \ 473 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc 474 475 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc $(SOPHYAINCP)sopnamsp.h \ 493 476 $(SOPHYAINCP)strutil.h \ 494 477 $(SOPHYAINCP)datatypes.h \ 495 $(SOPHYAINCP)machdefs.h \ 496 nobjmgr.h \ 478 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 497 479 $(SOPHYAINCP)anydataobj.h \ 498 480 $(SOPHYAINCP)ppersist.h \ … … 504 486 $(SOPHYAINCP)dvlist.h \ 505 487 $(SOPHYAINCP)objfio.h \ 506 $(SOPHYAINCP)mutyv.h dlftypes.h \ 507 servnobjm.h \ 488 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 508 489 $(SOPHYAINCP)pdlmgr.h \ 509 $(SOPHYAINCP)zthread.h \ 510 nomgadapter.h \ 490 $(SOPHYAINCP)zthread.h nomgadapter.h \ 511 491 $(SOPHYAINCP)pidrawer.h \ 512 492 $(SOPHYAINCP)pibwdggen.h \ … … 545 525 $(SOPHYAINCP)utils.h \ 546 526 $(SOPHYAINCP)perrors.h \ 547 $(SOPHYAINCP)fmath.h \ 548 pistdimgapp.h \ 527 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 549 528 $(SOPHYAINCP)piapplx.h \ 550 529 $(SOPHYAINCP)piapplgen.h \ … … 575 554 $(SOPHYAINCP)pi3dwdg.h \ 576 555 $(SOPHYAINCP)pi3ddrw.h \ 577 $(SOPHYAINCP)pigraph3d.h \ 578 piacmd.h \ 556 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 579 557 $(SOPHYAINCP)commander.h \ 580 558 $(SOPHYAINCP)ctimer.h pisiadw.h \ … … 606 584 $(SOPHYAINCP)fitslocalmap.h \ 607 585 $(SOPHYAINCP)localmap.h \ 608 $(SOPHYAINCP)fbtntintf.h \ 609 pitvmaad.h \ 586 $(SOPHYAINCP)fbtntintf.h pitvmaad.h \ 610 587 $(SOPHYAINCP)piyfxdrw.h \ 611 $(SOPHYAINCP)pisurfdr.h \612 pipodrw.h$(SOPHYAINCP)histos2.h \613 $(SOPHYAINCP)histos.h pintuple.h \614 pi ntup3d.h pigfd1.h pigfd2.h615 $(CXXCOMPILE LIB) -o $@ $<588 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 589 $(SOPHYAINCP)histos2.h \ 590 $(SOPHYAINCP)histos.h pintuple.h pintup3d.h \ 591 pigfd1.h pigfd2.h 592 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc 616 593 617 594 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 618 595 $(SOPHYAINCP)sopnamsp.h \ 619 $(SOPHYAINCP)machdefs.h \ 620 nomgadapter.h \ 596 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 621 597 $(SOPHYAINCP)ppersist.h \ 622 598 $(SOPHYAINCP)pexceptions.h \ … … 666 642 $(SOPHYAINCP)perrors.h \ 667 643 $(SOPHYAINCP)fmath.h 668 $(CXXCOMPILE LIB) -o $@ $<644 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgadapter.cc 669 645 670 646 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 671 647 $(SOPHYAINCP)sopnamsp.h \ 672 $(SOPHYAINCP)machdefs.h \ 673 nomgfdadapter.h nomgadapter.h \ 674 $(SOPHYAINCP)ppersist.h \ 648 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 649 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 675 650 $(SOPHYAINCP)pexceptions.h \ 676 651 $(SOPHYAINCP)gnumd5.h \ … … 725 700 $(SOPHYAINCP)fioarr.h \ 726 701 $(SOPHYAINCP)hisprof.h 727 $(CXXCOMPILE LIB) -o $@ $<702 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgfdadapter.cc 728 703 729 704 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 730 705 $(SOPHYAINCP)sopnamsp.h \ 731 $(SOPHYAINCP)machdefs.h \ 732 nomhistadapter.h nomgadapter.h \ 733 $(SOPHYAINCP)ppersist.h \ 706 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 707 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 734 708 $(SOPHYAINCP)pexceptions.h \ 735 709 $(SOPHYAINCP)gnumd5.h \ … … 785 759 $(SOPHYAINCP)xntuple.h \ 786 760 $(SOPHYAINCP)basedtable.h \ 787 $(SOPHYAINCP)segdatablock.h \ 788 pihisto.h pihisto2d.h \ 789 $(SOPHYAINCP)pimenux.h \ 761 $(SOPHYAINCP)segdatablock.h pihisto.h \ 762 pihisto2d.h $(SOPHYAINCP)pimenux.h \ 790 763 $(SOPHYAINCP)pimenugen.h \ 791 764 $(SOPHYAINCP)pimenubarx.h \ … … 819 792 $(SOPHYAINCP)ppfswapper.h \ 820 793 $(SOPHYAINCP)ppftpointerio.h 821 $(CXXCOMPILE LIB) -o $@ $<794 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomhistadapter.cc 822 795 823 796 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 824 797 $(SOPHYAINCP)sopnamsp.h \ 825 798 $(SOPHYAINCP)machdefs.h \ 826 $(SOPHYAINCP)datatype.h \ 827 nomimagadapter.h nomgadapter.h \ 828 $(SOPHYAINCP)ppersist.h \ 799 $(SOPHYAINCP)datatype.h nomimagadapter.h \ 800 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 829 801 $(SOPHYAINCP)pexceptions.h \ 830 802 $(SOPHYAINCP)gnumd5.h \ … … 874 846 $(SOPHYAINCP)fmath.h \ 875 847 $(SOPHYAINCP)cimage.h \ 876 $(SOPHYAINCP)fioarr.h \ 877 pimgadapter.h \ 848 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 878 849 $(SOPHYAINCP)objfitter.h \ 879 850 $(SOPHYAINCP)histos.h \ … … 884 855 $(SOPHYAINCP)FitsIO/fitsio.h \ 885 856 $(SOPHYAINCP)FitsIO/longnam.h 886 $(CXXCOMPILE LIB) -o $@ $<857 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomimagadapter.cc 887 858 888 859 $(SOPHYAOBJP)nomskymapadapter.o: nomskymapadapter.cc \ 889 860 $(SOPHYAINCP)sopnamsp.h \ 890 861 $(SOPHYAINCP)machdefs.h \ 891 $(SOPHYAINCP)datatype.h \ 892 nomskymapadapter.h nomgadapter.h \ 893 $(SOPHYAINCP)ppersist.h \ 862 $(SOPHYAINCP)datatype.h nomskymapadapter.h \ 863 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 894 864 $(SOPHYAINCP)pexceptions.h \ 895 865 $(SOPHYAINCP)gnumd5.h \ … … 955 925 $(SOPHYAINCP)fiospherehealpix.h \ 956 926 $(SOPHYAINCP)fiolocalmap.h \ 957 $(SOPHYAINCP)fiosphereecp.h \ 958 pitvmaad.h \ 927 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 959 928 $(SOPHYAINCP)complexios.h \ 960 929 $(SOPHYAINCP)fitsspherehealpix.h \ … … 963 932 $(SOPHYAINCP)FitsIO/longnam.h \ 964 933 $(SOPHYAINCP)fitslocalmap.h 965 $(CXXCOMPILE LIB) -o $@ $<934 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomskymapadapter.cc 966 935 967 936 $(SOPHYAOBJP)nomspecrespadapter.o: nomspecrespadapter.cc \ … … 1019 988 $(SOPHYAINCP)specrespvector.h \ 1020 989 $(SOPHYAINCP)gaussfilt.h 1021 $(CXXCOMPILE LIB) -o $@ $<990 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomspecrespadapter.cc 1022 991 1023 992 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 1024 993 $(SOPHYAINCP)sopnamsp.h \ 1025 994 $(SOPHYAINCP)machdefs.h \ 1026 $(SOPHYAINCP)datatype.h \ 1027 nomtarradapter.h nomgadapter.h \ 1028 $(SOPHYAINCP)ppersist.h \ 995 $(SOPHYAINCP)datatype.h nomtarradapter.h \ 996 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1029 997 $(SOPHYAINCP)pexceptions.h \ 1030 998 $(SOPHYAINCP)gnumd5.h \ … … 1079 1047 $(SOPHYAINCP)FitsIO/fitsio.h \ 1080 1048 $(SOPHYAINCP)FitsIO/longnam.h 1081 $(CXXCOMPILE LIB) -o $@ $<1049 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc 1082 1050 1083 1051 $(SOPHYAOBJP)nomtmatvecadapter.o: nomtmatvecadapter.cc \ … … 1114 1082 $(SOPHYAINCP)generaldata.h \ 1115 1083 $(SOPHYAINCP)ntupintf.h \ 1116 $(SOPHYAINCP)poly.h \ 1117 nomtmatvecadapter.h nomgadapter.h \ 1118 $(SOPHYAINCP)pidrawer.h \ 1119 $(SOPHYAINCP)pibwdggen.h \ 1120 $(SOPHYAINCP)pisysdep.h \ 1121 $(SOPHYAINCP)piwdgx.h \ 1122 $(SOPHYAINCP)piwdggen.h \ 1123 $(SOPHYAINCP)pimsghandler.h \ 1124 $(SOPHYAINCP)picolist.h \ 1125 $(SOPHYAINCP)picmap.h \ 1126 $(SOPHYAINCP)picmapx.h \ 1127 $(SOPHYAINCP)picmapgen.h \ 1128 $(SOPHYAINCP)pigraphx.h \ 1129 $(SOPHYAINCP)pigraphgen.h \ 1130 $(SOPHYAINCP)pifontx.h \ 1131 $(SOPHYAINCP)pifontgen.h \ 1132 $(SOPHYAINCP)pigrcoord.h \ 1133 $(SOPHYAINCP)pilineatt.h \ 1134 $(SOPHYAINCP)pigraphuc.h \ 1135 $(SOPHYAINCP)pievthandler.h \ 1136 $(SOPHYAINCP)psfile.h \ 1137 $(SOPHYAINCP)pigratt.h \ 1138 $(SOPHYAINCP)piaxes.h \ 1139 $(SOPHYAINCP)parradapter.h \ 1140 $(SOPHYAINCP)lut.h \ 1141 $(SOPHYAINCP)piyfxdrw.h \ 1142 pitvmaad.h \ 1084 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1085 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1086 $(SOPHYAINCP)pibwdggen.h \ 1087 $(SOPHYAINCP)pisysdep.h \ 1088 $(SOPHYAINCP)piwdgx.h \ 1089 $(SOPHYAINCP)piwdggen.h \ 1090 $(SOPHYAINCP)pimsghandler.h \ 1091 $(SOPHYAINCP)picolist.h \ 1092 $(SOPHYAINCP)picmap.h \ 1093 $(SOPHYAINCP)picmapx.h \ 1094 $(SOPHYAINCP)picmapgen.h \ 1095 $(SOPHYAINCP)pigraphx.h \ 1096 $(SOPHYAINCP)pigraphgen.h \ 1097 $(SOPHYAINCP)pifontx.h \ 1098 $(SOPHYAINCP)pifontgen.h \ 1099 $(SOPHYAINCP)pigrcoord.h \ 1100 $(SOPHYAINCP)pilineatt.h \ 1101 $(SOPHYAINCP)pigraphuc.h \ 1102 $(SOPHYAINCP)pievthandler.h \ 1103 $(SOPHYAINCP)psfile.h \ 1104 $(SOPHYAINCP)pigratt.h \ 1105 $(SOPHYAINCP)piaxes.h \ 1106 $(SOPHYAINCP)parradapter.h \ 1107 $(SOPHYAINCP)lut.h \ 1108 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1143 1109 $(SOPHYAINCP)fitstarray.h \ 1144 1110 $(SOPHYAINCP)fitsfile.h \ 1145 1111 $(SOPHYAINCP)FitsIO/fitsio.h \ 1146 1112 $(SOPHYAINCP)FitsIO/longnam.h 1147 $(CXXCOMPILE LIB) -o $@ $<1113 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1148 1114 1149 1115 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ … … 1177 1143 $(SOPHYAINCP)histerr.h \ 1178 1144 $(SOPHYAINCP)ntuple.h \ 1179 $(SOPHYAINCP)ntupintf.h \ 1180 pawexecut.h piacmd.h \ 1181 $(SOPHYAINCP)commander.h \ 1145 $(SOPHYAINCP)ntupintf.h pawexecut.h \ 1146 piacmd.h $(SOPHYAINCP)commander.h \ 1182 1147 $(SOPHYAINCP)pdlmgr.h \ 1183 1148 $(SOPHYAINCP)ctimer.h \ 1184 $(SOPHYAINCP)zthread.h \1185 dlftypes.h nobjmgr.hservnobjm.h nomgadapter.h \1149 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 1150 servnobjm.h nomgadapter.h \ 1186 1151 $(SOPHYAINCP)pidrawer.h \ 1187 1152 $(SOPHYAINCP)pibwdggen.h \ … … 1209 1174 $(SOPHYAINCP)generalfit.h \ 1210 1175 $(SOPHYAINCP)generaldata.h \ 1211 $(SOPHYAINCP)poly.h \ 1212 pistdimgapp.h \ 1176 $(SOPHYAINCP)poly.h pistdimgapp.h \ 1213 1177 $(SOPHYAINCP)piapplx.h \ 1214 1178 $(SOPHYAINCP)piapplgen.h \ … … 1239 1203 $(SOPHYAINCP)pi3dwdg.h \ 1240 1204 $(SOPHYAINCP)pi3ddrw.h \ 1241 $(SOPHYAINCP)pigraph3d.h \1242 pisiadw.h$(SOPHYAINCP)pilistx.h \1205 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1206 $(SOPHYAINCP)pilistx.h \ 1243 1207 $(SOPHYAINCP)pilistgen.h \ 1244 1208 $(SOPHYAINCP)pistzwin.h \ 1245 1209 $(SOPHYAINCP)pitherm.h \ 1246 $(SOPHYAINCP)resusage.h \ 1247 pihisto.h 1248 $(CXXCOMPILELIB) -o $@ $< 1249 1250 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ 1251 $(SOPHYAINCP)sopnamsp.h \ 1210 $(SOPHYAINCP)resusage.h pihisto.h 1211 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pawexecut.cc 1212 1213 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc $(SOPHYAINCP)sopnamsp.h \ 1252 1214 $(SOPHYAINCP)machdefs.h \ 1253 1215 $(SOPHYAINCP)histos.h \ … … 1275 1237 $(SOPHYAINCP)ntupintf.h \ 1276 1238 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1277 pistdimgapp.h \ 1278 $(SOPHYAINCP)pisysdep.h \ 1239 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1279 1240 $(SOPHYAINCP)piapplx.h \ 1280 1241 $(SOPHYAINCP)piapplgen.h \ … … 1327 1288 $(SOPHYAINCP)pi3dwdg.h \ 1328 1289 $(SOPHYAINCP)pi3ddrw.h \ 1329 $(SOPHYAINCP)pigraph3d.h \1330 nobjmgr.hdlftypes.h piacmd.h \1290 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1291 dlftypes.h piacmd.h \ 1331 1292 $(SOPHYAINCP)commander.h \ 1332 1293 $(SOPHYAINCP)pdlmgr.h \ … … 1339 1300 $(SOPHYAINCP)resusage.h \ 1340 1301 $(SOPHYAINCP)piscdrawwdg.h 1341 $(CXXCOMPILELIB) -o $@ $< 1342 1343 $(SOPHYAOBJP)piacmd.o: piacmd.cc \ 1344 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1345 $(SOPHYAINCP)machdefs.h \ 1302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc 1303 1304 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1305 piacmd.h $(SOPHYAINCP)machdefs.h \ 1346 1306 $(SOPHYAINCP)commander.h \ 1347 1307 $(SOPHYAINCP)pdlmgr.h \ … … 1357 1317 $(SOPHYAINCP)mutyv.h \ 1358 1318 $(SOPHYAINCP)ctimer.h \ 1359 $(SOPHYAINCP)zthread.h \ 1360 dlftypes.h basexecut.h \ 1361 $(SOPHYAINCP)strutil.h \ 1319 $(SOPHYAINCP)zthread.h dlftypes.h \ 1320 basexecut.h $(SOPHYAINCP)strutil.h \ 1362 1321 $(SOPHYAINCP)strutilxx.h \ 1363 $(SOPHYAINCP)srandgen.h \ 1364 pistdimgapp.h \ 1322 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ 1365 1323 $(SOPHYAINCP)pisysdep.h \ 1366 1324 $(SOPHYAINCP)piapplx.h \ … … 1414 1372 $(SOPHYAINCP)pi3dwdg.h \ 1415 1373 $(SOPHYAINCP)pi3ddrw.h \ 1416 $(SOPHYAINCP)pigraph3d.h \ 1417 nobjmgr.h pisiadw.h \ 1418 $(SOPHYAINCP)pilistx.h \ 1374 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1375 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1419 1376 $(SOPHYAINCP)pilistgen.h \ 1420 1377 $(SOPHYAINCP)pistzwin.h \ 1421 1378 $(SOPHYAINCP)pitherm.h \ 1422 $(SOPHYAINCP)resusage.h \ 1423 piafitting.h nomgadapter.h \ 1424 $(SOPHYAINCP)ntupintf.h \ 1379 $(SOPHYAINCP)resusage.h piafitting.h \ 1380 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1425 1381 $(SOPHYAINCP)generalfit.h \ 1426 1382 $(SOPHYAINCP)tvector.h \ … … 1437 1393 $(SOPHYAINCP)fmath.h pawexecut.h \ 1438 1394 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1439 $(CXXCOMPILE LIB) -o $@ $<1395 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc 1440 1396 1441 1397 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ … … 1476 1432 $(SOPHYAINCP)histos2.h \ 1477 1433 $(SOPHYAINCP)hisprof.h \ 1478 $(SOPHYAINCP)objfitter.h \ 1479 piafitting.h nomgadapter.h \ 1480 $(SOPHYAINCP)pidrawer.h \ 1481 $(SOPHYAINCP)pibwdggen.h \ 1482 $(SOPHYAINCP)pisysdep.h \ 1483 $(SOPHYAINCP)piwdgx.h \ 1484 $(SOPHYAINCP)piwdggen.h \ 1485 $(SOPHYAINCP)pimsghandler.h \ 1486 $(SOPHYAINCP)picolist.h \ 1487 $(SOPHYAINCP)picmap.h \ 1488 $(SOPHYAINCP)picmapx.h \ 1489 $(SOPHYAINCP)picmapgen.h \ 1490 $(SOPHYAINCP)pigraphx.h \ 1491 $(SOPHYAINCP)pigraphgen.h \ 1492 $(SOPHYAINCP)pifontx.h \ 1493 $(SOPHYAINCP)pifontgen.h \ 1494 $(SOPHYAINCP)pigrcoord.h \ 1495 $(SOPHYAINCP)pilineatt.h \ 1496 $(SOPHYAINCP)pigraphuc.h \ 1497 $(SOPHYAINCP)pievthandler.h \ 1498 $(SOPHYAINCP)psfile.h \ 1499 $(SOPHYAINCP)pigratt.h \ 1500 $(SOPHYAINCP)piaxes.h \ 1501 $(SOPHYAINCP)parradapter.h \ 1502 $(SOPHYAINCP)lut.h \ 1503 $(SOPHYAINCP)pdlmgr.h dlftypes.h \ 1504 piacmd.h \ 1434 $(SOPHYAINCP)objfitter.h piafitting.h \ 1435 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1436 $(SOPHYAINCP)pibwdggen.h \ 1437 $(SOPHYAINCP)pisysdep.h \ 1438 $(SOPHYAINCP)piwdgx.h \ 1439 $(SOPHYAINCP)piwdggen.h \ 1440 $(SOPHYAINCP)pimsghandler.h \ 1441 $(SOPHYAINCP)picolist.h \ 1442 $(SOPHYAINCP)picmap.h \ 1443 $(SOPHYAINCP)picmapx.h \ 1444 $(SOPHYAINCP)picmapgen.h \ 1445 $(SOPHYAINCP)pigraphx.h \ 1446 $(SOPHYAINCP)pigraphgen.h \ 1447 $(SOPHYAINCP)pifontx.h \ 1448 $(SOPHYAINCP)pifontgen.h \ 1449 $(SOPHYAINCP)pigrcoord.h \ 1450 $(SOPHYAINCP)pilineatt.h \ 1451 $(SOPHYAINCP)pigraphuc.h \ 1452 $(SOPHYAINCP)pievthandler.h \ 1453 $(SOPHYAINCP)psfile.h \ 1454 $(SOPHYAINCP)pigratt.h \ 1455 $(SOPHYAINCP)piaxes.h \ 1456 $(SOPHYAINCP)parradapter.h \ 1457 $(SOPHYAINCP)lut.h \ 1458 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1505 1459 $(SOPHYAINCP)commander.h \ 1506 1460 $(SOPHYAINCP)ctimer.h \ 1507 1461 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1508 pistdimgapp.h \ 1462 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1463 $(SOPHYAINCP)piapplgen.h \ 1464 $(SOPHYAINCP)picontainerx.h \ 1465 $(SOPHYAINCP)picontainergen.h \ 1466 $(SOPHYAINCP)pimenubarx.h \ 1467 $(SOPHYAINCP)pimenubargen.h \ 1468 $(SOPHYAINCP)pimenux.h \ 1469 $(SOPHYAINCP)pimenugen.h \ 1470 $(SOPHYAINCP)picons.h \ 1471 $(SOPHYAINCP)pistdwdgx.h \ 1472 $(SOPHYAINCP)pistdwdggen.h \ 1473 $(SOPHYAINCP)pibwdgx.h \ 1474 $(SOPHYAINCP)pigraphps.h \ 1475 $(SOPHYAINCP)piwindowx.h \ 1476 $(SOPHYAINCP)piwindowgen.h \ 1477 $(SOPHYAINCP)pioptmenux.h \ 1478 $(SOPHYAINCP)pioptmenugen.h \ 1479 $(SOPHYAINCP)pifilechox.h \ 1480 $(SOPHYAINCP)pifilechogen.h \ 1481 $(SOPHYAINCP)piperiodx.h \ 1482 $(SOPHYAINCP)periodic.h \ 1483 $(SOPHYAINCP)piimage.h \ 1484 $(SOPHYAINCP)pieldrw.h \ 1485 $(SOPHYAINCP)pipixmapx.h \ 1486 $(SOPHYAINCP)pipixmapgen.h \ 1487 $(SOPHYAINCP)picmapview.h \ 1488 $(SOPHYAINCP)pi3dwdg.h \ 1489 $(SOPHYAINCP)pi3ddrw.h \ 1490 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1491 $(SOPHYAINCP)pilistx.h \ 1492 $(SOPHYAINCP)pilistgen.h \ 1493 $(SOPHYAINCP)pistzwin.h \ 1494 $(SOPHYAINCP)pitherm.h \ 1495 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1496 $(SOPHYAINCP)histerr.h \ 1497 $(SOPHYAINCP)xntuple.h \ 1498 $(SOPHYAINCP)basedtable.h \ 1499 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1500 nomimagadapter.h nomtmatvecadapter.h 1501 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc 1502 1503 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 1504 pigfd1.h $(SOPHYAINCP)generaldata.h \ 1505 $(SOPHYAINCP)objfio.h \ 1506 $(SOPHYAINCP)machdefs.h \ 1507 $(SOPHYAINCP)anydataobj.h \ 1508 $(SOPHYAINCP)ppersist.h \ 1509 $(SOPHYAINCP)pexceptions.h \ 1510 $(SOPHYAINCP)gnumd5.h \ 1511 $(SOPHYAINCP)ppfbinstream.h \ 1512 $(SOPHYAINCP)rawstream.h \ 1513 $(SOPHYAINCP)ppfnametag.h \ 1514 $(SOPHYAINCP)ntupintf.h \ 1515 $(SOPHYAINCP)poly.h \ 1516 $(SOPHYAINCP)peida.h \ 1517 $(SOPHYAINCP)utils.h \ 1518 $(SOPHYAINCP)perrors.h \ 1519 $(SOPHYAINCP)fmath.h \ 1520 $(SOPHYAINCP)tvector.h \ 1521 $(SOPHYAINCP)tmatrix.h \ 1522 $(SOPHYAINCP)tarray.h \ 1523 $(SOPHYAINCP)basarr.h \ 1524 $(SOPHYAINCP)mutyv.h \ 1525 $(SOPHYAINCP)dvlist.h \ 1526 $(SOPHYAINCP)ndatablock.h \ 1527 $(SOPHYAINCP)utilarr.h \ 1528 $(SOPHYAINCP)pidrawer.h \ 1529 $(SOPHYAINCP)pibwdggen.h \ 1530 $(SOPHYAINCP)pisysdep.h \ 1531 $(SOPHYAINCP)piwdgx.h \ 1532 $(SOPHYAINCP)piwdggen.h \ 1533 $(SOPHYAINCP)pimsghandler.h \ 1534 $(SOPHYAINCP)picolist.h \ 1535 $(SOPHYAINCP)picmap.h \ 1536 $(SOPHYAINCP)picmapx.h \ 1537 $(SOPHYAINCP)picmapgen.h \ 1538 $(SOPHYAINCP)pigraphx.h \ 1539 $(SOPHYAINCP)pigraphgen.h \ 1540 $(SOPHYAINCP)pifontx.h \ 1541 $(SOPHYAINCP)pifontgen.h \ 1542 $(SOPHYAINCP)pigrcoord.h \ 1543 $(SOPHYAINCP)pilineatt.h \ 1544 $(SOPHYAINCP)pigraphuc.h \ 1545 $(SOPHYAINCP)pievthandler.h \ 1546 $(SOPHYAINCP)psfile.h \ 1547 $(SOPHYAINCP)pigratt.h \ 1548 $(SOPHYAINCP)piaxes.h 1549 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc 1550 1551 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 1552 pigfd2.h $(SOPHYAINCP)generaldata.h \ 1553 $(SOPHYAINCP)objfio.h \ 1554 $(SOPHYAINCP)machdefs.h \ 1555 $(SOPHYAINCP)anydataobj.h \ 1556 $(SOPHYAINCP)ppersist.h \ 1557 $(SOPHYAINCP)pexceptions.h \ 1558 $(SOPHYAINCP)gnumd5.h \ 1559 $(SOPHYAINCP)ppfbinstream.h \ 1560 $(SOPHYAINCP)rawstream.h \ 1561 $(SOPHYAINCP)ppfnametag.h \ 1562 $(SOPHYAINCP)ntupintf.h \ 1563 $(SOPHYAINCP)poly.h \ 1564 $(SOPHYAINCP)peida.h \ 1565 $(SOPHYAINCP)utils.h \ 1566 $(SOPHYAINCP)perrors.h \ 1567 $(SOPHYAINCP)fmath.h \ 1568 $(SOPHYAINCP)tvector.h \ 1569 $(SOPHYAINCP)tmatrix.h \ 1570 $(SOPHYAINCP)tarray.h \ 1571 $(SOPHYAINCP)basarr.h \ 1572 $(SOPHYAINCP)mutyv.h \ 1573 $(SOPHYAINCP)dvlist.h \ 1574 $(SOPHYAINCP)ndatablock.h \ 1575 $(SOPHYAINCP)utilarr.h \ 1576 $(SOPHYAINCP)pi3ddrw.h \ 1577 $(SOPHYAINCP)pisysdep.h \ 1578 $(SOPHYAINCP)pidrawer.h \ 1579 $(SOPHYAINCP)pibwdggen.h \ 1580 $(SOPHYAINCP)piwdgx.h \ 1581 $(SOPHYAINCP)piwdggen.h \ 1582 $(SOPHYAINCP)pimsghandler.h \ 1583 $(SOPHYAINCP)picolist.h \ 1584 $(SOPHYAINCP)picmap.h \ 1585 $(SOPHYAINCP)picmapx.h \ 1586 $(SOPHYAINCP)picmapgen.h \ 1587 $(SOPHYAINCP)pigraphx.h \ 1588 $(SOPHYAINCP)pigraphgen.h \ 1589 $(SOPHYAINCP)pifontx.h \ 1590 $(SOPHYAINCP)pifontgen.h \ 1591 $(SOPHYAINCP)pigrcoord.h \ 1592 $(SOPHYAINCP)pilineatt.h \ 1593 $(SOPHYAINCP)pigraphuc.h \ 1594 $(SOPHYAINCP)pievthandler.h \ 1595 $(SOPHYAINCP)psfile.h \ 1596 $(SOPHYAINCP)pigratt.h \ 1597 $(SOPHYAINCP)piaxes.h \ 1598 $(SOPHYAINCP)pieldrw.h \ 1599 $(SOPHYAINCP)pigraph3d.h 1600 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc 1601 1602 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h \ 1603 pihisto.h $(SOPHYAINCP)histos.h \ 1604 $(SOPHYAINCP)objfio.h \ 1605 $(SOPHYAINCP)machdefs.h \ 1606 $(SOPHYAINCP)anydataobj.h \ 1607 $(SOPHYAINCP)ppersist.h \ 1608 $(SOPHYAINCP)pexceptions.h \ 1609 $(SOPHYAINCP)gnumd5.h \ 1610 $(SOPHYAINCP)ppfbinstream.h \ 1611 $(SOPHYAINCP)rawstream.h \ 1612 $(SOPHYAINCP)ppfnametag.h \ 1613 $(SOPHYAINCP)peida.h \ 1614 $(SOPHYAINCP)utils.h \ 1615 $(SOPHYAINCP)perrors.h \ 1616 $(SOPHYAINCP)fmath.h \ 1617 $(SOPHYAINCP)tvector.h \ 1618 $(SOPHYAINCP)tmatrix.h \ 1619 $(SOPHYAINCP)tarray.h \ 1620 $(SOPHYAINCP)basarr.h \ 1621 $(SOPHYAINCP)mutyv.h \ 1622 $(SOPHYAINCP)dvlist.h \ 1623 $(SOPHYAINCP)ndatablock.h \ 1624 $(SOPHYAINCP)utilarr.h \ 1625 $(SOPHYAINCP)pidrawer.h \ 1626 $(SOPHYAINCP)pibwdggen.h \ 1627 $(SOPHYAINCP)pisysdep.h \ 1628 $(SOPHYAINCP)piwdgx.h \ 1629 $(SOPHYAINCP)piwdggen.h \ 1630 $(SOPHYAINCP)pimsghandler.h \ 1631 $(SOPHYAINCP)picolist.h \ 1632 $(SOPHYAINCP)picmap.h \ 1633 $(SOPHYAINCP)picmapx.h \ 1634 $(SOPHYAINCP)picmapgen.h \ 1635 $(SOPHYAINCP)pigraphx.h \ 1636 $(SOPHYAINCP)pigraphgen.h \ 1637 $(SOPHYAINCP)pifontx.h \ 1638 $(SOPHYAINCP)pifontgen.h \ 1639 $(SOPHYAINCP)pigrcoord.h \ 1640 $(SOPHYAINCP)pilineatt.h \ 1641 $(SOPHYAINCP)pigraphuc.h \ 1642 $(SOPHYAINCP)pievthandler.h \ 1643 $(SOPHYAINCP)psfile.h \ 1644 $(SOPHYAINCP)pigratt.h \ 1645 $(SOPHYAINCP)piaxes.h \ 1646 $(SOPHYAINCP)hisprof.h 1647 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1648 1649 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1650 $(SOPHYAINCP)piapplx.h \ 1651 $(SOPHYAINCP)piapplgen.h \ 1652 $(SOPHYAINCP)pimsghandler.h \ 1653 $(SOPHYAINCP)picontainerx.h \ 1654 $(SOPHYAINCP)picontainergen.h \ 1655 $(SOPHYAINCP)piwdgx.h \ 1656 $(SOPHYAINCP)piwdggen.h \ 1657 $(SOPHYAINCP)picolist.h \ 1658 $(SOPHYAINCP)pimenubarx.h \ 1659 $(SOPHYAINCP)pimenubargen.h \ 1660 $(SOPHYAINCP)pimenux.h \ 1661 $(SOPHYAINCP)pimenugen.h \ 1662 $(SOPHYAINCP)picons.h \ 1663 $(SOPHYAINCP)pistdwdgx.h \ 1664 $(SOPHYAINCP)pistdwdggen.h \ 1665 $(SOPHYAINCP)pibwdgx.h \ 1666 $(SOPHYAINCP)pibwdggen.h \ 1667 $(SOPHYAINCP)picmap.h \ 1668 $(SOPHYAINCP)picmapx.h \ 1669 $(SOPHYAINCP)picmapgen.h \ 1670 $(SOPHYAINCP)pigraphx.h \ 1671 $(SOPHYAINCP)pigraphgen.h \ 1672 $(SOPHYAINCP)pifontx.h \ 1673 $(SOPHYAINCP)pifontgen.h \ 1674 $(SOPHYAINCP)pigrcoord.h \ 1675 $(SOPHYAINCP)pilineatt.h \ 1676 $(SOPHYAINCP)pigraphuc.h \ 1677 $(SOPHYAINCP)pievthandler.h \ 1678 $(SOPHYAINCP)psfile.h \ 1679 $(SOPHYAINCP)pigraphps.h \ 1680 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1681 $(SOPHYAINCP)pioptmenux.h \ 1682 $(SOPHYAINCP)pioptmenugen.h \ 1683 $(SOPHYAINCP)histos2.h \ 1684 $(SOPHYAINCP)peida.h \ 1685 $(SOPHYAINCP)utils.h \ 1686 $(SOPHYAINCP)perrors.h \ 1687 $(SOPHYAINCP)pexceptions.h \ 1688 $(SOPHYAINCP)fmath.h \ 1689 $(SOPHYAINCP)histos.h \ 1690 $(SOPHYAINCP)objfio.h \ 1691 $(SOPHYAINCP)anydataobj.h \ 1692 $(SOPHYAINCP)ppersist.h \ 1693 $(SOPHYAINCP)gnumd5.h \ 1694 $(SOPHYAINCP)ppfbinstream.h \ 1695 $(SOPHYAINCP)rawstream.h \ 1696 $(SOPHYAINCP)ppfnametag.h \ 1697 $(SOPHYAINCP)tvector.h \ 1698 $(SOPHYAINCP)tmatrix.h \ 1699 $(SOPHYAINCP)tarray.h \ 1700 $(SOPHYAINCP)basarr.h \ 1701 $(SOPHYAINCP)mutyv.h \ 1702 $(SOPHYAINCP)dvlist.h \ 1703 $(SOPHYAINCP)ndatablock.h \ 1704 $(SOPHYAINCP)utilarr.h \ 1705 $(SOPHYAINCP)pidrawer.h \ 1706 $(SOPHYAINCP)pigratt.h \ 1707 $(SOPHYAINCP)piaxes.h \ 1708 $(SOPHYAINCP)piscdrawwdg.h \ 1709 $(SOPHYAINCP)piwindowx.h \ 1710 $(SOPHYAINCP)piwindowgen.h \ 1711 $(SOPHYAINCP)pieldrw.h \ 1712 $(SOPHYAINCP)nbrandom.h \ 1713 $(SOPHYAINCP)srandgen.h 1714 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc 1715 1716 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1717 $(SOPHYAINCP)machdefs.h piinit.h \ 1718 $(SOPHYAINCP)sambainit.h \ 1719 $(SOPHYAINCP)skymapinit.h \ 1720 $(SOPHYAINCP)sophyainit.h \ 1721 $(SOPHYAINCP)ntoolsinit.h \ 1722 $(SOPHYAINCP)tarrinit.h pistdimgapp.h \ 1723 $(SOPHYAINCP)pisysdep.h \ 1724 $(SOPHYAINCP)piapplx.h \ 1725 $(SOPHYAINCP)piapplgen.h \ 1726 $(SOPHYAINCP)pimsghandler.h \ 1727 $(SOPHYAINCP)picontainerx.h \ 1728 $(SOPHYAINCP)picontainergen.h \ 1729 $(SOPHYAINCP)piwdgx.h \ 1730 $(SOPHYAINCP)piwdggen.h \ 1731 $(SOPHYAINCP)picolist.h \ 1732 $(SOPHYAINCP)pimenubarx.h \ 1733 $(SOPHYAINCP)pimenubargen.h \ 1734 $(SOPHYAINCP)pimenux.h \ 1735 $(SOPHYAINCP)pimenugen.h \ 1736 $(SOPHYAINCP)picons.h \ 1737 $(SOPHYAINCP)pistdwdgx.h \ 1738 $(SOPHYAINCP)pistdwdggen.h \ 1739 $(SOPHYAINCP)pibwdgx.h \ 1740 $(SOPHYAINCP)pibwdggen.h \ 1741 $(SOPHYAINCP)picmap.h \ 1742 $(SOPHYAINCP)picmapx.h \ 1743 $(SOPHYAINCP)picmapgen.h \ 1744 $(SOPHYAINCP)pigraphx.h \ 1745 $(SOPHYAINCP)pigraphgen.h \ 1746 $(SOPHYAINCP)pifontx.h \ 1747 $(SOPHYAINCP)pifontgen.h \ 1748 $(SOPHYAINCP)pigrcoord.h \ 1749 $(SOPHYAINCP)pilineatt.h \ 1750 $(SOPHYAINCP)pigraphuc.h \ 1751 $(SOPHYAINCP)pievthandler.h \ 1752 $(SOPHYAINCP)psfile.h \ 1753 $(SOPHYAINCP)pigraphps.h \ 1754 $(SOPHYAINCP)piwindowx.h \ 1755 $(SOPHYAINCP)piwindowgen.h \ 1756 $(SOPHYAINCP)pioptmenux.h \ 1757 $(SOPHYAINCP)pioptmenugen.h \ 1758 $(SOPHYAINCP)pifilechox.h \ 1759 $(SOPHYAINCP)pifilechogen.h \ 1760 $(SOPHYAINCP)piperiodx.h \ 1761 $(SOPHYAINCP)periodic.h \ 1762 $(SOPHYAINCP)piimage.h \ 1763 $(SOPHYAINCP)parradapter.h \ 1764 $(SOPHYAINCP)lut.h \ 1765 $(SOPHYAINCP)pieldrw.h \ 1766 $(SOPHYAINCP)pidrawer.h \ 1767 $(SOPHYAINCP)pigratt.h \ 1768 $(SOPHYAINCP)piaxes.h \ 1769 $(SOPHYAINCP)pipixmapx.h \ 1770 $(SOPHYAINCP)pipixmapgen.h \ 1771 $(SOPHYAINCP)picmapview.h \ 1772 $(SOPHYAINCP)pi3dwdg.h \ 1773 $(SOPHYAINCP)pi3ddrw.h \ 1774 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1775 $(SOPHYAINCP)anydataobj.h \ 1776 $(SOPHYAINCP)ppersist.h \ 1777 $(SOPHYAINCP)pexceptions.h \ 1778 $(SOPHYAINCP)gnumd5.h \ 1779 $(SOPHYAINCP)ppfbinstream.h \ 1780 $(SOPHYAINCP)rawstream.h \ 1781 $(SOPHYAINCP)ppfnametag.h \ 1782 $(SOPHYAINCP)dvlist.h \ 1783 $(SOPHYAINCP)objfio.h \ 1784 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 1785 $(SOPHYAINCP)commander.h \ 1786 $(SOPHYAINCP)pdlmgr.h \ 1787 $(SOPHYAINCP)ctimer.h \ 1788 $(SOPHYAINCP)zthread.h pisiadw.h \ 1789 $(SOPHYAINCP)pilistx.h \ 1790 $(SOPHYAINCP)pilistgen.h \ 1791 $(SOPHYAINCP)pistzwin.h \ 1792 $(SOPHYAINCP)pitherm.h \ 1793 $(SOPHYAINCP)resusage.h servnobjm.h \ 1794 nomhistadapter.h nomgadapter.h \ 1795 $(SOPHYAINCP)ntupintf.h \ 1796 $(SOPHYAINCP)generalfit.h \ 1797 $(SOPHYAINCP)tvector.h \ 1798 $(SOPHYAINCP)tmatrix.h \ 1799 $(SOPHYAINCP)tarray.h \ 1800 $(SOPHYAINCP)basarr.h \ 1801 $(SOPHYAINCP)ndatablock.h \ 1802 $(SOPHYAINCP)utilarr.h \ 1803 $(SOPHYAINCP)generaldata.h \ 1804 $(SOPHYAINCP)poly.h \ 1805 $(SOPHYAINCP)peida.h \ 1806 $(SOPHYAINCP)utils.h \ 1807 $(SOPHYAINCP)perrors.h \ 1808 $(SOPHYAINCP)fmath.h \ 1809 $(SOPHYAINCP)histos.h \ 1810 $(SOPHYAINCP)histos2.h \ 1811 $(SOPHYAINCP)hisprof.h \ 1812 $(SOPHYAINCP)histerr.h \ 1813 $(SOPHYAINCP)ntuple.h \ 1814 $(SOPHYAINCP)xntuple.h \ 1815 $(SOPHYAINCP)basedtable.h \ 1816 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1817 nomimagadapter.h $(SOPHYAINCP)cimage.h \ 1818 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 1819 nomtarradapter.h $(SOPHYAINCP)datatable.h \ 1820 $(SOPHYAINCP)swppfdtable.h \ 1821 $(SOPHYAINCP)swsegdb.h \ 1822 $(SOPHYAINCP)ppfswapper.h \ 1823 $(SOPHYAINCP)ppftpointerio.h \ 1824 nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \ 1825 $(SOPHYAINCP)spherepos.h \ 1826 $(SOPHYAINCP)unitvector.h \ 1827 $(SOPHYAINCP)vector3d.h \ 1828 $(SOPHYAINCP)longlat.h \ 1829 $(SOPHYAINCP)utilgeom.h \ 1830 $(SOPHYAINCP)spherethetaphi.h \ 1831 $(SOPHYAINCP)sphericalmap.h \ 1832 $(SOPHYAINCP)smathconst.h \ 1833 $(SOPHYAINCP)spherehealpix.h \ 1834 $(SOPHYAINCP)HEALPixUtils.h \ 1835 $(SOPHYAINCP)localmap.h \ 1836 $(SOPHYAINCP)sphereecp.h \ 1837 $(SOPHYAINCP)specrespvector.h \ 1838 $(SOPHYAINCP)specresp.h \ 1839 $(SOPHYAINCP)gaussfilt.h \ 1840 nomspecrespadapter.h 1841 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc 1842 1843 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1844 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1845 $(SOPHYAINCP)ntupintf.h \ 1846 $(SOPHYAINCP)machdefs.h \ 1847 $(SOPHYAINCP)pi3ddrw.h \ 1848 $(SOPHYAINCP)pisysdep.h \ 1849 $(SOPHYAINCP)pidrawer.h \ 1850 $(SOPHYAINCP)pibwdggen.h \ 1851 $(SOPHYAINCP)piwdgx.h \ 1852 $(SOPHYAINCP)piwdggen.h \ 1853 $(SOPHYAINCP)pimsghandler.h \ 1854 $(SOPHYAINCP)picolist.h \ 1855 $(SOPHYAINCP)picmap.h \ 1856 $(SOPHYAINCP)picmapx.h \ 1857 $(SOPHYAINCP)picmapgen.h \ 1858 $(SOPHYAINCP)pigraphx.h \ 1859 $(SOPHYAINCP)pigraphgen.h \ 1860 $(SOPHYAINCP)pifontx.h \ 1861 $(SOPHYAINCP)pifontgen.h \ 1862 $(SOPHYAINCP)pigrcoord.h \ 1863 $(SOPHYAINCP)pilineatt.h \ 1864 $(SOPHYAINCP)pigraphuc.h \ 1865 $(SOPHYAINCP)pievthandler.h \ 1866 $(SOPHYAINCP)psfile.h \ 1867 $(SOPHYAINCP)pigratt.h \ 1868 $(SOPHYAINCP)piaxes.h \ 1869 $(SOPHYAINCP)pieldrw.h \ 1870 $(SOPHYAINCP)pigraph3d.h 1871 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc 1872 1873 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1874 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1875 $(SOPHYAINCP)ntupintf.h \ 1876 $(SOPHYAINCP)machdefs.h \ 1877 $(SOPHYAINCP)pidrawer.h \ 1878 $(SOPHYAINCP)pibwdggen.h \ 1879 $(SOPHYAINCP)pisysdep.h \ 1880 $(SOPHYAINCP)piwdgx.h \ 1881 $(SOPHYAINCP)piwdggen.h \ 1882 $(SOPHYAINCP)pimsghandler.h \ 1883 $(SOPHYAINCP)picolist.h \ 1884 $(SOPHYAINCP)picmap.h \ 1885 $(SOPHYAINCP)picmapx.h \ 1886 $(SOPHYAINCP)picmapgen.h \ 1887 $(SOPHYAINCP)pigraphx.h \ 1888 $(SOPHYAINCP)pigraphgen.h \ 1889 $(SOPHYAINCP)pifontx.h \ 1890 $(SOPHYAINCP)pifontgen.h \ 1891 $(SOPHYAINCP)pigrcoord.h \ 1892 $(SOPHYAINCP)pilineatt.h \ 1893 $(SOPHYAINCP)pigraphuc.h \ 1894 $(SOPHYAINCP)pievthandler.h \ 1895 $(SOPHYAINCP)psfile.h \ 1896 $(SOPHYAINCP)pigratt.h \ 1897 $(SOPHYAINCP)piaxes.h 1898 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc 1899 1900 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h \ 1901 pipodrw.h $(SOPHYAINCP)machdefs.h \ 1902 $(SOPHYAINCP)pidrawer.h \ 1903 $(SOPHYAINCP)pibwdggen.h \ 1904 $(SOPHYAINCP)pisysdep.h \ 1905 $(SOPHYAINCP)piwdgx.h \ 1906 $(SOPHYAINCP)piwdggen.h \ 1907 $(SOPHYAINCP)pimsghandler.h \ 1908 $(SOPHYAINCP)picolist.h \ 1909 $(SOPHYAINCP)picmap.h \ 1910 $(SOPHYAINCP)picmapx.h \ 1911 $(SOPHYAINCP)picmapgen.h \ 1912 $(SOPHYAINCP)pigraphx.h \ 1913 $(SOPHYAINCP)pigraphgen.h \ 1914 $(SOPHYAINCP)pifontx.h \ 1915 $(SOPHYAINCP)pifontgen.h \ 1916 $(SOPHYAINCP)pigrcoord.h \ 1917 $(SOPHYAINCP)pilineatt.h \ 1918 $(SOPHYAINCP)pigraphuc.h \ 1919 $(SOPHYAINCP)pievthandler.h \ 1920 $(SOPHYAINCP)psfile.h \ 1921 $(SOPHYAINCP)pigratt.h \ 1922 $(SOPHYAINCP)piaxes.h \ 1923 $(SOPHYAINCP)parradapter.h \ 1924 $(SOPHYAINCP)lut.h \ 1925 $(SOPHYAINCP)histos2.h \ 1926 $(SOPHYAINCP)peida.h \ 1927 $(SOPHYAINCP)utils.h \ 1928 $(SOPHYAINCP)perrors.h \ 1929 $(SOPHYAINCP)pexceptions.h \ 1930 $(SOPHYAINCP)fmath.h \ 1931 $(SOPHYAINCP)histos.h \ 1932 $(SOPHYAINCP)objfio.h \ 1933 $(SOPHYAINCP)anydataobj.h \ 1934 $(SOPHYAINCP)ppersist.h \ 1935 $(SOPHYAINCP)gnumd5.h \ 1936 $(SOPHYAINCP)ppfbinstream.h \ 1937 $(SOPHYAINCP)rawstream.h \ 1938 $(SOPHYAINCP)ppfnametag.h \ 1939 $(SOPHYAINCP)tvector.h \ 1940 $(SOPHYAINCP)tmatrix.h \ 1941 $(SOPHYAINCP)tarray.h \ 1942 $(SOPHYAINCP)basarr.h \ 1943 $(SOPHYAINCP)mutyv.h \ 1944 $(SOPHYAINCP)dvlist.h \ 1945 $(SOPHYAINCP)ndatablock.h \ 1946 $(SOPHYAINCP)utilarr.h \ 1947 $(SOPHYAINCP)generalfit.h \ 1948 $(SOPHYAINCP)generaldata.h \ 1949 $(SOPHYAINCP)ntupintf.h \ 1950 $(SOPHYAINCP)poly.h 1951 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 1952 1953 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h \ 1954 $(SOPHYAINCP)machdefs.h \ 1955 $(SOPHYAINCP)perrors.h \ 1956 $(SOPHYAINCP)pexceptions.h \ 1957 $(SOPHYAINCP)ctimer.h \ 1958 $(SOPHYAINCP)nbmath.h \ 1959 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 1960 $(SOPHYAINCP)pisysdep.h \ 1961 $(SOPHYAINCP)piapplx.h \ 1962 $(SOPHYAINCP)piapplgen.h \ 1963 $(SOPHYAINCP)pimsghandler.h \ 1964 $(SOPHYAINCP)picontainerx.h \ 1965 $(SOPHYAINCP)picontainergen.h \ 1966 $(SOPHYAINCP)piwdgx.h \ 1967 $(SOPHYAINCP)piwdggen.h \ 1968 $(SOPHYAINCP)picolist.h \ 1969 $(SOPHYAINCP)pimenubarx.h \ 1970 $(SOPHYAINCP)pimenubargen.h \ 1971 $(SOPHYAINCP)pimenux.h \ 1972 $(SOPHYAINCP)pimenugen.h \ 1973 $(SOPHYAINCP)picons.h \ 1974 $(SOPHYAINCP)pistdwdgx.h \ 1975 $(SOPHYAINCP)pistdwdggen.h \ 1976 $(SOPHYAINCP)pibwdgx.h \ 1977 $(SOPHYAINCP)pibwdggen.h \ 1978 $(SOPHYAINCP)picmap.h \ 1979 $(SOPHYAINCP)picmapx.h \ 1980 $(SOPHYAINCP)picmapgen.h \ 1981 $(SOPHYAINCP)pigraphx.h \ 1982 $(SOPHYAINCP)pigraphgen.h \ 1983 $(SOPHYAINCP)pifontx.h \ 1984 $(SOPHYAINCP)pifontgen.h \ 1985 $(SOPHYAINCP)pigrcoord.h \ 1986 $(SOPHYAINCP)pilineatt.h \ 1987 $(SOPHYAINCP)pigraphuc.h \ 1988 $(SOPHYAINCP)pievthandler.h \ 1989 $(SOPHYAINCP)psfile.h \ 1990 $(SOPHYAINCP)pigraphps.h \ 1991 $(SOPHYAINCP)piwindowx.h \ 1992 $(SOPHYAINCP)piwindowgen.h \ 1993 $(SOPHYAINCP)pioptmenux.h \ 1994 $(SOPHYAINCP)pioptmenugen.h \ 1995 $(SOPHYAINCP)pifilechox.h \ 1996 $(SOPHYAINCP)pifilechogen.h \ 1997 $(SOPHYAINCP)piperiodx.h \ 1998 $(SOPHYAINCP)periodic.h \ 1999 $(SOPHYAINCP)piimage.h \ 2000 $(SOPHYAINCP)parradapter.h \ 2001 $(SOPHYAINCP)lut.h \ 2002 $(SOPHYAINCP)pieldrw.h \ 2003 $(SOPHYAINCP)pidrawer.h \ 2004 $(SOPHYAINCP)pigratt.h \ 2005 $(SOPHYAINCP)piaxes.h \ 2006 $(SOPHYAINCP)pipixmapx.h \ 2007 $(SOPHYAINCP)pipixmapgen.h \ 2008 $(SOPHYAINCP)picmapview.h \ 2009 $(SOPHYAINCP)pi3dwdg.h \ 2010 $(SOPHYAINCP)pi3ddrw.h \ 2011 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2012 $(SOPHYAINCP)anydataobj.h \ 2013 $(SOPHYAINCP)ppersist.h \ 2014 $(SOPHYAINCP)gnumd5.h \ 2015 $(SOPHYAINCP)ppfbinstream.h \ 2016 $(SOPHYAINCP)rawstream.h \ 2017 $(SOPHYAINCP)ppfnametag.h \ 2018 $(SOPHYAINCP)dvlist.h \ 2019 $(SOPHYAINCP)objfio.h \ 2020 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 2021 $(SOPHYAINCP)commander.h \ 2022 $(SOPHYAINCP)pdlmgr.h \ 2023 $(SOPHYAINCP)zthread.h pisiadw.h \ 2024 $(SOPHYAINCP)pilistx.h \ 2025 $(SOPHYAINCP)pilistgen.h \ 2026 $(SOPHYAINCP)pistzwin.h \ 2027 $(SOPHYAINCP)pitherm.h \ 2028 $(SOPHYAINCP)resusage.h servnobjm.h 2029 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc 2030 2031 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2032 $(SOPHYAINCP)sopnamsp.h \ 2033 $(SOPHYAINCP)machdefs.h \ 2034 $(SOPHYAINCP)strutil.h \ 2035 $(SOPHYAINCP)timing.h \ 2036 $(SOPHYAINCP)perrors.h \ 2037 $(SOPHYAINCP)pexceptions.h \ 2038 $(SOPHYAINCP)ctimer.h \ 2039 $(SOPHYAINCP)psighand.h \ 2040 $(SOPHYAINCP)cimage.h \ 2041 $(SOPHYAINCP)tmatrix.h \ 2042 $(SOPHYAINCP)tarray.h \ 2043 $(SOPHYAINCP)basarr.h \ 2044 $(SOPHYAINCP)anydataobj.h \ 2045 $(SOPHYAINCP)mutyv.h \ 2046 $(SOPHYAINCP)dvlist.h \ 2047 $(SOPHYAINCP)objfio.h \ 2048 $(SOPHYAINCP)ppersist.h \ 2049 $(SOPHYAINCP)gnumd5.h \ 2050 $(SOPHYAINCP)ppfbinstream.h \ 2051 $(SOPHYAINCP)rawstream.h \ 2052 $(SOPHYAINCP)ppfnametag.h \ 2053 $(SOPHYAINCP)ndatablock.h \ 2054 $(SOPHYAINCP)utilarr.h \ 2055 $(SOPHYAINCP)fioarr.h \ 2056 $(SOPHYAINCP)tvector.h pistdimgapp.h \ 2057 $(SOPHYAINCP)pisysdep.h \ 2058 $(SOPHYAINCP)piapplx.h \ 2059 $(SOPHYAINCP)piapplgen.h \ 2060 $(SOPHYAINCP)pimsghandler.h \ 2061 $(SOPHYAINCP)picontainerx.h \ 2062 $(SOPHYAINCP)picontainergen.h \ 2063 $(SOPHYAINCP)piwdgx.h \ 2064 $(SOPHYAINCP)piwdggen.h \ 2065 $(SOPHYAINCP)picolist.h \ 2066 $(SOPHYAINCP)pimenubarx.h \ 2067 $(SOPHYAINCP)pimenubargen.h \ 2068 $(SOPHYAINCP)pimenux.h \ 2069 $(SOPHYAINCP)pimenugen.h \ 2070 $(SOPHYAINCP)picons.h \ 2071 $(SOPHYAINCP)pistdwdgx.h \ 2072 $(SOPHYAINCP)pistdwdggen.h \ 2073 $(SOPHYAINCP)pibwdgx.h \ 2074 $(SOPHYAINCP)pibwdggen.h \ 2075 $(SOPHYAINCP)picmap.h \ 2076 $(SOPHYAINCP)picmapx.h \ 2077 $(SOPHYAINCP)picmapgen.h \ 2078 $(SOPHYAINCP)pigraphx.h \ 2079 $(SOPHYAINCP)pigraphgen.h \ 2080 $(SOPHYAINCP)pifontx.h \ 2081 $(SOPHYAINCP)pifontgen.h \ 2082 $(SOPHYAINCP)pigrcoord.h \ 2083 $(SOPHYAINCP)pilineatt.h \ 2084 $(SOPHYAINCP)pigraphuc.h \ 2085 $(SOPHYAINCP)pievthandler.h \ 2086 $(SOPHYAINCP)psfile.h \ 2087 $(SOPHYAINCP)pigraphps.h \ 2088 $(SOPHYAINCP)piwindowx.h \ 2089 $(SOPHYAINCP)piwindowgen.h \ 2090 $(SOPHYAINCP)pioptmenux.h \ 2091 $(SOPHYAINCP)pioptmenugen.h \ 2092 $(SOPHYAINCP)pifilechox.h \ 2093 $(SOPHYAINCP)pifilechogen.h \ 2094 $(SOPHYAINCP)piperiodx.h \ 2095 $(SOPHYAINCP)periodic.h \ 2096 $(SOPHYAINCP)piimage.h \ 2097 $(SOPHYAINCP)parradapter.h \ 2098 $(SOPHYAINCP)lut.h \ 2099 $(SOPHYAINCP)pieldrw.h \ 2100 $(SOPHYAINCP)pidrawer.h \ 2101 $(SOPHYAINCP)pigratt.h \ 2102 $(SOPHYAINCP)piaxes.h \ 2103 $(SOPHYAINCP)pipixmapx.h \ 2104 $(SOPHYAINCP)pipixmapgen.h \ 2105 $(SOPHYAINCP)picmapview.h \ 2106 $(SOPHYAINCP)pi3dwdg.h \ 2107 $(SOPHYAINCP)pi3ddrw.h \ 2108 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2109 dlftypes.h piacmd.h \ 2110 $(SOPHYAINCP)commander.h \ 2111 $(SOPHYAINCP)pdlmgr.h \ 2112 $(SOPHYAINCP)zthread.h pisiadw.h \ 2113 $(SOPHYAINCP)pilistx.h \ 2114 $(SOPHYAINCP)pilistgen.h \ 2115 $(SOPHYAINCP)pistzwin.h \ 2116 $(SOPHYAINCP)pitherm.h \ 2117 $(SOPHYAINCP)resusage.h servnobjm.h \ 2118 $(SOPHYAINCP)piimgtools.h \ 2119 $(SOPHYAINCP)pidrwtools.h \ 2120 $(SOPHYAINCP)piaxestools.h \ 2121 $(SOPHYAINCP)piscdrawwdg.h piinit.h \ 2122 $(SOPHYAINCP)sambainit.h \ 2123 $(SOPHYAINCP)skymapinit.h \ 2124 $(SOPHYAINCP)sophyainit.h \ 2125 $(SOPHYAINCP)ntoolsinit.h \ 2126 $(SOPHYAINCP)tarrinit.h \ 2127 $(SOPHYAINCP)piversion.h piaversion.h 2128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc 2129 2130 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2131 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2132 $(SOPHYAINCP)machdefs.h \ 2133 $(SOPHYAINCP)parradapter.h \ 2134 $(SOPHYAINCP)lut.h \ 2135 $(SOPHYAINCP)tmatrix.h \ 2136 $(SOPHYAINCP)tarray.h \ 2137 $(SOPHYAINCP)basarr.h \ 2138 $(SOPHYAINCP)anydataobj.h \ 2139 $(SOPHYAINCP)mutyv.h \ 2140 $(SOPHYAINCP)dvlist.h \ 2141 $(SOPHYAINCP)objfio.h \ 2142 $(SOPHYAINCP)ppersist.h \ 2143 $(SOPHYAINCP)pexceptions.h \ 2144 $(SOPHYAINCP)gnumd5.h \ 2145 $(SOPHYAINCP)ppfbinstream.h \ 2146 $(SOPHYAINCP)rawstream.h \ 2147 $(SOPHYAINCP)ppfnametag.h \ 2148 $(SOPHYAINCP)ndatablock.h \ 2149 $(SOPHYAINCP)utilarr.h \ 2150 $(SOPHYAINCP)tvector.h 2151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 2152 2153 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2154 $(SOPHYAINCP)sopnamsp.h \ 2155 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2156 $(SOPHYAINCP)machdefs.h \ 2157 $(SOPHYAINCP)anydataobj.h \ 2158 $(SOPHYAINCP)ppersist.h \ 2159 $(SOPHYAINCP)pexceptions.h \ 2160 $(SOPHYAINCP)gnumd5.h \ 2161 $(SOPHYAINCP)ppfbinstream.h \ 2162 $(SOPHYAINCP)rawstream.h \ 2163 $(SOPHYAINCP)ppfnametag.h \ 2164 $(SOPHYAINCP)dvlist.h \ 2165 $(SOPHYAINCP)objfio.h \ 2166 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 2167 $(SOPHYAINCP)pdlmgr.h \ 2168 $(SOPHYAINCP)zthread.h nomgadapter.h \ 2169 $(SOPHYAINCP)pidrawer.h \ 2170 $(SOPHYAINCP)pibwdggen.h \ 2171 $(SOPHYAINCP)pisysdep.h \ 2172 $(SOPHYAINCP)piwdgx.h \ 2173 $(SOPHYAINCP)piwdggen.h \ 2174 $(SOPHYAINCP)pimsghandler.h \ 2175 $(SOPHYAINCP)picolist.h \ 2176 $(SOPHYAINCP)picmap.h \ 2177 $(SOPHYAINCP)picmapx.h \ 2178 $(SOPHYAINCP)picmapgen.h \ 2179 $(SOPHYAINCP)pigraphx.h \ 2180 $(SOPHYAINCP)pigraphgen.h \ 2181 $(SOPHYAINCP)pifontx.h \ 2182 $(SOPHYAINCP)pifontgen.h \ 2183 $(SOPHYAINCP)pigrcoord.h \ 2184 $(SOPHYAINCP)pilineatt.h \ 2185 $(SOPHYAINCP)pigraphuc.h \ 2186 $(SOPHYAINCP)pievthandler.h \ 2187 $(SOPHYAINCP)psfile.h \ 2188 $(SOPHYAINCP)pigratt.h \ 2189 $(SOPHYAINCP)piaxes.h \ 2190 $(SOPHYAINCP)parradapter.h \ 2191 $(SOPHYAINCP)lut.h \ 2192 $(SOPHYAINCP)ntupintf.h \ 2193 $(SOPHYAINCP)generalfit.h \ 2194 $(SOPHYAINCP)tvector.h \ 2195 $(SOPHYAINCP)tmatrix.h \ 2196 $(SOPHYAINCP)tarray.h \ 2197 $(SOPHYAINCP)basarr.h \ 2198 $(SOPHYAINCP)ndatablock.h \ 2199 $(SOPHYAINCP)utilarr.h \ 2200 $(SOPHYAINCP)generaldata.h \ 2201 $(SOPHYAINCP)poly.h \ 2202 $(SOPHYAINCP)peida.h \ 2203 $(SOPHYAINCP)utils.h \ 2204 $(SOPHYAINCP)perrors.h \ 2205 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 1509 2206 $(SOPHYAINCP)piapplx.h \ 1510 2207 $(SOPHYAINCP)piapplgen.h \ … … 1535 2232 $(SOPHYAINCP)pi3dwdg.h \ 1536 2233 $(SOPHYAINCP)pi3ddrw.h \ 1537 $(SOPHYAINCP)pigraph3d.h \ 1538 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1539 $(SOPHYAINCP)pilistgen.h \ 1540 $(SOPHYAINCP)pistzwin.h \ 1541 $(SOPHYAINCP)pitherm.h \ 1542 $(SOPHYAINCP)resusage.h \ 1543 nomhistadapter.h \ 1544 $(SOPHYAINCP)histerr.h \ 1545 $(SOPHYAINCP)xntuple.h \ 1546 $(SOPHYAINCP)basedtable.h \ 1547 $(SOPHYAINCP)segdatablock.h \ 1548 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h 1549 $(CXXCOMPILELIB) -o $@ $< 1550 1551 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc \ 1552 $(SOPHYAINCP)sopnamsp.h pigfd1.h \ 1553 $(SOPHYAINCP)generaldata.h \ 1554 $(SOPHYAINCP)objfio.h \ 1555 $(SOPHYAINCP)machdefs.h \ 1556 $(SOPHYAINCP)anydataobj.h \ 1557 $(SOPHYAINCP)ppersist.h \ 1558 $(SOPHYAINCP)pexceptions.h \ 1559 $(SOPHYAINCP)gnumd5.h \ 1560 $(SOPHYAINCP)ppfbinstream.h \ 1561 $(SOPHYAINCP)rawstream.h \ 1562 $(SOPHYAINCP)ppfnametag.h \ 1563 $(SOPHYAINCP)ntupintf.h \ 1564 $(SOPHYAINCP)poly.h \ 1565 $(SOPHYAINCP)peida.h \ 1566 $(SOPHYAINCP)utils.h \ 1567 $(SOPHYAINCP)perrors.h \ 1568 $(SOPHYAINCP)fmath.h \ 1569 $(SOPHYAINCP)tvector.h \ 1570 $(SOPHYAINCP)tmatrix.h \ 1571 $(SOPHYAINCP)tarray.h \ 1572 $(SOPHYAINCP)basarr.h \ 1573 $(SOPHYAINCP)mutyv.h \ 1574 $(SOPHYAINCP)dvlist.h \ 1575 $(SOPHYAINCP)ndatablock.h \ 1576 $(SOPHYAINCP)utilarr.h \ 1577 $(SOPHYAINCP)pidrawer.h \ 1578 $(SOPHYAINCP)pibwdggen.h \ 1579 $(SOPHYAINCP)pisysdep.h \ 1580 $(SOPHYAINCP)piwdgx.h \ 1581 $(SOPHYAINCP)piwdggen.h \ 1582 $(SOPHYAINCP)pimsghandler.h \ 1583 $(SOPHYAINCP)picolist.h \ 1584 $(SOPHYAINCP)picmap.h \ 1585 $(SOPHYAINCP)picmapx.h \ 1586 $(SOPHYAINCP)picmapgen.h \ 1587 $(SOPHYAINCP)pigraphx.h \ 1588 $(SOPHYAINCP)pigraphgen.h \ 1589 $(SOPHYAINCP)pifontx.h \ 1590 $(SOPHYAINCP)pifontgen.h \ 1591 $(SOPHYAINCP)pigrcoord.h \ 1592 $(SOPHYAINCP)pilineatt.h \ 1593 $(SOPHYAINCP)pigraphuc.h \ 1594 $(SOPHYAINCP)pievthandler.h \ 1595 $(SOPHYAINCP)psfile.h \ 1596 $(SOPHYAINCP)pigratt.h \ 1597 $(SOPHYAINCP)piaxes.h 1598 $(CXXCOMPILELIB) -o $@ $< 1599 1600 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc \ 1601 $(SOPHYAINCP)sopnamsp.h pigfd2.h \ 1602 $(SOPHYAINCP)generaldata.h \ 1603 $(SOPHYAINCP)objfio.h \ 1604 $(SOPHYAINCP)machdefs.h \ 1605 $(SOPHYAINCP)anydataobj.h \ 1606 $(SOPHYAINCP)ppersist.h \ 1607 $(SOPHYAINCP)pexceptions.h \ 1608 $(SOPHYAINCP)gnumd5.h \ 1609 $(SOPHYAINCP)ppfbinstream.h \ 1610 $(SOPHYAINCP)rawstream.h \ 1611 $(SOPHYAINCP)ppfnametag.h \ 1612 $(SOPHYAINCP)ntupintf.h \ 1613 $(SOPHYAINCP)poly.h \ 1614 $(SOPHYAINCP)peida.h \ 1615 $(SOPHYAINCP)utils.h \ 1616 $(SOPHYAINCP)perrors.h \ 1617 $(SOPHYAINCP)fmath.h \ 1618 $(SOPHYAINCP)tvector.h \ 1619 $(SOPHYAINCP)tmatrix.h \ 1620 $(SOPHYAINCP)tarray.h \ 1621 $(SOPHYAINCP)basarr.h \ 1622 $(SOPHYAINCP)mutyv.h \ 1623 $(SOPHYAINCP)dvlist.h \ 1624 $(SOPHYAINCP)ndatablock.h \ 1625 $(SOPHYAINCP)utilarr.h \ 1626 $(SOPHYAINCP)pi3ddrw.h \ 1627 $(SOPHYAINCP)pisysdep.h \ 1628 $(SOPHYAINCP)pidrawer.h \ 1629 $(SOPHYAINCP)pibwdggen.h \ 1630 $(SOPHYAINCP)piwdgx.h \ 1631 $(SOPHYAINCP)piwdggen.h \ 1632 $(SOPHYAINCP)pimsghandler.h \ 1633 $(SOPHYAINCP)picolist.h \ 1634 $(SOPHYAINCP)picmap.h \ 1635 $(SOPHYAINCP)picmapx.h \ 1636 $(SOPHYAINCP)picmapgen.h \ 1637 $(SOPHYAINCP)pigraphx.h \ 1638 $(SOPHYAINCP)pigraphgen.h \ 1639 $(SOPHYAINCP)pifontx.h \ 1640 $(SOPHYAINCP)pifontgen.h \ 1641 $(SOPHYAINCP)pigrcoord.h \ 1642 $(SOPHYAINCP)pilineatt.h \ 1643 $(SOPHYAINCP)pigraphuc.h \ 1644 $(SOPHYAINCP)pievthandler.h \ 1645 $(SOPHYAINCP)psfile.h \ 1646 $(SOPHYAINCP)pigratt.h \ 1647 $(SOPHYAINCP)piaxes.h \ 1648 $(SOPHYAINCP)pieldrw.h \ 1649 $(SOPHYAINCP)pigraph3d.h 1650 $(CXXCOMPILELIB) -o $@ $< 1651 1652 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1653 $(SOPHYAINCP)pisysdep.h \ 1654 $(SOPHYAINCP)machdefs.h \ 1655 $(SOPHYAINCP)piapplx.h \ 1656 $(SOPHYAINCP)piapplgen.h \ 1657 $(SOPHYAINCP)pimsghandler.h \ 1658 $(SOPHYAINCP)picontainerx.h \ 1659 $(SOPHYAINCP)picontainergen.h \ 1660 $(SOPHYAINCP)piwdgx.h \ 1661 $(SOPHYAINCP)piwdggen.h \ 1662 $(SOPHYAINCP)picolist.h \ 1663 $(SOPHYAINCP)pimenubarx.h \ 1664 $(SOPHYAINCP)pimenubargen.h \ 1665 $(SOPHYAINCP)pimenux.h \ 1666 $(SOPHYAINCP)pimenugen.h \ 1667 $(SOPHYAINCP)picons.h \ 1668 $(SOPHYAINCP)pistdwdgx.h \ 1669 $(SOPHYAINCP)pistdwdggen.h \ 1670 $(SOPHYAINCP)pibwdgx.h \ 1671 $(SOPHYAINCP)pibwdggen.h \ 1672 $(SOPHYAINCP)picmap.h \ 1673 $(SOPHYAINCP)picmapx.h \ 1674 $(SOPHYAINCP)picmapgen.h \ 1675 $(SOPHYAINCP)pigraphx.h \ 1676 $(SOPHYAINCP)pigraphgen.h \ 1677 $(SOPHYAINCP)pifontx.h \ 1678 $(SOPHYAINCP)pifontgen.h \ 1679 $(SOPHYAINCP)pigrcoord.h \ 1680 $(SOPHYAINCP)pilineatt.h \ 1681 $(SOPHYAINCP)pigraphuc.h \ 1682 $(SOPHYAINCP)pievthandler.h \ 1683 $(SOPHYAINCP)psfile.h \ 1684 $(SOPHYAINCP)pigraphps.h \ 1685 $(SOPHYAINCP)sopnamsp.h \ 1686 pihisto2d.h \ 1687 $(SOPHYAINCP)pioptmenux.h \ 1688 $(SOPHYAINCP)pioptmenugen.h \ 1689 $(SOPHYAINCP)histos2.h \ 1690 $(SOPHYAINCP)peida.h \ 1691 $(SOPHYAINCP)utils.h \ 1692 $(SOPHYAINCP)perrors.h \ 1693 $(SOPHYAINCP)pexceptions.h \ 1694 $(SOPHYAINCP)fmath.h \ 1695 $(SOPHYAINCP)histos.h \ 1696 $(SOPHYAINCP)objfio.h \ 1697 $(SOPHYAINCP)anydataobj.h \ 1698 $(SOPHYAINCP)ppersist.h \ 1699 $(SOPHYAINCP)gnumd5.h \ 1700 $(SOPHYAINCP)ppfbinstream.h \ 1701 $(SOPHYAINCP)rawstream.h \ 1702 $(SOPHYAINCP)ppfnametag.h \ 1703 $(SOPHYAINCP)tvector.h \ 1704 $(SOPHYAINCP)tmatrix.h \ 1705 $(SOPHYAINCP)tarray.h \ 1706 $(SOPHYAINCP)basarr.h \ 1707 $(SOPHYAINCP)mutyv.h \ 1708 $(SOPHYAINCP)dvlist.h \ 1709 $(SOPHYAINCP)ndatablock.h \ 1710 $(SOPHYAINCP)utilarr.h \ 1711 $(SOPHYAINCP)pidrawer.h \ 1712 $(SOPHYAINCP)pigratt.h \ 1713 $(SOPHYAINCP)piaxes.h \ 1714 $(SOPHYAINCP)piscdrawwdg.h \ 1715 $(SOPHYAINCP)piwindowx.h \ 1716 $(SOPHYAINCP)piwindowgen.h \ 1717 $(SOPHYAINCP)pieldrw.h \ 1718 $(SOPHYAINCP)nbrandom.h \ 1719 $(SOPHYAINCP)srandgen.h 1720 $(CXXCOMPILELIB) -o $@ $< 1721 1722 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 1723 $(SOPHYAINCP)sopnamsp.h \ 1724 pihisto.h $(SOPHYAINCP)histos.h \ 1725 $(SOPHYAINCP)objfio.h \ 1726 $(SOPHYAINCP)machdefs.h \ 1727 $(SOPHYAINCP)anydataobj.h \ 1728 $(SOPHYAINCP)ppersist.h \ 1729 $(SOPHYAINCP)pexceptions.h \ 1730 $(SOPHYAINCP)gnumd5.h \ 1731 $(SOPHYAINCP)ppfbinstream.h \ 1732 $(SOPHYAINCP)rawstream.h \ 1733 $(SOPHYAINCP)ppfnametag.h \ 1734 $(SOPHYAINCP)peida.h \ 1735 $(SOPHYAINCP)utils.h \ 1736 $(SOPHYAINCP)perrors.h \ 1737 $(SOPHYAINCP)fmath.h \ 1738 $(SOPHYAINCP)tvector.h \ 1739 $(SOPHYAINCP)tmatrix.h \ 1740 $(SOPHYAINCP)tarray.h \ 1741 $(SOPHYAINCP)basarr.h \ 1742 $(SOPHYAINCP)mutyv.h \ 1743 $(SOPHYAINCP)dvlist.h \ 1744 $(SOPHYAINCP)ndatablock.h \ 1745 $(SOPHYAINCP)utilarr.h \ 1746 $(SOPHYAINCP)pidrawer.h \ 1747 $(SOPHYAINCP)pibwdggen.h \ 1748 $(SOPHYAINCP)pisysdep.h \ 1749 $(SOPHYAINCP)piwdgx.h \ 1750 $(SOPHYAINCP)piwdggen.h \ 1751 $(SOPHYAINCP)pimsghandler.h \ 1752 $(SOPHYAINCP)picolist.h \ 1753 $(SOPHYAINCP)picmap.h \ 1754 $(SOPHYAINCP)picmapx.h \ 1755 $(SOPHYAINCP)picmapgen.h \ 1756 $(SOPHYAINCP)pigraphx.h \ 1757 $(SOPHYAINCP)pigraphgen.h \ 1758 $(SOPHYAINCP)pifontx.h \ 1759 $(SOPHYAINCP)pifontgen.h \ 1760 $(SOPHYAINCP)pigrcoord.h \ 1761 $(SOPHYAINCP)pilineatt.h \ 1762 $(SOPHYAINCP)pigraphuc.h \ 1763 $(SOPHYAINCP)pievthandler.h \ 1764 $(SOPHYAINCP)psfile.h \ 1765 $(SOPHYAINCP)pigratt.h \ 1766 $(SOPHYAINCP)piaxes.h \ 1767 $(SOPHYAINCP)hisprof.h 1768 $(CXXCOMPILELIB) -o $@ $< 1769 1770 $(SOPHYAOBJP)piinit.o: piinit.cc \ 1771 $(SOPHYAINCP)sopnamsp.h \ 1772 $(SOPHYAINCP)machdefs.h piinit.h \ 1773 $(SOPHYAINCP)sambainit.h \ 1774 $(SOPHYAINCP)skymapinit.h \ 1775 $(SOPHYAINCP)sophyainit.h \ 1776 $(SOPHYAINCP)ntoolsinit.h \ 1777 $(SOPHYAINCP)tarrinit.h \ 1778 pistdimgapp.h \ 1779 $(SOPHYAINCP)pisysdep.h \ 1780 $(SOPHYAINCP)piapplx.h \ 1781 $(SOPHYAINCP)piapplgen.h \ 1782 $(SOPHYAINCP)pimsghandler.h \ 1783 $(SOPHYAINCP)picontainerx.h \ 1784 $(SOPHYAINCP)picontainergen.h \ 1785 $(SOPHYAINCP)piwdgx.h \ 1786 $(SOPHYAINCP)piwdggen.h \ 1787 $(SOPHYAINCP)picolist.h \ 1788 $(SOPHYAINCP)pimenubarx.h \ 1789 $(SOPHYAINCP)pimenubargen.h \ 1790 $(SOPHYAINCP)pimenux.h \ 1791 $(SOPHYAINCP)pimenugen.h \ 1792 $(SOPHYAINCP)picons.h \ 1793 $(SOPHYAINCP)pistdwdgx.h \ 1794 $(SOPHYAINCP)pistdwdggen.h \ 1795 $(SOPHYAINCP)pibwdgx.h \ 1796 $(SOPHYAINCP)pibwdggen.h \ 1797 $(SOPHYAINCP)picmap.h \ 1798 $(SOPHYAINCP)picmapx.h \ 1799 $(SOPHYAINCP)picmapgen.h \ 1800 $(SOPHYAINCP)pigraphx.h \ 1801 $(SOPHYAINCP)pigraphgen.h \ 1802 $(SOPHYAINCP)pifontx.h \ 1803 $(SOPHYAINCP)pifontgen.h \ 1804 $(SOPHYAINCP)pigrcoord.h \ 1805 $(SOPHYAINCP)pilineatt.h \ 1806 $(SOPHYAINCP)pigraphuc.h \ 1807 $(SOPHYAINCP)pievthandler.h \ 1808 $(SOPHYAINCP)psfile.h \ 1809 $(SOPHYAINCP)pigraphps.h \ 1810 $(SOPHYAINCP)piwindowx.h \ 1811 $(SOPHYAINCP)piwindowgen.h \ 1812 $(SOPHYAINCP)pioptmenux.h \ 1813 $(SOPHYAINCP)pioptmenugen.h \ 1814 $(SOPHYAINCP)pifilechox.h \ 1815 $(SOPHYAINCP)pifilechogen.h \ 1816 $(SOPHYAINCP)piperiodx.h \ 1817 $(SOPHYAINCP)periodic.h \ 1818 $(SOPHYAINCP)piimage.h \ 1819 $(SOPHYAINCP)parradapter.h \ 1820 $(SOPHYAINCP)lut.h \ 1821 $(SOPHYAINCP)pieldrw.h \ 1822 $(SOPHYAINCP)pidrawer.h \ 1823 $(SOPHYAINCP)pigratt.h \ 1824 $(SOPHYAINCP)piaxes.h \ 1825 $(SOPHYAINCP)pipixmapx.h \ 1826 $(SOPHYAINCP)pipixmapgen.h \ 1827 $(SOPHYAINCP)picmapview.h \ 1828 $(SOPHYAINCP)pi3dwdg.h \ 1829 $(SOPHYAINCP)pi3ddrw.h \ 1830 $(SOPHYAINCP)pigraph3d.h \ 1831 nobjmgr.h \ 1832 $(SOPHYAINCP)anydataobj.h \ 1833 $(SOPHYAINCP)ppersist.h \ 1834 $(SOPHYAINCP)pexceptions.h \ 1835 $(SOPHYAINCP)gnumd5.h \ 1836 $(SOPHYAINCP)ppfbinstream.h \ 1837 $(SOPHYAINCP)rawstream.h \ 1838 $(SOPHYAINCP)ppfnametag.h \ 1839 $(SOPHYAINCP)dvlist.h \ 1840 $(SOPHYAINCP)objfio.h \ 1841 $(SOPHYAINCP)mutyv.h dlftypes.h \ 1842 piacmd.h \ 1843 $(SOPHYAINCP)commander.h \ 1844 $(SOPHYAINCP)pdlmgr.h \ 1845 $(SOPHYAINCP)ctimer.h \ 1846 $(SOPHYAINCP)zthread.h pisiadw.h \ 1847 $(SOPHYAINCP)pilistx.h \ 1848 $(SOPHYAINCP)pilistgen.h \ 1849 $(SOPHYAINCP)pistzwin.h \ 1850 $(SOPHYAINCP)pitherm.h \ 1851 $(SOPHYAINCP)resusage.h \ 1852 servnobjm.h nomhistadapter.h nomgadapter.h \ 1853 $(SOPHYAINCP)ntupintf.h \ 1854 $(SOPHYAINCP)generalfit.h \ 1855 $(SOPHYAINCP)tvector.h \ 1856 $(SOPHYAINCP)tmatrix.h \ 1857 $(SOPHYAINCP)tarray.h \ 1858 $(SOPHYAINCP)basarr.h \ 1859 $(SOPHYAINCP)ndatablock.h \ 1860 $(SOPHYAINCP)utilarr.h \ 1861 $(SOPHYAINCP)generaldata.h \ 1862 $(SOPHYAINCP)poly.h \ 1863 $(SOPHYAINCP)peida.h \ 1864 $(SOPHYAINCP)utils.h \ 1865 $(SOPHYAINCP)perrors.h \ 1866 $(SOPHYAINCP)fmath.h \ 1867 $(SOPHYAINCP)histos.h \ 1868 $(SOPHYAINCP)histos2.h \ 1869 $(SOPHYAINCP)hisprof.h \ 1870 $(SOPHYAINCP)histerr.h \ 1871 $(SOPHYAINCP)ntuple.h \ 1872 $(SOPHYAINCP)xntuple.h \ 1873 $(SOPHYAINCP)basedtable.h \ 1874 $(SOPHYAINCP)segdatablock.h \ 1875 nomgfdadapter.h nomimagadapter.h \ 1876 $(SOPHYAINCP)cimage.h \ 1877 $(SOPHYAINCP)fioarr.h \ 1878 nomtmatvecadapter.h nomtarradapter.h \ 1879 $(SOPHYAINCP)datatable.h \ 1880 $(SOPHYAINCP)swppfdtable.h \ 1881 $(SOPHYAINCP)swsegdb.h \ 1882 $(SOPHYAINCP)ppfswapper.h \ 1883 $(SOPHYAINCP)ppftpointerio.h \ 1884 nomskymapadapter.h \ 1885 $(SOPHYAINCP)pixelmap.h \ 1886 $(SOPHYAINCP)spherepos.h \ 1887 $(SOPHYAINCP)unitvector.h \ 1888 $(SOPHYAINCP)vector3d.h \ 1889 $(SOPHYAINCP)longlat.h \ 1890 $(SOPHYAINCP)utilgeom.h \ 1891 $(SOPHYAINCP)spherethetaphi.h \ 1892 $(SOPHYAINCP)sphericalmap.h \ 1893 $(SOPHYAINCP)smathconst.h \ 1894 $(SOPHYAINCP)spherehealpix.h \ 1895 $(SOPHYAINCP)HEALPixUtils.h \ 1896 $(SOPHYAINCP)localmap.h \ 1897 $(SOPHYAINCP)sphereecp.h \ 1898 $(SOPHYAINCP)specrespvector.h \ 1899 $(SOPHYAINCP)specresp.h \ 1900 $(SOPHYAINCP)gaussfilt.h \ 1901 nomspecrespadapter.h 1902 $(CXXCOMPILELIB) -o $@ $< 1903 1904 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1905 $(SOPHYAINCP)sopnamsp.h \ 1906 pintup3d.h \ 1907 $(SOPHYAINCP)ntupintf.h \ 1908 $(SOPHYAINCP)machdefs.h \ 1909 $(SOPHYAINCP)pi3ddrw.h \ 1910 $(SOPHYAINCP)pisysdep.h \ 1911 $(SOPHYAINCP)pidrawer.h \ 1912 $(SOPHYAINCP)pibwdggen.h \ 1913 $(SOPHYAINCP)piwdgx.h \ 1914 $(SOPHYAINCP)piwdggen.h \ 1915 $(SOPHYAINCP)pimsghandler.h \ 1916 $(SOPHYAINCP)picolist.h \ 1917 $(SOPHYAINCP)picmap.h \ 1918 $(SOPHYAINCP)picmapx.h \ 1919 $(SOPHYAINCP)picmapgen.h \ 1920 $(SOPHYAINCP)pigraphx.h \ 1921 $(SOPHYAINCP)pigraphgen.h \ 1922 $(SOPHYAINCP)pifontx.h \ 1923 $(SOPHYAINCP)pifontgen.h \ 1924 $(SOPHYAINCP)pigrcoord.h \ 1925 $(SOPHYAINCP)pilineatt.h \ 1926 $(SOPHYAINCP)pigraphuc.h \ 1927 $(SOPHYAINCP)pievthandler.h \ 1928 $(SOPHYAINCP)psfile.h \ 1929 $(SOPHYAINCP)pigratt.h \ 1930 $(SOPHYAINCP)piaxes.h \ 1931 $(SOPHYAINCP)pieldrw.h \ 1932 $(SOPHYAINCP)pigraph3d.h 1933 $(CXXCOMPILELIB) -o $@ $< 1934 1935 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1936 $(SOPHYAINCP)sopnamsp.h \ 1937 pintuple.h \ 1938 $(SOPHYAINCP)ntupintf.h \ 1939 $(SOPHYAINCP)machdefs.h \ 1940 $(SOPHYAINCP)pidrawer.h \ 1941 $(SOPHYAINCP)pibwdggen.h \ 1942 $(SOPHYAINCP)pisysdep.h \ 1943 $(SOPHYAINCP)piwdgx.h \ 1944 $(SOPHYAINCP)piwdggen.h \ 1945 $(SOPHYAINCP)pimsghandler.h \ 1946 $(SOPHYAINCP)picolist.h \ 1947 $(SOPHYAINCP)picmap.h \ 1948 $(SOPHYAINCP)picmapx.h \ 1949 $(SOPHYAINCP)picmapgen.h \ 1950 $(SOPHYAINCP)pigraphx.h \ 1951 $(SOPHYAINCP)pigraphgen.h \ 1952 $(SOPHYAINCP)pifontx.h \ 1953 $(SOPHYAINCP)pifontgen.h \ 1954 $(SOPHYAINCP)pigrcoord.h \ 1955 $(SOPHYAINCP)pilineatt.h \ 1956 $(SOPHYAINCP)pigraphuc.h \ 1957 $(SOPHYAINCP)pievthandler.h \ 1958 $(SOPHYAINCP)psfile.h \ 1959 $(SOPHYAINCP)pigratt.h \ 1960 $(SOPHYAINCP)piaxes.h 1961 $(CXXCOMPILELIB) -o $@ $< 1962 1963 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 1964 $(SOPHYAINCP)sopnamsp.h \ 1965 pipodrw.h \ 1966 $(SOPHYAINCP)machdefs.h \ 1967 $(SOPHYAINCP)pidrawer.h \ 1968 $(SOPHYAINCP)pibwdggen.h \ 1969 $(SOPHYAINCP)pisysdep.h \ 1970 $(SOPHYAINCP)piwdgx.h \ 1971 $(SOPHYAINCP)piwdggen.h \ 1972 $(SOPHYAINCP)pimsghandler.h \ 1973 $(SOPHYAINCP)picolist.h \ 1974 $(SOPHYAINCP)picmap.h \ 1975 $(SOPHYAINCP)picmapx.h \ 1976 $(SOPHYAINCP)picmapgen.h \ 1977 $(SOPHYAINCP)pigraphx.h \ 1978 $(SOPHYAINCP)pigraphgen.h \ 1979 $(SOPHYAINCP)pifontx.h \ 1980 $(SOPHYAINCP)pifontgen.h \ 1981 $(SOPHYAINCP)pigrcoord.h \ 1982 $(SOPHYAINCP)pilineatt.h \ 1983 $(SOPHYAINCP)pigraphuc.h \ 1984 $(SOPHYAINCP)pievthandler.h \ 1985 $(SOPHYAINCP)psfile.h \ 1986 $(SOPHYAINCP)pigratt.h \ 1987 $(SOPHYAINCP)piaxes.h \ 1988 $(SOPHYAINCP)parradapter.h \ 1989 $(SOPHYAINCP)lut.h \ 1990 $(SOPHYAINCP)histos2.h \ 1991 $(SOPHYAINCP)peida.h \ 1992 $(SOPHYAINCP)utils.h \ 1993 $(SOPHYAINCP)perrors.h \ 1994 $(SOPHYAINCP)pexceptions.h \ 1995 $(SOPHYAINCP)fmath.h \ 1996 $(SOPHYAINCP)histos.h \ 1997 $(SOPHYAINCP)objfio.h \ 1998 $(SOPHYAINCP)anydataobj.h \ 1999 $(SOPHYAINCP)ppersist.h \ 2000 $(SOPHYAINCP)gnumd5.h \ 2001 $(SOPHYAINCP)ppfbinstream.h \ 2002 $(SOPHYAINCP)rawstream.h \ 2003 $(SOPHYAINCP)ppfnametag.h \ 2004 $(SOPHYAINCP)tvector.h \ 2005 $(SOPHYAINCP)tmatrix.h \ 2006 $(SOPHYAINCP)tarray.h \ 2007 $(SOPHYAINCP)basarr.h \ 2008 $(SOPHYAINCP)mutyv.h \ 2009 $(SOPHYAINCP)dvlist.h \ 2010 $(SOPHYAINCP)ndatablock.h \ 2011 $(SOPHYAINCP)utilarr.h \ 2012 $(SOPHYAINCP)generalfit.h \ 2013 $(SOPHYAINCP)generaldata.h \ 2014 $(SOPHYAINCP)ntupintf.h \ 2015 $(SOPHYAINCP)poly.h 2016 $(CXXCOMPILELIB) -o $@ $< 2017 2018 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 2019 $(SOPHYAINCP)sopnamsp.h \ 2020 $(SOPHYAINCP)machdefs.h \ 2021 $(SOPHYAINCP)perrors.h \ 2022 $(SOPHYAINCP)pexceptions.h \ 2023 $(SOPHYAINCP)ctimer.h \ 2024 $(SOPHYAINCP)nbmath.h \ 2025 $(SOPHYAINCP)smathconst.h \ 2026 pistdimgapp.h \ 2027 $(SOPHYAINCP)pisysdep.h \ 2028 $(SOPHYAINCP)piapplx.h \ 2029 $(SOPHYAINCP)piapplgen.h \ 2030 $(SOPHYAINCP)pimsghandler.h \ 2031 $(SOPHYAINCP)picontainerx.h \ 2032 $(SOPHYAINCP)picontainergen.h \ 2033 $(SOPHYAINCP)piwdgx.h \ 2034 $(SOPHYAINCP)piwdggen.h \ 2035 $(SOPHYAINCP)picolist.h \ 2036 $(SOPHYAINCP)pimenubarx.h \ 2037 $(SOPHYAINCP)pimenubargen.h \ 2038 $(SOPHYAINCP)pimenux.h \ 2039 $(SOPHYAINCP)pimenugen.h \ 2040 $(SOPHYAINCP)picons.h \ 2041 $(SOPHYAINCP)pistdwdgx.h \ 2042 $(SOPHYAINCP)pistdwdggen.h \ 2043 $(SOPHYAINCP)pibwdgx.h \ 2044 $(SOPHYAINCP)pibwdggen.h \ 2045 $(SOPHYAINCP)picmap.h \ 2046 $(SOPHYAINCP)picmapx.h \ 2047 $(SOPHYAINCP)picmapgen.h \ 2048 $(SOPHYAINCP)pigraphx.h \ 2049 $(SOPHYAINCP)pigraphgen.h \ 2050 $(SOPHYAINCP)pifontx.h \ 2051 $(SOPHYAINCP)pifontgen.h \ 2052 $(SOPHYAINCP)pigrcoord.h \ 2053 $(SOPHYAINCP)pilineatt.h \ 2054 $(SOPHYAINCP)pigraphuc.h \ 2055 $(SOPHYAINCP)pievthandler.h \ 2056 $(SOPHYAINCP)psfile.h \ 2057 $(SOPHYAINCP)pigraphps.h \ 2058 $(SOPHYAINCP)piwindowx.h \ 2059 $(SOPHYAINCP)piwindowgen.h \ 2060 $(SOPHYAINCP)pioptmenux.h \ 2061 $(SOPHYAINCP)pioptmenugen.h \ 2062 $(SOPHYAINCP)pifilechox.h \ 2063 $(SOPHYAINCP)pifilechogen.h \ 2064 $(SOPHYAINCP)piperiodx.h \ 2065 $(SOPHYAINCP)periodic.h \ 2066 $(SOPHYAINCP)piimage.h \ 2067 $(SOPHYAINCP)parradapter.h \ 2068 $(SOPHYAINCP)lut.h \ 2069 $(SOPHYAINCP)pieldrw.h \ 2070 $(SOPHYAINCP)pidrawer.h \ 2071 $(SOPHYAINCP)pigratt.h \ 2072 $(SOPHYAINCP)piaxes.h \ 2073 $(SOPHYAINCP)pipixmapx.h \ 2074 $(SOPHYAINCP)pipixmapgen.h \ 2075 $(SOPHYAINCP)picmapview.h \ 2076 $(SOPHYAINCP)pi3dwdg.h \ 2077 $(SOPHYAINCP)pi3ddrw.h \ 2078 $(SOPHYAINCP)pigraph3d.h \ 2079 nobjmgr.h \ 2080 $(SOPHYAINCP)anydataobj.h \ 2081 $(SOPHYAINCP)ppersist.h \ 2082 $(SOPHYAINCP)gnumd5.h \ 2083 $(SOPHYAINCP)ppfbinstream.h \ 2084 $(SOPHYAINCP)rawstream.h \ 2085 $(SOPHYAINCP)ppfnametag.h \ 2086 $(SOPHYAINCP)dvlist.h \ 2087 $(SOPHYAINCP)objfio.h \ 2088 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2089 piacmd.h \ 2090 $(SOPHYAINCP)commander.h \ 2091 $(SOPHYAINCP)pdlmgr.h \ 2092 $(SOPHYAINCP)zthread.h pisiadw.h \ 2093 $(SOPHYAINCP)pilistx.h \ 2094 $(SOPHYAINCP)pilistgen.h \ 2095 $(SOPHYAINCP)pistzwin.h \ 2096 $(SOPHYAINCP)pitherm.h \ 2097 $(SOPHYAINCP)resusage.h \ 2098 servnobjm.h 2099 $(CXXCOMPILELIB) -o $@ $< 2100 2101 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2102 $(SOPHYAINCP)sopnamsp.h \ 2103 $(SOPHYAINCP)machdefs.h \ 2104 $(SOPHYAINCP)strutil.h \ 2105 $(SOPHYAINCP)timing.h \ 2106 $(SOPHYAINCP)perrors.h \ 2107 $(SOPHYAINCP)pexceptions.h \ 2108 $(SOPHYAINCP)ctimer.h \ 2109 $(SOPHYAINCP)psighand.h \ 2110 $(SOPHYAINCP)cimage.h \ 2111 $(SOPHYAINCP)tmatrix.h \ 2112 $(SOPHYAINCP)tarray.h \ 2113 $(SOPHYAINCP)basarr.h \ 2114 $(SOPHYAINCP)anydataobj.h \ 2115 $(SOPHYAINCP)mutyv.h \ 2116 $(SOPHYAINCP)dvlist.h \ 2117 $(SOPHYAINCP)objfio.h \ 2118 $(SOPHYAINCP)ppersist.h \ 2119 $(SOPHYAINCP)gnumd5.h \ 2120 $(SOPHYAINCP)ppfbinstream.h \ 2121 $(SOPHYAINCP)rawstream.h \ 2122 $(SOPHYAINCP)ppfnametag.h \ 2123 $(SOPHYAINCP)ndatablock.h \ 2124 $(SOPHYAINCP)utilarr.h \ 2125 $(SOPHYAINCP)fioarr.h \ 2126 $(SOPHYAINCP)tvector.h \ 2127 pistdimgapp.h \ 2128 $(SOPHYAINCP)pisysdep.h \ 2129 $(SOPHYAINCP)piapplx.h \ 2130 $(SOPHYAINCP)piapplgen.h \ 2131 $(SOPHYAINCP)pimsghandler.h \ 2132 $(SOPHYAINCP)picontainerx.h \ 2133 $(SOPHYAINCP)picontainergen.h \ 2134 $(SOPHYAINCP)piwdgx.h \ 2135 $(SOPHYAINCP)piwdggen.h \ 2136 $(SOPHYAINCP)picolist.h \ 2137 $(SOPHYAINCP)pimenubarx.h \ 2138 $(SOPHYAINCP)pimenubargen.h \ 2139 $(SOPHYAINCP)pimenux.h \ 2140 $(SOPHYAINCP)pimenugen.h \ 2141 $(SOPHYAINCP)picons.h \ 2142 $(SOPHYAINCP)pistdwdgx.h \ 2143 $(SOPHYAINCP)pistdwdggen.h \ 2144 $(SOPHYAINCP)pibwdgx.h \ 2145 $(SOPHYAINCP)pibwdggen.h \ 2146 $(SOPHYAINCP)picmap.h \ 2147 $(SOPHYAINCP)picmapx.h \ 2148 $(SOPHYAINCP)picmapgen.h \ 2149 $(SOPHYAINCP)pigraphx.h \ 2150 $(SOPHYAINCP)pigraphgen.h \ 2151 $(SOPHYAINCP)pifontx.h \ 2152 $(SOPHYAINCP)pifontgen.h \ 2153 $(SOPHYAINCP)pigrcoord.h \ 2154 $(SOPHYAINCP)pilineatt.h \ 2155 $(SOPHYAINCP)pigraphuc.h \ 2156 $(SOPHYAINCP)pievthandler.h \ 2157 $(SOPHYAINCP)psfile.h \ 2158 $(SOPHYAINCP)pigraphps.h \ 2159 $(SOPHYAINCP)piwindowx.h \ 2160 $(SOPHYAINCP)piwindowgen.h \ 2161 $(SOPHYAINCP)pioptmenux.h \ 2162 $(SOPHYAINCP)pioptmenugen.h \ 2163 $(SOPHYAINCP)pifilechox.h \ 2164 $(SOPHYAINCP)pifilechogen.h \ 2165 $(SOPHYAINCP)piperiodx.h \ 2166 $(SOPHYAINCP)periodic.h \ 2167 $(SOPHYAINCP)piimage.h \ 2168 $(SOPHYAINCP)parradapter.h \ 2169 $(SOPHYAINCP)lut.h \ 2170 $(SOPHYAINCP)pieldrw.h \ 2171 $(SOPHYAINCP)pidrawer.h \ 2172 $(SOPHYAINCP)pigratt.h \ 2173 $(SOPHYAINCP)piaxes.h \ 2174 $(SOPHYAINCP)pipixmapx.h \ 2175 $(SOPHYAINCP)pipixmapgen.h \ 2176 $(SOPHYAINCP)picmapview.h \ 2177 $(SOPHYAINCP)pi3dwdg.h \ 2178 $(SOPHYAINCP)pi3ddrw.h \ 2179 $(SOPHYAINCP)pigraph3d.h \ 2180 nobjmgr.h dlftypes.h piacmd.h \ 2181 $(SOPHYAINCP)commander.h \ 2182 $(SOPHYAINCP)pdlmgr.h \ 2183 $(SOPHYAINCP)zthread.h pisiadw.h \ 2184 $(SOPHYAINCP)pilistx.h \ 2185 $(SOPHYAINCP)pilistgen.h \ 2186 $(SOPHYAINCP)pistzwin.h \ 2187 $(SOPHYAINCP)pitherm.h \ 2188 $(SOPHYAINCP)resusage.h \ 2189 servnobjm.h \ 2190 $(SOPHYAINCP)piimgtools.h \ 2191 $(SOPHYAINCP)pidrwtools.h \ 2192 $(SOPHYAINCP)piaxestools.h \ 2193 $(SOPHYAINCP)piscdrawwdg.h \ 2194 piinit.h \ 2195 $(SOPHYAINCP)sambainit.h \ 2196 $(SOPHYAINCP)skymapinit.h \ 2197 $(SOPHYAINCP)sophyainit.h \ 2198 $(SOPHYAINCP)ntoolsinit.h \ 2199 $(SOPHYAINCP)tarrinit.h \ 2200 $(SOPHYAINCP)piversion.h \ 2201 piaversion.h 2202 $(CXXCOMPILELIB) -o $@ $< 2203 2204 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2205 $(SOPHYAINCP)sopnamsp.h \ 2206 pitvmaad.h \ 2207 $(SOPHYAINCP)machdefs.h \ 2208 $(SOPHYAINCP)parradapter.h \ 2209 $(SOPHYAINCP)lut.h \ 2210 $(SOPHYAINCP)tmatrix.h \ 2211 $(SOPHYAINCP)tarray.h \ 2212 $(SOPHYAINCP)basarr.h \ 2213 $(SOPHYAINCP)anydataobj.h \ 2214 $(SOPHYAINCP)mutyv.h \ 2215 $(SOPHYAINCP)dvlist.h \ 2216 $(SOPHYAINCP)objfio.h \ 2217 $(SOPHYAINCP)ppersist.h \ 2218 $(SOPHYAINCP)pexceptions.h \ 2219 $(SOPHYAINCP)gnumd5.h \ 2220 $(SOPHYAINCP)ppfbinstream.h \ 2221 $(SOPHYAINCP)rawstream.h \ 2222 $(SOPHYAINCP)ppfnametag.h \ 2223 $(SOPHYAINCP)ndatablock.h \ 2224 $(SOPHYAINCP)utilarr.h \ 2225 $(SOPHYAINCP)tvector.h 2226 $(CXXCOMPILELIB) -o $@ $< 2227 2228 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2229 $(SOPHYAINCP)sopnamsp.h \ 2230 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2231 $(SOPHYAINCP)machdefs.h \ 2232 $(SOPHYAINCP)anydataobj.h \ 2233 $(SOPHYAINCP)ppersist.h \ 2234 $(SOPHYAINCP)pexceptions.h \ 2235 $(SOPHYAINCP)gnumd5.h \ 2236 $(SOPHYAINCP)ppfbinstream.h \ 2237 $(SOPHYAINCP)rawstream.h \ 2238 $(SOPHYAINCP)ppfnametag.h \ 2239 $(SOPHYAINCP)dvlist.h \ 2240 $(SOPHYAINCP)objfio.h \ 2241 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2242 servnobjm.h \ 2243 $(SOPHYAINCP)pdlmgr.h \ 2244 $(SOPHYAINCP)zthread.h \ 2245 nomgadapter.h \ 2246 $(SOPHYAINCP)pidrawer.h \ 2247 $(SOPHYAINCP)pibwdggen.h \ 2248 $(SOPHYAINCP)pisysdep.h \ 2249 $(SOPHYAINCP)piwdgx.h \ 2250 $(SOPHYAINCP)piwdggen.h \ 2251 $(SOPHYAINCP)pimsghandler.h \ 2252 $(SOPHYAINCP)picolist.h \ 2253 $(SOPHYAINCP)picmap.h \ 2254 $(SOPHYAINCP)picmapx.h \ 2255 $(SOPHYAINCP)picmapgen.h \ 2256 $(SOPHYAINCP)pigraphx.h \ 2257 $(SOPHYAINCP)pigraphgen.h \ 2258 $(SOPHYAINCP)pifontx.h \ 2259 $(SOPHYAINCP)pifontgen.h \ 2260 $(SOPHYAINCP)pigrcoord.h \ 2261 $(SOPHYAINCP)pilineatt.h \ 2262 $(SOPHYAINCP)pigraphuc.h \ 2263 $(SOPHYAINCP)pievthandler.h \ 2264 $(SOPHYAINCP)psfile.h \ 2265 $(SOPHYAINCP)pigratt.h \ 2266 $(SOPHYAINCP)piaxes.h \ 2267 $(SOPHYAINCP)parradapter.h \ 2268 $(SOPHYAINCP)lut.h \ 2269 $(SOPHYAINCP)ntupintf.h \ 2270 $(SOPHYAINCP)generalfit.h \ 2271 $(SOPHYAINCP)tvector.h \ 2272 $(SOPHYAINCP)tmatrix.h \ 2273 $(SOPHYAINCP)tarray.h \ 2274 $(SOPHYAINCP)basarr.h \ 2275 $(SOPHYAINCP)ndatablock.h \ 2276 $(SOPHYAINCP)utilarr.h \ 2277 $(SOPHYAINCP)generaldata.h \ 2278 $(SOPHYAINCP)poly.h \ 2279 $(SOPHYAINCP)peida.h \ 2280 $(SOPHYAINCP)utils.h \ 2281 $(SOPHYAINCP)perrors.h \ 2282 $(SOPHYAINCP)fmath.h \ 2283 pistdimgapp.h \ 2284 $(SOPHYAINCP)piapplx.h \ 2285 $(SOPHYAINCP)piapplgen.h \ 2286 $(SOPHYAINCP)picontainerx.h \ 2287 $(SOPHYAINCP)picontainergen.h \ 2288 $(SOPHYAINCP)pimenubarx.h \ 2289 $(SOPHYAINCP)pimenubargen.h \ 2290 $(SOPHYAINCP)pimenux.h \ 2291 $(SOPHYAINCP)pimenugen.h \ 2292 $(SOPHYAINCP)picons.h \ 2293 $(SOPHYAINCP)pistdwdgx.h \ 2294 $(SOPHYAINCP)pistdwdggen.h \ 2295 $(SOPHYAINCP)pibwdgx.h \ 2296 $(SOPHYAINCP)pigraphps.h \ 2297 $(SOPHYAINCP)piwindowx.h \ 2298 $(SOPHYAINCP)piwindowgen.h \ 2299 $(SOPHYAINCP)pioptmenux.h \ 2300 $(SOPHYAINCP)pioptmenugen.h \ 2301 $(SOPHYAINCP)pifilechox.h \ 2302 $(SOPHYAINCP)pifilechogen.h \ 2303 $(SOPHYAINCP)piperiodx.h \ 2304 $(SOPHYAINCP)periodic.h \ 2305 $(SOPHYAINCP)piimage.h \ 2306 $(SOPHYAINCP)pieldrw.h \ 2307 $(SOPHYAINCP)pipixmapx.h \ 2308 $(SOPHYAINCP)pipixmapgen.h \ 2309 $(SOPHYAINCP)picmapview.h \ 2310 $(SOPHYAINCP)pi3dwdg.h \ 2311 $(SOPHYAINCP)pi3ddrw.h \ 2312 $(SOPHYAINCP)pigraph3d.h \ 2313 piacmd.h \ 2234 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 2314 2235 $(SOPHYAINCP)commander.h \ 2315 2236 $(SOPHYAINCP)ctimer.h pisiadw.h \ … … 2320 2241 $(SOPHYAINCP)resusage.h \ 2321 2242 $(SOPHYAINCP)fct1dfit.h \ 2322 $(SOPHYAINCP)fct2dfit.h \2323 pitvmaad.h$(SOPHYAINCP)ntuple.h \2243 $(SOPHYAINCP)fct2dfit.h pitvmaad.h \ 2244 $(SOPHYAINCP)ntuple.h \ 2324 2245 $(SOPHYAINCP)cimage.h \ 2325 2246 $(SOPHYAINCP)fioarr.h \ … … 2328 2249 $(SOPHYAINCP)hisprof.h \ 2329 2250 $(SOPHYAINCP)piyfxdrw.h \ 2330 $(SOPHYAINCP)pisurfdr.h \2331 pintup le.h pintup3d.h pipodrw.h2332 $(CXXCOMPILE LIB) -o $@ $<2333 2251 $(SOPHYAINCP)pisurfdr.h pintuple.h \ 2252 pintup3d.h pipodrw.h 2253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc 2254 -
trunk/SophyaPI/ProgPI/Makefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)spiapp: $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o 14 $(CXXLINK) -o $@ $?$(SOPHYAALLSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o $(SOPHYAALLSLBLIST) 15 15 16 16 $(SOPHYAOBJP)fitsbtadapter.o: fitsbtadapter.cc \ … … 31 31 $(SOPHYAINCP)servnobjm.h \ 32 32 $(SOPHYAINCP)pdlmgr.h \ 33 $(SOPHYAINCP)zthread.h \ 33 34 $(SOPHYAINCP)nomgadapter.h \ 34 35 $(SOPHYAINCP)pidrawer.h \ … … 102 103 $(SOPHYAINCP)commander.h \ 103 104 $(SOPHYAINCP)ctimer.h \ 104 $(SOPHYAINCP)zthread.h \105 105 $(SOPHYAINCP)pisiadw.h \ 106 106 $(SOPHYAINCP)pilistx.h \ … … 112 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILEPROG) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 114 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbtadapter.cc 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 118 117 $(SOPHYAINCP)pistdimgapp.h \ 119 118 $(SOPHYAINCP)pisysdep.h \ … … 202 201 $(SOPHYAINCP)xntuple.h \ 203 202 $(SOPHYAINCP)ntupintf.h 204 $(CXXCOMPILE PROG) -o $@ $<203 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc 205 204 206 205 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ … … 322 321 $(SOPHYAINCP)triangmtx.h \ 323 322 $(SOPHYAINCP)lambdaBuilder.h 324 $(CXXCOMPILE PROG) -o $@ $<323 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapmodule.cc 325 324 326 325 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ … … 431 430 $(SOPHYAINCP)longlat.h \ 432 431 $(SOPHYAINCP)utilgeom.h 433 $(CXXCOMPILEPROG) -o $@ $< 434 435 $(SOPHYAOBJP)w2ps.o: w2ps.cc \ 436 $(SOPHYAINCP)sopnamsp.h \ 432 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopiamodule.cc 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 437 435 $(SOPHYAINCP)machdefs.h \ 438 436 $(SOPHYAINCP)piacmd.h \ … … 512 510 $(SOPHYAINCP)pitherm.h \ 513 511 $(SOPHYAINCP)resusage.h 514 $(CXXCOMPILE PROG) -o $@ $<515 512 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ w2ps.cc 513 -
trunk/SophyaPI/ProgPI/smakefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)spiapp: $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o 14 $(CXXLINK) -o $@ $?$(SOPHYAALLSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o $(SOPHYAALLSLBLIST) 15 15 16 16 $(SOPHYAOBJP)fitsbtadapter.o: fitsbtadapter.cc \ … … 31 31 $(SOPHYAINCP)servnobjm.h \ 32 32 $(SOPHYAINCP)pdlmgr.h \ 33 $(SOPHYAINCP)zthread.h \ 33 34 $(SOPHYAINCP)nomgadapter.h \ 34 35 $(SOPHYAINCP)pidrawer.h \ … … 102 103 $(SOPHYAINCP)commander.h \ 103 104 $(SOPHYAINCP)ctimer.h \ 104 $(SOPHYAINCP)zthread.h \105 105 $(SOPHYAINCP)pisiadw.h \ 106 106 $(SOPHYAINCP)pilistx.h \ … … 112 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILEPROG) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 114 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbtadapter.cc 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 118 117 $(SOPHYAINCP)pistdimgapp.h \ 119 118 $(SOPHYAINCP)pisysdep.h \ … … 202 201 $(SOPHYAINCP)xntuple.h \ 203 202 $(SOPHYAINCP)ntupintf.h 204 $(CXXCOMPILE PROG) -o $@ $<203 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc 205 204 206 205 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ … … 322 321 $(SOPHYAINCP)triangmtx.h \ 323 322 $(SOPHYAINCP)lambdaBuilder.h 324 $(CXXCOMPILE PROG) -o $@ $<323 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapmodule.cc 325 324 326 325 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ … … 431 430 $(SOPHYAINCP)longlat.h \ 432 431 $(SOPHYAINCP)utilgeom.h 433 $(CXXCOMPILEPROG) -o $@ $< 434 435 $(SOPHYAOBJP)w2ps.o: w2ps.cc \ 436 $(SOPHYAINCP)sopnamsp.h \ 432 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopiamodule.cc 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 437 435 $(SOPHYAINCP)machdefs.h \ 438 436 $(SOPHYAINCP)piacmd.h \ … … 512 510 $(SOPHYAINCP)pitherm.h \ 513 511 $(SOPHYAINCP)resusage.h 514 $(CXXCOMPILE PROG) -o $@ $<515 512 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ w2ps.cc 513 -
trunk/SophyaProg/PMixer/Makefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)skymixer: $(SOPHYAOBJP)skymixer.o 14 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)skymixer.o $(SOPHYAEXTSLBLIST) 15 15 16 16 extractRS: $(SOPHYAEXEP)extractRS 17 17 echo $@ " done" 18 18 $(SOPHYAEXEP)extractRS: $(SOPHYAOBJP)extractRS.o 19 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extractRS.o $(SOPHYAEXTSLBLIST) 20 20 21 21 tgrsr: $(SOPHYAEXEP)tgrsr 22 22 echo $@ " done" 23 23 $(SOPHYAEXEP)tgrsr: $(SOPHYAOBJP)tgrsr.o 24 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgrsr.o $(SOPHYAEXTSLBLIST) 25 25 26 26 tgsky: $(SOPHYAEXEP)tgsky 27 27 echo $@ " done" 28 28 $(SOPHYAEXEP)tgsky: $(SOPHYAOBJP)tgsky.o 29 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)29 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgsky.o $(SOPHYAEXTSLBLIST) 30 30 31 31 easyTest: $(SOPHYAEXEP)easyTest 32 32 echo $@ " done" 33 33 $(SOPHYAEXEP)easyTest: $(SOPHYAOBJP)easyTest.o 34 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)34 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)easyTest.o $(SOPHYAEXTSLBLIST) 35 35 36 36 Sph2Sph: $(SOPHYAEXEP)Sph2Sph 37 37 echo $@ " done" 38 38 $(SOPHYAEXEP)Sph2Sph: $(SOPHYAOBJP)Sph2Sph.o 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST) 40 41 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc $(SOPHYAINCP)sopnamsp.h \ 42 pmixer.h $(SOPHYAINCP)machdefs.h \ 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 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 40 101 41 102 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ … … 67 128 $(SOPHYAINCP)gaussfilt.h \ 68 129 $(SOPHYAINCP)trianglefilt.h 69 $(CXXCOMPILE PROG) -o $@ $<130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 70 131 71 132 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ … … 129 190 $(SOPHYAINCP)bruit.h \ 130 191 $(SOPHYAINCP)mapoperation.h 131 $(CXXCOMPILE PROG) -o $@ $<192 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc 132 193 133 194 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ … … 191 252 $(SOPHYAINCP)bruit.h \ 192 253 $(SOPHYAINCP)mapoperation.h 193 $(CXXCOMPILEPROG) -o $@ $< 194 195 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ 196 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 197 $(SOPHYAINCP)machdefs.h \ 198 $(SOPHYAINCP)tmatrix.h \ 199 $(SOPHYAINCP)tarray.h \ 200 $(SOPHYAINCP)basarr.h \ 201 $(SOPHYAINCP)anydataobj.h \ 202 $(SOPHYAINCP)mutyv.h \ 203 $(SOPHYAINCP)dvlist.h \ 204 $(SOPHYAINCP)objfio.h \ 205 $(SOPHYAINCP)ppersist.h \ 206 $(SOPHYAINCP)pexceptions.h \ 207 $(SOPHYAINCP)gnumd5.h \ 208 $(SOPHYAINCP)ppfbinstream.h \ 209 $(SOPHYAINCP)rawstream.h \ 210 $(SOPHYAINCP)ppfnametag.h \ 211 $(SOPHYAINCP)ndatablock.h \ 212 $(SOPHYAINCP)utilarr.h \ 213 $(SOPHYAINCP)tvector.h \ 214 $(SOPHYAINCP)fioarr.h \ 215 $(SOPHYAINCP)vector3d.h \ 216 $(SOPHYAINCP)longlat.h \ 217 $(SOPHYAINCP)utilgeom.h \ 218 $(SOPHYAINCP)srandgen.h \ 219 $(SOPHYAINCP)timing.h \ 220 $(SOPHYAINCP)sambainit.h \ 221 $(SOPHYAINCP)skymapinit.h \ 222 $(SOPHYAINCP)sophyainit.h \ 223 $(SOPHYAINCP)ntoolsinit.h \ 224 $(SOPHYAINCP)tarrinit.h \ 225 $(SOPHYAINCP)datacards.h \ 226 $(SOPHYAINCP)ntuple.h \ 227 $(SOPHYAINCP)ntupintf.h \ 228 $(SOPHYAINCP)fiospherehealpix.h \ 229 $(SOPHYAINCP)sphericalmap.h \ 230 $(SOPHYAINCP)smathconst.h \ 231 $(SOPHYAINCP)pixelmap.h \ 232 $(SOPHYAINCP)spherepos.h \ 233 $(SOPHYAINCP)unitvector.h \ 234 $(SOPHYAINCP)spherehealpix.h \ 235 $(SOPHYAINCP)HEALPixUtils.h \ 236 $(SOPHYAINCP)fitsspherehealpix.h \ 237 $(SOPHYAINCP)fitsfile.h \ 238 $(SOPHYAINCP)FitsIO/fitsio.h \ 239 $(SOPHYAINCP)FitsIO/longnam.h \ 240 $(SOPHYAINCP)fitstarray.h \ 241 $(SOPHYAINCP)cimage.h \ 242 $(SOPHYAINCP)radspecvector.h \ 243 $(SOPHYAINCP)radspec.h \ 244 $(SOPHYAINCP)specresp.h \ 245 $(SOPHYAINCP)blackbody.h \ 246 $(SOPHYAINCP)convtools.h \ 247 $(SOPHYAINCP)derivblackbody.h \ 248 $(SOPHYAINCP)nupower.h \ 249 $(SOPHYAINCP)squarefilt.h \ 250 $(SOPHYAINCP)trianglefilt.h \ 251 $(SOPHYAINCP)specrespvector.h \ 252 $(SOPHYAINCP)gaussfilt.h \ 253 $(SOPHYAINCP)bruit.h \ 254 $(SOPHYAINCP)mapoperation.h 255 $(CXXCOMPILEPROG) -o $@ $< 256 257 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc \ 258 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 259 $(SOPHYAINCP)machdefs.h \ 260 $(SOPHYAINCP)tmatrix.h \ 261 $(SOPHYAINCP)tarray.h \ 262 $(SOPHYAINCP)basarr.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)dvlist.h \ 266 $(SOPHYAINCP)objfio.h \ 267 $(SOPHYAINCP)ppersist.h \ 268 $(SOPHYAINCP)pexceptions.h \ 269 $(SOPHYAINCP)gnumd5.h \ 270 $(SOPHYAINCP)ppfbinstream.h \ 271 $(SOPHYAINCP)rawstream.h \ 272 $(SOPHYAINCP)ppfnametag.h \ 273 $(SOPHYAINCP)ndatablock.h \ 274 $(SOPHYAINCP)utilarr.h \ 275 $(SOPHYAINCP)tvector.h \ 276 $(SOPHYAINCP)fioarr.h \ 277 $(SOPHYAINCP)vector3d.h \ 278 $(SOPHYAINCP)longlat.h \ 279 $(SOPHYAINCP)utilgeom.h \ 280 $(SOPHYAINCP)srandgen.h \ 281 $(SOPHYAINCP)timing.h \ 282 $(SOPHYAINCP)sambainit.h \ 283 $(SOPHYAINCP)skymapinit.h \ 284 $(SOPHYAINCP)sophyainit.h \ 285 $(SOPHYAINCP)ntoolsinit.h \ 286 $(SOPHYAINCP)tarrinit.h \ 287 $(SOPHYAINCP)datacards.h \ 288 $(SOPHYAINCP)ntuple.h \ 289 $(SOPHYAINCP)ntupintf.h \ 290 $(SOPHYAINCP)fiospherehealpix.h \ 291 $(SOPHYAINCP)sphericalmap.h \ 292 $(SOPHYAINCP)smathconst.h \ 293 $(SOPHYAINCP)pixelmap.h \ 294 $(SOPHYAINCP)spherepos.h \ 295 $(SOPHYAINCP)unitvector.h \ 296 $(SOPHYAINCP)spherehealpix.h \ 297 $(SOPHYAINCP)HEALPixUtils.h \ 298 $(SOPHYAINCP)fitsspherehealpix.h \ 299 $(SOPHYAINCP)fitsfile.h \ 300 $(SOPHYAINCP)FitsIO/fitsio.h \ 301 $(SOPHYAINCP)FitsIO/longnam.h \ 302 $(SOPHYAINCP)fitstarray.h \ 303 $(SOPHYAINCP)cimage.h \ 304 $(SOPHYAINCP)radspecvector.h \ 305 $(SOPHYAINCP)radspec.h \ 306 $(SOPHYAINCP)specresp.h \ 307 $(SOPHYAINCP)blackbody.h \ 308 $(SOPHYAINCP)convtools.h \ 309 $(SOPHYAINCP)derivblackbody.h \ 310 $(SOPHYAINCP)nupower.h \ 311 $(SOPHYAINCP)squarefilt.h \ 312 $(SOPHYAINCP)trianglefilt.h \ 313 $(SOPHYAINCP)specrespvector.h \ 314 $(SOPHYAINCP)gaussfilt.h \ 315 $(SOPHYAINCP)bruit.h \ 316 $(SOPHYAINCP)mapoperation.h 317 $(CXXCOMPILEPROG) -o $@ $< 318 319 $(SOPHYAOBJP)tgsky.o: tgsky.cc \ 320 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 321 $(SOPHYAINCP)machdefs.h \ 322 $(SOPHYAINCP)tmatrix.h \ 323 $(SOPHYAINCP)tarray.h \ 324 $(SOPHYAINCP)basarr.h \ 325 $(SOPHYAINCP)anydataobj.h \ 326 $(SOPHYAINCP)mutyv.h \ 327 $(SOPHYAINCP)dvlist.h \ 328 $(SOPHYAINCP)objfio.h \ 329 $(SOPHYAINCP)ppersist.h \ 330 $(SOPHYAINCP)pexceptions.h \ 331 $(SOPHYAINCP)gnumd5.h \ 332 $(SOPHYAINCP)ppfbinstream.h \ 333 $(SOPHYAINCP)rawstream.h \ 334 $(SOPHYAINCP)ppfnametag.h \ 335 $(SOPHYAINCP)ndatablock.h \ 336 $(SOPHYAINCP)utilarr.h \ 337 $(SOPHYAINCP)tvector.h \ 338 $(SOPHYAINCP)fioarr.h \ 339 $(SOPHYAINCP)vector3d.h \ 340 $(SOPHYAINCP)longlat.h \ 341 $(SOPHYAINCP)utilgeom.h \ 342 $(SOPHYAINCP)srandgen.h \ 343 $(SOPHYAINCP)timing.h \ 344 $(SOPHYAINCP)sambainit.h \ 345 $(SOPHYAINCP)skymapinit.h \ 346 $(SOPHYAINCP)sophyainit.h \ 347 $(SOPHYAINCP)ntoolsinit.h \ 348 $(SOPHYAINCP)tarrinit.h \ 349 $(SOPHYAINCP)datacards.h \ 350 $(SOPHYAINCP)ntuple.h \ 351 $(SOPHYAINCP)ntupintf.h \ 352 $(SOPHYAINCP)fiospherehealpix.h \ 353 $(SOPHYAINCP)sphericalmap.h \ 354 $(SOPHYAINCP)smathconst.h \ 355 $(SOPHYAINCP)pixelmap.h \ 356 $(SOPHYAINCP)spherepos.h \ 357 $(SOPHYAINCP)unitvector.h \ 358 $(SOPHYAINCP)spherehealpix.h \ 359 $(SOPHYAINCP)HEALPixUtils.h \ 360 $(SOPHYAINCP)fitsspherehealpix.h \ 361 $(SOPHYAINCP)fitsfile.h \ 362 $(SOPHYAINCP)FitsIO/fitsio.h \ 363 $(SOPHYAINCP)FitsIO/longnam.h \ 364 $(SOPHYAINCP)fitstarray.h \ 365 $(SOPHYAINCP)cimage.h \ 366 $(SOPHYAINCP)radspecvector.h \ 367 $(SOPHYAINCP)radspec.h \ 368 $(SOPHYAINCP)specresp.h \ 369 $(SOPHYAINCP)blackbody.h \ 370 $(SOPHYAINCP)convtools.h \ 371 $(SOPHYAINCP)derivblackbody.h \ 372 $(SOPHYAINCP)nupower.h \ 373 $(SOPHYAINCP)squarefilt.h \ 374 $(SOPHYAINCP)trianglefilt.h \ 375 $(SOPHYAINCP)specrespvector.h \ 376 $(SOPHYAINCP)gaussfilt.h \ 377 $(SOPHYAINCP)bruit.h \ 378 $(SOPHYAINCP)mapoperation.h 379 $(CXXCOMPILEPROG) -o $@ $< 380 254 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc 255 256 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 257 pmixer.h $(SOPHYAINCP)machdefs.h \ 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 315 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgrsr.cc 316 317 $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \ 318 pmixer.h $(SOPHYAINCP)machdefs.h \ 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 376 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgsky.cc 377 -
trunk/SophyaProg/PMixer/smakefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)skymixer: $(SOPHYAOBJP)skymixer.o 14 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)skymixer.o $(SOPHYAEXTSLBLIST) 15 15 16 16 extractRS: $(SOPHYAEXEP)extractRS 17 17 echo $@ " done" 18 18 $(SOPHYAEXEP)extractRS: $(SOPHYAOBJP)extractRS.o 19 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extractRS.o $(SOPHYAEXTSLBLIST) 20 20 21 21 tgrsr: $(SOPHYAEXEP)tgrsr 22 22 echo $@ " done" 23 23 $(SOPHYAEXEP)tgrsr: $(SOPHYAOBJP)tgrsr.o 24 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgrsr.o $(SOPHYAEXTSLBLIST) 25 25 26 26 tgsky: $(SOPHYAEXEP)tgsky 27 27 echo $@ " done" 28 28 $(SOPHYAEXEP)tgsky: $(SOPHYAOBJP)tgsky.o 29 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)29 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgsky.o $(SOPHYAEXTSLBLIST) 30 30 31 31 easyTest: $(SOPHYAEXEP)easyTest 32 32 echo $@ " done" 33 33 $(SOPHYAEXEP)easyTest: $(SOPHYAOBJP)easyTest.o 34 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)34 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)easyTest.o $(SOPHYAEXTSLBLIST) 35 35 36 36 Sph2Sph: $(SOPHYAEXEP)Sph2Sph 37 37 echo $@ " done" 38 38 $(SOPHYAEXEP)Sph2Sph: $(SOPHYAOBJP)Sph2Sph.o 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST) 40 41 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc $(SOPHYAINCP)sopnamsp.h \ 42 pmixer.h $(SOPHYAINCP)machdefs.h \ 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 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 40 101 41 102 $(SOPHYAOBJP)easyTest.o: easyTest.cc \ … … 67 128 $(SOPHYAINCP)gaussfilt.h \ 68 129 $(SOPHYAINCP)trianglefilt.h 69 $(CXXCOMPILE PROG) -o $@ $<130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc 70 131 71 132 $(SOPHYAOBJP)extractRS.o: extractRS.cc \ … … 129 190 $(SOPHYAINCP)bruit.h \ 130 191 $(SOPHYAINCP)mapoperation.h 131 $(CXXCOMPILE PROG) -o $@ $<192 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc 132 193 133 194 $(SOPHYAOBJP)skymixer.o: skymixer.cc \ … … 191 252 $(SOPHYAINCP)bruit.h \ 192 253 $(SOPHYAINCP)mapoperation.h 193 $(CXXCOMPILEPROG) -o $@ $< 194 195 $(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \ 196 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 197 $(SOPHYAINCP)machdefs.h \ 198 $(SOPHYAINCP)tmatrix.h \ 199 $(SOPHYAINCP)tarray.h \ 200 $(SOPHYAINCP)basarr.h \ 201 $(SOPHYAINCP)anydataobj.h \ 202 $(SOPHYAINCP)mutyv.h \ 203 $(SOPHYAINCP)dvlist.h \ 204 $(SOPHYAINCP)objfio.h \ 205 $(SOPHYAINCP)ppersist.h \ 206 $(SOPHYAINCP)pexceptions.h \ 207 $(SOPHYAINCP)gnumd5.h \ 208 $(SOPHYAINCP)ppfbinstream.h \ 209 $(SOPHYAINCP)rawstream.h \ 210 $(SOPHYAINCP)ppfnametag.h \ 211 $(SOPHYAINCP)ndatablock.h \ 212 $(SOPHYAINCP)utilarr.h \ 213 $(SOPHYAINCP)tvector.h \ 214 $(SOPHYAINCP)fioarr.h \ 215 $(SOPHYAINCP)vector3d.h \ 216 $(SOPHYAINCP)longlat.h \ 217 $(SOPHYAINCP)utilgeom.h \ 218 $(SOPHYAINCP)srandgen.h \ 219 $(SOPHYAINCP)timing.h \ 220 $(SOPHYAINCP)sambainit.h \ 221 $(SOPHYAINCP)skymapinit.h \ 222 $(SOPHYAINCP)sophyainit.h \ 223 $(SOPHYAINCP)ntoolsinit.h \ 224 $(SOPHYAINCP)tarrinit.h \ 225 $(SOPHYAINCP)datacards.h \ 226 $(SOPHYAINCP)ntuple.h \ 227 $(SOPHYAINCP)ntupintf.h \ 228 $(SOPHYAINCP)fiospherehealpix.h \ 229 $(SOPHYAINCP)sphericalmap.h \ 230 $(SOPHYAINCP)smathconst.h \ 231 $(SOPHYAINCP)pixelmap.h \ 232 $(SOPHYAINCP)spherepos.h \ 233 $(SOPHYAINCP)unitvector.h \ 234 $(SOPHYAINCP)spherehealpix.h \ 235 $(SOPHYAINCP)HEALPixUtils.h \ 236 $(SOPHYAINCP)fitsspherehealpix.h \ 237 $(SOPHYAINCP)fitsfile.h \ 238 $(SOPHYAINCP)FitsIO/fitsio.h \ 239 $(SOPHYAINCP)FitsIO/longnam.h \ 240 $(SOPHYAINCP)fitstarray.h \ 241 $(SOPHYAINCP)cimage.h \ 242 $(SOPHYAINCP)radspecvector.h \ 243 $(SOPHYAINCP)radspec.h \ 244 $(SOPHYAINCP)specresp.h \ 245 $(SOPHYAINCP)blackbody.h \ 246 $(SOPHYAINCP)convtools.h \ 247 $(SOPHYAINCP)derivblackbody.h \ 248 $(SOPHYAINCP)nupower.h \ 249 $(SOPHYAINCP)squarefilt.h \ 250 $(SOPHYAINCP)trianglefilt.h \ 251 $(SOPHYAINCP)specrespvector.h \ 252 $(SOPHYAINCP)gaussfilt.h \ 253 $(SOPHYAINCP)bruit.h \ 254 $(SOPHYAINCP)mapoperation.h 255 $(CXXCOMPILEPROG) -o $@ $< 256 257 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc \ 258 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 259 $(SOPHYAINCP)machdefs.h \ 260 $(SOPHYAINCP)tmatrix.h \ 261 $(SOPHYAINCP)tarray.h \ 262 $(SOPHYAINCP)basarr.h \ 263 $(SOPHYAINCP)anydataobj.h \ 264 $(SOPHYAINCP)mutyv.h \ 265 $(SOPHYAINCP)dvlist.h \ 266 $(SOPHYAINCP)objfio.h \ 267 $(SOPHYAINCP)ppersist.h \ 268 $(SOPHYAINCP)pexceptions.h \ 269 $(SOPHYAINCP)gnumd5.h \ 270 $(SOPHYAINCP)ppfbinstream.h \ 271 $(SOPHYAINCP)rawstream.h \ 272 $(SOPHYAINCP)ppfnametag.h \ 273 $(SOPHYAINCP)ndatablock.h \ 274 $(SOPHYAINCP)utilarr.h \ 275 $(SOPHYAINCP)tvector.h \ 276 $(SOPHYAINCP)fioarr.h \ 277 $(SOPHYAINCP)vector3d.h \ 278 $(SOPHYAINCP)longlat.h \ 279 $(SOPHYAINCP)utilgeom.h \ 280 $(SOPHYAINCP)srandgen.h \ 281 $(SOPHYAINCP)timing.h \ 282 $(SOPHYAINCP)sambainit.h \ 283 $(SOPHYAINCP)skymapinit.h \ 284 $(SOPHYAINCP)sophyainit.h \ 285 $(SOPHYAINCP)ntoolsinit.h \ 286 $(SOPHYAINCP)tarrinit.h \ 287 $(SOPHYAINCP)datacards.h \ 288 $(SOPHYAINCP)ntuple.h \ 289 $(SOPHYAINCP)ntupintf.h \ 290 $(SOPHYAINCP)fiospherehealpix.h \ 291 $(SOPHYAINCP)sphericalmap.h \ 292 $(SOPHYAINCP)smathconst.h \ 293 $(SOPHYAINCP)pixelmap.h \ 294 $(SOPHYAINCP)spherepos.h \ 295 $(SOPHYAINCP)unitvector.h \ 296 $(SOPHYAINCP)spherehealpix.h \ 297 $(SOPHYAINCP)HEALPixUtils.h \ 298 $(SOPHYAINCP)fitsspherehealpix.h \ 299 $(SOPHYAINCP)fitsfile.h \ 300 $(SOPHYAINCP)FitsIO/fitsio.h \ 301 $(SOPHYAINCP)FitsIO/longnam.h \ 302 $(SOPHYAINCP)fitstarray.h \ 303 $(SOPHYAINCP)cimage.h \ 304 $(SOPHYAINCP)radspecvector.h \ 305 $(SOPHYAINCP)radspec.h \ 306 $(SOPHYAINCP)specresp.h \ 307 $(SOPHYAINCP)blackbody.h \ 308 $(SOPHYAINCP)convtools.h \ 309 $(SOPHYAINCP)derivblackbody.h \ 310 $(SOPHYAINCP)nupower.h \ 311 $(SOPHYAINCP)squarefilt.h \ 312 $(SOPHYAINCP)trianglefilt.h \ 313 $(SOPHYAINCP)specrespvector.h \ 314 $(SOPHYAINCP)gaussfilt.h \ 315 $(SOPHYAINCP)bruit.h \ 316 $(SOPHYAINCP)mapoperation.h 317 $(CXXCOMPILEPROG) -o $@ $< 318 319 $(SOPHYAOBJP)tgsky.o: tgsky.cc \ 320 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 321 $(SOPHYAINCP)machdefs.h \ 322 $(SOPHYAINCP)tmatrix.h \ 323 $(SOPHYAINCP)tarray.h \ 324 $(SOPHYAINCP)basarr.h \ 325 $(SOPHYAINCP)anydataobj.h \ 326 $(SOPHYAINCP)mutyv.h \ 327 $(SOPHYAINCP)dvlist.h \ 328 $(SOPHYAINCP)objfio.h \ 329 $(SOPHYAINCP)ppersist.h \ 330 $(SOPHYAINCP)pexceptions.h \ 331 $(SOPHYAINCP)gnumd5.h \ 332 $(SOPHYAINCP)ppfbinstream.h \ 333 $(SOPHYAINCP)rawstream.h \ 334 $(SOPHYAINCP)ppfnametag.h \ 335 $(SOPHYAINCP)ndatablock.h \ 336 $(SOPHYAINCP)utilarr.h \ 337 $(SOPHYAINCP)tvector.h \ 338 $(SOPHYAINCP)fioarr.h \ 339 $(SOPHYAINCP)vector3d.h \ 340 $(SOPHYAINCP)longlat.h \ 341 $(SOPHYAINCP)utilgeom.h \ 342 $(SOPHYAINCP)srandgen.h \ 343 $(SOPHYAINCP)timing.h \ 344 $(SOPHYAINCP)sambainit.h \ 345 $(SOPHYAINCP)skymapinit.h \ 346 $(SOPHYAINCP)sophyainit.h \ 347 $(SOPHYAINCP)ntoolsinit.h \ 348 $(SOPHYAINCP)tarrinit.h \ 349 $(SOPHYAINCP)datacards.h \ 350 $(SOPHYAINCP)ntuple.h \ 351 $(SOPHYAINCP)ntupintf.h \ 352 $(SOPHYAINCP)fiospherehealpix.h \ 353 $(SOPHYAINCP)sphericalmap.h \ 354 $(SOPHYAINCP)smathconst.h \ 355 $(SOPHYAINCP)pixelmap.h \ 356 $(SOPHYAINCP)spherepos.h \ 357 $(SOPHYAINCP)unitvector.h \ 358 $(SOPHYAINCP)spherehealpix.h \ 359 $(SOPHYAINCP)HEALPixUtils.h \ 360 $(SOPHYAINCP)fitsspherehealpix.h \ 361 $(SOPHYAINCP)fitsfile.h \ 362 $(SOPHYAINCP)FitsIO/fitsio.h \ 363 $(SOPHYAINCP)FitsIO/longnam.h \ 364 $(SOPHYAINCP)fitstarray.h \ 365 $(SOPHYAINCP)cimage.h \ 366 $(SOPHYAINCP)radspecvector.h \ 367 $(SOPHYAINCP)radspec.h \ 368 $(SOPHYAINCP)specresp.h \ 369 $(SOPHYAINCP)blackbody.h \ 370 $(SOPHYAINCP)convtools.h \ 371 $(SOPHYAINCP)derivblackbody.h \ 372 $(SOPHYAINCP)nupower.h \ 373 $(SOPHYAINCP)squarefilt.h \ 374 $(SOPHYAINCP)trianglefilt.h \ 375 $(SOPHYAINCP)specrespvector.h \ 376 $(SOPHYAINCP)gaussfilt.h \ 377 $(SOPHYAINCP)bruit.h \ 378 $(SOPHYAINCP)mapoperation.h 379 $(CXXCOMPILEPROG) -o $@ $< 380 254 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc 255 256 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 257 pmixer.h $(SOPHYAINCP)machdefs.h \ 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 315 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgrsr.cc 316 317 $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \ 318 pmixer.h $(SOPHYAINCP)machdefs.h \ 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 376 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgsky.cc 377 -
trunk/SophyaProg/PrgMap/Makefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)cl2map: $(SOPHYAOBJP)cl2map.o 14 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)cl2map.o $(SOPHYAEXTSLBLIST) 15 15 16 16 map2cl: $(SOPHYAEXEP)map2cl 17 17 echo $@ " done" 18 18 $(SOPHYAEXEP)map2cl: $(SOPHYAOBJP)map2cl.o 19 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)map2cl.o $(SOPHYAEXTSLBLIST) 20 20 21 21 prjsmap: $(SOPHYAEXEP)prjsmap 22 22 echo $@ " done" 23 23 $(SOPHYAEXEP)prjsmap: $(SOPHYAOBJP)prjsmap.o 24 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)prjsmap.o $(SOPHYAEXTSLBLIST) 25 25 26 26 cremskfrsph: $(SOPHYAEXEP)cremskfrsph 27 27 echo $@ " done" 28 28 $(SOPHYAEXEP)cremskfrsph: $(SOPHYAOBJP)cremskfrsph.o 29 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)29 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)cremskfrsph.o $(SOPHYAEXTSLBLIST) 30 30 31 31 extrapsph: $(SOPHYAEXEP)extrapsph 32 32 echo $@ " done" 33 33 $(SOPHYAEXEP)extrapsph: $(SOPHYAOBJP)extrapsph.o 34 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)34 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extrapsph.o $(SOPHYAEXTSLBLIST) 35 35 36 36 extrap2sph: $(SOPHYAEXEP)extrap2sph 37 37 echo $@ " done" 38 38 $(SOPHYAEXEP)extrap2sph: $(SOPHYAOBJP)extrap2sph.o 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extrap2sph.o $(SOPHYAEXTSLBLIST) 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \ 43 42 $(SOPHYAINCP)machdefs.h \ 44 43 $(SOPHYAINCP)nbmath.h \ … … 109 108 $(SOPHYAINCP)FitsIO/longnam.h \ 110 109 $(SOPHYAINCP)fitstarray.h 111 $(CXXCOMPILE PROG) -o $@ $<110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cl2map.cc 112 111 113 112 $(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \ … … 154 153 $(SOPHYAINCP)FitsIO/fitsio.h \ 155 154 $(SOPHYAINCP)FitsIO/longnam.h 156 $(CXXCOMPILE PROG) -o $@ $<155 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cremskfrsph.cc 157 156 158 157 $(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \ … … 199 198 $(SOPHYAINCP)FitsIO/fitsio.h \ 200 199 $(SOPHYAINCP)FitsIO/longnam.h 201 $(CXXCOMPILE PROG) -o $@ $<200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrap2sph.cc 202 201 203 202 $(SOPHYAOBJP)extrapsph.o: extrapsph.cc \ … … 244 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 245 244 $(SOPHYAINCP)FitsIO/longnam.h 246 $(CXXCOMPILEPROG) -o $@ $< 247 248 $(SOPHYAOBJP)map2cl.o: map2cl.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrapsph.cc 246 247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \ 250 248 $(SOPHYAINCP)machdefs.h \ 251 249 $(SOPHYAINCP)nbmath.h \ … … 316 314 $(SOPHYAINCP)FitsIO/longnam.h \ 317 315 $(SOPHYAINCP)fitstarray.h 318 $(CXXCOMPILEPROG) -o $@ $< 319 320 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ 321 $(SOPHYAINCP)sopnamsp.h \ 316 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ map2cl.cc 317 318 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc $(SOPHYAINCP)sopnamsp.h \ 322 319 $(SOPHYAINCP)machdefs.h \ 323 320 $(SOPHYAINCP)nbmath.h \ … … 388 385 $(SOPHYAINCP)FitsIO/longnam.h \ 389 386 $(SOPHYAINCP)fitstarray.h 390 $(CXXCOMPILE PROG) -o $@ $<391 387 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ prjsmap.cc 388 -
trunk/SophyaProg/PrgMap/smakefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)cl2map: $(SOPHYAOBJP)cl2map.o 14 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)cl2map.o $(SOPHYAEXTSLBLIST) 15 15 16 16 map2cl: $(SOPHYAEXEP)map2cl 17 17 echo $@ " done" 18 18 $(SOPHYAEXEP)map2cl: $(SOPHYAOBJP)map2cl.o 19 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)map2cl.o $(SOPHYAEXTSLBLIST) 20 20 21 21 prjsmap: $(SOPHYAEXEP)prjsmap 22 22 echo $@ " done" 23 23 $(SOPHYAEXEP)prjsmap: $(SOPHYAOBJP)prjsmap.o 24 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)prjsmap.o $(SOPHYAEXTSLBLIST) 25 25 26 26 cremskfrsph: $(SOPHYAEXEP)cremskfrsph 27 27 echo $@ " done" 28 28 $(SOPHYAEXEP)cremskfrsph: $(SOPHYAOBJP)cremskfrsph.o 29 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)29 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)cremskfrsph.o $(SOPHYAEXTSLBLIST) 30 30 31 31 extrapsph: $(SOPHYAEXEP)extrapsph 32 32 echo $@ " done" 33 33 $(SOPHYAEXEP)extrapsph: $(SOPHYAOBJP)extrapsph.o 34 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)34 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extrapsph.o $(SOPHYAEXTSLBLIST) 35 35 36 36 extrap2sph: $(SOPHYAEXEP)extrap2sph 37 37 echo $@ " done" 38 38 $(SOPHYAEXEP)extrap2sph: $(SOPHYAOBJP)extrap2sph.o 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extrap2sph.o $(SOPHYAEXTSLBLIST) 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \ 43 42 $(SOPHYAINCP)machdefs.h \ 44 43 $(SOPHYAINCP)nbmath.h \ … … 109 108 $(SOPHYAINCP)FitsIO/longnam.h \ 110 109 $(SOPHYAINCP)fitstarray.h 111 $(CXXCOMPILE PROG) -o $@ $<110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cl2map.cc 112 111 113 112 $(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \ … … 154 153 $(SOPHYAINCP)FitsIO/fitsio.h \ 155 154 $(SOPHYAINCP)FitsIO/longnam.h 156 $(CXXCOMPILE PROG) -o $@ $<155 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cremskfrsph.cc 157 156 158 157 $(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \ … … 199 198 $(SOPHYAINCP)FitsIO/fitsio.h \ 200 199 $(SOPHYAINCP)FitsIO/longnam.h 201 $(CXXCOMPILE PROG) -o $@ $<200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrap2sph.cc 202 201 203 202 $(SOPHYAOBJP)extrapsph.o: extrapsph.cc \ … … 244 243 $(SOPHYAINCP)FitsIO/fitsio.h \ 245 244 $(SOPHYAINCP)FitsIO/longnam.h 246 $(CXXCOMPILEPROG) -o $@ $< 247 248 $(SOPHYAOBJP)map2cl.o: map2cl.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extrapsph.cc 246 247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \ 250 248 $(SOPHYAINCP)machdefs.h \ 251 249 $(SOPHYAINCP)nbmath.h \ … … 316 314 $(SOPHYAINCP)FitsIO/longnam.h \ 317 315 $(SOPHYAINCP)fitstarray.h 318 $(CXXCOMPILEPROG) -o $@ $< 319 320 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ 321 $(SOPHYAINCP)sopnamsp.h \ 316 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ map2cl.cc 317 318 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc $(SOPHYAINCP)sopnamsp.h \ 322 319 $(SOPHYAINCP)machdefs.h \ 323 320 $(SOPHYAINCP)nbmath.h \ … … 388 385 $(SOPHYAINCP)FitsIO/longnam.h \ 389 386 $(SOPHYAINCP)fitstarray.h 390 $(CXXCOMPILE PROG) -o $@ $<391 387 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ prjsmap.cc 388 -
trunk/SophyaProg/PrgUtil/Makefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)runcxx: $(SOPHYAOBJP)runcxx.o 14 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)runcxx.o $(SOPHYAEXTSLBLIST) 15 15 16 16 scanppf: $(SOPHYAEXEP)scanppf 17 17 echo $@ " done" 18 18 $(SOPHYAEXEP)scanppf: $(SOPHYAOBJP)scanppf.o 19 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)scanppf.o $(SOPHYAEXTSLBLIST) 20 20 21 21 scanfits: $(SOPHYAEXEP)scanfits 22 22 echo $@ " done" 23 23 $(SOPHYAEXEP)scanfits: $(SOPHYAOBJP)scanfits.o 24 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)scanfits.o $(SOPHYAEXTSLBLIST) 25 25 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc $(SOPHYAINCP)sopnamsp.h \ 28 27 $(SOPHYAINCP)machdefs.h \ 29 28 $(SOPHYAINCP)tarrinit.h \ … … 56 55 $(SOPHYAINCP)pdlmgr.h \ 57 56 $(SOPHYAINCP)timing.h 58 $(CXXCOMPILE PROG) -o $@ $<57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc 59 58 60 59 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ … … 84 83 $(SOPHYAINCP)FitsIO/longnam.h \ 85 84 $(SOPHYAINCP)fitsntuple.h 86 $(CXXCOMPILE PROG) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 87 86 88 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 89 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 90 88 $(SOPHYAINCP)ppersist.h \ 91 89 $(SOPHYAINCP)machdefs.h \ … … 102 100 $(SOPHYAINCP)tarrinit.h \ 103 101 $(SOPHYAINCP)histinit.h 104 $(CXXCOMPILE PROG) -o $@ $<102 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanppf.cc 105 103 -
trunk/SophyaProg/PrgUtil/smakefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)runcxx: $(SOPHYAOBJP)runcxx.o 14 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)runcxx.o $(SOPHYAEXTSLBLIST) 15 15 16 16 scanppf: $(SOPHYAEXEP)scanppf 17 17 echo $@ " done" 18 18 $(SOPHYAEXEP)scanppf: $(SOPHYAOBJP)scanppf.o 19 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)scanppf.o $(SOPHYAEXTSLBLIST) 20 20 21 21 scanfits: $(SOPHYAEXEP)scanfits 22 22 echo $@ " done" 23 23 $(SOPHYAEXEP)scanfits: $(SOPHYAOBJP)scanfits.o 24 $(CXXLINK) -o $@ $?$(SOPHYAEXTSLBLIST)24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)scanfits.o $(SOPHYAEXTSLBLIST) 25 25 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc $(SOPHYAINCP)sopnamsp.h \ 28 27 $(SOPHYAINCP)machdefs.h \ 29 28 $(SOPHYAINCP)tarrinit.h \ … … 56 55 $(SOPHYAINCP)pdlmgr.h \ 57 56 $(SOPHYAINCP)timing.h 58 $(CXXCOMPILE PROG) -o $@ $<57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc 59 58 60 59 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ … … 84 83 $(SOPHYAINCP)FitsIO/longnam.h \ 85 84 $(SOPHYAINCP)fitsntuple.h 86 $(CXXCOMPILE PROG) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 87 86 88 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 89 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 90 88 $(SOPHYAINCP)ppersist.h \ 91 89 $(SOPHYAINCP)machdefs.h \ … … 102 100 $(SOPHYAINCP)tarrinit.h \ 103 101 $(SOPHYAINCP)histinit.h 104 $(CXXCOMPILE PROG) -o $@ $<102 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanppf.cc 105 103
Note:
See TracChangeset
for help on using the changeset viewer.