Changeset 3879 in Sophya for trunk/SophyaPI/PIext/Makefile
- Timestamp:
- Sep 10, 2010, 10:19:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/Makefile
r3615 r3879 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomdvladapter.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomherradapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto .o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomdvladapter.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomherradapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o 7 7 rm -f $(SOPHYALIBP)libPIext.a 8 8 … … 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)basexecut.o: basexecut.cc $(SOPHYAINCP)sopnamsp.h \ 14 piacmd.h $(SOPHYAINCP)machdefs.h \ 13 $(SOPHYAOBJP)basexecut.o: basexecut.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 piacmd.h \ 16 $(SOPHYAINCP)machdefs.h \ 15 17 $(SOPHYAINCP)commander.h \ 16 18 $(SOPHYAINCP)machdefs.h \ … … 28 30 $(SOPHYAINCP)timestamp.h \ 29 31 $(SOPHYAINCP)ctimer.h \ 30 $(SOPHYAINCP)zthread.h dlftypes.h basexecut.h \ 32 $(SOPHYAINCP)zthread.h \ 33 dlftypes.h basexecut.h \ 31 34 $(SOPHYAINCP)pdlmgr.h \ 32 35 $(SOPHYAINCP)ctimer.h \ 33 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \ 36 $(SOPHYAINCP)strutilxx.h \ 37 pistdimgapp.h \ 34 38 $(SOPHYAINCP)pisysdep.h \ 35 39 $(SOPHYAINCP)piapplx.h \ … … 89 93 $(SOPHYAINCP)pi3dwdg.h \ 90 94 $(SOPHYAINCP)pi3ddrw.h \ 91 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 92 $(SOPHYAINCP)anydataobj.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)dvlist.h pisiadw.h \ 95 $(SOPHYAINCP)pigraph3d.h \ 96 nobjmgr.h \ 97 $(SOPHYAINCP)anydataobj.h \ 98 $(SOPHYAINCP)ppersist.h \ 99 $(SOPHYAINCP)dvlist.h \ 100 pisiadw.h \ 95 101 $(SOPHYAINCP)pilistx.h \ 96 102 $(SOPHYAINCP)pilistgen.h \ … … 98 104 $(SOPHYAINCP)piperiodx.h \ 99 105 $(SOPHYAINCP)pitherm.h \ 100 $(SOPHYAINCP)resusage.h servnobjm.h \ 101 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 106 $(SOPHYAINCP)resusage.h \ 107 servnobjm.h nomgadapter.h \ 108 $(SOPHYAINCP)pidrawer.h \ 102 109 $(SOPHYAINCP)parradapter.h \ 103 110 $(SOPHYAINCP)ntupintf.h \ … … 133 140 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc 134 141 135 $(SOPHYAOBJP)contmodex.o: contmodex.cc $(SOPHYAINCP)sopnamsp.h \ 136 contmodex.h $(SOPHYAINCP)machdefs.h piacmd.h \ 142 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 144 contmodex.h \ 145 $(SOPHYAINCP)machdefs.h \ 146 piacmd.h \ 137 147 $(SOPHYAINCP)commander.h \ 138 148 $(SOPHYAINCP)machdefs.h \ … … 150 160 $(SOPHYAINCP)timestamp.h \ 151 161 $(SOPHYAINCP)ctimer.h \ 152 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 162 $(SOPHYAINCP)zthread.h \ 163 dlftypes.h nobjmgr.h \ 153 164 $(SOPHYAINCP)anydataobj.h \ 154 165 $(SOPHYAINCP)ppersist.h \ … … 228 239 $(SOPHYAINCP)gp_graph3d.h \ 229 240 $(SOPHYAINCP)gp_alloc.h \ 230 $(SOPHYAINCP)pidrawer.h nomgadapter.h \ 241 $(SOPHYAINCP)pidrawer.h \ 242 nomgadapter.h \ 231 243 $(SOPHYAINCP)parradapter.h \ 232 244 $(SOPHYAINCP)ntupintf.h \ … … 247 259 $(SOPHYAINCP)perrors.h \ 248 260 $(SOPHYAINCP)fmath.h \ 249 $(SOPHYAINCP)generalfunc.h servnobjm.h \ 261 $(SOPHYAINCP)generalfunc.h \ 262 servnobjm.h \ 250 263 $(SOPHYAINCP)pdlmgr.h 251 264 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc 252 265 253 266 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 254 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 255 $(SOPHYAINCP)machdefs.h piacmd.h \ 267 $(SOPHYAINCP)sopnamsp.h \ 268 cxxexecutor.h \ 269 $(SOPHYAINCP)machdefs.h \ 270 piacmd.h \ 256 271 $(SOPHYAINCP)commander.h \ 257 272 $(SOPHYAINCP)machdefs.h \ … … 269 284 $(SOPHYAINCP)timestamp.h \ 270 285 $(SOPHYAINCP)ctimer.h \ 271 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 286 $(SOPHYAINCP)zthread.h \ 287 dlftypes.h nobjmgr.h \ 272 288 $(SOPHYAINCP)anydataobj.h \ 273 289 $(SOPHYAINCP)ppersist.h \ 274 290 $(SOPHYAINCP)dvlist.h \ 275 291 $(SOPHYAINCP)strutilxx.h \ 276 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 292 $(SOPHYAINCP)cxxcmplnk.h \ 293 nomgadapter.h \ 277 294 $(SOPHYAINCP)pidrawer.h \ 278 295 $(SOPHYAINCP)pibwdggen.h \ … … 317 334 $(SOPHYAINCP)perrors.h \ 318 335 $(SOPHYAINCP)fmath.h \ 319 $(SOPHYAINCP)generalfunc.h pistdimgapp.h \ 336 $(SOPHYAINCP)generalfunc.h \ 337 pistdimgapp.h \ 320 338 $(SOPHYAINCP)pisysdep.h \ 321 339 $(SOPHYAINCP)piapplx.h \ … … 353 371 $(SOPHYAINCP)pi3dwdg.h \ 354 372 $(SOPHYAINCP)pi3ddrw.h \ 355 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 373 $(SOPHYAINCP)pigraph3d.h \ 374 pisiadw.h \ 356 375 $(SOPHYAINCP)pilistx.h \ 357 376 $(SOPHYAINCP)pilistgen.h \ … … 363 382 364 383 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 365 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 366 $(SOPHYAINCP)machdefs.h piacmd.h \ 384 $(SOPHYAINCP)sopnamsp.h \ 385 cxxexecutor.h \ 386 $(SOPHYAINCP)machdefs.h \ 387 piacmd.h \ 367 388 $(SOPHYAINCP)commander.h \ 368 389 $(SOPHYAINCP)machdefs.h \ … … 380 401 $(SOPHYAINCP)timestamp.h \ 381 402 $(SOPHYAINCP)ctimer.h \ 382 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 383 $(SOPHYAINCP)anydataobj.h \ 384 $(SOPHYAINCP)ppersist.h \ 385 $(SOPHYAINCP)dvlist.h cxxexecwin.h \ 386 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \ 403 $(SOPHYAINCP)zthread.h \ 404 dlftypes.h nobjmgr.h \ 405 $(SOPHYAINCP)anydataobj.h \ 406 $(SOPHYAINCP)ppersist.h \ 407 $(SOPHYAINCP)dvlist.h \ 408 cxxexecwin.h \ 409 $(SOPHYAINCP)pisysdep.h \ 410 pistdimgapp.h \ 387 411 $(SOPHYAINCP)piapplx.h \ 388 412 $(SOPHYAINCP)piapplgen.h \ … … 441 465 $(SOPHYAINCP)pi3dwdg.h \ 442 466 $(SOPHYAINCP)pi3ddrw.h \ 443 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 467 $(SOPHYAINCP)pigraph3d.h \ 468 pisiadw.h \ 444 469 $(SOPHYAINCP)pilistx.h \ 445 470 $(SOPHYAINCP)pilistgen.h \ … … 450 475 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc 451 476 452 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc $(SOPHYAINCP)sopnamsp.h \ 453 flowmodex.h $(SOPHYAINCP)machdefs.h piacmd.h \ 477 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 478 $(SOPHYAINCP)sopnamsp.h \ 479 flowmodex.h \ 480 $(SOPHYAINCP)machdefs.h \ 481 piacmd.h \ 454 482 $(SOPHYAINCP)commander.h \ 455 483 $(SOPHYAINCP)machdefs.h \ … … 467 495 $(SOPHYAINCP)timestamp.h \ 468 496 $(SOPHYAINCP)ctimer.h \ 469 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 470 $(SOPHYAINCP)anydataobj.h \ 471 $(SOPHYAINCP)ppersist.h \ 472 $(SOPHYAINCP)dvlist.h pi2dvec.h pistdimgapp.h \ 497 $(SOPHYAINCP)zthread.h \ 498 dlftypes.h nobjmgr.h \ 499 $(SOPHYAINCP)anydataobj.h \ 500 $(SOPHYAINCP)ppersist.h \ 501 $(SOPHYAINCP)dvlist.h \ 502 pi2dvec.h pistdimgapp.h \ 473 503 $(SOPHYAINCP)pisysdep.h \ 474 504 $(SOPHYAINCP)piapplx.h \ … … 528 558 $(SOPHYAINCP)pi3dwdg.h \ 529 559 $(SOPHYAINCP)pi3ddrw.h \ 530 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 560 $(SOPHYAINCP)pigraph3d.h \ 561 pisiadw.h \ 531 562 $(SOPHYAINCP)pilistx.h \ 532 563 $(SOPHYAINCP)pilistgen.h \ … … 539 570 $(SOPHYAINCP)ntuple.h \ 540 571 $(SOPHYAINCP)ntupintf.h \ 541 $(SOPHYAINCP)pidrawer.h nomgadapter.h \ 572 $(SOPHYAINCP)pidrawer.h \ 573 nomgadapter.h \ 542 574 $(SOPHYAINCP)parradapter.h \ 543 575 $(SOPHYAINCP)generalfit.h \ … … 557 589 $(SOPHYAINCP)perrors.h \ 558 590 $(SOPHYAINCP)fmath.h \ 559 $(SOPHYAINCP)generalfunc.h servnobjm.h \ 591 $(SOPHYAINCP)generalfunc.h \ 592 servnobjm.h \ 560 593 $(SOPHYAINCP)pdlmgr.h 561 594 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc 562 595 563 596 $(SOPHYAOBJP)graphexecut.o: graphexecut.cc \ 564 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 597 $(SOPHYAINCP)sopnamsp.h \ 598 piacmd.h \ 565 599 $(SOPHYAINCP)machdefs.h \ 566 600 $(SOPHYAINCP)commander.h \ … … 579 613 $(SOPHYAINCP)timestamp.h \ 580 614 $(SOPHYAINCP)ctimer.h \ 581 $(SOPHYAINCP)zthread.h dlftypes.h graphexecut.h \ 582 $(SOPHYAINCP)strutilxx.h pistdimgapp.h \ 615 $(SOPHYAINCP)zthread.h \ 616 dlftypes.h graphexecut.h \ 617 $(SOPHYAINCP)strutilxx.h \ 618 pistdimgapp.h \ 583 619 $(SOPHYAINCP)pisysdep.h \ 584 620 $(SOPHYAINCP)piapplx.h \ … … 638 674 $(SOPHYAINCP)pi3dwdg.h \ 639 675 $(SOPHYAINCP)pi3ddrw.h \ 640 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 641 $(SOPHYAINCP)anydataobj.h \ 642 $(SOPHYAINCP)ppersist.h \ 643 $(SOPHYAINCP)dvlist.h pisiadw.h \ 676 $(SOPHYAINCP)pigraph3d.h \ 677 nobjmgr.h \ 678 $(SOPHYAINCP)anydataobj.h \ 679 $(SOPHYAINCP)ppersist.h \ 680 $(SOPHYAINCP)dvlist.h \ 681 pisiadw.h \ 644 682 $(SOPHYAINCP)pilistx.h \ 645 683 $(SOPHYAINCP)pilistgen.h \ … … 647 685 $(SOPHYAINCP)piperiodx.h \ 648 686 $(SOPHYAINCP)pitherm.h \ 649 $(SOPHYAINCP)resusage.h nomgadapter.h \ 687 $(SOPHYAINCP)resusage.h \ 688 nomgadapter.h \ 650 689 $(SOPHYAINCP)pidrawer.h \ 651 690 $(SOPHYAINCP)parradapter.h \ … … 674 713 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ graphexecut.cc 675 714 676 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc $(SOPHYAINCP)sopnamsp.h \ 715 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ 716 $(SOPHYAINCP)sopnamsp.h \ 677 717 $(SOPHYAINCP)strutil.h \ 678 718 $(SOPHYAINCP)datatypes.h \ 679 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 719 $(SOPHYAINCP)machdefs.h \ 720 nobjmgr.h \ 680 721 $(SOPHYAINCP)machdefs.h \ 681 722 $(SOPHYAINCP)anydataobj.h \ … … 691 732 $(SOPHYAINCP)anydataobj.h \ 692 733 $(SOPHYAINCP)mutyv.h \ 693 $(SOPHYAINCP)timestamp.h dlftypes.h servnobjm.h \ 734 $(SOPHYAINCP)timestamp.h \ 735 dlftypes.h servnobjm.h \ 694 736 $(SOPHYAINCP)pdlmgr.h \ 695 $(SOPHYAINCP)zthread.h nomgadapter.h \ 737 $(SOPHYAINCP)zthread.h \ 738 nomgadapter.h \ 696 739 $(SOPHYAINCP)pidrawer.h \ 697 740 $(SOPHYAINCP)pibwdggen.h \ … … 737 780 $(SOPHYAINCP)perrors.h \ 738 781 $(SOPHYAINCP)fmath.h \ 739 $(SOPHYAINCP)generalfunc.h pistdimgapp.h \ 782 $(SOPHYAINCP)generalfunc.h \ 783 pistdimgapp.h \ 740 784 $(SOPHYAINCP)pisysdep.h \ 741 785 $(SOPHYAINCP)piapplx.h \ … … 773 817 $(SOPHYAINCP)pi3dwdg.h \ 774 818 $(SOPHYAINCP)pi3ddrw.h \ 775 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 819 $(SOPHYAINCP)pigraph3d.h \ 820 piacmd.h \ 776 821 $(SOPHYAINCP)commander.h \ 777 822 $(SOPHYAINCP)pdlmgr.h \ 778 $(SOPHYAINCP)ctimer.h pisiadw.h \ 823 $(SOPHYAINCP)ctimer.h \ 824 pisiadw.h \ 779 825 $(SOPHYAINCP)pilistx.h \ 780 826 $(SOPHYAINCP)pilistgen.h \ … … 783 829 $(SOPHYAINCP)pitherm.h \ 784 830 $(SOPHYAINCP)resusage.h \ 785 $(SOPHYAINCP)tvector.h pitvmaad.h \ 831 $(SOPHYAINCP)tvector.h \ 832 pitvmaad.h \ 786 833 $(SOPHYAINCP)tmatrix.h \ 787 834 $(SOPHYAINCP)piyfxdrw.h \ 788 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 835 $(SOPHYAINCP)pisurfdr.h \ 836 pipodrw.h \ 789 837 $(SOPHYAINCP)histos2.h \ 790 838 $(SOPHYAINCP)histos.h \ 791 $(SOPHYAINCP)hist2err.h pintuple.h pintup3d.h \ 792 $(SOPHYAINCP)pi3ddrw.h pigfd1.h \ 793 $(SOPHYAINCP)generaldata.h pigfd2.h 839 $(SOPHYAINCP)hist2err.h \ 840 pintuple.h pintup3d.h \ 841 $(SOPHYAINCP)pi3ddrw.h \ 842 pigfd1.h \ 843 $(SOPHYAINCP)generaldata.h \ 844 pigfd2.h 794 845 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc 795 846 796 847 $(SOPHYAOBJP)nomdvladapter.o: nomdvladapter.cc \ 797 848 $(SOPHYAINCP)sopnamsp.h \ 798 $(SOPHYAINCP)machdefs.h nomdvladapter.h \ 799 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 849 $(SOPHYAINCP)machdefs.h \ 850 nomdvladapter.h nomgadapter.h \ 851 $(SOPHYAINCP)ppersist.h \ 800 852 $(SOPHYAINCP)machdefs.h \ 801 853 $(SOPHYAINCP)pexceptions.h \ … … 859 911 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 860 912 $(SOPHYAINCP)sopnamsp.h \ 861 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 913 $(SOPHYAINCP)machdefs.h \ 914 nomgadapter.h \ 862 915 $(SOPHYAINCP)ppersist.h \ 863 916 $(SOPHYAINCP)machdefs.h \ … … 921 974 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 922 975 $(SOPHYAINCP)sopnamsp.h \ 923 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 924 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 976 $(SOPHYAINCP)machdefs.h \ 977 nomgfdadapter.h nomgadapter.h \ 978 $(SOPHYAINCP)ppersist.h \ 925 979 $(SOPHYAINCP)machdefs.h \ 926 980 $(SOPHYAINCP)pexceptions.h \ … … 978 1032 $(SOPHYAINCP)perrors.h \ 979 1033 $(SOPHYAINCP)fmath.h \ 980 $(SOPHYAINCP)generalfunc.h pipodrw.h \ 1034 $(SOPHYAINCP)generalfunc.h \ 1035 pipodrw.h \ 981 1036 $(SOPHYAINCP)histos2.h \ 982 1037 $(SOPHYAINCP)histos.h \ … … 992 1047 $(SOPHYAOBJP)nomherradapter.o: nomherradapter.cc \ 993 1048 $(SOPHYAINCP)sopnamsp.h \ 994 $(SOPHYAINCP)machdefs.h nomherradapter.h \ 995 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1049 $(SOPHYAINCP)machdefs.h \ 1050 nomherradapter.h nomgadapter.h \ 1051 $(SOPHYAINCP)ppersist.h \ 996 1052 $(SOPHYAINCP)machdefs.h \ 997 1053 $(SOPHYAINCP)pexceptions.h \ … … 1051 1107 $(SOPHYAINCP)generalfunc.h \ 1052 1108 $(SOPHYAINCP)histerr.h \ 1053 $(SOPHYAINCP)hist2err.h pihisto.h\1054 p histwrapper.h pihisto2d.h \1109 $(SOPHYAINCP)hist2err.h \ 1110 pihisto.h phistwrapper.h pihisto2d.h \ 1055 1111 $(SOPHYAINCP)pisysdep.h \ 1056 1112 $(SOPHYAINCP)pimenux.h \ … … 1071 1127 $(SOPHYAINCP)picontainergen.h \ 1072 1128 $(SOPHYAINCP)pidrawer.h \ 1073 $(SOPHYAINCP)pieldrw.h sohiswrap.h \ 1129 $(SOPHYAINCP)pieldrw.h \ 1130 sohiswrap.h \ 1074 1131 $(SOPHYAINCP)histos.h \ 1075 1132 $(SOPHYAINCP)hisprof.h \ 1076 1133 $(SOPHYAINCP)histos.h \ 1077 1134 $(SOPHYAINCP)histos2.h \ 1078 $(SOPHYAINCP)pexceptions.h pipodrw.h \ 1079 servnobjm.h nobjmgr.h $(SOPHYAINCP)dvlist.h \ 1080 dlftypes.h $(SOPHYAINCP)pdlmgr.h \ 1135 $(SOPHYAINCP)pexceptions.h \ 1136 pipodrw.h servnobjm.h nobjmgr.h \ 1137 $(SOPHYAINCP)dvlist.h \ 1138 dlftypes.h \ 1139 $(SOPHYAINCP)pdlmgr.h \ 1081 1140 $(SOPHYAINCP)zthread.h \ 1082 1141 $(SOPHYAINCP)objfitter.h \ … … 1091 1150 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 1092 1151 $(SOPHYAINCP)sopnamsp.h \ 1093 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 1094 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1152 $(SOPHYAINCP)machdefs.h \ 1153 nomhistadapter.h nomgadapter.h \ 1154 $(SOPHYAINCP)ppersist.h \ 1095 1155 $(SOPHYAINCP)machdefs.h \ 1096 1156 $(SOPHYAINCP)pexceptions.h \ … … 1156 1216 $(SOPHYAINCP)basedtable.h \ 1157 1217 $(SOPHYAINCP)segdatablock.h \ 1158 $(SOPHYAINCP)thsafeop.h pihisto.h\1159 p histwrapper.h sohiswrap.h \1218 $(SOPHYAINCP)thsafeop.h \ 1219 pihisto.h phistwrapper.h sohiswrap.h \ 1160 1220 $(SOPHYAINCP)histerr.h \ 1161 1221 $(SOPHYAINCP)hist2err.h \ 1162 $(SOPHYAINCP)pexceptions.h pihisto2d.h \ 1222 $(SOPHYAINCP)pexceptions.h \ 1223 pihisto2d.h \ 1163 1224 $(SOPHYAINCP)pisysdep.h \ 1164 1225 $(SOPHYAINCP)pimenux.h \ … … 1179 1240 $(SOPHYAINCP)picontainergen.h \ 1180 1241 $(SOPHYAINCP)pidrawer.h \ 1181 $(SOPHYAINCP)pieldrw.h pipodrw.h servnobjm.h \ 1182 nobjmgr.h $(SOPHYAINCP)dvlist.h dlftypes.h \ 1242 $(SOPHYAINCP)pieldrw.h \ 1243 pipodrw.h servnobjm.h nobjmgr.h \ 1244 $(SOPHYAINCP)dvlist.h \ 1245 dlftypes.h \ 1183 1246 $(SOPHYAINCP)pdlmgr.h \ 1184 1247 $(SOPHYAINCP)zthread.h \ … … 1202 1265 $(SOPHYAINCP)machdefs.h \ 1203 1266 $(SOPHYAINCP)datatype.h \ 1204 $(SOPHYAINCP)machdefs.h nomimagadapter.h \ 1205 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1267 $(SOPHYAINCP)machdefs.h \ 1268 nomimagadapter.h nomgadapter.h \ 1269 $(SOPHYAINCP)ppersist.h \ 1206 1270 $(SOPHYAINCP)pexceptions.h \ 1207 1271 $(SOPHYAINCP)gnumd5.h \ … … 1260 1324 $(SOPHYAINCP)generalfunc.h \ 1261 1325 $(SOPHYAINCP)cimage.h \ 1262 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 1326 $(SOPHYAINCP)fioarr.h \ 1327 pimgadapter.h \ 1263 1328 $(SOPHYAINCP)objfitter.h \ 1264 1329 $(SOPHYAINCP)cimage.h \ … … 1273 1338 $(SOPHYAINCP)machdefs.h \ 1274 1339 $(SOPHYAINCP)datatype.h \ 1275 $(SOPHYAINCP)machdefs.h nomskymapadapter.h \ 1276 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1340 $(SOPHYAINCP)machdefs.h \ 1341 nomskymapadapter.h nomgadapter.h \ 1342 $(SOPHYAINCP)ppersist.h \ 1277 1343 $(SOPHYAINCP)pexceptions.h \ 1278 1344 $(SOPHYAINCP)gnumd5.h \ … … 1350 1416 $(SOPHYAINCP)fiospherehealpix.h \ 1351 1417 $(SOPHYAINCP)fiolocalmap.h \ 1352 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 1418 $(SOPHYAINCP)fiosphereecp.h \ 1419 pitvmaad.h \ 1353 1420 $(SOPHYAINCP)tvector.h \ 1354 1421 $(SOPHYAINCP)complexios.h … … 1357 1424 $(SOPHYAOBJP)nomspecrespadapter.o: nomspecrespadapter.cc \ 1358 1425 $(SOPHYAINCP)sopnamsp.h \ 1359 $(SOPHYAINCP)machdefs.h nomspecrespadapter.h \ 1360 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1426 $(SOPHYAINCP)machdefs.h \ 1427 nomspecrespadapter.h nomgadapter.h \ 1428 $(SOPHYAINCP)ppersist.h \ 1361 1429 $(SOPHYAINCP)machdefs.h \ 1362 1430 $(SOPHYAINCP)pexceptions.h \ … … 1425 1493 $(SOPHYAINCP)machdefs.h \ 1426 1494 $(SOPHYAINCP)datatype.h \ 1427 $(SOPHYAINCP)machdefs.h nomtarradapter.h \ 1428 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1495 $(SOPHYAINCP)machdefs.h \ 1496 nomtarradapter.h nomgadapter.h \ 1497 $(SOPHYAINCP)ppersist.h \ 1429 1498 $(SOPHYAINCP)pexceptions.h \ 1430 1499 $(SOPHYAINCP)gnumd5.h \ … … 1483 1552 $(SOPHYAINCP)generalfunc.h \ 1484 1553 $(SOPHYAINCP)tarray.h \ 1485 $(SOPHYAINCP)tvector.h pitvmaad.h \ 1554 $(SOPHYAINCP)tvector.h \ 1555 pitvmaad.h \ 1486 1556 $(SOPHYAINCP)tmatrix.h \ 1487 1557 $(SOPHYAINCP)piyfxdrw.h \ 1488 1558 $(SOPHYAINCP)parradapter.h \ 1489 1559 $(SOPHYAINCP)pidrawer.h \ 1490 $(SOPHYAINCP)fioarr.h nobjmgr.h \ 1491 $(SOPHYAINCP)dvlist.h dlftypes.h 1560 $(SOPHYAINCP)fioarr.h \ 1561 nobjmgr.h \ 1562 $(SOPHYAINCP)dvlist.h \ 1563 dlftypes.h 1492 1564 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc 1493 1565 … … 1532 1604 $(SOPHYAINCP)ntupintf.h \ 1533 1605 $(SOPHYAINCP)poly.h \ 1534 $(SOPHYAINCP)generalfunc.h nomtmatvecadapter.h \ 1535 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1606 $(SOPHYAINCP)generalfunc.h \ 1607 nomtmatvecadapter.h nomgadapter.h \ 1608 $(SOPHYAINCP)ppersist.h \ 1536 1609 $(SOPHYAINCP)anydataobj.h \ 1537 1610 $(SOPHYAINCP)pidrawer.h \ … … 1565 1638 $(SOPHYAINCP)piyfxdrw.h \ 1566 1639 $(SOPHYAINCP)parradapter.h \ 1567 $(SOPHYAINCP)pidrawer.h pitvmaad.h \ 1568 $(SOPHYAINCP)cimage.h pimgadapter.h \ 1569 $(SOPHYAINCP)fioarr.h nobjmgr.h \ 1570 $(SOPHYAINCP)dvlist.h dlftypes.h 1640 $(SOPHYAINCP)pidrawer.h \ 1641 pitvmaad.h \ 1642 $(SOPHYAINCP)cimage.h \ 1643 pimgadapter.h \ 1644 $(SOPHYAINCP)fioarr.h \ 1645 nobjmgr.h \ 1646 $(SOPHYAINCP)dvlist.h \ 1647 dlftypes.h 1571 1648 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc 1572 1649 1573 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc $(SOPHYAINCP)sopnamsp.h \ 1650 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ 1651 $(SOPHYAINCP)sopnamsp.h \ 1574 1652 $(SOPHYAINCP)strutil.h \ 1575 1653 $(SOPHYAINCP)strutilxx.h \ … … 1610 1688 $(SOPHYAINCP)basedtable.h \ 1611 1689 $(SOPHYAINCP)segdatablock.h \ 1612 $(SOPHYAINCP)thsafeop.h pawexecut.h \ 1613 $(SOPHYAINCP)machdefs.h \ 1614 $(SOPHYAINCP)anydataobj.h piacmd.h \ 1690 $(SOPHYAINCP)thsafeop.h \ 1691 pawexecut.h \ 1692 $(SOPHYAINCP)machdefs.h \ 1693 $(SOPHYAINCP)anydataobj.h \ 1694 piacmd.h \ 1615 1695 $(SOPHYAINCP)commander.h \ 1616 1696 $(SOPHYAINCP)pdlmgr.h \ 1617 1697 $(SOPHYAINCP)ctimer.h \ 1618 $(SOPHYAINCP)zthread.h dlftypes.h nobjmgr.h \ 1619 $(SOPHYAINCP)ppersist.h \ 1620 $(SOPHYAINCP)dvlist.h servnobjm.h \ 1621 $(SOPHYAINCP)pdlmgr.h nomgadapter.h \ 1698 $(SOPHYAINCP)zthread.h \ 1699 dlftypes.h nobjmgr.h \ 1700 $(SOPHYAINCP)ppersist.h \ 1701 $(SOPHYAINCP)dvlist.h \ 1702 servnobjm.h \ 1703 $(SOPHYAINCP)pdlmgr.h \ 1704 nomgadapter.h \ 1622 1705 $(SOPHYAINCP)pidrawer.h \ 1623 1706 $(SOPHYAINCP)pibwdggen.h \ … … 1648 1731 $(SOPHYAINCP)generaldata.h \ 1649 1732 $(SOPHYAINCP)poly.h \ 1650 $(SOPHYAINCP)generalfunc.h pistdimgapp.h \ 1733 $(SOPHYAINCP)generalfunc.h \ 1734 pistdimgapp.h \ 1651 1735 $(SOPHYAINCP)pisysdep.h \ 1652 1736 $(SOPHYAINCP)piapplx.h \ … … 1684 1768 $(SOPHYAINCP)pi3dwdg.h \ 1685 1769 $(SOPHYAINCP)pi3ddrw.h \ 1686 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1770 $(SOPHYAINCP)pigraph3d.h \ 1771 pisiadw.h \ 1687 1772 $(SOPHYAINCP)pilistx.h \ 1688 1773 $(SOPHYAINCP)pilistgen.h \ … … 1690 1775 $(SOPHYAINCP)piperiodx.h \ 1691 1776 $(SOPHYAINCP)pitherm.h \ 1692 $(SOPHYAINCP)resusage.h pihisto.h \ 1693 phistwrapper.h $(SOPHYAINCP)tmatrix.h \ 1777 $(SOPHYAINCP)resusage.h \ 1778 pihisto.h phistwrapper.h \ 1779 $(SOPHYAINCP)tmatrix.h \ 1694 1780 $(SOPHYAINCP)tvector.h 1695 1781 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pawexecut.cc 1696 1782 1697 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc $(SOPHYAINCP)sopnamsp.h \ 1783 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ 1784 $(SOPHYAINCP)sopnamsp.h \ 1698 1785 $(SOPHYAINCP)machdefs.h \ 1699 1786 $(SOPHYAINCP)histos.h \ … … 1725 1812 $(SOPHYAINCP)ntuple.h \ 1726 1813 $(SOPHYAINCP)ntupintf.h \ 1727 $(SOPHYAINCP)nbtri.h pi2dvec.h pistdimgapp.h \ 1814 $(SOPHYAINCP)nbtri.h \ 1815 pi2dvec.h pistdimgapp.h \ 1728 1816 $(SOPHYAINCP)pisysdep.h \ 1729 1817 $(SOPHYAINCP)piapplx.h \ … … 1783 1871 $(SOPHYAINCP)pi3dwdg.h \ 1784 1872 $(SOPHYAINCP)pi3ddrw.h \ 1785 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1786 $(SOPHYAINCP)anydataobj.h \ 1787 $(SOPHYAINCP)ppersist.h \ 1788 $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \ 1873 $(SOPHYAINCP)pigraph3d.h \ 1874 nobjmgr.h \ 1875 $(SOPHYAINCP)anydataobj.h \ 1876 $(SOPHYAINCP)ppersist.h \ 1877 $(SOPHYAINCP)dvlist.h \ 1878 dlftypes.h piacmd.h \ 1789 1879 $(SOPHYAINCP)commander.h \ 1790 1880 $(SOPHYAINCP)pdlmgr.h \ 1791 1881 $(SOPHYAINCP)ctimer.h \ 1792 $(SOPHYAINCP)zthread.h pisiadw.h \ 1882 $(SOPHYAINCP)zthread.h \ 1883 pisiadw.h \ 1793 1884 $(SOPHYAINCP)pilistx.h \ 1794 1885 $(SOPHYAINCP)pilistgen.h \ … … 1801 1892 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc 1802 1893 1803 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1804 piacmd.h $(SOPHYAINCP)machdefs.h \ 1894 $(SOPHYAOBJP)piacmd.o: piacmd.cc \ 1895 $(SOPHYAINCP)sopnamsp.h \ 1896 piacmd.h \ 1897 $(SOPHYAINCP)machdefs.h \ 1805 1898 $(SOPHYAINCP)commander.h \ 1806 1899 $(SOPHYAINCP)machdefs.h \ … … 1818 1911 $(SOPHYAINCP)timestamp.h \ 1819 1912 $(SOPHYAINCP)ctimer.h \ 1820 $(SOPHYAINCP)zthread.h dlftypes.h \ 1913 $(SOPHYAINCP)zthread.h \ 1914 dlftypes.h \ 1821 1915 $(SOPHYAINCP)pdlmgr.h \ 1822 1916 $(SOPHYAINCP)ctimer.h \ … … 1824 1918 $(SOPHYAINCP)strutilxx.h \ 1825 1919 $(SOPHYAINCP)srandgen.h \ 1826 $(SOPHYAINCP)randinterf.h pistdimgapp.h \ 1920 $(SOPHYAINCP)randinterf.h \ 1921 pistdimgapp.h \ 1827 1922 $(SOPHYAINCP)pisysdep.h \ 1828 1923 $(SOPHYAINCP)piapplx.h \ … … 1882 1977 $(SOPHYAINCP)pi3dwdg.h \ 1883 1978 $(SOPHYAINCP)pi3ddrw.h \ 1884 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1885 $(SOPHYAINCP)anydataobj.h \ 1886 $(SOPHYAINCP)ppersist.h \ 1887 $(SOPHYAINCP)dvlist.h pisiadw.h \ 1979 $(SOPHYAINCP)pigraph3d.h \ 1980 nobjmgr.h \ 1981 $(SOPHYAINCP)anydataobj.h \ 1982 $(SOPHYAINCP)ppersist.h \ 1983 $(SOPHYAINCP)dvlist.h \ 1984 pisiadw.h \ 1888 1985 $(SOPHYAINCP)pilistx.h \ 1889 1986 $(SOPHYAINCP)pilistgen.h \ … … 1891 1988 $(SOPHYAINCP)piperiodx.h \ 1892 1989 $(SOPHYAINCP)pitherm.h \ 1893 $(SOPHYAINCP)resusage.h basexecut.h\1894 graphexecut.h piafitting.h nomgadapter.h \1990 $(SOPHYAINCP)resusage.h \ 1991 basexecut.h graphexecut.h piafitting.h nomgadapter.h \ 1895 1992 $(SOPHYAINCP)pidrawer.h \ 1896 1993 $(SOPHYAINCP)parradapter.h \ … … 1913 2010 $(SOPHYAINCP)fmath.h \ 1914 2011 $(SOPHYAINCP)generalfunc.h \ 1915 $(SOPHYAINCP)tvector.h pawexecut.h\1916 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h2012 $(SOPHYAINCP)tvector.h \ 2013 pawexecut.h cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1917 2014 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc 1918 2015 … … 1966 2063 $(SOPHYAINCP)cimage.h \ 1967 2064 $(SOPHYAINCP)histos2.h \ 1968 $(SOPHYAINCP)hisprof.h piafitting.h \ 1969 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 2065 $(SOPHYAINCP)hisprof.h \ 2066 piafitting.h \ 2067 $(SOPHYAINCP)machdefs.h \ 2068 nomgadapter.h \ 1970 2069 $(SOPHYAINCP)ppersist.h \ 1971 2070 $(SOPHYAINCP)anydataobj.h \ … … 1995 2094 $(SOPHYAINCP)lut.h \ 1996 2095 $(SOPHYAINCP)ntupintf.h \ 1997 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 2096 $(SOPHYAINCP)pdlmgr.h \ 2097 dlftypes.h piacmd.h \ 1998 2098 $(SOPHYAINCP)commander.h \ 1999 2099 $(SOPHYAINCP)pdlmgr.h \ 2000 2100 $(SOPHYAINCP)ctimer.h \ 2001 $(SOPHYAINCP)zthread.h nobjmgr.h \ 2002 $(SOPHYAINCP)dvlist.h pistdimgapp.h \ 2101 $(SOPHYAINCP)zthread.h \ 2102 nobjmgr.h \ 2103 $(SOPHYAINCP)dvlist.h \ 2104 pistdimgapp.h \ 2003 2105 $(SOPHYAINCP)pisysdep.h \ 2004 2106 $(SOPHYAINCP)piapplx.h \ … … 2036 2138 $(SOPHYAINCP)pi3dwdg.h \ 2037 2139 $(SOPHYAINCP)pi3ddrw.h \ 2038 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 2140 $(SOPHYAINCP)pigraph3d.h \ 2141 pisiadw.h \ 2039 2142 $(SOPHYAINCP)pilistx.h \ 2040 2143 $(SOPHYAINCP)pilistgen.h \ … … 2042 2145 $(SOPHYAINCP)piperiodx.h \ 2043 2146 $(SOPHYAINCP)pitherm.h \ 2044 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 2147 $(SOPHYAINCP)resusage.h \ 2148 nomhistadapter.h \ 2045 2149 $(SOPHYAINCP)basedtable.h \ 2046 2150 $(SOPHYAINCP)segdatablock.h \ 2047 $(SOPHYAINCP)thsafeop.h nomgfdadapter.h\2048 nom imagadapter.h nomtmatvecadapter.h \2151 $(SOPHYAINCP)thsafeop.h \ 2152 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h \ 2049 2153 $(SOPHYAINCP)generaldata.h 2050 2154 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc 2051 2155 2052 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 2053 pigfd1.h $(SOPHYAINCP)generaldata.h \ 2156 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc \ 2157 $(SOPHYAINCP)sopnamsp.h \ 2158 pigfd1.h \ 2159 $(SOPHYAINCP)generaldata.h \ 2054 2160 $(SOPHYAINCP)objfio.h \ 2055 2161 $(SOPHYAINCP)machdefs.h \ … … 2103 2209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc 2104 2210 2105 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 2106 pigfd2.h $(SOPHYAINCP)generaldata.h \ 2211 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc \ 2212 $(SOPHYAINCP)sopnamsp.h \ 2213 pigfd2.h \ 2214 $(SOPHYAINCP)generaldata.h \ 2107 2215 $(SOPHYAINCP)objfio.h \ 2108 2216 $(SOPHYAINCP)machdefs.h \ … … 2159 2267 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc 2160 2268 2161 $(SOPHYAOBJP)pihisto.o: pihisto.cc pihisto.h \ 2162 $(SOPHYAINCP)pidrawer.h \ 2163 $(SOPHYAINCP)pibwdggen.h \ 2164 $(SOPHYAINCP)pisysdep.h \ 2165 $(SOPHYAINCP)machdefs.h \ 2166 $(SOPHYAINCP)piwdgx.h \ 2167 $(SOPHYAINCP)piwdggen.h \ 2168 $(SOPHYAINCP)pimsghandler.h \ 2169 $(SOPHYAINCP)picolist.h \ 2170 $(SOPHYAINCP)pipixutils.h \ 2171 $(SOPHYAINCP)picmap.h \ 2172 $(SOPHYAINCP)picmapx.h \ 2173 $(SOPHYAINCP)picmapgen.h \ 2174 $(SOPHYAINCP)pigraphx.h \ 2175 $(SOPHYAINCP)pigraphgen.h \ 2176 $(SOPHYAINCP)pifontx.h \ 2177 $(SOPHYAINCP)pifontgen.h \ 2178 $(SOPHYAINCP)pigrcoord.h \ 2179 $(SOPHYAINCP)pilineatt.h \ 2180 $(SOPHYAINCP)pigraphuc.h \ 2181 $(SOPHYAINCP)pievthandler.h \ 2182 $(SOPHYAINCP)psfile.h \ 2183 $(SOPHYAINCP)pigratt.h \ 2184 $(SOPHYAINCP)piaxes.h phistwrapper.h \ 2185 $(SOPHYAINCP)parradapter.h \ 2186 $(SOPHYAINCP)lut.h 2187 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 2188 2189 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc $(SOPHYAINCP)pisysdep.h \ 2269 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 2270 $(SOPHYAINCP)pisysdep.h \ 2190 2271 $(SOPHYAINCP)machdefs.h \ 2191 2272 $(SOPHYAINCP)piapplx.h \ … … 2204 2285 $(SOPHYAINCP)pimenugen.h \ 2205 2286 $(SOPHYAINCP)piconsenum.h \ 2206 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 2287 $(SOPHYAINCP)sopnamsp.h \ 2288 pihisto2d.h \ 2207 2289 $(SOPHYAINCP)pimenux.h \ 2208 2290 $(SOPHYAINCP)pimenubarx.h \ … … 2233 2315 $(SOPHYAINCP)piwindowgen.h \ 2234 2316 $(SOPHYAINCP)pidrawer.h \ 2235 $(SOPHYAINCP)pieldrw.h phistwrapper.h \ 2317 $(SOPHYAINCP)pieldrw.h \ 2318 phistwrapper.h \ 2236 2319 $(SOPHYAINCP)parradapter.h \ 2237 2320 $(SOPHYAINCP)lut.h \ … … 2241 2324 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc 2242 2325 2243 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 2244 $(SOPHYAINCP)machdefs.h piinit.h \ 2326 $(SOPHYAOBJP)pihisto.o: pihisto.cc pihisto.h \ 2327 $(SOPHYAINCP)pidrawer.h \ 2328 $(SOPHYAINCP)pibwdggen.h \ 2329 $(SOPHYAINCP)pisysdep.h \ 2330 $(SOPHYAINCP)machdefs.h \ 2331 $(SOPHYAINCP)piwdgx.h \ 2332 $(SOPHYAINCP)piwdggen.h \ 2333 $(SOPHYAINCP)pimsghandler.h \ 2334 $(SOPHYAINCP)picolist.h \ 2335 $(SOPHYAINCP)pipixutils.h \ 2336 $(SOPHYAINCP)picmap.h \ 2337 $(SOPHYAINCP)picmapx.h \ 2338 $(SOPHYAINCP)picmapgen.h \ 2339 $(SOPHYAINCP)pigraphx.h \ 2340 $(SOPHYAINCP)pigraphgen.h \ 2341 $(SOPHYAINCP)pifontx.h \ 2342 $(SOPHYAINCP)pifontgen.h \ 2343 $(SOPHYAINCP)pigrcoord.h \ 2344 $(SOPHYAINCP)pilineatt.h \ 2345 $(SOPHYAINCP)pigraphuc.h \ 2346 $(SOPHYAINCP)pievthandler.h \ 2347 $(SOPHYAINCP)psfile.h \ 2348 $(SOPHYAINCP)pigratt.h \ 2349 $(SOPHYAINCP)piaxes.h \ 2350 phistwrapper.h \ 2351 $(SOPHYAINCP)parradapter.h \ 2352 $(SOPHYAINCP)lut.h 2353 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc 2354 2355 $(SOPHYAOBJP)piinit.o: piinit.cc \ 2356 $(SOPHYAINCP)sopnamsp.h \ 2357 $(SOPHYAINCP)machdefs.h \ 2358 piinit.h \ 2245 2359 $(SOPHYAINCP)sambainit.h \ 2246 2360 $(SOPHYAINCP)skymapinit.h \ … … 2248 2362 $(SOPHYAINCP)machdefs.h \ 2249 2363 $(SOPHYAINCP)ntoolsinit.h \ 2250 $(SOPHYAINCP)tarrinit.h pistdimgapp.h \ 2364 $(SOPHYAINCP)tarrinit.h \ 2365 pistdimgapp.h \ 2251 2366 $(SOPHYAINCP)pisysdep.h \ 2252 2367 $(SOPHYAINCP)piapplx.h \ … … 2306 2421 $(SOPHYAINCP)pi3dwdg.h \ 2307 2422 $(SOPHYAINCP)pi3ddrw.h \ 2308 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2423 $(SOPHYAINCP)pigraph3d.h \ 2424 nobjmgr.h \ 2309 2425 $(SOPHYAINCP)anydataobj.h \ 2310 2426 $(SOPHYAINCP)ppersist.h \ … … 2319 2435 $(SOPHYAINCP)anydataobj.h \ 2320 2436 $(SOPHYAINCP)mutyv.h \ 2321 $(SOPHYAINCP)timestamp.h dlftypes.h piacmd.h \ 2437 $(SOPHYAINCP)timestamp.h \ 2438 dlftypes.h piacmd.h \ 2322 2439 $(SOPHYAINCP)commander.h \ 2323 2440 $(SOPHYAINCP)pdlmgr.h \ 2324 2441 $(SOPHYAINCP)dvlist.h \ 2325 2442 $(SOPHYAINCP)ctimer.h \ 2326 $(SOPHYAINCP)zthread.h pisiadw.h \ 2443 $(SOPHYAINCP)zthread.h \ 2444 pisiadw.h \ 2327 2445 $(SOPHYAINCP)pilistx.h \ 2328 2446 $(SOPHYAINCP)pilistgen.h \ … … 2330 2448 $(SOPHYAINCP)piperiodx.h \ 2331 2449 $(SOPHYAINCP)pitherm.h \ 2332 $(SOPHYAINCP)resusage.h servnobjm.h \ 2333 $(SOPHYAINCP)pdlmgr.h nomdvladapter.h \ 2334 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 2450 $(SOPHYAINCP)resusage.h \ 2451 servnobjm.h \ 2452 $(SOPHYAINCP)pdlmgr.h \ 2453 nomdvladapter.h nomgadapter.h \ 2454 $(SOPHYAINCP)pidrawer.h \ 2335 2455 $(SOPHYAINCP)parradapter.h \ 2336 2456 $(SOPHYAINCP)ntupintf.h \ … … 2352 2472 $(SOPHYAINCP)perrors.h \ 2353 2473 $(SOPHYAINCP)fmath.h \ 2354 $(SOPHYAINCP)generalfunc.h nomhistadapter.h \ 2474 $(SOPHYAINCP)generalfunc.h \ 2475 nomhistadapter.h \ 2355 2476 $(SOPHYAINCP)histos.h \ 2356 2477 $(SOPHYAINCP)histos2.h \ … … 2360 2481 $(SOPHYAINCP)basedtable.h \ 2361 2482 $(SOPHYAINCP)segdatablock.h \ 2362 $(SOPHYAINCP)thsafeop.h nomherradapter.h \ 2483 $(SOPHYAINCP)thsafeop.h \ 2484 nomherradapter.h \ 2363 2485 $(SOPHYAINCP)histerr.h \ 2364 $(SOPHYAINCP)hist2err.h nomgfdadapter.h \ 2365 nomimagadapter.h $(SOPHYAINCP)cimage.h \ 2366 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 2367 $(SOPHYAINCP)tmatrix.h \ 2368 $(SOPHYAINCP)generaldata.h nomtarradapter.h \ 2486 $(SOPHYAINCP)hist2err.h \ 2487 nomgfdadapter.h nomimagadapter.h \ 2488 $(SOPHYAINCP)cimage.h \ 2489 $(SOPHYAINCP)fioarr.h \ 2490 nomtmatvecadapter.h \ 2491 $(SOPHYAINCP)tmatrix.h \ 2492 $(SOPHYAINCP)generaldata.h \ 2493 nomtarradapter.h \ 2369 2494 $(SOPHYAINCP)tarray.h \ 2370 2495 $(SOPHYAINCP)datatable.h \ … … 2373 2498 $(SOPHYAINCP)swsegdb.h \ 2374 2499 $(SOPHYAINCP)ppfswapper.h \ 2375 $(SOPHYAINCP)ppftpointerio.h nomskymapadapter.h \ 2500 $(SOPHYAINCP)ppftpointerio.h \ 2501 nomskymapadapter.h \ 2376 2502 $(SOPHYAINCP)pixelmap.h \ 2377 2503 $(SOPHYAINCP)spherepos.h \ … … 2391 2517 $(SOPHYAINCP)specrespvector.h \ 2392 2518 $(SOPHYAINCP)specresp.h \ 2393 $(SOPHYAINCP)gaussfilt.h nomspecrespadapter.h \ 2394 $(SOPHYAINCP)specresp.h piaversion.h 2519 $(SOPHYAINCP)gaussfilt.h \ 2520 nomspecrespadapter.h \ 2521 $(SOPHYAINCP)specresp.h \ 2522 piaversion.h 2395 2523 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc 2396 2524 2397 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc $(SOPHYAINCP)sopnamsp.h \ 2398 pintup3d.h $(SOPHYAINCP)ntupintf.h \ 2525 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 2526 $(SOPHYAINCP)sopnamsp.h \ 2527 pintup3d.h \ 2528 $(SOPHYAINCP)ntupintf.h \ 2399 2529 $(SOPHYAINCP)machdefs.h \ 2400 2530 $(SOPHYAINCP)pi3ddrw.h \ … … 2425 2555 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc 2426 2556 2427 $(SOPHYAOBJP)pintuple.o: pintuple.cc $(SOPHYAINCP)sopnamsp.h \ 2428 pintuple.h $(SOPHYAINCP)ntupintf.h \ 2557 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 2558 $(SOPHYAINCP)sopnamsp.h \ 2559 pintuple.h \ 2560 $(SOPHYAINCP)ntupintf.h \ 2429 2561 $(SOPHYAINCP)machdefs.h \ 2430 2562 $(SOPHYAINCP)pidrawer.h \ … … 2452 2584 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc 2453 2585 2454 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc $(SOPHYAINCP)sopnamsp.h \ 2455 pipodrw.h $(SOPHYAINCP)machdefs.h \ 2586 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 2587 $(SOPHYAINCP)sopnamsp.h \ 2588 pipodrw.h \ 2589 $(SOPHYAINCP)machdefs.h \ 2456 2590 $(SOPHYAINCP)pidrawer.h \ 2457 2591 $(SOPHYAINCP)pibwdggen.h \ … … 2513 2647 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc 2514 2648 2515 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc $(SOPHYAINCP)sopnamsp.h \ 2649 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 2650 $(SOPHYAINCP)sopnamsp.h \ 2516 2651 $(SOPHYAINCP)machdefs.h \ 2517 2652 $(SOPHYAINCP)perrors.h \ … … 2520 2655 $(SOPHYAINCP)ctimer.h \ 2521 2656 $(SOPHYAINCP)nbmath.h \ 2522 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 2657 $(SOPHYAINCP)smathconst.h \ 2658 pistdimgapp.h \ 2523 2659 $(SOPHYAINCP)pisysdep.h \ 2524 2660 $(SOPHYAINCP)piapplx.h \ … … 2578 2714 $(SOPHYAINCP)pi3dwdg.h \ 2579 2715 $(SOPHYAINCP)pi3ddrw.h \ 2580 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2716 $(SOPHYAINCP)pigraph3d.h \ 2717 nobjmgr.h \ 2581 2718 $(SOPHYAINCP)anydataobj.h \ 2582 2719 $(SOPHYAINCP)ppersist.h \ … … 2590 2727 $(SOPHYAINCP)anydataobj.h \ 2591 2728 $(SOPHYAINCP)mutyv.h \ 2592 $(SOPHYAINCP)timestamp.h dlftypes.h piacmd.h \ 2729 $(SOPHYAINCP)timestamp.h \ 2730 dlftypes.h piacmd.h \ 2593 2731 $(SOPHYAINCP)commander.h \ 2594 2732 $(SOPHYAINCP)pdlmgr.h \ 2595 2733 $(SOPHYAINCP)dvlist.h \ 2596 2734 $(SOPHYAINCP)ctimer.h \ 2597 $(SOPHYAINCP)zthread.h pisiadw.h \ 2735 $(SOPHYAINCP)zthread.h \ 2736 pisiadw.h \ 2598 2737 $(SOPHYAINCP)pilistx.h \ 2599 2738 $(SOPHYAINCP)pilistgen.h \ … … 2601 2740 $(SOPHYAINCP)piperiodx.h \ 2602 2741 $(SOPHYAINCP)pitherm.h \ 2603 $(SOPHYAINCP)resusage.h servnobjm.h \ 2742 $(SOPHYAINCP)resusage.h \ 2743 servnobjm.h \ 2604 2744 $(SOPHYAINCP)pdlmgr.h 2605 2745 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc … … 2635 2775 $(SOPHYAINCP)fioarr.h \ 2636 2776 $(SOPHYAINCP)tvector.h \ 2637 $(SOPHYAINCP)tvector_tsnl.h pistdimgapp.h \ 2777 $(SOPHYAINCP)tvector_tsnl.h \ 2778 pistdimgapp.h \ 2638 2779 $(SOPHYAINCP)pisysdep.h \ 2639 2780 $(SOPHYAINCP)piapplx.h \ … … 2693 2834 $(SOPHYAINCP)pi3dwdg.h \ 2694 2835 $(SOPHYAINCP)pi3ddrw.h \ 2695 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2696 $(SOPHYAINCP)anydataobj.h \ 2697 $(SOPHYAINCP)ppersist.h \ 2698 $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \ 2836 $(SOPHYAINCP)pigraph3d.h \ 2837 nobjmgr.h \ 2838 $(SOPHYAINCP)anydataobj.h \ 2839 $(SOPHYAINCP)ppersist.h \ 2840 $(SOPHYAINCP)dvlist.h \ 2841 dlftypes.h piacmd.h \ 2699 2842 $(SOPHYAINCP)commander.h \ 2700 2843 $(SOPHYAINCP)pdlmgr.h \ 2701 2844 $(SOPHYAINCP)ctimer.h \ 2702 $(SOPHYAINCP)zthread.h pisiadw.h \ 2845 $(SOPHYAINCP)zthread.h \ 2846 pisiadw.h \ 2703 2847 $(SOPHYAINCP)pilistx.h \ 2704 2848 $(SOPHYAINCP)pilistgen.h \ … … 2706 2850 $(SOPHYAINCP)piperiodx.h \ 2707 2851 $(SOPHYAINCP)pitherm.h \ 2708 $(SOPHYAINCP)resusage.h servnobjm.h \ 2852 $(SOPHYAINCP)resusage.h \ 2853 servnobjm.h \ 2709 2854 $(SOPHYAINCP)pdlmgr.h \ 2710 2855 $(SOPHYAINCP)psfile.h \ … … 2714 2859 $(SOPHYAINCP)pidrwtools.h \ 2715 2860 $(SOPHYAINCP)piaxestools.h \ 2716 $(SOPHYAINCP)piscdrawwdg.h piinit.h \ 2861 $(SOPHYAINCP)piscdrawwdg.h \ 2862 piinit.h \ 2717 2863 $(SOPHYAINCP)sambainit.h \ 2718 2864 $(SOPHYAINCP)skymapinit.h \ … … 2720 2866 $(SOPHYAINCP)ntoolsinit.h \ 2721 2867 $(SOPHYAINCP)tarrinit.h \ 2722 $(SOPHYAINCP)piversion.h piaversion.h 2868 $(SOPHYAINCP)piversion.h \ 2869 piaversion.h 2723 2870 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc 2724 2871 2725 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc $(SOPHYAINCP)sopnamsp.h \ 2726 pitvmaad.h $(SOPHYAINCP)machdefs.h \ 2872 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2873 $(SOPHYAINCP)sopnamsp.h \ 2874 pitvmaad.h \ 2875 $(SOPHYAINCP)machdefs.h \ 2727 2876 $(SOPHYAINCP)parradapter.h \ 2728 2877 $(SOPHYAINCP)machdefs.h \ … … 2752 2901 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc 2753 2902 2754 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc $(SOPHYAINCP)sopnamsp.h \ 2755 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2903 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2904 $(SOPHYAINCP)sopnamsp.h \ 2905 $(SOPHYAINCP)strutil.h \ 2906 nobjmgr.h \ 2756 2907 $(SOPHYAINCP)machdefs.h \ 2757 2908 $(SOPHYAINCP)anydataobj.h \ … … 2768 2919 $(SOPHYAINCP)anydataobj.h \ 2769 2920 $(SOPHYAINCP)mutyv.h \ 2770 $(SOPHYAINCP)timestamp.h dlftypes.h servnobjm.h \ 2921 $(SOPHYAINCP)timestamp.h \ 2922 dlftypes.h servnobjm.h \ 2771 2923 $(SOPHYAINCP)pdlmgr.h \ 2772 $(SOPHYAINCP)zthread.h nomgadapter.h \ 2924 $(SOPHYAINCP)zthread.h \ 2925 nomgadapter.h \ 2773 2926 $(SOPHYAINCP)pidrawer.h \ 2774 2927 $(SOPHYAINCP)pibwdggen.h \ … … 2814 2967 $(SOPHYAINCP)perrors.h \ 2815 2968 $(SOPHYAINCP)fmath.h \ 2816 $(SOPHYAINCP)generalfunc.h pistdimgapp.h \ 2969 $(SOPHYAINCP)generalfunc.h \ 2970 pistdimgapp.h \ 2817 2971 $(SOPHYAINCP)pisysdep.h \ 2818 2972 $(SOPHYAINCP)piapplx.h \ … … 2850 3004 $(SOPHYAINCP)pi3dwdg.h \ 2851 3005 $(SOPHYAINCP)pi3ddrw.h \ 2852 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 3006 $(SOPHYAINCP)pigraph3d.h \ 3007 piacmd.h \ 2853 3008 $(SOPHYAINCP)commander.h \ 2854 3009 $(SOPHYAINCP)pdlmgr.h \ 2855 $(SOPHYAINCP)ctimer.h pisiadw.h \ 3010 $(SOPHYAINCP)ctimer.h \ 3011 pisiadw.h \ 2856 3012 $(SOPHYAINCP)pilistx.h \ 2857 3013 $(SOPHYAINCP)pilistgen.h \ … … 2865 3021 $(SOPHYAINCP)tmatrix.h \ 2866 3022 $(SOPHYAINCP)tvector.h \ 2867 $(SOPHYAINCP)matharr.h pitvmaad.h \ 3023 $(SOPHYAINCP)matharr.h \ 3024 pitvmaad.h \ 2868 3025 $(SOPHYAINCP)ntuple.h \ 2869 3026 $(SOPHYAINCP)cimage.h \ … … 2878 3035 $(SOPHYAINCP)thsafeop.h \ 2879 3036 $(SOPHYAINCP)piyfxdrw.h \ 2880 $(SOPHYAINCP)pisurfdr.h pintuple.h pintup3d.h \ 2881 $(SOPHYAINCP)pi3ddrw.h pipodrw.h \ 3037 $(SOPHYAINCP)pisurfdr.h \ 3038 pintuple.h pintup3d.h \ 3039 $(SOPHYAINCP)pi3ddrw.h \ 3040 pipodrw.h \ 2882 3041 $(SOPHYAINCP)hist2err.h 2883 3042 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc
Note:
See TracChangeset
for help on using the changeset viewer.