Changeset 2834 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Nov 8, 2005, 5:40:14 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/Makefile
r2781 r2834 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)basexecut.o: basexecut.cc $(SOPHYAINCP)sopnamsp.h piacmd.h \ 13 $(SOPHYAOBJP)basexecut.o: basexecut.cc \ 14 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 14 15 $(SOPHYAINCP)machdefs.h \ 15 $(SOPHYAINCP)osx_values.h \16 16 $(SOPHYAINCP)commander.h \ 17 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 17 $(SOPHYAINCP)pdlmgr.h \ 18 $(SOPHYAINCP)dvlist.h \ 18 19 $(SOPHYAINCP)objfio.h \ 19 20 $(SOPHYAINCP)anydataobj.h \ … … 24 25 $(SOPHYAINCP)rawstream.h \ 25 26 $(SOPHYAINCP)ppfnametag.h \ 26 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 27 $(SOPHYAINCP)zthread.h dlftypes.h basexecut.h \ 28 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \ 29 $(SOPHYAINCP)pisysdep.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 \ 32 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 30 33 $(SOPHYAINCP)piapplx.h \ 31 34 $(SOPHYAINCP)piapplgen.h \ … … 33 36 $(SOPHYAINCP)picontainerx.h \ 34 37 $(SOPHYAINCP)picontainergen.h \ 35 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 38 $(SOPHYAINCP)piwdgx.h \ 39 $(SOPHYAINCP)piwdggen.h \ 36 40 $(SOPHYAINCP)picolist.h \ 37 41 $(SOPHYAINCP)pimenubarx.h \ … … 44 48 $(SOPHYAINCP)pibwdgx.h \ 45 49 $(SOPHYAINCP)pibwdggen.h \ 46 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 50 $(SOPHYAINCP)picmap.h \ 51 $(SOPHYAINCP)picmapx.h \ 47 52 $(SOPHYAINCP)picmapgen.h \ 48 53 $(SOPHYAINCP)pigraphx.h \ … … 65 70 $(SOPHYAINCP)periodic.h \ 66 71 $(SOPHYAINCP)piimage.h \ 67 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 72 $(SOPHYAINCP)parradapter.h \ 73 $(SOPHYAINCP)lut.h \ 68 74 $(SOPHYAINCP)pieldrw.h \ 69 75 $(SOPHYAINCP)pidrawer.h \ 70 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 76 $(SOPHYAINCP)pigratt.h \ 77 $(SOPHYAINCP)piaxes.h \ 71 78 $(SOPHYAINCP)pipixmapx.h \ 72 79 $(SOPHYAINCP)pipixmapgen.h \ 73 80 $(SOPHYAINCP)picmapview.h \ 74 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 75 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 76 $(SOPHYAINCP)pilistx.h \ 81 $(SOPHYAINCP)pi3dwdg.h \ 82 $(SOPHYAINCP)pi3ddrw.h \ 83 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 84 pisiadw.h $(SOPHYAINCP)pilistx.h \ 77 85 $(SOPHYAINCP)pilistgen.h \ 78 86 $(SOPHYAINCP)pistzwin.h \ 79 87 $(SOPHYAINCP)pitherm.h \ 80 $(SOPHYAINCP)resusage.h servnobjm.h nomgadapter.h\81 $(SOPHYAINCP)ntupintf.h \88 $(SOPHYAINCP)resusage.h servnobjm.h \ 89 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 82 90 $(SOPHYAINCP)generalfit.h \ 83 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 84 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 91 $(SOPHYAINCP)tvector.h \ 92 $(SOPHYAINCP)tmatrix.h \ 93 $(SOPHYAINCP)tarray.h \ 94 $(SOPHYAINCP)basarr.h \ 85 95 $(SOPHYAINCP)ndatablock.h \ 86 96 $(SOPHYAINCP)utilarr.h \ 87 97 $(SOPHYAINCP)generaldata.h \ 88 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 89 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 90 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 91 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 92 $(SOPHYAINCP)ntuple.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 \ 106 $(SOPHYAINCP)ntuple.h \ 107 $(SOPHYAINCP)datatable.h \ 108 $(SOPHYAINCP)basedtable.h \ 109 $(SOPHYAINCP)segdatablock.h 93 110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 94 111 95 $(SOPHYAOBJP)contmodex.o: contmodex.cc $(SOPHYAINCP)sopnamsp.h\96 contmodex.h $(SOPHYAINCP)machdefs.h \97 $(SOPHYAINCP) osx_values.h piacmd.h \112 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 113 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 114 $(SOPHYAINCP)machdefs.h piacmd.h \ 98 115 $(SOPHYAINCP)commander.h \ 99 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 116 $(SOPHYAINCP)pdlmgr.h \ 117 $(SOPHYAINCP)dvlist.h \ 100 118 $(SOPHYAINCP)objfio.h \ 101 119 $(SOPHYAINCP)anydataobj.h \ … … 106 124 $(SOPHYAINCP)rawstream.h \ 107 125 $(SOPHYAINCP)ppfnametag.h \ 108 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 126 $(SOPHYAINCP)mutyv.h \ 127 $(SOPHYAINCP)timestamp.h \ 128 $(SOPHYAINCP)ctimer.h \ 109 129 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 110 130 $(SOPHYAINCP)pigncont.h \ … … 116 136 $(SOPHYAINCP)picontainerx.h \ 117 137 $(SOPHYAINCP)picontainergen.h \ 118 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 138 $(SOPHYAINCP)piwdgx.h \ 139 $(SOPHYAINCP)piwdggen.h \ 119 140 $(SOPHYAINCP)picolist.h \ 120 141 $(SOPHYAINCP)pimenubarx.h \ … … 127 148 $(SOPHYAINCP)pibwdgx.h \ 128 149 $(SOPHYAINCP)pibwdggen.h \ 129 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 150 $(SOPHYAINCP)picmap.h \ 151 $(SOPHYAINCP)picmapx.h \ 130 152 $(SOPHYAINCP)picmapgen.h \ 131 153 $(SOPHYAINCP)pigraphx.h \ … … 148 170 $(SOPHYAINCP)periodic.h \ 149 171 $(SOPHYAINCP)piimage.h \ 150 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 172 $(SOPHYAINCP)parradapter.h \ 173 $(SOPHYAINCP)lut.h \ 151 174 $(SOPHYAINCP)pieldrw.h \ 152 175 $(SOPHYAINCP)pidrawer.h \ 153 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 176 $(SOPHYAINCP)pigratt.h \ 177 $(SOPHYAINCP)piaxes.h \ 154 178 $(SOPHYAINCP)pipixmapx.h \ 155 179 $(SOPHYAINCP)pipixmapgen.h \ 156 180 $(SOPHYAINCP)picmapview.h \ 157 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 181 $(SOPHYAINCP)pi3dwdg.h \ 182 $(SOPHYAINCP)pi3ddrw.h \ 158 183 $(SOPHYAINCP)pigraph3d.h \ 159 $(SOPHYAINCP)pisiadw.h $(SOPHYAINCP)pilistx.h \ 184 $(SOPHYAINCP)nobjmgr.h \ 185 $(SOPHYAINCP)piacmd.h \ 186 $(SOPHYAINCP)pisiadw.h \ 187 $(SOPHYAINCP)pilistx.h \ 160 188 $(SOPHYAINCP)pilistgen.h \ 161 189 $(SOPHYAINCP)pistzwin.h \ … … 163 191 $(SOPHYAINCP)resusage.h \ 164 192 $(SOPHYAINCP)piscdrawwdg.h \ 165 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 193 $(SOPHYAINCP)ntuple.h \ 194 $(SOPHYAINCP)ntupintf.h \ 166 195 $(SOPHYAINCP)gp_contour.h \ 167 196 $(SOPHYAINCP)gp_types.h \ … … 171 200 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 172 201 $(SOPHYAINCP)generalfit.h \ 173 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 174 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 202 $(SOPHYAINCP)tvector.h \ 203 $(SOPHYAINCP)tmatrix.h \ 204 $(SOPHYAINCP)tarray.h \ 205 $(SOPHYAINCP)basarr.h \ 175 206 $(SOPHYAINCP)ndatablock.h \ 176 207 $(SOPHYAINCP)utilarr.h \ 177 208 $(SOPHYAINCP)generaldata.h \ 178 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 179 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 209 $(SOPHYAINCP)poly.h \ 210 $(SOPHYAINCP)peida.h \ 211 $(SOPHYAINCP)utils.h \ 212 $(SOPHYAINCP)perrors.h \ 180 213 $(SOPHYAINCP)fmath.h servnobjm.h 181 214 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 182 215 183 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc $(SOPHYAINCP)sopnamsp.h\184 cxxexecutor.h $(SOPHYAINCP)machdefs.h \185 $(SOPHYAINCP) osx_values.h piacmd.h \216 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 217 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 218 $(SOPHYAINCP)machdefs.h piacmd.h \ 186 219 $(SOPHYAINCP)commander.h \ 187 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 220 $(SOPHYAINCP)pdlmgr.h \ 221 $(SOPHYAINCP)dvlist.h \ 188 222 $(SOPHYAINCP)objfio.h \ 189 223 $(SOPHYAINCP)anydataobj.h \ … … 194 228 $(SOPHYAINCP)rawstream.h \ 195 229 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)timestamp.h \ 232 $(SOPHYAINCP)ctimer.h \ 197 233 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 198 234 $(SOPHYAINCP)strutilxx.h \ … … 200 236 $(SOPHYAINCP)pidrawer.h \ 201 237 $(SOPHYAINCP)pibwdggen.h \ 202 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 203 $(SOPHYAINCP)piwdggen.h \ 204 $(SOPHYAINCP)pimsghandler.h \ 205 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 206 $(SOPHYAINCP)picmapx.h \ 207 $(SOPHYAINCP)picmapgen.h \ 208 $(SOPHYAINCP)pigraphx.h \ 209 $(SOPHYAINCP)pigraphgen.h \ 210 $(SOPHYAINCP)pifontx.h \ 211 $(SOPHYAINCP)pifontgen.h \ 212 $(SOPHYAINCP)pigrcoord.h \ 213 $(SOPHYAINCP)pilineatt.h \ 214 $(SOPHYAINCP)pigraphuc.h \ 215 $(SOPHYAINCP)pievthandler.h \ 216 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 217 $(SOPHYAINCP)piaxes.h \ 218 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 238 $(SOPHYAINCP)pisysdep.h \ 239 $(SOPHYAINCP)piwdgx.h \ 240 $(SOPHYAINCP)piwdggen.h \ 241 $(SOPHYAINCP)pimsghandler.h \ 242 $(SOPHYAINCP)picolist.h \ 243 $(SOPHYAINCP)picmap.h \ 244 $(SOPHYAINCP)picmapx.h \ 245 $(SOPHYAINCP)picmapgen.h \ 246 $(SOPHYAINCP)pigraphx.h \ 247 $(SOPHYAINCP)pigraphgen.h \ 248 $(SOPHYAINCP)pifontx.h \ 249 $(SOPHYAINCP)pifontgen.h \ 250 $(SOPHYAINCP)pigrcoord.h \ 251 $(SOPHYAINCP)pilineatt.h \ 252 $(SOPHYAINCP)pigraphuc.h \ 253 $(SOPHYAINCP)pievthandler.h \ 254 $(SOPHYAINCP)psfile.h \ 255 $(SOPHYAINCP)pigratt.h \ 256 $(SOPHYAINCP)piaxes.h \ 257 $(SOPHYAINCP)parradapter.h \ 258 $(SOPHYAINCP)lut.h \ 219 259 $(SOPHYAINCP)ntupintf.h \ 220 260 $(SOPHYAINCP)generalfit.h \ 221 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 222 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 261 $(SOPHYAINCP)tvector.h \ 262 $(SOPHYAINCP)tmatrix.h \ 263 $(SOPHYAINCP)tarray.h \ 264 $(SOPHYAINCP)basarr.h \ 223 265 $(SOPHYAINCP)ndatablock.h \ 224 266 $(SOPHYAINCP)utilarr.h \ 225 267 $(SOPHYAINCP)generaldata.h \ 226 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 227 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 268 $(SOPHYAINCP)poly.h \ 269 $(SOPHYAINCP)peida.h \ 270 $(SOPHYAINCP)utils.h \ 271 $(SOPHYAINCP)perrors.h \ 228 272 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 229 273 $(SOPHYAINCP)piapplx.h \ … … 248 292 $(SOPHYAINCP)piperiodx.h \ 249 293 $(SOPHYAINCP)periodic.h \ 250 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 294 $(SOPHYAINCP)piimage.h \ 295 $(SOPHYAINCP)pieldrw.h \ 251 296 $(SOPHYAINCP)pipixmapx.h \ 252 297 $(SOPHYAINCP)pipixmapgen.h \ 253 298 $(SOPHYAINCP)picmapview.h \ 254 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 299 $(SOPHYAINCP)pi3dwdg.h \ 300 $(SOPHYAINCP)pi3ddrw.h \ 255 301 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 256 302 $(SOPHYAINCP)pilistx.h \ … … 261 307 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecutor.cc 262 308 263 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc $(SOPHYAINCP)sopnamsp.h\264 cxxexecutor.h $(SOPHYAINCP)machdefs.h \265 $(SOPHYAINCP) osx_values.h piacmd.h \309 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 310 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 311 $(SOPHYAINCP)machdefs.h piacmd.h \ 266 312 $(SOPHYAINCP)commander.h \ 267 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 313 $(SOPHYAINCP)pdlmgr.h \ 314 $(SOPHYAINCP)dvlist.h \ 268 315 $(SOPHYAINCP)objfio.h \ 269 316 $(SOPHYAINCP)anydataobj.h \ … … 274 321 $(SOPHYAINCP)rawstream.h \ 275 322 $(SOPHYAINCP)ppfnametag.h \ 276 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 277 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h cxxexecwin.h \ 278 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \ 279 $(SOPHYAINCP)piapplx.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 \ 328 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 280 329 $(SOPHYAINCP)piapplgen.h \ 281 330 $(SOPHYAINCP)pimsghandler.h \ 282 331 $(SOPHYAINCP)picontainerx.h \ 283 332 $(SOPHYAINCP)picontainergen.h \ 284 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 333 $(SOPHYAINCP)piwdgx.h \ 334 $(SOPHYAINCP)piwdggen.h \ 285 335 $(SOPHYAINCP)picolist.h \ 286 336 $(SOPHYAINCP)pimenubarx.h \ … … 293 343 $(SOPHYAINCP)pibwdgx.h \ 294 344 $(SOPHYAINCP)pibwdggen.h \ 295 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 345 $(SOPHYAINCP)picmap.h \ 346 $(SOPHYAINCP)picmapx.h \ 296 347 $(SOPHYAINCP)picmapgen.h \ 297 348 $(SOPHYAINCP)pigraphx.h \ … … 314 365 $(SOPHYAINCP)periodic.h \ 315 366 $(SOPHYAINCP)piimage.h \ 316 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 367 $(SOPHYAINCP)parradapter.h \ 368 $(SOPHYAINCP)lut.h \ 317 369 $(SOPHYAINCP)pieldrw.h \ 318 370 $(SOPHYAINCP)pidrawer.h \ 319 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 371 $(SOPHYAINCP)pigratt.h \ 372 $(SOPHYAINCP)piaxes.h \ 320 373 $(SOPHYAINCP)pipixmapx.h \ 321 374 $(SOPHYAINCP)pipixmapgen.h \ 322 375 $(SOPHYAINCP)picmapview.h \ 323 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 376 $(SOPHYAINCP)pi3dwdg.h \ 377 $(SOPHYAINCP)pi3ddrw.h \ 324 378 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 325 379 $(SOPHYAINCP)pilistx.h \ … … 330 384 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc 331 385 332 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc $(SOPHYAINCP)sopnamsp.h\333 flowmodex.h $(SOPHYAINCP)machdefs.h \334 $(SOPHYAINCP) osx_values.h piacmd.h \386 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 387 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 388 $(SOPHYAINCP)machdefs.h piacmd.h \ 335 389 $(SOPHYAINCP)commander.h \ 336 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 390 $(SOPHYAINCP)pdlmgr.h \ 391 $(SOPHYAINCP)dvlist.h \ 337 392 $(SOPHYAINCP)objfio.h \ 338 393 $(SOPHYAINCP)anydataobj.h \ … … 343 398 $(SOPHYAINCP)rawstream.h \ 344 399 $(SOPHYAINCP)ppfnametag.h \ 345 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 346 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h pi2dvec.h \ 347 pistdimgapp.h $(SOPHYAINCP)pisysdep.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 \ 405 $(SOPHYAINCP)pisysdep.h \ 348 406 $(SOPHYAINCP)piapplx.h \ 349 407 $(SOPHYAINCP)piapplgen.h \ … … 351 409 $(SOPHYAINCP)picontainerx.h \ 352 410 $(SOPHYAINCP)picontainergen.h \ 353 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 411 $(SOPHYAINCP)piwdgx.h \ 412 $(SOPHYAINCP)piwdggen.h \ 354 413 $(SOPHYAINCP)picolist.h \ 355 414 $(SOPHYAINCP)pimenubarx.h \ … … 362 421 $(SOPHYAINCP)pibwdgx.h \ 363 422 $(SOPHYAINCP)pibwdggen.h \ 364 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 423 $(SOPHYAINCP)picmap.h \ 424 $(SOPHYAINCP)picmapx.h \ 365 425 $(SOPHYAINCP)picmapgen.h \ 366 426 $(SOPHYAINCP)pigraphx.h \ … … 383 443 $(SOPHYAINCP)periodic.h \ 384 444 $(SOPHYAINCP)piimage.h \ 385 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 445 $(SOPHYAINCP)parradapter.h \ 446 $(SOPHYAINCP)lut.h \ 386 447 $(SOPHYAINCP)pieldrw.h \ 387 448 $(SOPHYAINCP)pidrawer.h \ 388 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 449 $(SOPHYAINCP)pigratt.h \ 450 $(SOPHYAINCP)piaxes.h \ 389 451 $(SOPHYAINCP)pipixmapx.h \ 390 452 $(SOPHYAINCP)pipixmapgen.h \ 391 453 $(SOPHYAINCP)picmapview.h \ 392 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 454 $(SOPHYAINCP)pi3dwdg.h \ 455 $(SOPHYAINCP)pi3ddrw.h \ 393 456 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 394 457 $(SOPHYAINCP)pilistx.h \ … … 398 461 $(SOPHYAINCP)resusage.h \ 399 462 $(SOPHYAINCP)piscdrawwdg.h \ 400 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)ntuple.h \ 401 nomgadapter.h $(SOPHYAINCP)generalfit.h \ 402 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 403 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.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 \ 404 470 $(SOPHYAINCP)ndatablock.h \ 405 471 $(SOPHYAINCP)utilarr.h \ 406 472 $(SOPHYAINCP)generaldata.h \ 407 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 408 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 473 $(SOPHYAINCP)poly.h \ 474 $(SOPHYAINCP)peida.h \ 475 $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)perrors.h \ 409 477 $(SOPHYAINCP)fmath.h servnobjm.h 410 478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc 411 479 412 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc $(SOPHYAINCP)sopnamsp.h\413 piacmd.h $(SOPHYAINCP)machdefs.h \414 $(SOPHYAINCP) osx_values.h \480 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc \ 481 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 482 $(SOPHYAINCP)machdefs.h \ 415 483 $(SOPHYAINCP)commander.h \ 416 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 484 $(SOPHYAINCP)pdlmgr.h \ 485 $(SOPHYAINCP)dvlist.h \ 417 486 $(SOPHYAINCP)objfio.h \ 418 487 $(SOPHYAINCP)anydataobj.h \ … … 423 492 $(SOPHYAINCP)rawstream.h \ 424 493 $(SOPHYAINCP)ppfnametag.h \ 425 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 426 $(SOPHYAINCP)zthread.h dlftypes.h graphexecut.h \ 427 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \ 428 $(SOPHYAINCP)pisysdep.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 \ 499 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 429 500 $(SOPHYAINCP)piapplx.h \ 430 501 $(SOPHYAINCP)piapplgen.h \ … … 432 503 $(SOPHYAINCP)picontainerx.h \ 433 504 $(SOPHYAINCP)picontainergen.h \ 434 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 505 $(SOPHYAINCP)piwdgx.h \ 506 $(SOPHYAINCP)piwdggen.h \ 435 507 $(SOPHYAINCP)picolist.h \ 436 508 $(SOPHYAINCP)pimenubarx.h \ … … 443 515 $(SOPHYAINCP)pibwdgx.h \ 444 516 $(SOPHYAINCP)pibwdggen.h \ 445 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 517 $(SOPHYAINCP)picmap.h \ 518 $(SOPHYAINCP)picmapx.h \ 446 519 $(SOPHYAINCP)picmapgen.h \ 447 520 $(SOPHYAINCP)pigraphx.h \ … … 464 537 $(SOPHYAINCP)periodic.h \ 465 538 $(SOPHYAINCP)piimage.h \ 466 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 539 $(SOPHYAINCP)parradapter.h \ 540 $(SOPHYAINCP)lut.h \ 467 541 $(SOPHYAINCP)pieldrw.h \ 468 542 $(SOPHYAINCP)pidrawer.h \ 469 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 543 $(SOPHYAINCP)pigratt.h \ 544 $(SOPHYAINCP)piaxes.h \ 470 545 $(SOPHYAINCP)pipixmapx.h \ 471 546 $(SOPHYAINCP)pipixmapgen.h \ 472 547 $(SOPHYAINCP)picmapview.h \ 473 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 474 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 475 $(SOPHYAINCP)pilistx.h \ 548 $(SOPHYAINCP)pi3dwdg.h \ 549 $(SOPHYAINCP)pi3ddrw.h \ 550 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 551 pisiadw.h $(SOPHYAINCP)pilistx.h \ 476 552 $(SOPHYAINCP)pilistgen.h \ 477 553 $(SOPHYAINCP)pistzwin.h \ … … 480 556 $(SOPHYAINCP)ntupintf.h \ 481 557 $(SOPHYAINCP)generalfit.h \ 482 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 483 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 558 $(SOPHYAINCP)tvector.h \ 559 $(SOPHYAINCP)tmatrix.h \ 560 $(SOPHYAINCP)tarray.h \ 561 $(SOPHYAINCP)basarr.h \ 484 562 $(SOPHYAINCP)ndatablock.h \ 485 563 $(SOPHYAINCP)utilarr.h \ 486 564 $(SOPHYAINCP)generaldata.h \ 487 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 488 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 489 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)piyfxdrw.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 \ 490 571 $(SOPHYAINCP)pibargraph.h \ 491 572 $(SOPHYAINCP)pitxtdrw.h … … 495 576 $(SOPHYAINCP)strutil.h \ 496 577 $(SOPHYAINCP)datatypes.h \ 497 $(SOPHYAINCP)machdefs.h \ 498 $(SOPHYAINCP)osx_values.h nobjmgr.h \ 578 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 499 579 $(SOPHYAINCP)anydataobj.h \ 500 580 $(SOPHYAINCP)ppersist.h \ … … 504 584 $(SOPHYAINCP)rawstream.h \ 505 585 $(SOPHYAINCP)ppfnametag.h \ 506 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 507 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 508 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 509 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 510 $(SOPHYAINCP)pibwdggen.h \ 511 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 512 $(SOPHYAINCP)piwdggen.h \ 513 $(SOPHYAINCP)pimsghandler.h \ 514 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 515 $(SOPHYAINCP)picmapx.h \ 516 $(SOPHYAINCP)picmapgen.h \ 517 $(SOPHYAINCP)pigraphx.h \ 518 $(SOPHYAINCP)pigraphgen.h \ 519 $(SOPHYAINCP)pifontx.h \ 520 $(SOPHYAINCP)pifontgen.h \ 521 $(SOPHYAINCP)pigrcoord.h \ 522 $(SOPHYAINCP)pilineatt.h \ 523 $(SOPHYAINCP)pigraphuc.h \ 524 $(SOPHYAINCP)pievthandler.h \ 525 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 526 $(SOPHYAINCP)piaxes.h \ 527 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 591 $(SOPHYAINCP)zthread.h nomgadapter.h \ 592 $(SOPHYAINCP)pidrawer.h \ 593 $(SOPHYAINCP)pibwdggen.h \ 594 $(SOPHYAINCP)pisysdep.h \ 595 $(SOPHYAINCP)piwdgx.h \ 596 $(SOPHYAINCP)piwdggen.h \ 597 $(SOPHYAINCP)pimsghandler.h \ 598 $(SOPHYAINCP)picolist.h \ 599 $(SOPHYAINCP)picmap.h \ 600 $(SOPHYAINCP)picmapx.h \ 601 $(SOPHYAINCP)picmapgen.h \ 602 $(SOPHYAINCP)pigraphx.h \ 603 $(SOPHYAINCP)pigraphgen.h \ 604 $(SOPHYAINCP)pifontx.h \ 605 $(SOPHYAINCP)pifontgen.h \ 606 $(SOPHYAINCP)pigrcoord.h \ 607 $(SOPHYAINCP)pilineatt.h \ 608 $(SOPHYAINCP)pigraphuc.h \ 609 $(SOPHYAINCP)pievthandler.h \ 610 $(SOPHYAINCP)psfile.h \ 611 $(SOPHYAINCP)pigratt.h \ 612 $(SOPHYAINCP)piaxes.h \ 613 $(SOPHYAINCP)parradapter.h \ 614 $(SOPHYAINCP)lut.h \ 528 615 $(SOPHYAINCP)ntupintf.h \ 529 616 $(SOPHYAINCP)generalfit.h \ 530 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 531 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 617 $(SOPHYAINCP)tvector.h \ 618 $(SOPHYAINCP)tmatrix.h \ 619 $(SOPHYAINCP)tarray.h \ 620 $(SOPHYAINCP)basarr.h \ 532 621 $(SOPHYAINCP)ndatablock.h \ 533 622 $(SOPHYAINCP)utilarr.h \ 534 623 $(SOPHYAINCP)generaldata.h \ 535 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 536 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 624 $(SOPHYAINCP)poly.h \ 625 $(SOPHYAINCP)peida.h \ 626 $(SOPHYAINCP)utils.h \ 627 $(SOPHYAINCP)perrors.h \ 537 628 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 538 629 $(SOPHYAINCP)piapplx.h \ … … 557 648 $(SOPHYAINCP)piperiodx.h \ 558 649 $(SOPHYAINCP)periodic.h \ 559 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 650 $(SOPHYAINCP)piimage.h \ 651 $(SOPHYAINCP)pieldrw.h \ 560 652 $(SOPHYAINCP)pipixmapx.h \ 561 653 $(SOPHYAINCP)pipixmapgen.h \ 562 654 $(SOPHYAINCP)picmapview.h \ 563 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 655 $(SOPHYAINCP)pi3dwdg.h \ 656 $(SOPHYAINCP)pi3ddrw.h \ 564 657 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 565 658 $(SOPHYAINCP)commander.h \ … … 595 688 $(SOPHYAINCP)piyfxdrw.h \ 596 689 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 597 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 598 pintuple.h pintup3d.h pigfd1.h pigfd2.h 690 $(SOPHYAINCP)histos2.h \ 691 $(SOPHYAINCP)histos.h pintuple.h pintup3d.h \ 692 pigfd1.h pigfd2.h 599 693 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc 600 694 601 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc $(SOPHYAINCP)sopnamsp.h\602 $(SOPHYAINCP) machdefs.h \603 $(SOPHYAINCP) osx_values.h nomgadapter.h \695 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 696 $(SOPHYAINCP)sopnamsp.h \ 697 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 604 698 $(SOPHYAINCP)ppersist.h \ 605 699 $(SOPHYAINCP)pexceptions.h \ … … 611 705 $(SOPHYAINCP)pidrawer.h \ 612 706 $(SOPHYAINCP)pibwdggen.h \ 613 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 614 $(SOPHYAINCP)piwdggen.h \ 615 $(SOPHYAINCP)pimsghandler.h \ 616 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 617 $(SOPHYAINCP)picmapx.h \ 618 $(SOPHYAINCP)picmapgen.h \ 619 $(SOPHYAINCP)pigraphx.h \ 620 $(SOPHYAINCP)pigraphgen.h \ 621 $(SOPHYAINCP)pifontx.h \ 622 $(SOPHYAINCP)pifontgen.h \ 623 $(SOPHYAINCP)pigrcoord.h \ 624 $(SOPHYAINCP)pilineatt.h \ 625 $(SOPHYAINCP)pigraphuc.h \ 626 $(SOPHYAINCP)pievthandler.h \ 627 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 628 $(SOPHYAINCP)piaxes.h \ 629 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 707 $(SOPHYAINCP)pisysdep.h \ 708 $(SOPHYAINCP)piwdgx.h \ 709 $(SOPHYAINCP)piwdggen.h \ 710 $(SOPHYAINCP)pimsghandler.h \ 711 $(SOPHYAINCP)picolist.h \ 712 $(SOPHYAINCP)picmap.h \ 713 $(SOPHYAINCP)picmapx.h \ 714 $(SOPHYAINCP)picmapgen.h \ 715 $(SOPHYAINCP)pigraphx.h \ 716 $(SOPHYAINCP)pigraphgen.h \ 717 $(SOPHYAINCP)pifontx.h \ 718 $(SOPHYAINCP)pifontgen.h \ 719 $(SOPHYAINCP)pigrcoord.h \ 720 $(SOPHYAINCP)pilineatt.h \ 721 $(SOPHYAINCP)pigraphuc.h \ 722 $(SOPHYAINCP)pievthandler.h \ 723 $(SOPHYAINCP)psfile.h \ 724 $(SOPHYAINCP)pigratt.h \ 725 $(SOPHYAINCP)piaxes.h \ 726 $(SOPHYAINCP)parradapter.h \ 727 $(SOPHYAINCP)lut.h \ 630 728 $(SOPHYAINCP)ntupintf.h \ 631 729 $(SOPHYAINCP)generalfit.h \ 632 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 633 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 634 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 635 $(SOPHYAINCP)objfio.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 \ 636 738 $(SOPHYAINCP)ndatablock.h \ 637 739 $(SOPHYAINCP)utilarr.h \ 638 740 $(SOPHYAINCP)generaldata.h \ 639 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 640 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 741 $(SOPHYAINCP)poly.h \ 742 $(SOPHYAINCP)peida.h \ 743 $(SOPHYAINCP)utils.h \ 744 $(SOPHYAINCP)perrors.h \ 641 745 $(SOPHYAINCP)fmath.h 642 746 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgadapter.cc 643 747 644 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc $(SOPHYAINCP)sopnamsp.h \ 645 $(SOPHYAINCP)machdefs.h \ 646 $(SOPHYAINCP)osx_values.h nomgfdadapter.h nomgadapter.h \ 647 $(SOPHYAINCP)ppersist.h \ 648 $(SOPHYAINCP)pexceptions.h \ 649 $(SOPHYAINCP)gnumd5.h \ 650 $(SOPHYAINCP)ppfbinstream.h \ 651 $(SOPHYAINCP)rawstream.h \ 652 $(SOPHYAINCP)ppfnametag.h \ 653 $(SOPHYAINCP)anydataobj.h \ 654 $(SOPHYAINCP)pidrawer.h \ 655 $(SOPHYAINCP)pibwdggen.h \ 656 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 657 $(SOPHYAINCP)piwdggen.h \ 658 $(SOPHYAINCP)pimsghandler.h \ 659 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 660 $(SOPHYAINCP)picmapx.h \ 661 $(SOPHYAINCP)picmapgen.h \ 662 $(SOPHYAINCP)pigraphx.h \ 663 $(SOPHYAINCP)pigraphgen.h \ 664 $(SOPHYAINCP)pifontx.h \ 665 $(SOPHYAINCP)pifontgen.h \ 666 $(SOPHYAINCP)pigrcoord.h \ 667 $(SOPHYAINCP)pilineatt.h \ 668 $(SOPHYAINCP)pigraphuc.h \ 669 $(SOPHYAINCP)pievthandler.h \ 670 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 671 $(SOPHYAINCP)piaxes.h \ 672 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 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 \ 762 $(SOPHYAINCP)piwdggen.h \ 763 $(SOPHYAINCP)pimsghandler.h \ 764 $(SOPHYAINCP)picolist.h \ 765 $(SOPHYAINCP)picmap.h \ 766 $(SOPHYAINCP)picmapx.h \ 767 $(SOPHYAINCP)picmapgen.h \ 768 $(SOPHYAINCP)pigraphx.h \ 769 $(SOPHYAINCP)pigraphgen.h \ 770 $(SOPHYAINCP)pifontx.h \ 771 $(SOPHYAINCP)pifontgen.h \ 772 $(SOPHYAINCP)pigrcoord.h \ 773 $(SOPHYAINCP)pilineatt.h \ 774 $(SOPHYAINCP)pigraphuc.h \ 775 $(SOPHYAINCP)pievthandler.h \ 776 $(SOPHYAINCP)psfile.h \ 777 $(SOPHYAINCP)pigratt.h \ 778 $(SOPHYAINCP)piaxes.h \ 779 $(SOPHYAINCP)parradapter.h \ 780 $(SOPHYAINCP)lut.h \ 673 781 $(SOPHYAINCP)ntupintf.h \ 674 782 $(SOPHYAINCP)generalfit.h \ 675 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 676 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 677 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 678 $(SOPHYAINCP)objfio.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 \ 679 791 $(SOPHYAINCP)ndatablock.h \ 680 792 $(SOPHYAINCP)utilarr.h \ 681 793 $(SOPHYAINCP)generaldata.h \ 682 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 683 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 794 $(SOPHYAINCP)poly.h \ 795 $(SOPHYAINCP)peida.h \ 796 $(SOPHYAINCP)utils.h \ 797 $(SOPHYAINCP)perrors.h \ 684 798 $(SOPHYAINCP)fmath.h pipodrw.h \ 685 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)histos.h \ 799 $(SOPHYAINCP)histos2.h \ 800 $(SOPHYAINCP)histos.h \ 686 801 $(SOPHYAINCP)objfitter.h \ 687 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 802 $(SOPHYAINCP)cimage.h \ 803 $(SOPHYAINCP)fioarr.h \ 688 804 $(SOPHYAINCP)hisprof.h 689 805 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgfdadapter.cc 690 806 691 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc $(SOPHYAINCP)sopnamsp.h \ 692 $(SOPHYAINCP)machdefs.h \ 693 $(SOPHYAINCP)osx_values.h nomhistadapter.h nomgadapter.h \ 694 $(SOPHYAINCP)ppersist.h \ 695 $(SOPHYAINCP)pexceptions.h \ 696 $(SOPHYAINCP)gnumd5.h \ 697 $(SOPHYAINCP)ppfbinstream.h \ 698 $(SOPHYAINCP)rawstream.h \ 699 $(SOPHYAINCP)ppfnametag.h \ 700 $(SOPHYAINCP)anydataobj.h \ 701 $(SOPHYAINCP)pidrawer.h \ 702 $(SOPHYAINCP)pibwdggen.h \ 703 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 704 $(SOPHYAINCP)piwdggen.h \ 705 $(SOPHYAINCP)pimsghandler.h \ 706 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 707 $(SOPHYAINCP)picmapx.h \ 708 $(SOPHYAINCP)picmapgen.h \ 709 $(SOPHYAINCP)pigraphx.h \ 710 $(SOPHYAINCP)pigraphgen.h \ 711 $(SOPHYAINCP)pifontx.h \ 712 $(SOPHYAINCP)pifontgen.h \ 713 $(SOPHYAINCP)pigrcoord.h \ 714 $(SOPHYAINCP)pilineatt.h \ 715 $(SOPHYAINCP)pigraphuc.h \ 716 $(SOPHYAINCP)pievthandler.h \ 717 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 718 $(SOPHYAINCP)piaxes.h \ 719 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 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 \ 821 $(SOPHYAINCP)piwdggen.h \ 822 $(SOPHYAINCP)pimsghandler.h \ 823 $(SOPHYAINCP)picolist.h \ 824 $(SOPHYAINCP)picmap.h \ 825 $(SOPHYAINCP)picmapx.h \ 826 $(SOPHYAINCP)picmapgen.h \ 827 $(SOPHYAINCP)pigraphx.h \ 828 $(SOPHYAINCP)pigraphgen.h \ 829 $(SOPHYAINCP)pifontx.h \ 830 $(SOPHYAINCP)pifontgen.h \ 831 $(SOPHYAINCP)pigrcoord.h \ 832 $(SOPHYAINCP)pilineatt.h \ 833 $(SOPHYAINCP)pigraphuc.h \ 834 $(SOPHYAINCP)pievthandler.h \ 835 $(SOPHYAINCP)psfile.h \ 836 $(SOPHYAINCP)pigratt.h \ 837 $(SOPHYAINCP)piaxes.h \ 838 $(SOPHYAINCP)parradapter.h \ 839 $(SOPHYAINCP)lut.h \ 720 840 $(SOPHYAINCP)ntupintf.h \ 721 841 $(SOPHYAINCP)generalfit.h \ 722 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 723 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 724 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 725 $(SOPHYAINCP)objfio.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 \ 726 850 $(SOPHYAINCP)ndatablock.h \ 727 851 $(SOPHYAINCP)utilarr.h \ 728 852 $(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 \ 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 \ 734 863 $(SOPHYAINCP)xntuple.h \ 735 864 $(SOPHYAINCP)basedtable.h \ 736 $(SOPHYAINCP)segdatablock.h pihisto.h pihisto2d.h\737 $(SOPHYAINCP)pimenux.h \865 $(SOPHYAINCP)segdatablock.h pihisto.h \ 866 pihisto2d.h $(SOPHYAINCP)pimenux.h \ 738 867 $(SOPHYAINCP)pimenugen.h \ 739 868 $(SOPHYAINCP)pimenubarx.h \ … … 750 879 $(SOPHYAINCP)picontainerx.h \ 751 880 $(SOPHYAINCP)picontainergen.h \ 752 $(SOPHYAINCP)pieldrw.h pipodrw.h servnobjm.h nobjmgr.h \ 753 dlftypes.h $(SOPHYAINCP)pdlmgr.h \ 881 $(SOPHYAINCP)pieldrw.h pipodrw.h \ 882 servnobjm.h nobjmgr.h dlftypes.h \ 883 $(SOPHYAINCP)pdlmgr.h \ 754 884 $(SOPHYAINCP)zthread.h \ 755 885 $(SOPHYAINCP)objfitter.h \ 756 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 886 $(SOPHYAINCP)cimage.h \ 887 $(SOPHYAINCP)fioarr.h \ 757 888 $(SOPHYAINCP)fitsntuple.h \ 758 889 $(SOPHYAINCP)fitsfile.h \ … … 767 898 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomhistadapter.cc 768 899 769 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc $(SOPHYAINCP)sopnamsp.h \ 900 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 901 $(SOPHYAINCP)sopnamsp.h \ 770 902 $(SOPHYAINCP)machdefs.h \ 771 $(SOPHYAINCP)osx_values.h \ 772 $(SOPHYAINCP)datatype.h nomimagadapter.h nomgadapter.h \ 773 $(SOPHYAINCP)ppersist.h \ 774 $(SOPHYAINCP)pexceptions.h \ 775 $(SOPHYAINCP)gnumd5.h \ 776 $(SOPHYAINCP)ppfbinstream.h \ 777 $(SOPHYAINCP)rawstream.h \ 778 $(SOPHYAINCP)ppfnametag.h \ 779 $(SOPHYAINCP)anydataobj.h \ 780 $(SOPHYAINCP)pidrawer.h \ 781 $(SOPHYAINCP)pibwdggen.h \ 782 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 783 $(SOPHYAINCP)piwdggen.h \ 784 $(SOPHYAINCP)pimsghandler.h \ 785 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 786 $(SOPHYAINCP)picmapx.h \ 787 $(SOPHYAINCP)picmapgen.h \ 788 $(SOPHYAINCP)pigraphx.h \ 789 $(SOPHYAINCP)pigraphgen.h \ 790 $(SOPHYAINCP)pifontx.h \ 791 $(SOPHYAINCP)pifontgen.h \ 792 $(SOPHYAINCP)pigrcoord.h \ 793 $(SOPHYAINCP)pilineatt.h \ 794 $(SOPHYAINCP)pigraphuc.h \ 795 $(SOPHYAINCP)pievthandler.h \ 796 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 797 $(SOPHYAINCP)piaxes.h \ 798 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 915 $(SOPHYAINCP)piwdggen.h \ 916 $(SOPHYAINCP)pimsghandler.h \ 917 $(SOPHYAINCP)picolist.h \ 918 $(SOPHYAINCP)picmap.h \ 919 $(SOPHYAINCP)picmapx.h \ 920 $(SOPHYAINCP)picmapgen.h \ 921 $(SOPHYAINCP)pigraphx.h \ 922 $(SOPHYAINCP)pigraphgen.h \ 923 $(SOPHYAINCP)pifontx.h \ 924 $(SOPHYAINCP)pifontgen.h \ 925 $(SOPHYAINCP)pigrcoord.h \ 926 $(SOPHYAINCP)pilineatt.h \ 927 $(SOPHYAINCP)pigraphuc.h \ 928 $(SOPHYAINCP)pievthandler.h \ 929 $(SOPHYAINCP)psfile.h \ 930 $(SOPHYAINCP)pigratt.h \ 931 $(SOPHYAINCP)piaxes.h \ 932 $(SOPHYAINCP)parradapter.h \ 933 $(SOPHYAINCP)lut.h \ 799 934 $(SOPHYAINCP)ntupintf.h \ 800 935 $(SOPHYAINCP)generalfit.h \ 801 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 802 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 803 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 804 $(SOPHYAINCP)objfio.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 \ 805 944 $(SOPHYAINCP)ndatablock.h \ 806 945 $(SOPHYAINCP)utilarr.h \ 807 946 $(SOPHYAINCP)generaldata.h \ 808 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 809 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 810 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)cimage.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 \ 811 953 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 812 954 $(SOPHYAINCP)objfitter.h \ 813 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.h \ 955 $(SOPHYAINCP)histos.h \ 956 $(SOPHYAINCP)histos2.h \ 814 957 $(SOPHYAINCP)hisprof.h \ 815 958 $(SOPHYAINCP)fitstarray.h \ … … 822 965 $(SOPHYAINCP)sopnamsp.h \ 823 966 $(SOPHYAINCP)machdefs.h \ 824 $(SOPHYAINCP)osx_values.h \ 825 $(SOPHYAINCP)datatype.h nomskymapadapter.h nomgadapter.h \ 826 $(SOPHYAINCP)ppersist.h \ 827 $(SOPHYAINCP)pexceptions.h \ 828 $(SOPHYAINCP)gnumd5.h \ 829 $(SOPHYAINCP)ppfbinstream.h \ 830 $(SOPHYAINCP)rawstream.h \ 831 $(SOPHYAINCP)ppfnametag.h \ 832 $(SOPHYAINCP)anydataobj.h \ 833 $(SOPHYAINCP)pidrawer.h \ 834 $(SOPHYAINCP)pibwdggen.h \ 835 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 836 $(SOPHYAINCP)piwdggen.h \ 837 $(SOPHYAINCP)pimsghandler.h \ 838 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 839 $(SOPHYAINCP)picmapx.h \ 840 $(SOPHYAINCP)picmapgen.h \ 841 $(SOPHYAINCP)pigraphx.h \ 842 $(SOPHYAINCP)pigraphgen.h \ 843 $(SOPHYAINCP)pifontx.h \ 844 $(SOPHYAINCP)pifontgen.h \ 845 $(SOPHYAINCP)pigrcoord.h \ 846 $(SOPHYAINCP)pilineatt.h \ 847 $(SOPHYAINCP)pigraphuc.h \ 848 $(SOPHYAINCP)pievthandler.h \ 849 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 850 $(SOPHYAINCP)piaxes.h \ 851 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 967 $(SOPHYAINCP)datatype.h nomskymapadapter.h \ 968 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 969 $(SOPHYAINCP)pexceptions.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)pibwdggen.h \ 977 $(SOPHYAINCP)pisysdep.h \ 978 $(SOPHYAINCP)piwdgx.h \ 979 $(SOPHYAINCP)piwdggen.h \ 980 $(SOPHYAINCP)pimsghandler.h \ 981 $(SOPHYAINCP)picolist.h \ 982 $(SOPHYAINCP)picmap.h \ 983 $(SOPHYAINCP)picmapx.h \ 984 $(SOPHYAINCP)picmapgen.h \ 985 $(SOPHYAINCP)pigraphx.h \ 986 $(SOPHYAINCP)pigraphgen.h \ 987 $(SOPHYAINCP)pifontx.h \ 988 $(SOPHYAINCP)pifontgen.h \ 989 $(SOPHYAINCP)pigrcoord.h \ 990 $(SOPHYAINCP)pilineatt.h \ 991 $(SOPHYAINCP)pigraphuc.h \ 992 $(SOPHYAINCP)pievthandler.h \ 993 $(SOPHYAINCP)psfile.h \ 994 $(SOPHYAINCP)pigratt.h \ 995 $(SOPHYAINCP)piaxes.h \ 996 $(SOPHYAINCP)parradapter.h \ 997 $(SOPHYAINCP)lut.h \ 852 998 $(SOPHYAINCP)ntupintf.h \ 853 999 $(SOPHYAINCP)generalfit.h \ 854 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 855 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 856 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 857 $(SOPHYAINCP)objfio.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 \ 858 1008 $(SOPHYAINCP)ndatablock.h \ 859 1009 $(SOPHYAINCP)utilarr.h \ 860 1010 $(SOPHYAINCP)generaldata.h \ 861 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 862 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 863 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)pixelmap.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 \ 864 1017 $(SOPHYAINCP)spherepos.h \ 865 1018 $(SOPHYAINCP)unitvector.h \ 866 1019 $(SOPHYAINCP)vector3d.h \ 867 1020 $(SOPHYAINCP)longlat.h \ 868 $(SOPHYAINCP)utilgeom.h $(SOPHYAINCP)skymap.h \ 1021 $(SOPHYAINCP)utilgeom.h \ 1022 $(SOPHYAINCP)skymap.h \ 869 1023 $(SOPHYAINCP)spherethetaphi.h \ 870 1024 $(SOPHYAINCP)sphericalmap.h \ … … 889 1043 $(SOPHYAINCP)sopnamsp.h \ 890 1044 $(SOPHYAINCP)machdefs.h \ 891 $(SOPHYAINCP)osx_values.h nomspecrespadapter.h \ 892 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 893 $(SOPHYAINCP)pexceptions.h \ 894 $(SOPHYAINCP)gnumd5.h \ 895 $(SOPHYAINCP)ppfbinstream.h \ 896 $(SOPHYAINCP)rawstream.h \ 897 $(SOPHYAINCP)ppfnametag.h \ 898 $(SOPHYAINCP)anydataobj.h \ 899 $(SOPHYAINCP)pidrawer.h \ 900 $(SOPHYAINCP)pibwdggen.h \ 901 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 902 $(SOPHYAINCP)piwdggen.h \ 903 $(SOPHYAINCP)pimsghandler.h \ 904 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 905 $(SOPHYAINCP)picmapx.h \ 906 $(SOPHYAINCP)picmapgen.h \ 907 $(SOPHYAINCP)pigraphx.h \ 908 $(SOPHYAINCP)pigraphgen.h \ 909 $(SOPHYAINCP)pifontx.h \ 910 $(SOPHYAINCP)pifontgen.h \ 911 $(SOPHYAINCP)pigrcoord.h \ 912 $(SOPHYAINCP)pilineatt.h \ 913 $(SOPHYAINCP)pigraphuc.h \ 914 $(SOPHYAINCP)pievthandler.h \ 915 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 916 $(SOPHYAINCP)piaxes.h \ 917 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 1057 $(SOPHYAINCP)piwdggen.h \ 1058 $(SOPHYAINCP)pimsghandler.h \ 1059 $(SOPHYAINCP)picolist.h \ 1060 $(SOPHYAINCP)picmap.h \ 1061 $(SOPHYAINCP)picmapx.h \ 1062 $(SOPHYAINCP)picmapgen.h \ 1063 $(SOPHYAINCP)pigraphx.h \ 1064 $(SOPHYAINCP)pigraphgen.h \ 1065 $(SOPHYAINCP)pifontx.h \ 1066 $(SOPHYAINCP)pifontgen.h \ 1067 $(SOPHYAINCP)pigrcoord.h \ 1068 $(SOPHYAINCP)pilineatt.h \ 1069 $(SOPHYAINCP)pigraphuc.h \ 1070 $(SOPHYAINCP)pievthandler.h \ 1071 $(SOPHYAINCP)psfile.h \ 1072 $(SOPHYAINCP)pigratt.h \ 1073 $(SOPHYAINCP)piaxes.h \ 1074 $(SOPHYAINCP)parradapter.h \ 1075 $(SOPHYAINCP)lut.h \ 918 1076 $(SOPHYAINCP)ntupintf.h \ 919 1077 $(SOPHYAINCP)generalfit.h \ 920 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 921 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 922 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 923 $(SOPHYAINCP)objfio.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 \ 924 1086 $(SOPHYAINCP)ndatablock.h \ 925 1087 $(SOPHYAINCP)utilarr.h \ 926 1088 $(SOPHYAINCP)generaldata.h \ 927 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 928 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 929 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)specresp.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 \ 930 1095 $(SOPHYAINCP)specrespvector.h \ 931 1096 $(SOPHYAINCP)gaussfilt.h 932 1097 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomspecrespadapter.cc 933 1098 934 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc $(SOPHYAINCP)sopnamsp.h \ 1099 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 1100 $(SOPHYAINCP)sopnamsp.h \ 935 1101 $(SOPHYAINCP)machdefs.h \ 936 $(SOPHYAINCP)osx_values.h \ 937 $(SOPHYAINCP)datatype.h nomtarradapter.h nomgadapter.h \ 938 $(SOPHYAINCP)ppersist.h \ 939 $(SOPHYAINCP)pexceptions.h \ 940 $(SOPHYAINCP)gnumd5.h \ 941 $(SOPHYAINCP)ppfbinstream.h \ 942 $(SOPHYAINCP)rawstream.h \ 943 $(SOPHYAINCP)ppfnametag.h \ 944 $(SOPHYAINCP)anydataobj.h \ 945 $(SOPHYAINCP)pidrawer.h \ 946 $(SOPHYAINCP)pibwdggen.h \ 947 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 948 $(SOPHYAINCP)piwdggen.h \ 949 $(SOPHYAINCP)pimsghandler.h \ 950 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 951 $(SOPHYAINCP)picmapx.h \ 952 $(SOPHYAINCP)picmapgen.h \ 953 $(SOPHYAINCP)pigraphx.h \ 954 $(SOPHYAINCP)pigraphgen.h \ 955 $(SOPHYAINCP)pifontx.h \ 956 $(SOPHYAINCP)pifontgen.h \ 957 $(SOPHYAINCP)pigrcoord.h \ 958 $(SOPHYAINCP)pilineatt.h \ 959 $(SOPHYAINCP)pigraphuc.h \ 960 $(SOPHYAINCP)pievthandler.h \ 961 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 962 $(SOPHYAINCP)piaxes.h \ 963 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 1114 $(SOPHYAINCP)piwdggen.h \ 1115 $(SOPHYAINCP)pimsghandler.h \ 1116 $(SOPHYAINCP)picolist.h \ 1117 $(SOPHYAINCP)picmap.h \ 1118 $(SOPHYAINCP)picmapx.h \ 1119 $(SOPHYAINCP)picmapgen.h \ 1120 $(SOPHYAINCP)pigraphx.h \ 1121 $(SOPHYAINCP)pigraphgen.h \ 1122 $(SOPHYAINCP)pifontx.h \ 1123 $(SOPHYAINCP)pifontgen.h \ 1124 $(SOPHYAINCP)pigrcoord.h \ 1125 $(SOPHYAINCP)pilineatt.h \ 1126 $(SOPHYAINCP)pigraphuc.h \ 1127 $(SOPHYAINCP)pievthandler.h \ 1128 $(SOPHYAINCP)psfile.h \ 1129 $(SOPHYAINCP)pigratt.h \ 1130 $(SOPHYAINCP)piaxes.h \ 1131 $(SOPHYAINCP)parradapter.h \ 1132 $(SOPHYAINCP)lut.h \ 964 1133 $(SOPHYAINCP)ntupintf.h \ 965 1134 $(SOPHYAINCP)generalfit.h \ 966 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 967 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 968 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 969 $(SOPHYAINCP)objfio.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 \ 970 1143 $(SOPHYAINCP)ndatablock.h \ 971 1144 $(SOPHYAINCP)utilarr.h \ 972 1145 $(SOPHYAINCP)generaldata.h \ 973 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 974 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1146 $(SOPHYAINCP)poly.h \ 1147 $(SOPHYAINCP)peida.h \ 1148 $(SOPHYAINCP)utils.h \ 1149 $(SOPHYAINCP)perrors.h \ 975 1150 $(SOPHYAINCP)fmath.h pitvmaad.h \ 976 $(SOPHYAINCP)piyfxdrw.h $(SOPHYAINCP)fioarr.h \ 1151 $(SOPHYAINCP)piyfxdrw.h \ 1152 $(SOPHYAINCP)fioarr.h \ 977 1153 $(SOPHYAINCP)fitstarray.h \ 978 1154 $(SOPHYAINCP)fitsfile.h \ … … 984 1160 $(SOPHYAINCP)sopnamsp.h \ 985 1161 $(SOPHYAINCP)machdefs.h \ 986 $(SOPHYAINCP)osx_values.h \987 1162 $(SOPHYAINCP)datatype.h \ 988 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 989 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 990 $(SOPHYAINCP)anydataobj.h \ 991 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 992 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 993 $(SOPHYAINCP)pexceptions.h \ 994 $(SOPHYAINCP)gnumd5.h \ 995 $(SOPHYAINCP)ppfbinstream.h \ 996 $(SOPHYAINCP)rawstream.h \ 997 $(SOPHYAINCP)ppfnametag.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 \ 1172 $(SOPHYAINCP)pexceptions.h \ 1173 $(SOPHYAINCP)gnumd5.h \ 1174 $(SOPHYAINCP)ppfbinstream.h \ 1175 $(SOPHYAINCP)rawstream.h \ 1176 $(SOPHYAINCP)ppfnametag.h \ 1177 $(SOPHYAINCP)dvlist.h \ 998 1178 $(SOPHYAINCP)ndatablock.h \ 999 1179 $(SOPHYAINCP)utilarr.h \ 1000 1180 $(SOPHYAINCP)objfitter.h \ 1001 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 1002 $(SOPHYAINCP)histos.h $(SOPHYAINCP)peida.h \ 1003 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1004 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos2.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 \ 1005 1189 $(SOPHYAINCP)hisprof.h \ 1006 1190 $(SOPHYAINCP)generalfit.h \ 1007 1191 $(SOPHYAINCP)generaldata.h \ 1008 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1009 nomtmatvecadapter.h nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1010 $(SOPHYAINCP)pibwdggen.h \ 1011 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1012 $(SOPHYAINCP)piwdggen.h \ 1013 $(SOPHYAINCP)pimsghandler.h \ 1014 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1015 $(SOPHYAINCP)picmapx.h \ 1016 $(SOPHYAINCP)picmapgen.h \ 1017 $(SOPHYAINCP)pigraphx.h \ 1018 $(SOPHYAINCP)pigraphgen.h \ 1019 $(SOPHYAINCP)pifontx.h \ 1020 $(SOPHYAINCP)pifontgen.h \ 1021 $(SOPHYAINCP)pigrcoord.h \ 1022 $(SOPHYAINCP)pilineatt.h \ 1023 $(SOPHYAINCP)pigraphuc.h \ 1024 $(SOPHYAINCP)pievthandler.h \ 1025 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1026 $(SOPHYAINCP)piaxes.h \ 1027 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 1198 $(SOPHYAINCP)piwdggen.h \ 1199 $(SOPHYAINCP)pimsghandler.h \ 1200 $(SOPHYAINCP)picolist.h \ 1201 $(SOPHYAINCP)picmap.h \ 1202 $(SOPHYAINCP)picmapx.h \ 1203 $(SOPHYAINCP)picmapgen.h \ 1204 $(SOPHYAINCP)pigraphx.h \ 1205 $(SOPHYAINCP)pigraphgen.h \ 1206 $(SOPHYAINCP)pifontx.h \ 1207 $(SOPHYAINCP)pifontgen.h \ 1208 $(SOPHYAINCP)pigrcoord.h \ 1209 $(SOPHYAINCP)pilineatt.h \ 1210 $(SOPHYAINCP)pigraphuc.h \ 1211 $(SOPHYAINCP)pievthandler.h \ 1212 $(SOPHYAINCP)psfile.h \ 1213 $(SOPHYAINCP)pigratt.h \ 1214 $(SOPHYAINCP)piaxes.h \ 1215 $(SOPHYAINCP)parradapter.h \ 1216 $(SOPHYAINCP)lut.h \ 1028 1217 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1029 1218 $(SOPHYAINCP)fitstarray.h \ … … 1033 1222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1034 1223 1035 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc $(SOPHYAINCP)sopnamsp.h \ 1224 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ 1225 $(SOPHYAINCP)sopnamsp.h \ 1036 1226 $(SOPHYAINCP)strutil.h \ 1037 1227 $(SOPHYAINCP)strutilxx.h \ 1038 1228 $(SOPHYAINCP)machdefs.h \ 1039 $(SOPHYAINCP) osx_values.h \1040 $(SOPHYAINCP) histos.h $(SOPHYAINCP)objfio.h \1229 $(SOPHYAINCP)histos.h \ 1230 $(SOPHYAINCP)objfio.h \ 1041 1231 $(SOPHYAINCP)anydataobj.h \ 1042 1232 $(SOPHYAINCP)ppersist.h \ … … 1046 1236 $(SOPHYAINCP)rawstream.h \ 1047 1237 $(SOPHYAINCP)ppfnametag.h \ 1048 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1049 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1050 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1051 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1052 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1053 $(SOPHYAINCP)ndatablock.h \ 1054 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)histos2.h \ 1055 $(SOPHYAINCP)hisprof.h $(SOPHYAINCP)histerr.h \ 1056 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \ 1057 pawexecut.h piacmd.h $(SOPHYAINCP)commander.h \ 1058 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1059 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h servnobjm.h \ 1060 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1061 $(SOPHYAINCP)pibwdggen.h \ 1062 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1063 $(SOPHYAINCP)piwdggen.h \ 1064 $(SOPHYAINCP)pimsghandler.h \ 1065 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1066 $(SOPHYAINCP)picmapx.h \ 1067 $(SOPHYAINCP)picmapgen.h \ 1068 $(SOPHYAINCP)pigraphx.h \ 1069 $(SOPHYAINCP)pigraphgen.h \ 1070 $(SOPHYAINCP)pifontx.h \ 1071 $(SOPHYAINCP)pifontgen.h \ 1072 $(SOPHYAINCP)pigrcoord.h \ 1073 $(SOPHYAINCP)pilineatt.h \ 1074 $(SOPHYAINCP)pigraphuc.h \ 1075 $(SOPHYAINCP)pievthandler.h \ 1076 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1077 $(SOPHYAINCP)piaxes.h \ 1078 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 1248 $(SOPHYAINCP)dvlist.h \ 1249 $(SOPHYAINCP)ndatablock.h \ 1250 $(SOPHYAINCP)utilarr.h \ 1251 $(SOPHYAINCP)histos2.h \ 1252 $(SOPHYAINCP)hisprof.h \ 1253 $(SOPHYAINCP)histerr.h \ 1254 $(SOPHYAINCP)ntuple.h \ 1255 $(SOPHYAINCP)ntupintf.h \ 1256 $(SOPHYAINCP)datatable.h \ 1257 $(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 \ 1268 $(SOPHYAINCP)piwdggen.h \ 1269 $(SOPHYAINCP)pimsghandler.h \ 1270 $(SOPHYAINCP)picolist.h \ 1271 $(SOPHYAINCP)picmap.h \ 1272 $(SOPHYAINCP)picmapx.h \ 1273 $(SOPHYAINCP)picmapgen.h \ 1274 $(SOPHYAINCP)pigraphx.h \ 1275 $(SOPHYAINCP)pigraphgen.h \ 1276 $(SOPHYAINCP)pifontx.h \ 1277 $(SOPHYAINCP)pifontgen.h \ 1278 $(SOPHYAINCP)pigrcoord.h \ 1279 $(SOPHYAINCP)pilineatt.h \ 1280 $(SOPHYAINCP)pigraphuc.h \ 1281 $(SOPHYAINCP)pievthandler.h \ 1282 $(SOPHYAINCP)psfile.h \ 1283 $(SOPHYAINCP)pigratt.h \ 1284 $(SOPHYAINCP)piaxes.h \ 1285 $(SOPHYAINCP)parradapter.h \ 1286 $(SOPHYAINCP)lut.h \ 1079 1287 $(SOPHYAINCP)generalfit.h \ 1080 1288 $(SOPHYAINCP)generaldata.h \ … … 1101 1309 $(SOPHYAINCP)piperiodx.h \ 1102 1310 $(SOPHYAINCP)periodic.h \ 1103 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1311 $(SOPHYAINCP)piimage.h \ 1312 $(SOPHYAINCP)pieldrw.h \ 1104 1313 $(SOPHYAINCP)pipixmapx.h \ 1105 1314 $(SOPHYAINCP)pipixmapgen.h \ 1106 1315 $(SOPHYAINCP)picmapview.h \ 1107 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1316 $(SOPHYAINCP)pi3dwdg.h \ 1317 $(SOPHYAINCP)pi3ddrw.h \ 1108 1318 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1109 1319 $(SOPHYAINCP)pilistx.h \ … … 1116 1326 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc $(SOPHYAINCP)sopnamsp.h \ 1117 1327 $(SOPHYAINCP)machdefs.h \ 1118 $(SOPHYAINCP) osx_values.h \1119 $(SOPHYAINCP) histos.h $(SOPHYAINCP)objfio.h \1328 $(SOPHYAINCP)histos.h \ 1329 $(SOPHYAINCP)objfio.h \ 1120 1330 $(SOPHYAINCP)anydataobj.h \ 1121 1331 $(SOPHYAINCP)ppersist.h \ … … 1125 1335 $(SOPHYAINCP)rawstream.h \ 1126 1336 $(SOPHYAINCP)ppfnametag.h \ 1127 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1128 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1129 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1130 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1131 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1132 $(SOPHYAINCP)ndatablock.h \ 1133 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)ntuple.h \ 1134 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)nbtri.h \ 1135 pi2dvec.h pistdimgapp.h $(SOPHYAINCP)pisysdep.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 \ 1347 $(SOPHYAINCP)dvlist.h \ 1348 $(SOPHYAINCP)ndatablock.h \ 1349 $(SOPHYAINCP)utilarr.h \ 1350 $(SOPHYAINCP)ntuple.h \ 1351 $(SOPHYAINCP)ntupintf.h \ 1352 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1353 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1136 1354 $(SOPHYAINCP)piapplx.h \ 1137 1355 $(SOPHYAINCP)piapplgen.h \ … … 1139 1357 $(SOPHYAINCP)picontainerx.h \ 1140 1358 $(SOPHYAINCP)picontainergen.h \ 1141 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1359 $(SOPHYAINCP)piwdgx.h \ 1360 $(SOPHYAINCP)piwdggen.h \ 1142 1361 $(SOPHYAINCP)picolist.h \ 1143 1362 $(SOPHYAINCP)pimenubarx.h \ … … 1150 1369 $(SOPHYAINCP)pibwdgx.h \ 1151 1370 $(SOPHYAINCP)pibwdggen.h \ 1152 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1371 $(SOPHYAINCP)picmap.h \ 1372 $(SOPHYAINCP)picmapx.h \ 1153 1373 $(SOPHYAINCP)picmapgen.h \ 1154 1374 $(SOPHYAINCP)pigraphx.h \ … … 1171 1391 $(SOPHYAINCP)periodic.h \ 1172 1392 $(SOPHYAINCP)piimage.h \ 1173 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1393 $(SOPHYAINCP)parradapter.h \ 1394 $(SOPHYAINCP)lut.h \ 1174 1395 $(SOPHYAINCP)pieldrw.h \ 1175 1396 $(SOPHYAINCP)pidrawer.h \ 1176 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1397 $(SOPHYAINCP)pigratt.h \ 1398 $(SOPHYAINCP)piaxes.h \ 1177 1399 $(SOPHYAINCP)pipixmapx.h \ 1178 1400 $(SOPHYAINCP)pipixmapgen.h \ 1179 1401 $(SOPHYAINCP)picmapview.h \ 1180 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1181 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 1402 $(SOPHYAINCP)pi3dwdg.h \ 1403 $(SOPHYAINCP)pi3ddrw.h \ 1404 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1405 dlftypes.h piacmd.h \ 1182 1406 $(SOPHYAINCP)commander.h \ 1183 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.h \ 1407 $(SOPHYAINCP)pdlmgr.h \ 1408 $(SOPHYAINCP)ctimer.h \ 1184 1409 $(SOPHYAINCP)zthread.h pisiadw.h \ 1185 1410 $(SOPHYAINCP)pilistx.h \ … … 1191 1416 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc 1192 1417 1193 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1194 $(SOPHYAINCP)machdefs.h \ 1195 $(SOPHYAINCP)osx_values.h \ 1418 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1419 piacmd.h $(SOPHYAINCP)machdefs.h \ 1196 1420 $(SOPHYAINCP)commander.h \ 1197 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)dvlist.h \ 1421 $(SOPHYAINCP)pdlmgr.h \ 1422 $(SOPHYAINCP)dvlist.h \ 1198 1423 $(SOPHYAINCP)objfio.h \ 1199 1424 $(SOPHYAINCP)anydataobj.h \ … … 1204 1429 $(SOPHYAINCP)rawstream.h \ 1205 1430 $(SOPHYAINCP)ppfnametag.h \ 1206 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)ctimer.h \ 1431 $(SOPHYAINCP)mutyv.h \ 1432 $(SOPHYAINCP)timestamp.h \ 1433 $(SOPHYAINCP)ctimer.h \ 1207 1434 $(SOPHYAINCP)zthread.h dlftypes.h \ 1208 1435 $(SOPHYAINCP)strutil.h \ … … 1215 1442 $(SOPHYAINCP)picontainerx.h \ 1216 1443 $(SOPHYAINCP)picontainergen.h \ 1217 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1444 $(SOPHYAINCP)piwdgx.h \ 1445 $(SOPHYAINCP)piwdggen.h \ 1218 1446 $(SOPHYAINCP)picolist.h \ 1219 1447 $(SOPHYAINCP)pimenubarx.h \ … … 1226 1454 $(SOPHYAINCP)pibwdgx.h \ 1227 1455 $(SOPHYAINCP)pibwdggen.h \ 1228 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1456 $(SOPHYAINCP)picmap.h \ 1457 $(SOPHYAINCP)picmapx.h \ 1229 1458 $(SOPHYAINCP)picmapgen.h \ 1230 1459 $(SOPHYAINCP)pigraphx.h \ … … 1247 1476 $(SOPHYAINCP)periodic.h \ 1248 1477 $(SOPHYAINCP)piimage.h \ 1249 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1478 $(SOPHYAINCP)parradapter.h \ 1479 $(SOPHYAINCP)lut.h \ 1250 1480 $(SOPHYAINCP)pieldrw.h \ 1251 1481 $(SOPHYAINCP)pidrawer.h \ 1252 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1482 $(SOPHYAINCP)pigratt.h \ 1483 $(SOPHYAINCP)piaxes.h \ 1253 1484 $(SOPHYAINCP)pipixmapx.h \ 1254 1485 $(SOPHYAINCP)pipixmapgen.h \ 1255 1486 $(SOPHYAINCP)picmapview.h \ 1256 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1257 $(SOPHYAINCP)pigraph3d.h nobjmgr.h pisiadw.h \ 1258 $(SOPHYAINCP)pilistx.h \ 1487 $(SOPHYAINCP)pi3dwdg.h \ 1488 $(SOPHYAINCP)pi3ddrw.h \ 1489 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1490 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1259 1491 $(SOPHYAINCP)pilistgen.h \ 1260 1492 $(SOPHYAINCP)pistzwin.h \ 1261 1493 $(SOPHYAINCP)pitherm.h \ 1262 $(SOPHYAINCP)resusage.h basexecut.h graphexecut.h \ 1263 piafitting.h nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1494 $(SOPHYAINCP)resusage.h basexecut.h \ 1495 graphexecut.h piafitting.h nomgadapter.h \ 1496 $(SOPHYAINCP)ntupintf.h \ 1264 1497 $(SOPHYAINCP)generalfit.h \ 1265 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1266 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1498 $(SOPHYAINCP)tvector.h \ 1499 $(SOPHYAINCP)tmatrix.h \ 1500 $(SOPHYAINCP)tarray.h \ 1501 $(SOPHYAINCP)basarr.h \ 1267 1502 $(SOPHYAINCP)ndatablock.h \ 1268 1503 $(SOPHYAINCP)utilarr.h \ 1269 1504 $(SOPHYAINCP)generaldata.h \ 1270 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1271 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1272 $(SOPHYAINCP)fmath.h pawexecut.h cxxexecutor.h \ 1273 cxxexecwin.h contmodex.h flowmodex.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 1274 1511 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc 1275 1512 1276 $(SOPHYAOBJP)piafitting.o: piafitting.cc $(SOPHYAINCP)sopnamsp.h \ 1277 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)nbtri.h \ 1513 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ 1514 $(SOPHYAINCP)sopnamsp.h \ 1515 $(SOPHYAINCP)strutil.h \ 1516 $(SOPHYAINCP)nbtri.h \ 1278 1517 $(SOPHYAINCP)machdefs.h \ 1279 $(SOPHYAINCP)osx_values.h \1280 1518 $(SOPHYAINCP)generalfit.h \ 1281 1519 $(SOPHYAINCP)pexceptions.h \ 1282 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1283 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1284 $(SOPHYAINCP)anydataobj.h \ 1285 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1286 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1287 $(SOPHYAINCP)gnumd5.h \ 1288 $(SOPHYAINCP)ppfbinstream.h \ 1289 $(SOPHYAINCP)rawstream.h \ 1290 $(SOPHYAINCP)ppfnametag.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 \ 1529 $(SOPHYAINCP)gnumd5.h \ 1530 $(SOPHYAINCP)ppfbinstream.h \ 1531 $(SOPHYAINCP)rawstream.h \ 1532 $(SOPHYAINCP)ppfnametag.h \ 1533 $(SOPHYAINCP)dvlist.h \ 1291 1534 $(SOPHYAINCP)ndatablock.h \ 1292 1535 $(SOPHYAINCP)utilarr.h \ 1293 1536 $(SOPHYAINCP)generaldata.h \ 1294 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1295 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1296 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.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 \ 1297 1543 $(SOPHYAINCP)fct1dfit.h \ 1298 $(SOPHYAINCP)fct2dfit.h $(SOPHYAINCP)ntuple.h \ 1299 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)fioarr.h \ 1300 $(SOPHYAINCP)histos.h $(SOPHYAINCP)histos2.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 \ 1301 1550 $(SOPHYAINCP)hisprof.h \ 1302 $(SOPHYAINCP)objfitter.h piafitting.h nomgadapter.h \ 1303 $(SOPHYAINCP)pidrawer.h \ 1304 $(SOPHYAINCP)pibwdggen.h \ 1305 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1306 $(SOPHYAINCP)piwdggen.h \ 1307 $(SOPHYAINCP)pimsghandler.h \ 1308 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1309 $(SOPHYAINCP)picmapx.h \ 1310 $(SOPHYAINCP)picmapgen.h \ 1311 $(SOPHYAINCP)pigraphx.h \ 1312 $(SOPHYAINCP)pigraphgen.h \ 1313 $(SOPHYAINCP)pifontx.h \ 1314 $(SOPHYAINCP)pifontgen.h \ 1315 $(SOPHYAINCP)pigrcoord.h \ 1316 $(SOPHYAINCP)pilineatt.h \ 1317 $(SOPHYAINCP)pigraphuc.h \ 1318 $(SOPHYAINCP)pievthandler.h \ 1319 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1320 $(SOPHYAINCP)piaxes.h \ 1321 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 1556 $(SOPHYAINCP)piwdggen.h \ 1557 $(SOPHYAINCP)pimsghandler.h \ 1558 $(SOPHYAINCP)picolist.h \ 1559 $(SOPHYAINCP)picmap.h \ 1560 $(SOPHYAINCP)picmapx.h \ 1561 $(SOPHYAINCP)picmapgen.h \ 1562 $(SOPHYAINCP)pigraphx.h \ 1563 $(SOPHYAINCP)pigraphgen.h \ 1564 $(SOPHYAINCP)pifontx.h \ 1565 $(SOPHYAINCP)pifontgen.h \ 1566 $(SOPHYAINCP)pigrcoord.h \ 1567 $(SOPHYAINCP)pilineatt.h \ 1568 $(SOPHYAINCP)pigraphuc.h \ 1569 $(SOPHYAINCP)pievthandler.h \ 1570 $(SOPHYAINCP)psfile.h \ 1571 $(SOPHYAINCP)pigratt.h \ 1572 $(SOPHYAINCP)piaxes.h \ 1573 $(SOPHYAINCP)parradapter.h \ 1574 $(SOPHYAINCP)lut.h \ 1322 1575 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1323 1576 $(SOPHYAINCP)commander.h \ 1324 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)zthread.h \ 1325 nobjmgr.h pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1577 $(SOPHYAINCP)ctimer.h \ 1578 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1579 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1326 1580 $(SOPHYAINCP)piapplgen.h \ 1327 1581 $(SOPHYAINCP)picontainerx.h \ … … 1344 1598 $(SOPHYAINCP)piperiodx.h \ 1345 1599 $(SOPHYAINCP)periodic.h \ 1346 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 1600 $(SOPHYAINCP)piimage.h \ 1601 $(SOPHYAINCP)pieldrw.h \ 1347 1602 $(SOPHYAINCP)pipixmapx.h \ 1348 1603 $(SOPHYAINCP)pipixmapgen.h \ 1349 1604 $(SOPHYAINCP)picmapview.h \ 1350 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1605 $(SOPHYAINCP)pi3dwdg.h \ 1606 $(SOPHYAINCP)pi3ddrw.h \ 1351 1607 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1352 1608 $(SOPHYAINCP)pilistx.h \ … … 1355 1611 $(SOPHYAINCP)pitherm.h \ 1356 1612 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1357 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)xntuple.h \ 1613 $(SOPHYAINCP)histerr.h \ 1614 $(SOPHYAINCP)xntuple.h \ 1358 1615 $(SOPHYAINCP)basedtable.h \ 1359 1616 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ … … 1361 1618 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc 1362 1619 1363 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h pigfd1.h\1364 $(SOPHYAINCP)generaldata.h \1365 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h\1366 $(SOPHYAINCP) osx_values.h \1620 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 1621 pigfd1.h $(SOPHYAINCP)generaldata.h \ 1622 $(SOPHYAINCP)objfio.h \ 1623 $(SOPHYAINCP)machdefs.h \ 1367 1624 $(SOPHYAINCP)anydataobj.h \ 1368 1625 $(SOPHYAINCP)ppersist.h \ … … 1372 1629 $(SOPHYAINCP)rawstream.h \ 1373 1630 $(SOPHYAINCP)ppfnametag.h \ 1374 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1375 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1376 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1377 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1378 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1379 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1380 $(SOPHYAINCP)ndatablock.h \ 1381 $(SOPHYAINCP)utilarr.h \ 1382 $(SOPHYAINCP)pidrawer.h \ 1383 $(SOPHYAINCP)pibwdggen.h \ 1384 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1385 $(SOPHYAINCP)piwdggen.h \ 1386 $(SOPHYAINCP)pimsghandler.h \ 1387 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1388 $(SOPHYAINCP)picmapx.h \ 1389 $(SOPHYAINCP)picmapgen.h \ 1390 $(SOPHYAINCP)pigraphx.h \ 1391 $(SOPHYAINCP)pigraphgen.h \ 1392 $(SOPHYAINCP)pifontx.h \ 1393 $(SOPHYAINCP)pifontgen.h \ 1394 $(SOPHYAINCP)pigrcoord.h \ 1395 $(SOPHYAINCP)pilineatt.h \ 1396 $(SOPHYAINCP)pigraphuc.h \ 1397 $(SOPHYAINCP)pievthandler.h \ 1398 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.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 \ 1643 $(SOPHYAINCP)dvlist.h \ 1644 $(SOPHYAINCP)ndatablock.h \ 1645 $(SOPHYAINCP)utilarr.h \ 1646 $(SOPHYAINCP)pidrawer.h \ 1647 $(SOPHYAINCP)pibwdggen.h \ 1648 $(SOPHYAINCP)pisysdep.h \ 1649 $(SOPHYAINCP)piwdgx.h \ 1650 $(SOPHYAINCP)piwdggen.h \ 1651 $(SOPHYAINCP)pimsghandler.h \ 1652 $(SOPHYAINCP)picolist.h \ 1653 $(SOPHYAINCP)picmap.h \ 1654 $(SOPHYAINCP)picmapx.h \ 1655 $(SOPHYAINCP)picmapgen.h \ 1656 $(SOPHYAINCP)pigraphx.h \ 1657 $(SOPHYAINCP)pigraphgen.h \ 1658 $(SOPHYAINCP)pifontx.h \ 1659 $(SOPHYAINCP)pifontgen.h \ 1660 $(SOPHYAINCP)pigrcoord.h \ 1661 $(SOPHYAINCP)pilineatt.h \ 1662 $(SOPHYAINCP)pigraphuc.h \ 1663 $(SOPHYAINCP)pievthandler.h \ 1664 $(SOPHYAINCP)psfile.h \ 1665 $(SOPHYAINCP)pigratt.h \ 1399 1666 $(SOPHYAINCP)piaxes.h 1400 1667 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc 1401 1668 1402 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h pigfd2.h\1403 $(SOPHYAINCP)generaldata.h \1404 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h\1405 $(SOPHYAINCP) osx_values.h \1669 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 1670 pigfd2.h $(SOPHYAINCP)generaldata.h \ 1671 $(SOPHYAINCP)objfio.h \ 1672 $(SOPHYAINCP)machdefs.h \ 1406 1673 $(SOPHYAINCP)anydataobj.h \ 1407 1674 $(SOPHYAINCP)ppersist.h \ … … 1411 1678 $(SOPHYAINCP)rawstream.h \ 1412 1679 $(SOPHYAINCP)ppfnametag.h \ 1413 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \ 1414 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1415 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1416 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1417 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1418 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1419 $(SOPHYAINCP)ndatablock.h \ 1420 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)pi3ddrw.h \ 1421 $(SOPHYAINCP)pisysdep.h \ 1422 $(SOPHYAINCP)pidrawer.h \ 1423 $(SOPHYAINCP)pibwdggen.h \ 1424 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1425 $(SOPHYAINCP)pimsghandler.h \ 1426 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1427 $(SOPHYAINCP)picmapx.h \ 1428 $(SOPHYAINCP)picmapgen.h \ 1429 $(SOPHYAINCP)pigraphx.h \ 1430 $(SOPHYAINCP)pigraphgen.h \ 1431 $(SOPHYAINCP)pifontx.h \ 1432 $(SOPHYAINCP)pifontgen.h \ 1433 $(SOPHYAINCP)pigrcoord.h \ 1434 $(SOPHYAINCP)pilineatt.h \ 1435 $(SOPHYAINCP)pigraphuc.h \ 1436 $(SOPHYAINCP)pievthandler.h \ 1437 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1438 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.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 \ 1692 $(SOPHYAINCP)dvlist.h \ 1693 $(SOPHYAINCP)ndatablock.h \ 1694 $(SOPHYAINCP)utilarr.h \ 1695 $(SOPHYAINCP)pi3ddrw.h \ 1696 $(SOPHYAINCP)pisysdep.h \ 1697 $(SOPHYAINCP)pidrawer.h \ 1698 $(SOPHYAINCP)pibwdggen.h \ 1699 $(SOPHYAINCP)piwdgx.h \ 1700 $(SOPHYAINCP)piwdggen.h \ 1701 $(SOPHYAINCP)pimsghandler.h \ 1702 $(SOPHYAINCP)picolist.h \ 1703 $(SOPHYAINCP)picmap.h \ 1704 $(SOPHYAINCP)picmapx.h \ 1705 $(SOPHYAINCP)picmapgen.h \ 1706 $(SOPHYAINCP)pigraphx.h \ 1707 $(SOPHYAINCP)pigraphgen.h \ 1708 $(SOPHYAINCP)pifontx.h \ 1709 $(SOPHYAINCP)pifontgen.h \ 1710 $(SOPHYAINCP)pigrcoord.h \ 1711 $(SOPHYAINCP)pilineatt.h \ 1712 $(SOPHYAINCP)pigraphuc.h \ 1713 $(SOPHYAINCP)pievthandler.h \ 1714 $(SOPHYAINCP)psfile.h \ 1715 $(SOPHYAINCP)pigratt.h \ 1716 $(SOPHYAINCP)piaxes.h \ 1717 $(SOPHYAINCP)pieldrw.h \ 1439 1718 $(SOPHYAINCP)pigraph3d.h 1440 1719 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc 1441 1720 1442 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h pihisto.h \ 1443 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \ 1721 $(SOPHYAOBJP)pihisto.o: pihisto.cc $(SOPHYAINCP)sopnamsp.h \ 1722 pihisto.h $(SOPHYAINCP)histos.h \ 1723 $(SOPHYAINCP)objfio.h \ 1444 1724 $(SOPHYAINCP)machdefs.h \ 1445 $(SOPHYAINCP)osx_values.h \1446 1725 $(SOPHYAINCP)anydataobj.h \ 1447 1726 $(SOPHYAINCP)ppersist.h \ … … 1451 1730 $(SOPHYAINCP)rawstream.h \ 1452 1731 $(SOPHYAINCP)ppfnametag.h \ 1453 $(SOPHYAINCP)peida.h $(SOPHYAINCP)utils.h \ 1454 $(SOPHYAINCP)perrors.h $(SOPHYAINCP)fmath.h \ 1455 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1456 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1457 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1458 $(SOPHYAINCP)ndatablock.h \ 1459 $(SOPHYAINCP)utilarr.h \ 1460 $(SOPHYAINCP)pidrawer.h \ 1461 $(SOPHYAINCP)pibwdggen.h \ 1462 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1463 $(SOPHYAINCP)piwdggen.h \ 1464 $(SOPHYAINCP)pimsghandler.h \ 1465 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1466 $(SOPHYAINCP)picmapx.h \ 1467 $(SOPHYAINCP)picmapgen.h \ 1468 $(SOPHYAINCP)pigraphx.h \ 1469 $(SOPHYAINCP)pigraphgen.h \ 1470 $(SOPHYAINCP)pifontx.h \ 1471 $(SOPHYAINCP)pifontgen.h \ 1472 $(SOPHYAINCP)pigrcoord.h \ 1473 $(SOPHYAINCP)pilineatt.h \ 1474 $(SOPHYAINCP)pigraphuc.h \ 1475 $(SOPHYAINCP)pievthandler.h \ 1476 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1477 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)hisprof.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 \ 1742 $(SOPHYAINCP)dvlist.h \ 1743 $(SOPHYAINCP)ndatablock.h \ 1744 $(SOPHYAINCP)utilarr.h \ 1745 $(SOPHYAINCP)pidrawer.h \ 1746 $(SOPHYAINCP)pibwdggen.h \ 1747 $(SOPHYAINCP)pisysdep.h \ 1748 $(SOPHYAINCP)piwdgx.h \ 1749 $(SOPHYAINCP)piwdggen.h \ 1750 $(SOPHYAINCP)pimsghandler.h \ 1751 $(SOPHYAINCP)picolist.h \ 1752 $(SOPHYAINCP)picmap.h \ 1753 $(SOPHYAINCP)picmapx.h \ 1754 $(SOPHYAINCP)picmapgen.h \ 1755 $(SOPHYAINCP)pigraphx.h \ 1756 $(SOPHYAINCP)pigraphgen.h \ 1757 $(SOPHYAINCP)pifontx.h \ 1758 $(SOPHYAINCP)pifontgen.h \ 1759 $(SOPHYAINCP)pigrcoord.h \ 1760 $(SOPHYAINCP)pilineatt.h \ 1761 $(SOPHYAINCP)pigraphuc.h \ 1762 $(SOPHYAINCP)pievthandler.h \ 1763 $(SOPHYAINCP)psfile.h \ 1764 $(SOPHYAINCP)pigratt.h \ 1765 $(SOPHYAINCP)piaxes.h \ 1766 $(SOPHYAINCP)hisprof.h 1478 1767 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 1479 1768 1480 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc $(SOPHYAINCP)pisysdep.h \ 1481 $(SOPHYAINCP)machdefs.h \ 1482 $(SOPHYAINCP)osx_values.h \ 1769 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1483 1770 $(SOPHYAINCP)piapplx.h \ 1484 1771 $(SOPHYAINCP)piapplgen.h \ … … 1486 1773 $(SOPHYAINCP)picontainerx.h \ 1487 1774 $(SOPHYAINCP)picontainergen.h \ 1488 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1775 $(SOPHYAINCP)piwdgx.h \ 1776 $(SOPHYAINCP)piwdggen.h \ 1489 1777 $(SOPHYAINCP)picolist.h \ 1490 1778 $(SOPHYAINCP)pimenubarx.h \ … … 1497 1785 $(SOPHYAINCP)pibwdgx.h \ 1498 1786 $(SOPHYAINCP)pibwdggen.h \ 1499 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1787 $(SOPHYAINCP)picmap.h \ 1788 $(SOPHYAINCP)picmapx.h \ 1500 1789 $(SOPHYAINCP)picmapgen.h \ 1501 1790 $(SOPHYAINCP)pigraphx.h \ … … 1512 1801 $(SOPHYAINCP)pioptmenux.h \ 1513 1802 $(SOPHYAINCP)pioptmenugen.h \ 1514 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1515 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1516 $(SOPHYAINCP)pexceptions.h \ 1517 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1518 $(SOPHYAINCP)objfio.h \ 1519 $(SOPHYAINCP)anydataobj.h \ 1520 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1521 $(SOPHYAINCP)ppfbinstream.h \ 1522 $(SOPHYAINCP)rawstream.h \ 1523 $(SOPHYAINCP)ppfnametag.h \ 1524 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1525 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1526 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1527 $(SOPHYAINCP)ndatablock.h \ 1528 $(SOPHYAINCP)utilarr.h \ 1529 $(SOPHYAINCP)pidrawer.h \ 1530 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.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 \ 1810 $(SOPHYAINCP)objfio.h \ 1811 $(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 \ 1823 $(SOPHYAINCP)dvlist.h \ 1824 $(SOPHYAINCP)ndatablock.h \ 1825 $(SOPHYAINCP)utilarr.h \ 1826 $(SOPHYAINCP)pidrawer.h \ 1827 $(SOPHYAINCP)pigratt.h \ 1828 $(SOPHYAINCP)piaxes.h \ 1531 1829 $(SOPHYAINCP)piscdrawwdg.h \ 1532 1830 $(SOPHYAINCP)piwindowx.h \ … … 1538 1836 1539 1837 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1540 $(SOPHYAINCP)machdefs.h \ 1541 $(SOPHYAINCP)osx_values.h piinit.h \ 1838 $(SOPHYAINCP)machdefs.h piinit.h \ 1542 1839 $(SOPHYAINCP)sambainit.h \ 1543 1840 $(SOPHYAINCP)skymapinit.h \ … … 1551 1848 $(SOPHYAINCP)picontainerx.h \ 1552 1849 $(SOPHYAINCP)picontainergen.h \ 1553 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1850 $(SOPHYAINCP)piwdgx.h \ 1851 $(SOPHYAINCP)piwdggen.h \ 1554 1852 $(SOPHYAINCP)picolist.h \ 1555 1853 $(SOPHYAINCP)pimenubarx.h \ … … 1562 1860 $(SOPHYAINCP)pibwdgx.h \ 1563 1861 $(SOPHYAINCP)pibwdggen.h \ 1564 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 1862 $(SOPHYAINCP)picmap.h \ 1863 $(SOPHYAINCP)picmapx.h \ 1565 1864 $(SOPHYAINCP)picmapgen.h \ 1566 1865 $(SOPHYAINCP)pigraphx.h \ … … 1583 1882 $(SOPHYAINCP)periodic.h \ 1584 1883 $(SOPHYAINCP)piimage.h \ 1585 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1884 $(SOPHYAINCP)parradapter.h \ 1885 $(SOPHYAINCP)lut.h \ 1586 1886 $(SOPHYAINCP)pieldrw.h \ 1587 1887 $(SOPHYAINCP)pidrawer.h \ 1588 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 1888 $(SOPHYAINCP)pigratt.h \ 1889 $(SOPHYAINCP)piaxes.h \ 1589 1890 $(SOPHYAINCP)pipixmapx.h \ 1590 1891 $(SOPHYAINCP)pipixmapgen.h \ 1591 1892 $(SOPHYAINCP)picmapview.h \ 1592 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1893 $(SOPHYAINCP)pi3dwdg.h \ 1894 $(SOPHYAINCP)pi3ddrw.h \ 1593 1895 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1594 1896 $(SOPHYAINCP)anydataobj.h \ … … 1599 1901 $(SOPHYAINCP)rawstream.h \ 1600 1902 $(SOPHYAINCP)ppfnametag.h \ 1601 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1602 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 1603 $(SOPHYAINCP)commander.h \ 1604 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)ctimer.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 \ 1605 1910 $(SOPHYAINCP)zthread.h pisiadw.h \ 1606 1911 $(SOPHYAINCP)pilistx.h \ … … 1608 1913 $(SOPHYAINCP)pistzwin.h \ 1609 1914 $(SOPHYAINCP)pitherm.h \ 1610 $(SOPHYAINCP)resusage.h servnobjm.h nomhistadapter.h \ 1611 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1915 $(SOPHYAINCP)resusage.h servnobjm.h \ 1916 nomhistadapter.h nomgadapter.h \ 1917 $(SOPHYAINCP)ntupintf.h \ 1612 1918 $(SOPHYAINCP)generalfit.h \ 1613 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1614 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1919 $(SOPHYAINCP)tvector.h \ 1920 $(SOPHYAINCP)tmatrix.h \ 1921 $(SOPHYAINCP)tarray.h \ 1922 $(SOPHYAINCP)basarr.h \ 1615 1923 $(SOPHYAINCP)ndatablock.h \ 1616 1924 $(SOPHYAINCP)utilarr.h \ 1617 1925 $(SOPHYAINCP)generaldata.h \ 1618 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1619 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1620 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1621 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.h \ 1622 $(SOPHYAINCP)histerr.h $(SOPHYAINCP)ntuple.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 \ 1623 1936 $(SOPHYAINCP)xntuple.h \ 1624 1937 $(SOPHYAINCP)basedtable.h \ 1625 1938 $(SOPHYAINCP)segdatablock.h nomgfdadapter.h \ 1626 1939 nomimagadapter.h $(SOPHYAINCP)cimage.h \ 1627 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h nomtarradapter.h\1628 $(SOPHYAINCP)datatable.h \1940 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 1941 nomtarradapter.h $(SOPHYAINCP)datatable.h \ 1629 1942 $(SOPHYAINCP)swppfdtable.h \ 1630 1943 $(SOPHYAINCP)swsegdb.h \ 1631 1944 $(SOPHYAINCP)ppfswapper.h \ 1632 $(SOPHYAINCP)ppftpointerio.h nomskymapadapter.h\1633 $(SOPHYAINCP)pixelmap.h \1945 $(SOPHYAINCP)ppftpointerio.h \ 1946 nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \ 1634 1947 $(SOPHYAINCP)spherepos.h \ 1635 1948 $(SOPHYAINCP)unitvector.h \ … … 1646 1959 $(SOPHYAINCP)specrespvector.h \ 1647 1960 $(SOPHYAINCP)specresp.h \ 1648 $(SOPHYAINCP)gaussfilt.h nomspecrespadapter.h 1961 $(SOPHYAINCP)gaussfilt.h \ 1962 nomspecrespadapter.h 1649 1963 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc 1650 1964 1651 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1965 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1966 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1652 1967 $(SOPHYAINCP)ntupintf.h \ 1653 1968 $(SOPHYAINCP)machdefs.h \ 1654 $(SOPHYAINCP)osx_values.h \1655 1969 $(SOPHYAINCP)pi3ddrw.h \ 1656 1970 $(SOPHYAINCP)pisysdep.h \ 1657 1971 $(SOPHYAINCP)pidrawer.h \ 1658 1972 $(SOPHYAINCP)pibwdggen.h \ 1659 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 1660 $(SOPHYAINCP)pimsghandler.h \ 1661 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1662 $(SOPHYAINCP)picmapx.h \ 1663 $(SOPHYAINCP)picmapgen.h \ 1664 $(SOPHYAINCP)pigraphx.h \ 1665 $(SOPHYAINCP)pigraphgen.h \ 1666 $(SOPHYAINCP)pifontx.h \ 1667 $(SOPHYAINCP)pifontgen.h \ 1668 $(SOPHYAINCP)pigrcoord.h \ 1669 $(SOPHYAINCP)pilineatt.h \ 1670 $(SOPHYAINCP)pigraphuc.h \ 1671 $(SOPHYAINCP)pievthandler.h \ 1672 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1673 $(SOPHYAINCP)piaxes.h $(SOPHYAINCP)pieldrw.h \ 1973 $(SOPHYAINCP)piwdgx.h \ 1974 $(SOPHYAINCP)piwdggen.h \ 1975 $(SOPHYAINCP)pimsghandler.h \ 1976 $(SOPHYAINCP)picolist.h \ 1977 $(SOPHYAINCP)picmap.h \ 1978 $(SOPHYAINCP)picmapx.h \ 1979 $(SOPHYAINCP)picmapgen.h \ 1980 $(SOPHYAINCP)pigraphx.h \ 1981 $(SOPHYAINCP)pigraphgen.h \ 1982 $(SOPHYAINCP)pifontx.h \ 1983 $(SOPHYAINCP)pifontgen.h \ 1984 $(SOPHYAINCP)pigrcoord.h \ 1985 $(SOPHYAINCP)pilineatt.h \ 1986 $(SOPHYAINCP)pigraphuc.h \ 1987 $(SOPHYAINCP)pievthandler.h \ 1988 $(SOPHYAINCP)psfile.h \ 1989 $(SOPHYAINCP)pigratt.h \ 1990 $(SOPHYAINCP)piaxes.h \ 1991 $(SOPHYAINCP)pieldrw.h \ 1674 1992 $(SOPHYAINCP)pigraph3d.h 1675 1993 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc 1676 1994 1677 $(SOPHYAOBJP)pintuple.o: pintuple.cc $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1995 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1996 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1678 1997 $(SOPHYAINCP)ntupintf.h \ 1679 1998 $(SOPHYAINCP)machdefs.h \ 1680 $(SOPHYAINCP)osx_values.h \ 1681 $(SOPHYAINCP)pidrawer.h \ 1682 $(SOPHYAINCP)pibwdggen.h \ 1683 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1684 $(SOPHYAINCP)piwdggen.h \ 1685 $(SOPHYAINCP)pimsghandler.h \ 1686 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1687 $(SOPHYAINCP)picmapx.h \ 1688 $(SOPHYAINCP)picmapgen.h \ 1689 $(SOPHYAINCP)pigraphx.h \ 1690 $(SOPHYAINCP)pigraphgen.h \ 1691 $(SOPHYAINCP)pifontx.h \ 1692 $(SOPHYAINCP)pifontgen.h \ 1693 $(SOPHYAINCP)pigrcoord.h \ 1694 $(SOPHYAINCP)pilineatt.h \ 1695 $(SOPHYAINCP)pigraphuc.h \ 1696 $(SOPHYAINCP)pievthandler.h \ 1697 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1999 $(SOPHYAINCP)pidrawer.h \ 2000 $(SOPHYAINCP)pibwdggen.h \ 2001 $(SOPHYAINCP)pisysdep.h \ 2002 $(SOPHYAINCP)piwdgx.h \ 2003 $(SOPHYAINCP)piwdggen.h \ 2004 $(SOPHYAINCP)pimsghandler.h \ 2005 $(SOPHYAINCP)picolist.h \ 2006 $(SOPHYAINCP)picmap.h \ 2007 $(SOPHYAINCP)picmapx.h \ 2008 $(SOPHYAINCP)picmapgen.h \ 2009 $(SOPHYAINCP)pigraphx.h \ 2010 $(SOPHYAINCP)pigraphgen.h \ 2011 $(SOPHYAINCP)pifontx.h \ 2012 $(SOPHYAINCP)pifontgen.h \ 2013 $(SOPHYAINCP)pigrcoord.h \ 2014 $(SOPHYAINCP)pilineatt.h \ 2015 $(SOPHYAINCP)pigraphuc.h \ 2016 $(SOPHYAINCP)pievthandler.h \ 2017 $(SOPHYAINCP)psfile.h \ 2018 $(SOPHYAINCP)pigratt.h \ 1698 2019 $(SOPHYAINCP)piaxes.h 1699 2020 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc 1700 2021 1701 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 1702 $(SOPHYAINCP)machdefs.h \ 1703 $(SOPHYAINCP)osx_values.h \ 1704 $(SOPHYAINCP)pidrawer.h \ 1705 $(SOPHYAINCP)pibwdggen.h \ 1706 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1707 $(SOPHYAINCP)piwdggen.h \ 1708 $(SOPHYAINCP)pimsghandler.h \ 1709 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1710 $(SOPHYAINCP)picmapx.h \ 1711 $(SOPHYAINCP)picmapgen.h \ 1712 $(SOPHYAINCP)pigraphx.h \ 1713 $(SOPHYAINCP)pigraphgen.h \ 1714 $(SOPHYAINCP)pifontx.h \ 1715 $(SOPHYAINCP)pifontgen.h \ 1716 $(SOPHYAINCP)pigrcoord.h \ 1717 $(SOPHYAINCP)pilineatt.h \ 1718 $(SOPHYAINCP)pigraphuc.h \ 1719 $(SOPHYAINCP)pievthandler.h \ 1720 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1721 $(SOPHYAINCP)piaxes.h \ 1722 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1723 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)peida.h \ 1724 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 1725 $(SOPHYAINCP)pexceptions.h \ 1726 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)histos.h \ 1727 $(SOPHYAINCP)objfio.h \ 1728 $(SOPHYAINCP)anydataobj.h \ 1729 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1730 $(SOPHYAINCP)ppfbinstream.h \ 1731 $(SOPHYAINCP)rawstream.h \ 1732 $(SOPHYAINCP)ppfnametag.h \ 1733 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1734 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1735 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 2022 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h \ 2023 pipodrw.h $(SOPHYAINCP)machdefs.h \ 2024 $(SOPHYAINCP)pidrawer.h \ 2025 $(SOPHYAINCP)pibwdggen.h \ 2026 $(SOPHYAINCP)pisysdep.h \ 2027 $(SOPHYAINCP)piwdgx.h \ 2028 $(SOPHYAINCP)piwdggen.h \ 2029 $(SOPHYAINCP)pimsghandler.h \ 2030 $(SOPHYAINCP)picolist.h \ 2031 $(SOPHYAINCP)picmap.h \ 2032 $(SOPHYAINCP)picmapx.h \ 2033 $(SOPHYAINCP)picmapgen.h \ 2034 $(SOPHYAINCP)pigraphx.h \ 2035 $(SOPHYAINCP)pigraphgen.h \ 2036 $(SOPHYAINCP)pifontx.h \ 2037 $(SOPHYAINCP)pifontgen.h \ 2038 $(SOPHYAINCP)pigrcoord.h \ 2039 $(SOPHYAINCP)pilineatt.h \ 2040 $(SOPHYAINCP)pigraphuc.h \ 2041 $(SOPHYAINCP)pievthandler.h \ 2042 $(SOPHYAINCP)psfile.h \ 2043 $(SOPHYAINCP)pigratt.h \ 2044 $(SOPHYAINCP)piaxes.h \ 2045 $(SOPHYAINCP)parradapter.h \ 2046 $(SOPHYAINCP)lut.h \ 2047 $(SOPHYAINCP)histos2.h \ 2048 $(SOPHYAINCP)peida.h \ 2049 $(SOPHYAINCP)utils.h \ 2050 $(SOPHYAINCP)perrors.h \ 2051 $(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 \ 1736 2068 $(SOPHYAINCP)ndatablock.h \ 1737 2069 $(SOPHYAINCP)utilarr.h \ 1738 2070 $(SOPHYAINCP)generalfit.h \ 1739 2071 $(SOPHYAINCP)generaldata.h \ 1740 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h 2072 $(SOPHYAINCP)ntupintf.h \ 2073 $(SOPHYAINCP)poly.h 1741 2074 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 1742 2075 1743 2076 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h \ 1744 2077 $(SOPHYAINCP)machdefs.h \ 1745 $(SOPHYAINCP) osx_values.h \1746 $(SOPHYAINCP)pe rrors.h \1747 $(SOPHYAINCP) pexceptions.h \1748 $(SOPHYAINCP) ctimer.h $(SOPHYAINCP)nbmath.h \2078 $(SOPHYAINCP)perrors.h \ 2079 $(SOPHYAINCP)pexceptions.h \ 2080 $(SOPHYAINCP)ctimer.h \ 2081 $(SOPHYAINCP)nbmath.h \ 1749 2082 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 1750 2083 $(SOPHYAINCP)pisysdep.h \ … … 1754 2087 $(SOPHYAINCP)picontainerx.h \ 1755 2088 $(SOPHYAINCP)picontainergen.h \ 1756 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2089 $(SOPHYAINCP)piwdgx.h \ 2090 $(SOPHYAINCP)piwdggen.h \ 1757 2091 $(SOPHYAINCP)picolist.h \ 1758 2092 $(SOPHYAINCP)pimenubarx.h \ … … 1765 2099 $(SOPHYAINCP)pibwdgx.h \ 1766 2100 $(SOPHYAINCP)pibwdggen.h \ 1767 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2101 $(SOPHYAINCP)picmap.h \ 2102 $(SOPHYAINCP)picmapx.h \ 1768 2103 $(SOPHYAINCP)picmapgen.h \ 1769 2104 $(SOPHYAINCP)pigraphx.h \ … … 1786 2121 $(SOPHYAINCP)periodic.h \ 1787 2122 $(SOPHYAINCP)piimage.h \ 1788 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2123 $(SOPHYAINCP)parradapter.h \ 2124 $(SOPHYAINCP)lut.h \ 1789 2125 $(SOPHYAINCP)pieldrw.h \ 1790 2126 $(SOPHYAINCP)pidrawer.h \ 1791 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2127 $(SOPHYAINCP)pigratt.h \ 2128 $(SOPHYAINCP)piaxes.h \ 1792 2129 $(SOPHYAINCP)pipixmapx.h \ 1793 2130 $(SOPHYAINCP)pipixmapgen.h \ 1794 2131 $(SOPHYAINCP)picmapview.h \ 1795 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2132 $(SOPHYAINCP)pi3dwdg.h \ 2133 $(SOPHYAINCP)pi3ddrw.h \ 1796 2134 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1797 2135 $(SOPHYAINCP)anydataobj.h \ 1798 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \ 1799 $(SOPHYAINCP)ppfbinstream.h \ 1800 $(SOPHYAINCP)rawstream.h \ 1801 $(SOPHYAINCP)ppfnametag.h \ 1802 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1803 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 1804 $(SOPHYAINCP)commander.h \ 1805 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1806 pisiadw.h $(SOPHYAINCP)pilistx.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 \ 1807 2149 $(SOPHYAINCP)pilistgen.h \ 1808 2150 $(SOPHYAINCP)pistzwin.h \ … … 1811 2153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc 1812 2154 1813 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc $(SOPHYAINCP)sopnamsp.h \ 2155 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2156 $(SOPHYAINCP)sopnamsp.h \ 1814 2157 $(SOPHYAINCP)machdefs.h \ 1815 $(SOPHYAINCP)osx_values.h \ 1816 $(SOPHYAINCP)strutil.h $(SOPHYAINCP)timing.h \ 1817 $(SOPHYAINCP)perrors.h \ 1818 $(SOPHYAINCP)pexceptions.h \ 1819 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)psighand.h \ 1820 $(SOPHYAINCP)cimage.h $(SOPHYAINCP)tmatrix.h \ 1821 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 1822 $(SOPHYAINCP)anydataobj.h \ 1823 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1824 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1825 $(SOPHYAINCP)gnumd5.h \ 1826 $(SOPHYAINCP)ppfbinstream.h \ 1827 $(SOPHYAINCP)rawstream.h \ 1828 $(SOPHYAINCP)ppfnametag.h \ 1829 $(SOPHYAINCP)ndatablock.h \ 1830 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)fioarr.h \ 2158 $(SOPHYAINCP)strutil.h \ 2159 $(SOPHYAINCP)timing.h \ 2160 $(SOPHYAINCP)perrors.h \ 2161 $(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 \ 2173 $(SOPHYAINCP)gnumd5.h \ 2174 $(SOPHYAINCP)ppfbinstream.h \ 2175 $(SOPHYAINCP)rawstream.h \ 2176 $(SOPHYAINCP)ppfnametag.h \ 2177 $(SOPHYAINCP)dvlist.h \ 2178 $(SOPHYAINCP)ndatablock.h \ 2179 $(SOPHYAINCP)utilarr.h \ 2180 $(SOPHYAINCP)fioarr.h \ 1831 2181 $(SOPHYAINCP)tvector.h pistdimgapp.h \ 1832 2182 $(SOPHYAINCP)pisysdep.h \ … … 1836 2186 $(SOPHYAINCP)picontainerx.h \ 1837 2187 $(SOPHYAINCP)picontainergen.h \ 1838 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)piwdggen.h \ 2188 $(SOPHYAINCP)piwdgx.h \ 2189 $(SOPHYAINCP)piwdggen.h \ 1839 2190 $(SOPHYAINCP)picolist.h \ 1840 2191 $(SOPHYAINCP)pimenubarx.h \ … … 1847 2198 $(SOPHYAINCP)pibwdgx.h \ 1848 2199 $(SOPHYAINCP)pibwdggen.h \ 1849 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)picmapx.h \ 2200 $(SOPHYAINCP)picmap.h \ 2201 $(SOPHYAINCP)picmapx.h \ 1850 2202 $(SOPHYAINCP)picmapgen.h \ 1851 2203 $(SOPHYAINCP)pigraphx.h \ … … 1868 2220 $(SOPHYAINCP)periodic.h \ 1869 2221 $(SOPHYAINCP)piimage.h \ 1870 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 2222 $(SOPHYAINCP)parradapter.h \ 2223 $(SOPHYAINCP)lut.h \ 1871 2224 $(SOPHYAINCP)pieldrw.h \ 1872 2225 $(SOPHYAINCP)pidrawer.h \ 1873 $(SOPHYAINCP)pigratt.h $(SOPHYAINCP)piaxes.h \ 2226 $(SOPHYAINCP)pigratt.h \ 2227 $(SOPHYAINCP)piaxes.h \ 1874 2228 $(SOPHYAINCP)pipixmapx.h \ 1875 2229 $(SOPHYAINCP)pipixmapgen.h \ 1876 2230 $(SOPHYAINCP)picmapview.h \ 1877 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 1878 $(SOPHYAINCP)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 2231 $(SOPHYAINCP)pi3dwdg.h \ 2232 $(SOPHYAINCP)pi3ddrw.h \ 2233 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2234 dlftypes.h piacmd.h \ 1879 2235 $(SOPHYAINCP)commander.h \ 1880 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1881 pisiadw.h $(SOPHYAINCP)pilistx.h \ 2236 $(SOPHYAINCP)pdlmgr.h \ 2237 $(SOPHYAINCP)zthread.h pisiadw.h \ 2238 $(SOPHYAINCP)pilistx.h \ 1882 2239 $(SOPHYAINCP)pilistgen.h \ 1883 2240 $(SOPHYAINCP)pistzwin.h \ … … 1896 2253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc 1897 2254 1898 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2255 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2256 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 1899 2257 $(SOPHYAINCP)machdefs.h \ 1900 $(SOPHYAINCP)osx_values.h \ 1901 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.h \ 1902 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tarray.h \ 1903 $(SOPHYAINCP)basarr.h \ 1904 $(SOPHYAINCP)anydataobj.h \ 1905 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \ 1906 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \ 1907 $(SOPHYAINCP)pexceptions.h \ 1908 $(SOPHYAINCP)gnumd5.h \ 1909 $(SOPHYAINCP)ppfbinstream.h \ 1910 $(SOPHYAINCP)rawstream.h \ 1911 $(SOPHYAINCP)ppfnametag.h \ 1912 $(SOPHYAINCP)ndatablock.h \ 1913 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)tvector.h 2258 $(SOPHYAINCP)parradapter.h \ 2259 $(SOPHYAINCP)lut.h \ 2260 $(SOPHYAINCP)tmatrix.h \ 2261 $(SOPHYAINCP)tarray.h \ 2262 $(SOPHYAINCP)basarr.h \ 2263 $(SOPHYAINCP)anydataobj.h \ 2264 $(SOPHYAINCP)mutyv.h \ 2265 $(SOPHYAINCP)timestamp.h \ 2266 $(SOPHYAINCP)objfio.h \ 2267 $(SOPHYAINCP)ppersist.h \ 2268 $(SOPHYAINCP)pexceptions.h \ 2269 $(SOPHYAINCP)gnumd5.h \ 2270 $(SOPHYAINCP)ppfbinstream.h \ 2271 $(SOPHYAINCP)rawstream.h \ 2272 $(SOPHYAINCP)ppfnametag.h \ 2273 $(SOPHYAINCP)dvlist.h \ 2274 $(SOPHYAINCP)ndatablock.h \ 2275 $(SOPHYAINCP)utilarr.h \ 2276 $(SOPHYAINCP)tvector.h 1914 2277 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 1915 2278 1916 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc $(SOPHYAINCP)sopnamsp.h \ 2279 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2280 $(SOPHYAINCP)sopnamsp.h \ 1917 2281 $(SOPHYAINCP)strutil.h nobjmgr.h \ 1918 2282 $(SOPHYAINCP)machdefs.h \ 1919 $(SOPHYAINCP)osx_values.h \1920 2283 $(SOPHYAINCP)anydataobj.h \ 1921 2284 $(SOPHYAINCP)ppersist.h \ … … 1925 2288 $(SOPHYAINCP)rawstream.h \ 1926 2289 $(SOPHYAINCP)ppfnametag.h \ 1927 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \ 1928 $(SOPHYAINCP)mutyv.h dlftypes.h servnobjm.h \ 1929 $(SOPHYAINCP)pdlmgr.h $(SOPHYAINCP)zthread.h \ 1930 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1931 $(SOPHYAINCP)pibwdggen.h \ 1932 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \ 1933 $(SOPHYAINCP)piwdggen.h \ 1934 $(SOPHYAINCP)pimsghandler.h \ 1935 $(SOPHYAINCP)picolist.h $(SOPHYAINCP)picmap.h \ 1936 $(SOPHYAINCP)picmapx.h \ 1937 $(SOPHYAINCP)picmapgen.h \ 1938 $(SOPHYAINCP)pigraphx.h \ 1939 $(SOPHYAINCP)pigraphgen.h \ 1940 $(SOPHYAINCP)pifontx.h \ 1941 $(SOPHYAINCP)pifontgen.h \ 1942 $(SOPHYAINCP)pigrcoord.h \ 1943 $(SOPHYAINCP)pilineatt.h \ 1944 $(SOPHYAINCP)pigraphuc.h \ 1945 $(SOPHYAINCP)pievthandler.h \ 1946 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)pigratt.h \ 1947 $(SOPHYAINCP)piaxes.h \ 1948 $(SOPHYAINCP)parradapter.h $(SOPHYAINCP)lut.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 \ 2295 $(SOPHYAINCP)zthread.h nomgadapter.h \ 2296 $(SOPHYAINCP)pidrawer.h \ 2297 $(SOPHYAINCP)pibwdggen.h \ 2298 $(SOPHYAINCP)pisysdep.h \ 2299 $(SOPHYAINCP)piwdgx.h \ 2300 $(SOPHYAINCP)piwdggen.h \ 2301 $(SOPHYAINCP)pimsghandler.h \ 2302 $(SOPHYAINCP)picolist.h \ 2303 $(SOPHYAINCP)picmap.h \ 2304 $(SOPHYAINCP)picmapx.h \ 2305 $(SOPHYAINCP)picmapgen.h \ 2306 $(SOPHYAINCP)pigraphx.h \ 2307 $(SOPHYAINCP)pigraphgen.h \ 2308 $(SOPHYAINCP)pifontx.h \ 2309 $(SOPHYAINCP)pifontgen.h \ 2310 $(SOPHYAINCP)pigrcoord.h \ 2311 $(SOPHYAINCP)pilineatt.h \ 2312 $(SOPHYAINCP)pigraphuc.h \ 2313 $(SOPHYAINCP)pievthandler.h \ 2314 $(SOPHYAINCP)psfile.h \ 2315 $(SOPHYAINCP)pigratt.h \ 2316 $(SOPHYAINCP)piaxes.h \ 2317 $(SOPHYAINCP)parradapter.h \ 2318 $(SOPHYAINCP)lut.h \ 1949 2319 $(SOPHYAINCP)ntupintf.h \ 1950 2320 $(SOPHYAINCP)generalfit.h \ 1951 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \ 1952 $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \ 2321 $(SOPHYAINCP)tvector.h \ 2322 $(SOPHYAINCP)tmatrix.h \ 2323 $(SOPHYAINCP)tarray.h \ 2324 $(SOPHYAINCP)basarr.h \ 1953 2325 $(SOPHYAINCP)ndatablock.h \ 1954 2326 $(SOPHYAINCP)utilarr.h \ 1955 2327 $(SOPHYAINCP)generaldata.h \ 1956 $(SOPHYAINCP)poly.h $(SOPHYAINCP)peida.h \ 1957 $(SOPHYAINCP)utils.h $(SOPHYAINCP)perrors.h \ 2328 $(SOPHYAINCP)poly.h \ 2329 $(SOPHYAINCP)peida.h \ 2330 $(SOPHYAINCP)utils.h \ 2331 $(SOPHYAINCP)perrors.h \ 1958 2332 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 1959 2333 $(SOPHYAINCP)piapplx.h \ … … 1978 2352 $(SOPHYAINCP)piperiodx.h \ 1979 2353 $(SOPHYAINCP)periodic.h \ 1980 $(SOPHYAINCP)piimage.h $(SOPHYAINCP)pieldrw.h \ 2354 $(SOPHYAINCP)piimage.h \ 2355 $(SOPHYAINCP)pieldrw.h \ 1981 2356 $(SOPHYAINCP)pipixmapx.h \ 1982 2357 $(SOPHYAINCP)pipixmapgen.h \ 1983 2358 $(SOPHYAINCP)picmapview.h \ 1984 $(SOPHYAINCP)pi3dwdg.h $(SOPHYAINCP)pi3ddrw.h \ 2359 $(SOPHYAINCP)pi3dwdg.h \ 2360 $(SOPHYAINCP)pi3ddrw.h \ 1985 2361 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 1986 2362 $(SOPHYAINCP)commander.h \ … … 1993 2369 $(SOPHYAINCP)fct1dfit.h \ 1994 2370 $(SOPHYAINCP)fct2dfit.h pitvmaad.h \ 1995 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)cimage.h \ 1996 $(SOPHYAINCP)fioarr.h $(SOPHYAINCP)histos.h \ 1997 $(SOPHYAINCP)histos2.h $(SOPHYAINCP)hisprof.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 \ 2377 $(SOPHYAINCP)datatable.h \ 2378 $(SOPHYAINCP)basedtable.h \ 2379 $(SOPHYAINCP)segdatablock.h \ 1998 2380 $(SOPHYAINCP)piyfxdrw.h \ 1999 $(SOPHYAINCP)pisurfdr.h pintuple.h pintup3d.h pipodrw.h 2381 $(SOPHYAINCP)pisurfdr.h pintuple.h \ 2382 pintup3d.h pipodrw.h 2000 2383 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc 2001 2384
Note:
See TracChangeset
for help on using the changeset viewer.