Changeset 2933 in Sophya
- Timestamp:
- Apr 3, 2006, 2:20:29 PM (19 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/Makefile
r2834 r2933 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)basexecut.o: basexecut.cc \14 $(SOPHYAINCP) sopnamsp.h piacmd.h \15 $(SOPHYAINCP) machdefs.h \13 $(SOPHYAOBJP)basexecut.o: basexecut.cc $(SOPHYAINCP)sopnamsp.h piacmd.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 $(SOPHYAINCP)osx_values.h \ 16 16 $(SOPHYAINCP)commander.h \ 17 $(SOPHYAINCP)pdlmgr.h \ 18 $(SOPHYAINCP)dvlist.h \ 17 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 19 18 $(SOPHYAINCP)objfio.h \ 20 19 $(SOPHYAINCP)anydataobj.h \ … … 25 24 $(SOPHYAINCP)rawstream.h \ 26 25 $(SOPHYAINCP)ppfnametag.h \ 27 $(SOPHYAINCP)mutyv.h \ 28 $(SOPHYAINCP)timestamp.h \ 29 $(SOPHYAINCP)ctimer.h \ 30 $(SOPHYAINCP)zthread.h dlftypes.h \ 31 basexecut.h $(SOPHYAINCP)strutilxx.h \ 26 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 27 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 28 dlftypes.h basexecut.h $(SOPHYAINCP)strutilxx.h \ 32 29 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 33 30 $(SOPHYAINCP)piapplx.h \ … … 36 33 $(SOPHYAINCP)picontainerx.h \ 37 34 $(SOPHYAINCP)picontainergen.h \ 38 $(SOPHYAINCP)piwdgx.h \ 39 $(SOPHYAINCP)piwdggen.h \ 35 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 40 36 $(SOPHYAINCP)picolist.h \ 41 37 $(SOPHYAINCP)pimenubarx.h \ … … 48 44 $(SOPHYAINCP)pibwdgx.h \ 49 45 $(SOPHYAINCP)pibwdggen.h \ 50 $(SOPHYAINCP)picmap.h \ 51 $(SOPHYAINCP)picmapx.h \ 46 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 52 47 $(SOPHYAINCP)picmapgen.h \ 53 48 $(SOPHYAINCP)pigraphx.h \ … … 70 65 $(SOPHYAINCP)periodic.h \ 71 66 $(SOPHYAINCP)piimage.h \ 72 $(SOPHYAINCP)parradapter.h \ 73 $(SOPHYAINCP)lut.h \ 67 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 74 68 $(SOPHYAINCP)pieldrw.h \ 75 69 $(SOPHYAINCP)pidrawer.h \ 76 $(SOPHYAINCP)pigratt.h \ 77 $(SOPHYAINCP)piaxes.h \ 70 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 78 71 $(SOPHYAINCP)pipixmapx.h \ 79 72 $(SOPHYAINCP)pipixmapgen.h \ 80 73 $(SOPHYAINCP)picmapview.h \ 81 $(SOPHYAINCP)pi3dwdg.h \ 82 $(SOPHYAINCP)pi3ddrw.h \ 83 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 84 pisiadw.h $(SOPHYAINCP)pilistx.h \ 74 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 75 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 76 $(SOPHYAINCP)pilistx.h \ 85 77 $(SOPHYAINCP)pilistgen.h \ 86 78 $(SOPHYAINCP)pistzwin.h \ 87 79 $(SOPHYAINCP)pitherm.h \ 88 $(SOPHYAINCP)resusage.h servnobjm.h \89 nomgadapter.h$(SOPHYAINCP)ntupintf.h \80 $(SOPHYAINCP)resusage.h servnobjm.h nomgadapter.h \ 81 $(SOPHYAINCP)ntupintf.h \ 90 82 $(SOPHYAINCP)generalfit.h \ 91 $(SOPHYAINCP)tvector.h \ 92 $(SOPHYAINCP)tmatrix.h \ 93 $(SOPHYAINCP)tarray.h \ 94 $(SOPHYAINCP)basarr.h \ 95 $(SOPHYAINCP)ndatablock.h \ 96 $(SOPHYAINCP)utilarr.h \ 97 $(SOPHYAINCP)generaldata.h \ 98 $(SOPHYAINCP)poly.h \ 99 $(SOPHYAINCP)peida.h \ 100 $(SOPHYAINCP)utils.h \ 101 $(SOPHYAINCP)perrors.h \ 102 $(SOPHYAINCP)fmath.h \ 103 $(SOPHYAINCP)histos.h \ 104 $(SOPHYAINCP)histos2.h \ 105 $(SOPHYAINCP)hisprof.h \ 83 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 85 $(SOPHYAINCP)ndatablock.h \ 86 $(SOPHYAINCP)utilarr.h \ 87 $(SOPHYAINCP)tmatrix_tsnl.h \ 88 $(SOPHYAINCP)tvector_tsnl.h \ 89 $(SOPHYAINCP)generaldata.h \ 90 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 91 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 92 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 93 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 106 94 $(SOPHYAINCP)ntuple.h \ 107 95 $(SOPHYAINCP)datatable.h \ … … 110 98 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 111 99 112 $(SOPHYAOBJP)contmodex.o: contmodex.cc \113 $(SOPHYAINCP)sopnamsp.h contmodex.h \114 $(SOPHYAINCP) machdefs.h piacmd.h \100 $(SOPHYAOBJP)contmodex.o: contmodex.cc $(SOPHYAINCP)sopnamsp.h \ 101 contmodex.h $(SOPHYAINCP)machdefs.h \ 102 $(SOPHYAINCP)osx_values.h piacmd.h \ 115 103 $(SOPHYAINCP)commander.h \ 116 $(SOPHYAINCP)pdlmgr.h \ 117 $(SOPHYAINCP)dvlist.h \ 104 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 118 105 $(SOPHYAINCP)objfio.h \ 119 106 $(SOPHYAINCP)anydataobj.h \ … … 124 111 $(SOPHYAINCP)rawstream.h \ 125 112 $(SOPHYAINCP)ppfnametag.h \ 126 $(SOPHYAINCP)mutyv.h \ 127 $(SOPHYAINCP)timestamp.h \ 128 $(SOPHYAINCP)ctimer.h \ 129 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 130 $(SOPHYAINCP)pigncont.h \ 113 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 114 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 115 dlftypes.h nobjmgr.h $(SOPHYAINCP)pigncont.h \ 131 116 $(SOPHYAINCP)pistdimgapp.h \ 132 117 $(SOPHYAINCP)pisysdep.h \ … … 136 121 $(SOPHYAINCP)picontainerx.h \ 137 122 $(SOPHYAINCP)picontainergen.h \ 138 $(SOPHYAINCP)piwdgx.h \ 139 $(SOPHYAINCP)piwdggen.h \ 123 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 140 124 $(SOPHYAINCP)picolist.h \ 141 125 $(SOPHYAINCP)pimenubarx.h \ … … 148 132 $(SOPHYAINCP)pibwdgx.h \ 149 133 $(SOPHYAINCP)pibwdggen.h \ 150 $(SOPHYAINCP)picmap.h \ 151 $(SOPHYAINCP)picmapx.h \ 134 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 152 135 $(SOPHYAINCP)picmapgen.h \ 153 136 $(SOPHYAINCP)pigraphx.h \ … … 170 153 $(SOPHYAINCP)periodic.h \ 171 154 $(SOPHYAINCP)piimage.h \ 172 $(SOPHYAINCP)parradapter.h \ 173 $(SOPHYAINCP)lut.h \ 155 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 174 156 $(SOPHYAINCP)pieldrw.h \ 175 157 $(SOPHYAINCP)pidrawer.h \ 176 $(SOPHYAINCP)pigratt.h \ 177 $(SOPHYAINCP)piaxes.h \ 158 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 178 159 $(SOPHYAINCP)pipixmapx.h \ 179 160 $(SOPHYAINCP)pipixmapgen.h \ 180 161 $(SOPHYAINCP)picmapview.h \ 181 $(SOPHYAINCP)pi3dwdg.h \ 182 $(SOPHYAINCP)pi3ddrw.h \ 162 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 183 163 $(SOPHYAINCP)pigraph3d.h \ 184 $(SOPHYAINCP)nobjmgr.h \ 185 $(SOPHYAINCP)piacmd.h \ 186 $(SOPHYAINCP)pisiadw.h \ 187 $(SOPHYAINCP)pilistx.h \ 164 $(SOPHYAINCP)pisiadw.h $(SOPHYAINCP)pilistx.h \ 188 165 $(SOPHYAINCP)pilistgen.h \ 189 166 $(SOPHYAINCP)pistzwin.h \ … … 191 168 $(SOPHYAINCP)resusage.h \ 192 169 $(SOPHYAINCP)piscdrawwdg.h \ 193 $(SOPHYAINCP)ntuple.h \ 194 $(SOPHYAINCP)ntupintf.h \ 170 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 195 171 $(SOPHYAINCP)gp_contour.h \ 196 172 $(SOPHYAINCP)gp_types.h \ … … 200 176 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 201 177 $(SOPHYAINCP)generalfit.h \ 202 $(SOPHYAINCP)tvector.h \ 203 $(SOPHYAINCP)tmatrix.h \ 204 $(SOPHYAINCP)tarray.h \ 205 $(SOPHYAINCP)basarr.h \ 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)utilarr.h \ 208 $(SOPHYAINCP)generaldata.h \ 209 $(SOPHYAINCP)poly.h \ 210 $(SOPHYAINCP)peida.h \ 211 $(SOPHYAINCP)utils.h \ 212 $(SOPHYAINCP)perrors.h \ 178 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 179 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h \ 182 $(SOPHYAINCP)tmatrix_tsnl.h \ 183 $(SOPHYAINCP)tvector_tsnl.h \ 184 $(SOPHYAINCP)generaldata.h \ 185 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 186 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 213 187 $(SOPHYAINCP)fmath.h servnobjm.h 214 188 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 215 189 216 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \217 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \218 $(SOPHYAINCP) machdefs.h piacmd.h \190 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc $(SOPHYAINCP)sopnamsp.h \ 191 cxxexecutor.h $(SOPHYAINCP)machdefs.h \ 192 $(SOPHYAINCP)osx_values.h piacmd.h \ 219 193 $(SOPHYAINCP)commander.h \ 220 $(SOPHYAINCP)pdlmgr.h \ 221 $(SOPHYAINCP)dvlist.h \ 194 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 222 195 $(SOPHYAINCP)objfio.h \ 223 196 $(SOPHYAINCP)anydataobj.h \ … … 228 201 $(SOPHYAINCP)rawstream.h \ 229 202 $(SOPHYAINCP)ppfnametag.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)timestamp.h \ 232 $(SOPHYAINCP)ctimer.h \ 233 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 234 $(SOPHYAINCP)strutilxx.h \ 203 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 204 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 205 dlftypes.h nobjmgr.h $(SOPHYAINCP)strutilxx.h \ 235 206 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 236 207 $(SOPHYAINCP)pidrawer.h \ 237 208 $(SOPHYAINCP)pibwdggen.h \ 238 $(SOPHYAINCP)pisysdep.h \ 239 $(SOPHYAINCP)piwdgx.h \ 209 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 240 210 $(SOPHYAINCP)piwdggen.h \ 241 211 $(SOPHYAINCP)pimsghandler.h \ 242 $(SOPHYAINCP)picolist.h \ 243 $(SOPHYAINCP)picmap.h \ 212 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 244 213 $(SOPHYAINCP)picmapx.h \ 245 214 $(SOPHYAINCP)picmapgen.h \ … … 252 221 $(SOPHYAINCP)pigraphuc.h \ 253 222 $(SOPHYAINCP)pievthandler.h \ 254 $(SOPHYAINCP)psfile.h \ 255 $(SOPHYAINCP)pigratt.h \ 223 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 256 224 $(SOPHYAINCP)piaxes.h \ 257 $(SOPHYAINCP)parradapter.h \ 258 $(SOPHYAINCP)lut.h \ 225 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 259 226 $(SOPHYAINCP)ntupintf.h \ 260 227 $(SOPHYAINCP)generalfit.h \ 261 $(SOPHYAINCP)tvector.h \ 262 $(SOPHYAINCP)tmatrix.h \ 263 $(SOPHYAINCP)tarray.h \ 264 $(SOPHYAINCP)basarr.h \ 265 $(SOPHYAINCP)ndatablock.h \ 266 $(SOPHYAINCP)utilarr.h \ 267 $(SOPHYAINCP)generaldata.h \ 268 $(SOPHYAINCP)poly.h \ 269 $(SOPHYAINCP)peida.h \ 270 $(SOPHYAINCP)utils.h \ 271 $(SOPHYAINCP)perrors.h \ 228 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 229 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)ndatablock.h \ 231 $(SOPHYAINCP)utilarr.h \ 232 $(SOPHYAINCP)tmatrix_tsnl.h \ 233 $(SOPHYAINCP)tvector_tsnl.h \ 234 $(SOPHYAINCP)generaldata.h \ 235 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 236 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 272 237 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 273 238 $(SOPHYAINCP)piapplx.h \ … … 292 257 $(SOPHYAINCP)piperiodx.h \ 293 258 $(SOPHYAINCP)periodic.h \ 294 $(SOPHYAINCP)piimage.h \ 295 $(SOPHYAINCP)pieldrw.h \ 259 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 296 260 $(SOPHYAINCP)pipixmapx.h \ 297 261 $(SOPHYAINCP)pipixmapgen.h \ 298 262 $(SOPHYAINCP)picmapview.h \ 299 $(SOPHYAINCP)pi3dwdg.h \ 300 $(SOPHYAINCP)pi3ddrw.h \ 263 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 301 264 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 302 265 $(SOPHYAINCP)pilistx.h \ … … 307 270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecutor.cc 308 271 309 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \310 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \311 $(SOPHYAINCP) machdefs.h piacmd.h \272 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc $(SOPHYAINCP)sopnamsp.h \ 273 cxxexecutor.h $(SOPHYAINCP)machdefs.h \ 274 $(SOPHYAINCP)osx_values.h piacmd.h \ 312 275 $(SOPHYAINCP)commander.h \ 313 $(SOPHYAINCP)pdlmgr.h \ 314 $(SOPHYAINCP)dvlist.h \ 276 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 315 277 $(SOPHYAINCP)objfio.h \ 316 278 $(SOPHYAINCP)anydataobj.h \ … … 321 283 $(SOPHYAINCP)rawstream.h \ 322 284 $(SOPHYAINCP)ppfnametag.h \ 323 $(SOPHYAINCP)mutyv.h \ 324 $(SOPHYAINCP)timestamp.h \ 325 $(SOPHYAINCP)ctimer.h \ 326 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 327 cxxexecwin.h $(SOPHYAINCP)pisysdep.h \ 285 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 286 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 287 dlftypes.h nobjmgr.h cxxexecwin.h $(SOPHYAINCP)pisysdep.h \ 328 288 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 329 289 $(SOPHYAINCP)piapplgen.h \ … … 331 291 $(SOPHYAINCP)picontainerx.h \ 332 292 $(SOPHYAINCP)picontainergen.h \ 333 $(SOPHYAINCP)piwdgx.h \ 334 $(SOPHYAINCP)piwdggen.h \ 293 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 335 294 $(SOPHYAINCP)picolist.h \ 336 295 $(SOPHYAINCP)pimenubarx.h \ … … 343 302 $(SOPHYAINCP)pibwdgx.h \ 344 303 $(SOPHYAINCP)pibwdggen.h \ 345 $(SOPHYAINCP)picmap.h \ 346 $(SOPHYAINCP)picmapx.h \ 304 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 347 305 $(SOPHYAINCP)picmapgen.h \ 348 306 $(SOPHYAINCP)pigraphx.h \ … … 365 323 $(SOPHYAINCP)periodic.h \ 366 324 $(SOPHYAINCP)piimage.h \ 367 $(SOPHYAINCP)parradapter.h \ 368 $(SOPHYAINCP)lut.h \ 325 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 369 326 $(SOPHYAINCP)pieldrw.h \ 370 327 $(SOPHYAINCP)pidrawer.h \ 371 $(SOPHYAINCP)pigratt.h \ 372 $(SOPHYAINCP)piaxes.h \ 328 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 373 329 $(SOPHYAINCP)pipixmapx.h \ 374 330 $(SOPHYAINCP)pipixmapgen.h \ 375 331 $(SOPHYAINCP)picmapview.h \ 376 $(SOPHYAINCP)pi3dwdg.h \ 377 $(SOPHYAINCP)pi3ddrw.h \ 332 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 378 333 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 379 334 $(SOPHYAINCP)pilistx.h \ … … 384 339 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc 385 340 386 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \387 $(SOPHYAINCP)sopnamsp.h flowmodex.h \388 $(SOPHYAINCP) machdefs.h piacmd.h \341 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc $(SOPHYAINCP)sopnamsp.h \ 342 flowmodex.h $(SOPHYAINCP)machdefs.h \ 343 $(SOPHYAINCP)osx_values.h piacmd.h \ 389 344 $(SOPHYAINCP)commander.h \ 390 $(SOPHYAINCP)pdlmgr.h \ 391 $(SOPHYAINCP)dvlist.h \ 345 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 392 346 $(SOPHYAINCP)objfio.h \ 393 347 $(SOPHYAINCP)anydataobj.h \ … … 398 352 $(SOPHYAINCP)rawstream.h \ 399 353 $(SOPHYAINCP)ppfnametag.h \ 400 $(SOPHYAINCP)mutyv.h \ 401 $(SOPHYAINCP)timestamp.h \ 402 $(SOPHYAINCP)ctimer.h \ 403 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 404 pi2dvec.h pistdimgapp.h \ 354 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 356 dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \ 405 357 $(SOPHYAINCP)pisysdep.h \ 406 358 $(SOPHYAINCP)piapplx.h \ … … 409 361 $(SOPHYAINCP)picontainerx.h \ 410 362 $(SOPHYAINCP)picontainergen.h \ 411 $(SOPHYAINCP)piwdgx.h \ 412 $(SOPHYAINCP)piwdggen.h \ 363 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 413 364 $(SOPHYAINCP)picolist.h \ 414 365 $(SOPHYAINCP)pimenubarx.h \ … … 421 372 $(SOPHYAINCP)pibwdgx.h \ 422 373 $(SOPHYAINCP)pibwdggen.h \ 423 $(SOPHYAINCP)picmap.h \ 424 $(SOPHYAINCP)picmapx.h \ 374 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 425 375 $(SOPHYAINCP)picmapgen.h \ 426 376 $(SOPHYAINCP)pigraphx.h \ … … 443 393 $(SOPHYAINCP)periodic.h \ 444 394 $(SOPHYAINCP)piimage.h \ 445 $(SOPHYAINCP)parradapter.h \ 446 $(SOPHYAINCP)lut.h \ 395 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 447 396 $(SOPHYAINCP)pieldrw.h \ 448 397 $(SOPHYAINCP)pidrawer.h \ 449 $(SOPHYAINCP)pigratt.h \ 450 $(SOPHYAINCP)piaxes.h \ 398 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 451 399 $(SOPHYAINCP)pipixmapx.h \ 452 400 $(SOPHYAINCP)pipixmapgen.h \ 453 401 $(SOPHYAINCP)picmapview.h \ 454 $(SOPHYAINCP)pi3dwdg.h \ 455 $(SOPHYAINCP)pi3ddrw.h \ 402 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 456 403 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 457 404 $(SOPHYAINCP)pilistx.h \ … … 461 408 $(SOPHYAINCP)resusage.h \ 462 409 $(SOPHYAINCP)piscdrawwdg.h \ 463 $(SOPHYAINCP)ntupintf.h \ 464 $(SOPHYAINCP)ntuple.h nomgadapter.h \ 465 $(SOPHYAINCP)generalfit.h \ 466 $(SOPHYAINCP)tvector.h \ 467 $(SOPHYAINCP)tmatrix.h \ 468 $(SOPHYAINCP)tarray.h \ 469 $(SOPHYAINCP)basarr.h \ 470 $(SOPHYAINCP)ndatablock.h \ 471 $(SOPHYAINCP)utilarr.h \ 472 $(SOPHYAINCP)generaldata.h \ 473 $(SOPHYAINCP)poly.h \ 474 $(SOPHYAINCP)peida.h \ 475 $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)perrors.h \ 410 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)ntuple.h \ 411 nomgadapter.h $(SOPHYAINCP)generalfit.h \ 412 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 413 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 414 $(SOPHYAINCP)ndatablock.h \ 415 $(SOPHYAINCP)utilarr.h \ 416 $(SOPHYAINCP)tmatrix_tsnl.h \ 417 $(SOPHYAINCP)tvector_tsnl.h \ 418 $(SOPHYAINCP)generaldata.h \ 419 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 420 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 477 421 $(SOPHYAINCP)fmath.h servnobjm.h 478 422 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc 479 423 480 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc \481 $(SOPHYAINCP)sopnamsp.h piacmd.h \482 $(SOPHYAINCP) machdefs.h \424 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc $(SOPHYAINCP)sopnamsp.h \ 425 piacmd.h $(SOPHYAINCP)machdefs.h \ 426 $(SOPHYAINCP)osx_values.h \ 483 427 $(SOPHYAINCP)commander.h \ 484 $(SOPHYAINCP)pdlmgr.h \ 485 $(SOPHYAINCP)dvlist.h \ 428 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 486 429 $(SOPHYAINCP)objfio.h \ 487 430 $(SOPHYAINCP)anydataobj.h \ … … 492 435 $(SOPHYAINCP)rawstream.h \ 493 436 $(SOPHYAINCP)ppfnametag.h \ 494 $(SOPHYAINCP)mutyv.h \ 495 $(SOPHYAINCP)timestamp.h \ 496 $(SOPHYAINCP)ctimer.h \ 497 $(SOPHYAINCP)zthread.h dlftypes.h \ 498 graphexecut.h $(SOPHYAINCP)strutilxx.h \ 437 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 438 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 439 dlftypes.h graphexecut.h $(SOPHYAINCP)strutilxx.h \ 499 440 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 500 441 $(SOPHYAINCP)piapplx.h \ … … 503 444 $(SOPHYAINCP)picontainerx.h \ 504 445 $(SOPHYAINCP)picontainergen.h \ 505 $(SOPHYAINCP)piwdgx.h \ 506 $(SOPHYAINCP)piwdggen.h \ 446 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 507 447 $(SOPHYAINCP)picolist.h \ 508 448 $(SOPHYAINCP)pimenubarx.h \ … … 515 455 $(SOPHYAINCP)pibwdgx.h \ 516 456 $(SOPHYAINCP)pibwdggen.h \ 517 $(SOPHYAINCP)picmap.h \ 518 $(SOPHYAINCP)picmapx.h \ 457 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 519 458 $(SOPHYAINCP)picmapgen.h \ 520 459 $(SOPHYAINCP)pigraphx.h \ … … 537 476 $(SOPHYAINCP)periodic.h \ 538 477 $(SOPHYAINCP)piimage.h \ 539 $(SOPHYAINCP)parradapter.h \ 540 $(SOPHYAINCP)lut.h \ 478 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 541 479 $(SOPHYAINCP)pieldrw.h \ 542 480 $(SOPHYAINCP)pidrawer.h \ 543 $(SOPHYAINCP)pigratt.h \ 544 $(SOPHYAINCP)piaxes.h \ 481 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 545 482 $(SOPHYAINCP)pipixmapx.h \ 546 483 $(SOPHYAINCP)pipixmapgen.h \ 547 484 $(SOPHYAINCP)picmapview.h \ 548 $(SOPHYAINCP)pi3dwdg.h \ 549 $(SOPHYAINCP)pi3ddrw.h \ 550 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 551 pisiadw.h $(SOPHYAINCP)pilistx.h \ 485 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 486 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 487 $(SOPHYAINCP)pilistx.h \ 552 488 $(SOPHYAINCP)pilistgen.h \ 553 489 $(SOPHYAINCP)pistzwin.h \ … … 556 492 $(SOPHYAINCP)ntupintf.h \ 557 493 $(SOPHYAINCP)generalfit.h \ 558 $(SOPHYAINCP)tvector.h \ 559 $(SOPHYAINCP)tmatrix.h \ 560 $(SOPHYAINCP)tarray.h \ 561 $(SOPHYAINCP)basarr.h \ 562 $(SOPHYAINCP)ndatablock.h \ 563 $(SOPHYAINCP)utilarr.h \ 564 $(SOPHYAINCP)generaldata.h \ 565 $(SOPHYAINCP)poly.h \ 566 $(SOPHYAINCP)peida.h \ 567 $(SOPHYAINCP)utils.h \ 568 $(SOPHYAINCP)perrors.h \ 569 $(SOPHYAINCP)fmath.h \ 570 $(SOPHYAINCP)piyfxdrw.h \ 494 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 495 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 496 $(SOPHYAINCP)ndatablock.h \ 497 $(SOPHYAINCP)utilarr.h \ 498 $(SOPHYAINCP)tmatrix_tsnl.h \ 499 $(SOPHYAINCP)tvector_tsnl.h \ 500 $(SOPHYAINCP)generaldata.h \ 501 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 502 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 503 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)piyfxdrw.h \ 571 504 $(SOPHYAINCP)pibargraph.h \ 572 505 $(SOPHYAINCP)pitxtdrw.h … … 576 509 $(SOPHYAINCP)strutil.h \ 577 510 $(SOPHYAINCP)datatypes.h \ 578 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 511 $(SOPHYAINCP)machdefs.h \ 512 $(SOPHYAINCP)osx_values.h nobjmgr.h \ 579 513 $(SOPHYAINCP)anydataobj.h \ 580 514 $(SOPHYAINCP)ppersist.h \ … … 584 518 $(SOPHYAINCP)rawstream.h \ 585 519 $(SOPHYAINCP)ppfnametag.h \ 586 $(SOPHYAINCP)dvlist.h \ 587 $(SOPHYAINCP)objfio.h \ 588 $(SOPHYAINCP)mutyv.h \ 589 $(SOPHYAINCP)timestamp.h dlftypes.h \ 590 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 520 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 521 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 522 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 591 523 $(SOPHYAINCP)zthread.h nomgadapter.h \ 592 524 $(SOPHYAINCP)pidrawer.h \ 593 525 $(SOPHYAINCP)pibwdggen.h \ 594 $(SOPHYAINCP)pisysdep.h \ 595 $(SOPHYAINCP)piwdgx.h \ 526 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 596 527 $(SOPHYAINCP)piwdggen.h \ 597 528 $(SOPHYAINCP)pimsghandler.h \ 598 $(SOPHYAINCP)picolist.h \ 599 $(SOPHYAINCP)picmap.h \ 529 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 600 530 $(SOPHYAINCP)picmapx.h \ 601 531 $(SOPHYAINCP)picmapgen.h \ … … 608 538 $(SOPHYAINCP)pigraphuc.h \ 609 539 $(SOPHYAINCP)pievthandler.h \ 610 $(SOPHYAINCP)psfile.h \ 611 $(SOPHYAINCP)pigratt.h \ 540 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 612 541 $(SOPHYAINCP)piaxes.h \ 613 $(SOPHYAINCP)parradapter.h \ 614 $(SOPHYAINCP)lut.h \ 542 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 615 543 $(SOPHYAINCP)ntupintf.h \ 616 544 $(SOPHYAINCP)generalfit.h \ 617 $(SOPHYAINCP)tvector.h \ 618 $(SOPHYAINCP)tmatrix.h \ 619 $(SOPHYAINCP)tarray.h \ 620 $(SOPHYAINCP)basarr.h \ 621 $(SOPHYAINCP)ndatablock.h \ 622 $(SOPHYAINCP)utilarr.h \ 623 $(SOPHYAINCP)generaldata.h \ 624 $(SOPHYAINCP)poly.h \ 625 $(SOPHYAINCP)peida.h \ 626 $(SOPHYAINCP)utils.h \ 627 $(SOPHYAINCP)perrors.h \ 545 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 546 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 547 $(SOPHYAINCP)ndatablock.h \ 548 $(SOPHYAINCP)utilarr.h \ 549 $(SOPHYAINCP)tmatrix_tsnl.h \ 550 $(SOPHYAINCP)tvector_tsnl.h \ 551 $(SOPHYAINCP)generaldata.h \ 552 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 553 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 628 554 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 629 555 $(SOPHYAINCP)piapplx.h \ … … 648 574 $(SOPHYAINCP)piperiodx.h \ 649 575 $(SOPHYAINCP)periodic.h \ 650 $(SOPHYAINCP)piimage.h \ 651 $(SOPHYAINCP)pieldrw.h \ 576 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 652 577 $(SOPHYAINCP)pipixmapx.h \ 653 578 $(SOPHYAINCP)pipixmapgen.h \ 654 579 $(SOPHYAINCP)picmapview.h \ 655 $(SOPHYAINCP)pi3dwdg.h \ 656 $(SOPHYAINCP)pi3ddrw.h \ 580 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 657 581 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 658 582 $(SOPHYAINCP)commander.h \ … … 662 586 $(SOPHYAINCP)pistzwin.h \ 663 587 $(SOPHYAINCP)pitherm.h \ 664 $(SOPHYAINCP)resusage.h \ 665 $(SOPHYAINCP)fitsautoreader.h \ 666 $(SOPHYAINCP)fitsfile.h \ 667 $(SOPHYAINCP)FitsIO/fitsio.h \ 668 $(SOPHYAINCP)FitsIO/longnam.h \ 669 $(SOPHYAINCP)fitstarray.h \ 670 $(SOPHYAINCP)fitsspherehealpix.h \ 671 $(SOPHYAINCP)spherehealpix.h \ 672 $(SOPHYAINCP)sphericalmap.h \ 673 $(SOPHYAINCP)smathconst.h \ 674 $(SOPHYAINCP)pixelmap.h \ 675 $(SOPHYAINCP)spherepos.h \ 676 $(SOPHYAINCP)unitvector.h \ 677 $(SOPHYAINCP)vector3d.h \ 678 $(SOPHYAINCP)longlat.h \ 679 $(SOPHYAINCP)utilgeom.h \ 680 $(SOPHYAINCP)HEALPixUtils.h \ 681 $(SOPHYAINCP)fitsntuple.h \ 682 $(SOPHYAINCP)ntuple.h \ 683 $(SOPHYAINCP)fitsxntuple.h \ 684 $(SOPHYAINCP)xntuple.h \ 685 $(SOPHYAINCP)fitslocalmap.h \ 686 $(SOPHYAINCP)localmap.h \ 687 $(SOPHYAINCP)fbtntintf.h pitvmaad.h \ 588 $(SOPHYAINCP)resusage.h pitvmaad.h \ 688 589 $(SOPHYAINCP)piyfxdrw.h \ 689 590 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 690 $(SOPHYAINCP)histos2.h \ 691 $(SOPHYAINCP)histos.h pintuple.h pintup3d.h \ 692 pigfd1.h pigfd2.h 591 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 592 pintuple.h pintup3d.h pigfd1.h pigfd2.h 693 593 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc 694 594 695 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \696 $(SOPHYAINCP) sopnamsp.h \697 $(SOPHYAINCP) machdefs.h nomgadapter.h \595 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc $(SOPHYAINCP)sopnamsp.h \ 596 $(SOPHYAINCP)machdefs.h \ 597 $(SOPHYAINCP)osx_values.h nomgadapter.h \ 698 598 $(SOPHYAINCP)ppersist.h \ 699 599 $(SOPHYAINCP)pexceptions.h \ … … 705 605 $(SOPHYAINCP)pidrawer.h \ 706 606 $(SOPHYAINCP)pibwdggen.h \ 707 $(SOPHYAINCP)pisysdep.h \ 708 $(SOPHYAINCP)piwdgx.h \ 607 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 709 608 $(SOPHYAINCP)piwdggen.h \ 710 609 $(SOPHYAINCP)pimsghandler.h \ 711 $(SOPHYAINCP)picolist.h \ 712 $(SOPHYAINCP)picmap.h \ 610 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 713 611 $(SOPHYAINCP)picmapx.h \ 714 612 $(SOPHYAINCP)picmapgen.h \ … … 721 619 $(SOPHYAINCP)pigraphuc.h \ 722 620 $(SOPHYAINCP)pievthandler.h \ 723 $(SOPHYAINCP)psfile.h \ 724 $(SOPHYAINCP)pigratt.h \ 621 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 725 622 $(SOPHYAINCP)piaxes.h \ 726 $(SOPHYAINCP)parradapter.h \ 727 $(SOPHYAINCP)lut.h \ 623 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 728 624 $(SOPHYAINCP)ntupintf.h \ 729 625 $(SOPHYAINCP)generalfit.h \ 730 $(SOPHYAINCP)tvector.h \ 731 $(SOPHYAINCP)tmatrix.h \ 732 $(SOPHYAINCP)tarray.h \ 733 $(SOPHYAINCP)basarr.h \ 734 $(SOPHYAINCP)mutyv.h \ 735 $(SOPHYAINCP)timestamp.h \ 736 $(SOPHYAINCP)objfio.h \ 737 $(SOPHYAINCP)dvlist.h \ 738 $(SOPHYAINCP)ndatablock.h \ 739 $(SOPHYAINCP)utilarr.h \ 740 $(SOPHYAINCP)generaldata.h \ 741 $(SOPHYAINCP)poly.h \ 742 $(SOPHYAINCP)peida.h \ 743 $(SOPHYAINCP)utils.h \ 744 $(SOPHYAINCP)perrors.h \ 626 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 627 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 628 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 629 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 630 $(SOPHYAINCP)ndatablock.h \ 631 $(SOPHYAINCP)utilarr.h \ 632 $(SOPHYAINCP)tmatrix_tsnl.h \ 633 $(SOPHYAINCP)tvector_tsnl.h \ 634 $(SOPHYAINCP)generaldata.h \ 635 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 636 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 745 637 $(SOPHYAINCP)fmath.h 746 638 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgadapter.cc 747 639 748 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 749 $(SOPHYAINCP)sopnamsp.h \ 750 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 751 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 752 $(SOPHYAINCP)pexceptions.h \ 753 $(SOPHYAINCP)gnumd5.h \ 754 $(SOPHYAINCP)ppfbinstream.h \ 755 $(SOPHYAINCP)rawstream.h \ 756 $(SOPHYAINCP)ppfnametag.h \ 757 $(SOPHYAINCP)anydataobj.h \ 758 $(SOPHYAINCP)pidrawer.h \ 759 $(SOPHYAINCP)pibwdggen.h \ 760 $(SOPHYAINCP)pisysdep.h \ 761 $(SOPHYAINCP)piwdgx.h \ 640 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc $(SOPHYAINCP)sopnamsp.h \ 641 $(SOPHYAINCP)machdefs.h \ 642 $(SOPHYAINCP)osx_values.h nomgfdadapter.h nomgadapter.h \ 643 $(SOPHYAINCP)ppersist.h \ 644 $(SOPHYAINCP)pexceptions.h \ 645 $(SOPHYAINCP)gnumd5.h \ 646 $(SOPHYAINCP)ppfbinstream.h \ 647 $(SOPHYAINCP)rawstream.h \ 648 $(SOPHYAINCP)ppfnametag.h \ 649 $(SOPHYAINCP)anydataobj.h \ 650 $(SOPHYAINCP)pidrawer.h \ 651 $(SOPHYAINCP)pibwdggen.h \ 652 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 762 653 $(SOPHYAINCP)piwdggen.h \ 763 654 $(SOPHYAINCP)pimsghandler.h \ 764 $(SOPHYAINCP)picolist.h \ 765 $(SOPHYAINCP)picmap.h \ 655 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 766 656 $(SOPHYAINCP)picmapx.h \ 767 657 $(SOPHYAINCP)picmapgen.h \ … … 774 664 $(SOPHYAINCP)pigraphuc.h \ 775 665 $(SOPHYAINCP)pievthandler.h \ 776 $(SOPHYAINCP)psfile.h \ 777 $(SOPHYAINCP)pigratt.h \ 666 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 778 667 $(SOPHYAINCP)piaxes.h \ 779 $(SOPHYAINCP)parradapter.h \ 780 $(SOPHYAINCP)lut.h \ 668 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 781 669 $(SOPHYAINCP)ntupintf.h \ 782 670 $(SOPHYAINCP)generalfit.h \ 783 $(SOPHYAINCP)tvector.h \ 784 $(SOPHYAINCP)tmatrix.h \ 785 $(SOPHYAINCP)tarray.h \ 786 $(SOPHYAINCP)basarr.h \ 787 $(SOPHYAINCP)mutyv.h \ 788 $(SOPHYAINCP)timestamp.h \ 789 $(SOPHYAINCP)objfio.h \ 790 $(SOPHYAINCP)dvlist.h \ 791 $(SOPHYAINCP)ndatablock.h \ 792 $(SOPHYAINCP)utilarr.h \ 793 $(SOPHYAINCP)generaldata.h \ 794 $(SOPHYAINCP)poly.h \ 795 $(SOPHYAINCP)peida.h \ 796 $(SOPHYAINCP)utils.h \ 797 $(SOPHYAINCP)perrors.h \ 671 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 672 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 673 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 674 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 675 $(SOPHYAINCP)ndatablock.h \ 676 $(SOPHYAINCP)utilarr.h \ 677 $(SOPHYAINCP)tmatrix_tsnl.h \ 678 $(SOPHYAINCP)tvector_tsnl.h \ 679 $(SOPHYAINCP)generaldata.h \ 680 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 681 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 798 682 $(SOPHYAINCP)fmath.h pipodrw.h \ 799 $(SOPHYAINCP)histos2.h \ 800 $(SOPHYAINCP)histos.h \ 683 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 801 684 $(SOPHYAINCP)objfitter.h \ 802 $(SOPHYAINCP)cimage.h \ 803 $(SOPHYAINCP)fioarr.h \ 685 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 804 686 $(SOPHYAINCP)hisprof.h 805 687 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgfdadapter.cc 806 688 807 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 808 $(SOPHYAINCP)sopnamsp.h \ 809 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 810 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 811 $(SOPHYAINCP)pexceptions.h \ 812 $(SOPHYAINCP)gnumd5.h \ 813 $(SOPHYAINCP)ppfbinstream.h \ 814 $(SOPHYAINCP)rawstream.h \ 815 $(SOPHYAINCP)ppfnametag.h \ 816 $(SOPHYAINCP)anydataobj.h \ 817 $(SOPHYAINCP)pidrawer.h \ 818 $(SOPHYAINCP)pibwdggen.h \ 819 $(SOPHYAINCP)pisysdep.h \ 820 $(SOPHYAINCP)piwdgx.h \ 689 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc $(SOPHYAINCP)sopnamsp.h \ 690 $(SOPHYAINCP)machdefs.h \ 691 $(SOPHYAINCP)osx_values.h nomhistadapter.h nomgadapter.h \ 692 $(SOPHYAINCP)ppersist.h \ 693 $(SOPHYAINCP)pexceptions.h \ 694 $(SOPHYAINCP)gnumd5.h \ 695 $(SOPHYAINCP)ppfbinstream.h \ 696 $(SOPHYAINCP)rawstream.h \ 697 $(SOPHYAINCP)ppfnametag.h \ 698 $(SOPHYAINCP)anydataobj.h \ 699 $(SOPHYAINCP)pidrawer.h \ 700 $(SOPHYAINCP)pibwdggen.h \ 701 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 821 702 $(SOPHYAINCP)piwdggen.h \ 822 703 $(SOPHYAINCP)pimsghandler.h \ 823 $(SOPHYAINCP)picolist.h \ 824 $(SOPHYAINCP)picmap.h \ 704 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 825 705 $(SOPHYAINCP)picmapx.h \ 826 706 $(SOPHYAINCP)picmapgen.h \ … … 833 713 $(SOPHYAINCP)pigraphuc.h \ 834 714 $(SOPHYAINCP)pievthandler.h \ 835 $(SOPHYAINCP)psfile.h \ 836 $(SOPHYAINCP)pigratt.h \ 715 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 837 716 $(SOPHYAINCP)piaxes.h \ 838 $(SOPHYAINCP)parradapter.h \ 839 $(SOPHYAINCP)lut.h \ 717 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 840 718 $(SOPHYAINCP)ntupintf.h \ 841 719 $(SOPHYAINCP)generalfit.h \ 842 $(SOPHYAINCP)tvector.h \ 843 $(SOPHYAINCP)tmatrix.h \ 844 $(SOPHYAINCP)tarray.h \ 845 $(SOPHYAINCP)basarr.h \ 846 $(SOPHYAINCP)mutyv.h \ 847 $(SOPHYAINCP)timestamp.h \ 848 $(SOPHYAINCP)objfio.h \ 849 $(SOPHYAINCP)dvlist.h \ 850 $(SOPHYAINCP)ndatablock.h \ 851 $(SOPHYAINCP)utilarr.h \ 852 $(SOPHYAINCP)generaldata.h \ 853 $(SOPHYAINCP)poly.h \ 854 $(SOPHYAINCP)peida.h \ 855 $(SOPHYAINCP)utils.h \ 856 $(SOPHYAINCP)perrors.h \ 857 $(SOPHYAINCP)fmath.h \ 858 $(SOPHYAINCP)histos.h \ 859 $(SOPHYAINCP)histos2.h \ 860 $(SOPHYAINCP)hisprof.h \ 861 $(SOPHYAINCP)histerr.h \ 862 $(SOPHYAINCP)ntuple.h \ 720 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 721 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 722 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 723 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 724 $(SOPHYAINCP)ndatablock.h \ 725 $(SOPHYAINCP)utilarr.h \ 726 $(SOPHYAINCP)tmatrix_tsnl.h \ 727 $(SOPHYAINCP)tvector_tsnl.h \ 728 $(SOPHYAINCP)generaldata.h \ 729 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 730 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 731 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 732 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 733 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 863 734 $(SOPHYAINCP)xntuple.h \ 864 735 $(SOPHYAINCP)basedtable.h \ 865 $(SOPHYAINCP)segdatablock.h pihisto.h \866 pihisto2d.h$(SOPHYAINCP)pimenux.h \736 $(SOPHYAINCP)segdatablock.h pihisto.h pihisto2d.h \ 737 $(SOPHYAINCP)pimenux.h \ 867 738 $(SOPHYAINCP)pimenugen.h \ 868 739 $(SOPHYAINCP)pimenubarx.h \ … … 879 750 $(SOPHYAINCP)picontainerx.h \ 880 751 $(SOPHYAINCP)picontainergen.h \ 881 $(SOPHYAINCP)pieldrw.h pipodrw.h \ 882 servnobjm.h nobjmgr.h dlftypes.h \ 883 $(SOPHYAINCP)pdlmgr.h \ 752 $(SOPHYAINCP)pieldrw.h pipodrw.h servnobjm.h nobjmgr.h \ 753 dlftypes.h $(SOPHYAINCP)pdlmgr.h \ 884 754 $(SOPHYAINCP)zthread.h \ 885 755 $(SOPHYAINCP)objfitter.h \ 886 $(SOPHYAINCP)cimage.h \ 887 $(SOPHYAINCP)fioarr.h \ 888 $(SOPHYAINCP)fitsntuple.h \ 889 $(SOPHYAINCP)fitsfile.h \ 890 $(SOPHYAINCP)FitsIO/fitsio.h \ 891 $(SOPHYAINCP)FitsIO/longnam.h \ 892 $(SOPHYAINCP)fitsxntuple.h \ 756 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 893 757 $(SOPHYAINCP)datatable.h \ 894 758 $(SOPHYAINCP)swppfdtable.h \ … … 898 762 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomhistadapter.cc 899 763 900 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 901 $(SOPHYAINCP)sopnamsp.h \ 902 $(SOPHYAINCP)machdefs.h \ 903 $(SOPHYAINCP)datatype.h nomimagadapter.h \ 904 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 905 $(SOPHYAINCP)pexceptions.h \ 906 $(SOPHYAINCP)gnumd5.h \ 907 $(SOPHYAINCP)ppfbinstream.h \ 908 $(SOPHYAINCP)rawstream.h \ 909 $(SOPHYAINCP)ppfnametag.h \ 910 $(SOPHYAINCP)anydataobj.h \ 911 $(SOPHYAINCP)pidrawer.h \ 912 $(SOPHYAINCP)pibwdggen.h \ 913 $(SOPHYAINCP)pisysdep.h \ 914 $(SOPHYAINCP)piwdgx.h \ 764 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc $(SOPHYAINCP)sopnamsp.h \ 765 $(SOPHYAINCP)machdefs.h \ 766 $(SOPHYAINCP)osx_values.h \ 767 $(SOPHYAINCP)datatype.h nomimagadapter.h nomgadapter.h \ 768 $(SOPHYAINCP)ppersist.h \ 769 $(SOPHYAINCP)pexceptions.h \ 770 $(SOPHYAINCP)gnumd5.h \ 771 $(SOPHYAINCP)ppfbinstream.h \ 772 $(SOPHYAINCP)rawstream.h \ 773 $(SOPHYAINCP)ppfnametag.h \ 774 $(SOPHYAINCP)anydataobj.h \ 775 $(SOPHYAINCP)pidrawer.h \ 776 $(SOPHYAINCP)pibwdggen.h \ 777 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 915 778 $(SOPHYAINCP)piwdggen.h \ 916 779 $(SOPHYAINCP)pimsghandler.h \ 917 $(SOPHYAINCP)picolist.h \ 918 $(SOPHYAINCP)picmap.h \ 780 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 919 781 $(SOPHYAINCP)picmapx.h \ 920 782 $(SOPHYAINCP)picmapgen.h \ … … 927 789 $(SOPHYAINCP)pigraphuc.h \ 928 790 $(SOPHYAINCP)pievthandler.h \ 929 $(SOPHYAINCP)psfile.h \ 930 $(SOPHYAINCP)pigratt.h \ 791 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 931 792 $(SOPHYAINCP)piaxes.h \ 932 $(SOPHYAINCP)parradapter.h \ 933 $(SOPHYAINCP)lut.h \ 793 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 934 794 $(SOPHYAINCP)ntupintf.h \ 935 795 $(SOPHYAINCP)generalfit.h \ 936 $(SOPHYAINCP)tvector.h \ 937 $(SOPHYAINCP)tmatrix.h \ 938 $(SOPHYAINCP)tarray.h \ 939 $(SOPHYAINCP)basarr.h \ 940 $(SOPHYAINCP)mutyv.h \ 941 $(SOPHYAINCP)timestamp.h \ 942 $(SOPHYAINCP)objfio.h \ 943 $(SOPHYAINCP)dvlist.h \ 944 $(SOPHYAINCP)ndatablock.h \ 945 $(SOPHYAINCP)utilarr.h \ 946 $(SOPHYAINCP)generaldata.h \ 947 $(SOPHYAINCP)poly.h \ 948 $(SOPHYAINCP)peida.h \ 949 $(SOPHYAINCP)utils.h \ 950 $(SOPHYAINCP)perrors.h \ 951 $(SOPHYAINCP)fmath.h \ 952 $(SOPHYAINCP)cimage.h \ 796 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 797 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 798 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 799 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 800 $(SOPHYAINCP)ndatablock.h \ 801 $(SOPHYAINCP)utilarr.h \ 802 $(SOPHYAINCP)tmatrix_tsnl.h \ 803 $(SOPHYAINCP)tvector_tsnl.h \ 804 $(SOPHYAINCP)generaldata.h \ 805 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 806 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 807 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)cimage.h \ 953 808 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 954 809 $(SOPHYAINCP)objfitter.h \ 955 $(SOPHYAINCP)histos.h \ 956 $(SOPHYAINCP)histos2.h \ 957 $(SOPHYAINCP)hisprof.h \ 958 $(SOPHYAINCP)fitstarray.h \ 959 $(SOPHYAINCP)fitsfile.h \ 960 $(SOPHYAINCP)FitsIO/fitsio.h \ 961 $(SOPHYAINCP)FitsIO/longnam.h 810 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 811 $(SOPHYAINCP)hisprof.h 962 812 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomimagadapter.cc 963 813 … … 965 815 $(SOPHYAINCP)sopnamsp.h \ 966 816 $(SOPHYAINCP)machdefs.h \ 967 $(SOPHYAINCP) datatype.h nomskymapadapter.h \968 nomgadapter.h $(SOPHYAINCP)ppersist.h \969 $(SOPHYAINCP)p exceptions.h \970 $(SOPHYAINCP) gnumd5.h \971 $(SOPHYAINCP) ppfbinstream.h \972 $(SOPHYAINCP) rawstream.h \973 $(SOPHYAINCP) ppfnametag.h \974 $(SOPHYAINCP) anydataobj.h \975 $(SOPHYAINCP) pidrawer.h \976 $(SOPHYAINCP)pi bwdggen.h \977 $(SOPHYAINCP)pi sysdep.h \978 $(SOPHYAINCP)pi wdgx.h \817 $(SOPHYAINCP)osx_values.h \ 818 $(SOPHYAINCP)datatype.h nomskymapadapter.h nomgadapter.h \ 819 $(SOPHYAINCP)ppersist.h \ 820 $(SOPHYAINCP)pexceptions.h \ 821 $(SOPHYAINCP)gnumd5.h \ 822 $(SOPHYAINCP)ppfbinstream.h \ 823 $(SOPHYAINCP)rawstream.h \ 824 $(SOPHYAINCP)ppfnametag.h \ 825 $(SOPHYAINCP)anydataobj.h \ 826 $(SOPHYAINCP)pidrawer.h \ 827 $(SOPHYAINCP)pibwdggen.h \ 828 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 979 829 $(SOPHYAINCP)piwdggen.h \ 980 830 $(SOPHYAINCP)pimsghandler.h \ 981 $(SOPHYAINCP)picolist.h \ 982 $(SOPHYAINCP)picmap.h \ 831 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 983 832 $(SOPHYAINCP)picmapx.h \ 984 833 $(SOPHYAINCP)picmapgen.h \ … … 991 840 $(SOPHYAINCP)pigraphuc.h \ 992 841 $(SOPHYAINCP)pievthandler.h \ 993 $(SOPHYAINCP)psfile.h \ 994 $(SOPHYAINCP)pigratt.h \ 842 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 995 843 $(SOPHYAINCP)piaxes.h \ 996 $(SOPHYAINCP)parradapter.h \ 997 $(SOPHYAINCP)lut.h \ 844 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 998 845 $(SOPHYAINCP)ntupintf.h \ 999 846 $(SOPHYAINCP)generalfit.h \ 1000 $(SOPHYAINCP)tvector.h \ 1001 $(SOPHYAINCP)tmatrix.h \ 1002 $(SOPHYAINCP)tarray.h \ 1003 $(SOPHYAINCP)basarr.h \ 1004 $(SOPHYAINCP)mutyv.h \ 1005 $(SOPHYAINCP)timestamp.h \ 1006 $(SOPHYAINCP)objfio.h \ 1007 $(SOPHYAINCP)dvlist.h \ 1008 $(SOPHYAINCP)ndatablock.h \ 1009 $(SOPHYAINCP)utilarr.h \ 1010 $(SOPHYAINCP)generaldata.h \ 1011 $(SOPHYAINCP)poly.h \ 1012 $(SOPHYAINCP)peida.h \ 1013 $(SOPHYAINCP)utils.h \ 1014 $(SOPHYAINCP)perrors.h \ 1015 $(SOPHYAINCP)fmath.h \ 1016 $(SOPHYAINCP)pixelmap.h \ 847 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 848 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 849 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 850 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 851 $(SOPHYAINCP)ndatablock.h \ 852 $(SOPHYAINCP)utilarr.h \ 853 $(SOPHYAINCP)tmatrix_tsnl.h \ 854 $(SOPHYAINCP)tvector_tsnl.h \ 855 $(SOPHYAINCP)generaldata.h \ 856 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 857 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 858 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)pixelmap.h \ 1017 859 $(SOPHYAINCP)spherepos.h \ 1018 860 $(SOPHYAINCP)unitvector.h \ 1019 861 $(SOPHYAINCP)vector3d.h \ 1020 862 $(SOPHYAINCP)longlat.h \ 1021 $(SOPHYAINCP)utilgeom.h \ 1022 $(SOPHYAINCP)skymap.h \ 863 $(SOPHYAINCP)utilgeom.h $(SOPHYAINCP)skymap.h \ 1023 864 $(SOPHYAINCP)spherethetaphi.h \ 1024 865 $(SOPHYAINCP)sphericalmap.h \ … … 1032 873 $(SOPHYAINCP)fiolocalmap.h \ 1033 874 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 1034 $(SOPHYAINCP)complexios.h \ 1035 $(SOPHYAINCP)fitsspherehealpix.h \ 1036 $(SOPHYAINCP)fitsfile.h \ 1037 $(SOPHYAINCP)FitsIO/fitsio.h \ 1038 $(SOPHYAINCP)FitsIO/longnam.h \ 1039 $(SOPHYAINCP)fitslocalmap.h 875 $(SOPHYAINCP)complexios.h 1040 876 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomskymapadapter.cc 1041 877 … … 1043 879 $(SOPHYAINCP)sopnamsp.h \ 1044 880 $(SOPHYAINCP)machdefs.h \ 1045 nomspecrespadapter.h nomgadapter.h \ 1046 $(SOPHYAINCP)ppersist.h \ 1047 $(SOPHYAINCP)pexceptions.h \ 1048 $(SOPHYAINCP)gnumd5.h \ 1049 $(SOPHYAINCP)ppfbinstream.h \ 1050 $(SOPHYAINCP)rawstream.h \ 1051 $(SOPHYAINCP)ppfnametag.h \ 1052 $(SOPHYAINCP)anydataobj.h \ 1053 $(SOPHYAINCP)pidrawer.h \ 1054 $(SOPHYAINCP)pibwdggen.h \ 1055 $(SOPHYAINCP)pisysdep.h \ 1056 $(SOPHYAINCP)piwdgx.h \ 881 $(SOPHYAINCP)osx_values.h nomspecrespadapter.h \ 882 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 883 $(SOPHYAINCP)pexceptions.h \ 884 $(SOPHYAINCP)gnumd5.h \ 885 $(SOPHYAINCP)ppfbinstream.h \ 886 $(SOPHYAINCP)rawstream.h \ 887 $(SOPHYAINCP)ppfnametag.h \ 888 $(SOPHYAINCP)anydataobj.h \ 889 $(SOPHYAINCP)pidrawer.h \ 890 $(SOPHYAINCP)pibwdggen.h \ 891 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1057 892 $(SOPHYAINCP)piwdggen.h \ 1058 893 $(SOPHYAINCP)pimsghandler.h \ 1059 $(SOPHYAINCP)picolist.h \ 1060 $(SOPHYAINCP)picmap.h \ 894 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1061 895 $(SOPHYAINCP)picmapx.h \ 1062 896 $(SOPHYAINCP)picmapgen.h \ … … 1069 903 $(SOPHYAINCP)pigraphuc.h \ 1070 904 $(SOPHYAINCP)pievthandler.h \ 1071 $(SOPHYAINCP)psfile.h \ 1072 $(SOPHYAINCP)pigratt.h \ 905 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1073 906 $(SOPHYAINCP)piaxes.h \ 1074 $(SOPHYAINCP)parradapter.h \ 1075 $(SOPHYAINCP)lut.h \ 907 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1076 908 $(SOPHYAINCP)ntupintf.h \ 1077 909 $(SOPHYAINCP)generalfit.h \ 1078 $(SOPHYAINCP)tvector.h \ 1079 $(SOPHYAINCP)tmatrix.h \ 1080 $(SOPHYAINCP)tarray.h \ 1081 $(SOPHYAINCP)basarr.h \ 1082 $(SOPHYAINCP)mutyv.h \ 1083 $(SOPHYAINCP)timestamp.h \ 1084 $(SOPHYAINCP)objfio.h \ 1085 $(SOPHYAINCP)dvlist.h \ 1086 $(SOPHYAINCP)ndatablock.h \ 1087 $(SOPHYAINCP)utilarr.h \ 1088 $(SOPHYAINCP)generaldata.h \ 1089 $(SOPHYAINCP)poly.h \ 1090 $(SOPHYAINCP)peida.h \ 1091 $(SOPHYAINCP)utils.h \ 1092 $(SOPHYAINCP)perrors.h \ 1093 $(SOPHYAINCP)fmath.h \ 1094 $(SOPHYAINCP)specresp.h \ 910 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 911 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 912 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 913 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 914 $(SOPHYAINCP)ndatablock.h \ 915 $(SOPHYAINCP)utilarr.h \ 916 $(SOPHYAINCP)tmatrix_tsnl.h \ 917 $(SOPHYAINCP)tvector_tsnl.h \ 918 $(SOPHYAINCP)generaldata.h \ 919 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 920 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 921 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)specresp.h \ 1095 922 $(SOPHYAINCP)specrespvector.h \ 1096 923 $(SOPHYAINCP)gaussfilt.h 1097 924 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomspecrespadapter.cc 1098 925 1099 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 1100 $(SOPHYAINCP)sopnamsp.h \ 1101 $(SOPHYAINCP)machdefs.h \ 1102 $(SOPHYAINCP)datatype.h nomtarradapter.h \ 1103 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1104 $(SOPHYAINCP)pexceptions.h \ 1105 $(SOPHYAINCP)gnumd5.h \ 1106 $(SOPHYAINCP)ppfbinstream.h \ 1107 $(SOPHYAINCP)rawstream.h \ 1108 $(SOPHYAINCP)ppfnametag.h \ 1109 $(SOPHYAINCP)anydataobj.h \ 1110 $(SOPHYAINCP)pidrawer.h \ 1111 $(SOPHYAINCP)pibwdggen.h \ 1112 $(SOPHYAINCP)pisysdep.h \ 1113 $(SOPHYAINCP)piwdgx.h \ 926 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc $(SOPHYAINCP)sopnamsp.h \ 927 $(SOPHYAINCP)machdefs.h \ 928 $(SOPHYAINCP)osx_values.h \ 929 $(SOPHYAINCP)datatype.h nomtarradapter.h nomgadapter.h \ 930 $(SOPHYAINCP)ppersist.h \ 931 $(SOPHYAINCP)pexceptions.h \ 932 $(SOPHYAINCP)gnumd5.h \ 933 $(SOPHYAINCP)ppfbinstream.h \ 934 $(SOPHYAINCP)rawstream.h \ 935 $(SOPHYAINCP)ppfnametag.h \ 936 $(SOPHYAINCP)anydataobj.h \ 937 $(SOPHYAINCP)pidrawer.h \ 938 $(SOPHYAINCP)pibwdggen.h \ 939 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1114 940 $(SOPHYAINCP)piwdggen.h \ 1115 941 $(SOPHYAINCP)pimsghandler.h \ 1116 $(SOPHYAINCP)picolist.h \ 1117 $(SOPHYAINCP)picmap.h \ 942 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1118 943 $(SOPHYAINCP)picmapx.h \ 1119 944 $(SOPHYAINCP)picmapgen.h \ … … 1126 951 $(SOPHYAINCP)pigraphuc.h \ 1127 952 $(SOPHYAINCP)pievthandler.h \ 1128 $(SOPHYAINCP)psfile.h \ 1129 $(SOPHYAINCP)pigratt.h \ 953 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1130 954 $(SOPHYAINCP)piaxes.h \ 1131 $(SOPHYAINCP)parradapter.h \ 1132 $(SOPHYAINCP)lut.h \ 955 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1133 956 $(SOPHYAINCP)ntupintf.h \ 1134 957 $(SOPHYAINCP)generalfit.h \ 1135 $(SOPHYAINCP)tvector.h \ 1136 $(SOPHYAINCP)tmatrix.h \ 1137 $(SOPHYAINCP)tarray.h \ 1138 $(SOPHYAINCP)basarr.h \ 1139 $(SOPHYAINCP)mutyv.h \ 1140 $(SOPHYAINCP)timestamp.h \ 1141 $(SOPHYAINCP)objfio.h \ 1142 $(SOPHYAINCP)dvlist.h \ 1143 $(SOPHYAINCP)ndatablock.h \ 1144 $(SOPHYAINCP)utilarr.h \ 1145 $(SOPHYAINCP)generaldata.h \ 1146 $(SOPHYAINCP)poly.h \ 1147 $(SOPHYAINCP)peida.h \ 1148 $(SOPHYAINCP)utils.h \ 1149 $(SOPHYAINCP)perrors.h \ 958 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 959 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 960 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 961 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 962 $(SOPHYAINCP)ndatablock.h \ 963 $(SOPHYAINCP)utilarr.h \ 964 $(SOPHYAINCP)tmatrix_tsnl.h \ 965 $(SOPHYAINCP)tvector_tsnl.h \ 966 $(SOPHYAINCP)generaldata.h \ 967 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 968 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1150 969 $(SOPHYAINCP)fmath.h pitvmaad.h \ 1151 $(SOPHYAINCP)piyfxdrw.h \ 1152 $(SOPHYAINCP)fioarr.h \ 1153 $(SOPHYAINCP)fitstarray.h \ 1154 $(SOPHYAINCP)fitsfile.h \ 1155 $(SOPHYAINCP)FitsIO/fitsio.h \ 1156 $(SOPHYAINCP)FitsIO/longnam.h 970 $(SOPHYAINCP)piyfxdrw.h $(SOPHYAINCP)fioarr.h 1157 971 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc 1158 972 … … 1160 974 $(SOPHYAINCP)sopnamsp.h \ 1161 975 $(SOPHYAINCP)machdefs.h \ 976 $(SOPHYAINCP)osx_values.h \ 1162 977 $(SOPHYAINCP)datatype.h \ 1163 $(SOPHYAINCP)tvector.h \ 1164 $(SOPHYAINCP)tmatrix.h \ 1165 $(SOPHYAINCP)tarray.h \ 1166 $(SOPHYAINCP)basarr.h \ 1167 $(SOPHYAINCP)anydataobj.h \ 1168 $(SOPHYAINCP)mutyv.h \ 1169 $(SOPHYAINCP)timestamp.h \ 1170 $(SOPHYAINCP)objfio.h \ 1171 $(SOPHYAINCP)ppersist.h \ 978 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 979 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 980 $(SOPHYAINCP)anydataobj.h \ 981 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 982 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1172 983 $(SOPHYAINCP)pexceptions.h \ 1173 984 $(SOPHYAINCP)gnumd5.h \ … … 1178 989 $(SOPHYAINCP)ndatablock.h \ 1179 990 $(SOPHYAINCP)utilarr.h \ 991 $(SOPHYAINCP)tmatrix_tsnl.h \ 992 $(SOPHYAINCP)tvector_tsnl.h \ 1180 993 $(SOPHYAINCP)objfitter.h \ 1181 $(SOPHYAINCP)cimage.h \ 1182 $(SOPHYAINCP)fioarr.h \ 1183 $(SOPHYAINCP)histos.h \ 1184 $(SOPHYAINCP)peida.h \ 1185 $(SOPHYAINCP)utils.h \ 1186 $(SOPHYAINCP)perrors.h \ 1187 $(SOPHYAINCP)fmath.h \ 1188 $(SOPHYAINCP)histos2.h \ 994 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 995 $(SOPHYAINCP)histos.h $(SOPHYAINCP)peida.h \ 996 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 997 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos2.h \ 1189 998 $(SOPHYAINCP)hisprof.h \ 1190 999 $(SOPHYAINCP)generalfit.h \ 1191 1000 $(SOPHYAINCP)generaldata.h \ 1192 $(SOPHYAINCP)ntupintf.h \ 1193 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1194 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1195 $(SOPHYAINCP)pibwdggen.h \ 1196 $(SOPHYAINCP)pisysdep.h \ 1197 $(SOPHYAINCP)piwdgx.h \ 1001 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1002 nomtmatvecadapter.h nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1003 $(SOPHYAINCP)pibwdggen.h \ 1004 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1198 1005 $(SOPHYAINCP)piwdggen.h \ 1199 1006 $(SOPHYAINCP)pimsghandler.h \ 1200 $(SOPHYAINCP)picolist.h \ 1201 $(SOPHYAINCP)picmap.h \ 1007 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1202 1008 $(SOPHYAINCP)picmapx.h \ 1203 1009 $(SOPHYAINCP)picmapgen.h \ … … 1210 1016 $(SOPHYAINCP)pigraphuc.h \ 1211 1017 $(SOPHYAINCP)pievthandler.h \ 1212 $(SOPHYAINCP)psfile.h \ 1213 $(SOPHYAINCP)pigratt.h \ 1018 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1214 1019 $(SOPHYAINCP)piaxes.h \ 1215 $(SOPHYAINCP)parradapter.h \ 1216 $(SOPHYAINCP)lut.h \ 1217 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1218 $(SOPHYAINCP)fitstarray.h \ 1219 $(SOPHYAINCP)fitsfile.h \ 1220 $(SOPHYAINCP)FitsIO/fitsio.h \ 1221 $(SOPHYAINCP)FitsIO/longnam.h 1020 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1021 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h 1222 1022 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1223 1023 1224 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ 1225 $(SOPHYAINCP)sopnamsp.h \ 1024 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc $(SOPHYAINCP)sopnamsp.h \ 1226 1025 $(SOPHYAINCP)strutil.h \ 1227 1026 $(SOPHYAINCP)strutilxx.h \ 1228 1027 $(SOPHYAINCP)machdefs.h \ 1229 $(SOPHYAINCP) histos.h \1230 $(SOPHYAINCP) objfio.h \1028 $(SOPHYAINCP)osx_values.h \ 1029 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1231 1030 $(SOPHYAINCP)anydataobj.h \ 1232 1031 $(SOPHYAINCP)ppersist.h \ … … 1236 1035 $(SOPHYAINCP)rawstream.h \ 1237 1036 $(SOPHYAINCP)ppfnametag.h \ 1238 $(SOPHYAINCP)peida.h \ 1239 $(SOPHYAINCP)utils.h \ 1240 $(SOPHYAINCP)perrors.h \ 1241 $(SOPHYAINCP)fmath.h \ 1242 $(SOPHYAINCP)tvector.h \ 1243 $(SOPHYAINCP)tmatrix.h \ 1244 $(SOPHYAINCP)tarray.h \ 1245 $(SOPHYAINCP)basarr.h \ 1246 $(SOPHYAINCP)mutyv.h \ 1247 $(SOPHYAINCP)timestamp.h \ 1037 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1038 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1039 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1040 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1041 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1248 1042 $(SOPHYAINCP)dvlist.h \ 1249 1043 $(SOPHYAINCP)ndatablock.h \ 1250 1044 $(SOPHYAINCP)utilarr.h \ 1251 $(SOPHYAINCP) histos2.h \1252 $(SOPHYAINCP) hisprof.h \1253 $(SOPHYAINCP)hist err.h \1254 $(SOPHYAINCP) ntuple.h \1045 $(SOPHYAINCP)tmatrix_tsnl.h \ 1046 $(SOPHYAINCP)tvector_tsnl.h \ 1047 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1048 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 1255 1049 $(SOPHYAINCP)ntupintf.h \ 1256 1050 $(SOPHYAINCP)datatable.h \ 1257 1051 $(SOPHYAINCP)basedtable.h \ 1258 $(SOPHYAINCP)segdatablock.h pawexecut.h \ 1259 piacmd.h $(SOPHYAINCP)commander.h \ 1260 $(SOPHYAINCP)pdlmgr.h \ 1261 $(SOPHYAINCP)ctimer.h \ 1262 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 1263 servnobjm.h nomgadapter.h \ 1264 $(SOPHYAINCP)pidrawer.h \ 1265 $(SOPHYAINCP)pibwdggen.h \ 1266 $(SOPHYAINCP)pisysdep.h \ 1267 $(SOPHYAINCP)piwdgx.h \ 1052 $(SOPHYAINCP)segdatablock.h pawexecut.h piacmd.h \ 1053 $(SOPHYAINCP)commander.h \ 1054 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1055 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h servnobjm.h \ 1056 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1057 $(SOPHYAINCP)pibwdggen.h \ 1058 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1268 1059 $(SOPHYAINCP)piwdggen.h \ 1269 1060 $(SOPHYAINCP)pimsghandler.h \ 1270 $(SOPHYAINCP)picolist.h \ 1271 $(SOPHYAINCP)picmap.h \ 1061 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1272 1062 $(SOPHYAINCP)picmapx.h \ 1273 1063 $(SOPHYAINCP)picmapgen.h \ … … 1280 1070 $(SOPHYAINCP)pigraphuc.h \ 1281 1071 $(SOPHYAINCP)pievthandler.h \ 1282 $(SOPHYAINCP)psfile.h \ 1283 $(SOPHYAINCP)pigratt.h \ 1072 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1284 1073 $(SOPHYAINCP)piaxes.h \ 1285 $(SOPHYAINCP)parradapter.h \ 1286 $(SOPHYAINCP)lut.h \ 1074 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1287 1075 $(SOPHYAINCP)generalfit.h \ 1288 1076 $(SOPHYAINCP)generaldata.h \ … … 1309 1097 $(SOPHYAINCP)piperiodx.h \ 1310 1098 $(SOPHYAINCP)periodic.h \ 1311 $(SOPHYAINCP)piimage.h \ 1312 $(SOPHYAINCP)pieldrw.h \ 1099 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1313 1100 $(SOPHYAINCP)pipixmapx.h \ 1314 1101 $(SOPHYAINCP)pipixmapgen.h \ 1315 1102 $(SOPHYAINCP)picmapview.h \ 1316 $(SOPHYAINCP)pi3dwdg.h \ 1317 $(SOPHYAINCP)pi3ddrw.h \ 1103 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1318 1104 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1319 1105 $(SOPHYAINCP)pilistx.h \ … … 1326 1112 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc $(SOPHYAINCP)sopnamsp.h \ 1327 1113 $(SOPHYAINCP)machdefs.h \ 1328 $(SOPHYAINCP) histos.h \1329 $(SOPHYAINCP) objfio.h \1114 $(SOPHYAINCP)osx_values.h \ 1115 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1330 1116 $(SOPHYAINCP)anydataobj.h \ 1331 1117 $(SOPHYAINCP)ppersist.h \ … … 1335 1121 $(SOPHYAINCP)rawstream.h \ 1336 1122 $(SOPHYAINCP)ppfnametag.h \ 1337 $(SOPHYAINCP)peida.h \ 1338 $(SOPHYAINCP)utils.h \ 1339 $(SOPHYAINCP)perrors.h \ 1340 $(SOPHYAINCP)fmath.h \ 1341 $(SOPHYAINCP)tvector.h \ 1342 $(SOPHYAINCP)tmatrix.h \ 1343 $(SOPHYAINCP)tarray.h \ 1344 $(SOPHYAINCP)basarr.h \ 1345 $(SOPHYAINCP)mutyv.h \ 1346 $(SOPHYAINCP)timestamp.h \ 1123 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1124 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1125 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1126 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1127 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1347 1128 $(SOPHYAINCP)dvlist.h \ 1348 1129 $(SOPHYAINCP)ndatablock.h \ 1349 1130 $(SOPHYAINCP)utilarr.h \ 1350 $(SOPHYAINCP)ntuple.h \ 1351 $(SOPHYAINCP)ntupintf.h \ 1352 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1353 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1131 $(SOPHYAINCP)tmatrix_tsnl.h \ 1132 $(SOPHYAINCP)tvector_tsnl.h \ 1133 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 1134 $(SOPHYAINCP)nbtri.h pi2dvec.h pistdimgapp.h \ 1135 $(SOPHYAINCP)pisysdep.h \ 1354 1136 $(SOPHYAINCP)piapplx.h \ 1355 1137 $(SOPHYAINCP)piapplgen.h \ … … 1357 1139 $(SOPHYAINCP)picontainerx.h \ 1358 1140 $(SOPHYAINCP)picontainergen.h \ 1359 $(SOPHYAINCP)piwdgx.h \ 1360 $(SOPHYAINCP)piwdggen.h \ 1141 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1361 1142 $(SOPHYAINCP)picolist.h \ 1362 1143 $(SOPHYAINCP)pimenubarx.h \ … … 1369 1150 $(SOPHYAINCP)pibwdgx.h \ 1370 1151 $(SOPHYAINCP)pibwdggen.h \ 1371 $(SOPHYAINCP)picmap.h \ 1372 $(SOPHYAINCP)picmapx.h \ 1152 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1373 1153 $(SOPHYAINCP)picmapgen.h \ 1374 1154 $(SOPHYAINCP)pigraphx.h \ … … 1391 1171 $(SOPHYAINCP)periodic.h \ 1392 1172 $(SOPHYAINCP)piimage.h \ 1393 $(SOPHYAINCP)parradapter.h \ 1394 $(SOPHYAINCP)lut.h \ 1173 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1395 1174 $(SOPHYAINCP)pieldrw.h \ 1396 1175 $(SOPHYAINCP)pidrawer.h \ 1397 $(SOPHYAINCP)pigratt.h \ 1398 $(SOPHYAINCP)piaxes.h \ 1176 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1399 1177 $(SOPHYAINCP)pipixmapx.h \ 1400 1178 $(SOPHYAINCP)pipixmapgen.h \ 1401 1179 $(SOPHYAINCP)picmapview.h \ 1402 $(SOPHYAINCP)pi3dwdg.h \ 1403 $(SOPHYAINCP)pi3ddrw.h \ 1404 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1405 dlftypes.h piacmd.h \ 1180 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1181 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 1406 1182 $(SOPHYAINCP)commander.h \ 1407 $(SOPHYAINCP)pdlmgr.h \ 1408 $(SOPHYAINCP)ctimer.h \ 1183 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1409 1184 $(SOPHYAINCP)zthread.h pisiadw.h \ 1410 1185 $(SOPHYAINCP)pilistx.h \ … … 1416 1191 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc 1417 1192 1418 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1419 piacmd.h $(SOPHYAINCP)machdefs.h \ 1193 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1194 $(SOPHYAINCP)machdefs.h \ 1195 $(SOPHYAINCP)osx_values.h \ 1420 1196 $(SOPHYAINCP)commander.h \ 1421 $(SOPHYAINCP)pdlmgr.h \ 1422 $(SOPHYAINCP)dvlist.h \ 1197 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 1423 1198 $(SOPHYAINCP)objfio.h \ 1424 1199 $(SOPHYAINCP)anydataobj.h \ … … 1429 1204 $(SOPHYAINCP)rawstream.h \ 1430 1205 $(SOPHYAINCP)ppfnametag.h \ 1431 $(SOPHYAINCP)mutyv.h \ 1432 $(SOPHYAINCP)timestamp.h \ 1433 $(SOPHYAINCP)ctimer.h \ 1434 $(SOPHYAINCP)zthread.h dlftypes.h \ 1435 $(SOPHYAINCP)strutil.h \ 1206 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1207 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1208 dlftypes.h $(SOPHYAINCP)strutil.h \ 1436 1209 $(SOPHYAINCP)strutilxx.h \ 1437 1210 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ … … 1442 1215 $(SOPHYAINCP)picontainerx.h \ 1443 1216 $(SOPHYAINCP)picontainergen.h \ 1444 $(SOPHYAINCP)piwdgx.h \ 1445 $(SOPHYAINCP)piwdggen.h \ 1217 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1446 1218 $(SOPHYAINCP)picolist.h \ 1447 1219 $(SOPHYAINCP)pimenubarx.h \ … … 1454 1226 $(SOPHYAINCP)pibwdgx.h \ 1455 1227 $(SOPHYAINCP)pibwdggen.h \ 1456 $(SOPHYAINCP)picmap.h \ 1457 $(SOPHYAINCP)picmapx.h \ 1228 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1458 1229 $(SOPHYAINCP)picmapgen.h \ 1459 1230 $(SOPHYAINCP)pigraphx.h \ … … 1476 1247 $(SOPHYAINCP)periodic.h \ 1477 1248 $(SOPHYAINCP)piimage.h \ 1478 $(SOPHYAINCP)parradapter.h \ 1479 $(SOPHYAINCP)lut.h \ 1249 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1480 1250 $(SOPHYAINCP)pieldrw.h \ 1481 1251 $(SOPHYAINCP)pidrawer.h \ 1482 $(SOPHYAINCP)pigratt.h \ 1483 $(SOPHYAINCP)piaxes.h \ 1252 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1484 1253 $(SOPHYAINCP)pipixmapx.h \ 1485 1254 $(SOPHYAINCP)pipixmapgen.h \ 1486 1255 $(SOPHYAINCP)picmapview.h \ 1487 $(SOPHYAINCP)pi3dwdg.h \ 1488 $(SOPHYAINCP)pi3ddrw.h \ 1489 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1490 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1256 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1257 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 1258 $(SOPHYAINCP)pilistx.h \ 1491 1259 $(SOPHYAINCP)pilistgen.h \ 1492 1260 $(SOPHYAINCP)pistzwin.h \ 1493 1261 $(SOPHYAINCP)pitherm.h \ 1494 $(SOPHYAINCP)resusage.h basexecut.h \ 1495 graphexecut.h piafitting.h nomgadapter.h \ 1496 $(SOPHYAINCP)ntupintf.h \ 1262 $(SOPHYAINCP)resusage.h basexecut.h graphexecut.h \ 1263 piafitting.h nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1497 1264 $(SOPHYAINCP)generalfit.h \ 1498 $(SOPHYAINCP)tvector.h \ 1499 $(SOPHYAINCP)tmatrix.h \ 1500 $(SOPHYAINCP)tarray.h \ 1501 $(SOPHYAINCP)basarr.h \ 1502 $(SOPHYAINCP)ndatablock.h \ 1503 $(SOPHYAINCP)utilarr.h \ 1504 $(SOPHYAINCP)generaldata.h \ 1505 $(SOPHYAINCP)poly.h \ 1506 $(SOPHYAINCP)peida.h \ 1507 $(SOPHYAINCP)utils.h \ 1508 $(SOPHYAINCP)perrors.h \ 1509 $(SOPHYAINCP)fmath.h pawexecut.h \ 1510 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1265 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1266 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1267 $(SOPHYAINCP)ndatablock.h \ 1268 $(SOPHYAINCP)utilarr.h \ 1269 $(SOPHYAINCP)tmatrix_tsnl.h \ 1270 $(SOPHYAINCP)tvector_tsnl.h \ 1271 $(SOPHYAINCP)generaldata.h \ 1272 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1273 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1274 $(SOPHYAINCP)fmath.h pawexecut.h cxxexecutor.h \ 1275 cxxexecwin.h contmodex.h flowmodex.h 1511 1276 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc 1512 1277 1513 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ 1514 $(SOPHYAINCP)sopnamsp.h \ 1515 $(SOPHYAINCP)strutil.h \ 1516 $(SOPHYAINCP)nbtri.h \ 1517 $(SOPHYAINCP)machdefs.h \ 1278 $(SOPHYAOBJP)piafitting.o: piafitting.cc $(SOPHYAINCP)sopnamsp.h \ 1279 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)nbtri.h \ 1280 $(SOPHYAINCP)machdefs.h \ 1281 $(SOPHYAINCP)osx_values.h \ 1518 1282 $(SOPHYAINCP)generalfit.h \ 1519 1283 $(SOPHYAINCP)pexceptions.h \ 1520 $(SOPHYAINCP)tvector.h \ 1521 $(SOPHYAINCP)tmatrix.h \ 1522 $(SOPHYAINCP)tarray.h \ 1523 $(SOPHYAINCP)basarr.h \ 1524 $(SOPHYAINCP)anydataobj.h \ 1525 $(SOPHYAINCP)mutyv.h \ 1526 $(SOPHYAINCP)timestamp.h \ 1527 $(SOPHYAINCP)objfio.h \ 1528 $(SOPHYAINCP)ppersist.h \ 1284 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1285 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1286 $(SOPHYAINCP)anydataobj.h \ 1287 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1288 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1529 1289 $(SOPHYAINCP)gnumd5.h \ 1530 1290 $(SOPHYAINCP)ppfbinstream.h \ … … 1534 1294 $(SOPHYAINCP)ndatablock.h \ 1535 1295 $(SOPHYAINCP)utilarr.h \ 1536 $(SOPHYAINCP)generaldata.h \ 1537 $(SOPHYAINCP)ntupintf.h \ 1538 $(SOPHYAINCP)poly.h \ 1539 $(SOPHYAINCP)peida.h \ 1540 $(SOPHYAINCP)utils.h \ 1541 $(SOPHYAINCP)perrors.h \ 1542 $(SOPHYAINCP)fmath.h \ 1296 $(SOPHYAINCP)tmatrix_tsnl.h \ 1297 $(SOPHYAINCP)tvector_tsnl.h \ 1298 $(SOPHYAINCP)generaldata.h \ 1299 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1300 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1301 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1543 1302 $(SOPHYAINCP)fct1dfit.h \ 1544 $(SOPHYAINCP)fct2dfit.h \ 1545 $(SOPHYAINCP)ntuple.h \ 1546 $(SOPHYAINCP)cimage.h \ 1547 $(SOPHYAINCP)fioarr.h \ 1548 $(SOPHYAINCP)histos.h \ 1549 $(SOPHYAINCP)histos2.h \ 1303 $(SOPHYAINCP)fct2dfit.h $(SOPHYAINCP)ntuple.h \ 1304 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 1305 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 1550 1306 $(SOPHYAINCP)hisprof.h \ 1551 $(SOPHYAINCP)objfitter.h piafitting.h \ 1552 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1553 $(SOPHYAINCP)pibwdggen.h \ 1554 $(SOPHYAINCP)pisysdep.h \ 1555 $(SOPHYAINCP)piwdgx.h \ 1307 $(SOPHYAINCP)objfitter.h piafitting.h nomgadapter.h \ 1308 $(SOPHYAINCP)pidrawer.h \ 1309 $(SOPHYAINCP)pibwdggen.h \ 1310 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1556 1311 $(SOPHYAINCP)piwdggen.h \ 1557 1312 $(SOPHYAINCP)pimsghandler.h \ 1558 $(SOPHYAINCP)picolist.h \ 1559 $(SOPHYAINCP)picmap.h \ 1313 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1560 1314 $(SOPHYAINCP)picmapx.h \ 1561 1315 $(SOPHYAINCP)picmapgen.h \ … … 1568 1322 $(SOPHYAINCP)pigraphuc.h \ 1569 1323 $(SOPHYAINCP)pievthandler.h \ 1570 $(SOPHYAINCP)psfile.h \ 1571 $(SOPHYAINCP)pigratt.h \ 1324 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1572 1325 $(SOPHYAINCP)piaxes.h \ 1573 $(SOPHYAINCP)parradapter.h \ 1574 $(SOPHYAINCP)lut.h \ 1326 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1575 1327 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1576 1328 $(SOPHYAINCP)commander.h \ 1577 $(SOPHYAINCP)ctimer.h \ 1578 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1579 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1329 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1330 nobjmgr.h pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1580 1331 $(SOPHYAINCP)piapplgen.h \ 1581 1332 $(SOPHYAINCP)picontainerx.h \ … … 1598 1349 $(SOPHYAINCP)piperiodx.h \ 1599 1350 $(SOPHYAINCP)periodic.h \ 1600 $(SOPHYAINCP)piimage.h \ 1601 $(SOPHYAINCP)pieldrw.h \ 1351 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1602 1352 $(SOPHYAINCP)pipixmapx.h \ 1603 1353 $(SOPHYAINCP)pipixmapgen.h \ 1604 1354 $(SOPHYAINCP)picmapview.h \ 1605 $(SOPHYAINCP)pi3dwdg.h \ 1606 $(SOPHYAINCP)pi3ddrw.h \ 1355 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1607 1356 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1608 1357 $(SOPHYAINCP)pilistx.h \ … … 1611 1360 $(SOPHYAINCP)pitherm.h \ 1612 1361 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1613 $(SOPHYAINCP)histerr.h \ 1614 $(SOPHYAINCP)xntuple.h \ 1362 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)xntuple.h \ 1615 1363 $(SOPHYAINCP)basedtable.h \ 1616 1364 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ … … 1618 1366 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc 1619 1367 1620 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \1621 pigfd1.h$(SOPHYAINCP)generaldata.h \1622 $(SOPHYAINCP)objfio.h \1623 $(SOPHYAINCP) machdefs.h \1368 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h pigfd1.h \ 1369 $(SOPHYAINCP)generaldata.h \ 1370 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \ 1371 $(SOPHYAINCP)osx_values.h \ 1624 1372 $(SOPHYAINCP)anydataobj.h \ 1625 1373 $(SOPHYAINCP)ppersist.h \ … … 1629 1377 $(SOPHYAINCP)rawstream.h \ 1630 1378 $(SOPHYAINCP)ppfnametag.h \ 1631 $(SOPHYAINCP)ntupintf.h \ 1632 $(SOPHYAINCP)poly.h \ 1633 $(SOPHYAINCP)peida.h \ 1634 $(SOPHYAINCP)utils.h \ 1635 $(SOPHYAINCP)perrors.h \ 1636 $(SOPHYAINCP)fmath.h \ 1637 $(SOPHYAINCP)tvector.h \ 1638 $(SOPHYAINCP)tmatrix.h \ 1639 $(SOPHYAINCP)tarray.h \ 1640 $(SOPHYAINCP)basarr.h \ 1641 $(SOPHYAINCP)mutyv.h \ 1642 $(SOPHYAINCP)timestamp.h \ 1379 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1380 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1381 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1382 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1383 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1384 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1643 1385 $(SOPHYAINCP)dvlist.h \ 1644 1386 $(SOPHYAINCP)ndatablock.h \ 1645 1387 $(SOPHYAINCP)utilarr.h \ 1646 $(SOPHYAINCP)pidrawer.h \ 1647 $(SOPHYAINCP)pibwdggen.h \ 1648 $(SOPHYAINCP)pisysdep.h \ 1649 $(SOPHYAINCP)piwdgx.h \ 1388 $(SOPHYAINCP)tmatrix_tsnl.h \ 1389 $(SOPHYAINCP)tvector_tsnl.h \ 1390 $(SOPHYAINCP)pidrawer.h \ 1391 $(SOPHYAINCP)pibwdggen.h \ 1392 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1650 1393 $(SOPHYAINCP)piwdggen.h \ 1651 1394 $(SOPHYAINCP)pimsghandler.h \ 1652 $(SOPHYAINCP)picolist.h \ 1653 $(SOPHYAINCP)picmap.h \ 1395 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1654 1396 $(SOPHYAINCP)picmapx.h \ 1655 1397 $(SOPHYAINCP)picmapgen.h \ … … 1662 1404 $(SOPHYAINCP)pigraphuc.h \ 1663 1405 $(SOPHYAINCP)pievthandler.h \ 1664 $(SOPHYAINCP)psfile.h \ 1665 $(SOPHYAINCP)pigratt.h \ 1406 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1666 1407 $(SOPHYAINCP)piaxes.h 1667 1408 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc 1668 1409 1669 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \1670 pigfd2.h$(SOPHYAINCP)generaldata.h \1671 $(SOPHYAINCP)objfio.h \1672 $(SOPHYAINCP) machdefs.h \1410 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h pigfd2.h \ 1411 $(SOPHYAINCP)generaldata.h \ 1412 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \ 1413 $(SOPHYAINCP)osx_values.h \ 1673 1414 $(SOPHYAINCP)anydataobj.h \ 1674 1415 $(SOPHYAINCP)ppersist.h \ … … 1678 1419 $(SOPHYAINCP)rawstream.h \ 1679 1420 $(SOPHYAINCP)ppfnametag.h \ 1680 $(SOPHYAINCP)ntupintf.h \ 1681 $(SOPHYAINCP)poly.h \ 1682 $(SOPHYAINCP)peida.h \ 1683 $(SOPHYAINCP)utils.h \ 1684 $(SOPHYAINCP)perrors.h \ 1685 $(SOPHYAINCP)fmath.h \ 1686 $(SOPHYAINCP)tvector.h \ 1687 $(SOPHYAINCP)tmatrix.h \ 1688 $(SOPHYAINCP)tarray.h \ 1689 $(SOPHYAINCP)basarr.h \ 1690 $(SOPHYAINCP)mutyv.h \ 1691 $(SOPHYAINCP)timestamp.h \ 1421 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1422 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1423 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1424 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1425 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1426 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1692 1427 $(SOPHYAINCP)dvlist.h \ 1693 1428 $(SOPHYAINCP)ndatablock.h \ 1694 1429 $(SOPHYAINCP)utilarr.h \ 1430 $(SOPHYAINCP)tmatrix_tsnl.h \ 1431 $(SOPHYAINCP)tvector_tsnl.h \ 1695 1432 $(SOPHYAINCP)pi3ddrw.h \ 1696 1433 $(SOPHYAINCP)pisysdep.h \ 1697 1434 $(SOPHYAINCP)pidrawer.h \ 1698 1435 $(SOPHYAINCP)pibwdggen.h \ 1699 $(SOPHYAINCP)piwdgx.h \ 1700 $(SOPHYAINCP)piwdggen.h \ 1701 $(SOPHYAINCP)pimsghandler.h \ 1702 $(SOPHYAINCP)picolist.h \ 1703 $(SOPHYAINCP)picmap.h \ 1436 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1437 $(SOPHYAINCP)pimsghandler.h \ 1438 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1704 1439 $(SOPHYAINCP)picmapx.h \ 1705 1440 $(SOPHYAINCP)picmapgen.h \ … … 1712 1447 $(SOPHYAINCP)pigraphuc.h \ 1713 1448 $(SOPHYAINCP)pievthandler.h \ 1714 $(SOPHYAINCP)psfile.h \ 1715 $(SOPHYAINCP)pigratt.h \ 1716 $(SOPHYAINCP)piaxes.h \ 1717 $(SOPHYAINCP)pieldrw.h \ 1449 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1450 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.h \ 1718 1451 $(SOPHYAINCP)pigraph3d.h 1719 1452 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc 1720 1453 1721 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h \1722 pihisto.h $(SOPHYAINCP)histos.h \1723 $(SOPHYAINCP) objfio.h \1724 $(SOPHYAINCP) machdefs.h \1454 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h pihisto.h \ 1455 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1456 $(SOPHYAINCP)machdefs.h \ 1457 $(SOPHYAINCP)osx_values.h \ 1725 1458 $(SOPHYAINCP)anydataobj.h \ 1726 1459 $(SOPHYAINCP)ppersist.h \ … … 1730 1463 $(SOPHYAINCP)rawstream.h \ 1731 1464 $(SOPHYAINCP)ppfnametag.h \ 1732 $(SOPHYAINCP)peida.h \ 1733 $(SOPHYAINCP)utils.h \ 1734 $(SOPHYAINCP)perrors.h \ 1735 $(SOPHYAINCP)fmath.h \ 1736 $(SOPHYAINCP)tvector.h \ 1737 $(SOPHYAINCP)tmatrix.h \ 1738 $(SOPHYAINCP)tarray.h \ 1739 $(SOPHYAINCP)basarr.h \ 1740 $(SOPHYAINCP)mutyv.h \ 1741 $(SOPHYAINCP)timestamp.h \ 1465 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1466 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1467 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1468 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1469 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1742 1470 $(SOPHYAINCP)dvlist.h \ 1743 1471 $(SOPHYAINCP)ndatablock.h \ 1744 1472 $(SOPHYAINCP)utilarr.h \ 1745 $(SOPHYAINCP)pidrawer.h \ 1746 $(SOPHYAINCP)pibwdggen.h \ 1747 $(SOPHYAINCP)pisysdep.h \ 1748 $(SOPHYAINCP)piwdgx.h \ 1473 $(SOPHYAINCP)tmatrix_tsnl.h \ 1474 $(SOPHYAINCP)tvector_tsnl.h \ 1475 $(SOPHYAINCP)pidrawer.h \ 1476 $(SOPHYAINCP)pibwdggen.h \ 1477 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1749 1478 $(SOPHYAINCP)piwdggen.h \ 1750 1479 $(SOPHYAINCP)pimsghandler.h \ 1751 $(SOPHYAINCP)picolist.h \ 1752 $(SOPHYAINCP)picmap.h \ 1480 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1753 1481 $(SOPHYAINCP)picmapx.h \ 1754 1482 $(SOPHYAINCP)picmapgen.h \ … … 1761 1489 $(SOPHYAINCP)pigraphuc.h \ 1762 1490 $(SOPHYAINCP)pievthandler.h \ 1763 $(SOPHYAINCP)psfile.h \ 1764 $(SOPHYAINCP)pigratt.h \ 1765 $(SOPHYAINCP)piaxes.h \ 1766 $(SOPHYAINCP)hisprof.h 1491 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1492 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)hisprof.h 1767 1493 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1768 1494 1769 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1495 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc $(SOPHYAINCP)pisysdep.h \ 1496 $(SOPHYAINCP)machdefs.h \ 1497 $(SOPHYAINCP)osx_values.h \ 1770 1498 $(SOPHYAINCP)piapplx.h \ 1771 1499 $(SOPHYAINCP)piapplgen.h \ … … 1773 1501 $(SOPHYAINCP)picontainerx.h \ 1774 1502 $(SOPHYAINCP)picontainergen.h \ 1775 $(SOPHYAINCP)piwdgx.h \ 1776 $(SOPHYAINCP)piwdggen.h \ 1503 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1777 1504 $(SOPHYAINCP)picolist.h \ 1778 1505 $(SOPHYAINCP)pimenubarx.h \ … … 1785 1512 $(SOPHYAINCP)pibwdgx.h \ 1786 1513 $(SOPHYAINCP)pibwdggen.h \ 1787 $(SOPHYAINCP)picmap.h \ 1788 $(SOPHYAINCP)picmapx.h \ 1514 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1789 1515 $(SOPHYAINCP)picmapgen.h \ 1790 1516 $(SOPHYAINCP)pigraphx.h \ … … 1801 1527 $(SOPHYAINCP)pioptmenux.h \ 1802 1528 $(SOPHYAINCP)pioptmenugen.h \ 1803 $(SOPHYAINCP)histos2.h \ 1804 $(SOPHYAINCP)peida.h \ 1805 $(SOPHYAINCP)utils.h \ 1806 $(SOPHYAINCP)perrors.h \ 1807 $(SOPHYAINCP)pexceptions.h \ 1808 $(SOPHYAINCP)fmath.h \ 1809 $(SOPHYAINCP)histos.h \ 1529 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1530 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1531 $(SOPHYAINCP)pexceptions.h \ 1532 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1810 1533 $(SOPHYAINCP)objfio.h \ 1811 1534 $(SOPHYAINCP)anydataobj.h \ 1812 $(SOPHYAINCP)ppersist.h \ 1813 $(SOPHYAINCP)gnumd5.h \ 1814 $(SOPHYAINCP)ppfbinstream.h \ 1815 $(SOPHYAINCP)rawstream.h \ 1816 $(SOPHYAINCP)ppfnametag.h \ 1817 $(SOPHYAINCP)tvector.h \ 1818 $(SOPHYAINCP)tmatrix.h \ 1819 $(SOPHYAINCP)tarray.h \ 1820 $(SOPHYAINCP)basarr.h \ 1821 $(SOPHYAINCP)mutyv.h \ 1822 $(SOPHYAINCP)timestamp.h \ 1535 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1536 $(SOPHYAINCP)ppfbinstream.h \ 1537 $(SOPHYAINCP)rawstream.h \ 1538 $(SOPHYAINCP)ppfnametag.h \ 1539 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1540 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1541 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1823 1542 $(SOPHYAINCP)dvlist.h \ 1824 1543 $(SOPHYAINCP)ndatablock.h \ 1825 1544 $(SOPHYAINCP)utilarr.h \ 1826 $(SOPHYAINCP)pidrawer.h \ 1827 $(SOPHYAINCP)pigratt.h \ 1828 $(SOPHYAINCP)piaxes.h \ 1545 $(SOPHYAINCP)tmatrix_tsnl.h \ 1546 $(SOPHYAINCP)tvector_tsnl.h \ 1547 $(SOPHYAINCP)pidrawer.h \ 1548 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1829 1549 $(SOPHYAINCP)piscdrawwdg.h \ 1830 1550 $(SOPHYAINCP)piwindowx.h \ … … 1836 1556 1837 1557 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1838 $(SOPHYAINCP)machdefs.h piinit.h \ 1558 $(SOPHYAINCP)machdefs.h \ 1559 $(SOPHYAINCP)osx_values.h piinit.h \ 1839 1560 $(SOPHYAINCP)sambainit.h \ 1840 1561 $(SOPHYAINCP)skymapinit.h \ … … 1848 1569 $(SOPHYAINCP)picontainerx.h \ 1849 1570 $(SOPHYAINCP)picontainergen.h \ 1850 $(SOPHYAINCP)piwdgx.h \ 1851 $(SOPHYAINCP)piwdggen.h \ 1571 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1852 1572 $(SOPHYAINCP)picolist.h \ 1853 1573 $(SOPHYAINCP)pimenubarx.h \ … … 1860 1580 $(SOPHYAINCP)pibwdgx.h \ 1861 1581 $(SOPHYAINCP)pibwdggen.h \ 1862 $(SOPHYAINCP)picmap.h \ 1863 $(SOPHYAINCP)picmapx.h \ 1582 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1864 1583 $(SOPHYAINCP)picmapgen.h \ 1865 1584 $(SOPHYAINCP)pigraphx.h \ … … 1882 1601 $(SOPHYAINCP)periodic.h \ 1883 1602 $(SOPHYAINCP)piimage.h \ 1884 $(SOPHYAINCP)parradapter.h \ 1885 $(SOPHYAINCP)lut.h \ 1603 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1886 1604 $(SOPHYAINCP)pieldrw.h \ 1887 1605 $(SOPHYAINCP)pidrawer.h \ 1888 $(SOPHYAINCP)pigratt.h \ 1889 $(SOPHYAINCP)piaxes.h \ 1606 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1890 1607 $(SOPHYAINCP)pipixmapx.h \ 1891 1608 $(SOPHYAINCP)pipixmapgen.h \ 1892 1609 $(SOPHYAINCP)picmapview.h \ 1893 $(SOPHYAINCP)pi3dwdg.h \ 1894 $(SOPHYAINCP)pi3ddrw.h \ 1610 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1895 1611 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1896 1612 $(SOPHYAINCP)anydataobj.h \ … … 1901 1617 $(SOPHYAINCP)rawstream.h \ 1902 1618 $(SOPHYAINCP)ppfnametag.h \ 1903 $(SOPHYAINCP)dvlist.h \ 1904 $(SOPHYAINCP)objfio.h \ 1905 $(SOPHYAINCP)mutyv.h \ 1906 $(SOPHYAINCP)timestamp.h dlftypes.h \ 1907 piacmd.h $(SOPHYAINCP)commander.h \ 1908 $(SOPHYAINCP)pdlmgr.h \ 1909 $(SOPHYAINCP)ctimer.h \ 1619 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1620 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1621 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1622 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1910 1623 $(SOPHYAINCP)zthread.h pisiadw.h \ 1911 1624 $(SOPHYAINCP)pilistx.h \ … … 1913 1626 $(SOPHYAINCP)pistzwin.h \ 1914 1627 $(SOPHYAINCP)pitherm.h \ 1915 $(SOPHYAINCP)resusage.h servnobjm.h \ 1916 nomhistadapter.h nomgadapter.h \ 1917 $(SOPHYAINCP)ntupintf.h \ 1628 $(SOPHYAINCP)resusage.h servnobjm.h nomhistadapter.h \ 1629 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1918 1630 $(SOPHYAINCP)generalfit.h \ 1919 $(SOPHYAINCP)tvector.h \ 1920 $(SOPHYAINCP)tmatrix.h \ 1921 $(SOPHYAINCP)tarray.h \ 1922 $(SOPHYAINCP)basarr.h \ 1923 $(SOPHYAINCP)ndatablock.h \ 1924 $(SOPHYAINCP)utilarr.h \ 1925 $(SOPHYAINCP)generaldata.h \ 1926 $(SOPHYAINCP)poly.h \ 1927 $(SOPHYAINCP)peida.h \ 1928 $(SOPHYAINCP)utils.h \ 1929 $(SOPHYAINCP)perrors.h \ 1930 $(SOPHYAINCP)fmath.h \ 1931 $(SOPHYAINCP)histos.h \ 1932 $(SOPHYAINCP)histos2.h \ 1933 $(SOPHYAINCP)hisprof.h \ 1934 $(SOPHYAINCP)histerr.h \ 1935 $(SOPHYAINCP)ntuple.h \ 1631 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1632 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1633 $(SOPHYAINCP)ndatablock.h \ 1634 $(SOPHYAINCP)utilarr.h \ 1635 $(SOPHYAINCP)tmatrix_tsnl.h \ 1636 $(SOPHYAINCP)tvector_tsnl.h \ 1637 $(SOPHYAINCP)generaldata.h \ 1638 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1639 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1640 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1641 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1642 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 1936 1643 $(SOPHYAINCP)xntuple.h \ 1937 1644 $(SOPHYAINCP)basedtable.h \ 1938 1645 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1939 1646 nomimagadapter.h $(SOPHYAINCP)cimage.h \ 1940 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \1941 nomtarradapter.h$(SOPHYAINCP)datatable.h \1647 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h nomtarradapter.h \ 1648 $(SOPHYAINCP)datatable.h \ 1942 1649 $(SOPHYAINCP)swppfdtable.h \ 1943 1650 $(SOPHYAINCP)swsegdb.h \ 1944 1651 $(SOPHYAINCP)ppfswapper.h \ 1945 $(SOPHYAINCP)ppftpointerio.h \1946 nomskymapadapter.h$(SOPHYAINCP)pixelmap.h \1652 $(SOPHYAINCP)ppftpointerio.h nomskymapadapter.h \ 1653 $(SOPHYAINCP)pixelmap.h \ 1947 1654 $(SOPHYAINCP)spherepos.h \ 1948 1655 $(SOPHYAINCP)unitvector.h \ … … 1959 1666 $(SOPHYAINCP)specrespvector.h \ 1960 1667 $(SOPHYAINCP)specresp.h \ 1961 $(SOPHYAINCP)gaussfilt.h \ 1962 nomspecrespadapter.h 1668 $(SOPHYAINCP)gaussfilt.h nomspecrespadapter.h 1963 1669 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc 1964 1670 1965 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1966 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1671 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1967 1672 $(SOPHYAINCP)ntupintf.h \ 1968 1673 $(SOPHYAINCP)machdefs.h \ 1674 $(SOPHYAINCP)osx_values.h \ 1969 1675 $(SOPHYAINCP)pi3ddrw.h \ 1970 1676 $(SOPHYAINCP)pisysdep.h \ 1971 1677 $(SOPHYAINCP)pidrawer.h \ 1972 1678 $(SOPHYAINCP)pibwdggen.h \ 1973 $(SOPHYAINCP)piwdgx.h \ 1974 $(SOPHYAINCP)piwdggen.h \ 1975 $(SOPHYAINCP)pimsghandler.h \ 1976 $(SOPHYAINCP)picolist.h \ 1977 $(SOPHYAINCP)picmap.h \ 1679 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1680 $(SOPHYAINCP)pimsghandler.h \ 1681 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1978 1682 $(SOPHYAINCP)picmapx.h \ 1979 1683 $(SOPHYAINCP)picmapgen.h \ … … 1986 1690 $(SOPHYAINCP)pigraphuc.h \ 1987 1691 $(SOPHYAINCP)pievthandler.h \ 1988 $(SOPHYAINCP)psfile.h \ 1989 $(SOPHYAINCP)pigratt.h \ 1990 $(SOPHYAINCP)piaxes.h \ 1991 $(SOPHYAINCP)pieldrw.h \ 1692 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1693 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.h \ 1992 1694 $(SOPHYAINCP)pigraph3d.h 1993 1695 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc 1994 1696 1995 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1996 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1697 $(SOPHYAOBJP)pintuple.o: pintuple.cc $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1997 1698 $(SOPHYAINCP)ntupintf.h \ 1998 1699 $(SOPHYAINCP)machdefs.h \ 1999 $(SOPHYAINCP) pidrawer.h \2000 $(SOPHYAINCP)pi bwdggen.h \2001 $(SOPHYAINCP)pi sysdep.h \2002 $(SOPHYAINCP)pi wdgx.h \1700 $(SOPHYAINCP)osx_values.h \ 1701 $(SOPHYAINCP)pidrawer.h \ 1702 $(SOPHYAINCP)pibwdggen.h \ 1703 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 2003 1704 $(SOPHYAINCP)piwdggen.h \ 2004 1705 $(SOPHYAINCP)pimsghandler.h \ 2005 $(SOPHYAINCP)picolist.h \ 2006 $(SOPHYAINCP)picmap.h \ 1706 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 2007 1707 $(SOPHYAINCP)picmapx.h \ 2008 1708 $(SOPHYAINCP)picmapgen.h \ … … 2015 1715 $(SOPHYAINCP)pigraphuc.h \ 2016 1716 $(SOPHYAINCP)pievthandler.h \ 2017 $(SOPHYAINCP)psfile.h \ 2018 $(SOPHYAINCP)pigratt.h \ 1717 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 2019 1718 $(SOPHYAINCP)piaxes.h 2020 1719 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc 2021 1720 2022 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h \2023 pipodrw.h$(SOPHYAINCP)machdefs.h \2024 $(SOPHYAINCP) pidrawer.h \2025 $(SOPHYAINCP)pi bwdggen.h \2026 $(SOPHYAINCP)pi sysdep.h \2027 $(SOPHYAINCP)pi wdgx.h \1721 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 1722 $(SOPHYAINCP)machdefs.h \ 1723 $(SOPHYAINCP)osx_values.h \ 1724 $(SOPHYAINCP)pidrawer.h \ 1725 $(SOPHYAINCP)pibwdggen.h \ 1726 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 2028 1727 $(SOPHYAINCP)piwdggen.h \ 2029 1728 $(SOPHYAINCP)pimsghandler.h \ 2030 $(SOPHYAINCP)picolist.h \ 2031 $(SOPHYAINCP)picmap.h \ 1729 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 2032 1730 $(SOPHYAINCP)picmapx.h \ 2033 1731 $(SOPHYAINCP)picmapgen.h \ … … 2040 1738 $(SOPHYAINCP)pigraphuc.h \ 2041 1739 $(SOPHYAINCP)pievthandler.h \ 2042 $(SOPHYAINCP)psfile.h \ 2043 $(SOPHYAINCP)pigratt.h \ 1740 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 2044 1741 $(SOPHYAINCP)piaxes.h \ 2045 $(SOPHYAINCP)parradapter.h \ 2046 $(SOPHYAINCP)lut.h \ 2047 $(SOPHYAINCP)histos2.h \ 2048 $(SOPHYAINCP)peida.h \ 2049 $(SOPHYAINCP)utils.h \ 1742 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1743 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1744 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1745 $(SOPHYAINCP)pexceptions.h \ 1746 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1747 $(SOPHYAINCP)objfio.h \ 1748 $(SOPHYAINCP)anydataobj.h \ 1749 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1750 $(SOPHYAINCP)ppfbinstream.h \ 1751 $(SOPHYAINCP)rawstream.h \ 1752 $(SOPHYAINCP)ppfnametag.h \ 1753 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1754 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1755 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1756 $(SOPHYAINCP)dvlist.h \ 1757 $(SOPHYAINCP)ndatablock.h \ 1758 $(SOPHYAINCP)utilarr.h \ 1759 $(SOPHYAINCP)tmatrix_tsnl.h \ 1760 $(SOPHYAINCP)tvector_tsnl.h \ 1761 $(SOPHYAINCP)generalfit.h \ 1762 $(SOPHYAINCP)generaldata.h \ 1763 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h 1764 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 1765 1766 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h \ 1767 $(SOPHYAINCP)machdefs.h \ 1768 $(SOPHYAINCP)osx_values.h \ 2050 1769 $(SOPHYAINCP)perrors.h \ 2051 1770 $(SOPHYAINCP)pexceptions.h \ 2052 $(SOPHYAINCP)fmath.h \ 2053 $(SOPHYAINCP)histos.h \ 2054 $(SOPHYAINCP)objfio.h \ 2055 $(SOPHYAINCP)anydataobj.h \ 2056 $(SOPHYAINCP)ppersist.h \ 2057 $(SOPHYAINCP)gnumd5.h \ 2058 $(SOPHYAINCP)ppfbinstream.h \ 2059 $(SOPHYAINCP)rawstream.h \ 2060 $(SOPHYAINCP)ppfnametag.h \ 2061 $(SOPHYAINCP)tvector.h \ 2062 $(SOPHYAINCP)tmatrix.h \ 2063 $(SOPHYAINCP)tarray.h \ 2064 $(SOPHYAINCP)basarr.h \ 2065 $(SOPHYAINCP)mutyv.h \ 2066 $(SOPHYAINCP)timestamp.h \ 2067 $(SOPHYAINCP)dvlist.h \ 2068 $(SOPHYAINCP)ndatablock.h \ 2069 $(SOPHYAINCP)utilarr.h \ 2070 $(SOPHYAINCP)generalfit.h \ 2071 $(SOPHYAINCP)generaldata.h \ 2072 $(SOPHYAINCP)ntupintf.h \ 2073 $(SOPHYAINCP)poly.h 2074 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 2075 2076 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h \ 2077 $(SOPHYAINCP)machdefs.h \ 2078 $(SOPHYAINCP)perrors.h \ 2079 $(SOPHYAINCP)pexceptions.h \ 2080 $(SOPHYAINCP)ctimer.h \ 2081 $(SOPHYAINCP)nbmath.h \ 1771 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)nbmath.h \ 2082 1772 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 2083 1773 $(SOPHYAINCP)pisysdep.h \ … … 2087 1777 $(SOPHYAINCP)picontainerx.h \ 2088 1778 $(SOPHYAINCP)picontainergen.h \ 2089 $(SOPHYAINCP)piwdgx.h \ 2090 $(SOPHYAINCP)piwdggen.h \ 1779 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2091 1780 $(SOPHYAINCP)picolist.h \ 2092 1781 $(SOPHYAINCP)pimenubarx.h \ … … 2099 1788 $(SOPHYAINCP)pibwdgx.h \ 2100 1789 $(SOPHYAINCP)pibwdggen.h \ 2101 $(SOPHYAINCP)picmap.h \ 2102 $(SOPHYAINCP)picmapx.h \ 1790 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2103 1791 $(SOPHYAINCP)picmapgen.h \ 2104 1792 $(SOPHYAINCP)pigraphx.h \ … … 2121 1809 $(SOPHYAINCP)periodic.h \ 2122 1810 $(SOPHYAINCP)piimage.h \ 2123 $(SOPHYAINCP)parradapter.h \ 2124 $(SOPHYAINCP)lut.h \ 1811 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2125 1812 $(SOPHYAINCP)pieldrw.h \ 2126 1813 $(SOPHYAINCP)pidrawer.h \ 2127 $(SOPHYAINCP)pigratt.h \ 2128 $(SOPHYAINCP)piaxes.h \ 1814 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2129 1815 $(SOPHYAINCP)pipixmapx.h \ 2130 1816 $(SOPHYAINCP)pipixmapgen.h \ 2131 1817 $(SOPHYAINCP)picmapview.h \ 2132 $(SOPHYAINCP)pi3dwdg.h \ 2133 $(SOPHYAINCP)pi3ddrw.h \ 1818 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2134 1819 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2135 1820 $(SOPHYAINCP)anydataobj.h \ 2136 $(SOPHYAINCP)ppersist.h \ 2137 $(SOPHYAINCP)gnumd5.h \ 2138 $(SOPHYAINCP)ppfbinstream.h \ 2139 $(SOPHYAINCP)rawstream.h \ 2140 $(SOPHYAINCP)ppfnametag.h \ 2141 $(SOPHYAINCP)dvlist.h \ 2142 $(SOPHYAINCP)objfio.h \ 2143 $(SOPHYAINCP)mutyv.h \ 2144 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2145 piacmd.h $(SOPHYAINCP)commander.h \ 2146 $(SOPHYAINCP)pdlmgr.h \ 2147 $(SOPHYAINCP)zthread.h pisiadw.h \ 2148 $(SOPHYAINCP)pilistx.h \ 1821 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1822 $(SOPHYAINCP)ppfbinstream.h \ 1823 $(SOPHYAINCP)rawstream.h \ 1824 $(SOPHYAINCP)ppfnametag.h \ 1825 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1826 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1827 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1828 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1829 pisiadw.h $(SOPHYAINCP)pilistx.h \ 2149 1830 $(SOPHYAINCP)pilistgen.h \ 2150 1831 $(SOPHYAINCP)pistzwin.h \ … … 2153 1834 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc 2154 1835 2155 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2156 $(SOPHYAINCP)sopnamsp.h \ 2157 $(SOPHYAINCP)machdefs.h \ 2158 $(SOPHYAINCP)strutil.h \ 2159 $(SOPHYAINCP)timing.h \ 1836 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc $(SOPHYAINCP)sopnamsp.h \ 1837 $(SOPHYAINCP)machdefs.h \ 1838 $(SOPHYAINCP)osx_values.h \ 1839 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)timing.h \ 2160 1840 $(SOPHYAINCP)perrors.h \ 2161 1841 $(SOPHYAINCP)pexceptions.h \ 2162 $(SOPHYAINCP)ctimer.h \ 2163 $(SOPHYAINCP)psighand.h \ 2164 $(SOPHYAINCP)cimage.h \ 2165 $(SOPHYAINCP)tmatrix.h \ 2166 $(SOPHYAINCP)tarray.h \ 2167 $(SOPHYAINCP)basarr.h \ 2168 $(SOPHYAINCP)anydataobj.h \ 2169 $(SOPHYAINCP)mutyv.h \ 2170 $(SOPHYAINCP)timestamp.h \ 2171 $(SOPHYAINCP)objfio.h \ 2172 $(SOPHYAINCP)ppersist.h \ 1842 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)psighand.h \ 1843 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)tmatrix.h \ 1844 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1845 $(SOPHYAINCP)anydataobj.h \ 1846 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1847 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 2173 1848 $(SOPHYAINCP)gnumd5.h \ 2174 1849 $(SOPHYAINCP)ppfbinstream.h \ … … 2178 1853 $(SOPHYAINCP)ndatablock.h \ 2179 1854 $(SOPHYAINCP)utilarr.h \ 2180 $(SOPHYAINCP)fioarr.h \ 2181 $(SOPHYAINCP)tvector.h pistdimgapp.h \ 1855 $(SOPHYAINCP)tmatrix_tsnl.h \ 1856 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tvector.h \ 1857 $(SOPHYAINCP)tvector_tsnl.h pistdimgapp.h \ 2182 1858 $(SOPHYAINCP)pisysdep.h \ 2183 1859 $(SOPHYAINCP)piapplx.h \ … … 2186 1862 $(SOPHYAINCP)picontainerx.h \ 2187 1863 $(SOPHYAINCP)picontainergen.h \ 2188 $(SOPHYAINCP)piwdgx.h \ 2189 $(SOPHYAINCP)piwdggen.h \ 1864 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2190 1865 $(SOPHYAINCP)picolist.h \ 2191 1866 $(SOPHYAINCP)pimenubarx.h \ … … 2198 1873 $(SOPHYAINCP)pibwdgx.h \ 2199 1874 $(SOPHYAINCP)pibwdggen.h \ 2200 $(SOPHYAINCP)picmap.h \ 2201 $(SOPHYAINCP)picmapx.h \ 1875 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2202 1876 $(SOPHYAINCP)picmapgen.h \ 2203 1877 $(SOPHYAINCP)pigraphx.h \ … … 2220 1894 $(SOPHYAINCP)periodic.h \ 2221 1895 $(SOPHYAINCP)piimage.h \ 2222 $(SOPHYAINCP)parradapter.h \ 2223 $(SOPHYAINCP)lut.h \ 1896 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2224 1897 $(SOPHYAINCP)pieldrw.h \ 2225 1898 $(SOPHYAINCP)pidrawer.h \ 2226 $(SOPHYAINCP)pigratt.h \ 2227 $(SOPHYAINCP)piaxes.h \ 1899 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2228 1900 $(SOPHYAINCP)pipixmapx.h \ 2229 1901 $(SOPHYAINCP)pipixmapgen.h \ 2230 1902 $(SOPHYAINCP)picmapview.h \ 2231 $(SOPHYAINCP)pi3dwdg.h \ 2232 $(SOPHYAINCP)pi3ddrw.h \ 2233 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2234 dlftypes.h piacmd.h \ 1903 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1904 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 2235 1905 $(SOPHYAINCP)commander.h \ 2236 $(SOPHYAINCP)pdlmgr.h \ 2237 $(SOPHYAINCP)zthread.h pisiadw.h \ 2238 $(SOPHYAINCP)pilistx.h \ 1906 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1907 pisiadw.h $(SOPHYAINCP)pilistx.h \ 2239 1908 $(SOPHYAINCP)pilistgen.h \ 2240 1909 $(SOPHYAINCP)pistzwin.h \ … … 2253 1922 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc 2254 1923 2255 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2256 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2257 $(SOPHYAINCP)machdefs.h \ 2258 $(SOPHYAINCP)parradapter.h \ 2259 $(SOPHYAINCP)lut.h \ 2260 $(SOPHYAINCP)tmatrix.h \ 2261 $(SOPHYAINCP)tarray.h \ 1924 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 1925 $(SOPHYAINCP)machdefs.h \ 1926 $(SOPHYAINCP)osx_values.h \ 1927 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1928 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \ 2262 1929 $(SOPHYAINCP)basarr.h \ 2263 1930 $(SOPHYAINCP)anydataobj.h \ 2264 $(SOPHYAINCP)mutyv.h \ 2265 $(SOPHYAINCP)timestamp.h \ 2266 $(SOPHYAINCP)objfio.h \ 1931 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1932 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1933 $(SOPHYAINCP)pexceptions.h \ 1934 $(SOPHYAINCP)gnumd5.h \ 1935 $(SOPHYAINCP)ppfbinstream.h \ 1936 $(SOPHYAINCP)rawstream.h \ 1937 $(SOPHYAINCP)ppfnametag.h \ 1938 $(SOPHYAINCP)dvlist.h \ 1939 $(SOPHYAINCP)ndatablock.h \ 1940 $(SOPHYAINCP)utilarr.h \ 1941 $(SOPHYAINCP)tmatrix_tsnl.h \ 1942 $(SOPHYAINCP)tvector.h \ 1943 $(SOPHYAINCP)tvector_tsnl.h 1944 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 1945 1946 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc $(SOPHYAINCP)sopnamsp.h \ 1947 $(SOPHYAINCP)strutil.h nobjmgr.h \ 1948 $(SOPHYAINCP)machdefs.h \ 1949 $(SOPHYAINCP)osx_values.h \ 1950 $(SOPHYAINCP)anydataobj.h \ 2267 1951 $(SOPHYAINCP)ppersist.h \ 2268 1952 $(SOPHYAINCP)pexceptions.h \ … … 2271 1955 $(SOPHYAINCP)rawstream.h \ 2272 1956 $(SOPHYAINCP)ppfnametag.h \ 2273 $(SOPHYAINCP)dvlist.h \ 2274 $(SOPHYAINCP)ndatablock.h \ 2275 $(SOPHYAINCP)utilarr.h \ 2276 $(SOPHYAINCP)tvector.h 2277 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 2278 2279 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2280 $(SOPHYAINCP)sopnamsp.h \ 2281 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2282 $(SOPHYAINCP)machdefs.h \ 2283 $(SOPHYAINCP)anydataobj.h \ 2284 $(SOPHYAINCP)ppersist.h \ 2285 $(SOPHYAINCP)pexceptions.h \ 2286 $(SOPHYAINCP)gnumd5.h \ 2287 $(SOPHYAINCP)ppfbinstream.h \ 2288 $(SOPHYAINCP)rawstream.h \ 2289 $(SOPHYAINCP)ppfnametag.h \ 2290 $(SOPHYAINCP)dvlist.h \ 2291 $(SOPHYAINCP)objfio.h \ 2292 $(SOPHYAINCP)mutyv.h \ 2293 $(SOPHYAINCP)timestamp.h dlftypes.h \ 2294 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 1957 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1958 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1959 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 2295 1960 $(SOPHYAINCP)zthread.h nomgadapter.h \ 2296 1961 $(SOPHYAINCP)pidrawer.h \ 2297 1962 $(SOPHYAINCP)pibwdggen.h \ 2298 $(SOPHYAINCP)pisysdep.h \ 2299 $(SOPHYAINCP)piwdgx.h \ 1963 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 2300 1964 $(SOPHYAINCP)piwdggen.h \ 2301 1965 $(SOPHYAINCP)pimsghandler.h \ 2302 $(SOPHYAINCP)picolist.h \ 2303 $(SOPHYAINCP)picmap.h \ 1966 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 2304 1967 $(SOPHYAINCP)picmapx.h \ 2305 1968 $(SOPHYAINCP)picmapgen.h \ … … 2312 1975 $(SOPHYAINCP)pigraphuc.h \ 2313 1976 $(SOPHYAINCP)pievthandler.h \ 2314 $(SOPHYAINCP)psfile.h \ 2315 $(SOPHYAINCP)pigratt.h \ 1977 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 2316 1978 $(SOPHYAINCP)piaxes.h \ 2317 $(SOPHYAINCP)parradapter.h \ 2318 $(SOPHYAINCP)lut.h \ 1979 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2319 1980 $(SOPHYAINCP)ntupintf.h \ 2320 1981 $(SOPHYAINCP)generalfit.h \ 2321 $(SOPHYAINCP)tvector.h \ 2322 $(SOPHYAINCP)tmatrix.h \ 2323 $(SOPHYAINCP)tarray.h \ 2324 $(SOPHYAINCP)basarr.h \ 2325 $(SOPHYAINCP)ndatablock.h \ 2326 $(SOPHYAINCP)utilarr.h \ 2327 $(SOPHYAINCP)generaldata.h \ 2328 $(SOPHYAINCP)poly.h \ 2329 $(SOPHYAINCP)peida.h \ 2330 $(SOPHYAINCP)utils.h \ 2331 $(SOPHYAINCP)perrors.h \ 1982 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1983 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1984 $(SOPHYAINCP)ndatablock.h \ 1985 $(SOPHYAINCP)utilarr.h \ 1986 $(SOPHYAINCP)tmatrix_tsnl.h \ 1987 $(SOPHYAINCP)tvector_tsnl.h \ 1988 $(SOPHYAINCP)generaldata.h \ 1989 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1990 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 2332 1991 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 2333 1992 $(SOPHYAINCP)piapplx.h \ … … 2352 2011 $(SOPHYAINCP)piperiodx.h \ 2353 2012 $(SOPHYAINCP)periodic.h \ 2354 $(SOPHYAINCP)piimage.h \ 2355 $(SOPHYAINCP)pieldrw.h \ 2013 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 2356 2014 $(SOPHYAINCP)pipixmapx.h \ 2357 2015 $(SOPHYAINCP)pipixmapgen.h \ 2358 2016 $(SOPHYAINCP)picmapview.h \ 2359 $(SOPHYAINCP)pi3dwdg.h \ 2360 $(SOPHYAINCP)pi3ddrw.h \ 2017 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2361 2018 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 2362 2019 $(SOPHYAINCP)commander.h \ … … 2368 2025 $(SOPHYAINCP)resusage.h \ 2369 2026 $(SOPHYAINCP)fct1dfit.h \ 2370 $(SOPHYAINCP)fct2dfit.h pitvmaad.h \ 2371 $(SOPHYAINCP)ntuple.h \ 2372 $(SOPHYAINCP)cimage.h \ 2373 $(SOPHYAINCP)fioarr.h \ 2374 $(SOPHYAINCP)histos.h \ 2375 $(SOPHYAINCP)histos2.h \ 2376 $(SOPHYAINCP)hisprof.h \ 2027 $(SOPHYAINCP)fct2dfit.h \ 2028 $(SOPHYAINCP)matharr.h pitvmaad.h \ 2029 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)cimage.h \ 2030 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)histos.h \ 2031 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 2377 2032 $(SOPHYAINCP)datatable.h \ 2378 2033 $(SOPHYAINCP)basedtable.h \ 2379 2034 $(SOPHYAINCP)segdatablock.h \ 2380 2035 $(SOPHYAINCP)piyfxdrw.h \ 2381 $(SOPHYAINCP)pisurfdr.h pintuple.h \ 2382 pintup3d.h pipodrw.h 2036 $(SOPHYAINCP)pisurfdr.h pintuple.h pintup3d.h pipodrw.h 2383 2037 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc 2384 2038 -
trunk/SophyaPI/PIext/basexecut.cc
r2922 r2933 127 127 } 128 128 129 // >>>>>>>>>>> lecture/ecriture des objets, gestion des objets130 else if (kw == "openfits" ) {131 if (tokens.size() < 1) { cout << "Usage: openfits file " << endl; return(0); }132 else { string nomobj = ""; mObjMgr->ReadFits(tokens[0], nomobj); }133 }134 else if (kw == "savefits" ) {135 if (tokens.size() < 2) { cout << "Usage: savefits nameobj filename " << endl; return(0); }136 else mObjMgr->SaveFits(tokens[0], tokens[1]);137 }138 129 else if (kw == "openppf" ) { 139 130 if (tokens.size()<1) {cout<<"Usage: openppf file [objname1 objname2 ...]"<<endl; return(0); } … … 903 894 mpiac->RegisterCommand(kw, usage, this, grp); 904 895 905 //------- Commandes FileIO906 kw = "openfits";907 usage = "Loads a FITS file into an appropriate object \n Usage: openfits filename";908 usage += "\n Related commands: savefits openppf";909 mpiac->RegisterCommand(kw, usage, this, "FileIO");910 kw = "savefits";911 usage = "Save an object into a FITS file \n Usage: savefits nameobj filename";912 usage += "\n Related commands: openfits saveobjs saveall";913 mpiac->RegisterCommand(kw, usage, this, "FileIO");914 896 kw = "openppf"; 915 897 usage = "Reads all or some objects from a PPF file \n Usage: openppf filename [objname1 objname2 ...]"; 916 usage += "\n Related commands: saveall openfits";898 usage += "\n Related commands: saveall "; 917 899 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 918 900 kw = "saveppf"; … … 920 902 usage += " PPF file (pattern: x?y*) - Alias saveppf\n"; 921 903 usage += "Usage: saveppf nameobjpattern filename"; 922 usage += "\n Related commands: saveobjs savelist saveall openppf savefits";904 usage += "\n Related commands: saveobjs savelist saveall openppf"; 923 905 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 924 906 kw = "saveobjs"; … … 926 908 usage += " PPF file (pattern: x?y*) - Alias saveppf\n"; 927 909 usage += "Usage: saveobjs nameobjpattern filename"; 928 usage += "\n Related commands: saveppf savelist saveall openppf savefits";910 usage += "\n Related commands: saveppf savelist saveall openppf "; 929 911 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 930 912 kw = "saveall"; 931 913 usage = "Saves all objects into a PPF file \n Usage: saveall filename"; 932 usage += "\n Related commands: saveobj savelist openppf savefits";914 usage += "\n Related commands: saveobj savelist openppf"; 933 915 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 934 916 kw = "savelist"; 935 917 usage = "Saves a list of objects into a PPF file"; 936 918 usage = "\n Usage: savelist objname1 [objname2 ...] filename"; 937 usage += "\n Related commands: saveobj openppf savefits";919 usage += "\n Related commands: saveobj openppf"; 938 920 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 939 921 kw = "ntfrascii"; -
trunk/SophyaPI/PIext/nobjmgr.cc
r2762 r2933 24 24 #include "fitsimage.h" 25 25 #else 26 #include "fitsautoreader.h"27 26 #include "tvector.h" 28 27 #include "pitvmaad.h" … … 1113 1112 } 1114 1113 1115 /* --Methode-- */1116 void NamedObjMgr::ReadFits(string const & flnm, string & nobj)1117 {1118 ZSync zs(*myMutex); zs.NOp();1119 #ifdef SANS_EVOLPLANCK1120 bool ok = false;1121 RzImage* obj=NULL;1122 TRY{1123 obj = RzReadFits((char*)flnm.c_str());1124 if (obj == NULL) ok = false;1125 else ok = true;1126 } CATCH(merr) {1127 printf("NamedObjMgr::ReadFITS(_Error Exception= %ld (%s) \n", (long)merr, PeidaExc(merr));1128 ok = false;1129 } ENDTRY;1130 1131 if (ok && (obj != NULL)) {1132 if (nobj.length()<1) nobj = servnobjm->FileName2Name(flnm);1133 AddObj_P((AnyDataObj*)obj, nobj);1134 }1135 #else1136 try {1137 FITS_AutoReader fiar(flnm);1138 char bun[16];1139 int nhdu = fiar.NbBlocks();1140 if (nobj.length()<1) nobj = servnobjm->FileName2Name(flnm);1141 string name;1142 AnyDataObj* obj;1143 int kon = 1;1144 for(int k=1; k<=nhdu; k++) {1145 obj = fiar.ReadObject(k);1146 if (obj) {1147 cout << " NamedObjMgr::ReadFits() " << (string)typeid(*obj).name()1148 << " read From HDU " << k << endl;1149 if (typeid(*obj) == typeid(DVList)) {1150 delete obj;1151 continue;1152 }1153 if (kon > 1) {1154 sprintf(bun, "%d", kon);1155 name = nobj + bun;1156 }1157 else name = nobj;1158 AddObj_P(obj, name, false);1159 kon++;1160 }1161 else cerr << " NamedObjMgr::ReadFits() NULL pointer from FITS_AutoReader" << endl;1162 }1163 }1164 catch(PThrowable & exc) {1165 cerr << " NamedObjMgr::ReadFits() / Error - Catched Exception \n "1166 << " Type= " << (string)typeid(exc).name()1167 << " - Msg= " << exc.Msg() << endl;1168 1169 }1170 #endif1171 1172 return;1173 }1174 1114 1175 1115 /* --Methode-- */ … … 1305 1245 } 1306 1246 1307 /* --Methode-- */1308 void NamedObjMgr::SaveFits(string& nom, string const & flnm)1309 {1310 ZSync zs(*myMutex); zs.NOp();1311 1312 NObjMgrAdapter* obja=NULL;1313 obja = GetObjAdapter_P(nom);1314 if (obja == NULL) return;1315 cout << " SaveFits: Object" << nom << " to FITS file " << flnm << endl;1316 obja->SaveFits(flnm);1317 return;1318 }1319 1320 1247 1321 1248 -
trunk/SophyaPI/PIext/nobjmgr.h
r2762 r2933 72 72 virtual void ReadObj(vector<string> & flnm_objname); 73 73 virtual void ReadAll(string const & nomppf); 74 virtual void ReadFits(string const & flnm, string & nobj);75 74 virtual void SaveObj(string & nom, POutPersist& s, bool keeppath=false); 76 75 virtual void SaveObjects(string & patt, string const& nomppf); 77 76 virtual void SaveListObjects(vector<string> &liste); 78 77 virtual void SaveAll(string const& nomppf); 79 virtual void SaveFits(string & nom, string const & flnm);80 78 81 79 // Info sur les objets -
trunk/SophyaPI/PIext/nomgadapter.cc
r2615 r2933 77 77 } 78 78 79 /* --Methode-- */80 void NObjMgrAdapter::ReadFits(string const & )81 {82 string s = typeid(*mObj).name();83 cout << "NObjMgrAdapter::ReadFits() - Error : Not supported for " << s << endl;84 }85 86 /* --Methode-- */87 void NObjMgrAdapter::SaveFits(string const & )88 {89 string s = typeid(*mObj).name();90 cout << "NObjMgrAdapter::SaveFits() - Error : Not supported for " << s << endl;91 }92 79 93 80 /* --Methode-- */ -
trunk/SophyaPI/PIext/nomgadapter.h
r2383 r2933 46 46 virtual string GetInfoString(int lev=0); 47 47 48 virtual void ReadFits(string const & flnm);49 virtual void SaveFits(string const & flnm);50 48 virtual void SavePPF(POutPersist& s, string const & nom); 51 49 -
trunk/SophyaPI/PIext/nomhistadapter.cc
r2701 r2933 14 14 #ifndef SANS_EVOLPLANCK 15 15 #include "objfitter.h" 16 #include "fitsntuple.h"17 #include "fitsxntuple.h"18 16 // Pour les DataTable ( Depuis Avril 2005 ) 19 17 #include "datatable.h" … … 451 449 } 452 450 453 /* --Methode-- */454 void NOMAdapter_NTuple::ReadFits(string const & flnm)455 {456 #ifdef SANS_EVOLPLANCK457 cerr << " NOMAdapter_NTuple::ReadFits() Non disponible !! " << endl;458 #else459 FitsInFile fis(flnm);460 fis >> (*mNt);461 #endif462 }463 464 /* --Methode-- */465 void NOMAdapter_NTuple::SaveFits(string const & flnm)466 {467 #ifdef SANS_EVOLPLANCK468 cerr << " NOMAdapter_NTuple::SaveFits() Non disponible !! " << endl;469 #else470 FitsOutFile fos(flnm);471 fos << (*mNt);472 473 #endif474 }475 451 476 452 … … 538 514 { 539 515 return ( new XNTuple(*mNt) ); 540 }541 542 /* --Methode-- */543 void NOMAdapter_XNTuple::ReadFits(string const & flnm)544 {545 #ifdef SANS_EVOLPLANCK546 cerr << " NOMAdapter_XNTuple::ReadFits() Non disponible !! " << endl;547 #else548 FitsInFile fis(flnm);549 fis >> (*mNt);550 #endif551 }552 553 /* --Methode-- */554 void NOMAdapter_XNTuple::SaveFits(string const & flnm)555 {556 #ifdef SANS_EVOLPLANCK557 cerr << " NOMAdapter_XNTuple::SaveFits() Non disponible !! " << endl;558 #else559 FitsOutFile fos(flnm);560 fos << (*mNt);561 562 #endif563 516 } 564 517 … … 640 593 } 641 594 642 /* --Methode-- */643 void NOMAdapter_DataTable::ReadFits(string const & flnm)644 {645 cerr << " NOMAdapter_DataTable::ReadFits() A FAIRE - Reza, Avril 2005 !! " << endl;646 }647 648 /* --Methode-- */649 void NOMAdapter_DataTable::SaveFits(string const & flnm)650 {651 cerr << " NOMAdapter_DataTable::SaveFits() A FAIRE - Reza, Avril 2005 !! " << endl;652 }653 595 654 596 /* --Methode-- */ -
trunk/SophyaPI/PIext/nomhistadapter.h
r2697 r2933 31 31 virtual AnyDataObj* CloneDataObj(bool share=false); 32 32 33 // virtual void ReadFits(string const & flnm);34 // virtual void SaveFits(string const & flnm);35 33 virtual void SavePPF(POutPersist& s, string const & nom); 36 34 … … 82 80 virtual AnyDataObj* CloneDataObj(bool share=false); 83 81 84 // virtual void ReadFits(string const & flnm);85 // virtual void SaveFits(string const & flnm);86 82 virtual void SavePPF(POutPersist& s, string const & nom); 87 83 … … 132 128 virtual AnyDataObj* CloneDataObj(bool share=false); 133 129 134 virtual void ReadFits(string const & flnm);135 virtual void SaveFits(string const & flnm);136 130 virtual void SavePPF(POutPersist& s, string const & nom); 137 131 … … 158 152 virtual AnyDataObj* CloneDataObj(bool share=false); 159 153 160 virtual void ReadFits(string const & flnm);161 virtual void SaveFits(string const & flnm);162 154 virtual void SavePPF(POutPersist& s, string const & nom); 163 155 … … 184 176 virtual AnyDataObj* CloneDataObj(bool share=false); 185 177 186 virtual void ReadFits(string const & flnm);187 virtual void SaveFits(string const & flnm);188 178 virtual void SavePPF(POutPersist& s, string const & nom); 189 179 -
trunk/SophyaPI/PIext/nomimagadapter.cc
r2683 r2933 15 15 #else 16 16 #include "objfitter.h" 17 #include "fitstarray.h"18 17 #endif 19 18 … … 72 71 } 73 72 74 /* --Methode-- */75 template <class T>76 void NOMAdapter_Image<T>::ReadFits(string const & flnm)77 {78 #ifdef SANS_EVOLPLANCK79 cerr << " NOMAdapter_Image<T>::ReadFits() Non disponible !! " << endl;80 #else81 FitsInFile fis(flnm);82 fis >> (*mImg);83 #endif84 }85 86 /* --Methode-- */87 template <class T>88 void NOMAdapter_Image<T>::SaveFits(string const & flnm)89 {90 #ifdef SANS_EVOLPLANCK91 FitsImage<T> fim(*mImg, 1);92 fim.Save(flnm);93 #else94 FitsOutFile fos(flnm);95 fos << (*mImg);96 #endif97 }98 99 #ifndef SANS_EVOLPLANCK100 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */101 void NOMAdapter_Image< uint_2 >::SaveFits(string const & flnm)102 {103 cout << " NOMAdapter_Image< uint_2 >::SaveFits() - Error "104 << " Not supported uint_2 data type ! " << endl;105 }106 107 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */108 void NOMAdapter_Image< uint_2 >::ReadFits(string const & flnm)109 {110 cout << " NOMAdapter_Image< uint_2 >::ReadFits() - Error "111 << " Not supported uint_2 data type ! " << endl;112 }113 #endif114 73 115 74 /* --Methode-- */ -
trunk/SophyaPI/PIext/nomimagadapter.h
r2683 r2933 27 27 virtual AnyDataObj* CloneDataObj(bool share=false); 28 28 29 virtual void ReadFits(string const & flnm);30 virtual void SaveFits(string const & flnm);31 29 virtual void SavePPF(POutPersist& s, string const & nom); 32 30 -
trunk/SophyaPI/PIext/nommatvecadapter.h
r2683 r2933 33 33 virtual AnyDataObj* CloneDataObj(bool share=false); 34 34 35 // virtual void ReadFits(string const & flnm);36 // virtual void SaveFits(string const & flnm);37 35 virtual void SavePPF(POutPersist& s, string const & nom); 38 36 … … 83 81 virtual AnyDataObj* CloneDataObj(bool share=false); 84 82 85 // virtual void ReadFits(string const & flnm);86 // virtual void SaveFits(string const & flnm);87 83 virtual void SavePPF(POutPersist& s, string const & nom); 88 84 -
trunk/SophyaPI/PIext/nomskymapadapter.cc
r2689 r2933 14 14 #include "pitvmaad.h" 15 15 #include "complexios.h" 16 17 #include "fitsspherehealpix.h"18 #include "fitslocalmap.h"19 16 20 17 // Valeur par defaut pour la projection MolleWeide, en dehors de la sphere … … 122 119 if (se != NULL) return( new SphereECP<T>(*se, share) ); 123 120 return(NULL); 124 }125 126 /* --Methode-- */127 template <class T>128 void NOMAdapter_PixelMap<T>::ReadFits(string const & flnm)129 {130 LocalMap<T>* lm = dynamic_cast< LocalMap<T> * >(mMap);131 if (lm != NULL) {132 FitsInFile fis(flnm);133 fis >> (*lm);134 return;135 }136 SphereHEALPix<T>* sg = dynamic_cast< SphereHEALPix<T> * >(mMap);137 if (sg != NULL) {138 FitsInFile fis(flnm);139 fis >> (*sg);140 return;141 }142 string s = typeid(*mMap).name();143 cout << " NOMAdapter_PixelMap<T>::ReadFits() - Error "144 << " Not supported for " << s << endl;145 return;146 }147 148 149 /* --Methode-- */150 template <class T>151 void NOMAdapter_PixelMap<T>::SaveFits(string const & flnm)152 {153 LocalMap<T>* lm = dynamic_cast< LocalMap<T> * >(mMap);154 if (lm != NULL) {155 FitsOutFile fos(flnm);156 fos << (*lm);157 return;158 }159 SphereHEALPix<T>* sg = dynamic_cast< SphereHEALPix<T> * >(mMap);160 if (sg != NULL) {161 FitsOutFile fos(flnm);162 fos << (*sg);163 return;164 }165 string s = typeid(*mMap).name();166 cout << " NOMAdapter_PixelMap<T>::SaveFits() - Error "167 << " Not supported for " << s << endl;168 return;169 }170 171 // ---- Specialisation pour complexes -----172 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */173 void NOMAdapter_PixelMap< complex<r_4> >::ReadFits(string const & flnm)174 {175 cout << " void NOMAdapter_PixelMap< complex<r_4> >::ReadFits() - Error "176 << " Not supported (complex data type)" << endl;177 }178 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */179 void NOMAdapter_PixelMap< complex<r_4> >::SaveFits(string const & flnm)180 {181 cout << " void NOMAdapter_PixelMap< complex<r_4> >::SaveFits() - Error "182 << " Not supported (complex data type)" << endl;183 }184 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */185 void NOMAdapter_PixelMap< complex<r_8> >::ReadFits(string const & flnm)186 {187 cout << " void NOMAdapter_PixelMap< complex<r_4> >::ReadFits() - Error "188 << " Not supported (complex data type)" << endl;189 }190 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */191 void NOMAdapter_PixelMap< complex<r_8> >::SaveFits(string const & flnm)192 {193 cout << " void NOMAdapter_PixelMap< complex<r_8> >::SaveFits() - Error "194 << " Not supported (complex data type)" << endl;195 121 } 196 122 -
trunk/SophyaPI/PIext/nomskymapadapter.h
r2683 r2933 30 30 virtual AnyDataObj* CloneDataObj(bool share=false); 31 31 32 virtual void ReadFits(string const & flnm);33 virtual void SaveFits(string const & flnm);34 32 virtual void SavePPF(POutPersist& s, string const & nom); 35 33 -
trunk/SophyaPI/PIext/nomspecrespadapter.h
r670 r2933 22 22 virtual NObjMgrAdapter* Clone(AnyDataObj* o); 23 23 24 // virtual void ReadFits(string const & flnm);25 // virtual void SaveFits(string const & flnm);26 24 virtual void SavePPF(POutPersist& s, string const & nom); 27 25 -
trunk/SophyaPI/PIext/nomtarradapter.cc
r2930 r2933 15 15 16 16 #include "fioarr.h" 17 #include "fitstarray.h"18 17 19 18 -
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r2930 r2933 16 16 17 17 #include "fioarr.h" 18 #include "fitstarray.h"19 18 20 19 -
trunk/SophyaPI/PIext/smakefile
r2784 r2933 1 1 include $(SOPHYABASE)/include/sophyamake.inc 2 3 2 4 3 all: $(SOPHYALIBP)libPIext.a … … 25 24 $(SOPHYAINCP)rawstream.h \ 26 25 $(SOPHYAINCP)ppfnametag.h \ 27 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) ctimer.h \28 $(SOPHYAINCP) zthread.h dlftypes.h basexecut.h \29 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \30 $(SOPHYAINCP)pisysdep.h \26 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 27 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 28 dlftypes.h basexecut.h $(SOPHYAINCP)strutilxx.h \ 29 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 31 30 $(SOPHYAINCP)piapplx.h \ 32 31 $(SOPHYAINCP)piapplgen.h \ … … 86 85 $(SOPHYAINCP)ndatablock.h \ 87 86 $(SOPHYAINCP)utilarr.h \ 87 $(SOPHYAINCP)tmatrix_tsnl.h \ 88 $(SOPHYAINCP)tvector_tsnl.h \ 88 89 $(SOPHYAINCP)generaldata.h \ 89 90 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 91 92 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 92 93 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 93 $(SOPHYAINCP)ntuple.h 94 $(SOPHYAINCP)ntuple.h \ 95 $(SOPHYAINCP)datatable.h \ 96 $(SOPHYAINCP)basedtable.h \ 97 $(SOPHYAINCP)segdatablock.h 94 98 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 95 99 … … 107 111 $(SOPHYAINCP)rawstream.h \ 108 112 $(SOPHYAINCP)ppfnametag.h \ 109 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) ctimer.h \110 $(SOPHYAINCP) zthread.h dlftypes.h nobjmgr.h \111 $(SOPHYAINCP)pigncont.h \113 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 114 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 115 dlftypes.h nobjmgr.h $(SOPHYAINCP)pigncont.h \ 112 116 $(SOPHYAINCP)pistdimgapp.h \ 113 117 $(SOPHYAINCP)pisysdep.h \ … … 176 180 $(SOPHYAINCP)ndatablock.h \ 177 181 $(SOPHYAINCP)utilarr.h \ 182 $(SOPHYAINCP)tmatrix_tsnl.h \ 183 $(SOPHYAINCP)tvector_tsnl.h \ 178 184 $(SOPHYAINCP)generaldata.h \ 179 185 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 195 201 $(SOPHYAINCP)rawstream.h \ 196 202 $(SOPHYAINCP)ppfnametag.h \ 197 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) ctimer.h \198 $(SOPHYAINCP) zthread.h dlftypes.h nobjmgr.h \199 $(SOPHYAINCP)strutilxx.h \203 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 204 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 205 dlftypes.h nobjmgr.h $(SOPHYAINCP)strutilxx.h \ 200 206 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 201 207 $(SOPHYAINCP)pidrawer.h \ … … 224 230 $(SOPHYAINCP)ndatablock.h \ 225 231 $(SOPHYAINCP)utilarr.h \ 232 $(SOPHYAINCP)tmatrix_tsnl.h \ 233 $(SOPHYAINCP)tvector_tsnl.h \ 226 234 $(SOPHYAINCP)generaldata.h \ 227 235 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 275 283 $(SOPHYAINCP)rawstream.h \ 276 284 $(SOPHYAINCP)ppfnametag.h \ 277 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) ctimer.h \278 $(SOPHYAINCP) zthread.h dlftypes.h nobjmgr.h cxxexecwin.h \279 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \280 $(SOPHYAINCP)piapplx.h \285 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 286 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 287 dlftypes.h nobjmgr.h cxxexecwin.h $(SOPHYAINCP)pisysdep.h \ 288 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 281 289 $(SOPHYAINCP)piapplgen.h \ 282 290 $(SOPHYAINCP)pimsghandler.h \ … … 344 352 $(SOPHYAINCP)rawstream.h \ 345 353 $(SOPHYAINCP)ppfnametag.h \ 346 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 347 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h pi2dvec.h \ 348 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 354 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 356 dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \ 357 $(SOPHYAINCP)pisysdep.h \ 349 358 $(SOPHYAINCP)piapplx.h \ 350 359 $(SOPHYAINCP)piapplgen.h \ … … 405 414 $(SOPHYAINCP)ndatablock.h \ 406 415 $(SOPHYAINCP)utilarr.h \ 416 $(SOPHYAINCP)tmatrix_tsnl.h \ 417 $(SOPHYAINCP)tvector_tsnl.h \ 407 418 $(SOPHYAINCP)generaldata.h \ 408 419 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 424 435 $(SOPHYAINCP)rawstream.h \ 425 436 $(SOPHYAINCP)ppfnametag.h \ 426 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) ctimer.h \427 $(SOPHYAINCP) zthread.h dlftypes.h graphexecut.h \428 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \429 $(SOPHYAINCP)pisysdep.h \437 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 438 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 439 dlftypes.h graphexecut.h $(SOPHYAINCP)strutilxx.h \ 440 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 430 441 $(SOPHYAINCP)piapplx.h \ 431 442 $(SOPHYAINCP)piapplgen.h \ … … 485 496 $(SOPHYAINCP)ndatablock.h \ 486 497 $(SOPHYAINCP)utilarr.h \ 498 $(SOPHYAINCP)tmatrix_tsnl.h \ 499 $(SOPHYAINCP)tvector_tsnl.h \ 487 500 $(SOPHYAINCP)generaldata.h \ 488 501 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 506 519 $(SOPHYAINCP)ppfnametag.h \ 507 520 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 508 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 509 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 510 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 521 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 522 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 523 $(SOPHYAINCP)zthread.h nomgadapter.h \ 524 $(SOPHYAINCP)pidrawer.h \ 511 525 $(SOPHYAINCP)pibwdggen.h \ 512 526 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ … … 533 547 $(SOPHYAINCP)ndatablock.h \ 534 548 $(SOPHYAINCP)utilarr.h \ 549 $(SOPHYAINCP)tmatrix_tsnl.h \ 550 $(SOPHYAINCP)tvector_tsnl.h \ 535 551 $(SOPHYAINCP)generaldata.h \ 536 552 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 570 586 $(SOPHYAINCP)pistzwin.h \ 571 587 $(SOPHYAINCP)pitherm.h \ 572 $(SOPHYAINCP)resusage.h \ 573 $(SOPHYAINCP)fitsautoreader.h \ 574 $(SOPHYAINCP)fitsfile.h \ 575 $(SOPHYAINCP)FitsIO/fitsio.h \ 576 $(SOPHYAINCP)FitsIO/longnam.h \ 577 $(SOPHYAINCP)fitstarray.h \ 578 $(SOPHYAINCP)fitsspherehealpix.h \ 579 $(SOPHYAINCP)spherehealpix.h \ 580 $(SOPHYAINCP)sphericalmap.h \ 581 $(SOPHYAINCP)smathconst.h \ 582 $(SOPHYAINCP)pixelmap.h \ 583 $(SOPHYAINCP)spherepos.h \ 584 $(SOPHYAINCP)unitvector.h \ 585 $(SOPHYAINCP)vector3d.h \ 586 $(SOPHYAINCP)longlat.h \ 587 $(SOPHYAINCP)utilgeom.h \ 588 $(SOPHYAINCP)HEALPixUtils.h \ 589 $(SOPHYAINCP)fitsntuple.h \ 590 $(SOPHYAINCP)ntuple.h \ 591 $(SOPHYAINCP)fitsxntuple.h \ 592 $(SOPHYAINCP)xntuple.h \ 593 $(SOPHYAINCP)fitslocalmap.h \ 594 $(SOPHYAINCP)localmap.h \ 595 $(SOPHYAINCP)fbtntintf.h pitvmaad.h \ 588 $(SOPHYAINCP)resusage.h pitvmaad.h \ 596 589 $(SOPHYAINCP)piyfxdrw.h \ 597 590 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ … … 633 626 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 634 627 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 635 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 636 $(SOPHYAINCP)objfio.h \ 637 $(SOPHYAINCP)ndatablock.h \ 638 $(SOPHYAINCP)utilarr.h \ 628 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 629 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 630 $(SOPHYAINCP)ndatablock.h \ 631 $(SOPHYAINCP)utilarr.h \ 632 $(SOPHYAINCP)tmatrix_tsnl.h \ 633 $(SOPHYAINCP)tvector_tsnl.h \ 639 634 $(SOPHYAINCP)generaldata.h \ 640 635 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 676 671 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 677 672 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 678 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 679 $(SOPHYAINCP)objfio.h \ 680 $(SOPHYAINCP)ndatablock.h \ 681 $(SOPHYAINCP)utilarr.h \ 673 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 674 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 675 $(SOPHYAINCP)ndatablock.h \ 676 $(SOPHYAINCP)utilarr.h \ 677 $(SOPHYAINCP)tmatrix_tsnl.h \ 678 $(SOPHYAINCP)tvector_tsnl.h \ 682 679 $(SOPHYAINCP)generaldata.h \ 683 680 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 723 720 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 724 721 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 725 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 726 $(SOPHYAINCP)objfio.h \ 727 $(SOPHYAINCP)ndatablock.h \ 728 $(SOPHYAINCP)utilarr.h \ 722 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 723 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 724 $(SOPHYAINCP)ndatablock.h \ 725 $(SOPHYAINCP)utilarr.h \ 726 $(SOPHYAINCP)tmatrix_tsnl.h \ 727 $(SOPHYAINCP)tvector_tsnl.h \ 729 728 $(SOPHYAINCP)generaldata.h \ 730 729 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 756 755 $(SOPHYAINCP)objfitter.h \ 757 756 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 758 $(SOPHYAINCP)fitsntuple.h \759 $(SOPHYAINCP)fitsfile.h \760 $(SOPHYAINCP)FitsIO/fitsio.h \761 $(SOPHYAINCP)FitsIO/longnam.h \762 $(SOPHYAINCP)fitsxntuple.h \763 757 $(SOPHYAINCP)datatable.h \ 764 758 $(SOPHYAINCP)swppfdtable.h \ … … 802 796 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 803 797 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 804 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 805 $(SOPHYAINCP)objfio.h \ 806 $(SOPHYAINCP)ndatablock.h \ 807 $(SOPHYAINCP)utilarr.h \ 798 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 799 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 800 $(SOPHYAINCP)ndatablock.h \ 801 $(SOPHYAINCP)utilarr.h \ 802 $(SOPHYAINCP)tmatrix_tsnl.h \ 803 $(SOPHYAINCP)tvector_tsnl.h \ 808 804 $(SOPHYAINCP)generaldata.h \ 809 805 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 813 809 $(SOPHYAINCP)objfitter.h \ 814 810 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 815 $(SOPHYAINCP)hisprof.h \ 816 $(SOPHYAINCP)fitstarray.h \ 817 $(SOPHYAINCP)fitsfile.h \ 818 $(SOPHYAINCP)FitsIO/fitsio.h \ 819 $(SOPHYAINCP)FitsIO/longnam.h 811 $(SOPHYAINCP)hisprof.h 820 812 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomimagadapter.cc 821 813 … … 855 847 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 856 848 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 857 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 858 $(SOPHYAINCP)objfio.h \ 859 $(SOPHYAINCP)ndatablock.h \ 860 $(SOPHYAINCP)utilarr.h \ 849 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 850 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 851 $(SOPHYAINCP)ndatablock.h \ 852 $(SOPHYAINCP)utilarr.h \ 853 $(SOPHYAINCP)tmatrix_tsnl.h \ 854 $(SOPHYAINCP)tvector_tsnl.h \ 861 855 $(SOPHYAINCP)generaldata.h \ 862 856 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 879 873 $(SOPHYAINCP)fiolocalmap.h \ 880 874 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 881 $(SOPHYAINCP)complexios.h \ 882 $(SOPHYAINCP)fitsspherehealpix.h \ 883 $(SOPHYAINCP)fitsfile.h \ 884 $(SOPHYAINCP)FitsIO/fitsio.h \ 885 $(SOPHYAINCP)FitsIO/longnam.h \ 886 $(SOPHYAINCP)fitslocalmap.h 875 $(SOPHYAINCP)complexios.h 887 876 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomskymapadapter.cc 888 877 … … 921 910 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 922 911 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 923 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 924 $(SOPHYAINCP)objfio.h \ 925 $(SOPHYAINCP)ndatablock.h \ 926 $(SOPHYAINCP)utilarr.h \ 912 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 913 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 914 $(SOPHYAINCP)ndatablock.h \ 915 $(SOPHYAINCP)utilarr.h \ 916 $(SOPHYAINCP)tmatrix_tsnl.h \ 917 $(SOPHYAINCP)tvector_tsnl.h \ 927 918 $(SOPHYAINCP)generaldata.h \ 928 919 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 967 958 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 968 959 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 969 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 970 $(SOPHYAINCP)objfio.h \ 971 $(SOPHYAINCP)ndatablock.h \ 972 $(SOPHYAINCP)utilarr.h \ 960 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 961 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)dvlist.h \ 962 $(SOPHYAINCP)ndatablock.h \ 963 $(SOPHYAINCP)utilarr.h \ 964 $(SOPHYAINCP)tmatrix_tsnl.h \ 965 $(SOPHYAINCP)tvector_tsnl.h \ 973 966 $(SOPHYAINCP)generaldata.h \ 974 967 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 975 968 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 976 969 $(SOPHYAINCP)fmath.h pitvmaad.h \ 977 $(SOPHYAINCP)piyfxdrw.h $(SOPHYAINCP)fioarr.h \ 978 $(SOPHYAINCP)fitstarray.h \ 979 $(SOPHYAINCP)fitsfile.h \ 980 $(SOPHYAINCP)FitsIO/fitsio.h \ 981 $(SOPHYAINCP)FitsIO/longnam.h 970 $(SOPHYAINCP)piyfxdrw.h $(SOPHYAINCP)fioarr.h 982 971 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc 983 972 … … 990 979 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 991 980 $(SOPHYAINCP)anydataobj.h \ 992 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) dvlist.h \981 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 993 982 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 994 983 $(SOPHYAINCP)pexceptions.h \ … … 997 986 $(SOPHYAINCP)rawstream.h \ 998 987 $(SOPHYAINCP)ppfnametag.h \ 999 $(SOPHYAINCP)ndatablock.h \ 1000 $(SOPHYAINCP)utilarr.h \ 988 $(SOPHYAINCP)dvlist.h \ 989 $(SOPHYAINCP)ndatablock.h \ 990 $(SOPHYAINCP)utilarr.h \ 991 $(SOPHYAINCP)tmatrix_tsnl.h \ 992 $(SOPHYAINCP)tvector_tsnl.h \ 1001 993 $(SOPHYAINCP)objfitter.h \ 1002 994 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ … … 1027 1019 $(SOPHYAINCP)piaxes.h \ 1028 1020 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1029 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1030 $(SOPHYAINCP)fitstarray.h \ 1031 $(SOPHYAINCP)fitsfile.h \ 1032 $(SOPHYAINCP)FitsIO/fitsio.h \ 1033 $(SOPHYAINCP)FitsIO/longnam.h 1021 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h 1034 1022 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1035 1023 … … 1051 1039 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1052 1040 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1053 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1054 $(SOPHYAINCP)ndatablock.h \ 1055 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)histos2.h \ 1056 $(SOPHYAINCP)hisprof.h $(SOPHYAINCP)histerr.h \ 1057 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 1058 pawexecut.h piacmd.h $(SOPHYAINCP)commander.h \ 1041 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1042 $(SOPHYAINCP)dvlist.h \ 1043 $(SOPHYAINCP)ndatablock.h \ 1044 $(SOPHYAINCP)utilarr.h \ 1045 $(SOPHYAINCP)tmatrix_tsnl.h \ 1046 $(SOPHYAINCP)tvector_tsnl.h \ 1047 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1048 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.h \ 1049 $(SOPHYAINCP)ntupintf.h \ 1050 $(SOPHYAINCP)datatable.h \ 1051 $(SOPHYAINCP)basedtable.h \ 1052 $(SOPHYAINCP)segdatablock.h pawexecut.h piacmd.h \ 1053 $(SOPHYAINCP)commander.h \ 1059 1054 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1060 1055 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h servnobjm.h \ … … 1130 1125 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1131 1126 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1132 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1133 $(SOPHYAINCP)ndatablock.h \ 1134 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)ntuple.h \ 1135 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)nbtri.h \ 1136 pi2dvec.h pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1127 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1128 $(SOPHYAINCP)dvlist.h \ 1129 $(SOPHYAINCP)ndatablock.h \ 1130 $(SOPHYAINCP)utilarr.h \ 1131 $(SOPHYAINCP)tmatrix_tsnl.h \ 1132 $(SOPHYAINCP)tvector_tsnl.h \ 1133 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 1134 $(SOPHYAINCP)nbtri.h pi2dvec.h pistdimgapp.h \ 1135 $(SOPHYAINCP)pisysdep.h \ 1137 1136 $(SOPHYAINCP)piapplx.h \ 1138 1137 $(SOPHYAINCP)piapplgen.h \ … … 1205 1204 $(SOPHYAINCP)rawstream.h \ 1206 1205 $(SOPHYAINCP)ppfnametag.h \ 1207 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) ctimer.h \1208 $(SOPHYAINCP) zthread.h dlftypes.h \1209 $(SOPHYAINCP)strutil.h \1206 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1207 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1208 dlftypes.h $(SOPHYAINCP)strutil.h \ 1210 1209 $(SOPHYAINCP)strutilxx.h \ 1211 1210 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ … … 1268 1267 $(SOPHYAINCP)ndatablock.h \ 1269 1268 $(SOPHYAINCP)utilarr.h \ 1269 $(SOPHYAINCP)tmatrix_tsnl.h \ 1270 $(SOPHYAINCP)tvector_tsnl.h \ 1270 1271 $(SOPHYAINCP)generaldata.h \ 1271 1272 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 1284 1285 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1285 1286 $(SOPHYAINCP)anydataobj.h \ 1286 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) dvlist.h \1287 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1287 1288 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1288 1289 $(SOPHYAINCP)gnumd5.h \ … … 1290 1291 $(SOPHYAINCP)rawstream.h \ 1291 1292 $(SOPHYAINCP)ppfnametag.h \ 1292 $(SOPHYAINCP)ndatablock.h \ 1293 $(SOPHYAINCP)utilarr.h \ 1293 $(SOPHYAINCP)dvlist.h \ 1294 $(SOPHYAINCP)ndatablock.h \ 1295 $(SOPHYAINCP)utilarr.h \ 1296 $(SOPHYAINCP)tmatrix_tsnl.h \ 1297 $(SOPHYAINCP)tvector_tsnl.h \ 1294 1298 $(SOPHYAINCP)generaldata.h \ 1295 1299 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ … … 1378 1382 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1379 1383 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1380 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1381 $(SOPHYAINCP)ndatablock.h \ 1382 $(SOPHYAINCP)utilarr.h \ 1384 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1385 $(SOPHYAINCP)dvlist.h \ 1386 $(SOPHYAINCP)ndatablock.h \ 1387 $(SOPHYAINCP)utilarr.h \ 1388 $(SOPHYAINCP)tmatrix_tsnl.h \ 1389 $(SOPHYAINCP)tvector_tsnl.h \ 1383 1390 $(SOPHYAINCP)pidrawer.h \ 1384 1391 $(SOPHYAINCP)pibwdggen.h \ … … 1417 1424 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1418 1425 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1419 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1420 $(SOPHYAINCP)ndatablock.h \ 1421 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)pi3ddrw.h \ 1426 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1427 $(SOPHYAINCP)dvlist.h \ 1428 $(SOPHYAINCP)ndatablock.h \ 1429 $(SOPHYAINCP)utilarr.h \ 1430 $(SOPHYAINCP)tmatrix_tsnl.h \ 1431 $(SOPHYAINCP)tvector_tsnl.h \ 1432 $(SOPHYAINCP)pi3ddrw.h \ 1422 1433 $(SOPHYAINCP)pisysdep.h \ 1423 1434 $(SOPHYAINCP)pidrawer.h \ … … 1456 1467 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1457 1468 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1458 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1459 $(SOPHYAINCP)ndatablock.h \ 1460 $(SOPHYAINCP)utilarr.h \ 1469 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1470 $(SOPHYAINCP)dvlist.h \ 1471 $(SOPHYAINCP)ndatablock.h \ 1472 $(SOPHYAINCP)utilarr.h \ 1473 $(SOPHYAINCP)tmatrix_tsnl.h \ 1474 $(SOPHYAINCP)tvector_tsnl.h \ 1461 1475 $(SOPHYAINCP)pidrawer.h \ 1462 1476 $(SOPHYAINCP)pibwdggen.h \ … … 1525 1539 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1526 1540 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1527 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1528 $(SOPHYAINCP)ndatablock.h \ 1529 $(SOPHYAINCP)utilarr.h \ 1541 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1542 $(SOPHYAINCP)dvlist.h \ 1543 $(SOPHYAINCP)ndatablock.h \ 1544 $(SOPHYAINCP)utilarr.h \ 1545 $(SOPHYAINCP)tmatrix_tsnl.h \ 1546 $(SOPHYAINCP)tvector_tsnl.h \ 1530 1547 $(SOPHYAINCP)pidrawer.h \ 1531 1548 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ … … 1601 1618 $(SOPHYAINCP)ppfnametag.h \ 1602 1619 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1603 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \1604 $(SOPHYAINCP)commander.h \1620 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1621 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1605 1622 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1606 1623 $(SOPHYAINCP)zthread.h pisiadw.h \ … … 1616 1633 $(SOPHYAINCP)ndatablock.h \ 1617 1634 $(SOPHYAINCP)utilarr.h \ 1635 $(SOPHYAINCP)tmatrix_tsnl.h \ 1636 $(SOPHYAINCP)tvector_tsnl.h \ 1618 1637 $(SOPHYAINCP)generaldata.h \ 1619 1638 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 1734 1753 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1735 1754 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1736 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1737 $(SOPHYAINCP)ndatablock.h \ 1738 $(SOPHYAINCP)utilarr.h \ 1755 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1756 $(SOPHYAINCP)dvlist.h \ 1757 $(SOPHYAINCP)ndatablock.h \ 1758 $(SOPHYAINCP)utilarr.h \ 1759 $(SOPHYAINCP)tmatrix_tsnl.h \ 1760 $(SOPHYAINCP)tvector_tsnl.h \ 1739 1761 $(SOPHYAINCP)generalfit.h \ 1740 1762 $(SOPHYAINCP)generaldata.h \ … … 1802 1824 $(SOPHYAINCP)ppfnametag.h \ 1803 1825 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1804 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \1805 $(SOPHYAINCP)commander.h \1826 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1827 dlftypes.h piacmd.h $(SOPHYAINCP)commander.h \ 1806 1828 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1807 1829 pisiadw.h $(SOPHYAINCP)pilistx.h \ … … 1822 1844 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1823 1845 $(SOPHYAINCP)anydataobj.h \ 1824 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) dvlist.h \1846 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1825 1847 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1826 1848 $(SOPHYAINCP)gnumd5.h \ … … 1828 1850 $(SOPHYAINCP)rawstream.h \ 1829 1851 $(SOPHYAINCP)ppfnametag.h \ 1830 $(SOPHYAINCP)ndatablock.h \ 1831 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)fioarr.h \ 1832 $(SOPHYAINCP)tvector.h pistdimgapp.h \ 1852 $(SOPHYAINCP)dvlist.h \ 1853 $(SOPHYAINCP)ndatablock.h \ 1854 $(SOPHYAINCP)utilarr.h \ 1855 $(SOPHYAINCP)tmatrix_tsnl.h \ 1856 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)tvector.h \ 1857 $(SOPHYAINCP)tvector_tsnl.h pistdimgapp.h \ 1833 1858 $(SOPHYAINCP)pisysdep.h \ 1834 1859 $(SOPHYAINCP)piapplx.h \ … … 1904 1929 $(SOPHYAINCP)basarr.h \ 1905 1930 $(SOPHYAINCP)anydataobj.h \ 1906 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP) dvlist.h \1931 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1907 1932 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1908 1933 $(SOPHYAINCP)pexceptions.h \ … … 1911 1936 $(SOPHYAINCP)rawstream.h \ 1912 1937 $(SOPHYAINCP)ppfnametag.h \ 1913 $(SOPHYAINCP)ndatablock.h \ 1914 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)tvector.h 1938 $(SOPHYAINCP)dvlist.h \ 1939 $(SOPHYAINCP)ndatablock.h \ 1940 $(SOPHYAINCP)utilarr.h \ 1941 $(SOPHYAINCP)tmatrix_tsnl.h \ 1942 $(SOPHYAINCP)tvector.h \ 1943 $(SOPHYAINCP)tvector_tsnl.h 1915 1944 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 1916 1945 … … 1927 1956 $(SOPHYAINCP)ppfnametag.h \ 1928 1957 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1929 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 1930 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1931 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1958 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \ 1959 dlftypes.h servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 1960 $(SOPHYAINCP)zthread.h nomgadapter.h \ 1961 $(SOPHYAINCP)pidrawer.h \ 1932 1962 $(SOPHYAINCP)pibwdggen.h \ 1933 1963 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ … … 1954 1984 $(SOPHYAINCP)ndatablock.h \ 1955 1985 $(SOPHYAINCP)utilarr.h \ 1986 $(SOPHYAINCP)tmatrix_tsnl.h \ 1987 $(SOPHYAINCP)tvector_tsnl.h \ 1956 1988 $(SOPHYAINCP)generaldata.h \ 1957 1989 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ … … 1993 2025 $(SOPHYAINCP)resusage.h \ 1994 2026 $(SOPHYAINCP)fct1dfit.h \ 1995 $(SOPHYAINCP)fct2dfit.h pitvmaad.h \ 2027 $(SOPHYAINCP)fct2dfit.h \ 2028 $(SOPHYAINCP)matharr.h pitvmaad.h \ 1996 2029 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)cimage.h \ 1997 2030 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)histos.h \ 1998 2031 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 2032 $(SOPHYAINCP)datatable.h \ 2033 $(SOPHYAINCP)basedtable.h \ 2034 $(SOPHYAINCP)segdatablock.h \ 1999 2035 $(SOPHYAINCP)piyfxdrw.h \ 2000 2036 $(SOPHYAINCP)pisurfdr.h pintuple.h pintup3d.h pipodrw.h
Note:
See TracChangeset
for help on using the changeset viewer.