Changeset 3075 in Sophya


Ignore:
Timestamp:
Sep 14, 2006, 11:43:30 AM (19 years ago)
Author:
cmv
Message:

remplacement nbrandom.h (obsolete) -> srandgen.h cmv 14/09/2006

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/MinuitAdapt/testminuit.cc

    r2743 r3075  
    1010
    1111#include "sopnamsp.h"
    12 #include "nbrandom.h"
     12#include "srandgen.h"
    1313#include "minuitadapt.h"
    1414
  • trunk/SophyaLib/NTools/Makefile

    r3007 r3075  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \
    14   $(SOPHYAINCP)machdefs.h \
    15   $(SOPHYAINCP)pexceptions.h \
    16   $(SOPHYAINCP)machdefs.h cimage.h \
    17   $(SOPHYAINCP)tmatrix.h \
    18   $(SOPHYAINCP)tarray.h \
    19   $(SOPHYAINCP)basarr.h \
    20   $(SOPHYAINCP)anydataobj.h \
    21   $(SOPHYAINCP)mutyv.h \
    22   $(SOPHYAINCP)timestamp.h \
    23   $(SOPHYAINCP)objfio.h \
    24   $(SOPHYAINCP)ppersist.h \
    25   $(SOPHYAINCP)pexceptions.h \
     13$(SOPHYAOBJP)cimage.o: cimage.cc \
     14  $(SOPHYAINCP)sopnamsp.h \
     15  $(SOPHYAINCP)machdefs.h \
     16  $(SOPHYAINCP)pexceptions.h \
     17  cimage.h $(SOPHYAINCP)tmatrix.h \
     18  $(SOPHYAINCP)tarray.h \
     19  $(SOPHYAINCP)basarr.h \
     20  $(SOPHYAINCP)anydataobj.h \
     21  $(SOPHYAINCP)mutyv.h \
     22  $(SOPHYAINCP)timestamp.h \
     23  $(SOPHYAINCP)objfio.h \
     24  $(SOPHYAINCP)ppersist.h \
    2625  $(SOPHYAINCP)gnumd5.h \
    2726  $(SOPHYAINCP)ppfbinstream.h \
     
    3332  $(SOPHYAINCP)tmatrix_tsnl.h \
    3433  $(SOPHYAINCP)fioarr.h \
    35   $(SOPHYAINCP)tmatrix.h \
    3634  $(SOPHYAINCP)tvector.h \
    3735  $(SOPHYAINCP)tvector_tsnl.h \
     
    4139$(SOPHYAOBJP)cspline.o: cspline.cc \
    4240  $(SOPHYAINCP)sopnamsp.h \
    43   $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \
    44   $(SOPHYAINCP)pexceptions.h \
    45   $(SOPHYAINCP)machdefs.h
     41  $(SOPHYAINCP)machdefs.h nbtri.h \
     42  cspline.h \
     43  $(SOPHYAINCP)pexceptions.h
    4644        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cspline.cc
    4745 
    4846$(SOPHYAOBJP)datatypes.o: datatypes.cc \
    49   $(SOPHYAINCP)sopnamsp.h datatypes.h \
     47  $(SOPHYAINCP)sopnamsp.h \
     48  datatypes.h \
    5049  $(SOPHYAINCP)machdefs.h
    5150        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatypes.cc
    5251 
    53 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \
     52$(SOPHYAOBJP)dates.o: dates.cc \
     53  $(SOPHYAINCP)sopnamsp.h \
    5454  $(SOPHYAINCP)machdefs.h \
    5555  $(SOPHYAINCP)perrors.h \
    5656  $(SOPHYAINCP)pexceptions.h \
    57   $(SOPHYAINCP)machdefs.h dates.h \
    58   $(SOPHYAINCP)pexceptions.h
     57  dates.h
    5958        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dates.cc
    6059 
    61 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \
    62   difeq.h $(SOPHYAINCP)machdefs.h \
    63   $(SOPHYAINCP)pexceptions.h \
    64   $(SOPHYAINCP)machdefs.h \
    65   $(SOPHYAINCP)tvector.h \
    66   $(SOPHYAINCP)tmatrix.h \
    67   $(SOPHYAINCP)tarray.h \
    68   $(SOPHYAINCP)basarr.h \
    69   $(SOPHYAINCP)anydataobj.h \
    70   $(SOPHYAINCP)mutyv.h \
    71   $(SOPHYAINCP)timestamp.h \
    72   $(SOPHYAINCP)objfio.h \
    73   $(SOPHYAINCP)ppersist.h \
    74   $(SOPHYAINCP)pexceptions.h \
     60$(SOPHYAOBJP)difeq.o: difeq.cc \
     61  $(SOPHYAINCP)sopnamsp.h difeq.h \
     62  $(SOPHYAINCP)machdefs.h \
     63  $(SOPHYAINCP)pexceptions.h \
     64  $(SOPHYAINCP)tvector.h \
     65  $(SOPHYAINCP)tmatrix.h \
     66  $(SOPHYAINCP)tarray.h \
     67  $(SOPHYAINCP)basarr.h \
     68  $(SOPHYAINCP)anydataobj.h \
     69  $(SOPHYAINCP)mutyv.h \
     70  $(SOPHYAINCP)timestamp.h \
     71  $(SOPHYAINCP)objfio.h \
     72  $(SOPHYAINCP)ppersist.h \
    7573  $(SOPHYAINCP)gnumd5.h \
    7674  $(SOPHYAINCP)ppfbinstream.h \
     
    8583        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  difeq.cc
    8684 
    87 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \
    88   $(SOPHYAINCP)machdefs.h fmath.h perandom.h \
    89   $(SOPHYAINCP)histos.h \
    90   $(SOPHYAINCP)objfio.h \
    91   $(SOPHYAINCP)machdefs.h \
     85$(SOPHYAOBJP)dynccd.o: dynccd.cc \
     86  $(SOPHYAINCP)sopnamsp.h \
     87  $(SOPHYAINCP)machdefs.h fmath.h \
     88  perandom.h $(SOPHYAINCP)histos.h \
     89  $(SOPHYAINCP)objfio.h \
    9290  $(SOPHYAINCP)anydataobj.h \
    9391  $(SOPHYAINCP)ppersist.h \
     
    111109  $(SOPHYAINCP)utilarr.h \
    112110  $(SOPHYAINCP)tmatrix_tsnl.h \
    113   $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \
     111  $(SOPHYAINCP)tvector_tsnl.h \
    114112  $(SOPHYAINCP)srandgen.h cimage.h \
    115   $(SOPHYAINCP)tmatrix.h \
    116   $(SOPHYAINCP)fioarr.h dynccd.h \
    117   $(SOPHYAINCP)pexceptions.h \
    118   $(SOPHYAINCP)ppersist.h
     113  $(SOPHYAINCP)fioarr.h dynccd.h
    119114        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dynccd.cc
    120115 
    121116$(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \
    122117  $(SOPHYAINCP)sopnamsp.h \
    123   $(SOPHYAINCP)machdefs.h fct1dfit.h \
    124   generalfit.h $(SOPHYAINCP)pexceptions.h \
    125   $(SOPHYAINCP)machdefs.h \
    126   $(SOPHYAINCP)tvector.h \
    127   $(SOPHYAINCP)tmatrix.h \
    128   $(SOPHYAINCP)tarray.h \
    129   $(SOPHYAINCP)basarr.h \
    130   $(SOPHYAINCP)anydataobj.h \
    131   $(SOPHYAINCP)mutyv.h \
    132   $(SOPHYAINCP)timestamp.h \
    133   $(SOPHYAINCP)objfio.h \
    134   $(SOPHYAINCP)ppersist.h \
    135   $(SOPHYAINCP)pexceptions.h \
    136   $(SOPHYAINCP)gnumd5.h \
    137   $(SOPHYAINCP)ppfbinstream.h \
    138   $(SOPHYAINCP)rawstream.h \
    139   $(SOPHYAINCP)ppfnametag.h \
    140   $(SOPHYAINCP)dvlist.h \
    141   $(SOPHYAINCP)ndatablock.h \
    142   $(SOPHYAINCP)utilarr.h \
    143   $(SOPHYAINCP)tmatrix_tsnl.h \
    144   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    145   $(SOPHYAINCP)objfio.h \
    146   $(SOPHYAINCP)ppersist.h \
    147   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    148   $(SOPHYAINCP)utils.h \
     118  $(SOPHYAINCP)machdefs.h \
     119  fct1dfit.h generalfit.h \
     120  $(SOPHYAINCP)pexceptions.h \
     121  $(SOPHYAINCP)tvector.h \
     122  $(SOPHYAINCP)tmatrix.h \
     123  $(SOPHYAINCP)tarray.h \
     124  $(SOPHYAINCP)basarr.h \
     125  $(SOPHYAINCP)anydataobj.h \
     126  $(SOPHYAINCP)mutyv.h \
     127  $(SOPHYAINCP)timestamp.h \
     128  $(SOPHYAINCP)objfio.h \
     129  $(SOPHYAINCP)ppersist.h \
     130  $(SOPHYAINCP)gnumd5.h \
     131  $(SOPHYAINCP)ppfbinstream.h \
     132  $(SOPHYAINCP)rawstream.h \
     133  $(SOPHYAINCP)ppfnametag.h \
     134  $(SOPHYAINCP)dvlist.h \
     135  $(SOPHYAINCP)ndatablock.h \
     136  $(SOPHYAINCP)utilarr.h \
     137  $(SOPHYAINCP)tmatrix_tsnl.h \
     138  $(SOPHYAINCP)tvector_tsnl.h \
     139  generaldata.h \
     140  $(SOPHYAINCP)ntupintf.h poly.h \
     141  peida.h $(SOPHYAINCP)utils.h \
    149142  $(SOPHYAINCP)perrors.h fmath.h \
    150   $(SOPHYAINCP)anydataobj.h nbconst.h \
    151   tabmath.h
     143  nbconst.h tabmath.h
    152144        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fct1dfit.cc
    153145 
    154146$(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \
    155147  $(SOPHYAINCP)sopnamsp.h \
    156   $(SOPHYAINCP)machdefs.h fct2dfit.h \
    157   generalfit.h $(SOPHYAINCP)pexceptions.h \
    158   $(SOPHYAINCP)machdefs.h \
    159   $(SOPHYAINCP)tvector.h \
    160   $(SOPHYAINCP)tmatrix.h \
    161   $(SOPHYAINCP)tarray.h \
    162   $(SOPHYAINCP)basarr.h \
    163   $(SOPHYAINCP)anydataobj.h \
    164   $(SOPHYAINCP)mutyv.h \
    165   $(SOPHYAINCP)timestamp.h \
    166   $(SOPHYAINCP)objfio.h \
    167   $(SOPHYAINCP)ppersist.h \
    168   $(SOPHYAINCP)pexceptions.h \
    169   $(SOPHYAINCP)gnumd5.h \
    170   $(SOPHYAINCP)ppfbinstream.h \
    171   $(SOPHYAINCP)rawstream.h \
    172   $(SOPHYAINCP)ppfnametag.h \
    173   $(SOPHYAINCP)dvlist.h \
    174   $(SOPHYAINCP)ndatablock.h \
    175   $(SOPHYAINCP)utilarr.h \
    176   $(SOPHYAINCP)tmatrix_tsnl.h \
    177   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    178   $(SOPHYAINCP)objfio.h \
    179   $(SOPHYAINCP)ppersist.h \
    180   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    181   $(SOPHYAINCP)utils.h \
     148  $(SOPHYAINCP)machdefs.h \
     149  fct2dfit.h generalfit.h \
     150  $(SOPHYAINCP)pexceptions.h \
     151  $(SOPHYAINCP)tvector.h \
     152  $(SOPHYAINCP)tmatrix.h \
     153  $(SOPHYAINCP)tarray.h \
     154  $(SOPHYAINCP)basarr.h \
     155  $(SOPHYAINCP)anydataobj.h \
     156  $(SOPHYAINCP)mutyv.h \
     157  $(SOPHYAINCP)timestamp.h \
     158  $(SOPHYAINCP)objfio.h \
     159  $(SOPHYAINCP)ppersist.h \
     160  $(SOPHYAINCP)gnumd5.h \
     161  $(SOPHYAINCP)ppfbinstream.h \
     162  $(SOPHYAINCP)rawstream.h \
     163  $(SOPHYAINCP)ppfnametag.h \
     164  $(SOPHYAINCP)dvlist.h \
     165  $(SOPHYAINCP)ndatablock.h \
     166  $(SOPHYAINCP)utilarr.h \
     167  $(SOPHYAINCP)tmatrix_tsnl.h \
     168  $(SOPHYAINCP)tvector_tsnl.h \
     169  generaldata.h \
     170  $(SOPHYAINCP)ntupintf.h poly.h \
     171  peida.h $(SOPHYAINCP)utils.h \
    182172  $(SOPHYAINCP)perrors.h fmath.h \
    183   $(SOPHYAINCP)anydataobj.h nbconst.h \
    184   tabmath.h simps2d.h
     173  nbconst.h tabmath.h simps2d.h
    185174        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fct2dfit.cc
    186175 
    187176$(SOPHYAOBJP)fftmserver.o: fftmserver.cc \
    188   $(SOPHYAINCP)sopnamsp.h fftmserver.h \
    189   fftservintf.h $(SOPHYAINCP)machdefs.h \
    190   $(SOPHYAINCP)pexceptions.h \
    191   $(SOPHYAINCP)machdefs.h \
    192   $(SOPHYAINCP)tmatrix.h \
    193   $(SOPHYAINCP)tarray.h \
    194   $(SOPHYAINCP)basarr.h \
    195   $(SOPHYAINCP)anydataobj.h \
    196   $(SOPHYAINCP)mutyv.h \
    197   $(SOPHYAINCP)timestamp.h \
    198   $(SOPHYAINCP)objfio.h \
    199   $(SOPHYAINCP)ppersist.h \
    200   $(SOPHYAINCP)pexceptions.h \
    201   $(SOPHYAINCP)gnumd5.h \
    202   $(SOPHYAINCP)ppfbinstream.h \
    203   $(SOPHYAINCP)rawstream.h \
    204   $(SOPHYAINCP)ppfnametag.h \
    205   $(SOPHYAINCP)dvlist.h \
    206   $(SOPHYAINCP)ndatablock.h \
    207   $(SOPHYAINCP)utilarr.h \
    208   $(SOPHYAINCP)tmatrix_tsnl.h \
    209   $(SOPHYAINCP)tvector.h \
    210   $(SOPHYAINCP)tmatrix.h \
    211   $(SOPHYAINCP)tvector_tsnl.h fftmayer.h
     177  $(SOPHYAINCP)sopnamsp.h \
     178  fftmserver.h fftservintf.h \
     179  $(SOPHYAINCP)machdefs.h \
     180  $(SOPHYAINCP)pexceptions.h \
     181  $(SOPHYAINCP)tmatrix.h \
     182  $(SOPHYAINCP)tarray.h \
     183  $(SOPHYAINCP)basarr.h \
     184  $(SOPHYAINCP)anydataobj.h \
     185  $(SOPHYAINCP)mutyv.h \
     186  $(SOPHYAINCP)timestamp.h \
     187  $(SOPHYAINCP)objfio.h \
     188  $(SOPHYAINCP)ppersist.h \
     189  $(SOPHYAINCP)gnumd5.h \
     190  $(SOPHYAINCP)ppfbinstream.h \
     191  $(SOPHYAINCP)rawstream.h \
     192  $(SOPHYAINCP)ppfnametag.h \
     193  $(SOPHYAINCP)dvlist.h \
     194  $(SOPHYAINCP)ndatablock.h \
     195  $(SOPHYAINCP)utilarr.h \
     196  $(SOPHYAINCP)tmatrix_tsnl.h \
     197  $(SOPHYAINCP)tvector.h \
     198  $(SOPHYAINCP)tvector_tsnl.h \
     199  fftmayer.h
    212200        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftmserver.cc
    213201 
    214202$(SOPHYAOBJP)fftpserver.o: fftpserver.cc \
    215   $(SOPHYAINCP)sopnamsp.h fftpserver.h \
    216   fftservintf.h $(SOPHYAINCP)machdefs.h \
    217   $(SOPHYAINCP)pexceptions.h \
    218   $(SOPHYAINCP)machdefs.h \
    219   $(SOPHYAINCP)tmatrix.h \
    220   $(SOPHYAINCP)tarray.h \
    221   $(SOPHYAINCP)basarr.h \
    222   $(SOPHYAINCP)anydataobj.h \
    223   $(SOPHYAINCP)mutyv.h \
    224   $(SOPHYAINCP)timestamp.h \
    225   $(SOPHYAINCP)objfio.h \
    226   $(SOPHYAINCP)ppersist.h \
    227   $(SOPHYAINCP)pexceptions.h \
    228   $(SOPHYAINCP)gnumd5.h \
    229   $(SOPHYAINCP)ppfbinstream.h \
    230   $(SOPHYAINCP)rawstream.h \
    231   $(SOPHYAINCP)ppfnametag.h \
    232   $(SOPHYAINCP)dvlist.h \
    233   $(SOPHYAINCP)ndatablock.h \
    234   $(SOPHYAINCP)utilarr.h \
    235   $(SOPHYAINCP)tmatrix_tsnl.h \
    236   $(SOPHYAINCP)tvector.h \
    237   $(SOPHYAINCP)tmatrix.h \
    238   $(SOPHYAINCP)tvector_tsnl.h fftpackc.h
     203  $(SOPHYAINCP)sopnamsp.h \
     204  fftpserver.h fftservintf.h \
     205  $(SOPHYAINCP)machdefs.h \
     206  $(SOPHYAINCP)pexceptions.h \
     207  $(SOPHYAINCP)tmatrix.h \
     208  $(SOPHYAINCP)tarray.h \
     209  $(SOPHYAINCP)basarr.h \
     210  $(SOPHYAINCP)anydataobj.h \
     211  $(SOPHYAINCP)mutyv.h \
     212  $(SOPHYAINCP)timestamp.h \
     213  $(SOPHYAINCP)objfio.h \
     214  $(SOPHYAINCP)ppersist.h \
     215  $(SOPHYAINCP)gnumd5.h \
     216  $(SOPHYAINCP)ppfbinstream.h \
     217  $(SOPHYAINCP)rawstream.h \
     218  $(SOPHYAINCP)ppfnametag.h \
     219  $(SOPHYAINCP)dvlist.h \
     220  $(SOPHYAINCP)ndatablock.h \
     221  $(SOPHYAINCP)utilarr.h \
     222  $(SOPHYAINCP)tmatrix_tsnl.h \
     223  $(SOPHYAINCP)tvector.h \
     224  $(SOPHYAINCP)tvector_tsnl.h \
     225  fftpackc.h
    239226        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftpserver.cc
    240227 
    241228$(SOPHYAOBJP)fftservintf.o: fftservintf.cc \
    242   $(SOPHYAINCP)sopnamsp.h fftservintf.h \
    243   $(SOPHYAINCP)machdefs.h \
    244   $(SOPHYAINCP)pexceptions.h \
    245   $(SOPHYAINCP)machdefs.h \
    246   $(SOPHYAINCP)tmatrix.h \
    247   $(SOPHYAINCP)tarray.h \
    248   $(SOPHYAINCP)basarr.h \
    249   $(SOPHYAINCP)anydataobj.h \
    250   $(SOPHYAINCP)mutyv.h \
    251   $(SOPHYAINCP)timestamp.h \
    252   $(SOPHYAINCP)objfio.h \
    253   $(SOPHYAINCP)ppersist.h \
    254   $(SOPHYAINCP)pexceptions.h \
    255   $(SOPHYAINCP)gnumd5.h \
    256   $(SOPHYAINCP)ppfbinstream.h \
    257   $(SOPHYAINCP)rawstream.h \
    258   $(SOPHYAINCP)ppfnametag.h \
    259   $(SOPHYAINCP)dvlist.h \
    260   $(SOPHYAINCP)ndatablock.h \
    261   $(SOPHYAINCP)utilarr.h \
    262   $(SOPHYAINCP)tmatrix_tsnl.h \
    263   $(SOPHYAINCP)tvector.h \
    264   $(SOPHYAINCP)tmatrix.h \
     229  $(SOPHYAINCP)sopnamsp.h \
     230  fftservintf.h \
     231  $(SOPHYAINCP)machdefs.h \
     232  $(SOPHYAINCP)pexceptions.h \
     233  $(SOPHYAINCP)tmatrix.h \
     234  $(SOPHYAINCP)tarray.h \
     235  $(SOPHYAINCP)basarr.h \
     236  $(SOPHYAINCP)anydataobj.h \
     237  $(SOPHYAINCP)mutyv.h \
     238  $(SOPHYAINCP)timestamp.h \
     239  $(SOPHYAINCP)objfio.h \
     240  $(SOPHYAINCP)ppersist.h \
     241  $(SOPHYAINCP)gnumd5.h \
     242  $(SOPHYAINCP)ppfbinstream.h \
     243  $(SOPHYAINCP)rawstream.h \
     244  $(SOPHYAINCP)ppfnametag.h \
     245  $(SOPHYAINCP)dvlist.h \
     246  $(SOPHYAINCP)ndatablock.h \
     247  $(SOPHYAINCP)utilarr.h \
     248  $(SOPHYAINCP)tmatrix_tsnl.h \
     249  $(SOPHYAINCP)tvector.h \
    265250  $(SOPHYAINCP)tvector_tsnl.h
    266251        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftservintf.cc
    267252 
    268253$(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \
    269   $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \
     254  $(SOPHYAINCP)sopnamsp.h \
     255  FSAppIrrSmpl.h \
    270256  $(SOPHYAINCP)machdefs.h nbmath.h \
    271257  $(SOPHYAINCP)smathconst.h \
    272   $(SOPHYAINCP)machdefs.h \
    273258  $(SOPHYAINCP)timing.h \
    274259  $(SOPHYAINCP)array.h \
     
    294279  $(SOPHYAINCP)matharr.h \
    295280  $(SOPHYAINCP)fioarr.h \
    296   $(SOPHYAINCP)sopemtx.h fftservintf.h \
    297   $(SOPHYAINCP)pexceptions.h \
    298   $(SOPHYAINCP)tmatrix.h \
    299   $(SOPHYAINCP)tvector.h fftpserver.h \
    300   toeplitzMatrix.h
     281  $(SOPHYAINCP)sopemtx.h \
     282  fftservintf.h fftpserver.h toeplitzMatrix.h
    301283        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  FSAppIrrSmpl.cc
    302284 
     
    305287  $(SOPHYAINCP)machdefs.h \
    306288  $(SOPHYAINCP)pexceptions.h \
    307   $(SOPHYAINCP)machdefs.h functab.h \
    308   $(SOPHYAINCP)tvector.h \
    309   $(SOPHYAINCP)tmatrix.h \
    310   $(SOPHYAINCP)tarray.h \
    311   $(SOPHYAINCP)basarr.h \
    312   $(SOPHYAINCP)anydataobj.h \
    313   $(SOPHYAINCP)mutyv.h \
    314   $(SOPHYAINCP)timestamp.h \
    315   $(SOPHYAINCP)objfio.h \
    316   $(SOPHYAINCP)ppersist.h \
    317   $(SOPHYAINCP)pexceptions.h \
    318   $(SOPHYAINCP)gnumd5.h \
    319   $(SOPHYAINCP)ppfbinstream.h \
    320   $(SOPHYAINCP)rawstream.h \
    321   $(SOPHYAINCP)ppfnametag.h \
    322   $(SOPHYAINCP)dvlist.h \
    323   $(SOPHYAINCP)ndatablock.h \
    324   $(SOPHYAINCP)utilarr.h \
    325   $(SOPHYAINCP)tmatrix_tsnl.h \
    326   $(SOPHYAINCP)tvector_tsnl.h \
    327   $(SOPHYAINCP)tarray.h
     289  functab.h $(SOPHYAINCP)tvector.h \
     290  $(SOPHYAINCP)tmatrix.h \
     291  $(SOPHYAINCP)tarray.h \
     292  $(SOPHYAINCP)basarr.h \
     293  $(SOPHYAINCP)anydataobj.h \
     294  $(SOPHYAINCP)mutyv.h \
     295  $(SOPHYAINCP)timestamp.h \
     296  $(SOPHYAINCP)objfio.h \
     297  $(SOPHYAINCP)ppersist.h \
     298  $(SOPHYAINCP)gnumd5.h \
     299  $(SOPHYAINCP)ppfbinstream.h \
     300  $(SOPHYAINCP)rawstream.h \
     301  $(SOPHYAINCP)ppfnametag.h \
     302  $(SOPHYAINCP)dvlist.h \
     303  $(SOPHYAINCP)ndatablock.h \
     304  $(SOPHYAINCP)utilarr.h \
     305  $(SOPHYAINCP)tmatrix_tsnl.h \
     306  $(SOPHYAINCP)tvector_tsnl.h
    328307        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  functab.cc
    329308 
     
    332311  $(SOPHYAINCP)machdefs.h \
    333312  $(SOPHYAINCP)strutil.h nbtri.h \
    334   generalfit.h $(SOPHYAINCP)pexceptions.h \
    335   $(SOPHYAINCP)machdefs.h \
    336   $(SOPHYAINCP)tvector.h \
    337   $(SOPHYAINCP)tmatrix.h \
    338   $(SOPHYAINCP)tarray.h \
    339   $(SOPHYAINCP)basarr.h \
    340   $(SOPHYAINCP)anydataobj.h \
    341   $(SOPHYAINCP)mutyv.h \
    342   $(SOPHYAINCP)timestamp.h \
    343   $(SOPHYAINCP)objfio.h \
    344   $(SOPHYAINCP)ppersist.h \
    345   $(SOPHYAINCP)pexceptions.h \
    346   $(SOPHYAINCP)gnumd5.h \
    347   $(SOPHYAINCP)ppfbinstream.h \
    348   $(SOPHYAINCP)rawstream.h \
    349   $(SOPHYAINCP)ppfnametag.h \
    350   $(SOPHYAINCP)dvlist.h \
    351   $(SOPHYAINCP)ndatablock.h \
    352   $(SOPHYAINCP)utilarr.h \
    353   $(SOPHYAINCP)tmatrix_tsnl.h \
    354   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    355   $(SOPHYAINCP)objfio.h \
    356   $(SOPHYAINCP)ppersist.h \
    357   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    358   $(SOPHYAINCP)utils.h \
     313  generalfit.h \
     314  $(SOPHYAINCP)pexceptions.h \
     315  $(SOPHYAINCP)tvector.h \
     316  $(SOPHYAINCP)tmatrix.h \
     317  $(SOPHYAINCP)tarray.h \
     318  $(SOPHYAINCP)basarr.h \
     319  $(SOPHYAINCP)anydataobj.h \
     320  $(SOPHYAINCP)mutyv.h \
     321  $(SOPHYAINCP)timestamp.h \
     322  $(SOPHYAINCP)objfio.h \
     323  $(SOPHYAINCP)ppersist.h \
     324  $(SOPHYAINCP)gnumd5.h \
     325  $(SOPHYAINCP)ppfbinstream.h \
     326  $(SOPHYAINCP)rawstream.h \
     327  $(SOPHYAINCP)ppfnametag.h \
     328  $(SOPHYAINCP)dvlist.h \
     329  $(SOPHYAINCP)ndatablock.h \
     330  $(SOPHYAINCP)utilarr.h \
     331  $(SOPHYAINCP)tmatrix_tsnl.h \
     332  $(SOPHYAINCP)tvector_tsnl.h \
     333  generaldata.h \
     334  $(SOPHYAINCP)ntupintf.h poly.h \
     335  peida.h $(SOPHYAINCP)utils.h \
     336  $(SOPHYAINCP)perrors.h fmath.h
     337        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generaldata.cc
     338 
     339$(SOPHYAOBJP)generalfit.o: generalfit.cc \
     340  $(SOPHYAINCP)sopnamsp.h \
     341  $(SOPHYAINCP)machdefs.h \
     342  $(SOPHYAINCP)pexceptions.h \
     343  generalfit.h \
     344  $(SOPHYAINCP)tvector.h \
     345  $(SOPHYAINCP)tmatrix.h \
     346  $(SOPHYAINCP)tarray.h \
     347  $(SOPHYAINCP)basarr.h \
     348  $(SOPHYAINCP)anydataobj.h \
     349  $(SOPHYAINCP)mutyv.h \
     350  $(SOPHYAINCP)timestamp.h \
     351  $(SOPHYAINCP)objfio.h \
     352  $(SOPHYAINCP)ppersist.h \
     353  $(SOPHYAINCP)gnumd5.h \
     354  $(SOPHYAINCP)ppfbinstream.h \
     355  $(SOPHYAINCP)rawstream.h \
     356  $(SOPHYAINCP)ppfnametag.h \
     357  $(SOPHYAINCP)dvlist.h \
     358  $(SOPHYAINCP)ndatablock.h \
     359  $(SOPHYAINCP)utilarr.h \
     360  $(SOPHYAINCP)tmatrix_tsnl.h \
     361  $(SOPHYAINCP)tvector_tsnl.h \
     362  generaldata.h \
     363  $(SOPHYAINCP)ntupintf.h poly.h \
     364  peida.h $(SOPHYAINCP)utils.h \
    359365  $(SOPHYAINCP)perrors.h fmath.h \
    360   $(SOPHYAINCP)anydataobj.h
    361         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generaldata.cc
    362  
    363 $(SOPHYAOBJP)generalfit.o: generalfit.cc \
    364   $(SOPHYAINCP)sopnamsp.h \
    365   $(SOPHYAINCP)machdefs.h \
    366   $(SOPHYAINCP)pexceptions.h \
    367   $(SOPHYAINCP)machdefs.h generalfit.h \
    368   $(SOPHYAINCP)tvector.h \
    369   $(SOPHYAINCP)tmatrix.h \
    370   $(SOPHYAINCP)tarray.h \
    371   $(SOPHYAINCP)basarr.h \
    372   $(SOPHYAINCP)anydataobj.h \
    373   $(SOPHYAINCP)mutyv.h \
    374   $(SOPHYAINCP)timestamp.h \
    375   $(SOPHYAINCP)objfio.h \
    376   $(SOPHYAINCP)ppersist.h \
    377   $(SOPHYAINCP)pexceptions.h \
    378   $(SOPHYAINCP)gnumd5.h \
    379   $(SOPHYAINCP)ppfbinstream.h \
    380   $(SOPHYAINCP)rawstream.h \
    381   $(SOPHYAINCP)ppfnametag.h \
    382   $(SOPHYAINCP)dvlist.h \
    383   $(SOPHYAINCP)ndatablock.h \
    384   $(SOPHYAINCP)utilarr.h \
    385   $(SOPHYAINCP)tmatrix_tsnl.h \
    386   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    387   $(SOPHYAINCP)objfio.h \
    388   $(SOPHYAINCP)ppersist.h \
    389   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    390   $(SOPHYAINCP)utils.h \
    391   $(SOPHYAINCP)perrors.h fmath.h \
    392   $(SOPHYAINCP)anydataobj.h \
    393   $(SOPHYAINCP)sopemtx.h \
    394   $(SOPHYAINCP)tvector.h
     366  $(SOPHYAINCP)sopemtx.h
    395367        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generalfit.cc
    396368 
    397 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \
    398   integ.h $(SOPHYAINCP)machdefs.h \
    399   $(SOPHYAINCP)pexceptions.h \
    400   $(SOPHYAINCP)machdefs.h classfunc.h \
    401   generalfit.h $(SOPHYAINCP)tvector.h \
    402   $(SOPHYAINCP)tmatrix.h \
    403   $(SOPHYAINCP)tarray.h \
    404   $(SOPHYAINCP)basarr.h \
    405   $(SOPHYAINCP)anydataobj.h \
    406   $(SOPHYAINCP)mutyv.h \
    407   $(SOPHYAINCP)timestamp.h \
    408   $(SOPHYAINCP)objfio.h \
    409   $(SOPHYAINCP)ppersist.h \
    410   $(SOPHYAINCP)pexceptions.h \
    411   $(SOPHYAINCP)gnumd5.h \
    412   $(SOPHYAINCP)ppfbinstream.h \
    413   $(SOPHYAINCP)rawstream.h \
    414   $(SOPHYAINCP)ppfnametag.h \
    415   $(SOPHYAINCP)dvlist.h \
    416   $(SOPHYAINCP)ndatablock.h \
    417   $(SOPHYAINCP)utilarr.h \
    418   $(SOPHYAINCP)tmatrix_tsnl.h \
    419   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    420   $(SOPHYAINCP)objfio.h \
    421   $(SOPHYAINCP)ppersist.h \
    422   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    423   $(SOPHYAINCP)utils.h \
    424   $(SOPHYAINCP)perrors.h fmath.h \
    425   $(SOPHYAINCP)anydataobj.h
     369$(SOPHYAOBJP)integ.o: integ.cc \
     370  $(SOPHYAINCP)sopnamsp.h integ.h \
     371  $(SOPHYAINCP)machdefs.h \
     372  $(SOPHYAINCP)pexceptions.h \
     373  classfunc.h generalfit.h \
     374  $(SOPHYAINCP)tvector.h \
     375  $(SOPHYAINCP)tmatrix.h \
     376  $(SOPHYAINCP)tarray.h \
     377  $(SOPHYAINCP)basarr.h \
     378  $(SOPHYAINCP)anydataobj.h \
     379  $(SOPHYAINCP)mutyv.h \
     380  $(SOPHYAINCP)timestamp.h \
     381  $(SOPHYAINCP)objfio.h \
     382  $(SOPHYAINCP)ppersist.h \
     383  $(SOPHYAINCP)gnumd5.h \
     384  $(SOPHYAINCP)ppfbinstream.h \
     385  $(SOPHYAINCP)rawstream.h \
     386  $(SOPHYAINCP)ppfnametag.h \
     387  $(SOPHYAINCP)dvlist.h \
     388  $(SOPHYAINCP)ndatablock.h \
     389  $(SOPHYAINCP)utilarr.h \
     390  $(SOPHYAINCP)tmatrix_tsnl.h \
     391  $(SOPHYAINCP)tvector_tsnl.h \
     392  generaldata.h \
     393  $(SOPHYAINCP)ntupintf.h poly.h \
     394  peida.h $(SOPHYAINCP)utils.h \
     395  $(SOPHYAINCP)perrors.h fmath.h
    426396        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  integ.cc
    427397 
     
    431401$(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \
    432402  $(SOPHYAINCP)sopnamsp.h \
    433   $(SOPHYAINCP)machdefs.h ntoolsinit.h \
     403  $(SOPHYAINCP)machdefs.h \
     404  ntoolsinit.h \
    434405  $(SOPHYAINCP)tarrinit.h \
    435   $(SOPHYAINCP)sophyainit.h \
    436   $(SOPHYAINCP)machdefs.h poly.h \
    437   $(SOPHYAINCP)objfio.h \
    438   $(SOPHYAINCP)anydataobj.h \
    439   $(SOPHYAINCP)ppersist.h \
    440   $(SOPHYAINCP)pexceptions.h \
    441   $(SOPHYAINCP)gnumd5.h \
    442   $(SOPHYAINCP)ppfbinstream.h \
    443   $(SOPHYAINCP)rawstream.h \
    444   $(SOPHYAINCP)ppfnametag.h peida.h \
    445   $(SOPHYAINCP)utils.h \
    446   $(SOPHYAINCP)perrors.h \
    447   $(SOPHYAINCP)pexceptions.h fmath.h \
    448   $(SOPHYAINCP)tvector.h \
    449   $(SOPHYAINCP)tmatrix.h \
    450   $(SOPHYAINCP)tarray.h \
    451   $(SOPHYAINCP)basarr.h \
    452   $(SOPHYAINCP)mutyv.h \
    453   $(SOPHYAINCP)timestamp.h \
    454   $(SOPHYAINCP)objfio.h \
    455   $(SOPHYAINCP)dvlist.h \
    456   $(SOPHYAINCP)ndatablock.h \
    457   $(SOPHYAINCP)utilarr.h \
    458   $(SOPHYAINCP)tmatrix_tsnl.h \
    459   $(SOPHYAINCP)tvector_tsnl.h \
    460   $(SOPHYAINCP)ppersist.h \
    461   $(SOPHYAINCP)anydataobj.h generaldata.h \
     406  $(SOPHYAINCP)sophyainit.h poly.h \
     407  $(SOPHYAINCP)objfio.h \
     408  $(SOPHYAINCP)anydataobj.h \
     409  $(SOPHYAINCP)ppersist.h \
     410  $(SOPHYAINCP)pexceptions.h \
     411  $(SOPHYAINCP)gnumd5.h \
     412  $(SOPHYAINCP)ppfbinstream.h \
     413  $(SOPHYAINCP)rawstream.h \
     414  $(SOPHYAINCP)ppfnametag.h \
     415  peida.h $(SOPHYAINCP)utils.h \
     416  $(SOPHYAINCP)perrors.h fmath.h \
     417  $(SOPHYAINCP)tvector.h \
     418  $(SOPHYAINCP)tmatrix.h \
     419  $(SOPHYAINCP)tarray.h \
     420  $(SOPHYAINCP)basarr.h \
     421  $(SOPHYAINCP)mutyv.h \
     422  $(SOPHYAINCP)timestamp.h \
     423  $(SOPHYAINCP)dvlist.h \
     424  $(SOPHYAINCP)ndatablock.h \
     425  $(SOPHYAINCP)utilarr.h \
     426  $(SOPHYAINCP)tmatrix_tsnl.h \
     427  $(SOPHYAINCP)tvector_tsnl.h \
     428  generaldata.h \
    462429  $(SOPHYAINCP)ntupintf.h cimage.h \
    463   $(SOPHYAINCP)tmatrix.h \
    464   $(SOPHYAINCP)fioarr.h \
    465   $(SOPHYAINCP)tvector.h tabmath.h nbconst.h \
    466   dates.h datime.h
     430  $(SOPHYAINCP)fioarr.h tabmath.h \
     431  nbconst.h dates.h datime.h
    467432        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ntoolsinit.cc
    468433 
    469434$(SOPHYAOBJP)objfitter.o: objfitter.cc \
    470   $(SOPHYAINCP)sopnamsp.h objfitter.h \
    471   $(SOPHYAINCP)machdefs.h \
    472   $(SOPHYAINCP)tmatrix.h \
    473   $(SOPHYAINCP)machdefs.h \
    474   $(SOPHYAINCP)tarray.h \
    475   $(SOPHYAINCP)basarr.h \
    476   $(SOPHYAINCP)anydataobj.h \
    477   $(SOPHYAINCP)mutyv.h \
    478   $(SOPHYAINCP)timestamp.h \
    479   $(SOPHYAINCP)objfio.h \
    480   $(SOPHYAINCP)ppersist.h \
    481   $(SOPHYAINCP)pexceptions.h \
    482   $(SOPHYAINCP)gnumd5.h \
    483   $(SOPHYAINCP)ppfbinstream.h \
    484   $(SOPHYAINCP)rawstream.h \
    485   $(SOPHYAINCP)ppfnametag.h \
    486   $(SOPHYAINCP)dvlist.h \
    487   $(SOPHYAINCP)ndatablock.h \
    488   $(SOPHYAINCP)utilarr.h \
    489   $(SOPHYAINCP)tmatrix_tsnl.h cimage.h \
    490   $(SOPHYAINCP)fioarr.h \
    491   $(SOPHYAINCP)tmatrix.h \
    492   $(SOPHYAINCP)tvector.h \
    493   $(SOPHYAINCP)tvector_tsnl.h \
    494   $(SOPHYAINCP)tvector.h \
     435  $(SOPHYAINCP)sopnamsp.h \
     436  objfitter.h \
     437  $(SOPHYAINCP)machdefs.h \
     438  $(SOPHYAINCP)tmatrix.h \
     439  $(SOPHYAINCP)tarray.h \
     440  $(SOPHYAINCP)basarr.h \
     441  $(SOPHYAINCP)anydataobj.h \
     442  $(SOPHYAINCP)mutyv.h \
     443  $(SOPHYAINCP)timestamp.h \
     444  $(SOPHYAINCP)objfio.h \
     445  $(SOPHYAINCP)ppersist.h \
     446  $(SOPHYAINCP)pexceptions.h \
     447  $(SOPHYAINCP)gnumd5.h \
     448  $(SOPHYAINCP)ppfbinstream.h \
     449  $(SOPHYAINCP)rawstream.h \
     450  $(SOPHYAINCP)ppfnametag.h \
     451  $(SOPHYAINCP)dvlist.h \
     452  $(SOPHYAINCP)ndatablock.h \
     453  $(SOPHYAINCP)utilarr.h \
     454  $(SOPHYAINCP)tmatrix_tsnl.h \
     455  cimage.h $(SOPHYAINCP)fioarr.h \
     456  $(SOPHYAINCP)tvector.h \
     457  $(SOPHYAINCP)tvector_tsnl.h \
    495458  $(SOPHYAINCP)histos.h \
    496459  $(SOPHYAINCP)peida.h \
     
    499462  $(SOPHYAINCP)fmath.h \
    500463  $(SOPHYAINCP)histos2.h \
    501   $(SOPHYAINCP)histos.h \
    502   $(SOPHYAINCP)hisprof.h generalfit.h \
    503   $(SOPHYAINCP)pexceptions.h generaldata.h \
    504   $(SOPHYAINCP)objfio.h \
    505   $(SOPHYAINCP)ppersist.h \
    506   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    507   $(SOPHYAINCP)anydataobj.h
     464  $(SOPHYAINCP)hisprof.h \
     465  generalfit.h generaldata.h \
     466  $(SOPHYAINCP)ntupintf.h poly.h \
     467  peida.h
    508468        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  objfitter.cc
    509469 
     
    512472  $(SOPHYAINCP)machdefs.h \
    513473  $(SOPHYAINCP)pexceptions.h \
    514   $(SOPHYAINCP)machdefs.h perandom.h \
    515   $(SOPHYAINCP)histos.h \
    516   $(SOPHYAINCP)objfio.h \
    517   $(SOPHYAINCP)anydataobj.h \
    518   $(SOPHYAINCP)ppersist.h \
    519   $(SOPHYAINCP)pexceptions.h \
     474  perandom.h $(SOPHYAINCP)histos.h \
     475  $(SOPHYAINCP)objfio.h \
     476  $(SOPHYAINCP)anydataobj.h \
     477  $(SOPHYAINCP)ppersist.h \
    520478  $(SOPHYAINCP)gnumd5.h \
    521479  $(SOPHYAINCP)ppfbinstream.h \
     
    536494  $(SOPHYAINCP)utilarr.h \
    537495  $(SOPHYAINCP)tmatrix_tsnl.h \
    538   $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \
     496  $(SOPHYAINCP)tvector_tsnl.h \
    539497  $(SOPHYAINCP)srandgen.h pemath.h
    540498        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  perandom.cc
    541499 
    542 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \
     500$(SOPHYAOBJP)poly.o: poly.cc \
     501  $(SOPHYAINCP)sopnamsp.h \
    543502  $(SOPHYAINCP)machdefs.h poly.h \
    544503  $(SOPHYAINCP)objfio.h \
    545   $(SOPHYAINCP)machdefs.h \
    546   $(SOPHYAINCP)anydataobj.h \
    547   $(SOPHYAINCP)ppersist.h \
    548   $(SOPHYAINCP)pexceptions.h \
    549   $(SOPHYAINCP)gnumd5.h \
    550   $(SOPHYAINCP)ppfbinstream.h \
    551   $(SOPHYAINCP)rawstream.h \
    552   $(SOPHYAINCP)ppfnametag.h peida.h \
     504  $(SOPHYAINCP)anydataobj.h \
     505  $(SOPHYAINCP)ppersist.h \
     506  $(SOPHYAINCP)pexceptions.h \
     507  $(SOPHYAINCP)gnumd5.h \
     508  $(SOPHYAINCP)ppfbinstream.h \
     509  $(SOPHYAINCP)rawstream.h \
     510  $(SOPHYAINCP)ppfnametag.h \
     511  peida.h $(SOPHYAINCP)utils.h \
     512  $(SOPHYAINCP)perrors.h fmath.h \
     513  $(SOPHYAINCP)tvector.h \
     514  $(SOPHYAINCP)tmatrix.h \
     515  $(SOPHYAINCP)tarray.h \
     516  $(SOPHYAINCP)basarr.h \
     517  $(SOPHYAINCP)mutyv.h \
     518  $(SOPHYAINCP)timestamp.h \
     519  $(SOPHYAINCP)dvlist.h \
     520  $(SOPHYAINCP)ndatablock.h \
     521  $(SOPHYAINCP)utilarr.h \
     522  $(SOPHYAINCP)tmatrix_tsnl.h \
     523  $(SOPHYAINCP)tvector_tsnl.h \
     524  linfit.h $(SOPHYAINCP)sopemtx.h \
     525  $(SOPHYAINCP)fioarr.h
     526        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  poly.cc
     527 
     528$(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
     529  $(SOPHYAINCP)sopnamsp.h \
     530  $(SOPHYAINCP)machdefs.h \
     531  rk4cdifeq.h difeq.h \
     532  $(SOPHYAINCP)pexceptions.h \
     533  $(SOPHYAINCP)tvector.h \
     534  $(SOPHYAINCP)tmatrix.h \
     535  $(SOPHYAINCP)tarray.h \
     536  $(SOPHYAINCP)basarr.h \
     537  $(SOPHYAINCP)anydataobj.h \
     538  $(SOPHYAINCP)mutyv.h \
     539  $(SOPHYAINCP)timestamp.h \
     540  $(SOPHYAINCP)objfio.h \
     541  $(SOPHYAINCP)ppersist.h \
     542  $(SOPHYAINCP)gnumd5.h \
     543  $(SOPHYAINCP)ppfbinstream.h \
     544  $(SOPHYAINCP)rawstream.h \
     545  $(SOPHYAINCP)ppfnametag.h \
     546  $(SOPHYAINCP)dvlist.h \
     547  $(SOPHYAINCP)ndatablock.h \
     548  $(SOPHYAINCP)utilarr.h \
     549  $(SOPHYAINCP)tmatrix_tsnl.h \
     550  $(SOPHYAINCP)tvector_tsnl.h \
     551  $(SOPHYAINCP)ctimer.h
     552        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rk4cdifeq.cc
     553 
     554$(SOPHYAOBJP)simplesort.o: simplesort.cc \
     555  $(SOPHYAINCP)sopnamsp.h \
     556  $(SOPHYAINCP)machdefs.h \
     557  simplesort.h peida.h \
    553558  $(SOPHYAINCP)utils.h \
    554559  $(SOPHYAINCP)perrors.h \
    555   $(SOPHYAINCP)pexceptions.h fmath.h \
    556   $(SOPHYAINCP)tvector.h \
    557   $(SOPHYAINCP)tmatrix.h \
    558   $(SOPHYAINCP)tarray.h \
    559   $(SOPHYAINCP)basarr.h \
    560   $(SOPHYAINCP)mutyv.h \
    561   $(SOPHYAINCP)timestamp.h \
    562   $(SOPHYAINCP)objfio.h \
    563   $(SOPHYAINCP)dvlist.h \
    564   $(SOPHYAINCP)ndatablock.h \
    565   $(SOPHYAINCP)utilarr.h \
    566   $(SOPHYAINCP)tmatrix_tsnl.h \
    567   $(SOPHYAINCP)tvector_tsnl.h \
    568   $(SOPHYAINCP)ppersist.h \
    569   $(SOPHYAINCP)anydataobj.h linfit.h \
    570   $(SOPHYAINCP)sopemtx.h \
    571   $(SOPHYAINCP)tvector.h \
    572   $(SOPHYAINCP)fioarr.h
    573         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  poly.cc
    574  
    575 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
    576   $(SOPHYAINCP)sopnamsp.h \
    577   $(SOPHYAINCP)machdefs.h rk4cdifeq.h \
    578   difeq.h $(SOPHYAINCP)pexceptions.h \
    579   $(SOPHYAINCP)machdefs.h \
    580   $(SOPHYAINCP)tvector.h \
    581   $(SOPHYAINCP)tmatrix.h \
    582   $(SOPHYAINCP)tarray.h \
    583   $(SOPHYAINCP)basarr.h \
    584   $(SOPHYAINCP)anydataobj.h \
    585   $(SOPHYAINCP)mutyv.h \
    586   $(SOPHYAINCP)timestamp.h \
    587   $(SOPHYAINCP)objfio.h \
    588   $(SOPHYAINCP)ppersist.h \
    589   $(SOPHYAINCP)pexceptions.h \
    590   $(SOPHYAINCP)gnumd5.h \
    591   $(SOPHYAINCP)ppfbinstream.h \
    592   $(SOPHYAINCP)rawstream.h \
    593   $(SOPHYAINCP)ppfnametag.h \
    594   $(SOPHYAINCP)dvlist.h \
    595   $(SOPHYAINCP)ndatablock.h \
    596   $(SOPHYAINCP)utilarr.h \
    597   $(SOPHYAINCP)tmatrix_tsnl.h \
    598   $(SOPHYAINCP)tvector_tsnl.h \
    599   $(SOPHYAINCP)ctimer.h
    600         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rk4cdifeq.cc
    601  
    602 $(SOPHYAOBJP)simplesort.o: simplesort.cc \
    603   $(SOPHYAINCP)sopnamsp.h \
    604   $(SOPHYAINCP)machdefs.h simplesort.h \
    605   peida.h $(SOPHYAINCP)utils.h \
    606   $(SOPHYAINCP)machdefs.h \
    607   $(SOPHYAINCP)perrors.h \
    608   $(SOPHYAINCP)pexceptions.h \
    609   $(SOPHYAINCP)pexceptions.h fmath.h
     560  $(SOPHYAINCP)pexceptions.h \
     561  fmath.h
    610562        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  simplesort.cc
    611563 
    612564$(SOPHYAOBJP)simplex.o: simplex.cc \
    613   $(SOPHYAINCP)sopnamsp.h simplex.h \
    614   $(SOPHYAINCP)machdefs.h \
    615   $(SOPHYAINCP)tvector.h \
    616   $(SOPHYAINCP)tmatrix.h \
    617   $(SOPHYAINCP)machdefs.h \
    618   $(SOPHYAINCP)tarray.h \
    619   $(SOPHYAINCP)basarr.h \
    620   $(SOPHYAINCP)anydataobj.h \
    621   $(SOPHYAINCP)mutyv.h \
    622   $(SOPHYAINCP)timestamp.h \
    623   $(SOPHYAINCP)objfio.h \
    624   $(SOPHYAINCP)ppersist.h \
    625   $(SOPHYAINCP)pexceptions.h \
    626   $(SOPHYAINCP)gnumd5.h \
    627   $(SOPHYAINCP)ppfbinstream.h \
    628   $(SOPHYAINCP)rawstream.h \
    629   $(SOPHYAINCP)ppfnametag.h \
    630   $(SOPHYAINCP)dvlist.h \
    631   $(SOPHYAINCP)ndatablock.h \
    632   $(SOPHYAINCP)utilarr.h \
    633   $(SOPHYAINCP)tmatrix_tsnl.h \
    634   $(SOPHYAINCP)tvector_tsnl.h generalfit.h \
    635   $(SOPHYAINCP)pexceptions.h generaldata.h \
    636   $(SOPHYAINCP)objfio.h \
    637   $(SOPHYAINCP)ppersist.h \
    638   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    639   $(SOPHYAINCP)utils.h \
     565  $(SOPHYAINCP)sopnamsp.h \
     566  simplex.h \
     567  $(SOPHYAINCP)machdefs.h \
     568  $(SOPHYAINCP)tvector.h \
     569  $(SOPHYAINCP)tmatrix.h \
     570  $(SOPHYAINCP)tarray.h \
     571  $(SOPHYAINCP)basarr.h \
     572  $(SOPHYAINCP)anydataobj.h \
     573  $(SOPHYAINCP)mutyv.h \
     574  $(SOPHYAINCP)timestamp.h \
     575  $(SOPHYAINCP)objfio.h \
     576  $(SOPHYAINCP)ppersist.h \
     577  $(SOPHYAINCP)pexceptions.h \
     578  $(SOPHYAINCP)gnumd5.h \
     579  $(SOPHYAINCP)ppfbinstream.h \
     580  $(SOPHYAINCP)rawstream.h \
     581  $(SOPHYAINCP)ppfnametag.h \
     582  $(SOPHYAINCP)dvlist.h \
     583  $(SOPHYAINCP)ndatablock.h \
     584  $(SOPHYAINCP)utilarr.h \
     585  $(SOPHYAINCP)tmatrix_tsnl.h \
     586  $(SOPHYAINCP)tvector_tsnl.h \
     587  generalfit.h generaldata.h \
     588  $(SOPHYAINCP)ntupintf.h poly.h \
     589  peida.h $(SOPHYAINCP)utils.h \
    640590  $(SOPHYAINCP)perrors.h fmath.h \
    641   $(SOPHYAINCP)anydataobj.h \
    642591  $(SOPHYAINCP)ntuple.h \
    643   $(SOPHYAINCP)ntupintf.h \
    644592  $(SOPHYAINCP)timing.h
    645593        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  simplex.cc
     
    647595$(SOPHYAOBJP)tabmath.o: tabmath.cc \
    648596  $(SOPHYAINCP)sopnamsp.h \
    649   $(SOPHYAINCP)machdefs.h tabmath.h peida.h \
     597  $(SOPHYAINCP)machdefs.h \
     598  tabmath.h peida.h \
    650599  $(SOPHYAINCP)utils.h \
    651   $(SOPHYAINCP)machdefs.h \
    652600  $(SOPHYAINCP)perrors.h \
    653601  $(SOPHYAINCP)pexceptions.h \
    654   $(SOPHYAINCP)pexceptions.h fmath.h \
    655   nbconst.h
     602  fmath.h nbconst.h
    656603        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tabmath.cc
    657604 
    658605$(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \
    659   $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \
     606  $(SOPHYAINCP)sopnamsp.h \
     607  toeplitzMatrix.h \
    660608  $(SOPHYAINCP)machdefs.h nbmath.h \
    661609  $(SOPHYAINCP)smathconst.h \
    662   $(SOPHYAINCP)machdefs.h \
    663610  $(SOPHYAINCP)timing.h \
    664611  $(SOPHYAINCP)array.h \
     
    684631  $(SOPHYAINCP)matharr.h \
    685632  $(SOPHYAINCP)fioarr.h \
    686   $(SOPHYAINCP)sopemtx.h fftservintf.h \
    687   $(SOPHYAINCP)pexceptions.h \
    688   $(SOPHYAINCP)tmatrix.h \
    689   $(SOPHYAINCP)tvector.h fftpserver.h
     633  $(SOPHYAINCP)sopemtx.h \
     634  fftservintf.h fftpserver.h
    690635        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  toeplitzMatrix.cc
    691636 
    692 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \
    693   $(SOPHYAINCP)strutil.h nbconst.h datime.h
     637$(SOPHYAOBJP)datime.o: datime.c \
     638  $(SOPHYAINCP)machdefs.h \
     639  $(SOPHYAINCP)strutil.h nbconst.h \
     640  datime.h
    694641        $(CCOMPILE) -o $@  datime.c
    695642 
    696643$(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
    697   $(SOPHYAINCP)machdefs.h trigtbl.h
     644  $(SOPHYAINCP)machdefs.h \
     645  trigtbl.h
    698646        $(CCOMPILE) -o $@  fftmayer_r4.c
    699647 
    700648$(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
    701   $(SOPHYAINCP)machdefs.h trigtbl.h
     649  $(SOPHYAINCP)machdefs.h \
     650  trigtbl.h
    702651        $(CCOMPILE) -o $@  fftmayer_r8.c
    703652 
     
    708657$(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \
    709658  $(SOPHYAINCP)machdefs.h \
     659  $(SOPHYAINCP)smathconst.h
     660        $(CCOMPILE) -o $@  matxop.c
     661 
     662$(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
     663  $(SOPHYAINCP)machdefs.h \
    710664  $(SOPHYAINCP)smathconst.h \
    711   $(SOPHYAINCP)machdefs.h
    712         $(CCOMPILE) -o $@  matxop.c
    713  
    714 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
    715   $(SOPHYAINCP)machdefs.h \
    716   $(SOPHYAINCP)smathconst.h \
    717   $(SOPHYAINCP)machdefs.h matxop.h nbinteg.h \
    718   nbtri.h
     665  matxop.h nbinteg.h nbtri.h
    719666        $(CCOMPILE) -o $@  nbmath.c
    720667 
  • trunk/SophyaLib/NTools/perandom.cc

    r2870 r3075  
    66#include <iostream>
    77
     8
    89////////////////////////////////////////////////////////////////////////////
    9 //++
    10 // Class        FunRan
    11 // Lib  Outils++
    12 // include      perandom.h
    13 //
    14 //      Tirage aleatoire sur un histogramme 1D.
    15 //--
    16 
    17 //++
     10/*!
     11  \class SOPHYA::FunRan
     12  \ingroup NTools
     13  Classe for generating random variables from 1D function
     14*/
     15
     16
     17/********* Methode *********/
     18/*! Createur. f is a probability density function (PDF).
     19 Le tirage aleatoire est fait sur un histogramme
     20 Histo(xMin,xMax,nBin) (voir convention dans Histo).
     21 Chaque bin de l'histogramme contient la valeur de la PDF
     22 au centre du bin.
     23 Les valeurs retournees sont les valeurs du centre des bins.
     24 Si binw est la largeur du bin, les valeurs retournees
     25 vont de xmin+binw/2 a xmax-binw/2.
     26*/
    1827FunRan::FunRan(FunRan::Func f, r_8 xMin, r_8 xMax, int_4 nBin)
    19 //
    20 //      Createur. f is a probability density function (PDF).
    21 // Le tirage aleatoire est fait sur un histogramme
    22 // Histo(xMin,xMax,nBin) (voir convention dans Histo).
    23 // Chaque bin de l'histogramme contient la valeur de la PDF
    24 // au centre du bin.
    25 // Les valeurs retournees sont les valeurs du centre des bins.
    26 // Si binw est la largeur du bin, les valeurs retournees
    27 // vont de xmin+binw/2 a xmax-binw/2.
    28 //--
    2928: Histo(xMin,xMax,nBin)
    3029{
     
    4241}
    4342
    44 //++
     43/********* Methode *********/
     44/*! Createur. tab is a probability density function.
     45The return random values will be between 0 and nBin-1.
     46See FunRan::FunRan(FunRan::Func...) for further comments.
     47*/
    4548FunRan::FunRan(r_8 *tab, int_4 nBin)
    46 //
    47 //      Createur. tab is a probability density function
    48 // The return random values will be between 0 and nBin-1
    49 // See FunRan::FunRan(FunRan::Func...) for further comments.
    50 //--
    5149: Histo(-0.5,nBin-0.5,nBin)
    5250{
     
    6361}
    6462
    65 //++
     63/********* Methode *********/
     64/*! Createur. tab is a probability density function
     65The content of tab is identified has the content of
     66an Histogram define by Histo(xMin,xMax,nBin).
     67See FunRan::FunRan(FunRan::Func...) for further comments.
     68*/
    6669FunRan::FunRan(r_8 *tab, int_4 nBin, r_8 xMin, r_8 xMax)
    67 //
    68 //      Createur. tab is a probability density function
    69 // The content of tab is identified has the content of
    70 // an Histogram define by Histo(xMin,xMax,nBin).
    71 // See FunRan::FunRan(FunRan::Func...) for further comments.
    72 //--
    7370: Histo(xMin,xMax,nBin)
    7471{
     
    8582}
    8683
    87 //++
    88 //      Createur.
    89 // If pdf=true, h is a probability density fonction.
    90 // If pdf=false, h is a distribution function (not necessarly normalized to 1).
    91 // See FunRan::FunRan(FunRan::Func...) for further comments.
    92 //--
     84/********* Methode *********/
     85/*! Createur.
     86If pdf=true, h is a probability density fonction.
     87If pdf=false, h is a distribution function (not necessarly normalized to 1).
     88See FunRan::FunRan(FunRan::Func...) for further comments.
     89*/
    9390FunRan::FunRan(Histo &h, bool pdf)
    9491: Histo(h)
     
    107104}
    108105
    109 //++
     106/********* Methode *********/
     107/*! Tirage avec retour du numero de bin entre 0 et mBins-1.
     108It returns the first bin whose content is greater or equal
     109to the random uniform number (in [0,1])
     110*/
    110111int_4 FunRan::BinRandom()
    111 //
    112 //      Tirage avec retour du numero de bin entre 0 et mBins-1.
    113 // It returns the first bin whose content is greater or equal
    114 // to the random uniform number (in [0,1])
    115 //--
    116112{
    117113 // recherche du premier bin plus grand ou egal a z
     
    121117}
    122118
    123 //++
     119/********* Methode *********/
     120/*! Tirage avec retour abscisse du bin non interpole. */
    124121r_8 FunRan::Random()
    125 //
    126 //      Tirage avec retour abscisse du bin non interpole.
    127 //--
    128122{
    129123 r_8 z=drand01();
     
    138132
    139133////////////////////////////////////////////////////////////////////////////
    140 //++
    141 // Class        FunRan2D
    142 // Lib  Outils++
    143 // include      perandom.h
    144 //
    145 //      Tirage aleatoire sur un histogramme 2D.
    146 //--
    147 
    148 //++
     134/*!
     135  \class SOPHYA::FunRan2D
     136  \ingroup NTools
     137  Classe for generating random variables from 2D function
     138*/
     139
     140/********* Methode *********/
     141/*! Creator for random from a table */
    149142FunRan2D::FunRan2D(r_8 *tab, int_4 nBinX, int_4 nBinY)
    150 //
    151 //      Createur.
    152 //--
    153143{
    154144  // Tirage en X, somme sur les Y.
     
    171161}
    172162
    173 //++
     163/********* Methode *********/
     164/*! Creator for random from a table */
    174165FunRan2D::FunRan2D(r_8 **tab, int_4 nBinX, int_4 nBinY)
    175 //
    176 //      Createur.
    177 //--
    178166{
    179167  // Tirage en X, somme sur les Y.
     
    198186}
    199187
     188/********* Methode *********/
     189/*! Destructor */
    200190FunRan2D::~FunRan2D()
    201191{
     
    208198}
    209199
    210 //++
     200/********* Methode *********/
     201/*! Tirage avec retour du numeros de bin. */
    211202void FunRan2D::BinRandom(int_4& x, int_4& y)
    212 //
    213 //      Tirage avec retour du numeros de bin.
    214 //--
    215203{
    216204  x = ranX->BinRandom();
     
    218206}
    219207
    220 //++
     208/********* Methode *********/
     209/*! Tirage avec retour abscisse et ordonnee du bin interpole. */
    221210void FunRan2D::Random(r_8& x, r_8& y)
    222 //
    223 //      Tirage avec retour abscisse et ordonnee
    224 //      du bin interpole.
    225 //--
    226211{
    227212  x = ranX->Random();
     
    229214  y = ranY[i]->Random();
    230215}
     216
     217
     218
     219/////////////////////////////////////////////////////////////////
     220/*
     221--- Remarque sur complex< r_8 > ComplexGaussRan(double sig)
     222x = r cos(t) tire gaussien: pdf f(x) = 1/(sqrt(2Pi) Sx) exp(-(x-Mx)^2/(2 Sx^2))
     223y = r sin(t) tire gaussien: pdf f(y) = 1/(sqrt(2Pi) Sy) exp(-(y-My)^2/(2 Sy^2))
     224x,y independants --> pdf f(x,y) = f(x) f(y)
     225- On cherche la pdf g(r,t) du module et de la phase
     226  (r=sqrt(x^2+y^2,t=atan2(y,x)) --> (x,y): le Jacobien = r
     227  g(r,t) = r f(x,y) = r f(x) f(y)
     228         = r/(2Pi Sx Sy) exp(-(x-Mx)^2/(2 Sx^2)) exp(-(y-My)^2/(2 Sy^2))
     229- Le cas general est complique
     230  (cf D.Pelat cours DEA "bruits et signaux" section 4.5)
     231- Cas ou "Mx = My = 0" et "Sx = Sy = S"
     232  g(r,t) = r/(2Pi S^2) exp(-r^2/(2 S^2))
     233  La distribution de "r" est donc:
     234    g(r) = Integrate[g(r,t),{t,0,2Pi}]
     235         = r/S^2 exp(-r^2/(2 S^2))
     236  La distribution de "t" est donc:
     237    g(t) = Integrate[g(r,t),{r,0,Infinity}]
     238         = 1 / 2Pi  (distribution uniforme sur [0,2Pi[)
     239  Les variables aleatoires r,t sont independantes:
     240    g(r,t) = g(r) g(t)
     241*/
  • trunk/SophyaLib/NTools/perandom.h

    r2840 r3075  
    1010#include <stdlib.h>
    1111#include "histos.h"
    12 #include "nbrandom.h"
     12#include "srandgen.h"
     13#include <complex>
    1314
    1415namespace SOPHYA { 
     
    4142};
    4243
     44//!  Returns a random gaussian complex number  with variance sig^2
     45inline complex< r_8 > ComplexGaussRan(double sig=1.)
     46  {return complex< r_8 >(GauRnd(0.,sig),GauRnd(0.,sig));}
     47
    4348} // namespace SOPHYA
    4449
  • trunk/SophyaLib/NTools/smakefile

    r3007 r3075  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \
    14   $(SOPHYAINCP)machdefs.h \
    15   $(SOPHYAINCP)pexceptions.h \
    16   $(SOPHYAINCP)machdefs.h cimage.h \
    17   $(SOPHYAINCP)tmatrix.h \
    18   $(SOPHYAINCP)tarray.h \
    19   $(SOPHYAINCP)basarr.h \
    20   $(SOPHYAINCP)anydataobj.h \
    21   $(SOPHYAINCP)mutyv.h \
    22   $(SOPHYAINCP)timestamp.h \
    23   $(SOPHYAINCP)objfio.h \
    24   $(SOPHYAINCP)ppersist.h \
    25   $(SOPHYAINCP)pexceptions.h \
     13$(SOPHYAOBJP)cimage.o: cimage.cc \
     14  $(SOPHYAINCP)sopnamsp.h \
     15  $(SOPHYAINCP)machdefs.h \
     16  $(SOPHYAINCP)pexceptions.h \
     17  cimage.h $(SOPHYAINCP)tmatrix.h \
     18  $(SOPHYAINCP)tarray.h \
     19  $(SOPHYAINCP)basarr.h \
     20  $(SOPHYAINCP)anydataobj.h \
     21  $(SOPHYAINCP)mutyv.h \
     22  $(SOPHYAINCP)timestamp.h \
     23  $(SOPHYAINCP)objfio.h \
     24  $(SOPHYAINCP)ppersist.h \
    2625  $(SOPHYAINCP)gnumd5.h \
    2726  $(SOPHYAINCP)ppfbinstream.h \
     
    3332  $(SOPHYAINCP)tmatrix_tsnl.h \
    3433  $(SOPHYAINCP)fioarr.h \
    35   $(SOPHYAINCP)tmatrix.h \
    3634  $(SOPHYAINCP)tvector.h \
    3735  $(SOPHYAINCP)tvector_tsnl.h \
     
    4139$(SOPHYAOBJP)cspline.o: cspline.cc \
    4240  $(SOPHYAINCP)sopnamsp.h \
    43   $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \
    44   $(SOPHYAINCP)pexceptions.h \
    45   $(SOPHYAINCP)machdefs.h
     41  $(SOPHYAINCP)machdefs.h nbtri.h \
     42  cspline.h \
     43  $(SOPHYAINCP)pexceptions.h
    4644        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cspline.cc
    4745 
    4846$(SOPHYAOBJP)datatypes.o: datatypes.cc \
    49   $(SOPHYAINCP)sopnamsp.h datatypes.h \
     47  $(SOPHYAINCP)sopnamsp.h \
     48  datatypes.h \
    5049  $(SOPHYAINCP)machdefs.h
    5150        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatypes.cc
    5251 
    53 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \
     52$(SOPHYAOBJP)dates.o: dates.cc \
     53  $(SOPHYAINCP)sopnamsp.h \
    5454  $(SOPHYAINCP)machdefs.h \
    5555  $(SOPHYAINCP)perrors.h \
    5656  $(SOPHYAINCP)pexceptions.h \
    57   $(SOPHYAINCP)machdefs.h dates.h \
    58   $(SOPHYAINCP)pexceptions.h
     57  dates.h
    5958        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dates.cc
    6059 
    61 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \
    62   difeq.h $(SOPHYAINCP)machdefs.h \
    63   $(SOPHYAINCP)pexceptions.h \
    64   $(SOPHYAINCP)machdefs.h \
    65   $(SOPHYAINCP)tvector.h \
    66   $(SOPHYAINCP)tmatrix.h \
    67   $(SOPHYAINCP)tarray.h \
    68   $(SOPHYAINCP)basarr.h \
    69   $(SOPHYAINCP)anydataobj.h \
    70   $(SOPHYAINCP)mutyv.h \
    71   $(SOPHYAINCP)timestamp.h \
    72   $(SOPHYAINCP)objfio.h \
    73   $(SOPHYAINCP)ppersist.h \
    74   $(SOPHYAINCP)pexceptions.h \
     60$(SOPHYAOBJP)difeq.o: difeq.cc \
     61  $(SOPHYAINCP)sopnamsp.h difeq.h \
     62  $(SOPHYAINCP)machdefs.h \
     63  $(SOPHYAINCP)pexceptions.h \
     64  $(SOPHYAINCP)tvector.h \
     65  $(SOPHYAINCP)tmatrix.h \
     66  $(SOPHYAINCP)tarray.h \
     67  $(SOPHYAINCP)basarr.h \
     68  $(SOPHYAINCP)anydataobj.h \
     69  $(SOPHYAINCP)mutyv.h \
     70  $(SOPHYAINCP)timestamp.h \
     71  $(SOPHYAINCP)objfio.h \
     72  $(SOPHYAINCP)ppersist.h \
    7573  $(SOPHYAINCP)gnumd5.h \
    7674  $(SOPHYAINCP)ppfbinstream.h \
     
    8583        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  difeq.cc
    8684 
    87 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \
    88   $(SOPHYAINCP)machdefs.h fmath.h perandom.h \
    89   $(SOPHYAINCP)histos.h \
    90   $(SOPHYAINCP)objfio.h \
    91   $(SOPHYAINCP)machdefs.h \
     85$(SOPHYAOBJP)dynccd.o: dynccd.cc \
     86  $(SOPHYAINCP)sopnamsp.h \
     87  $(SOPHYAINCP)machdefs.h fmath.h \
     88  perandom.h $(SOPHYAINCP)histos.h \
     89  $(SOPHYAINCP)objfio.h \
    9290  $(SOPHYAINCP)anydataobj.h \
    9391  $(SOPHYAINCP)ppersist.h \
     
    111109  $(SOPHYAINCP)utilarr.h \
    112110  $(SOPHYAINCP)tmatrix_tsnl.h \
    113   $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \
     111  $(SOPHYAINCP)tvector_tsnl.h \
    114112  $(SOPHYAINCP)srandgen.h cimage.h \
    115   $(SOPHYAINCP)tmatrix.h \
    116   $(SOPHYAINCP)fioarr.h dynccd.h \
    117   $(SOPHYAINCP)pexceptions.h \
    118   $(SOPHYAINCP)ppersist.h
     113  $(SOPHYAINCP)fioarr.h dynccd.h
    119114        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dynccd.cc
    120115 
    121116$(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \
    122117  $(SOPHYAINCP)sopnamsp.h \
    123   $(SOPHYAINCP)machdefs.h fct1dfit.h \
    124   generalfit.h $(SOPHYAINCP)pexceptions.h \
    125   $(SOPHYAINCP)machdefs.h \
    126   $(SOPHYAINCP)tvector.h \
    127   $(SOPHYAINCP)tmatrix.h \
    128   $(SOPHYAINCP)tarray.h \
    129   $(SOPHYAINCP)basarr.h \
    130   $(SOPHYAINCP)anydataobj.h \
    131   $(SOPHYAINCP)mutyv.h \
    132   $(SOPHYAINCP)timestamp.h \
    133   $(SOPHYAINCP)objfio.h \
    134   $(SOPHYAINCP)ppersist.h \
    135   $(SOPHYAINCP)pexceptions.h \
    136   $(SOPHYAINCP)gnumd5.h \
    137   $(SOPHYAINCP)ppfbinstream.h \
    138   $(SOPHYAINCP)rawstream.h \
    139   $(SOPHYAINCP)ppfnametag.h \
    140   $(SOPHYAINCP)dvlist.h \
    141   $(SOPHYAINCP)ndatablock.h \
    142   $(SOPHYAINCP)utilarr.h \
    143   $(SOPHYAINCP)tmatrix_tsnl.h \
    144   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    145   $(SOPHYAINCP)objfio.h \
    146   $(SOPHYAINCP)ppersist.h \
    147   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    148   $(SOPHYAINCP)utils.h \
     118  $(SOPHYAINCP)machdefs.h \
     119  fct1dfit.h generalfit.h \
     120  $(SOPHYAINCP)pexceptions.h \
     121  $(SOPHYAINCP)tvector.h \
     122  $(SOPHYAINCP)tmatrix.h \
     123  $(SOPHYAINCP)tarray.h \
     124  $(SOPHYAINCP)basarr.h \
     125  $(SOPHYAINCP)anydataobj.h \
     126  $(SOPHYAINCP)mutyv.h \
     127  $(SOPHYAINCP)timestamp.h \
     128  $(SOPHYAINCP)objfio.h \
     129  $(SOPHYAINCP)ppersist.h \
     130  $(SOPHYAINCP)gnumd5.h \
     131  $(SOPHYAINCP)ppfbinstream.h \
     132  $(SOPHYAINCP)rawstream.h \
     133  $(SOPHYAINCP)ppfnametag.h \
     134  $(SOPHYAINCP)dvlist.h \
     135  $(SOPHYAINCP)ndatablock.h \
     136  $(SOPHYAINCP)utilarr.h \
     137  $(SOPHYAINCP)tmatrix_tsnl.h \
     138  $(SOPHYAINCP)tvector_tsnl.h \
     139  generaldata.h \
     140  $(SOPHYAINCP)ntupintf.h poly.h \
     141  peida.h $(SOPHYAINCP)utils.h \
    149142  $(SOPHYAINCP)perrors.h fmath.h \
    150   $(SOPHYAINCP)anydataobj.h nbconst.h \
    151   tabmath.h
     143  nbconst.h tabmath.h
    152144        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fct1dfit.cc
    153145 
    154146$(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \
    155147  $(SOPHYAINCP)sopnamsp.h \
    156   $(SOPHYAINCP)machdefs.h fct2dfit.h \
    157   generalfit.h $(SOPHYAINCP)pexceptions.h \
    158   $(SOPHYAINCP)machdefs.h \
    159   $(SOPHYAINCP)tvector.h \
    160   $(SOPHYAINCP)tmatrix.h \
    161   $(SOPHYAINCP)tarray.h \
    162   $(SOPHYAINCP)basarr.h \
    163   $(SOPHYAINCP)anydataobj.h \
    164   $(SOPHYAINCP)mutyv.h \
    165   $(SOPHYAINCP)timestamp.h \
    166   $(SOPHYAINCP)objfio.h \
    167   $(SOPHYAINCP)ppersist.h \
    168   $(SOPHYAINCP)pexceptions.h \
    169   $(SOPHYAINCP)gnumd5.h \
    170   $(SOPHYAINCP)ppfbinstream.h \
    171   $(SOPHYAINCP)rawstream.h \
    172   $(SOPHYAINCP)ppfnametag.h \
    173   $(SOPHYAINCP)dvlist.h \
    174   $(SOPHYAINCP)ndatablock.h \
    175   $(SOPHYAINCP)utilarr.h \
    176   $(SOPHYAINCP)tmatrix_tsnl.h \
    177   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    178   $(SOPHYAINCP)objfio.h \
    179   $(SOPHYAINCP)ppersist.h \
    180   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    181   $(SOPHYAINCP)utils.h \
     148  $(SOPHYAINCP)machdefs.h \
     149  fct2dfit.h generalfit.h \
     150  $(SOPHYAINCP)pexceptions.h \
     151  $(SOPHYAINCP)tvector.h \
     152  $(SOPHYAINCP)tmatrix.h \
     153  $(SOPHYAINCP)tarray.h \
     154  $(SOPHYAINCP)basarr.h \
     155  $(SOPHYAINCP)anydataobj.h \
     156  $(SOPHYAINCP)mutyv.h \
     157  $(SOPHYAINCP)timestamp.h \
     158  $(SOPHYAINCP)objfio.h \
     159  $(SOPHYAINCP)ppersist.h \
     160  $(SOPHYAINCP)gnumd5.h \
     161  $(SOPHYAINCP)ppfbinstream.h \
     162  $(SOPHYAINCP)rawstream.h \
     163  $(SOPHYAINCP)ppfnametag.h \
     164  $(SOPHYAINCP)dvlist.h \
     165  $(SOPHYAINCP)ndatablock.h \
     166  $(SOPHYAINCP)utilarr.h \
     167  $(SOPHYAINCP)tmatrix_tsnl.h \
     168  $(SOPHYAINCP)tvector_tsnl.h \
     169  generaldata.h \
     170  $(SOPHYAINCP)ntupintf.h poly.h \
     171  peida.h $(SOPHYAINCP)utils.h \
    182172  $(SOPHYAINCP)perrors.h fmath.h \
    183   $(SOPHYAINCP)anydataobj.h nbconst.h \
    184   tabmath.h simps2d.h
     173  nbconst.h tabmath.h simps2d.h
    185174        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fct2dfit.cc
    186175 
    187176$(SOPHYAOBJP)fftmserver.o: fftmserver.cc \
    188   $(SOPHYAINCP)sopnamsp.h fftmserver.h \
    189   fftservintf.h $(SOPHYAINCP)machdefs.h \
    190   $(SOPHYAINCP)pexceptions.h \
    191   $(SOPHYAINCP)machdefs.h \
    192   $(SOPHYAINCP)tmatrix.h \
    193   $(SOPHYAINCP)tarray.h \
    194   $(SOPHYAINCP)basarr.h \
    195   $(SOPHYAINCP)anydataobj.h \
    196   $(SOPHYAINCP)mutyv.h \
    197   $(SOPHYAINCP)timestamp.h \
    198   $(SOPHYAINCP)objfio.h \
    199   $(SOPHYAINCP)ppersist.h \
    200   $(SOPHYAINCP)pexceptions.h \
    201   $(SOPHYAINCP)gnumd5.h \
    202   $(SOPHYAINCP)ppfbinstream.h \
    203   $(SOPHYAINCP)rawstream.h \
    204   $(SOPHYAINCP)ppfnametag.h \
    205   $(SOPHYAINCP)dvlist.h \
    206   $(SOPHYAINCP)ndatablock.h \
    207   $(SOPHYAINCP)utilarr.h \
    208   $(SOPHYAINCP)tmatrix_tsnl.h \
    209   $(SOPHYAINCP)tvector.h \
    210   $(SOPHYAINCP)tmatrix.h \
    211   $(SOPHYAINCP)tvector_tsnl.h fftmayer.h
     177  $(SOPHYAINCP)sopnamsp.h \
     178  fftmserver.h fftservintf.h \
     179  $(SOPHYAINCP)machdefs.h \
     180  $(SOPHYAINCP)pexceptions.h \
     181  $(SOPHYAINCP)tmatrix.h \
     182  $(SOPHYAINCP)tarray.h \
     183  $(SOPHYAINCP)basarr.h \
     184  $(SOPHYAINCP)anydataobj.h \
     185  $(SOPHYAINCP)mutyv.h \
     186  $(SOPHYAINCP)timestamp.h \
     187  $(SOPHYAINCP)objfio.h \
     188  $(SOPHYAINCP)ppersist.h \
     189  $(SOPHYAINCP)gnumd5.h \
     190  $(SOPHYAINCP)ppfbinstream.h \
     191  $(SOPHYAINCP)rawstream.h \
     192  $(SOPHYAINCP)ppfnametag.h \
     193  $(SOPHYAINCP)dvlist.h \
     194  $(SOPHYAINCP)ndatablock.h \
     195  $(SOPHYAINCP)utilarr.h \
     196  $(SOPHYAINCP)tmatrix_tsnl.h \
     197  $(SOPHYAINCP)tvector.h \
     198  $(SOPHYAINCP)tvector_tsnl.h \
     199  fftmayer.h
    212200        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftmserver.cc
    213201 
    214202$(SOPHYAOBJP)fftpserver.o: fftpserver.cc \
    215   $(SOPHYAINCP)sopnamsp.h fftpserver.h \
    216   fftservintf.h $(SOPHYAINCP)machdefs.h \
    217   $(SOPHYAINCP)pexceptions.h \
    218   $(SOPHYAINCP)machdefs.h \
    219   $(SOPHYAINCP)tmatrix.h \
    220   $(SOPHYAINCP)tarray.h \
    221   $(SOPHYAINCP)basarr.h \
    222   $(SOPHYAINCP)anydataobj.h \
    223   $(SOPHYAINCP)mutyv.h \
    224   $(SOPHYAINCP)timestamp.h \
    225   $(SOPHYAINCP)objfio.h \
    226   $(SOPHYAINCP)ppersist.h \
    227   $(SOPHYAINCP)pexceptions.h \
    228   $(SOPHYAINCP)gnumd5.h \
    229   $(SOPHYAINCP)ppfbinstream.h \
    230   $(SOPHYAINCP)rawstream.h \
    231   $(SOPHYAINCP)ppfnametag.h \
    232   $(SOPHYAINCP)dvlist.h \
    233   $(SOPHYAINCP)ndatablock.h \
    234   $(SOPHYAINCP)utilarr.h \
    235   $(SOPHYAINCP)tmatrix_tsnl.h \
    236   $(SOPHYAINCP)tvector.h \
    237   $(SOPHYAINCP)tmatrix.h \
    238   $(SOPHYAINCP)tvector_tsnl.h fftpackc.h
     203  $(SOPHYAINCP)sopnamsp.h \
     204  fftpserver.h fftservintf.h \
     205  $(SOPHYAINCP)machdefs.h \
     206  $(SOPHYAINCP)pexceptions.h \
     207  $(SOPHYAINCP)tmatrix.h \
     208  $(SOPHYAINCP)tarray.h \
     209  $(SOPHYAINCP)basarr.h \
     210  $(SOPHYAINCP)anydataobj.h \
     211  $(SOPHYAINCP)mutyv.h \
     212  $(SOPHYAINCP)timestamp.h \
     213  $(SOPHYAINCP)objfio.h \
     214  $(SOPHYAINCP)ppersist.h \
     215  $(SOPHYAINCP)gnumd5.h \
     216  $(SOPHYAINCP)ppfbinstream.h \
     217  $(SOPHYAINCP)rawstream.h \
     218  $(SOPHYAINCP)ppfnametag.h \
     219  $(SOPHYAINCP)dvlist.h \
     220  $(SOPHYAINCP)ndatablock.h \
     221  $(SOPHYAINCP)utilarr.h \
     222  $(SOPHYAINCP)tmatrix_tsnl.h \
     223  $(SOPHYAINCP)tvector.h \
     224  $(SOPHYAINCP)tvector_tsnl.h \
     225  fftpackc.h
    239226        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftpserver.cc
    240227 
    241228$(SOPHYAOBJP)fftservintf.o: fftservintf.cc \
    242   $(SOPHYAINCP)sopnamsp.h fftservintf.h \
    243   $(SOPHYAINCP)machdefs.h \
    244   $(SOPHYAINCP)pexceptions.h \
    245   $(SOPHYAINCP)machdefs.h \
    246   $(SOPHYAINCP)tmatrix.h \
    247   $(SOPHYAINCP)tarray.h \
    248   $(SOPHYAINCP)basarr.h \
    249   $(SOPHYAINCP)anydataobj.h \
    250   $(SOPHYAINCP)mutyv.h \
    251   $(SOPHYAINCP)timestamp.h \
    252   $(SOPHYAINCP)objfio.h \
    253   $(SOPHYAINCP)ppersist.h \
    254   $(SOPHYAINCP)pexceptions.h \
    255   $(SOPHYAINCP)gnumd5.h \
    256   $(SOPHYAINCP)ppfbinstream.h \
    257   $(SOPHYAINCP)rawstream.h \
    258   $(SOPHYAINCP)ppfnametag.h \
    259   $(SOPHYAINCP)dvlist.h \
    260   $(SOPHYAINCP)ndatablock.h \
    261   $(SOPHYAINCP)utilarr.h \
    262   $(SOPHYAINCP)tmatrix_tsnl.h \
    263   $(SOPHYAINCP)tvector.h \
    264   $(SOPHYAINCP)tmatrix.h \
     229  $(SOPHYAINCP)sopnamsp.h \
     230  fftservintf.h \
     231  $(SOPHYAINCP)machdefs.h \
     232  $(SOPHYAINCP)pexceptions.h \
     233  $(SOPHYAINCP)tmatrix.h \
     234  $(SOPHYAINCP)tarray.h \
     235  $(SOPHYAINCP)basarr.h \
     236  $(SOPHYAINCP)anydataobj.h \
     237  $(SOPHYAINCP)mutyv.h \
     238  $(SOPHYAINCP)timestamp.h \
     239  $(SOPHYAINCP)objfio.h \
     240  $(SOPHYAINCP)ppersist.h \
     241  $(SOPHYAINCP)gnumd5.h \
     242  $(SOPHYAINCP)ppfbinstream.h \
     243  $(SOPHYAINCP)rawstream.h \
     244  $(SOPHYAINCP)ppfnametag.h \
     245  $(SOPHYAINCP)dvlist.h \
     246  $(SOPHYAINCP)ndatablock.h \
     247  $(SOPHYAINCP)utilarr.h \
     248  $(SOPHYAINCP)tmatrix_tsnl.h \
     249  $(SOPHYAINCP)tvector.h \
    265250  $(SOPHYAINCP)tvector_tsnl.h
    266251        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftservintf.cc
    267252 
    268253$(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \
    269   $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \
     254  $(SOPHYAINCP)sopnamsp.h \
     255  FSAppIrrSmpl.h \
    270256  $(SOPHYAINCP)machdefs.h nbmath.h \
    271257  $(SOPHYAINCP)smathconst.h \
    272   $(SOPHYAINCP)machdefs.h \
    273258  $(SOPHYAINCP)timing.h \
    274259  $(SOPHYAINCP)array.h \
     
    294279  $(SOPHYAINCP)matharr.h \
    295280  $(SOPHYAINCP)fioarr.h \
    296   $(SOPHYAINCP)sopemtx.h fftservintf.h \
    297   $(SOPHYAINCP)pexceptions.h \
    298   $(SOPHYAINCP)tmatrix.h \
    299   $(SOPHYAINCP)tvector.h fftpserver.h \
    300   toeplitzMatrix.h
     281  $(SOPHYAINCP)sopemtx.h \
     282  fftservintf.h fftpserver.h toeplitzMatrix.h
    301283        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  FSAppIrrSmpl.cc
    302284 
     
    305287  $(SOPHYAINCP)machdefs.h \
    306288  $(SOPHYAINCP)pexceptions.h \
    307   $(SOPHYAINCP)machdefs.h functab.h \
    308   $(SOPHYAINCP)tvector.h \
    309   $(SOPHYAINCP)tmatrix.h \
    310   $(SOPHYAINCP)tarray.h \
    311   $(SOPHYAINCP)basarr.h \
    312   $(SOPHYAINCP)anydataobj.h \
    313   $(SOPHYAINCP)mutyv.h \
    314   $(SOPHYAINCP)timestamp.h \
    315   $(SOPHYAINCP)objfio.h \
    316   $(SOPHYAINCP)ppersist.h \
    317   $(SOPHYAINCP)pexceptions.h \
    318   $(SOPHYAINCP)gnumd5.h \
    319   $(SOPHYAINCP)ppfbinstream.h \
    320   $(SOPHYAINCP)rawstream.h \
    321   $(SOPHYAINCP)ppfnametag.h \
    322   $(SOPHYAINCP)dvlist.h \
    323   $(SOPHYAINCP)ndatablock.h \
    324   $(SOPHYAINCP)utilarr.h \
    325   $(SOPHYAINCP)tmatrix_tsnl.h \
    326   $(SOPHYAINCP)tvector_tsnl.h \
    327   $(SOPHYAINCP)tarray.h
     289  functab.h $(SOPHYAINCP)tvector.h \
     290  $(SOPHYAINCP)tmatrix.h \
     291  $(SOPHYAINCP)tarray.h \
     292  $(SOPHYAINCP)basarr.h \
     293  $(SOPHYAINCP)anydataobj.h \
     294  $(SOPHYAINCP)mutyv.h \
     295  $(SOPHYAINCP)timestamp.h \
     296  $(SOPHYAINCP)objfio.h \
     297  $(SOPHYAINCP)ppersist.h \
     298  $(SOPHYAINCP)gnumd5.h \
     299  $(SOPHYAINCP)ppfbinstream.h \
     300  $(SOPHYAINCP)rawstream.h \
     301  $(SOPHYAINCP)ppfnametag.h \
     302  $(SOPHYAINCP)dvlist.h \
     303  $(SOPHYAINCP)ndatablock.h \
     304  $(SOPHYAINCP)utilarr.h \
     305  $(SOPHYAINCP)tmatrix_tsnl.h \
     306  $(SOPHYAINCP)tvector_tsnl.h
    328307        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  functab.cc
    329308 
     
    332311  $(SOPHYAINCP)machdefs.h \
    333312  $(SOPHYAINCP)strutil.h nbtri.h \
    334   generalfit.h $(SOPHYAINCP)pexceptions.h \
    335   $(SOPHYAINCP)machdefs.h \
    336   $(SOPHYAINCP)tvector.h \
    337   $(SOPHYAINCP)tmatrix.h \
    338   $(SOPHYAINCP)tarray.h \
    339   $(SOPHYAINCP)basarr.h \
    340   $(SOPHYAINCP)anydataobj.h \
    341   $(SOPHYAINCP)mutyv.h \
    342   $(SOPHYAINCP)timestamp.h \
    343   $(SOPHYAINCP)objfio.h \
    344   $(SOPHYAINCP)ppersist.h \
    345   $(SOPHYAINCP)pexceptions.h \
    346   $(SOPHYAINCP)gnumd5.h \
    347   $(SOPHYAINCP)ppfbinstream.h \
    348   $(SOPHYAINCP)rawstream.h \
    349   $(SOPHYAINCP)ppfnametag.h \
    350   $(SOPHYAINCP)dvlist.h \
    351   $(SOPHYAINCP)ndatablock.h \
    352   $(SOPHYAINCP)utilarr.h \
    353   $(SOPHYAINCP)tmatrix_tsnl.h \
    354   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    355   $(SOPHYAINCP)objfio.h \
    356   $(SOPHYAINCP)ppersist.h \
    357   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    358   $(SOPHYAINCP)utils.h \
     313  generalfit.h \
     314  $(SOPHYAINCP)pexceptions.h \
     315  $(SOPHYAINCP)tvector.h \
     316  $(SOPHYAINCP)tmatrix.h \
     317  $(SOPHYAINCP)tarray.h \
     318  $(SOPHYAINCP)basarr.h \
     319  $(SOPHYAINCP)anydataobj.h \
     320  $(SOPHYAINCP)mutyv.h \
     321  $(SOPHYAINCP)timestamp.h \
     322  $(SOPHYAINCP)objfio.h \
     323  $(SOPHYAINCP)ppersist.h \
     324  $(SOPHYAINCP)gnumd5.h \
     325  $(SOPHYAINCP)ppfbinstream.h \
     326  $(SOPHYAINCP)rawstream.h \
     327  $(SOPHYAINCP)ppfnametag.h \
     328  $(SOPHYAINCP)dvlist.h \
     329  $(SOPHYAINCP)ndatablock.h \
     330  $(SOPHYAINCP)utilarr.h \
     331  $(SOPHYAINCP)tmatrix_tsnl.h \
     332  $(SOPHYAINCP)tvector_tsnl.h \
     333  generaldata.h \
     334  $(SOPHYAINCP)ntupintf.h poly.h \
     335  peida.h $(SOPHYAINCP)utils.h \
     336  $(SOPHYAINCP)perrors.h fmath.h
     337        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generaldata.cc
     338 
     339$(SOPHYAOBJP)generalfit.o: generalfit.cc \
     340  $(SOPHYAINCP)sopnamsp.h \
     341  $(SOPHYAINCP)machdefs.h \
     342  $(SOPHYAINCP)pexceptions.h \
     343  generalfit.h \
     344  $(SOPHYAINCP)tvector.h \
     345  $(SOPHYAINCP)tmatrix.h \
     346  $(SOPHYAINCP)tarray.h \
     347  $(SOPHYAINCP)basarr.h \
     348  $(SOPHYAINCP)anydataobj.h \
     349  $(SOPHYAINCP)mutyv.h \
     350  $(SOPHYAINCP)timestamp.h \
     351  $(SOPHYAINCP)objfio.h \
     352  $(SOPHYAINCP)ppersist.h \
     353  $(SOPHYAINCP)gnumd5.h \
     354  $(SOPHYAINCP)ppfbinstream.h \
     355  $(SOPHYAINCP)rawstream.h \
     356  $(SOPHYAINCP)ppfnametag.h \
     357  $(SOPHYAINCP)dvlist.h \
     358  $(SOPHYAINCP)ndatablock.h \
     359  $(SOPHYAINCP)utilarr.h \
     360  $(SOPHYAINCP)tmatrix_tsnl.h \
     361  $(SOPHYAINCP)tvector_tsnl.h \
     362  generaldata.h \
     363  $(SOPHYAINCP)ntupintf.h poly.h \
     364  peida.h $(SOPHYAINCP)utils.h \
    359365  $(SOPHYAINCP)perrors.h fmath.h \
    360   $(SOPHYAINCP)anydataobj.h
    361         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generaldata.cc
    362  
    363 $(SOPHYAOBJP)generalfit.o: generalfit.cc \
    364   $(SOPHYAINCP)sopnamsp.h \
    365   $(SOPHYAINCP)machdefs.h \
    366   $(SOPHYAINCP)pexceptions.h \
    367   $(SOPHYAINCP)machdefs.h generalfit.h \
    368   $(SOPHYAINCP)tvector.h \
    369   $(SOPHYAINCP)tmatrix.h \
    370   $(SOPHYAINCP)tarray.h \
    371   $(SOPHYAINCP)basarr.h \
    372   $(SOPHYAINCP)anydataobj.h \
    373   $(SOPHYAINCP)mutyv.h \
    374   $(SOPHYAINCP)timestamp.h \
    375   $(SOPHYAINCP)objfio.h \
    376   $(SOPHYAINCP)ppersist.h \
    377   $(SOPHYAINCP)pexceptions.h \
    378   $(SOPHYAINCP)gnumd5.h \
    379   $(SOPHYAINCP)ppfbinstream.h \
    380   $(SOPHYAINCP)rawstream.h \
    381   $(SOPHYAINCP)ppfnametag.h \
    382   $(SOPHYAINCP)dvlist.h \
    383   $(SOPHYAINCP)ndatablock.h \
    384   $(SOPHYAINCP)utilarr.h \
    385   $(SOPHYAINCP)tmatrix_tsnl.h \
    386   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    387   $(SOPHYAINCP)objfio.h \
    388   $(SOPHYAINCP)ppersist.h \
    389   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    390   $(SOPHYAINCP)utils.h \
    391   $(SOPHYAINCP)perrors.h fmath.h \
    392   $(SOPHYAINCP)anydataobj.h \
    393   $(SOPHYAINCP)sopemtx.h \
    394   $(SOPHYAINCP)tvector.h
     366  $(SOPHYAINCP)sopemtx.h
    395367        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generalfit.cc
    396368 
    397 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \
    398   integ.h $(SOPHYAINCP)machdefs.h \
    399   $(SOPHYAINCP)pexceptions.h \
    400   $(SOPHYAINCP)machdefs.h classfunc.h \
    401   generalfit.h $(SOPHYAINCP)tvector.h \
    402   $(SOPHYAINCP)tmatrix.h \
    403   $(SOPHYAINCP)tarray.h \
    404   $(SOPHYAINCP)basarr.h \
    405   $(SOPHYAINCP)anydataobj.h \
    406   $(SOPHYAINCP)mutyv.h \
    407   $(SOPHYAINCP)timestamp.h \
    408   $(SOPHYAINCP)objfio.h \
    409   $(SOPHYAINCP)ppersist.h \
    410   $(SOPHYAINCP)pexceptions.h \
    411   $(SOPHYAINCP)gnumd5.h \
    412   $(SOPHYAINCP)ppfbinstream.h \
    413   $(SOPHYAINCP)rawstream.h \
    414   $(SOPHYAINCP)ppfnametag.h \
    415   $(SOPHYAINCP)dvlist.h \
    416   $(SOPHYAINCP)ndatablock.h \
    417   $(SOPHYAINCP)utilarr.h \
    418   $(SOPHYAINCP)tmatrix_tsnl.h \
    419   $(SOPHYAINCP)tvector_tsnl.h generaldata.h \
    420   $(SOPHYAINCP)objfio.h \
    421   $(SOPHYAINCP)ppersist.h \
    422   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    423   $(SOPHYAINCP)utils.h \
    424   $(SOPHYAINCP)perrors.h fmath.h \
    425   $(SOPHYAINCP)anydataobj.h
     369$(SOPHYAOBJP)integ.o: integ.cc \
     370  $(SOPHYAINCP)sopnamsp.h integ.h \
     371  $(SOPHYAINCP)machdefs.h \
     372  $(SOPHYAINCP)pexceptions.h \
     373  classfunc.h generalfit.h \
     374  $(SOPHYAINCP)tvector.h \
     375  $(SOPHYAINCP)tmatrix.h \
     376  $(SOPHYAINCP)tarray.h \
     377  $(SOPHYAINCP)basarr.h \
     378  $(SOPHYAINCP)anydataobj.h \
     379  $(SOPHYAINCP)mutyv.h \
     380  $(SOPHYAINCP)timestamp.h \
     381  $(SOPHYAINCP)objfio.h \
     382  $(SOPHYAINCP)ppersist.h \
     383  $(SOPHYAINCP)gnumd5.h \
     384  $(SOPHYAINCP)ppfbinstream.h \
     385  $(SOPHYAINCP)rawstream.h \
     386  $(SOPHYAINCP)ppfnametag.h \
     387  $(SOPHYAINCP)dvlist.h \
     388  $(SOPHYAINCP)ndatablock.h \
     389  $(SOPHYAINCP)utilarr.h \
     390  $(SOPHYAINCP)tmatrix_tsnl.h \
     391  $(SOPHYAINCP)tvector_tsnl.h \
     392  generaldata.h \
     393  $(SOPHYAINCP)ntupintf.h poly.h \
     394  peida.h $(SOPHYAINCP)utils.h \
     395  $(SOPHYAINCP)perrors.h fmath.h
    426396        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  integ.cc
    427397 
     
    431401$(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \
    432402  $(SOPHYAINCP)sopnamsp.h \
    433   $(SOPHYAINCP)machdefs.h ntoolsinit.h \
     403  $(SOPHYAINCP)machdefs.h \
     404  ntoolsinit.h \
    434405  $(SOPHYAINCP)tarrinit.h \
    435   $(SOPHYAINCP)sophyainit.h \
    436   $(SOPHYAINCP)machdefs.h poly.h \
    437   $(SOPHYAINCP)objfio.h \
    438   $(SOPHYAINCP)anydataobj.h \
    439   $(SOPHYAINCP)ppersist.h \
    440   $(SOPHYAINCP)pexceptions.h \
    441   $(SOPHYAINCP)gnumd5.h \
    442   $(SOPHYAINCP)ppfbinstream.h \
    443   $(SOPHYAINCP)rawstream.h \
    444   $(SOPHYAINCP)ppfnametag.h peida.h \
    445   $(SOPHYAINCP)utils.h \
    446   $(SOPHYAINCP)perrors.h \
    447   $(SOPHYAINCP)pexceptions.h fmath.h \
    448   $(SOPHYAINCP)tvector.h \
    449   $(SOPHYAINCP)tmatrix.h \
    450   $(SOPHYAINCP)tarray.h \
    451   $(SOPHYAINCP)basarr.h \
    452   $(SOPHYAINCP)mutyv.h \
    453   $(SOPHYAINCP)timestamp.h \
    454   $(SOPHYAINCP)objfio.h \
    455   $(SOPHYAINCP)dvlist.h \
    456   $(SOPHYAINCP)ndatablock.h \
    457   $(SOPHYAINCP)utilarr.h \
    458   $(SOPHYAINCP)tmatrix_tsnl.h \
    459   $(SOPHYAINCP)tvector_tsnl.h \
    460   $(SOPHYAINCP)ppersist.h \
    461   $(SOPHYAINCP)anydataobj.h generaldata.h \
     406  $(SOPHYAINCP)sophyainit.h poly.h \
     407  $(SOPHYAINCP)objfio.h \
     408  $(SOPHYAINCP)anydataobj.h \
     409  $(SOPHYAINCP)ppersist.h \
     410  $(SOPHYAINCP)pexceptions.h \
     411  $(SOPHYAINCP)gnumd5.h \
     412  $(SOPHYAINCP)ppfbinstream.h \
     413  $(SOPHYAINCP)rawstream.h \
     414  $(SOPHYAINCP)ppfnametag.h \
     415  peida.h $(SOPHYAINCP)utils.h \
     416  $(SOPHYAINCP)perrors.h fmath.h \
     417  $(SOPHYAINCP)tvector.h \
     418  $(SOPHYAINCP)tmatrix.h \
     419  $(SOPHYAINCP)tarray.h \
     420  $(SOPHYAINCP)basarr.h \
     421  $(SOPHYAINCP)mutyv.h \
     422  $(SOPHYAINCP)timestamp.h \
     423  $(SOPHYAINCP)dvlist.h \
     424  $(SOPHYAINCP)ndatablock.h \
     425  $(SOPHYAINCP)utilarr.h \
     426  $(SOPHYAINCP)tmatrix_tsnl.h \
     427  $(SOPHYAINCP)tvector_tsnl.h \
     428  generaldata.h \
    462429  $(SOPHYAINCP)ntupintf.h cimage.h \
    463   $(SOPHYAINCP)tmatrix.h \
    464   $(SOPHYAINCP)fioarr.h \
    465   $(SOPHYAINCP)tvector.h tabmath.h nbconst.h \
    466   dates.h datime.h
     430  $(SOPHYAINCP)fioarr.h tabmath.h \
     431  nbconst.h dates.h datime.h
    467432        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ntoolsinit.cc
    468433 
    469434$(SOPHYAOBJP)objfitter.o: objfitter.cc \
    470   $(SOPHYAINCP)sopnamsp.h objfitter.h \
    471   $(SOPHYAINCP)machdefs.h \
    472   $(SOPHYAINCP)tmatrix.h \
    473   $(SOPHYAINCP)machdefs.h \
    474   $(SOPHYAINCP)tarray.h \
    475   $(SOPHYAINCP)basarr.h \
    476   $(SOPHYAINCP)anydataobj.h \
    477   $(SOPHYAINCP)mutyv.h \
    478   $(SOPHYAINCP)timestamp.h \
    479   $(SOPHYAINCP)objfio.h \
    480   $(SOPHYAINCP)ppersist.h \
    481   $(SOPHYAINCP)pexceptions.h \
    482   $(SOPHYAINCP)gnumd5.h \
    483   $(SOPHYAINCP)ppfbinstream.h \
    484   $(SOPHYAINCP)rawstream.h \
    485   $(SOPHYAINCP)ppfnametag.h \
    486   $(SOPHYAINCP)dvlist.h \
    487   $(SOPHYAINCP)ndatablock.h \
    488   $(SOPHYAINCP)utilarr.h \
    489   $(SOPHYAINCP)tmatrix_tsnl.h cimage.h \
    490   $(SOPHYAINCP)fioarr.h \
    491   $(SOPHYAINCP)tmatrix.h \
    492   $(SOPHYAINCP)tvector.h \
    493   $(SOPHYAINCP)tvector_tsnl.h \
    494   $(SOPHYAINCP)tvector.h \
     435  $(SOPHYAINCP)sopnamsp.h \
     436  objfitter.h \
     437  $(SOPHYAINCP)machdefs.h \
     438  $(SOPHYAINCP)tmatrix.h \
     439  $(SOPHYAINCP)tarray.h \
     440  $(SOPHYAINCP)basarr.h \
     441  $(SOPHYAINCP)anydataobj.h \
     442  $(SOPHYAINCP)mutyv.h \
     443  $(SOPHYAINCP)timestamp.h \
     444  $(SOPHYAINCP)objfio.h \
     445  $(SOPHYAINCP)ppersist.h \
     446  $(SOPHYAINCP)pexceptions.h \
     447  $(SOPHYAINCP)gnumd5.h \
     448  $(SOPHYAINCP)ppfbinstream.h \
     449  $(SOPHYAINCP)rawstream.h \
     450  $(SOPHYAINCP)ppfnametag.h \
     451  $(SOPHYAINCP)dvlist.h \
     452  $(SOPHYAINCP)ndatablock.h \
     453  $(SOPHYAINCP)utilarr.h \
     454  $(SOPHYAINCP)tmatrix_tsnl.h \
     455  cimage.h $(SOPHYAINCP)fioarr.h \
     456  $(SOPHYAINCP)tvector.h \
     457  $(SOPHYAINCP)tvector_tsnl.h \
    495458  $(SOPHYAINCP)histos.h \
    496459  $(SOPHYAINCP)peida.h \
     
    499462  $(SOPHYAINCP)fmath.h \
    500463  $(SOPHYAINCP)histos2.h \
    501   $(SOPHYAINCP)histos.h \
    502   $(SOPHYAINCP)hisprof.h generalfit.h \
    503   $(SOPHYAINCP)pexceptions.h generaldata.h \
    504   $(SOPHYAINCP)objfio.h \
    505   $(SOPHYAINCP)ppersist.h \
    506   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    507   $(SOPHYAINCP)anydataobj.h
     464  $(SOPHYAINCP)hisprof.h \
     465  generalfit.h generaldata.h \
     466  $(SOPHYAINCP)ntupintf.h poly.h \
     467  peida.h
    508468        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  objfitter.cc
    509469 
     
    512472  $(SOPHYAINCP)machdefs.h \
    513473  $(SOPHYAINCP)pexceptions.h \
    514   $(SOPHYAINCP)machdefs.h perandom.h \
    515   $(SOPHYAINCP)histos.h \
    516   $(SOPHYAINCP)objfio.h \
    517   $(SOPHYAINCP)anydataobj.h \
    518   $(SOPHYAINCP)ppersist.h \
    519   $(SOPHYAINCP)pexceptions.h \
     474  perandom.h $(SOPHYAINCP)histos.h \
     475  $(SOPHYAINCP)objfio.h \
     476  $(SOPHYAINCP)anydataobj.h \
     477  $(SOPHYAINCP)ppersist.h \
    520478  $(SOPHYAINCP)gnumd5.h \
    521479  $(SOPHYAINCP)ppfbinstream.h \
     
    536494  $(SOPHYAINCP)utilarr.h \
    537495  $(SOPHYAINCP)tmatrix_tsnl.h \
    538   $(SOPHYAINCP)tvector_tsnl.h nbrandom.h \
     496  $(SOPHYAINCP)tvector_tsnl.h \
    539497  $(SOPHYAINCP)srandgen.h pemath.h
    540498        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  perandom.cc
    541499 
    542 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \
     500$(SOPHYAOBJP)poly.o: poly.cc \
     501  $(SOPHYAINCP)sopnamsp.h \
    543502  $(SOPHYAINCP)machdefs.h poly.h \
    544503  $(SOPHYAINCP)objfio.h \
    545   $(SOPHYAINCP)machdefs.h \
    546   $(SOPHYAINCP)anydataobj.h \
    547   $(SOPHYAINCP)ppersist.h \
    548   $(SOPHYAINCP)pexceptions.h \
    549   $(SOPHYAINCP)gnumd5.h \
    550   $(SOPHYAINCP)ppfbinstream.h \
    551   $(SOPHYAINCP)rawstream.h \
    552   $(SOPHYAINCP)ppfnametag.h peida.h \
     504  $(SOPHYAINCP)anydataobj.h \
     505  $(SOPHYAINCP)ppersist.h \
     506  $(SOPHYAINCP)pexceptions.h \
     507  $(SOPHYAINCP)gnumd5.h \
     508  $(SOPHYAINCP)ppfbinstream.h \
     509  $(SOPHYAINCP)rawstream.h \
     510  $(SOPHYAINCP)ppfnametag.h \
     511  peida.h $(SOPHYAINCP)utils.h \
     512  $(SOPHYAINCP)perrors.h fmath.h \
     513  $(SOPHYAINCP)tvector.h \
     514  $(SOPHYAINCP)tmatrix.h \
     515  $(SOPHYAINCP)tarray.h \
     516  $(SOPHYAINCP)basarr.h \
     517  $(SOPHYAINCP)mutyv.h \
     518  $(SOPHYAINCP)timestamp.h \
     519  $(SOPHYAINCP)dvlist.h \
     520  $(SOPHYAINCP)ndatablock.h \
     521  $(SOPHYAINCP)utilarr.h \
     522  $(SOPHYAINCP)tmatrix_tsnl.h \
     523  $(SOPHYAINCP)tvector_tsnl.h \
     524  linfit.h $(SOPHYAINCP)sopemtx.h \
     525  $(SOPHYAINCP)fioarr.h
     526        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  poly.cc
     527 
     528$(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
     529  $(SOPHYAINCP)sopnamsp.h \
     530  $(SOPHYAINCP)machdefs.h \
     531  rk4cdifeq.h difeq.h \
     532  $(SOPHYAINCP)pexceptions.h \
     533  $(SOPHYAINCP)tvector.h \
     534  $(SOPHYAINCP)tmatrix.h \
     535  $(SOPHYAINCP)tarray.h \
     536  $(SOPHYAINCP)basarr.h \
     537  $(SOPHYAINCP)anydataobj.h \
     538  $(SOPHYAINCP)mutyv.h \
     539  $(SOPHYAINCP)timestamp.h \
     540  $(SOPHYAINCP)objfio.h \
     541  $(SOPHYAINCP)ppersist.h \
     542  $(SOPHYAINCP)gnumd5.h \
     543  $(SOPHYAINCP)ppfbinstream.h \
     544  $(SOPHYAINCP)rawstream.h \
     545  $(SOPHYAINCP)ppfnametag.h \
     546  $(SOPHYAINCP)dvlist.h \
     547  $(SOPHYAINCP)ndatablock.h \
     548  $(SOPHYAINCP)utilarr.h \
     549  $(SOPHYAINCP)tmatrix_tsnl.h \
     550  $(SOPHYAINCP)tvector_tsnl.h \
     551  $(SOPHYAINCP)ctimer.h
     552        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rk4cdifeq.cc
     553 
     554$(SOPHYAOBJP)simplesort.o: simplesort.cc \
     555  $(SOPHYAINCP)sopnamsp.h \
     556  $(SOPHYAINCP)machdefs.h \
     557  simplesort.h peida.h \
    553558  $(SOPHYAINCP)utils.h \
    554559  $(SOPHYAINCP)perrors.h \
    555   $(SOPHYAINCP)pexceptions.h fmath.h \
    556   $(SOPHYAINCP)tvector.h \
    557   $(SOPHYAINCP)tmatrix.h \
    558   $(SOPHYAINCP)tarray.h \
    559   $(SOPHYAINCP)basarr.h \
    560   $(SOPHYAINCP)mutyv.h \
    561   $(SOPHYAINCP)timestamp.h \
    562   $(SOPHYAINCP)objfio.h \
    563   $(SOPHYAINCP)dvlist.h \
    564   $(SOPHYAINCP)ndatablock.h \
    565   $(SOPHYAINCP)utilarr.h \
    566   $(SOPHYAINCP)tmatrix_tsnl.h \
    567   $(SOPHYAINCP)tvector_tsnl.h \
    568   $(SOPHYAINCP)ppersist.h \
    569   $(SOPHYAINCP)anydataobj.h linfit.h \
    570   $(SOPHYAINCP)sopemtx.h \
    571   $(SOPHYAINCP)tvector.h \
    572   $(SOPHYAINCP)fioarr.h
    573         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  poly.cc
    574  
    575 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
    576   $(SOPHYAINCP)sopnamsp.h \
    577   $(SOPHYAINCP)machdefs.h rk4cdifeq.h \
    578   difeq.h $(SOPHYAINCP)pexceptions.h \
    579   $(SOPHYAINCP)machdefs.h \
    580   $(SOPHYAINCP)tvector.h \
    581   $(SOPHYAINCP)tmatrix.h \
    582   $(SOPHYAINCP)tarray.h \
    583   $(SOPHYAINCP)basarr.h \
    584   $(SOPHYAINCP)anydataobj.h \
    585   $(SOPHYAINCP)mutyv.h \
    586   $(SOPHYAINCP)timestamp.h \
    587   $(SOPHYAINCP)objfio.h \
    588   $(SOPHYAINCP)ppersist.h \
    589   $(SOPHYAINCP)pexceptions.h \
    590   $(SOPHYAINCP)gnumd5.h \
    591   $(SOPHYAINCP)ppfbinstream.h \
    592   $(SOPHYAINCP)rawstream.h \
    593   $(SOPHYAINCP)ppfnametag.h \
    594   $(SOPHYAINCP)dvlist.h \
    595   $(SOPHYAINCP)ndatablock.h \
    596   $(SOPHYAINCP)utilarr.h \
    597   $(SOPHYAINCP)tmatrix_tsnl.h \
    598   $(SOPHYAINCP)tvector_tsnl.h \
    599   $(SOPHYAINCP)ctimer.h
    600         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rk4cdifeq.cc
    601  
    602 $(SOPHYAOBJP)simplesort.o: simplesort.cc \
    603   $(SOPHYAINCP)sopnamsp.h \
    604   $(SOPHYAINCP)machdefs.h simplesort.h \
    605   peida.h $(SOPHYAINCP)utils.h \
    606   $(SOPHYAINCP)machdefs.h \
    607   $(SOPHYAINCP)perrors.h \
    608   $(SOPHYAINCP)pexceptions.h \
    609   $(SOPHYAINCP)pexceptions.h fmath.h
     560  $(SOPHYAINCP)pexceptions.h \
     561  fmath.h
    610562        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  simplesort.cc
    611563 
    612564$(SOPHYAOBJP)simplex.o: simplex.cc \
    613   $(SOPHYAINCP)sopnamsp.h simplex.h \
    614   $(SOPHYAINCP)machdefs.h \
    615   $(SOPHYAINCP)tvector.h \
    616   $(SOPHYAINCP)tmatrix.h \
    617   $(SOPHYAINCP)machdefs.h \
    618   $(SOPHYAINCP)tarray.h \
    619   $(SOPHYAINCP)basarr.h \
    620   $(SOPHYAINCP)anydataobj.h \
    621   $(SOPHYAINCP)mutyv.h \
    622   $(SOPHYAINCP)timestamp.h \
    623   $(SOPHYAINCP)objfio.h \
    624   $(SOPHYAINCP)ppersist.h \
    625   $(SOPHYAINCP)pexceptions.h \
    626   $(SOPHYAINCP)gnumd5.h \
    627   $(SOPHYAINCP)ppfbinstream.h \
    628   $(SOPHYAINCP)rawstream.h \
    629   $(SOPHYAINCP)ppfnametag.h \
    630   $(SOPHYAINCP)dvlist.h \
    631   $(SOPHYAINCP)ndatablock.h \
    632   $(SOPHYAINCP)utilarr.h \
    633   $(SOPHYAINCP)tmatrix_tsnl.h \
    634   $(SOPHYAINCP)tvector_tsnl.h generalfit.h \
    635   $(SOPHYAINCP)pexceptions.h generaldata.h \
    636   $(SOPHYAINCP)objfio.h \
    637   $(SOPHYAINCP)ppersist.h \
    638   $(SOPHYAINCP)ntupintf.h poly.h peida.h \
    639   $(SOPHYAINCP)utils.h \
     565  $(SOPHYAINCP)sopnamsp.h \
     566  simplex.h \
     567  $(SOPHYAINCP)machdefs.h \
     568  $(SOPHYAINCP)tvector.h \
     569  $(SOPHYAINCP)tmatrix.h \
     570  $(SOPHYAINCP)tarray.h \
     571  $(SOPHYAINCP)basarr.h \
     572  $(SOPHYAINCP)anydataobj.h \
     573  $(SOPHYAINCP)mutyv.h \
     574  $(SOPHYAINCP)timestamp.h \
     575  $(SOPHYAINCP)objfio.h \
     576  $(SOPHYAINCP)ppersist.h \
     577  $(SOPHYAINCP)pexceptions.h \
     578  $(SOPHYAINCP)gnumd5.h \
     579  $(SOPHYAINCP)ppfbinstream.h \
     580  $(SOPHYAINCP)rawstream.h \
     581  $(SOPHYAINCP)ppfnametag.h \
     582  $(SOPHYAINCP)dvlist.h \
     583  $(SOPHYAINCP)ndatablock.h \
     584  $(SOPHYAINCP)utilarr.h \
     585  $(SOPHYAINCP)tmatrix_tsnl.h \
     586  $(SOPHYAINCP)tvector_tsnl.h \
     587  generalfit.h generaldata.h \
     588  $(SOPHYAINCP)ntupintf.h poly.h \
     589  peida.h $(SOPHYAINCP)utils.h \
    640590  $(SOPHYAINCP)perrors.h fmath.h \
    641   $(SOPHYAINCP)anydataobj.h \
    642591  $(SOPHYAINCP)ntuple.h \
    643   $(SOPHYAINCP)ntupintf.h \
    644592  $(SOPHYAINCP)timing.h
    645593        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  simplex.cc
     
    647595$(SOPHYAOBJP)tabmath.o: tabmath.cc \
    648596  $(SOPHYAINCP)sopnamsp.h \
    649   $(SOPHYAINCP)machdefs.h tabmath.h peida.h \
     597  $(SOPHYAINCP)machdefs.h \
     598  tabmath.h peida.h \
    650599  $(SOPHYAINCP)utils.h \
    651   $(SOPHYAINCP)machdefs.h \
    652600  $(SOPHYAINCP)perrors.h \
    653601  $(SOPHYAINCP)pexceptions.h \
    654   $(SOPHYAINCP)pexceptions.h fmath.h \
    655   nbconst.h
     602  fmath.h nbconst.h
    656603        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tabmath.cc
    657604 
    658605$(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \
    659   $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \
     606  $(SOPHYAINCP)sopnamsp.h \
     607  toeplitzMatrix.h \
    660608  $(SOPHYAINCP)machdefs.h nbmath.h \
    661609  $(SOPHYAINCP)smathconst.h \
    662   $(SOPHYAINCP)machdefs.h \
    663610  $(SOPHYAINCP)timing.h \
    664611  $(SOPHYAINCP)array.h \
     
    684631  $(SOPHYAINCP)matharr.h \
    685632  $(SOPHYAINCP)fioarr.h \
    686   $(SOPHYAINCP)sopemtx.h fftservintf.h \
    687   $(SOPHYAINCP)pexceptions.h \
    688   $(SOPHYAINCP)tmatrix.h \
    689   $(SOPHYAINCP)tvector.h fftpserver.h
     633  $(SOPHYAINCP)sopemtx.h \
     634  fftservintf.h fftpserver.h
    690635        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  toeplitzMatrix.cc
    691636 
    692 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \
    693   $(SOPHYAINCP)strutil.h nbconst.h datime.h
     637$(SOPHYAOBJP)datime.o: datime.c \
     638  $(SOPHYAINCP)machdefs.h \
     639  $(SOPHYAINCP)strutil.h nbconst.h \
     640  datime.h
    694641        $(CCOMPILE) -o $@  datime.c
    695642 
    696643$(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
    697   $(SOPHYAINCP)machdefs.h trigtbl.h
     644  $(SOPHYAINCP)machdefs.h \
     645  trigtbl.h
    698646        $(CCOMPILE) -o $@  fftmayer_r4.c
    699647 
    700648$(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
    701   $(SOPHYAINCP)machdefs.h trigtbl.h
     649  $(SOPHYAINCP)machdefs.h \
     650  trigtbl.h
    702651        $(CCOMPILE) -o $@  fftmayer_r8.c
    703652 
     
    708657$(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \
    709658  $(SOPHYAINCP)machdefs.h \
     659  $(SOPHYAINCP)smathconst.h
     660        $(CCOMPILE) -o $@  matxop.c
     661 
     662$(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
     663  $(SOPHYAINCP)machdefs.h \
    710664  $(SOPHYAINCP)smathconst.h \
    711   $(SOPHYAINCP)machdefs.h
    712         $(CCOMPILE) -o $@  matxop.c
    713  
    714 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
    715   $(SOPHYAINCP)machdefs.h \
    716   $(SOPHYAINCP)smathconst.h \
    717   $(SOPHYAINCP)machdefs.h matxop.h nbinteg.h \
    718   nbtri.h
     665  matxop.h nbinteg.h nbtri.h
    719666        $(CCOMPILE) -o $@  nbmath.c
    720667 
  • trunk/SophyaPI/PIext/Makefile

    r3066 r3075  
    1515  $(SOPHYAINCP)machdefs.h \
    1616  $(SOPHYAINCP)commander.h \
    17   $(SOPHYAINCP)machdefs.h \
    1817  $(SOPHYAINCP)pdlmgr.h \
    1918  $(SOPHYAINCP)dvlist.h \
     
    2928  $(SOPHYAINCP)timestamp.h \
    3029  $(SOPHYAINCP)ctimer.h \
    31   $(SOPHYAINCP)zthread.h dlftypes.h \
    32   basexecut.h $(SOPHYAINCP)pdlmgr.h \
    33   $(SOPHYAINCP)ctimer.h \
    34   $(SOPHYAINCP)strutilxx.h pistdimgapp.h \
    35   $(SOPHYAINCP)pisysdep.h \
    36   $(SOPHYAINCP)piapplx.h \
    37   $(SOPHYAINCP)piapplgen.h \
    38   $(SOPHYAINCP)pimsghandler.h \
    39   $(SOPHYAINCP)pisysdep.h \
    40   $(SOPHYAINCP)picontainerx.h \
    41   $(SOPHYAINCP)picontainergen.h \
    42   $(SOPHYAINCP)piwdgx.h \
    43   $(SOPHYAINCP)piwdggen.h \
    44   $(SOPHYAINCP)picolist.h \
    45   $(SOPHYAINCP)pimenubarx.h \
    46   $(SOPHYAINCP)pimenubargen.h \
    47   $(SOPHYAINCP)pimenux.h \
    48   $(SOPHYAINCP)pimenugen.h \
    49   $(SOPHYAINCP)picons.h \
    50   $(SOPHYAINCP)pistdwdgx.h \
    51   $(SOPHYAINCP)pistdwdggen.h \
    52   $(SOPHYAINCP)pibwdgx.h \
    53   $(SOPHYAINCP)pibwdggen.h \
    54   $(SOPHYAINCP)picmap.h \
    55   $(SOPHYAINCP)picmapx.h \
    56   $(SOPHYAINCP)picmapgen.h \
    57   $(SOPHYAINCP)pigraphx.h \
    58   $(SOPHYAINCP)pigraphgen.h \
    59   $(SOPHYAINCP)pifontx.h \
    60   $(SOPHYAINCP)pifontgen.h \
    61   $(SOPHYAINCP)pigrcoord.h \
    62   $(SOPHYAINCP)pilineatt.h \
    63   $(SOPHYAINCP)pigraphuc.h \
    64   $(SOPHYAINCP)pievthandler.h \
    65   $(SOPHYAINCP)psfile.h \
    66   $(SOPHYAINCP)pigraphps.h \
    67   $(SOPHYAINCP)piwindowx.h \
    68   $(SOPHYAINCP)piwindowgen.h \
    69   $(SOPHYAINCP)pimenux.h \
    70   $(SOPHYAINCP)pioptmenux.h \
    71   $(SOPHYAINCP)pioptmenugen.h \
    72   $(SOPHYAINCP)pistdwdgx.h \
    73   $(SOPHYAINCP)pifilechox.h \
    74   $(SOPHYAINCP)pifilechogen.h \
    75   $(SOPHYAINCP)piwindowx.h \
    76   $(SOPHYAINCP)piperiodx.h \
    77   $(SOPHYAINCP)periodic.h \
    78   $(SOPHYAINCP)picons.h \
    79   $(SOPHYAINCP)piimage.h \
    80   $(SOPHYAINCP)parradapter.h \
    81   $(SOPHYAINCP)lut.h \
    82   $(SOPHYAINCP)pieldrw.h \
    83   $(SOPHYAINCP)pidrawer.h \
    84   $(SOPHYAINCP)pigratt.h \
    85   $(SOPHYAINCP)piaxes.h \
    86   $(SOPHYAINCP)pipixmapx.h \
    87   $(SOPHYAINCP)pipixmapgen.h \
    88   $(SOPHYAINCP)picmapview.h \
    89   $(SOPHYAINCP)pi3dwdg.h \
    90   $(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)pilistx.h \
    96   $(SOPHYAINCP)pilistgen.h \
    97   $(SOPHYAINCP)pistzwin.h \
    98   $(SOPHYAINCP)piperiodx.h \
    99   $(SOPHYAINCP)pitherm.h \
    100   $(SOPHYAINCP)resusage.h servnobjm.h \
    101   nomgadapter.h $(SOPHYAINCP)pidrawer.h \
    102   $(SOPHYAINCP)parradapter.h \
    103   $(SOPHYAINCP)ntupintf.h \
    104   $(SOPHYAINCP)generalfit.h \
    105   $(SOPHYAINCP)tvector.h \
    106   $(SOPHYAINCP)tmatrix.h \
    107   $(SOPHYAINCP)tarray.h \
    108   $(SOPHYAINCP)basarr.h \
    109   $(SOPHYAINCP)ndatablock.h \
    110   $(SOPHYAINCP)utilarr.h \
    111   $(SOPHYAINCP)tmatrix_tsnl.h \
    112   $(SOPHYAINCP)tvector_tsnl.h \
    113   $(SOPHYAINCP)generaldata.h \
    114   $(SOPHYAINCP)ntupintf.h \
    115   $(SOPHYAINCP)poly.h \
    116   $(SOPHYAINCP)peida.h \
    117   $(SOPHYAINCP)utils.h \
    118   $(SOPHYAINCP)perrors.h \
    119   $(SOPHYAINCP)fmath.h \
    120   $(SOPHYAINCP)histos.h \
    121   $(SOPHYAINCP)histos2.h \
    122   $(SOPHYAINCP)histos.h \
    123   $(SOPHYAINCP)hisprof.h \
    124   $(SOPHYAINCP)ntuple.h \
    125   $(SOPHYAINCP)generaldata.h \
    126   $(SOPHYAINCP)datatable.h \
    127   $(SOPHYAINCP)basedtable.h \
    128   $(SOPHYAINCP)segdatablock.h \
    129   $(SOPHYAINCP)tvector.h
    130         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basexecut.cc
    131  
    132 $(SOPHYAOBJP)contmodex.o: contmodex.cc \
    133   $(SOPHYAINCP)sopnamsp.h contmodex.h \
    134   $(SOPHYAINCP)machdefs.h piacmd.h \
    135   $(SOPHYAINCP)commander.h \
    136   $(SOPHYAINCP)machdefs.h \
    137   $(SOPHYAINCP)pdlmgr.h \
    138   $(SOPHYAINCP)dvlist.h \
    139   $(SOPHYAINCP)objfio.h \
    140   $(SOPHYAINCP)anydataobj.h \
    141   $(SOPHYAINCP)ppersist.h \
    142   $(SOPHYAINCP)pexceptions.h \
    143   $(SOPHYAINCP)gnumd5.h \
    144   $(SOPHYAINCP)ppfbinstream.h \
    145   $(SOPHYAINCP)rawstream.h \
    146   $(SOPHYAINCP)ppfnametag.h \
    147   $(SOPHYAINCP)mutyv.h \
    148   $(SOPHYAINCP)timestamp.h \
    149   $(SOPHYAINCP)ctimer.h \
    150   $(SOPHYAINCP)zthread.h dlftypes.h \
    151   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    152   $(SOPHYAINCP)ppersist.h \
    153   $(SOPHYAINCP)dvlist.h \
    154   $(SOPHYAINCP)pigncont.h \
    155   $(SOPHYAINCP)pistdimgapp.h \
     30  $(SOPHYAINCP)zthread.h \
     31  dlftypes.h basexecut.h \
     32  $(SOPHYAINCP)strutilxx.h \
     33  pistdimgapp.h \
    15634  $(SOPHYAINCP)pisysdep.h \
    15735  $(SOPHYAINCP)piapplx.h \
     
    20684  $(SOPHYAINCP)pi3ddrw.h \
    20785  $(SOPHYAINCP)pigraph3d.h \
     86  nobjmgr.h pisiadw.h \
     87  $(SOPHYAINCP)pilistx.h \
     88  $(SOPHYAINCP)pilistgen.h \
     89  $(SOPHYAINCP)pistzwin.h \
     90  $(SOPHYAINCP)pitherm.h \
     91  $(SOPHYAINCP)resusage.h \
     92  servnobjm.h nomgadapter.h \
     93  $(SOPHYAINCP)ntupintf.h \
     94  $(SOPHYAINCP)generalfit.h \
     95  $(SOPHYAINCP)tvector.h \
     96  $(SOPHYAINCP)tmatrix.h \
     97  $(SOPHYAINCP)tarray.h \
     98  $(SOPHYAINCP)basarr.h \
     99  $(SOPHYAINCP)ndatablock.h \
     100  $(SOPHYAINCP)utilarr.h \
     101  $(SOPHYAINCP)tmatrix_tsnl.h \
     102  $(SOPHYAINCP)tvector_tsnl.h \
     103  $(SOPHYAINCP)generaldata.h \
     104  $(SOPHYAINCP)poly.h \
     105  $(SOPHYAINCP)peida.h \
     106  $(SOPHYAINCP)utils.h \
     107  $(SOPHYAINCP)perrors.h \
     108  $(SOPHYAINCP)fmath.h \
     109  $(SOPHYAINCP)histos.h \
     110  $(SOPHYAINCP)histos2.h \
     111  $(SOPHYAINCP)hisprof.h \
     112  $(SOPHYAINCP)ntuple.h \
     113  $(SOPHYAINCP)datatable.h \
     114  $(SOPHYAINCP)basedtable.h \
     115  $(SOPHYAINCP)segdatablock.h
     116        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basexecut.cc
     117 
     118$(SOPHYAOBJP)contmodex.o: contmodex.cc \
     119  $(SOPHYAINCP)sopnamsp.h \
     120  contmodex.h \
     121  $(SOPHYAINCP)machdefs.h piacmd.h \
     122  $(SOPHYAINCP)commander.h \
     123  $(SOPHYAINCP)pdlmgr.h \
     124  $(SOPHYAINCP)dvlist.h \
     125  $(SOPHYAINCP)objfio.h \
     126  $(SOPHYAINCP)anydataobj.h \
     127  $(SOPHYAINCP)ppersist.h \
     128  $(SOPHYAINCP)pexceptions.h \
     129  $(SOPHYAINCP)gnumd5.h \
     130  $(SOPHYAINCP)ppfbinstream.h \
     131  $(SOPHYAINCP)rawstream.h \
     132  $(SOPHYAINCP)ppfnametag.h \
     133  $(SOPHYAINCP)mutyv.h \
     134  $(SOPHYAINCP)timestamp.h \
     135  $(SOPHYAINCP)ctimer.h \
     136  $(SOPHYAINCP)zthread.h \
     137  dlftypes.h nobjmgr.h \
     138  $(SOPHYAINCP)pigncont.h \
     139  $(SOPHYAINCP)pistdimgapp.h \
     140  $(SOPHYAINCP)pisysdep.h \
     141  $(SOPHYAINCP)piapplx.h \
     142  $(SOPHYAINCP)piapplgen.h \
     143  $(SOPHYAINCP)pimsghandler.h \
     144  $(SOPHYAINCP)picontainerx.h \
     145  $(SOPHYAINCP)picontainergen.h \
     146  $(SOPHYAINCP)piwdgx.h \
     147  $(SOPHYAINCP)piwdggen.h \
     148  $(SOPHYAINCP)picolist.h \
     149  $(SOPHYAINCP)pimenubarx.h \
     150  $(SOPHYAINCP)pimenubargen.h \
     151  $(SOPHYAINCP)pimenux.h \
     152  $(SOPHYAINCP)pimenugen.h \
     153  $(SOPHYAINCP)picons.h \
     154  $(SOPHYAINCP)pistdwdgx.h \
     155  $(SOPHYAINCP)pistdwdggen.h \
     156  $(SOPHYAINCP)pibwdgx.h \
     157  $(SOPHYAINCP)pibwdggen.h \
     158  $(SOPHYAINCP)picmap.h \
     159  $(SOPHYAINCP)picmapx.h \
     160  $(SOPHYAINCP)picmapgen.h \
     161  $(SOPHYAINCP)pigraphx.h \
     162  $(SOPHYAINCP)pigraphgen.h \
     163  $(SOPHYAINCP)pifontx.h \
     164  $(SOPHYAINCP)pifontgen.h \
     165  $(SOPHYAINCP)pigrcoord.h \
     166  $(SOPHYAINCP)pilineatt.h \
     167  $(SOPHYAINCP)pigraphuc.h \
     168  $(SOPHYAINCP)pievthandler.h \
     169  $(SOPHYAINCP)psfile.h \
     170  $(SOPHYAINCP)pigraphps.h \
     171  $(SOPHYAINCP)piwindowx.h \
     172  $(SOPHYAINCP)piwindowgen.h \
     173  $(SOPHYAINCP)pioptmenux.h \
     174  $(SOPHYAINCP)pioptmenugen.h \
     175  $(SOPHYAINCP)pifilechox.h \
     176  $(SOPHYAINCP)pifilechogen.h \
     177  $(SOPHYAINCP)piperiodx.h \
     178  $(SOPHYAINCP)periodic.h \
     179  $(SOPHYAINCP)piimage.h \
     180  $(SOPHYAINCP)parradapter.h \
     181  $(SOPHYAINCP)lut.h \
     182  $(SOPHYAINCP)pieldrw.h \
     183  $(SOPHYAINCP)pidrawer.h \
     184  $(SOPHYAINCP)pigratt.h \
     185  $(SOPHYAINCP)piaxes.h \
     186  $(SOPHYAINCP)pipixmapx.h \
     187  $(SOPHYAINCP)pipixmapgen.h \
     188  $(SOPHYAINCP)picmapview.h \
     189  $(SOPHYAINCP)pi3dwdg.h \
     190  $(SOPHYAINCP)pi3ddrw.h \
     191  $(SOPHYAINCP)pigraph3d.h \
    208192  $(SOPHYAINCP)nobjmgr.h \
    209193  $(SOPHYAINCP)piacmd.h \
     
    213197  $(SOPHYAINCP)pistzwin.h \
    214198  $(SOPHYAINCP)pitherm.h \
    215   $(SOPHYAINCP)zthread.h \
    216199  $(SOPHYAINCP)resusage.h \
    217200  $(SOPHYAINCP)piscdrawwdg.h \
     
    224207  $(SOPHYAINCP)gp_graph3d.h \
    225208  $(SOPHYAINCP)gp_alloc.h \
    226   $(SOPHYAINCP)pidrawer.h nomgadapter.h \
    227   $(SOPHYAINCP)parradapter.h \
    228   $(SOPHYAINCP)ntupintf.h \
     209  nomgadapter.h \
    229210  $(SOPHYAINCP)generalfit.h \
    230211  $(SOPHYAINCP)tvector.h \
     
    241222  $(SOPHYAINCP)utils.h \
    242223  $(SOPHYAINCP)perrors.h \
    243   $(SOPHYAINCP)fmath.h servnobjm.h \
    244   $(SOPHYAINCP)pdlmgr.h
     224  $(SOPHYAINCP)fmath.h servnobjm.h
    245225        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  contmodex.cc
    246226 
    247227$(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \
    248   $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \
     228  $(SOPHYAINCP)sopnamsp.h \
     229  cxxexecutor.h \
    249230  $(SOPHYAINCP)machdefs.h piacmd.h \
    250231  $(SOPHYAINCP)commander.h \
    251   $(SOPHYAINCP)machdefs.h \
    252232  $(SOPHYAINCP)pdlmgr.h \
    253233  $(SOPHYAINCP)dvlist.h \
     
    263243  $(SOPHYAINCP)timestamp.h \
    264244  $(SOPHYAINCP)ctimer.h \
    265   $(SOPHYAINCP)zthread.h dlftypes.h \
    266   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    267   $(SOPHYAINCP)ppersist.h \
    268   $(SOPHYAINCP)dvlist.h \
     245  $(SOPHYAINCP)zthread.h \
     246  dlftypes.h nobjmgr.h \
    269247  $(SOPHYAINCP)strutilxx.h \
    270   $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \
     248  $(SOPHYAINCP)cxxcmplnk.h \
     249  nomgadapter.h \
    271250  $(SOPHYAINCP)pidrawer.h \
    272251  $(SOPHYAINCP)pibwdggen.h \
     
    303282  $(SOPHYAINCP)tvector_tsnl.h \
    304283  $(SOPHYAINCP)generaldata.h \
    305   $(SOPHYAINCP)ntupintf.h \
    306284  $(SOPHYAINCP)poly.h \
    307285  $(SOPHYAINCP)peida.h \
    308286  $(SOPHYAINCP)utils.h \
    309287  $(SOPHYAINCP)perrors.h \
    310   $(SOPHYAINCP)fmath.h pistdimgapp.h \
    311   $(SOPHYAINCP)pisysdep.h \
     288  $(SOPHYAINCP)fmath.h \
     289  pistdimgapp.h \
    312290  $(SOPHYAINCP)piapplx.h \
    313291  $(SOPHYAINCP)piapplgen.h \
     
    325303  $(SOPHYAINCP)piwindowx.h \
    326304  $(SOPHYAINCP)piwindowgen.h \
    327   $(SOPHYAINCP)pimenux.h \
    328305  $(SOPHYAINCP)pioptmenux.h \
    329306  $(SOPHYAINCP)pioptmenugen.h \
    330   $(SOPHYAINCP)pistdwdgx.h \
    331307  $(SOPHYAINCP)pifilechox.h \
    332308  $(SOPHYAINCP)pifilechogen.h \
    333   $(SOPHYAINCP)piwindowx.h \
    334309  $(SOPHYAINCP)piperiodx.h \
    335310  $(SOPHYAINCP)periodic.h \
    336   $(SOPHYAINCP)picons.h \
    337311  $(SOPHYAINCP)piimage.h \
    338   $(SOPHYAINCP)parradapter.h \
    339312  $(SOPHYAINCP)pieldrw.h \
    340   $(SOPHYAINCP)pidrawer.h \
    341313  $(SOPHYAINCP)pipixmapx.h \
    342314  $(SOPHYAINCP)pipixmapgen.h \
     
    344316  $(SOPHYAINCP)pi3dwdg.h \
    345317  $(SOPHYAINCP)pi3ddrw.h \
    346   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    347   $(SOPHYAINCP)pilistx.h \
     318  $(SOPHYAINCP)pigraph3d.h \
     319  pisiadw.h $(SOPHYAINCP)pilistx.h \
    348320  $(SOPHYAINCP)pilistgen.h \
    349321  $(SOPHYAINCP)pistzwin.h \
    350   $(SOPHYAINCP)piperiodx.h \
    351322  $(SOPHYAINCP)pitherm.h \
    352323  $(SOPHYAINCP)resusage.h
     
    354325 
    355326$(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \
    356   $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \
     327  $(SOPHYAINCP)sopnamsp.h \
     328  cxxexecutor.h \
    357329  $(SOPHYAINCP)machdefs.h piacmd.h \
    358330  $(SOPHYAINCP)commander.h \
    359   $(SOPHYAINCP)machdefs.h \
    360331  $(SOPHYAINCP)pdlmgr.h \
    361332  $(SOPHYAINCP)dvlist.h \
     
    371342  $(SOPHYAINCP)timestamp.h \
    372343  $(SOPHYAINCP)ctimer.h \
    373   $(SOPHYAINCP)zthread.h dlftypes.h \
    374   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    375   $(SOPHYAINCP)ppersist.h \
    376   $(SOPHYAINCP)dvlist.h cxxexecwin.h \
    377   $(SOPHYAINCP)pisysdep.h pistdimgapp.h \
     344  $(SOPHYAINCP)zthread.h \
     345  dlftypes.h nobjmgr.h cxxexecwin.h \
     346  $(SOPHYAINCP)pisysdep.h \
     347  pistdimgapp.h \
    378348  $(SOPHYAINCP)piapplx.h \
    379349  $(SOPHYAINCP)piapplgen.h \
    380350  $(SOPHYAINCP)pimsghandler.h \
    381   $(SOPHYAINCP)pisysdep.h \
    382351  $(SOPHYAINCP)picontainerx.h \
    383352  $(SOPHYAINCP)picontainergen.h \
     
    409378  $(SOPHYAINCP)piwindowx.h \
    410379  $(SOPHYAINCP)piwindowgen.h \
    411   $(SOPHYAINCP)pimenux.h \
    412380  $(SOPHYAINCP)pioptmenux.h \
    413381  $(SOPHYAINCP)pioptmenugen.h \
    414   $(SOPHYAINCP)pistdwdgx.h \
    415382  $(SOPHYAINCP)pifilechox.h \
    416383  $(SOPHYAINCP)pifilechogen.h \
    417   $(SOPHYAINCP)piwindowx.h \
    418384  $(SOPHYAINCP)piperiodx.h \
    419385  $(SOPHYAINCP)periodic.h \
    420   $(SOPHYAINCP)picons.h \
    421386  $(SOPHYAINCP)piimage.h \
    422387  $(SOPHYAINCP)parradapter.h \
     
    431396  $(SOPHYAINCP)pi3dwdg.h \
    432397  $(SOPHYAINCP)pi3ddrw.h \
    433   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    434   $(SOPHYAINCP)pilistx.h \
     398  $(SOPHYAINCP)pigraph3d.h \
     399  pisiadw.h $(SOPHYAINCP)pilistx.h \
    435400  $(SOPHYAINCP)pilistgen.h \
    436401  $(SOPHYAINCP)pistzwin.h \
    437   $(SOPHYAINCP)piperiodx.h \
    438402  $(SOPHYAINCP)pitherm.h \
    439403  $(SOPHYAINCP)resusage.h
     
    441405 
    442406$(SOPHYAOBJP)flowmodex.o: flowmodex.cc \
    443   $(SOPHYAINCP)sopnamsp.h flowmodex.h \
     407  $(SOPHYAINCP)sopnamsp.h \
     408  flowmodex.h \
    444409  $(SOPHYAINCP)machdefs.h piacmd.h \
    445410  $(SOPHYAINCP)commander.h \
    446   $(SOPHYAINCP)machdefs.h \
    447411  $(SOPHYAINCP)pdlmgr.h \
    448412  $(SOPHYAINCP)dvlist.h \
     
    458422  $(SOPHYAINCP)timestamp.h \
    459423  $(SOPHYAINCP)ctimer.h \
    460   $(SOPHYAINCP)zthread.h dlftypes.h \
    461   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    462   $(SOPHYAINCP)ppersist.h \
    463   $(SOPHYAINCP)dvlist.h pi2dvec.h \
    464   pistdimgapp.h $(SOPHYAINCP)pisysdep.h \
     424  $(SOPHYAINCP)zthread.h \
     425  dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \
     426  $(SOPHYAINCP)pisysdep.h \
    465427  $(SOPHYAINCP)piapplx.h \
    466428  $(SOPHYAINCP)piapplgen.h \
    467429  $(SOPHYAINCP)pimsghandler.h \
    468   $(SOPHYAINCP)pisysdep.h \
    469430  $(SOPHYAINCP)picontainerx.h \
    470431  $(SOPHYAINCP)picontainergen.h \
     
    496457  $(SOPHYAINCP)piwindowx.h \
    497458  $(SOPHYAINCP)piwindowgen.h \
    498   $(SOPHYAINCP)pimenux.h \
    499459  $(SOPHYAINCP)pioptmenux.h \
    500460  $(SOPHYAINCP)pioptmenugen.h \
    501   $(SOPHYAINCP)pistdwdgx.h \
    502461  $(SOPHYAINCP)pifilechox.h \
    503462  $(SOPHYAINCP)pifilechogen.h \
    504   $(SOPHYAINCP)piwindowx.h \
    505463  $(SOPHYAINCP)piperiodx.h \
    506464  $(SOPHYAINCP)periodic.h \
    507   $(SOPHYAINCP)picons.h \
    508465  $(SOPHYAINCP)piimage.h \
    509466  $(SOPHYAINCP)parradapter.h \
     
    518475  $(SOPHYAINCP)pi3dwdg.h \
    519476  $(SOPHYAINCP)pi3ddrw.h \
    520   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    521   $(SOPHYAINCP)pilistx.h \
     477  $(SOPHYAINCP)pigraph3d.h \
     478  pisiadw.h $(SOPHYAINCP)pilistx.h \
    522479  $(SOPHYAINCP)pilistgen.h \
    523480  $(SOPHYAINCP)pistzwin.h \
    524   $(SOPHYAINCP)piperiodx.h \
    525481  $(SOPHYAINCP)pitherm.h \
    526482  $(SOPHYAINCP)resusage.h \
     
    528484  $(SOPHYAINCP)ntupintf.h \
    529485  $(SOPHYAINCP)ntuple.h \
    530   $(SOPHYAINCP)ntupintf.h \
    531   $(SOPHYAINCP)pidrawer.h nomgadapter.h \
    532   $(SOPHYAINCP)parradapter.h \
     486  nomgadapter.h \
    533487  $(SOPHYAINCP)generalfit.h \
    534488  $(SOPHYAINCP)tvector.h \
     
    545499  $(SOPHYAINCP)utils.h \
    546500  $(SOPHYAINCP)perrors.h \
    547   $(SOPHYAINCP)fmath.h servnobjm.h \
    548   $(SOPHYAINCP)pdlmgr.h
     501  $(SOPHYAINCP)fmath.h servnobjm.h
    549502        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  flowmodex.cc
    550503 
     
    553506  $(SOPHYAINCP)machdefs.h \
    554507  $(SOPHYAINCP)commander.h \
    555   $(SOPHYAINCP)machdefs.h \
    556508  $(SOPHYAINCP)pdlmgr.h \
    557509  $(SOPHYAINCP)dvlist.h \
     
    567519  $(SOPHYAINCP)timestamp.h \
    568520  $(SOPHYAINCP)ctimer.h \
    569   $(SOPHYAINCP)zthread.h dlftypes.h \
    570   graphexecut.h $(SOPHYAINCP)strutilxx.h \
    571   pistdimgapp.h $(SOPHYAINCP)pisysdep.h \
     521  $(SOPHYAINCP)zthread.h \
     522  dlftypes.h graphexecut.h \
     523  $(SOPHYAINCP)strutilxx.h \
     524  pistdimgapp.h \
     525  $(SOPHYAINCP)pisysdep.h \
    572526  $(SOPHYAINCP)piapplx.h \
    573527  $(SOPHYAINCP)piapplgen.h \
    574528  $(SOPHYAINCP)pimsghandler.h \
    575   $(SOPHYAINCP)pisysdep.h \
    576529  $(SOPHYAINCP)picontainerx.h \
    577530  $(SOPHYAINCP)picontainergen.h \
     
    603556  $(SOPHYAINCP)piwindowx.h \
    604557  $(SOPHYAINCP)piwindowgen.h \
    605   $(SOPHYAINCP)pimenux.h \
    606558  $(SOPHYAINCP)pioptmenux.h \
    607559  $(SOPHYAINCP)pioptmenugen.h \
    608   $(SOPHYAINCP)pistdwdgx.h \
    609560  $(SOPHYAINCP)pifilechox.h \
    610561  $(SOPHYAINCP)pifilechogen.h \
    611   $(SOPHYAINCP)piwindowx.h \
    612562  $(SOPHYAINCP)piperiodx.h \
    613563  $(SOPHYAINCP)periodic.h \
    614   $(SOPHYAINCP)picons.h \
    615564  $(SOPHYAINCP)piimage.h \
    616565  $(SOPHYAINCP)parradapter.h \
     
    625574  $(SOPHYAINCP)pi3dwdg.h \
    626575  $(SOPHYAINCP)pi3ddrw.h \
    627   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    628   $(SOPHYAINCP)anydataobj.h \
    629   $(SOPHYAINCP)ppersist.h \
    630   $(SOPHYAINCP)dvlist.h pisiadw.h \
     576  $(SOPHYAINCP)pigraph3d.h \
     577  nobjmgr.h pisiadw.h \
    631578  $(SOPHYAINCP)pilistx.h \
    632579  $(SOPHYAINCP)pilistgen.h \
    633580  $(SOPHYAINCP)pistzwin.h \
    634   $(SOPHYAINCP)piperiodx.h \
    635581  $(SOPHYAINCP)pitherm.h \
    636   $(SOPHYAINCP)resusage.h nomgadapter.h \
    637   $(SOPHYAINCP)pidrawer.h \
    638   $(SOPHYAINCP)parradapter.h \
     582  $(SOPHYAINCP)resusage.h \
     583  nomgadapter.h \
    639584  $(SOPHYAINCP)ntupintf.h \
    640585  $(SOPHYAINCP)generalfit.h \
     
    648593  $(SOPHYAINCP)tvector_tsnl.h \
    649594  $(SOPHYAINCP)generaldata.h \
    650   $(SOPHYAINCP)ntupintf.h \
    651595  $(SOPHYAINCP)poly.h \
    652596  $(SOPHYAINCP)peida.h \
     
    663607  $(SOPHYAINCP)strutil.h \
    664608  $(SOPHYAINCP)datatypes.h \
    665   $(SOPHYAINCP)machdefs.h nobjmgr.h \
    666   $(SOPHYAINCP)machdefs.h \
    667   $(SOPHYAINCP)anydataobj.h \
    668   $(SOPHYAINCP)ppersist.h \
    669   $(SOPHYAINCP)pexceptions.h \
    670   $(SOPHYAINCP)gnumd5.h \
    671   $(SOPHYAINCP)ppfbinstream.h \
    672   $(SOPHYAINCP)rawstream.h \
    673   $(SOPHYAINCP)ppfnametag.h \
    674   $(SOPHYAINCP)ppersist.h \
    675   $(SOPHYAINCP)dvlist.h \
    676   $(SOPHYAINCP)objfio.h \
    677   $(SOPHYAINCP)anydataobj.h \
    678   $(SOPHYAINCP)mutyv.h \
    679   $(SOPHYAINCP)timestamp.h dlftypes.h \
    680   servnobjm.h $(SOPHYAINCP)pdlmgr.h \
    681   $(SOPHYAINCP)zthread.h nomgadapter.h \
     609  $(SOPHYAINCP)machdefs.h \
     610  nobjmgr.h \
     611  $(SOPHYAINCP)anydataobj.h \
     612  $(SOPHYAINCP)ppersist.h \
     613  $(SOPHYAINCP)pexceptions.h \
     614  $(SOPHYAINCP)gnumd5.h \
     615  $(SOPHYAINCP)ppfbinstream.h \
     616  $(SOPHYAINCP)rawstream.h \
     617  $(SOPHYAINCP)ppfnametag.h \
     618  $(SOPHYAINCP)dvlist.h \
     619  $(SOPHYAINCP)objfio.h \
     620  $(SOPHYAINCP)mutyv.h \
     621  $(SOPHYAINCP)timestamp.h \
     622  dlftypes.h servnobjm.h \
     623  $(SOPHYAINCP)pdlmgr.h \
     624  $(SOPHYAINCP)zthread.h \
     625  nomgadapter.h \
    682626  $(SOPHYAINCP)pidrawer.h \
    683627  $(SOPHYAINCP)pibwdggen.h \
     
    709653  $(SOPHYAINCP)tarray.h \
    710654  $(SOPHYAINCP)basarr.h \
    711   $(SOPHYAINCP)dvlist.h \
    712655  $(SOPHYAINCP)ndatablock.h \
    713656  $(SOPHYAINCP)utilarr.h \
     
    715658  $(SOPHYAINCP)tvector_tsnl.h \
    716659  $(SOPHYAINCP)generaldata.h \
    717   $(SOPHYAINCP)ntupintf.h \
    718660  $(SOPHYAINCP)poly.h \
    719661  $(SOPHYAINCP)peida.h \
    720662  $(SOPHYAINCP)utils.h \
    721663  $(SOPHYAINCP)perrors.h \
    722   $(SOPHYAINCP)fmath.h pistdimgapp.h \
    723   $(SOPHYAINCP)pisysdep.h \
     664  $(SOPHYAINCP)fmath.h \
     665  pistdimgapp.h \
    724666  $(SOPHYAINCP)piapplx.h \
    725667  $(SOPHYAINCP)piapplgen.h \
     
    737679  $(SOPHYAINCP)piwindowx.h \
    738680  $(SOPHYAINCP)piwindowgen.h \
    739   $(SOPHYAINCP)pimenux.h \
    740681  $(SOPHYAINCP)pioptmenux.h \
    741682  $(SOPHYAINCP)pioptmenugen.h \
    742   $(SOPHYAINCP)pistdwdgx.h \
    743683  $(SOPHYAINCP)pifilechox.h \
    744684  $(SOPHYAINCP)pifilechogen.h \
    745   $(SOPHYAINCP)piwindowx.h \
    746685  $(SOPHYAINCP)piperiodx.h \
    747686  $(SOPHYAINCP)periodic.h \
    748   $(SOPHYAINCP)picons.h \
    749687  $(SOPHYAINCP)piimage.h \
    750   $(SOPHYAINCP)parradapter.h \
    751688  $(SOPHYAINCP)pieldrw.h \
    752   $(SOPHYAINCP)pidrawer.h \
    753689  $(SOPHYAINCP)pipixmapx.h \
    754690  $(SOPHYAINCP)pipixmapgen.h \
     
    756692  $(SOPHYAINCP)pi3dwdg.h \
    757693  $(SOPHYAINCP)pi3ddrw.h \
    758   $(SOPHYAINCP)pigraph3d.h piacmd.h \
     694  $(SOPHYAINCP)pigraph3d.h \
     695  piacmd.h \
    759696  $(SOPHYAINCP)commander.h \
    760   $(SOPHYAINCP)pdlmgr.h \
    761697  $(SOPHYAINCP)ctimer.h pisiadw.h \
    762698  $(SOPHYAINCP)pilistx.h \
    763699  $(SOPHYAINCP)pilistgen.h \
    764700  $(SOPHYAINCP)pistzwin.h \
    765   $(SOPHYAINCP)piperiodx.h \
    766701  $(SOPHYAINCP)pitherm.h \
    767702  $(SOPHYAINCP)resusage.h \
    768   $(SOPHYAINCP)tvector.h pitvmaad.h \
    769   $(SOPHYAINCP)tmatrix.h \
     703  pitvmaad.h \
    770704  $(SOPHYAINCP)piyfxdrw.h \
    771   $(SOPHYAINCP)pisurfdr.h pipodrw.h \
    772   $(SOPHYAINCP)histos2.h \
     705  $(SOPHYAINCP)pisurfdr.h \
     706  pipodrw.h $(SOPHYAINCP)histos2.h \
    773707  $(SOPHYAINCP)histos.h pintuple.h \
    774   pintup3d.h $(SOPHYAINCP)pi3ddrw.h pigfd1.h \
    775   $(SOPHYAINCP)generaldata.h pigfd2.h
     708  pintup3d.h pigfd1.h pigfd2.h
    776709        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nobjmgr.cc
    777710 
    778711$(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \
    779712  $(SOPHYAINCP)sopnamsp.h \
    780   $(SOPHYAINCP)machdefs.h nomgadapter.h \
    781   $(SOPHYAINCP)ppersist.h \
    782   $(SOPHYAINCP)machdefs.h \
    783   $(SOPHYAINCP)pexceptions.h \
    784   $(SOPHYAINCP)gnumd5.h \
    785   $(SOPHYAINCP)ppfbinstream.h \
    786   $(SOPHYAINCP)rawstream.h \
    787   $(SOPHYAINCP)ppfnametag.h \
    788   $(SOPHYAINCP)ppersist.h \
     713  $(SOPHYAINCP)machdefs.h \
     714  nomgadapter.h \
     715  $(SOPHYAINCP)ppersist.h \
     716  $(SOPHYAINCP)pexceptions.h \
     717  $(SOPHYAINCP)gnumd5.h \
     718  $(SOPHYAINCP)ppfbinstream.h \
     719  $(SOPHYAINCP)rawstream.h \
     720  $(SOPHYAINCP)ppfnametag.h \
    789721  $(SOPHYAINCP)anydataobj.h \
    790722  $(SOPHYAINCP)pidrawer.h \
     
    817749  $(SOPHYAINCP)tarray.h \
    818750  $(SOPHYAINCP)basarr.h \
    819   $(SOPHYAINCP)anydataobj.h \
    820751  $(SOPHYAINCP)mutyv.h \
    821752  $(SOPHYAINCP)timestamp.h \
     
    827758  $(SOPHYAINCP)tvector_tsnl.h \
    828759  $(SOPHYAINCP)generaldata.h \
    829   $(SOPHYAINCP)ntupintf.h \
    830760  $(SOPHYAINCP)poly.h \
    831761  $(SOPHYAINCP)peida.h \
     
    837767$(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \
    838768  $(SOPHYAINCP)sopnamsp.h \
    839   $(SOPHYAINCP)machdefs.h nomgfdadapter.h \
    840   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    841   $(SOPHYAINCP)machdefs.h \
    842   $(SOPHYAINCP)pexceptions.h \
    843   $(SOPHYAINCP)gnumd5.h \
    844   $(SOPHYAINCP)ppfbinstream.h \
    845   $(SOPHYAINCP)rawstream.h \
    846   $(SOPHYAINCP)ppfnametag.h \
    847   $(SOPHYAINCP)ppersist.h \
     769  $(SOPHYAINCP)machdefs.h \
     770  nomgfdadapter.h nomgadapter.h \
     771  $(SOPHYAINCP)ppersist.h \
     772  $(SOPHYAINCP)pexceptions.h \
     773  $(SOPHYAINCP)gnumd5.h \
     774  $(SOPHYAINCP)ppfbinstream.h \
     775  $(SOPHYAINCP)rawstream.h \
     776  $(SOPHYAINCP)ppfnametag.h \
    848777  $(SOPHYAINCP)anydataobj.h \
    849778  $(SOPHYAINCP)pidrawer.h \
     
    876805  $(SOPHYAINCP)tarray.h \
    877806  $(SOPHYAINCP)basarr.h \
    878   $(SOPHYAINCP)anydataobj.h \
    879807  $(SOPHYAINCP)mutyv.h \
    880808  $(SOPHYAINCP)timestamp.h \
     
    886814  $(SOPHYAINCP)tvector_tsnl.h \
    887815  $(SOPHYAINCP)generaldata.h \
    888   $(SOPHYAINCP)ntupintf.h \
    889816  $(SOPHYAINCP)poly.h \
    890817  $(SOPHYAINCP)peida.h \
     
    897824  $(SOPHYAINCP)cimage.h \
    898825  $(SOPHYAINCP)fioarr.h \
    899   $(SOPHYAINCP)histos2.h \
    900   $(SOPHYAINCP)hisprof.h \
    901   $(SOPHYAINCP)generalfit.h
     826  $(SOPHYAINCP)hisprof.h
    902827        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomgfdadapter.cc
    903828 
    904829$(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \
    905830  $(SOPHYAINCP)sopnamsp.h \
    906   $(SOPHYAINCP)machdefs.h nomhistadapter.h \
    907   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    908   $(SOPHYAINCP)machdefs.h \
    909   $(SOPHYAINCP)pexceptions.h \
    910   $(SOPHYAINCP)gnumd5.h \
    911   $(SOPHYAINCP)ppfbinstream.h \
    912   $(SOPHYAINCP)rawstream.h \
    913   $(SOPHYAINCP)ppfnametag.h \
    914   $(SOPHYAINCP)ppersist.h \
     831  $(SOPHYAINCP)machdefs.h \
     832  nomhistadapter.h nomgadapter.h \
     833  $(SOPHYAINCP)ppersist.h \
     834  $(SOPHYAINCP)pexceptions.h \
     835  $(SOPHYAINCP)gnumd5.h \
     836  $(SOPHYAINCP)ppfbinstream.h \
     837  $(SOPHYAINCP)rawstream.h \
     838  $(SOPHYAINCP)ppfnametag.h \
    915839  $(SOPHYAINCP)anydataobj.h \
    916840  $(SOPHYAINCP)pidrawer.h \
     
    943867  $(SOPHYAINCP)tarray.h \
    944868  $(SOPHYAINCP)basarr.h \
    945   $(SOPHYAINCP)anydataobj.h \
    946869  $(SOPHYAINCP)mutyv.h \
    947870  $(SOPHYAINCP)timestamp.h \
     
    953876  $(SOPHYAINCP)tvector_tsnl.h \
    954877  $(SOPHYAINCP)generaldata.h \
    955   $(SOPHYAINCP)ntupintf.h \
    956878  $(SOPHYAINCP)poly.h \
    957879  $(SOPHYAINCP)peida.h \
     
    961883  $(SOPHYAINCP)histos.h \
    962884  $(SOPHYAINCP)histos2.h \
    963   $(SOPHYAINCP)histos.h \
    964885  $(SOPHYAINCP)hisprof.h \
    965886  $(SOPHYAINCP)histerr.h \
     
    967888  $(SOPHYAINCP)xntuple.h \
    968889  $(SOPHYAINCP)basedtable.h \
    969   $(SOPHYAINCP)segdatablock.h pihisto.h \
    970   pihisto2d.h $(SOPHYAINCP)pisysdep.h \
     890  $(SOPHYAINCP)segdatablock.h \
     891  pihisto.h pihisto2d.h \
    971892  $(SOPHYAINCP)pimenux.h \
    972893  $(SOPHYAINCP)pimenugen.h \
    973894  $(SOPHYAINCP)pimenubarx.h \
    974895  $(SOPHYAINCP)pimenubargen.h \
    975   $(SOPHYAINCP)pimenux.h \
    976896  $(SOPHYAINCP)pioptmenux.h \
    977897  $(SOPHYAINCP)pioptmenugen.h \
     
    985905  $(SOPHYAINCP)picontainerx.h \
    986906  $(SOPHYAINCP)picontainergen.h \
    987   $(SOPHYAINCP)pidrawer.h \
    988907  $(SOPHYAINCP)pieldrw.h pipodrw.h \
    989   servnobjm.h nobjmgr.h \
    990   $(SOPHYAINCP)dvlist.h dlftypes.h \
     908  servnobjm.h nobjmgr.h dlftypes.h \
    991909  $(SOPHYAINCP)pdlmgr.h \
    992910  $(SOPHYAINCP)zthread.h \
     
    994912  $(SOPHYAINCP)cimage.h \
    995913  $(SOPHYAINCP)fioarr.h \
    996   $(SOPHYAINCP)histos2.h \
    997   $(SOPHYAINCP)hisprof.h \
    998   $(SOPHYAINCP)generalfit.h \
    999914  $(SOPHYAINCP)datatable.h \
    1000   $(SOPHYAINCP)basedtable.h \
    1001915  $(SOPHYAINCP)swppfdtable.h \
    1002916  $(SOPHYAINCP)swsegdb.h \
     
    1009923  $(SOPHYAINCP)machdefs.h \
    1010924  $(SOPHYAINCP)datatype.h \
    1011   $(SOPHYAINCP)machdefs.h nomimagadapter.h \
    1012   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1013   $(SOPHYAINCP)pexceptions.h \
    1014   $(SOPHYAINCP)gnumd5.h \
    1015   $(SOPHYAINCP)ppfbinstream.h \
    1016   $(SOPHYAINCP)rawstream.h \
    1017   $(SOPHYAINCP)ppfnametag.h \
    1018   $(SOPHYAINCP)ppersist.h \
     925  nomimagadapter.h nomgadapter.h \
     926  $(SOPHYAINCP)ppersist.h \
     927  $(SOPHYAINCP)pexceptions.h \
     928  $(SOPHYAINCP)gnumd5.h \
     929  $(SOPHYAINCP)ppfbinstream.h \
     930  $(SOPHYAINCP)rawstream.h \
     931  $(SOPHYAINCP)ppfnametag.h \
    1019932  $(SOPHYAINCP)anydataobj.h \
    1020933  $(SOPHYAINCP)pidrawer.h \
     
    1047960  $(SOPHYAINCP)tarray.h \
    1048961  $(SOPHYAINCP)basarr.h \
    1049   $(SOPHYAINCP)anydataobj.h \
    1050962  $(SOPHYAINCP)mutyv.h \
    1051963  $(SOPHYAINCP)timestamp.h \
     
    1057969  $(SOPHYAINCP)tvector_tsnl.h \
    1058970  $(SOPHYAINCP)generaldata.h \
    1059   $(SOPHYAINCP)ntupintf.h \
    1060971  $(SOPHYAINCP)poly.h \
    1061972  $(SOPHYAINCP)peida.h \
     
    1064975  $(SOPHYAINCP)fmath.h \
    1065976  $(SOPHYAINCP)cimage.h \
    1066   $(SOPHYAINCP)fioarr.h pimgadapter.h \
     977  $(SOPHYAINCP)fioarr.h \
     978  pimgadapter.h \
    1067979  $(SOPHYAINCP)objfitter.h \
    1068   $(SOPHYAINCP)cimage.h \
    1069980  $(SOPHYAINCP)histos.h \
    1070981  $(SOPHYAINCP)histos2.h \
    1071   $(SOPHYAINCP)hisprof.h \
    1072   $(SOPHYAINCP)generalfit.h
     982  $(SOPHYAINCP)hisprof.h
    1073983        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomimagadapter.cc
    1074984 
     
    1077987  $(SOPHYAINCP)machdefs.h \
    1078988  $(SOPHYAINCP)datatype.h \
    1079   $(SOPHYAINCP)machdefs.h nomskymapadapter.h \
    1080   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1081   $(SOPHYAINCP)pexceptions.h \
    1082   $(SOPHYAINCP)gnumd5.h \
    1083   $(SOPHYAINCP)ppfbinstream.h \
    1084   $(SOPHYAINCP)rawstream.h \
    1085   $(SOPHYAINCP)ppfnametag.h \
    1086   $(SOPHYAINCP)ppersist.h \
     989  nomskymapadapter.h nomgadapter.h \
     990  $(SOPHYAINCP)ppersist.h \
     991  $(SOPHYAINCP)pexceptions.h \
     992  $(SOPHYAINCP)gnumd5.h \
     993  $(SOPHYAINCP)ppfbinstream.h \
     994  $(SOPHYAINCP)rawstream.h \
     995  $(SOPHYAINCP)ppfnametag.h \
    1087996  $(SOPHYAINCP)anydataobj.h \
    1088997  $(SOPHYAINCP)pidrawer.h \
     
    11151024  $(SOPHYAINCP)tarray.h \
    11161025  $(SOPHYAINCP)basarr.h \
    1117   $(SOPHYAINCP)anydataobj.h \
    11181026  $(SOPHYAINCP)mutyv.h \
    11191027  $(SOPHYAINCP)timestamp.h \
     
    11251033  $(SOPHYAINCP)tvector_tsnl.h \
    11261034  $(SOPHYAINCP)generaldata.h \
    1127   $(SOPHYAINCP)ntupintf.h \
    11281035  $(SOPHYAINCP)poly.h \
    11291036  $(SOPHYAINCP)peida.h \
     
    11311038  $(SOPHYAINCP)perrors.h \
    11321039  $(SOPHYAINCP)fmath.h \
    1133   $(SOPHYAINCP)tmatrix.h \
    11341040  $(SOPHYAINCP)pixelmap.h \
    11351041  $(SOPHYAINCP)spherepos.h \
     
    11381044  $(SOPHYAINCP)longlat.h \
    11391045  $(SOPHYAINCP)utilgeom.h \
    1140   $(SOPHYAINCP)datatype.h \
    11411046  $(SOPHYAINCP)skymap.h \
    11421047  $(SOPHYAINCP)spherethetaphi.h \
    11431048  $(SOPHYAINCP)sphericalmap.h \
    11441049  $(SOPHYAINCP)smathconst.h \
    1145   $(SOPHYAINCP)pixelmap.h \
    11461050  $(SOPHYAINCP)spherehealpix.h \
    11471051  $(SOPHYAINCP)HEALPixUtils.h \
     
    11511055  $(SOPHYAINCP)fiospherehealpix.h \
    11521056  $(SOPHYAINCP)fiolocalmap.h \
    1153   $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \
    1154   $(SOPHYAINCP)tvector.h \
     1057  $(SOPHYAINCP)fiosphereecp.h \
     1058  pitvmaad.h \
    11551059  $(SOPHYAINCP)complexios.h
    11561060        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomskymapadapter.cc
     
    11611065  nomspecrespadapter.h nomgadapter.h \
    11621066  $(SOPHYAINCP)ppersist.h \
    1163   $(SOPHYAINCP)machdefs.h \
    1164   $(SOPHYAINCP)pexceptions.h \
    1165   $(SOPHYAINCP)gnumd5.h \
    1166   $(SOPHYAINCP)ppfbinstream.h \
    1167   $(SOPHYAINCP)rawstream.h \
    1168   $(SOPHYAINCP)ppfnametag.h \
    1169   $(SOPHYAINCP)ppersist.h \
     1067  $(SOPHYAINCP)pexceptions.h \
     1068  $(SOPHYAINCP)gnumd5.h \
     1069  $(SOPHYAINCP)ppfbinstream.h \
     1070  $(SOPHYAINCP)rawstream.h \
     1071  $(SOPHYAINCP)ppfnametag.h \
    11701072  $(SOPHYAINCP)anydataobj.h \
    11711073  $(SOPHYAINCP)pidrawer.h \
     
    11981100  $(SOPHYAINCP)tarray.h \
    11991101  $(SOPHYAINCP)basarr.h \
    1200   $(SOPHYAINCP)anydataobj.h \
    12011102  $(SOPHYAINCP)mutyv.h \
    12021103  $(SOPHYAINCP)timestamp.h \
     
    12081109  $(SOPHYAINCP)tvector_tsnl.h \
    12091110  $(SOPHYAINCP)generaldata.h \
    1210   $(SOPHYAINCP)ntupintf.h \
    12111111  $(SOPHYAINCP)poly.h \
    12121112  $(SOPHYAINCP)peida.h \
     
    12161116  $(SOPHYAINCP)specresp.h \
    12171117  $(SOPHYAINCP)specrespvector.h \
    1218   $(SOPHYAINCP)specresp.h \
    12191118  $(SOPHYAINCP)gaussfilt.h
    12201119        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomspecrespadapter.cc
     
    12241123  $(SOPHYAINCP)machdefs.h \
    12251124  $(SOPHYAINCP)datatype.h \
    1226   $(SOPHYAINCP)machdefs.h nomtarradapter.h \
    1227   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1228   $(SOPHYAINCP)pexceptions.h \
    1229   $(SOPHYAINCP)gnumd5.h \
    1230   $(SOPHYAINCP)ppfbinstream.h \
    1231   $(SOPHYAINCP)rawstream.h \
    1232   $(SOPHYAINCP)ppfnametag.h \
    1233   $(SOPHYAINCP)ppersist.h \
     1125  nomtarradapter.h nomgadapter.h \
     1126  $(SOPHYAINCP)ppersist.h \
     1127  $(SOPHYAINCP)pexceptions.h \
     1128  $(SOPHYAINCP)gnumd5.h \
     1129  $(SOPHYAINCP)ppfbinstream.h \
     1130  $(SOPHYAINCP)rawstream.h \
     1131  $(SOPHYAINCP)ppfnametag.h \
    12341132  $(SOPHYAINCP)anydataobj.h \
    12351133  $(SOPHYAINCP)pidrawer.h \
     
    12621160  $(SOPHYAINCP)tarray.h \
    12631161  $(SOPHYAINCP)basarr.h \
    1264   $(SOPHYAINCP)anydataobj.h \
    12651162  $(SOPHYAINCP)mutyv.h \
    12661163  $(SOPHYAINCP)timestamp.h \
     
    12721169  $(SOPHYAINCP)tvector_tsnl.h \
    12731170  $(SOPHYAINCP)generaldata.h \
    1274   $(SOPHYAINCP)ntupintf.h \
    12751171  $(SOPHYAINCP)poly.h \
    12761172  $(SOPHYAINCP)peida.h \
    12771173  $(SOPHYAINCP)utils.h \
    12781174  $(SOPHYAINCP)perrors.h \
    1279   $(SOPHYAINCP)fmath.h \
    1280   $(SOPHYAINCP)tarray.h \
    1281   $(SOPHYAINCP)tvector.h pitvmaad.h \
    1282   $(SOPHYAINCP)tmatrix.h \
     1175  $(SOPHYAINCP)fmath.h pitvmaad.h \
    12831176  $(SOPHYAINCP)piyfxdrw.h \
    1284   $(SOPHYAINCP)parradapter.h \
    1285   $(SOPHYAINCP)pidrawer.h \
    12861177  $(SOPHYAINCP)fioarr.h nobjmgr.h \
    1287   $(SOPHYAINCP)dvlist.h dlftypes.h
     1178  dlftypes.h
    12881179        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomtarradapter.cc
    12891180 
     
    12921183  $(SOPHYAINCP)machdefs.h \
    12931184  $(SOPHYAINCP)datatype.h \
    1294   $(SOPHYAINCP)machdefs.h \
    12951185  $(SOPHYAINCP)tvector.h \
    12961186  $(SOPHYAINCP)tmatrix.h \
     
    13151205  $(SOPHYAINCP)cimage.h \
    13161206  $(SOPHYAINCP)fioarr.h \
    1317   $(SOPHYAINCP)tvector.h \
    13181207  $(SOPHYAINCP)histos.h \
    13191208  $(SOPHYAINCP)peida.h \
     
    13261215  $(SOPHYAINCP)generaldata.h \
    13271216  $(SOPHYAINCP)ntupintf.h \
    1328   $(SOPHYAINCP)poly.h nomtmatvecadapter.h \
    1329   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1330   $(SOPHYAINCP)anydataobj.h \
     1217  $(SOPHYAINCP)poly.h \
     1218  nomtmatvecadapter.h nomgadapter.h \
    13311219  $(SOPHYAINCP)pidrawer.h \
    13321220  $(SOPHYAINCP)pibwdggen.h \
     
    13521240  $(SOPHYAINCP)parradapter.h \
    13531241  $(SOPHYAINCP)lut.h \
    1354   $(SOPHYAINCP)ntupintf.h \
    1355   $(SOPHYAINCP)generalfit.h \
    1356   $(SOPHYAINCP)tmatrix.h \
    1357   $(SOPHYAINCP)generaldata.h \
    13581242  $(SOPHYAINCP)piyfxdrw.h \
    1359   $(SOPHYAINCP)parradapter.h \
    1360   $(SOPHYAINCP)pidrawer.h pitvmaad.h \
    1361   $(SOPHYAINCP)fioarr.h nobjmgr.h \
    1362   $(SOPHYAINCP)dvlist.h dlftypes.h
     1243  pitvmaad.h nobjmgr.h dlftypes.h
    13631244        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomtmatvecadapter.cc
    13641245 
     
    13931274  $(SOPHYAINCP)tvector_tsnl.h \
    13941275  $(SOPHYAINCP)histos2.h \
    1395   $(SOPHYAINCP)histos.h \
    13961276  $(SOPHYAINCP)hisprof.h \
    13971277  $(SOPHYAINCP)histerr.h \
     
    14001280  $(SOPHYAINCP)datatable.h \
    14011281  $(SOPHYAINCP)basedtable.h \
    1402   $(SOPHYAINCP)segdatablock.h pawexecut.h \
    1403   $(SOPHYAINCP)machdefs.h \
    1404   $(SOPHYAINCP)anydataobj.h piacmd.h \
     1282  $(SOPHYAINCP)segdatablock.h \
     1283  pawexecut.h piacmd.h \
    14051284  $(SOPHYAINCP)commander.h \
    14061285  $(SOPHYAINCP)pdlmgr.h \
    14071286  $(SOPHYAINCP)ctimer.h \
    1408   $(SOPHYAINCP)zthread.h dlftypes.h \
    1409   nobjmgr.h $(SOPHYAINCP)ppersist.h \
    1410   $(SOPHYAINCP)dvlist.h servnobjm.h \
    1411   $(SOPHYAINCP)pdlmgr.h nomgadapter.h \
     1287  $(SOPHYAINCP)zthread.h \
     1288  dlftypes.h nobjmgr.h servnobjm.h nomgadapter.h \
    14121289  $(SOPHYAINCP)pidrawer.h \
    14131290  $(SOPHYAINCP)pibwdggen.h \
     
    14331310  $(SOPHYAINCP)parradapter.h \
    14341311  $(SOPHYAINCP)lut.h \
    1435   $(SOPHYAINCP)ntupintf.h \
    14361312  $(SOPHYAINCP)generalfit.h \
    14371313  $(SOPHYAINCP)generaldata.h \
    1438   $(SOPHYAINCP)poly.h pistdimgapp.h \
    1439   $(SOPHYAINCP)pisysdep.h \
     1314  $(SOPHYAINCP)poly.h \
     1315  pistdimgapp.h \
    14401316  $(SOPHYAINCP)piapplx.h \
    14411317  $(SOPHYAINCP)piapplgen.h \
     
    14531329  $(SOPHYAINCP)piwindowx.h \
    14541330  $(SOPHYAINCP)piwindowgen.h \
    1455   $(SOPHYAINCP)pimenux.h \
    14561331  $(SOPHYAINCP)pioptmenux.h \
    14571332  $(SOPHYAINCP)pioptmenugen.h \
    1458   $(SOPHYAINCP)pistdwdgx.h \
    14591333  $(SOPHYAINCP)pifilechox.h \
    14601334  $(SOPHYAINCP)pifilechogen.h \
    1461   $(SOPHYAINCP)piwindowx.h \
    14621335  $(SOPHYAINCP)piperiodx.h \
    14631336  $(SOPHYAINCP)periodic.h \
    1464   $(SOPHYAINCP)picons.h \
    14651337  $(SOPHYAINCP)piimage.h \
    1466   $(SOPHYAINCP)parradapter.h \
    14671338  $(SOPHYAINCP)pieldrw.h \
    1468   $(SOPHYAINCP)pidrawer.h \
    14691339  $(SOPHYAINCP)pipixmapx.h \
    14701340  $(SOPHYAINCP)pipixmapgen.h \
     
    14721342  $(SOPHYAINCP)pi3dwdg.h \
    14731343  $(SOPHYAINCP)pi3ddrw.h \
    1474   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    1475   $(SOPHYAINCP)pilistx.h \
     1344  $(SOPHYAINCP)pigraph3d.h \
     1345  pisiadw.h $(SOPHYAINCP)pilistx.h \
    14761346  $(SOPHYAINCP)pilistgen.h \
    14771347  $(SOPHYAINCP)pistzwin.h \
    1478   $(SOPHYAINCP)piperiodx.h \
    14791348  $(SOPHYAINCP)pitherm.h \
    1480   $(SOPHYAINCP)resusage.h pihisto.h \
    1481   $(SOPHYAINCP)tmatrix.h \
    1482   $(SOPHYAINCP)tvector.h
     1349  $(SOPHYAINCP)resusage.h \
     1350  pihisto.h
    14831351        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pawexecut.cc
    14841352 
     
    14881356  $(SOPHYAINCP)histos.h \
    14891357  $(SOPHYAINCP)objfio.h \
    1490   $(SOPHYAINCP)machdefs.h \
    14911358  $(SOPHYAINCP)anydataobj.h \
    14921359  $(SOPHYAINCP)ppersist.h \
     
    15141381  $(SOPHYAINCP)ntupintf.h \
    15151382  $(SOPHYAINCP)nbtri.h pi2dvec.h \
    1516   pistdimgapp.h $(SOPHYAINCP)pisysdep.h \
     1383  pistdimgapp.h \
     1384  $(SOPHYAINCP)pisysdep.h \
    15171385  $(SOPHYAINCP)piapplx.h \
    15181386  $(SOPHYAINCP)piapplgen.h \
    15191387  $(SOPHYAINCP)pimsghandler.h \
    1520   $(SOPHYAINCP)pisysdep.h \
    15211388  $(SOPHYAINCP)picontainerx.h \
    15221389  $(SOPHYAINCP)picontainergen.h \
     
    15481415  $(SOPHYAINCP)piwindowx.h \
    15491416  $(SOPHYAINCP)piwindowgen.h \
    1550   $(SOPHYAINCP)pimenux.h \
    15511417  $(SOPHYAINCP)pioptmenux.h \
    15521418  $(SOPHYAINCP)pioptmenugen.h \
    1553   $(SOPHYAINCP)pistdwdgx.h \
    15541419  $(SOPHYAINCP)pifilechox.h \
    15551420  $(SOPHYAINCP)pifilechogen.h \
    1556   $(SOPHYAINCP)piwindowx.h \
    15571421  $(SOPHYAINCP)piperiodx.h \
    15581422  $(SOPHYAINCP)periodic.h \
    1559   $(SOPHYAINCP)picons.h \
    15601423  $(SOPHYAINCP)piimage.h \
    15611424  $(SOPHYAINCP)parradapter.h \
     
    15701433  $(SOPHYAINCP)pi3dwdg.h \
    15711434  $(SOPHYAINCP)pi3ddrw.h \
    1572   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    1573   $(SOPHYAINCP)anydataobj.h \
    1574   $(SOPHYAINCP)ppersist.h \
    1575   $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \
     1435  $(SOPHYAINCP)pigraph3d.h \
     1436  nobjmgr.h dlftypes.h piacmd.h \
    15761437  $(SOPHYAINCP)commander.h \
    15771438  $(SOPHYAINCP)pdlmgr.h \
     
    15811442  $(SOPHYAINCP)pilistgen.h \
    15821443  $(SOPHYAINCP)pistzwin.h \
    1583   $(SOPHYAINCP)piperiodx.h \
    15841444  $(SOPHYAINCP)pitherm.h \
    15851445  $(SOPHYAINCP)resusage.h \
    1586   $(SOPHYAINCP)piscdrawwdg.h \
    1587   $(SOPHYAINCP)ntupintf.h
     1446  $(SOPHYAINCP)piscdrawwdg.h
    15881447        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pi2dvec.cc
    15891448 
    1590 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \
    1591   piacmd.h $(SOPHYAINCP)machdefs.h \
     1449$(SOPHYAOBJP)piacmd.o: piacmd.cc \
     1450  $(SOPHYAINCP)sopnamsp.h piacmd.h \
     1451  $(SOPHYAINCP)machdefs.h \
    15921452  $(SOPHYAINCP)commander.h \
    1593   $(SOPHYAINCP)machdefs.h \
    15941453  $(SOPHYAINCP)pdlmgr.h \
    15951454  $(SOPHYAINCP)dvlist.h \
     
    16051464  $(SOPHYAINCP)timestamp.h \
    16061465  $(SOPHYAINCP)ctimer.h \
    1607   $(SOPHYAINCP)zthread.h dlftypes.h \
    1608   $(SOPHYAINCP)pdlmgr.h \
    1609   $(SOPHYAINCP)ctimer.h \
     1466  $(SOPHYAINCP)zthread.h \
     1467  dlftypes.h \
    16101468  $(SOPHYAINCP)strutil.h \
    16111469  $(SOPHYAINCP)strutilxx.h \
    1612   $(SOPHYAINCP)srandgen.h pistdimgapp.h \
     1470  $(SOPHYAINCP)srandgen.h \
     1471  pistdimgapp.h \
    16131472  $(SOPHYAINCP)pisysdep.h \
    16141473  $(SOPHYAINCP)piapplx.h \
    16151474  $(SOPHYAINCP)piapplgen.h \
    16161475  $(SOPHYAINCP)pimsghandler.h \
    1617   $(SOPHYAINCP)pisysdep.h \
    16181476  $(SOPHYAINCP)picontainerx.h \
    16191477  $(SOPHYAINCP)picontainergen.h \
     
    16451503  $(SOPHYAINCP)piwindowx.h \
    16461504  $(SOPHYAINCP)piwindowgen.h \
    1647   $(SOPHYAINCP)pimenux.h \
    16481505  $(SOPHYAINCP)pioptmenux.h \
    16491506  $(SOPHYAINCP)pioptmenugen.h \
    1650   $(SOPHYAINCP)pistdwdgx.h \
    16511507  $(SOPHYAINCP)pifilechox.h \
    16521508  $(SOPHYAINCP)pifilechogen.h \
    1653   $(SOPHYAINCP)piwindowx.h \
    16541509  $(SOPHYAINCP)piperiodx.h \
    16551510  $(SOPHYAINCP)periodic.h \
    1656   $(SOPHYAINCP)picons.h \
    16571511  $(SOPHYAINCP)piimage.h \
    16581512  $(SOPHYAINCP)parradapter.h \
     
    16671521  $(SOPHYAINCP)pi3dwdg.h \
    16681522  $(SOPHYAINCP)pi3ddrw.h \
    1669   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    1670   $(SOPHYAINCP)anydataobj.h \
    1671   $(SOPHYAINCP)ppersist.h \
    1672   $(SOPHYAINCP)dvlist.h pisiadw.h \
     1523  $(SOPHYAINCP)pigraph3d.h \
     1524  nobjmgr.h pisiadw.h \
    16731525  $(SOPHYAINCP)pilistx.h \
    16741526  $(SOPHYAINCP)pilistgen.h \
    16751527  $(SOPHYAINCP)pistzwin.h \
    1676   $(SOPHYAINCP)piperiodx.h \
    16771528  $(SOPHYAINCP)pitherm.h \
    1678   $(SOPHYAINCP)resusage.h basexecut.h \
    1679   graphexecut.h piafitting.h nomgadapter.h \
    1680   $(SOPHYAINCP)pidrawer.h \
    1681   $(SOPHYAINCP)parradapter.h \
     1529  $(SOPHYAINCP)resusage.h \
     1530  basexecut.h graphexecut.h piafitting.h nomgadapter.h \
    16821531  $(SOPHYAINCP)ntupintf.h \
    16831532  $(SOPHYAINCP)generalfit.h \
     
    16861535  $(SOPHYAINCP)tarray.h \
    16871536  $(SOPHYAINCP)basarr.h \
     1537  $(SOPHYAINCP)ndatablock.h \
     1538  $(SOPHYAINCP)utilarr.h \
     1539  $(SOPHYAINCP)tmatrix_tsnl.h \
     1540  $(SOPHYAINCP)tvector_tsnl.h \
     1541  $(SOPHYAINCP)generaldata.h \
     1542  $(SOPHYAINCP)poly.h \
     1543  $(SOPHYAINCP)peida.h \
     1544  $(SOPHYAINCP)utils.h \
     1545  $(SOPHYAINCP)perrors.h \
     1546  $(SOPHYAINCP)fmath.h pawexecut.h \
     1547  cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h
     1548        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piacmd.cc
     1549 
     1550$(SOPHYAOBJP)piafitting.o: piafitting.cc \
     1551  $(SOPHYAINCP)sopnamsp.h \
     1552  $(SOPHYAINCP)strutil.h \
     1553  $(SOPHYAINCP)nbtri.h \
     1554  $(SOPHYAINCP)machdefs.h \
     1555  $(SOPHYAINCP)generalfit.h \
     1556  $(SOPHYAINCP)pexceptions.h \
     1557  $(SOPHYAINCP)tvector.h \
     1558  $(SOPHYAINCP)tmatrix.h \
     1559  $(SOPHYAINCP)tarray.h \
     1560  $(SOPHYAINCP)basarr.h \
     1561  $(SOPHYAINCP)anydataobj.h \
     1562  $(SOPHYAINCP)mutyv.h \
     1563  $(SOPHYAINCP)timestamp.h \
     1564  $(SOPHYAINCP)objfio.h \
     1565  $(SOPHYAINCP)ppersist.h \
     1566  $(SOPHYAINCP)gnumd5.h \
     1567  $(SOPHYAINCP)ppfbinstream.h \
     1568  $(SOPHYAINCP)rawstream.h \
     1569  $(SOPHYAINCP)ppfnametag.h \
     1570  $(SOPHYAINCP)dvlist.h \
    16881571  $(SOPHYAINCP)ndatablock.h \
    16891572  $(SOPHYAINCP)utilarr.h \
     
    16971580  $(SOPHYAINCP)perrors.h \
    16981581  $(SOPHYAINCP)fmath.h \
    1699   $(SOPHYAINCP)tvector.h pawexecut.h \
    1700   cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h
    1701         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piacmd.cc
    1702  
    1703 $(SOPHYAOBJP)piafitting.o: piafitting.cc \
    1704   $(SOPHYAINCP)sopnamsp.h \
    1705   $(SOPHYAINCP)strutil.h \
    1706   $(SOPHYAINCP)nbtri.h \
    1707   $(SOPHYAINCP)machdefs.h \
    1708   $(SOPHYAINCP)generalfit.h \
    1709   $(SOPHYAINCP)pexceptions.h \
    1710   $(SOPHYAINCP)tvector.h \
    1711   $(SOPHYAINCP)tmatrix.h \
    1712   $(SOPHYAINCP)tarray.h \
    1713   $(SOPHYAINCP)basarr.h \
    1714   $(SOPHYAINCP)anydataobj.h \
    1715   $(SOPHYAINCP)mutyv.h \
    1716   $(SOPHYAINCP)timestamp.h \
    1717   $(SOPHYAINCP)objfio.h \
    1718   $(SOPHYAINCP)ppersist.h \
    1719   $(SOPHYAINCP)gnumd5.h \
    1720   $(SOPHYAINCP)ppfbinstream.h \
    1721   $(SOPHYAINCP)rawstream.h \
    1722   $(SOPHYAINCP)ppfnametag.h \
    1723   $(SOPHYAINCP)dvlist.h \
    1724   $(SOPHYAINCP)ndatablock.h \
    1725   $(SOPHYAINCP)utilarr.h \
    1726   $(SOPHYAINCP)tmatrix_tsnl.h \
    1727   $(SOPHYAINCP)tvector_tsnl.h \
    1728   $(SOPHYAINCP)generaldata.h \
    1729   $(SOPHYAINCP)ntupintf.h \
    1730   $(SOPHYAINCP)poly.h \
    1731   $(SOPHYAINCP)peida.h \
    1732   $(SOPHYAINCP)utils.h \
    1733   $(SOPHYAINCP)perrors.h \
    1734   $(SOPHYAINCP)fmath.h \
    17351582  $(SOPHYAINCP)fct1dfit.h \
    1736   $(SOPHYAINCP)generalfit.h \
    17371583  $(SOPHYAINCP)fct2dfit.h \
    17381584  $(SOPHYAINCP)ntuple.h \
     
    17411587  $(SOPHYAINCP)histos.h \
    17421588  $(SOPHYAINCP)histos2.h \
    1743   $(SOPHYAINCP)histos.h \
    17441589  $(SOPHYAINCP)hisprof.h \
    1745   $(SOPHYAINCP)tmatrix.h \
    1746   $(SOPHYAINCP)tvector.h \
    17471590  $(SOPHYAINCP)objfitter.h \
    1748   $(SOPHYAINCP)cimage.h \
    1749   $(SOPHYAINCP)histos2.h \
    1750   $(SOPHYAINCP)hisprof.h piafitting.h \
    1751   $(SOPHYAINCP)machdefs.h nomgadapter.h \
    1752   $(SOPHYAINCP)ppersist.h \
    1753   $(SOPHYAINCP)anydataobj.h \
     1591  piafitting.h nomgadapter.h \
    17541592  $(SOPHYAINCP)pidrawer.h \
    17551593  $(SOPHYAINCP)pibwdggen.h \
     
    17751613  $(SOPHYAINCP)parradapter.h \
    17761614  $(SOPHYAINCP)lut.h \
    1777   $(SOPHYAINCP)ntupintf.h \
    1778   $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \
     1615  $(SOPHYAINCP)pdlmgr.h dlftypes.h \
     1616  piacmd.h \
    17791617  $(SOPHYAINCP)commander.h \
    1780   $(SOPHYAINCP)pdlmgr.h \
    17811618  $(SOPHYAINCP)ctimer.h \
    17821619  $(SOPHYAINCP)zthread.h nobjmgr.h \
    1783   $(SOPHYAINCP)dvlist.h pistdimgapp.h \
    1784   $(SOPHYAINCP)pisysdep.h \
     1620  pistdimgapp.h \
    17851621  $(SOPHYAINCP)piapplx.h \
    17861622  $(SOPHYAINCP)piapplgen.h \
     
    17981634  $(SOPHYAINCP)piwindowx.h \
    17991635  $(SOPHYAINCP)piwindowgen.h \
    1800   $(SOPHYAINCP)pimenux.h \
    18011636  $(SOPHYAINCP)pioptmenux.h \
    18021637  $(SOPHYAINCP)pioptmenugen.h \
    1803   $(SOPHYAINCP)pistdwdgx.h \
    18041638  $(SOPHYAINCP)pifilechox.h \
    18051639  $(SOPHYAINCP)pifilechogen.h \
    1806   $(SOPHYAINCP)piwindowx.h \
    18071640  $(SOPHYAINCP)piperiodx.h \
    18081641  $(SOPHYAINCP)periodic.h \
    1809   $(SOPHYAINCP)picons.h \
    18101642  $(SOPHYAINCP)piimage.h \
    1811   $(SOPHYAINCP)parradapter.h \
    18121643  $(SOPHYAINCP)pieldrw.h \
    1813   $(SOPHYAINCP)pidrawer.h \
    18141644  $(SOPHYAINCP)pipixmapx.h \
    18151645  $(SOPHYAINCP)pipixmapgen.h \
     
    18171647  $(SOPHYAINCP)pi3dwdg.h \
    18181648  $(SOPHYAINCP)pi3ddrw.h \
    1819   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    1820   $(SOPHYAINCP)pilistx.h \
     1649  $(SOPHYAINCP)pigraph3d.h \
     1650  pisiadw.h $(SOPHYAINCP)pilistx.h \
    18211651  $(SOPHYAINCP)pilistgen.h \
    18221652  $(SOPHYAINCP)pistzwin.h \
    1823   $(SOPHYAINCP)piperiodx.h \
    18241653  $(SOPHYAINCP)pitherm.h \
    1825   $(SOPHYAINCP)resusage.h nomhistadapter.h \
     1654  $(SOPHYAINCP)resusage.h \
     1655  nomhistadapter.h \
    18261656  $(SOPHYAINCP)histerr.h \
    18271657  $(SOPHYAINCP)xntuple.h \
    18281658  $(SOPHYAINCP)basedtable.h \
    18291659  $(SOPHYAINCP)segdatablock.h \
    1830   nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h \
    1831   $(SOPHYAINCP)generaldata.h
     1660  nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h
    18321661        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piafitting.cc
    18331662 
    1834 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \
    1835   pigfd1.h $(SOPHYAINCP)generaldata.h \
     1663$(SOPHYAOBJP)pigfd1.o: pigfd1.cc \
     1664  $(SOPHYAINCP)sopnamsp.h pigfd1.h \
     1665  $(SOPHYAINCP)generaldata.h \
    18361666  $(SOPHYAINCP)objfio.h \
    18371667  $(SOPHYAINCP)machdefs.h \
     
    18831713        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pigfd1.cc
    18841714 
    1885 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \
    1886   pigfd2.h $(SOPHYAINCP)generaldata.h \
     1715$(SOPHYAOBJP)pigfd2.o: pigfd2.cc \
     1716  $(SOPHYAINCP)sopnamsp.h pigfd2.h \
     1717  $(SOPHYAINCP)generaldata.h \
    18871718  $(SOPHYAINCP)objfio.h \
    18881719  $(SOPHYAINCP)machdefs.h \
     
    19431774  $(SOPHYAINCP)piapplgen.h \
    19441775  $(SOPHYAINCP)pimsghandler.h \
    1945   $(SOPHYAINCP)pisysdep.h \
    19461776  $(SOPHYAINCP)picontainerx.h \
    19471777  $(SOPHYAINCP)picontainergen.h \
     
    19711801  $(SOPHYAINCP)psfile.h \
    19721802  $(SOPHYAINCP)pigraphps.h \
    1973   $(SOPHYAINCP)sopnamsp.h pihisto2d.h \
    1974   $(SOPHYAINCP)pimenux.h \
    1975   $(SOPHYAINCP)pimenubarx.h \
     1803  $(SOPHYAINCP)sopnamsp.h \
     1804  pihisto2d.h \
    19761805  $(SOPHYAINCP)pioptmenux.h \
    19771806  $(SOPHYAINCP)pioptmenugen.h \
     
    20071836  $(SOPHYAINCP)piwindowx.h \
    20081837  $(SOPHYAINCP)piwindowgen.h \
    2009   $(SOPHYAINCP)pidrawer.h \
    20101838  $(SOPHYAINCP)pieldrw.h \
    2011   $(SOPHYAINCP)nbrandom.h \
    20121839  $(SOPHYAINCP)srandgen.h
    20131840        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pihisto2d.cc
    20141841 
    20151842$(SOPHYAOBJP)pihisto.o: pihisto.cc \
    2016   $(SOPHYAINCP)sopnamsp.h pihisto.h \
    2017   $(SOPHYAINCP)histos.h \
     1843  $(SOPHYAINCP)sopnamsp.h \
     1844  pihisto.h $(SOPHYAINCP)histos.h \
    20181845  $(SOPHYAINCP)objfio.h \
    20191846  $(SOPHYAINCP)machdefs.h \
     
    20611888  $(SOPHYAINCP)pigratt.h \
    20621889  $(SOPHYAINCP)piaxes.h \
    2063   $(SOPHYAINCP)hisprof.h \
    2064   $(SOPHYAINCP)histos.h
     1890  $(SOPHYAINCP)hisprof.h
    20651891        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pihisto.cc
    20661892 
    2067 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \
     1893$(SOPHYAOBJP)piinit.o: piinit.cc \
     1894  $(SOPHYAINCP)sopnamsp.h \
    20681895  $(SOPHYAINCP)machdefs.h piinit.h \
    20691896  $(SOPHYAINCP)sambainit.h \
    20701897  $(SOPHYAINCP)skymapinit.h \
    20711898  $(SOPHYAINCP)sophyainit.h \
    2072   $(SOPHYAINCP)machdefs.h \
    20731899  $(SOPHYAINCP)ntoolsinit.h \
    2074   $(SOPHYAINCP)tarrinit.h pistdimgapp.h \
     1900  $(SOPHYAINCP)tarrinit.h \
     1901  pistdimgapp.h \
    20751902  $(SOPHYAINCP)pisysdep.h \
    20761903  $(SOPHYAINCP)piapplx.h \
    20771904  $(SOPHYAINCP)piapplgen.h \
    20781905  $(SOPHYAINCP)pimsghandler.h \
    2079   $(SOPHYAINCP)pisysdep.h \
    20801906  $(SOPHYAINCP)picontainerx.h \
    20811907  $(SOPHYAINCP)picontainergen.h \
     
    21071933  $(SOPHYAINCP)piwindowx.h \
    21081934  $(SOPHYAINCP)piwindowgen.h \
    2109   $(SOPHYAINCP)pimenux.h \
    21101935  $(SOPHYAINCP)pioptmenux.h \
    21111936  $(SOPHYAINCP)pioptmenugen.h \
    2112   $(SOPHYAINCP)pistdwdgx.h \
    21131937  $(SOPHYAINCP)pifilechox.h \
    21141938  $(SOPHYAINCP)pifilechogen.h \
    2115   $(SOPHYAINCP)piwindowx.h \
    21161939  $(SOPHYAINCP)piperiodx.h \
    21171940  $(SOPHYAINCP)periodic.h \
    2118   $(SOPHYAINCP)picons.h \
    21191941  $(SOPHYAINCP)piimage.h \
    21201942  $(SOPHYAINCP)parradapter.h \
     
    21291951  $(SOPHYAINCP)pi3dwdg.h \
    21301952  $(SOPHYAINCP)pi3ddrw.h \
    2131   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    2132   $(SOPHYAINCP)anydataobj.h \
    2133   $(SOPHYAINCP)ppersist.h \
    2134   $(SOPHYAINCP)pexceptions.h \
    2135   $(SOPHYAINCP)gnumd5.h \
    2136   $(SOPHYAINCP)ppfbinstream.h \
    2137   $(SOPHYAINCP)rawstream.h \
    2138   $(SOPHYAINCP)ppfnametag.h \
    2139   $(SOPHYAINCP)ppersist.h \
    2140   $(SOPHYAINCP)dvlist.h \
    2141   $(SOPHYAINCP)objfio.h \
    2142   $(SOPHYAINCP)anydataobj.h \
    2143   $(SOPHYAINCP)mutyv.h \
    2144   $(SOPHYAINCP)timestamp.h dlftypes.h \
    2145   piacmd.h $(SOPHYAINCP)commander.h \
     1953  $(SOPHYAINCP)pigraph3d.h \
     1954  nobjmgr.h \
     1955  $(SOPHYAINCP)anydataobj.h \
     1956  $(SOPHYAINCP)ppersist.h \
     1957  $(SOPHYAINCP)pexceptions.h \
     1958  $(SOPHYAINCP)gnumd5.h \
     1959  $(SOPHYAINCP)ppfbinstream.h \
     1960  $(SOPHYAINCP)rawstream.h \
     1961  $(SOPHYAINCP)ppfnametag.h \
     1962  $(SOPHYAINCP)dvlist.h \
     1963  $(SOPHYAINCP)objfio.h \
     1964  $(SOPHYAINCP)mutyv.h \
     1965  $(SOPHYAINCP)timestamp.h \
     1966  dlftypes.h piacmd.h \
     1967  $(SOPHYAINCP)commander.h \
    21461968  $(SOPHYAINCP)pdlmgr.h \
    2147   $(SOPHYAINCP)dvlist.h \
    21481969  $(SOPHYAINCP)ctimer.h \
    21491970  $(SOPHYAINCP)zthread.h pisiadw.h \
     
    21511972  $(SOPHYAINCP)pilistgen.h \
    21521973  $(SOPHYAINCP)pistzwin.h \
    2153   $(SOPHYAINCP)piperiodx.h \
    21541974  $(SOPHYAINCP)pitherm.h \
    2155   $(SOPHYAINCP)resusage.h servnobjm.h \
    2156   $(SOPHYAINCP)pdlmgr.h nomhistadapter.h \
    2157   nomgadapter.h $(SOPHYAINCP)pidrawer.h \
    2158   $(SOPHYAINCP)parradapter.h \
     1975  $(SOPHYAINCP)resusage.h \
     1976  servnobjm.h nomhistadapter.h nomgadapter.h \
    21591977  $(SOPHYAINCP)ntupintf.h \
    21601978  $(SOPHYAINCP)generalfit.h \
     
    21681986  $(SOPHYAINCP)tvector_tsnl.h \
    21691987  $(SOPHYAINCP)generaldata.h \
    2170   $(SOPHYAINCP)ntupintf.h \
    21711988  $(SOPHYAINCP)poly.h \
    21721989  $(SOPHYAINCP)peida.h \
     
    21761993  $(SOPHYAINCP)histos.h \
    21771994  $(SOPHYAINCP)histos2.h \
    2178   $(SOPHYAINCP)histos.h \
    21791995  $(SOPHYAINCP)hisprof.h \
    21801996  $(SOPHYAINCP)histerr.h \
     
    21852001  nomgfdadapter.h nomimagadapter.h \
    21862002  $(SOPHYAINCP)cimage.h \
    2187   $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \
    2188   $(SOPHYAINCP)tmatrix.h \
    2189   $(SOPHYAINCP)generaldata.h \
    2190   nomtarradapter.h $(SOPHYAINCP)tarray.h \
     2003  $(SOPHYAINCP)fioarr.h \
     2004  nomtmatvecadapter.h nomtarradapter.h \
    21912005  $(SOPHYAINCP)datatable.h \
    2192   $(SOPHYAINCP)basedtable.h \
    21932006  $(SOPHYAINCP)swppfdtable.h \
    21942007  $(SOPHYAINCP)swsegdb.h \
    21952008  $(SOPHYAINCP)ppfswapper.h \
    21962009  $(SOPHYAINCP)ppftpointerio.h \
    2197   nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \
     2010  nomskymapadapter.h \
     2011  $(SOPHYAINCP)pixelmap.h \
    21982012  $(SOPHYAINCP)spherepos.h \
    21992013  $(SOPHYAINCP)unitvector.h \
     
    22052019  $(SOPHYAINCP)sphericalmap.h \
    22062020  $(SOPHYAINCP)smathconst.h \
    2207   $(SOPHYAINCP)pixelmap.h \
    22082021  $(SOPHYAINCP)spherehealpix.h \
    22092022  $(SOPHYAINCP)HEALPixUtils.h \
     
    22132026  $(SOPHYAINCP)specresp.h \
    22142027  $(SOPHYAINCP)gaussfilt.h \
    2215   nomspecrespadapter.h \
    2216   $(SOPHYAINCP)specresp.h piaversion.h
     2028  nomspecrespadapter.h piaversion.h
    22172029        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piinit.cc
    22182030 
    22192031$(SOPHYAOBJP)pintup3d.o: pintup3d.cc \
    2220   $(SOPHYAINCP)sopnamsp.h pintup3d.h \
     2032  $(SOPHYAINCP)sopnamsp.h \
     2033  pintup3d.h \
    22212034  $(SOPHYAINCP)ntupintf.h \
    22222035  $(SOPHYAINCP)machdefs.h \
     
    22482061 
    22492062$(SOPHYAOBJP)pintuple.o: pintuple.cc \
    2250   $(SOPHYAINCP)sopnamsp.h pintuple.h \
     2063  $(SOPHYAINCP)sopnamsp.h \
     2064  pintuple.h \
    22512065  $(SOPHYAINCP)ntupintf.h \
    22522066  $(SOPHYAINCP)machdefs.h \
     
    22752089 
    22762090$(SOPHYAOBJP)pipodrw.o: pipodrw.cc \
    2277   $(SOPHYAINCP)sopnamsp.h pipodrw.h \
    2278   $(SOPHYAINCP)machdefs.h \
    2279   $(SOPHYAINCP)pidrawer.h \
    2280   $(SOPHYAINCP)pibwdggen.h \
    2281   $(SOPHYAINCP)pisysdep.h \
    2282   $(SOPHYAINCP)machdefs.h \
     2091  $(SOPHYAINCP)sopnamsp.h \
     2092  pipodrw.h \
     2093  $(SOPHYAINCP)machdefs.h \
     2094  $(SOPHYAINCP)pidrawer.h \
     2095  $(SOPHYAINCP)pibwdggen.h \
     2096  $(SOPHYAINCP)pisysdep.h \
    22832097  $(SOPHYAINCP)piwdgx.h \
    22842098  $(SOPHYAINCP)piwdggen.h \
     
    23372151  $(SOPHYAINCP)perrors.h \
    23382152  $(SOPHYAINCP)pexceptions.h \
    2339   $(SOPHYAINCP)machdefs.h \
    23402153  $(SOPHYAINCP)ctimer.h \
    23412154  $(SOPHYAINCP)nbmath.h \
    2342   $(SOPHYAINCP)smathconst.h pistdimgapp.h \
     2155  $(SOPHYAINCP)smathconst.h \
     2156  pistdimgapp.h \
    23432157  $(SOPHYAINCP)pisysdep.h \
    23442158  $(SOPHYAINCP)piapplx.h \
    23452159  $(SOPHYAINCP)piapplgen.h \
    23462160  $(SOPHYAINCP)pimsghandler.h \
    2347   $(SOPHYAINCP)pisysdep.h \
    23482161  $(SOPHYAINCP)picontainerx.h \
    23492162  $(SOPHYAINCP)picontainergen.h \
     
    23752188  $(SOPHYAINCP)piwindowx.h \
    23762189  $(SOPHYAINCP)piwindowgen.h \
    2377   $(SOPHYAINCP)pimenux.h \
    23782190  $(SOPHYAINCP)pioptmenux.h \
    23792191  $(SOPHYAINCP)pioptmenugen.h \
    2380   $(SOPHYAINCP)pistdwdgx.h \
    23812192  $(SOPHYAINCP)pifilechox.h \
    23822193  $(SOPHYAINCP)pifilechogen.h \
    2383   $(SOPHYAINCP)piwindowx.h \
    23842194  $(SOPHYAINCP)piperiodx.h \
    23852195  $(SOPHYAINCP)periodic.h \
    2386   $(SOPHYAINCP)picons.h \
    23872196  $(SOPHYAINCP)piimage.h \
    23882197  $(SOPHYAINCP)parradapter.h \
     
    23972206  $(SOPHYAINCP)pi3dwdg.h \
    23982207  $(SOPHYAINCP)pi3ddrw.h \
    2399   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    2400   $(SOPHYAINCP)anydataobj.h \
    2401   $(SOPHYAINCP)ppersist.h \
    2402   $(SOPHYAINCP)gnumd5.h \
    2403   $(SOPHYAINCP)ppfbinstream.h \
    2404   $(SOPHYAINCP)rawstream.h \
    2405   $(SOPHYAINCP)ppfnametag.h \
    2406   $(SOPHYAINCP)ppersist.h \
    2407   $(SOPHYAINCP)dvlist.h \
    2408   $(SOPHYAINCP)objfio.h \
    2409   $(SOPHYAINCP)anydataobj.h \
    2410   $(SOPHYAINCP)mutyv.h \
    2411   $(SOPHYAINCP)timestamp.h dlftypes.h \
    2412   piacmd.h $(SOPHYAINCP)commander.h \
     2208  $(SOPHYAINCP)pigraph3d.h \
     2209  nobjmgr.h \
     2210  $(SOPHYAINCP)anydataobj.h \
     2211  $(SOPHYAINCP)ppersist.h \
     2212  $(SOPHYAINCP)gnumd5.h \
     2213  $(SOPHYAINCP)ppfbinstream.h \
     2214  $(SOPHYAINCP)rawstream.h \
     2215  $(SOPHYAINCP)ppfnametag.h \
     2216  $(SOPHYAINCP)dvlist.h \
     2217  $(SOPHYAINCP)objfio.h \
     2218  $(SOPHYAINCP)mutyv.h \
     2219  $(SOPHYAINCP)timestamp.h \
     2220  dlftypes.h piacmd.h \
     2221  $(SOPHYAINCP)commander.h \
    24132222  $(SOPHYAINCP)pdlmgr.h \
    2414   $(SOPHYAINCP)dvlist.h \
    2415   $(SOPHYAINCP)ctimer.h \
    24162223  $(SOPHYAINCP)zthread.h pisiadw.h \
    24172224  $(SOPHYAINCP)pilistx.h \
    24182225  $(SOPHYAINCP)pilistgen.h \
    24192226  $(SOPHYAINCP)pistzwin.h \
    2420   $(SOPHYAINCP)piperiodx.h \
    24212227  $(SOPHYAINCP)pitherm.h \
    2422   $(SOPHYAINCP)resusage.h servnobjm.h \
    2423   $(SOPHYAINCP)pdlmgr.h
     2228  $(SOPHYAINCP)resusage.h \
     2229  servnobjm.h
    24242230        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pisiadw.cc
    24252231 
     
    24312237  $(SOPHYAINCP)perrors.h \
    24322238  $(SOPHYAINCP)pexceptions.h \
    2433   $(SOPHYAINCP)machdefs.h \
    24342239  $(SOPHYAINCP)ctimer.h \
    24352240  $(SOPHYAINCP)psighand.h \
     
    24532258  $(SOPHYAINCP)fioarr.h \
    24542259  $(SOPHYAINCP)tvector.h \
    2455   $(SOPHYAINCP)tvector_tsnl.h pistdimgapp.h \
     2260  $(SOPHYAINCP)tvector_tsnl.h \
     2261  pistdimgapp.h \
    24562262  $(SOPHYAINCP)pisysdep.h \
    24572263  $(SOPHYAINCP)piapplx.h \
    24582264  $(SOPHYAINCP)piapplgen.h \
    24592265  $(SOPHYAINCP)pimsghandler.h \
    2460   $(SOPHYAINCP)pisysdep.h \
    24612266  $(SOPHYAINCP)picontainerx.h \
    24622267  $(SOPHYAINCP)picontainergen.h \
     
    24882293  $(SOPHYAINCP)piwindowx.h \
    24892294  $(SOPHYAINCP)piwindowgen.h \
    2490   $(SOPHYAINCP)pimenux.h \
    24912295  $(SOPHYAINCP)pioptmenux.h \
    24922296  $(SOPHYAINCP)pioptmenugen.h \
    2493   $(SOPHYAINCP)pistdwdgx.h \
    24942297  $(SOPHYAINCP)pifilechox.h \
    24952298  $(SOPHYAINCP)pifilechogen.h \
    2496   $(SOPHYAINCP)piwindowx.h \
    24972299  $(SOPHYAINCP)piperiodx.h \
    24982300  $(SOPHYAINCP)periodic.h \
    2499   $(SOPHYAINCP)picons.h \
    25002301  $(SOPHYAINCP)piimage.h \
    25012302  $(SOPHYAINCP)parradapter.h \
     
    25102311  $(SOPHYAINCP)pi3dwdg.h \
    25112312  $(SOPHYAINCP)pi3ddrw.h \
    2512   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    2513   $(SOPHYAINCP)anydataobj.h \
    2514   $(SOPHYAINCP)ppersist.h \
    2515   $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \
     2313  $(SOPHYAINCP)pigraph3d.h \
     2314  nobjmgr.h dlftypes.h piacmd.h \
    25162315  $(SOPHYAINCP)commander.h \
    25172316  $(SOPHYAINCP)pdlmgr.h \
    2518   $(SOPHYAINCP)ctimer.h \
    25192317  $(SOPHYAINCP)zthread.h pisiadw.h \
    25202318  $(SOPHYAINCP)pilistx.h \
    25212319  $(SOPHYAINCP)pilistgen.h \
    25222320  $(SOPHYAINCP)pistzwin.h \
    2523   $(SOPHYAINCP)piperiodx.h \
    25242321  $(SOPHYAINCP)pitherm.h \
    2525   $(SOPHYAINCP)resusage.h servnobjm.h \
    2526   $(SOPHYAINCP)pdlmgr.h \
    2527   $(SOPHYAINCP)psfile.h \
     2322  $(SOPHYAINCP)resusage.h \
     2323  servnobjm.h \
    25282324  $(SOPHYAINCP)piimgtools.h \
    2529   $(SOPHYAINCP)pioptmenux.h \
    2530   $(SOPHYAINCP)piapplx.h \
    25312325  $(SOPHYAINCP)pidrwtools.h \
    25322326  $(SOPHYAINCP)piaxestools.h \
    2533   $(SOPHYAINCP)piscdrawwdg.h piinit.h \
     2327  $(SOPHYAINCP)piscdrawwdg.h \
     2328  piinit.h \
    25342329  $(SOPHYAINCP)sambainit.h \
    25352330  $(SOPHYAINCP)skymapinit.h \
     
    25372332  $(SOPHYAINCP)ntoolsinit.h \
    25382333  $(SOPHYAINCP)tarrinit.h \
    2539   $(SOPHYAINCP)piversion.h piaversion.h
     2334  $(SOPHYAINCP)piversion.h \
     2335  piaversion.h
    25402336        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pistdimgapp.cc
    25412337 
    25422338$(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \
    2543   $(SOPHYAINCP)sopnamsp.h pitvmaad.h \
     2339  $(SOPHYAINCP)sopnamsp.h \
     2340  pitvmaad.h \
    25442341  $(SOPHYAINCP)machdefs.h \
    25452342  $(SOPHYAINCP)parradapter.h \
    2546   $(SOPHYAINCP)machdefs.h \
    25472343  $(SOPHYAINCP)lut.h \
    25482344  $(SOPHYAINCP)tmatrix.h \
     
    25642360  $(SOPHYAINCP)tmatrix_tsnl.h \
    25652361  $(SOPHYAINCP)tvector.h \
    2566   $(SOPHYAINCP)tmatrix.h \
    25672362  $(SOPHYAINCP)tvector_tsnl.h
    25682363        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pitvmaad.cc
     
    25732368  $(SOPHYAINCP)machdefs.h \
    25742369  $(SOPHYAINCP)anydataobj.h \
    2575   $(SOPHYAINCP)machdefs.h \
    2576   $(SOPHYAINCP)ppersist.h \
    2577   $(SOPHYAINCP)pexceptions.h \
    2578   $(SOPHYAINCP)gnumd5.h \
    2579   $(SOPHYAINCP)ppfbinstream.h \
    2580   $(SOPHYAINCP)rawstream.h \
    2581   $(SOPHYAINCP)ppfnametag.h \
    2582   $(SOPHYAINCP)ppersist.h \
    2583   $(SOPHYAINCP)dvlist.h \
    2584   $(SOPHYAINCP)objfio.h \
    2585   $(SOPHYAINCP)anydataobj.h \
    2586   $(SOPHYAINCP)mutyv.h \
    2587   $(SOPHYAINCP)timestamp.h dlftypes.h \
    2588   servnobjm.h $(SOPHYAINCP)pdlmgr.h \
    2589   $(SOPHYAINCP)zthread.h nomgadapter.h \
     2370  $(SOPHYAINCP)ppersist.h \
     2371  $(SOPHYAINCP)pexceptions.h \
     2372  $(SOPHYAINCP)gnumd5.h \
     2373  $(SOPHYAINCP)ppfbinstream.h \
     2374  $(SOPHYAINCP)rawstream.h \
     2375  $(SOPHYAINCP)ppfnametag.h \
     2376  $(SOPHYAINCP)dvlist.h \
     2377  $(SOPHYAINCP)objfio.h \
     2378  $(SOPHYAINCP)mutyv.h \
     2379  $(SOPHYAINCP)timestamp.h \
     2380  dlftypes.h servnobjm.h \
     2381  $(SOPHYAINCP)pdlmgr.h \
     2382  $(SOPHYAINCP)zthread.h \
     2383  nomgadapter.h \
    25902384  $(SOPHYAINCP)pidrawer.h \
    25912385  $(SOPHYAINCP)pibwdggen.h \
     
    26172411  $(SOPHYAINCP)tarray.h \
    26182412  $(SOPHYAINCP)basarr.h \
    2619   $(SOPHYAINCP)dvlist.h \
    26202413  $(SOPHYAINCP)ndatablock.h \
    26212414  $(SOPHYAINCP)utilarr.h \
     
    26232416  $(SOPHYAINCP)tvector_tsnl.h \
    26242417  $(SOPHYAINCP)generaldata.h \
    2625   $(SOPHYAINCP)ntupintf.h \
    26262418  $(SOPHYAINCP)poly.h \
    26272419  $(SOPHYAINCP)peida.h \
    26282420  $(SOPHYAINCP)utils.h \
    26292421  $(SOPHYAINCP)perrors.h \
    2630   $(SOPHYAINCP)fmath.h pistdimgapp.h \
    2631   $(SOPHYAINCP)pisysdep.h \
     2422  $(SOPHYAINCP)fmath.h \
     2423  pistdimgapp.h \
    26322424  $(SOPHYAINCP)piapplx.h \
    26332425  $(SOPHYAINCP)piapplgen.h \
     
    26452437  $(SOPHYAINCP)piwindowx.h \
    26462438  $(SOPHYAINCP)piwindowgen.h \
    2647   $(SOPHYAINCP)pimenux.h \
    26482439  $(SOPHYAINCP)pioptmenux.h \
    26492440  $(SOPHYAINCP)pioptmenugen.h \
    2650   $(SOPHYAINCP)pistdwdgx.h \
    26512441  $(SOPHYAINCP)pifilechox.h \
    26522442  $(SOPHYAINCP)pifilechogen.h \
    2653   $(SOPHYAINCP)piwindowx.h \
    26542443  $(SOPHYAINCP)piperiodx.h \
    26552444  $(SOPHYAINCP)periodic.h \
    2656   $(SOPHYAINCP)picons.h \
    26572445  $(SOPHYAINCP)piimage.h \
    2658   $(SOPHYAINCP)parradapter.h \
    26592446  $(SOPHYAINCP)pieldrw.h \
    2660   $(SOPHYAINCP)pidrawer.h \
    26612447  $(SOPHYAINCP)pipixmapx.h \
    26622448  $(SOPHYAINCP)pipixmapgen.h \
     
    26642450  $(SOPHYAINCP)pi3dwdg.h \
    26652451  $(SOPHYAINCP)pi3ddrw.h \
    2666   $(SOPHYAINCP)pigraph3d.h piacmd.h \
     2452  $(SOPHYAINCP)pigraph3d.h \
     2453  piacmd.h \
    26672454  $(SOPHYAINCP)commander.h \
    2668   $(SOPHYAINCP)pdlmgr.h \
    26692455  $(SOPHYAINCP)ctimer.h pisiadw.h \
    26702456  $(SOPHYAINCP)pilistx.h \
    26712457  $(SOPHYAINCP)pilistgen.h \
    26722458  $(SOPHYAINCP)pistzwin.h \
    2673   $(SOPHYAINCP)piperiodx.h \
    26742459  $(SOPHYAINCP)pitherm.h \
    26752460  $(SOPHYAINCP)resusage.h \
    26762461  $(SOPHYAINCP)fct1dfit.h \
    2677   $(SOPHYAINCP)generalfit.h \
    26782462  $(SOPHYAINCP)fct2dfit.h \
    2679   $(SOPHYAINCP)tmatrix.h \
    2680   $(SOPHYAINCP)tvector.h \
    2681   $(SOPHYAINCP)matharr.h pitvmaad.h \
    2682   $(SOPHYAINCP)ntuple.h \
     2463  $(SOPHYAINCP)matharr.h \
     2464  pitvmaad.h $(SOPHYAINCP)ntuple.h \
    26832465  $(SOPHYAINCP)cimage.h \
    26842466  $(SOPHYAINCP)fioarr.h \
    26852467  $(SOPHYAINCP)histos.h \
    26862468  $(SOPHYAINCP)histos2.h \
    2687   $(SOPHYAINCP)histos.h \
    26882469  $(SOPHYAINCP)hisprof.h \
    26892470  $(SOPHYAINCP)datatable.h \
     
    26912472  $(SOPHYAINCP)segdatablock.h \
    26922473  $(SOPHYAINCP)piyfxdrw.h \
    2693   $(SOPHYAINCP)pisurfdr.h pintuple.h \
    2694   pintup3d.h $(SOPHYAINCP)pi3ddrw.h \
    2695   pipodrw.h
     2474  $(SOPHYAINCP)pisurfdr.h \
     2475  pintuple.h pintup3d.h pipodrw.h
    26962476        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  servnobjm.cc
    26972477 
  • trunk/SophyaPI/PIext/pihisto2d.cc

    r3055 r3075  
    55#include "sopnamsp.h"
    66#include "pihisto2d.h"
    7 #include "nbrandom.h"
     7#include "srandgen.h"
    88
    99static int dbg = 0;
  • trunk/SophyaPI/PIext/smakefile

    r3066 r3075  
    1515  $(SOPHYAINCP)machdefs.h \
    1616  $(SOPHYAINCP)commander.h \
    17   $(SOPHYAINCP)machdefs.h \
    1817  $(SOPHYAINCP)pdlmgr.h \
    1918  $(SOPHYAINCP)dvlist.h \
     
    2928  $(SOPHYAINCP)timestamp.h \
    3029  $(SOPHYAINCP)ctimer.h \
    31   $(SOPHYAINCP)zthread.h dlftypes.h \
    32   basexecut.h $(SOPHYAINCP)pdlmgr.h \
    33   $(SOPHYAINCP)ctimer.h \
    34   $(SOPHYAINCP)strutilxx.h pistdimgapp.h \
    35   $(SOPHYAINCP)pisysdep.h \
    36   $(SOPHYAINCP)piapplx.h \
    37   $(SOPHYAINCP)piapplgen.h \
    38   $(SOPHYAINCP)pimsghandler.h \
    39   $(SOPHYAINCP)pisysdep.h \
    40   $(SOPHYAINCP)picontainerx.h \
    41   $(SOPHYAINCP)picontainergen.h \
    42   $(SOPHYAINCP)piwdgx.h \
    43   $(SOPHYAINCP)piwdggen.h \
    44   $(SOPHYAINCP)picolist.h \
    45   $(SOPHYAINCP)pimenubarx.h \
    46   $(SOPHYAINCP)pimenubargen.h \
    47   $(SOPHYAINCP)pimenux.h \
    48   $(SOPHYAINCP)pimenugen.h \
    49   $(SOPHYAINCP)picons.h \
    50   $(SOPHYAINCP)pistdwdgx.h \
    51   $(SOPHYAINCP)pistdwdggen.h \
    52   $(SOPHYAINCP)pibwdgx.h \
    53   $(SOPHYAINCP)pibwdggen.h \
    54   $(SOPHYAINCP)picmap.h \
    55   $(SOPHYAINCP)picmapx.h \
    56   $(SOPHYAINCP)picmapgen.h \
    57   $(SOPHYAINCP)pigraphx.h \
    58   $(SOPHYAINCP)pigraphgen.h \
    59   $(SOPHYAINCP)pifontx.h \
    60   $(SOPHYAINCP)pifontgen.h \
    61   $(SOPHYAINCP)pigrcoord.h \
    62   $(SOPHYAINCP)pilineatt.h \
    63   $(SOPHYAINCP)pigraphuc.h \
    64   $(SOPHYAINCP)pievthandler.h \
    65   $(SOPHYAINCP)psfile.h \
    66   $(SOPHYAINCP)pigraphps.h \
    67   $(SOPHYAINCP)piwindowx.h \
    68   $(SOPHYAINCP)piwindowgen.h \
    69   $(SOPHYAINCP)pimenux.h \
    70   $(SOPHYAINCP)pioptmenux.h \
    71   $(SOPHYAINCP)pioptmenugen.h \
    72   $(SOPHYAINCP)pistdwdgx.h \
    73   $(SOPHYAINCP)pifilechox.h \
    74   $(SOPHYAINCP)pifilechogen.h \
    75   $(SOPHYAINCP)piwindowx.h \
    76   $(SOPHYAINCP)piperiodx.h \
    77   $(SOPHYAINCP)periodic.h \
    78   $(SOPHYAINCP)picons.h \
    79   $(SOPHYAINCP)piimage.h \
    80   $(SOPHYAINCP)parradapter.h \
    81   $(SOPHYAINCP)lut.h \
    82   $(SOPHYAINCP)pieldrw.h \
    83   $(SOPHYAINCP)pidrawer.h \
    84   $(SOPHYAINCP)pigratt.h \
    85   $(SOPHYAINCP)piaxes.h \
    86   $(SOPHYAINCP)pipixmapx.h \
    87   $(SOPHYAINCP)pipixmapgen.h \
    88   $(SOPHYAINCP)picmapview.h \
    89   $(SOPHYAINCP)pi3dwdg.h \
    90   $(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)pilistx.h \
    96   $(SOPHYAINCP)pilistgen.h \
    97   $(SOPHYAINCP)pistzwin.h \
    98   $(SOPHYAINCP)piperiodx.h \
    99   $(SOPHYAINCP)pitherm.h \
    100   $(SOPHYAINCP)resusage.h servnobjm.h \
    101   nomgadapter.h $(SOPHYAINCP)pidrawer.h \
    102   $(SOPHYAINCP)parradapter.h \
    103   $(SOPHYAINCP)ntupintf.h \
    104   $(SOPHYAINCP)generalfit.h \
    105   $(SOPHYAINCP)tvector.h \
    106   $(SOPHYAINCP)tmatrix.h \
    107   $(SOPHYAINCP)tarray.h \
    108   $(SOPHYAINCP)basarr.h \
    109   $(SOPHYAINCP)ndatablock.h \
    110   $(SOPHYAINCP)utilarr.h \
    111   $(SOPHYAINCP)tmatrix_tsnl.h \
    112   $(SOPHYAINCP)tvector_tsnl.h \
    113   $(SOPHYAINCP)generaldata.h \
    114   $(SOPHYAINCP)ntupintf.h \
    115   $(SOPHYAINCP)poly.h \
    116   $(SOPHYAINCP)peida.h \
    117   $(SOPHYAINCP)utils.h \
    118   $(SOPHYAINCP)perrors.h \
    119   $(SOPHYAINCP)fmath.h \
    120   $(SOPHYAINCP)histos.h \
    121   $(SOPHYAINCP)histos2.h \
    122   $(SOPHYAINCP)histos.h \
    123   $(SOPHYAINCP)hisprof.h \
    124   $(SOPHYAINCP)ntuple.h \
    125   $(SOPHYAINCP)generaldata.h \
    126   $(SOPHYAINCP)datatable.h \
    127   $(SOPHYAINCP)basedtable.h \
    128   $(SOPHYAINCP)segdatablock.h \
    129   $(SOPHYAINCP)tvector.h
    130         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basexecut.cc
    131  
    132 $(SOPHYAOBJP)contmodex.o: contmodex.cc \
    133   $(SOPHYAINCP)sopnamsp.h contmodex.h \
    134   $(SOPHYAINCP)machdefs.h piacmd.h \
    135   $(SOPHYAINCP)commander.h \
    136   $(SOPHYAINCP)machdefs.h \
    137   $(SOPHYAINCP)pdlmgr.h \
    138   $(SOPHYAINCP)dvlist.h \
    139   $(SOPHYAINCP)objfio.h \
    140   $(SOPHYAINCP)anydataobj.h \
    141   $(SOPHYAINCP)ppersist.h \
    142   $(SOPHYAINCP)pexceptions.h \
    143   $(SOPHYAINCP)gnumd5.h \
    144   $(SOPHYAINCP)ppfbinstream.h \
    145   $(SOPHYAINCP)rawstream.h \
    146   $(SOPHYAINCP)ppfnametag.h \
    147   $(SOPHYAINCP)mutyv.h \
    148   $(SOPHYAINCP)timestamp.h \
    149   $(SOPHYAINCP)ctimer.h \
    150   $(SOPHYAINCP)zthread.h dlftypes.h \
    151   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    152   $(SOPHYAINCP)ppersist.h \
    153   $(SOPHYAINCP)dvlist.h \
    154   $(SOPHYAINCP)pigncont.h \
    155   $(SOPHYAINCP)pistdimgapp.h \
     30  $(SOPHYAINCP)zthread.h \
     31  dlftypes.h basexecut.h \
     32  $(SOPHYAINCP)strutilxx.h \
     33  pistdimgapp.h \
    15634  $(SOPHYAINCP)pisysdep.h \
    15735  $(SOPHYAINCP)piapplx.h \
     
    20684  $(SOPHYAINCP)pi3ddrw.h \
    20785  $(SOPHYAINCP)pigraph3d.h \
     86  nobjmgr.h pisiadw.h \
     87  $(SOPHYAINCP)pilistx.h \
     88  $(SOPHYAINCP)pilistgen.h \
     89  $(SOPHYAINCP)pistzwin.h \
     90  $(SOPHYAINCP)pitherm.h \
     91  $(SOPHYAINCP)resusage.h \
     92  servnobjm.h nomgadapter.h \
     93  $(SOPHYAINCP)ntupintf.h \
     94  $(SOPHYAINCP)generalfit.h \
     95  $(SOPHYAINCP)tvector.h \
     96  $(SOPHYAINCP)tmatrix.h \
     97  $(SOPHYAINCP)tarray.h \
     98  $(SOPHYAINCP)basarr.h \
     99  $(SOPHYAINCP)ndatablock.h \
     100  $(SOPHYAINCP)utilarr.h \
     101  $(SOPHYAINCP)tmatrix_tsnl.h \
     102  $(SOPHYAINCP)tvector_tsnl.h \
     103  $(SOPHYAINCP)generaldata.h \
     104  $(SOPHYAINCP)poly.h \
     105  $(SOPHYAINCP)peida.h \
     106  $(SOPHYAINCP)utils.h \
     107  $(SOPHYAINCP)perrors.h \
     108  $(SOPHYAINCP)fmath.h \
     109  $(SOPHYAINCP)histos.h \
     110  $(SOPHYAINCP)histos2.h \
     111  $(SOPHYAINCP)hisprof.h \
     112  $(SOPHYAINCP)ntuple.h \
     113  $(SOPHYAINCP)datatable.h \
     114  $(SOPHYAINCP)basedtable.h \
     115  $(SOPHYAINCP)segdatablock.h
     116        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basexecut.cc
     117 
     118$(SOPHYAOBJP)contmodex.o: contmodex.cc \
     119  $(SOPHYAINCP)sopnamsp.h \
     120  contmodex.h \
     121  $(SOPHYAINCP)machdefs.h piacmd.h \
     122  $(SOPHYAINCP)commander.h \
     123  $(SOPHYAINCP)pdlmgr.h \
     124  $(SOPHYAINCP)dvlist.h \
     125  $(SOPHYAINCP)objfio.h \
     126  $(SOPHYAINCP)anydataobj.h \
     127  $(SOPHYAINCP)ppersist.h \
     128  $(SOPHYAINCP)pexceptions.h \
     129  $(SOPHYAINCP)gnumd5.h \
     130  $(SOPHYAINCP)ppfbinstream.h \
     131  $(SOPHYAINCP)rawstream.h \
     132  $(SOPHYAINCP)ppfnametag.h \
     133  $(SOPHYAINCP)mutyv.h \
     134  $(SOPHYAINCP)timestamp.h \
     135  $(SOPHYAINCP)ctimer.h \
     136  $(SOPHYAINCP)zthread.h \
     137  dlftypes.h nobjmgr.h \
     138  $(SOPHYAINCP)pigncont.h \
     139  $(SOPHYAINCP)pistdimgapp.h \
     140  $(SOPHYAINCP)pisysdep.h \
     141  $(SOPHYAINCP)piapplx.h \
     142  $(SOPHYAINCP)piapplgen.h \
     143  $(SOPHYAINCP)pimsghandler.h \
     144  $(SOPHYAINCP)picontainerx.h \
     145  $(SOPHYAINCP)picontainergen.h \
     146  $(SOPHYAINCP)piwdgx.h \
     147  $(SOPHYAINCP)piwdggen.h \
     148  $(SOPHYAINCP)picolist.h \
     149  $(SOPHYAINCP)pimenubarx.h \
     150  $(SOPHYAINCP)pimenubargen.h \
     151  $(SOPHYAINCP)pimenux.h \
     152  $(SOPHYAINCP)pimenugen.h \
     153  $(SOPHYAINCP)picons.h \
     154  $(SOPHYAINCP)pistdwdgx.h \
     155  $(SOPHYAINCP)pistdwdggen.h \
     156  $(SOPHYAINCP)pibwdgx.h \
     157  $(SOPHYAINCP)pibwdggen.h \
     158  $(SOPHYAINCP)picmap.h \
     159  $(SOPHYAINCP)picmapx.h \
     160  $(SOPHYAINCP)picmapgen.h \
     161  $(SOPHYAINCP)pigraphx.h \
     162  $(SOPHYAINCP)pigraphgen.h \
     163  $(SOPHYAINCP)pifontx.h \
     164  $(SOPHYAINCP)pifontgen.h \
     165  $(SOPHYAINCP)pigrcoord.h \
     166  $(SOPHYAINCP)pilineatt.h \
     167  $(SOPHYAINCP)pigraphuc.h \
     168  $(SOPHYAINCP)pievthandler.h \
     169  $(SOPHYAINCP)psfile.h \
     170  $(SOPHYAINCP)pigraphps.h \
     171  $(SOPHYAINCP)piwindowx.h \
     172  $(SOPHYAINCP)piwindowgen.h \
     173  $(SOPHYAINCP)pioptmenux.h \
     174  $(SOPHYAINCP)pioptmenugen.h \
     175  $(SOPHYAINCP)pifilechox.h \
     176  $(SOPHYAINCP)pifilechogen.h \
     177  $(SOPHYAINCP)piperiodx.h \
     178  $(SOPHYAINCP)periodic.h \
     179  $(SOPHYAINCP)piimage.h \
     180  $(SOPHYAINCP)parradapter.h \
     181  $(SOPHYAINCP)lut.h \
     182  $(SOPHYAINCP)pieldrw.h \
     183  $(SOPHYAINCP)pidrawer.h \
     184  $(SOPHYAINCP)pigratt.h \
     185  $(SOPHYAINCP)piaxes.h \
     186  $(SOPHYAINCP)pipixmapx.h \
     187  $(SOPHYAINCP)pipixmapgen.h \
     188  $(SOPHYAINCP)picmapview.h \
     189  $(SOPHYAINCP)pi3dwdg.h \
     190  $(SOPHYAINCP)pi3ddrw.h \
     191  $(SOPHYAINCP)pigraph3d.h \
    208192  $(SOPHYAINCP)nobjmgr.h \
    209193  $(SOPHYAINCP)piacmd.h \
     
    213197  $(SOPHYAINCP)pistzwin.h \
    214198  $(SOPHYAINCP)pitherm.h \
    215   $(SOPHYAINCP)zthread.h \
    216199  $(SOPHYAINCP)resusage.h \
    217200  $(SOPHYAINCP)piscdrawwdg.h \
     
    224207  $(SOPHYAINCP)gp_graph3d.h \
    225208  $(SOPHYAINCP)gp_alloc.h \
    226   $(SOPHYAINCP)pidrawer.h nomgadapter.h \
    227   $(SOPHYAINCP)parradapter.h \
    228   $(SOPHYAINCP)ntupintf.h \
     209  nomgadapter.h \
    229210  $(SOPHYAINCP)generalfit.h \
    230211  $(SOPHYAINCP)tvector.h \
     
    241222  $(SOPHYAINCP)utils.h \
    242223  $(SOPHYAINCP)perrors.h \
    243   $(SOPHYAINCP)fmath.h servnobjm.h \
    244   $(SOPHYAINCP)pdlmgr.h
     224  $(SOPHYAINCP)fmath.h servnobjm.h
    245225        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  contmodex.cc
    246226 
    247227$(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \
    248   $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \
     228  $(SOPHYAINCP)sopnamsp.h \
     229  cxxexecutor.h \
    249230  $(SOPHYAINCP)machdefs.h piacmd.h \
    250231  $(SOPHYAINCP)commander.h \
    251   $(SOPHYAINCP)machdefs.h \
    252232  $(SOPHYAINCP)pdlmgr.h \
    253233  $(SOPHYAINCP)dvlist.h \
     
    263243  $(SOPHYAINCP)timestamp.h \
    264244  $(SOPHYAINCP)ctimer.h \
    265   $(SOPHYAINCP)zthread.h dlftypes.h \
    266   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    267   $(SOPHYAINCP)ppersist.h \
    268   $(SOPHYAINCP)dvlist.h \
     245  $(SOPHYAINCP)zthread.h \
     246  dlftypes.h nobjmgr.h \
    269247  $(SOPHYAINCP)strutilxx.h \
    270   $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \
     248  $(SOPHYAINCP)cxxcmplnk.h \
     249  nomgadapter.h \
    271250  $(SOPHYAINCP)pidrawer.h \
    272251  $(SOPHYAINCP)pibwdggen.h \
     
    303282  $(SOPHYAINCP)tvector_tsnl.h \
    304283  $(SOPHYAINCP)generaldata.h \
    305   $(SOPHYAINCP)ntupintf.h \
    306284  $(SOPHYAINCP)poly.h \
    307285  $(SOPHYAINCP)peida.h \
    308286  $(SOPHYAINCP)utils.h \
    309287  $(SOPHYAINCP)perrors.h \
    310   $(SOPHYAINCP)fmath.h pistdimgapp.h \
    311   $(SOPHYAINCP)pisysdep.h \
     288  $(SOPHYAINCP)fmath.h \
     289  pistdimgapp.h \
    312290  $(SOPHYAINCP)piapplx.h \
    313291  $(SOPHYAINCP)piapplgen.h \
     
    325303  $(SOPHYAINCP)piwindowx.h \
    326304  $(SOPHYAINCP)piwindowgen.h \
    327   $(SOPHYAINCP)pimenux.h \
    328305  $(SOPHYAINCP)pioptmenux.h \
    329306  $(SOPHYAINCP)pioptmenugen.h \
    330   $(SOPHYAINCP)pistdwdgx.h \
    331307  $(SOPHYAINCP)pifilechox.h \
    332308  $(SOPHYAINCP)pifilechogen.h \
    333   $(SOPHYAINCP)piwindowx.h \
    334309  $(SOPHYAINCP)piperiodx.h \
    335310  $(SOPHYAINCP)periodic.h \
    336   $(SOPHYAINCP)picons.h \
    337311  $(SOPHYAINCP)piimage.h \
    338   $(SOPHYAINCP)parradapter.h \
    339312  $(SOPHYAINCP)pieldrw.h \
    340   $(SOPHYAINCP)pidrawer.h \
    341313  $(SOPHYAINCP)pipixmapx.h \
    342314  $(SOPHYAINCP)pipixmapgen.h \
     
    344316  $(SOPHYAINCP)pi3dwdg.h \
    345317  $(SOPHYAINCP)pi3ddrw.h \
    346   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    347   $(SOPHYAINCP)pilistx.h \
     318  $(SOPHYAINCP)pigraph3d.h \
     319  pisiadw.h $(SOPHYAINCP)pilistx.h \
    348320  $(SOPHYAINCP)pilistgen.h \
    349321  $(SOPHYAINCP)pistzwin.h \
    350   $(SOPHYAINCP)piperiodx.h \
    351322  $(SOPHYAINCP)pitherm.h \
    352323  $(SOPHYAINCP)resusage.h
     
    354325 
    355326$(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \
    356   $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \
     327  $(SOPHYAINCP)sopnamsp.h \
     328  cxxexecutor.h \
    357329  $(SOPHYAINCP)machdefs.h piacmd.h \
    358330  $(SOPHYAINCP)commander.h \
    359   $(SOPHYAINCP)machdefs.h \
    360331  $(SOPHYAINCP)pdlmgr.h \
    361332  $(SOPHYAINCP)dvlist.h \
     
    371342  $(SOPHYAINCP)timestamp.h \
    372343  $(SOPHYAINCP)ctimer.h \
    373   $(SOPHYAINCP)zthread.h dlftypes.h \
    374   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    375   $(SOPHYAINCP)ppersist.h \
    376   $(SOPHYAINCP)dvlist.h cxxexecwin.h \
    377   $(SOPHYAINCP)pisysdep.h pistdimgapp.h \
     344  $(SOPHYAINCP)zthread.h \
     345  dlftypes.h nobjmgr.h cxxexecwin.h \
     346  $(SOPHYAINCP)pisysdep.h \
     347  pistdimgapp.h \
    378348  $(SOPHYAINCP)piapplx.h \
    379349  $(SOPHYAINCP)piapplgen.h \
    380350  $(SOPHYAINCP)pimsghandler.h \
    381   $(SOPHYAINCP)pisysdep.h \
    382351  $(SOPHYAINCP)picontainerx.h \
    383352  $(SOPHYAINCP)picontainergen.h \
     
    409378  $(SOPHYAINCP)piwindowx.h \
    410379  $(SOPHYAINCP)piwindowgen.h \
    411   $(SOPHYAINCP)pimenux.h \
    412380  $(SOPHYAINCP)pioptmenux.h \
    413381  $(SOPHYAINCP)pioptmenugen.h \
    414   $(SOPHYAINCP)pistdwdgx.h \
    415382  $(SOPHYAINCP)pifilechox.h \
    416383  $(SOPHYAINCP)pifilechogen.h \
    417   $(SOPHYAINCP)piwindowx.h \
    418384  $(SOPHYAINCP)piperiodx.h \
    419385  $(SOPHYAINCP)periodic.h \
    420   $(SOPHYAINCP)picons.h \
    421386  $(SOPHYAINCP)piimage.h \
    422387  $(SOPHYAINCP)parradapter.h \
     
    431396  $(SOPHYAINCP)pi3dwdg.h \
    432397  $(SOPHYAINCP)pi3ddrw.h \
    433   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    434   $(SOPHYAINCP)pilistx.h \
     398  $(SOPHYAINCP)pigraph3d.h \
     399  pisiadw.h $(SOPHYAINCP)pilistx.h \
    435400  $(SOPHYAINCP)pilistgen.h \
    436401  $(SOPHYAINCP)pistzwin.h \
    437   $(SOPHYAINCP)piperiodx.h \
    438402  $(SOPHYAINCP)pitherm.h \
    439403  $(SOPHYAINCP)resusage.h
     
    441405 
    442406$(SOPHYAOBJP)flowmodex.o: flowmodex.cc \
    443   $(SOPHYAINCP)sopnamsp.h flowmodex.h \
     407  $(SOPHYAINCP)sopnamsp.h \
     408  flowmodex.h \
    444409  $(SOPHYAINCP)machdefs.h piacmd.h \
    445410  $(SOPHYAINCP)commander.h \
    446   $(SOPHYAINCP)machdefs.h \
    447411  $(SOPHYAINCP)pdlmgr.h \
    448412  $(SOPHYAINCP)dvlist.h \
     
    458422  $(SOPHYAINCP)timestamp.h \
    459423  $(SOPHYAINCP)ctimer.h \
    460   $(SOPHYAINCP)zthread.h dlftypes.h \
    461   nobjmgr.h $(SOPHYAINCP)anydataobj.h \
    462   $(SOPHYAINCP)ppersist.h \
    463   $(SOPHYAINCP)dvlist.h pi2dvec.h \
    464   pistdimgapp.h $(SOPHYAINCP)pisysdep.h \
     424  $(SOPHYAINCP)zthread.h \
     425  dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \
     426  $(SOPHYAINCP)pisysdep.h \
    465427  $(SOPHYAINCP)piapplx.h \
    466428  $(SOPHYAINCP)piapplgen.h \
    467429  $(SOPHYAINCP)pimsghandler.h \
    468   $(SOPHYAINCP)pisysdep.h \
    469430  $(SOPHYAINCP)picontainerx.h \
    470431  $(SOPHYAINCP)picontainergen.h \
     
    496457  $(SOPHYAINCP)piwindowx.h \
    497458  $(SOPHYAINCP)piwindowgen.h \
    498   $(SOPHYAINCP)pimenux.h \
    499459  $(SOPHYAINCP)pioptmenux.h \
    500460  $(SOPHYAINCP)pioptmenugen.h \
    501   $(SOPHYAINCP)pistdwdgx.h \
    502461  $(SOPHYAINCP)pifilechox.h \
    503462  $(SOPHYAINCP)pifilechogen.h \
    504   $(SOPHYAINCP)piwindowx.h \
    505463  $(SOPHYAINCP)piperiodx.h \
    506464  $(SOPHYAINCP)periodic.h \
    507   $(SOPHYAINCP)picons.h \
    508465  $(SOPHYAINCP)piimage.h \
    509466  $(SOPHYAINCP)parradapter.h \
     
    518475  $(SOPHYAINCP)pi3dwdg.h \
    519476  $(SOPHYAINCP)pi3ddrw.h \
    520   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    521   $(SOPHYAINCP)pilistx.h \
     477  $(SOPHYAINCP)pigraph3d.h \
     478  pisiadw.h $(SOPHYAINCP)pilistx.h \
    522479  $(SOPHYAINCP)pilistgen.h \
    523480  $(SOPHYAINCP)pistzwin.h \
    524   $(SOPHYAINCP)piperiodx.h \
    525481  $(SOPHYAINCP)pitherm.h \
    526482  $(SOPHYAINCP)resusage.h \
     
    528484  $(SOPHYAINCP)ntupintf.h \
    529485  $(SOPHYAINCP)ntuple.h \
    530   $(SOPHYAINCP)ntupintf.h \
    531   $(SOPHYAINCP)pidrawer.h nomgadapter.h \
    532   $(SOPHYAINCP)parradapter.h \
     486  nomgadapter.h \
    533487  $(SOPHYAINCP)generalfit.h \
    534488  $(SOPHYAINCP)tvector.h \
     
    545499  $(SOPHYAINCP)utils.h \
    546500  $(SOPHYAINCP)perrors.h \
    547   $(SOPHYAINCP)fmath.h servnobjm.h \
    548   $(SOPHYAINCP)pdlmgr.h
     501  $(SOPHYAINCP)fmath.h servnobjm.h
    549502        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  flowmodex.cc
    550503 
     
    553506  $(SOPHYAINCP)machdefs.h \
    554507  $(SOPHYAINCP)commander.h \
    555   $(SOPHYAINCP)machdefs.h \
    556508  $(SOPHYAINCP)pdlmgr.h \
    557509  $(SOPHYAINCP)dvlist.h \
     
    567519  $(SOPHYAINCP)timestamp.h \
    568520  $(SOPHYAINCP)ctimer.h \
    569   $(SOPHYAINCP)zthread.h dlftypes.h \
    570   graphexecut.h $(SOPHYAINCP)strutilxx.h \
    571   pistdimgapp.h $(SOPHYAINCP)pisysdep.h \
     521  $(SOPHYAINCP)zthread.h \
     522  dlftypes.h graphexecut.h \
     523  $(SOPHYAINCP)strutilxx.h \
     524  pistdimgapp.h \
     525  $(SOPHYAINCP)pisysdep.h \
    572526  $(SOPHYAINCP)piapplx.h \
    573527  $(SOPHYAINCP)piapplgen.h \
    574528  $(SOPHYAINCP)pimsghandler.h \
    575   $(SOPHYAINCP)pisysdep.h \
    576529  $(SOPHYAINCP)picontainerx.h \
    577530  $(SOPHYAINCP)picontainergen.h \
     
    603556  $(SOPHYAINCP)piwindowx.h \
    604557  $(SOPHYAINCP)piwindowgen.h \
    605   $(SOPHYAINCP)pimenux.h \
    606558  $(SOPHYAINCP)pioptmenux.h \
    607559  $(SOPHYAINCP)pioptmenugen.h \
    608   $(SOPHYAINCP)pistdwdgx.h \
    609560  $(SOPHYAINCP)pifilechox.h \
    610561  $(SOPHYAINCP)pifilechogen.h \
    611   $(SOPHYAINCP)piwindowx.h \
    612562  $(SOPHYAINCP)piperiodx.h \
    613563  $(SOPHYAINCP)periodic.h \
    614   $(SOPHYAINCP)picons.h \
    615564  $(SOPHYAINCP)piimage.h \
    616565  $(SOPHYAINCP)parradapter.h \
     
    625574  $(SOPHYAINCP)pi3dwdg.h \
    626575  $(SOPHYAINCP)pi3ddrw.h \
    627   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    628   $(SOPHYAINCP)anydataobj.h \
    629   $(SOPHYAINCP)ppersist.h \
    630   $(SOPHYAINCP)dvlist.h pisiadw.h \
     576  $(SOPHYAINCP)pigraph3d.h \
     577  nobjmgr.h pisiadw.h \
    631578  $(SOPHYAINCP)pilistx.h \
    632579  $(SOPHYAINCP)pilistgen.h \
    633580  $(SOPHYAINCP)pistzwin.h \
    634   $(SOPHYAINCP)piperiodx.h \
    635581  $(SOPHYAINCP)pitherm.h \
    636   $(SOPHYAINCP)resusage.h nomgadapter.h \
    637   $(SOPHYAINCP)pidrawer.h \
    638   $(SOPHYAINCP)parradapter.h \
     582  $(SOPHYAINCP)resusage.h \
     583  nomgadapter.h \
    639584  $(SOPHYAINCP)ntupintf.h \
    640585  $(SOPHYAINCP)generalfit.h \
     
    648593  $(SOPHYAINCP)tvector_tsnl.h \
    649594  $(SOPHYAINCP)generaldata.h \
    650   $(SOPHYAINCP)ntupintf.h \
    651595  $(SOPHYAINCP)poly.h \
    652596  $(SOPHYAINCP)peida.h \
     
    663607  $(SOPHYAINCP)strutil.h \
    664608  $(SOPHYAINCP)datatypes.h \
    665   $(SOPHYAINCP)machdefs.h nobjmgr.h \
    666   $(SOPHYAINCP)machdefs.h \
    667   $(SOPHYAINCP)anydataobj.h \
    668   $(SOPHYAINCP)ppersist.h \
    669   $(SOPHYAINCP)pexceptions.h \
    670   $(SOPHYAINCP)gnumd5.h \
    671   $(SOPHYAINCP)ppfbinstream.h \
    672   $(SOPHYAINCP)rawstream.h \
    673   $(SOPHYAINCP)ppfnametag.h \
    674   $(SOPHYAINCP)ppersist.h \
    675   $(SOPHYAINCP)dvlist.h \
    676   $(SOPHYAINCP)objfio.h \
    677   $(SOPHYAINCP)anydataobj.h \
    678   $(SOPHYAINCP)mutyv.h \
    679   $(SOPHYAINCP)timestamp.h dlftypes.h \
    680   servnobjm.h $(SOPHYAINCP)pdlmgr.h \
    681   $(SOPHYAINCP)zthread.h nomgadapter.h \
     609  $(SOPHYAINCP)machdefs.h \
     610  nobjmgr.h \
     611  $(SOPHYAINCP)anydataobj.h \
     612  $(SOPHYAINCP)ppersist.h \
     613  $(SOPHYAINCP)pexceptions.h \
     614  $(SOPHYAINCP)gnumd5.h \
     615  $(SOPHYAINCP)ppfbinstream.h \
     616  $(SOPHYAINCP)rawstream.h \
     617  $(SOPHYAINCP)ppfnametag.h \
     618  $(SOPHYAINCP)dvlist.h \
     619  $(SOPHYAINCP)objfio.h \
     620  $(SOPHYAINCP)mutyv.h \
     621  $(SOPHYAINCP)timestamp.h \
     622  dlftypes.h servnobjm.h \
     623  $(SOPHYAINCP)pdlmgr.h \
     624  $(SOPHYAINCP)zthread.h \
     625  nomgadapter.h \
    682626  $(SOPHYAINCP)pidrawer.h \
    683627  $(SOPHYAINCP)pibwdggen.h \
     
    709653  $(SOPHYAINCP)tarray.h \
    710654  $(SOPHYAINCP)basarr.h \
    711   $(SOPHYAINCP)dvlist.h \
    712655  $(SOPHYAINCP)ndatablock.h \
    713656  $(SOPHYAINCP)utilarr.h \
     
    715658  $(SOPHYAINCP)tvector_tsnl.h \
    716659  $(SOPHYAINCP)generaldata.h \
    717   $(SOPHYAINCP)ntupintf.h \
    718660  $(SOPHYAINCP)poly.h \
    719661  $(SOPHYAINCP)peida.h \
    720662  $(SOPHYAINCP)utils.h \
    721663  $(SOPHYAINCP)perrors.h \
    722   $(SOPHYAINCP)fmath.h pistdimgapp.h \
    723   $(SOPHYAINCP)pisysdep.h \
     664  $(SOPHYAINCP)fmath.h \
     665  pistdimgapp.h \
    724666  $(SOPHYAINCP)piapplx.h \
    725667  $(SOPHYAINCP)piapplgen.h \
     
    737679  $(SOPHYAINCP)piwindowx.h \
    738680  $(SOPHYAINCP)piwindowgen.h \
    739   $(SOPHYAINCP)pimenux.h \
    740681  $(SOPHYAINCP)pioptmenux.h \
    741682  $(SOPHYAINCP)pioptmenugen.h \
    742   $(SOPHYAINCP)pistdwdgx.h \
    743683  $(SOPHYAINCP)pifilechox.h \
    744684  $(SOPHYAINCP)pifilechogen.h \
    745   $(SOPHYAINCP)piwindowx.h \
    746685  $(SOPHYAINCP)piperiodx.h \
    747686  $(SOPHYAINCP)periodic.h \
    748   $(SOPHYAINCP)picons.h \
    749687  $(SOPHYAINCP)piimage.h \
    750   $(SOPHYAINCP)parradapter.h \
    751688  $(SOPHYAINCP)pieldrw.h \
    752   $(SOPHYAINCP)pidrawer.h \
    753689  $(SOPHYAINCP)pipixmapx.h \
    754690  $(SOPHYAINCP)pipixmapgen.h \
     
    756692  $(SOPHYAINCP)pi3dwdg.h \
    757693  $(SOPHYAINCP)pi3ddrw.h \
    758   $(SOPHYAINCP)pigraph3d.h piacmd.h \
     694  $(SOPHYAINCP)pigraph3d.h \
     695  piacmd.h \
    759696  $(SOPHYAINCP)commander.h \
    760   $(SOPHYAINCP)pdlmgr.h \
    761697  $(SOPHYAINCP)ctimer.h pisiadw.h \
    762698  $(SOPHYAINCP)pilistx.h \
    763699  $(SOPHYAINCP)pilistgen.h \
    764700  $(SOPHYAINCP)pistzwin.h \
    765   $(SOPHYAINCP)piperiodx.h \
    766701  $(SOPHYAINCP)pitherm.h \
    767702  $(SOPHYAINCP)resusage.h \
    768   $(SOPHYAINCP)tvector.h pitvmaad.h \
    769   $(SOPHYAINCP)tmatrix.h \
     703  pitvmaad.h \
    770704  $(SOPHYAINCP)piyfxdrw.h \
    771   $(SOPHYAINCP)pisurfdr.h pipodrw.h \
    772   $(SOPHYAINCP)histos2.h \
     705  $(SOPHYAINCP)pisurfdr.h \
     706  pipodrw.h $(SOPHYAINCP)histos2.h \
    773707  $(SOPHYAINCP)histos.h pintuple.h \
    774   pintup3d.h $(SOPHYAINCP)pi3ddrw.h pigfd1.h \
    775   $(SOPHYAINCP)generaldata.h pigfd2.h
     708  pintup3d.h pigfd1.h pigfd2.h
    776709        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nobjmgr.cc
    777710 
    778711$(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \
    779712  $(SOPHYAINCP)sopnamsp.h \
    780   $(SOPHYAINCP)machdefs.h nomgadapter.h \
    781   $(SOPHYAINCP)ppersist.h \
    782   $(SOPHYAINCP)machdefs.h \
    783   $(SOPHYAINCP)pexceptions.h \
    784   $(SOPHYAINCP)gnumd5.h \
    785   $(SOPHYAINCP)ppfbinstream.h \
    786   $(SOPHYAINCP)rawstream.h \
    787   $(SOPHYAINCP)ppfnametag.h \
    788   $(SOPHYAINCP)ppersist.h \
     713  $(SOPHYAINCP)machdefs.h \
     714  nomgadapter.h \
     715  $(SOPHYAINCP)ppersist.h \
     716  $(SOPHYAINCP)pexceptions.h \
     717  $(SOPHYAINCP)gnumd5.h \
     718  $(SOPHYAINCP)ppfbinstream.h \
     719  $(SOPHYAINCP)rawstream.h \
     720  $(SOPHYAINCP)ppfnametag.h \
    789721  $(SOPHYAINCP)anydataobj.h \
    790722  $(SOPHYAINCP)pidrawer.h \
     
    817749  $(SOPHYAINCP)tarray.h \
    818750  $(SOPHYAINCP)basarr.h \
    819   $(SOPHYAINCP)anydataobj.h \
    820751  $(SOPHYAINCP)mutyv.h \
    821752  $(SOPHYAINCP)timestamp.h \
     
    827758  $(SOPHYAINCP)tvector_tsnl.h \
    828759  $(SOPHYAINCP)generaldata.h \
    829   $(SOPHYAINCP)ntupintf.h \
    830760  $(SOPHYAINCP)poly.h \
    831761  $(SOPHYAINCP)peida.h \
     
    837767$(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \
    838768  $(SOPHYAINCP)sopnamsp.h \
    839   $(SOPHYAINCP)machdefs.h nomgfdadapter.h \
    840   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    841   $(SOPHYAINCP)machdefs.h \
    842   $(SOPHYAINCP)pexceptions.h \
    843   $(SOPHYAINCP)gnumd5.h \
    844   $(SOPHYAINCP)ppfbinstream.h \
    845   $(SOPHYAINCP)rawstream.h \
    846   $(SOPHYAINCP)ppfnametag.h \
    847   $(SOPHYAINCP)ppersist.h \
     769  $(SOPHYAINCP)machdefs.h \
     770  nomgfdadapter.h nomgadapter.h \
     771  $(SOPHYAINCP)ppersist.h \
     772  $(SOPHYAINCP)pexceptions.h \
     773  $(SOPHYAINCP)gnumd5.h \
     774  $(SOPHYAINCP)ppfbinstream.h \
     775  $(SOPHYAINCP)rawstream.h \
     776  $(SOPHYAINCP)ppfnametag.h \
    848777  $(SOPHYAINCP)anydataobj.h \
    849778  $(SOPHYAINCP)pidrawer.h \
     
    876805  $(SOPHYAINCP)tarray.h \
    877806  $(SOPHYAINCP)basarr.h \
    878   $(SOPHYAINCP)anydataobj.h \
    879807  $(SOPHYAINCP)mutyv.h \
    880808  $(SOPHYAINCP)timestamp.h \
     
    886814  $(SOPHYAINCP)tvector_tsnl.h \
    887815  $(SOPHYAINCP)generaldata.h \
    888   $(SOPHYAINCP)ntupintf.h \
    889816  $(SOPHYAINCP)poly.h \
    890817  $(SOPHYAINCP)peida.h \
     
    897824  $(SOPHYAINCP)cimage.h \
    898825  $(SOPHYAINCP)fioarr.h \
    899   $(SOPHYAINCP)histos2.h \
    900   $(SOPHYAINCP)hisprof.h \
    901   $(SOPHYAINCP)generalfit.h
     826  $(SOPHYAINCP)hisprof.h
    902827        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomgfdadapter.cc
    903828 
    904829$(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \
    905830  $(SOPHYAINCP)sopnamsp.h \
    906   $(SOPHYAINCP)machdefs.h nomhistadapter.h \
    907   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    908   $(SOPHYAINCP)machdefs.h \
    909   $(SOPHYAINCP)pexceptions.h \
    910   $(SOPHYAINCP)gnumd5.h \
    911   $(SOPHYAINCP)ppfbinstream.h \
    912   $(SOPHYAINCP)rawstream.h \
    913   $(SOPHYAINCP)ppfnametag.h \
    914   $(SOPHYAINCP)ppersist.h \
     831  $(SOPHYAINCP)machdefs.h \
     832  nomhistadapter.h nomgadapter.h \
     833  $(SOPHYAINCP)ppersist.h \
     834  $(SOPHYAINCP)pexceptions.h \
     835  $(SOPHYAINCP)gnumd5.h \
     836  $(SOPHYAINCP)ppfbinstream.h \
     837  $(SOPHYAINCP)rawstream.h \
     838  $(SOPHYAINCP)ppfnametag.h \
    915839  $(SOPHYAINCP)anydataobj.h \
    916840  $(SOPHYAINCP)pidrawer.h \
     
    943867  $(SOPHYAINCP)tarray.h \
    944868  $(SOPHYAINCP)basarr.h \
    945   $(SOPHYAINCP)anydataobj.h \
    946869  $(SOPHYAINCP)mutyv.h \
    947870  $(SOPHYAINCP)timestamp.h \
     
    953876  $(SOPHYAINCP)tvector_tsnl.h \
    954877  $(SOPHYAINCP)generaldata.h \
    955   $(SOPHYAINCP)ntupintf.h \
    956878  $(SOPHYAINCP)poly.h \
    957879  $(SOPHYAINCP)peida.h \
     
    961883  $(SOPHYAINCP)histos.h \
    962884  $(SOPHYAINCP)histos2.h \
    963   $(SOPHYAINCP)histos.h \
    964885  $(SOPHYAINCP)hisprof.h \
    965886  $(SOPHYAINCP)histerr.h \
     
    967888  $(SOPHYAINCP)xntuple.h \
    968889  $(SOPHYAINCP)basedtable.h \
    969   $(SOPHYAINCP)segdatablock.h pihisto.h \
    970   pihisto2d.h $(SOPHYAINCP)pisysdep.h \
     890  $(SOPHYAINCP)segdatablock.h \
     891  pihisto.h pihisto2d.h \
    971892  $(SOPHYAINCP)pimenux.h \
    972893  $(SOPHYAINCP)pimenugen.h \
    973894  $(SOPHYAINCP)pimenubarx.h \
    974895  $(SOPHYAINCP)pimenubargen.h \
    975   $(SOPHYAINCP)pimenux.h \
    976896  $(SOPHYAINCP)pioptmenux.h \
    977897  $(SOPHYAINCP)pioptmenugen.h \
     
    985905  $(SOPHYAINCP)picontainerx.h \
    986906  $(SOPHYAINCP)picontainergen.h \
    987   $(SOPHYAINCP)pidrawer.h \
    988907  $(SOPHYAINCP)pieldrw.h pipodrw.h \
    989   servnobjm.h nobjmgr.h \
    990   $(SOPHYAINCP)dvlist.h dlftypes.h \
     908  servnobjm.h nobjmgr.h dlftypes.h \
    991909  $(SOPHYAINCP)pdlmgr.h \
    992910  $(SOPHYAINCP)zthread.h \
     
    994912  $(SOPHYAINCP)cimage.h \
    995913  $(SOPHYAINCP)fioarr.h \
    996   $(SOPHYAINCP)histos2.h \
    997   $(SOPHYAINCP)hisprof.h \
    998   $(SOPHYAINCP)generalfit.h \
    999914  $(SOPHYAINCP)datatable.h \
    1000   $(SOPHYAINCP)basedtable.h \
    1001915  $(SOPHYAINCP)swppfdtable.h \
    1002916  $(SOPHYAINCP)swsegdb.h \
     
    1009923  $(SOPHYAINCP)machdefs.h \
    1010924  $(SOPHYAINCP)datatype.h \
    1011   $(SOPHYAINCP)machdefs.h nomimagadapter.h \
    1012   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1013   $(SOPHYAINCP)pexceptions.h \
    1014   $(SOPHYAINCP)gnumd5.h \
    1015   $(SOPHYAINCP)ppfbinstream.h \
    1016   $(SOPHYAINCP)rawstream.h \
    1017   $(SOPHYAINCP)ppfnametag.h \
    1018   $(SOPHYAINCP)ppersist.h \
     925  nomimagadapter.h nomgadapter.h \
     926  $(SOPHYAINCP)ppersist.h \
     927  $(SOPHYAINCP)pexceptions.h \
     928  $(SOPHYAINCP)gnumd5.h \
     929  $(SOPHYAINCP)ppfbinstream.h \
     930  $(SOPHYAINCP)rawstream.h \
     931  $(SOPHYAINCP)ppfnametag.h \
    1019932  $(SOPHYAINCP)anydataobj.h \
    1020933  $(SOPHYAINCP)pidrawer.h \
     
    1047960  $(SOPHYAINCP)tarray.h \
    1048961  $(SOPHYAINCP)basarr.h \
    1049   $(SOPHYAINCP)anydataobj.h \
    1050962  $(SOPHYAINCP)mutyv.h \
    1051963  $(SOPHYAINCP)timestamp.h \
     
    1057969  $(SOPHYAINCP)tvector_tsnl.h \
    1058970  $(SOPHYAINCP)generaldata.h \
    1059   $(SOPHYAINCP)ntupintf.h \
    1060971  $(SOPHYAINCP)poly.h \
    1061972  $(SOPHYAINCP)peida.h \
     
    1064975  $(SOPHYAINCP)fmath.h \
    1065976  $(SOPHYAINCP)cimage.h \
    1066   $(SOPHYAINCP)fioarr.h pimgadapter.h \
     977  $(SOPHYAINCP)fioarr.h \
     978  pimgadapter.h \
    1067979  $(SOPHYAINCP)objfitter.h \
    1068   $(SOPHYAINCP)cimage.h \
    1069980  $(SOPHYAINCP)histos.h \
    1070981  $(SOPHYAINCP)histos2.h \
    1071   $(SOPHYAINCP)hisprof.h \
    1072   $(SOPHYAINCP)generalfit.h
     982  $(SOPHYAINCP)hisprof.h
    1073983        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomimagadapter.cc
    1074984 
     
    1077987  $(SOPHYAINCP)machdefs.h \
    1078988  $(SOPHYAINCP)datatype.h \
    1079   $(SOPHYAINCP)machdefs.h nomskymapadapter.h \
    1080   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1081   $(SOPHYAINCP)pexceptions.h \
    1082   $(SOPHYAINCP)gnumd5.h \
    1083   $(SOPHYAINCP)ppfbinstream.h \
    1084   $(SOPHYAINCP)rawstream.h \
    1085   $(SOPHYAINCP)ppfnametag.h \
    1086   $(SOPHYAINCP)ppersist.h \
     989  nomskymapadapter.h nomgadapter.h \
     990  $(SOPHYAINCP)ppersist.h \
     991  $(SOPHYAINCP)pexceptions.h \
     992  $(SOPHYAINCP)gnumd5.h \
     993  $(SOPHYAINCP)ppfbinstream.h \
     994  $(SOPHYAINCP)rawstream.h \
     995  $(SOPHYAINCP)ppfnametag.h \
    1087996  $(SOPHYAINCP)anydataobj.h \
    1088997  $(SOPHYAINCP)pidrawer.h \
     
    11151024  $(SOPHYAINCP)tarray.h \
    11161025  $(SOPHYAINCP)basarr.h \
    1117   $(SOPHYAINCP)anydataobj.h \
    11181026  $(SOPHYAINCP)mutyv.h \
    11191027  $(SOPHYAINCP)timestamp.h \
     
    11251033  $(SOPHYAINCP)tvector_tsnl.h \
    11261034  $(SOPHYAINCP)generaldata.h \
    1127   $(SOPHYAINCP)ntupintf.h \
    11281035  $(SOPHYAINCP)poly.h \
    11291036  $(SOPHYAINCP)peida.h \
     
    11311038  $(SOPHYAINCP)perrors.h \
    11321039  $(SOPHYAINCP)fmath.h \
    1133   $(SOPHYAINCP)tmatrix.h \
    11341040  $(SOPHYAINCP)pixelmap.h \
    11351041  $(SOPHYAINCP)spherepos.h \
     
    11381044  $(SOPHYAINCP)longlat.h \
    11391045  $(SOPHYAINCP)utilgeom.h \
    1140   $(SOPHYAINCP)datatype.h \
    11411046  $(SOPHYAINCP)skymap.h \
    11421047  $(SOPHYAINCP)spherethetaphi.h \
    11431048  $(SOPHYAINCP)sphericalmap.h \
    11441049  $(SOPHYAINCP)smathconst.h \
    1145   $(SOPHYAINCP)pixelmap.h \
    11461050  $(SOPHYAINCP)spherehealpix.h \
    11471051  $(SOPHYAINCP)HEALPixUtils.h \
     
    11511055  $(SOPHYAINCP)fiospherehealpix.h \
    11521056  $(SOPHYAINCP)fiolocalmap.h \
    1153   $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \
    1154   $(SOPHYAINCP)tvector.h \
     1057  $(SOPHYAINCP)fiosphereecp.h \
     1058  pitvmaad.h \
    11551059  $(SOPHYAINCP)complexios.h
    11561060        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomskymapadapter.cc
     
    11611065  nomspecrespadapter.h nomgadapter.h \
    11621066  $(SOPHYAINCP)ppersist.h \
    1163   $(SOPHYAINCP)machdefs.h \
    1164   $(SOPHYAINCP)pexceptions.h \
    1165   $(SOPHYAINCP)gnumd5.h \
    1166   $(SOPHYAINCP)ppfbinstream.h \
    1167   $(SOPHYAINCP)rawstream.h \
    1168   $(SOPHYAINCP)ppfnametag.h \
    1169   $(SOPHYAINCP)ppersist.h \
     1067  $(SOPHYAINCP)pexceptions.h \
     1068  $(SOPHYAINCP)gnumd5.h \
     1069  $(SOPHYAINCP)ppfbinstream.h \
     1070  $(SOPHYAINCP)rawstream.h \
     1071  $(SOPHYAINCP)ppfnametag.h \
    11701072  $(SOPHYAINCP)anydataobj.h \
    11711073  $(SOPHYAINCP)pidrawer.h \
     
    11981100  $(SOPHYAINCP)tarray.h \
    11991101  $(SOPHYAINCP)basarr.h \
    1200   $(SOPHYAINCP)anydataobj.h \
    12011102  $(SOPHYAINCP)mutyv.h \
    12021103  $(SOPHYAINCP)timestamp.h \
     
    12081109  $(SOPHYAINCP)tvector_tsnl.h \
    12091110  $(SOPHYAINCP)generaldata.h \
    1210   $(SOPHYAINCP)ntupintf.h \
    12111111  $(SOPHYAINCP)poly.h \
    12121112  $(SOPHYAINCP)peida.h \
     
    12161116  $(SOPHYAINCP)specresp.h \
    12171117  $(SOPHYAINCP)specrespvector.h \
    1218   $(SOPHYAINCP)specresp.h \
    12191118  $(SOPHYAINCP)gaussfilt.h
    12201119        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomspecrespadapter.cc
     
    12241123  $(SOPHYAINCP)machdefs.h \
    12251124  $(SOPHYAINCP)datatype.h \
    1226   $(SOPHYAINCP)machdefs.h nomtarradapter.h \
    1227   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1228   $(SOPHYAINCP)pexceptions.h \
    1229   $(SOPHYAINCP)gnumd5.h \
    1230   $(SOPHYAINCP)ppfbinstream.h \
    1231   $(SOPHYAINCP)rawstream.h \
    1232   $(SOPHYAINCP)ppfnametag.h \
    1233   $(SOPHYAINCP)ppersist.h \
     1125  nomtarradapter.h nomgadapter.h \
     1126  $(SOPHYAINCP)ppersist.h \
     1127  $(SOPHYAINCP)pexceptions.h \
     1128  $(SOPHYAINCP)gnumd5.h \
     1129  $(SOPHYAINCP)ppfbinstream.h \
     1130  $(SOPHYAINCP)rawstream.h \
     1131  $(SOPHYAINCP)ppfnametag.h \
    12341132  $(SOPHYAINCP)anydataobj.h \
    12351133  $(SOPHYAINCP)pidrawer.h \
     
    12621160  $(SOPHYAINCP)tarray.h \
    12631161  $(SOPHYAINCP)basarr.h \
    1264   $(SOPHYAINCP)anydataobj.h \
    12651162  $(SOPHYAINCP)mutyv.h \
    12661163  $(SOPHYAINCP)timestamp.h \
     
    12721169  $(SOPHYAINCP)tvector_tsnl.h \
    12731170  $(SOPHYAINCP)generaldata.h \
    1274   $(SOPHYAINCP)ntupintf.h \
    12751171  $(SOPHYAINCP)poly.h \
    12761172  $(SOPHYAINCP)peida.h \
    12771173  $(SOPHYAINCP)utils.h \
    12781174  $(SOPHYAINCP)perrors.h \
    1279   $(SOPHYAINCP)fmath.h \
    1280   $(SOPHYAINCP)tarray.h \
    1281   $(SOPHYAINCP)tvector.h pitvmaad.h \
    1282   $(SOPHYAINCP)tmatrix.h \
     1175  $(SOPHYAINCP)fmath.h pitvmaad.h \
    12831176  $(SOPHYAINCP)piyfxdrw.h \
    1284   $(SOPHYAINCP)parradapter.h \
    1285   $(SOPHYAINCP)pidrawer.h \
    12861177  $(SOPHYAINCP)fioarr.h nobjmgr.h \
    1287   $(SOPHYAINCP)dvlist.h dlftypes.h
     1178  dlftypes.h
    12881179        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomtarradapter.cc
    12891180 
     
    12921183  $(SOPHYAINCP)machdefs.h \
    12931184  $(SOPHYAINCP)datatype.h \
    1294   $(SOPHYAINCP)machdefs.h \
    12951185  $(SOPHYAINCP)tvector.h \
    12961186  $(SOPHYAINCP)tmatrix.h \
     
    13151205  $(SOPHYAINCP)cimage.h \
    13161206  $(SOPHYAINCP)fioarr.h \
    1317   $(SOPHYAINCP)tvector.h \
    13181207  $(SOPHYAINCP)histos.h \
    13191208  $(SOPHYAINCP)peida.h \
     
    13261215  $(SOPHYAINCP)generaldata.h \
    13271216  $(SOPHYAINCP)ntupintf.h \
    1328   $(SOPHYAINCP)poly.h nomtmatvecadapter.h \
    1329   nomgadapter.h $(SOPHYAINCP)ppersist.h \
    1330   $(SOPHYAINCP)anydataobj.h \
     1217  $(SOPHYAINCP)poly.h \
     1218  nomtmatvecadapter.h nomgadapter.h \
    13311219  $(SOPHYAINCP)pidrawer.h \
    13321220  $(SOPHYAINCP)pibwdggen.h \
     
    13521240  $(SOPHYAINCP)parradapter.h \
    13531241  $(SOPHYAINCP)lut.h \
    1354   $(SOPHYAINCP)ntupintf.h \
    1355   $(SOPHYAINCP)generalfit.h \
    1356   $(SOPHYAINCP)tmatrix.h \
    1357   $(SOPHYAINCP)generaldata.h \
    13581242  $(SOPHYAINCP)piyfxdrw.h \
    1359   $(SOPHYAINCP)parradapter.h \
    1360   $(SOPHYAINCP)pidrawer.h pitvmaad.h \
    1361   $(SOPHYAINCP)fioarr.h nobjmgr.h \
    1362   $(SOPHYAINCP)dvlist.h dlftypes.h
     1243  pitvmaad.h nobjmgr.h dlftypes.h
    13631244        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nomtmatvecadapter.cc
    13641245 
     
    13931274  $(SOPHYAINCP)tvector_tsnl.h \
    13941275  $(SOPHYAINCP)histos2.h \
    1395   $(SOPHYAINCP)histos.h \
    13961276  $(SOPHYAINCP)hisprof.h \
    13971277  $(SOPHYAINCP)histerr.h \
     
    14001280  $(SOPHYAINCP)datatable.h \
    14011281  $(SOPHYAINCP)basedtable.h \
    1402   $(SOPHYAINCP)segdatablock.h pawexecut.h \
    1403   $(SOPHYAINCP)machdefs.h \
    1404   $(SOPHYAINCP)anydataobj.h piacmd.h \
     1282  $(SOPHYAINCP)segdatablock.h \
     1283  pawexecut.h piacmd.h \
    14051284  $(SOPHYAINCP)commander.h \
    14061285  $(SOPHYAINCP)pdlmgr.h \
    14071286  $(SOPHYAINCP)ctimer.h \
    1408   $(SOPHYAINCP)zthread.h dlftypes.h \
    1409   nobjmgr.h $(SOPHYAINCP)ppersist.h \
    1410   $(SOPHYAINCP)dvlist.h servnobjm.h \
    1411   $(SOPHYAINCP)pdlmgr.h nomgadapter.h \
     1287  $(SOPHYAINCP)zthread.h \
     1288  dlftypes.h nobjmgr.h servnobjm.h nomgadapter.h \
    14121289  $(SOPHYAINCP)pidrawer.h \
    14131290  $(SOPHYAINCP)pibwdggen.h \
     
    14331310  $(SOPHYAINCP)parradapter.h \
    14341311  $(SOPHYAINCP)lut.h \
    1435   $(SOPHYAINCP)ntupintf.h \
    14361312  $(SOPHYAINCP)generalfit.h \
    14371313  $(SOPHYAINCP)generaldata.h \
    1438   $(SOPHYAINCP)poly.h pistdimgapp.h \
    1439   $(SOPHYAINCP)pisysdep.h \
     1314  $(SOPHYAINCP)poly.h \
     1315  pistdimgapp.h \
    14401316  $(SOPHYAINCP)piapplx.h \
    14411317  $(SOPHYAINCP)piapplgen.h \
     
    14531329  $(SOPHYAINCP)piwindowx.h \
    14541330  $(SOPHYAINCP)piwindowgen.h \
    1455   $(SOPHYAINCP)pimenux.h \
    14561331  $(SOPHYAINCP)pioptmenux.h \
    14571332  $(SOPHYAINCP)pioptmenugen.h \
    1458   $(SOPHYAINCP)pistdwdgx.h \
    14591333  $(SOPHYAINCP)pifilechox.h \
    14601334  $(SOPHYAINCP)pifilechogen.h \
    1461   $(SOPHYAINCP)piwindowx.h \
    14621335  $(SOPHYAINCP)piperiodx.h \
    14631336  $(SOPHYAINCP)periodic.h \
    1464   $(SOPHYAINCP)picons.h \
    14651337  $(SOPHYAINCP)piimage.h \
    1466   $(SOPHYAINCP)parradapter.h \
    14671338  $(SOPHYAINCP)pieldrw.h \
    1468   $(SOPHYAINCP)pidrawer.h \
    14691339  $(SOPHYAINCP)pipixmapx.h \
    14701340  $(SOPHYAINCP)pipixmapgen.h \
     
    14721342  $(SOPHYAINCP)pi3dwdg.h \
    14731343  $(SOPHYAINCP)pi3ddrw.h \
    1474   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    1475   $(SOPHYAINCP)pilistx.h \
     1344  $(SOPHYAINCP)pigraph3d.h \
     1345  pisiadw.h $(SOPHYAINCP)pilistx.h \
    14761346  $(SOPHYAINCP)pilistgen.h \
    14771347  $(SOPHYAINCP)pistzwin.h \
    1478   $(SOPHYAINCP)piperiodx.h \
    14791348  $(SOPHYAINCP)pitherm.h \
    1480   $(SOPHYAINCP)resusage.h pihisto.h \
    1481   $(SOPHYAINCP)tmatrix.h \
    1482   $(SOPHYAINCP)tvector.h
     1349  $(SOPHYAINCP)resusage.h \
     1350  pihisto.h
    14831351        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pawexecut.cc
    14841352 
     
    14881356  $(SOPHYAINCP)histos.h \
    14891357  $(SOPHYAINCP)objfio.h \
    1490   $(SOPHYAINCP)machdefs.h \
    14911358  $(SOPHYAINCP)anydataobj.h \
    14921359  $(SOPHYAINCP)ppersist.h \
     
    15141381  $(SOPHYAINCP)ntupintf.h \
    15151382  $(SOPHYAINCP)nbtri.h pi2dvec.h \
    1516   pistdimgapp.h $(SOPHYAINCP)pisysdep.h \
     1383  pistdimgapp.h \
     1384  $(SOPHYAINCP)pisysdep.h \
    15171385  $(SOPHYAINCP)piapplx.h \
    15181386  $(SOPHYAINCP)piapplgen.h \
    15191387  $(SOPHYAINCP)pimsghandler.h \
    1520   $(SOPHYAINCP)pisysdep.h \
    15211388  $(SOPHYAINCP)picontainerx.h \
    15221389  $(SOPHYAINCP)picontainergen.h \
     
    15481415  $(SOPHYAINCP)piwindowx.h \
    15491416  $(SOPHYAINCP)piwindowgen.h \
    1550   $(SOPHYAINCP)pimenux.h \
    15511417  $(SOPHYAINCP)pioptmenux.h \
    15521418  $(SOPHYAINCP)pioptmenugen.h \
    1553   $(SOPHYAINCP)pistdwdgx.h \
    15541419  $(SOPHYAINCP)pifilechox.h \
    15551420  $(SOPHYAINCP)pifilechogen.h \
    1556   $(SOPHYAINCP)piwindowx.h \
    15571421  $(SOPHYAINCP)piperiodx.h \
    15581422  $(SOPHYAINCP)periodic.h \
    1559   $(SOPHYAINCP)picons.h \
    15601423  $(SOPHYAINCP)piimage.h \
    15611424  $(SOPHYAINCP)parradapter.h \
     
    15701433  $(SOPHYAINCP)pi3dwdg.h \
    15711434  $(SOPHYAINCP)pi3ddrw.h \
    1572   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    1573   $(SOPHYAINCP)anydataobj.h \
    1574   $(SOPHYAINCP)ppersist.h \
    1575   $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \
     1435  $(SOPHYAINCP)pigraph3d.h \
     1436  nobjmgr.h dlftypes.h piacmd.h \
    15761437  $(SOPHYAINCP)commander.h \
    15771438  $(SOPHYAINCP)pdlmgr.h \
     
    15811442  $(SOPHYAINCP)pilistgen.h \
    15821443  $(SOPHYAINCP)pistzwin.h \
    1583   $(SOPHYAINCP)piperiodx.h \
    15841444  $(SOPHYAINCP)pitherm.h \
    15851445  $(SOPHYAINCP)resusage.h \
    1586   $(SOPHYAINCP)piscdrawwdg.h \
    1587   $(SOPHYAINCP)ntupintf.h
     1446  $(SOPHYAINCP)piscdrawwdg.h
    15881447        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pi2dvec.cc
    15891448 
    1590 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \
    1591   piacmd.h $(SOPHYAINCP)machdefs.h \
     1449$(SOPHYAOBJP)piacmd.o: piacmd.cc \
     1450  $(SOPHYAINCP)sopnamsp.h piacmd.h \
     1451  $(SOPHYAINCP)machdefs.h \
    15921452  $(SOPHYAINCP)commander.h \
    1593   $(SOPHYAINCP)machdefs.h \
    15941453  $(SOPHYAINCP)pdlmgr.h \
    15951454  $(SOPHYAINCP)dvlist.h \
     
    16051464  $(SOPHYAINCP)timestamp.h \
    16061465  $(SOPHYAINCP)ctimer.h \
    1607   $(SOPHYAINCP)zthread.h dlftypes.h \
    1608   $(SOPHYAINCP)pdlmgr.h \
    1609   $(SOPHYAINCP)ctimer.h \
     1466  $(SOPHYAINCP)zthread.h \
     1467  dlftypes.h \
    16101468  $(SOPHYAINCP)strutil.h \
    16111469  $(SOPHYAINCP)strutilxx.h \
    1612   $(SOPHYAINCP)srandgen.h pistdimgapp.h \
     1470  $(SOPHYAINCP)srandgen.h \
     1471  pistdimgapp.h \
    16131472  $(SOPHYAINCP)pisysdep.h \
    16141473  $(SOPHYAINCP)piapplx.h \
    16151474  $(SOPHYAINCP)piapplgen.h \
    16161475  $(SOPHYAINCP)pimsghandler.h \
    1617   $(SOPHYAINCP)pisysdep.h \
    16181476  $(SOPHYAINCP)picontainerx.h \
    16191477  $(SOPHYAINCP)picontainergen.h \
     
    16451503  $(SOPHYAINCP)piwindowx.h \
    16461504  $(SOPHYAINCP)piwindowgen.h \
    1647   $(SOPHYAINCP)pimenux.h \
    16481505  $(SOPHYAINCP)pioptmenux.h \
    16491506  $(SOPHYAINCP)pioptmenugen.h \
    1650   $(SOPHYAINCP)pistdwdgx.h \
    16511507  $(SOPHYAINCP)pifilechox.h \
    16521508  $(SOPHYAINCP)pifilechogen.h \
    1653   $(SOPHYAINCP)piwindowx.h \
    16541509  $(SOPHYAINCP)piperiodx.h \
    16551510  $(SOPHYAINCP)periodic.h \
    1656   $(SOPHYAINCP)picons.h \
    16571511  $(SOPHYAINCP)piimage.h \
    16581512  $(SOPHYAINCP)parradapter.h \
     
    16671521  $(SOPHYAINCP)pi3dwdg.h \
    16681522  $(SOPHYAINCP)pi3ddrw.h \
    1669   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    1670   $(SOPHYAINCP)anydataobj.h \
    1671   $(SOPHYAINCP)ppersist.h \
    1672   $(SOPHYAINCP)dvlist.h pisiadw.h \
     1523  $(SOPHYAINCP)pigraph3d.h \
     1524  nobjmgr.h pisiadw.h \
    16731525  $(SOPHYAINCP)pilistx.h \
    16741526  $(SOPHYAINCP)pilistgen.h \
    16751527  $(SOPHYAINCP)pistzwin.h \
    1676   $(SOPHYAINCP)piperiodx.h \
    16771528  $(SOPHYAINCP)pitherm.h \
    1678   $(SOPHYAINCP)resusage.h basexecut.h \
    1679   graphexecut.h piafitting.h nomgadapter.h \
    1680   $(SOPHYAINCP)pidrawer.h \
    1681   $(SOPHYAINCP)parradapter.h \
     1529  $(SOPHYAINCP)resusage.h \
     1530  basexecut.h graphexecut.h piafitting.h nomgadapter.h \
    16821531  $(SOPHYAINCP)ntupintf.h \
    16831532  $(SOPHYAINCP)generalfit.h \
     
    16861535  $(SOPHYAINCP)tarray.h \
    16871536  $(SOPHYAINCP)basarr.h \
     1537  $(SOPHYAINCP)ndatablock.h \
     1538  $(SOPHYAINCP)utilarr.h \
     1539  $(SOPHYAINCP)tmatrix_tsnl.h \
     1540  $(SOPHYAINCP)tvector_tsnl.h \
     1541  $(SOPHYAINCP)generaldata.h \
     1542  $(SOPHYAINCP)poly.h \
     1543  $(SOPHYAINCP)peida.h \
     1544  $(SOPHYAINCP)utils.h \
     1545  $(SOPHYAINCP)perrors.h \
     1546  $(SOPHYAINCP)fmath.h pawexecut.h \
     1547  cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h
     1548        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piacmd.cc
     1549 
     1550$(SOPHYAOBJP)piafitting.o: piafitting.cc \
     1551  $(SOPHYAINCP)sopnamsp.h \
     1552  $(SOPHYAINCP)strutil.h \
     1553  $(SOPHYAINCP)nbtri.h \
     1554  $(SOPHYAINCP)machdefs.h \
     1555  $(SOPHYAINCP)generalfit.h \
     1556  $(SOPHYAINCP)pexceptions.h \
     1557  $(SOPHYAINCP)tvector.h \
     1558  $(SOPHYAINCP)tmatrix.h \
     1559  $(SOPHYAINCP)tarray.h \
     1560  $(SOPHYAINCP)basarr.h \
     1561  $(SOPHYAINCP)anydataobj.h \
     1562  $(SOPHYAINCP)mutyv.h \
     1563  $(SOPHYAINCP)timestamp.h \
     1564  $(SOPHYAINCP)objfio.h \
     1565  $(SOPHYAINCP)ppersist.h \
     1566  $(SOPHYAINCP)gnumd5.h \
     1567  $(SOPHYAINCP)ppfbinstream.h \
     1568  $(SOPHYAINCP)rawstream.h \
     1569  $(SOPHYAINCP)ppfnametag.h \
     1570  $(SOPHYAINCP)dvlist.h \
    16881571  $(SOPHYAINCP)ndatablock.h \
    16891572  $(SOPHYAINCP)utilarr.h \
     
    16971580  $(SOPHYAINCP)perrors.h \
    16981581  $(SOPHYAINCP)fmath.h \
    1699   $(SOPHYAINCP)tvector.h pawexecut.h \
    1700   cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h
    1701         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piacmd.cc
    1702  
    1703 $(SOPHYAOBJP)piafitting.o: piafitting.cc \
    1704   $(SOPHYAINCP)sopnamsp.h \
    1705   $(SOPHYAINCP)strutil.h \
    1706   $(SOPHYAINCP)nbtri.h \
    1707   $(SOPHYAINCP)machdefs.h \
    1708   $(SOPHYAINCP)generalfit.h \
    1709   $(SOPHYAINCP)pexceptions.h \
    1710   $(SOPHYAINCP)tvector.h \
    1711   $(SOPHYAINCP)tmatrix.h \
    1712   $(SOPHYAINCP)tarray.h \
    1713   $(SOPHYAINCP)basarr.h \
    1714   $(SOPHYAINCP)anydataobj.h \
    1715   $(SOPHYAINCP)mutyv.h \
    1716   $(SOPHYAINCP)timestamp.h \
    1717   $(SOPHYAINCP)objfio.h \
    1718   $(SOPHYAINCP)ppersist.h \
    1719   $(SOPHYAINCP)gnumd5.h \
    1720   $(SOPHYAINCP)ppfbinstream.h \
    1721   $(SOPHYAINCP)rawstream.h \
    1722   $(SOPHYAINCP)ppfnametag.h \
    1723   $(SOPHYAINCP)dvlist.h \
    1724   $(SOPHYAINCP)ndatablock.h \
    1725   $(SOPHYAINCP)utilarr.h \
    1726   $(SOPHYAINCP)tmatrix_tsnl.h \
    1727   $(SOPHYAINCP)tvector_tsnl.h \
    1728   $(SOPHYAINCP)generaldata.h \
    1729   $(SOPHYAINCP)ntupintf.h \
    1730   $(SOPHYAINCP)poly.h \
    1731   $(SOPHYAINCP)peida.h \
    1732   $(SOPHYAINCP)utils.h \
    1733   $(SOPHYAINCP)perrors.h \
    1734   $(SOPHYAINCP)fmath.h \
    17351582  $(SOPHYAINCP)fct1dfit.h \
    1736   $(SOPHYAINCP)generalfit.h \
    17371583  $(SOPHYAINCP)fct2dfit.h \
    17381584  $(SOPHYAINCP)ntuple.h \
     
    17411587  $(SOPHYAINCP)histos.h \
    17421588  $(SOPHYAINCP)histos2.h \
    1743   $(SOPHYAINCP)histos.h \
    17441589  $(SOPHYAINCP)hisprof.h \
    1745   $(SOPHYAINCP)tmatrix.h \
    1746   $(SOPHYAINCP)tvector.h \
    17471590  $(SOPHYAINCP)objfitter.h \
    1748   $(SOPHYAINCP)cimage.h \
    1749   $(SOPHYAINCP)histos2.h \
    1750   $(SOPHYAINCP)hisprof.h piafitting.h \
    1751   $(SOPHYAINCP)machdefs.h nomgadapter.h \
    1752   $(SOPHYAINCP)ppersist.h \
    1753   $(SOPHYAINCP)anydataobj.h \
     1591  piafitting.h nomgadapter.h \
    17541592  $(SOPHYAINCP)pidrawer.h \
    17551593  $(SOPHYAINCP)pibwdggen.h \
     
    17751613  $(SOPHYAINCP)parradapter.h \
    17761614  $(SOPHYAINCP)lut.h \
    1777   $(SOPHYAINCP)ntupintf.h \
    1778   $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \
     1615  $(SOPHYAINCP)pdlmgr.h dlftypes.h \
     1616  piacmd.h \
    17791617  $(SOPHYAINCP)commander.h \
    1780   $(SOPHYAINCP)pdlmgr.h \
    17811618  $(SOPHYAINCP)ctimer.h \
    17821619  $(SOPHYAINCP)zthread.h nobjmgr.h \
    1783   $(SOPHYAINCP)dvlist.h pistdimgapp.h \
    1784   $(SOPHYAINCP)pisysdep.h \
     1620  pistdimgapp.h \
    17851621  $(SOPHYAINCP)piapplx.h \
    17861622  $(SOPHYAINCP)piapplgen.h \
     
    17981634  $(SOPHYAINCP)piwindowx.h \
    17991635  $(SOPHYAINCP)piwindowgen.h \
    1800   $(SOPHYAINCP)pimenux.h \
    18011636  $(SOPHYAINCP)pioptmenux.h \
    18021637  $(SOPHYAINCP)pioptmenugen.h \
    1803   $(SOPHYAINCP)pistdwdgx.h \
    18041638  $(SOPHYAINCP)pifilechox.h \
    18051639  $(SOPHYAINCP)pifilechogen.h \
    1806   $(SOPHYAINCP)piwindowx.h \
    18071640  $(SOPHYAINCP)piperiodx.h \
    18081641  $(SOPHYAINCP)periodic.h \
    1809   $(SOPHYAINCP)picons.h \
    18101642  $(SOPHYAINCP)piimage.h \
    1811   $(SOPHYAINCP)parradapter.h \
    18121643  $(SOPHYAINCP)pieldrw.h \
    1813   $(SOPHYAINCP)pidrawer.h \
    18141644  $(SOPHYAINCP)pipixmapx.h \
    18151645  $(SOPHYAINCP)pipixmapgen.h \
     
    18171647  $(SOPHYAINCP)pi3dwdg.h \
    18181648  $(SOPHYAINCP)pi3ddrw.h \
    1819   $(SOPHYAINCP)pigraph3d.h pisiadw.h \
    1820   $(SOPHYAINCP)pilistx.h \
     1649  $(SOPHYAINCP)pigraph3d.h \
     1650  pisiadw.h $(SOPHYAINCP)pilistx.h \
    18211651  $(SOPHYAINCP)pilistgen.h \
    18221652  $(SOPHYAINCP)pistzwin.h \
    1823   $(SOPHYAINCP)piperiodx.h \
    18241653  $(SOPHYAINCP)pitherm.h \
    1825   $(SOPHYAINCP)resusage.h nomhistadapter.h \
     1654  $(SOPHYAINCP)resusage.h \
     1655  nomhistadapter.h \
    18261656  $(SOPHYAINCP)histerr.h \
    18271657  $(SOPHYAINCP)xntuple.h \
    18281658  $(SOPHYAINCP)basedtable.h \
    18291659  $(SOPHYAINCP)segdatablock.h \
    1830   nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h \
    1831   $(SOPHYAINCP)generaldata.h
     1660  nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h
    18321661        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piafitting.cc
    18331662 
    1834 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \
    1835   pigfd1.h $(SOPHYAINCP)generaldata.h \
     1663$(SOPHYAOBJP)pigfd1.o: pigfd1.cc \
     1664  $(SOPHYAINCP)sopnamsp.h pigfd1.h \
     1665  $(SOPHYAINCP)generaldata.h \
    18361666  $(SOPHYAINCP)objfio.h \
    18371667  $(SOPHYAINCP)machdefs.h \
     
    18831713        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pigfd1.cc
    18841714 
    1885 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \
    1886   pigfd2.h $(SOPHYAINCP)generaldata.h \
     1715$(SOPHYAOBJP)pigfd2.o: pigfd2.cc \
     1716  $(SOPHYAINCP)sopnamsp.h pigfd2.h \
     1717  $(SOPHYAINCP)generaldata.h \
    18871718  $(SOPHYAINCP)objfio.h \
    18881719  $(SOPHYAINCP)machdefs.h \
     
    19431774  $(SOPHYAINCP)piapplgen.h \
    19441775  $(SOPHYAINCP)pimsghandler.h \
    1945   $(SOPHYAINCP)pisysdep.h \
    19461776  $(SOPHYAINCP)picontainerx.h \
    19471777  $(SOPHYAINCP)picontainergen.h \
     
    19711801  $(SOPHYAINCP)psfile.h \
    19721802  $(SOPHYAINCP)pigraphps.h \
    1973   $(SOPHYAINCP)sopnamsp.h pihisto2d.h \
    1974   $(SOPHYAINCP)pimenux.h \
    1975   $(SOPHYAINCP)pimenubarx.h \
     1803  $(SOPHYAINCP)sopnamsp.h \
     1804  pihisto2d.h \
    19761805  $(SOPHYAINCP)pioptmenux.h \
    19771806  $(SOPHYAINCP)pioptmenugen.h \
     
    20071836  $(SOPHYAINCP)piwindowx.h \
    20081837  $(SOPHYAINCP)piwindowgen.h \
    2009   $(SOPHYAINCP)pidrawer.h \
    20101838  $(SOPHYAINCP)pieldrw.h \
    2011   $(SOPHYAINCP)nbrandom.h \
    20121839  $(SOPHYAINCP)srandgen.h
    20131840        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pihisto2d.cc
    20141841 
    20151842$(SOPHYAOBJP)pihisto.o: pihisto.cc \
    2016   $(SOPHYAINCP)sopnamsp.h pihisto.h \
    2017   $(SOPHYAINCP)histos.h \
     1843  $(SOPHYAINCP)sopnamsp.h \
     1844  pihisto.h $(SOPHYAINCP)histos.h \
    20181845  $(SOPHYAINCP)objfio.h \
    20191846  $(SOPHYAINCP)machdefs.h \
     
    20611888  $(SOPHYAINCP)pigratt.h \
    20621889  $(SOPHYAINCP)piaxes.h \
    2063   $(SOPHYAINCP)hisprof.h \
    2064   $(SOPHYAINCP)histos.h
     1890  $(SOPHYAINCP)hisprof.h
    20651891        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pihisto.cc
    20661892 
    2067 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \
     1893$(SOPHYAOBJP)piinit.o: piinit.cc \
     1894  $(SOPHYAINCP)sopnamsp.h \
    20681895  $(SOPHYAINCP)machdefs.h piinit.h \
    20691896  $(SOPHYAINCP)sambainit.h \
    20701897  $(SOPHYAINCP)skymapinit.h \
    20711898  $(SOPHYAINCP)sophyainit.h \
    2072   $(SOPHYAINCP)machdefs.h \
    20731899  $(SOPHYAINCP)ntoolsinit.h \
    2074   $(SOPHYAINCP)tarrinit.h pistdimgapp.h \
     1900  $(SOPHYAINCP)tarrinit.h \
     1901  pistdimgapp.h \
    20751902  $(SOPHYAINCP)pisysdep.h \
    20761903  $(SOPHYAINCP)piapplx.h \
    20771904  $(SOPHYAINCP)piapplgen.h \
    20781905  $(SOPHYAINCP)pimsghandler.h \
    2079   $(SOPHYAINCP)pisysdep.h \
    20801906  $(SOPHYAINCP)picontainerx.h \
    20811907  $(SOPHYAINCP)picontainergen.h \
     
    21071933  $(SOPHYAINCP)piwindowx.h \
    21081934  $(SOPHYAINCP)piwindowgen.h \
    2109   $(SOPHYAINCP)pimenux.h \
    21101935  $(SOPHYAINCP)pioptmenux.h \
    21111936  $(SOPHYAINCP)pioptmenugen.h \
    2112   $(SOPHYAINCP)pistdwdgx.h \
    21131937  $(SOPHYAINCP)pifilechox.h \
    21141938  $(SOPHYAINCP)pifilechogen.h \
    2115   $(SOPHYAINCP)piwindowx.h \
    21161939  $(SOPHYAINCP)piperiodx.h \
    21171940  $(SOPHYAINCP)periodic.h \
    2118   $(SOPHYAINCP)picons.h \
    21191941  $(SOPHYAINCP)piimage.h \
    21201942  $(SOPHYAINCP)parradapter.h \
     
    21291951  $(SOPHYAINCP)pi3dwdg.h \
    21301952  $(SOPHYAINCP)pi3ddrw.h \
    2131   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    2132   $(SOPHYAINCP)anydataobj.h \
    2133   $(SOPHYAINCP)ppersist.h \
    2134   $(SOPHYAINCP)pexceptions.h \
    2135   $(SOPHYAINCP)gnumd5.h \
    2136   $(SOPHYAINCP)ppfbinstream.h \
    2137   $(SOPHYAINCP)rawstream.h \
    2138   $(SOPHYAINCP)ppfnametag.h \
    2139   $(SOPHYAINCP)ppersist.h \
    2140   $(SOPHYAINCP)dvlist.h \
    2141   $(SOPHYAINCP)objfio.h \
    2142   $(SOPHYAINCP)anydataobj.h \
    2143   $(SOPHYAINCP)mutyv.h \
    2144   $(SOPHYAINCP)timestamp.h dlftypes.h \
    2145   piacmd.h $(SOPHYAINCP)commander.h \
     1953  $(SOPHYAINCP)pigraph3d.h \
     1954  nobjmgr.h \
     1955  $(SOPHYAINCP)anydataobj.h \
     1956  $(SOPHYAINCP)ppersist.h \
     1957  $(SOPHYAINCP)pexceptions.h \
     1958  $(SOPHYAINCP)gnumd5.h \
     1959  $(SOPHYAINCP)ppfbinstream.h \
     1960  $(SOPHYAINCP)rawstream.h \
     1961  $(SOPHYAINCP)ppfnametag.h \
     1962  $(SOPHYAINCP)dvlist.h \
     1963  $(SOPHYAINCP)objfio.h \
     1964  $(SOPHYAINCP)mutyv.h \
     1965  $(SOPHYAINCP)timestamp.h \
     1966  dlftypes.h piacmd.h \
     1967  $(SOPHYAINCP)commander.h \
    21461968  $(SOPHYAINCP)pdlmgr.h \
    2147   $(SOPHYAINCP)dvlist.h \
    21481969  $(SOPHYAINCP)ctimer.h \
    21491970  $(SOPHYAINCP)zthread.h pisiadw.h \
     
    21511972  $(SOPHYAINCP)pilistgen.h \
    21521973  $(SOPHYAINCP)pistzwin.h \
    2153   $(SOPHYAINCP)piperiodx.h \
    21541974  $(SOPHYAINCP)pitherm.h \
    2155   $(SOPHYAINCP)resusage.h servnobjm.h \
    2156   $(SOPHYAINCP)pdlmgr.h nomhistadapter.h \
    2157   nomgadapter.h $(SOPHYAINCP)pidrawer.h \
    2158   $(SOPHYAINCP)parradapter.h \
     1975  $(SOPHYAINCP)resusage.h \
     1976  servnobjm.h nomhistadapter.h nomgadapter.h \
    21591977  $(SOPHYAINCP)ntupintf.h \
    21601978  $(SOPHYAINCP)generalfit.h \
     
    21681986  $(SOPHYAINCP)tvector_tsnl.h \
    21691987  $(SOPHYAINCP)generaldata.h \
    2170   $(SOPHYAINCP)ntupintf.h \
    21711988  $(SOPHYAINCP)poly.h \
    21721989  $(SOPHYAINCP)peida.h \
     
    21761993  $(SOPHYAINCP)histos.h \
    21771994  $(SOPHYAINCP)histos2.h \
    2178   $(SOPHYAINCP)histos.h \
    21791995  $(SOPHYAINCP)hisprof.h \
    21801996  $(SOPHYAINCP)histerr.h \
     
    21852001  nomgfdadapter.h nomimagadapter.h \
    21862002  $(SOPHYAINCP)cimage.h \
    2187   $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \
    2188   $(SOPHYAINCP)tmatrix.h \
    2189   $(SOPHYAINCP)generaldata.h \
    2190   nomtarradapter.h $(SOPHYAINCP)tarray.h \
     2003  $(SOPHYAINCP)fioarr.h \
     2004  nomtmatvecadapter.h nomtarradapter.h \
    21912005  $(SOPHYAINCP)datatable.h \
    2192   $(SOPHYAINCP)basedtable.h \
    21932006  $(SOPHYAINCP)swppfdtable.h \
    21942007  $(SOPHYAINCP)swsegdb.h \
    21952008  $(SOPHYAINCP)ppfswapper.h \
    21962009  $(SOPHYAINCP)ppftpointerio.h \
    2197   nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \
     2010  nomskymapadapter.h \
     2011  $(SOPHYAINCP)pixelmap.h \
    21982012  $(SOPHYAINCP)spherepos.h \
    21992013  $(SOPHYAINCP)unitvector.h \
     
    22052019  $(SOPHYAINCP)sphericalmap.h \
    22062020  $(SOPHYAINCP)smathconst.h \
    2207   $(SOPHYAINCP)pixelmap.h \
    22082021  $(SOPHYAINCP)spherehealpix.h \
    22092022  $(SOPHYAINCP)HEALPixUtils.h \
     
    22132026  $(SOPHYAINCP)specresp.h \
    22142027  $(SOPHYAINCP)gaussfilt.h \
    2215   nomspecrespadapter.h \
    2216   $(SOPHYAINCP)specresp.h piaversion.h
     2028  nomspecrespadapter.h piaversion.h
    22172029        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piinit.cc
    22182030 
    22192031$(SOPHYAOBJP)pintup3d.o: pintup3d.cc \
    2220   $(SOPHYAINCP)sopnamsp.h pintup3d.h \
     2032  $(SOPHYAINCP)sopnamsp.h \
     2033  pintup3d.h \
    22212034  $(SOPHYAINCP)ntupintf.h \
    22222035  $(SOPHYAINCP)machdefs.h \
     
    22482061 
    22492062$(SOPHYAOBJP)pintuple.o: pintuple.cc \
    2250   $(SOPHYAINCP)sopnamsp.h pintuple.h \
     2063  $(SOPHYAINCP)sopnamsp.h \
     2064  pintuple.h \
    22512065  $(SOPHYAINCP)ntupintf.h \
    22522066  $(SOPHYAINCP)machdefs.h \
     
    22752089 
    22762090$(SOPHYAOBJP)pipodrw.o: pipodrw.cc \
    2277   $(SOPHYAINCP)sopnamsp.h pipodrw.h \
    2278   $(SOPHYAINCP)machdefs.h \
    2279   $(SOPHYAINCP)pidrawer.h \
    2280   $(SOPHYAINCP)pibwdggen.h \
    2281   $(SOPHYAINCP)pisysdep.h \
    2282   $(SOPHYAINCP)machdefs.h \
     2091  $(SOPHYAINCP)sopnamsp.h \
     2092  pipodrw.h \
     2093  $(SOPHYAINCP)machdefs.h \
     2094  $(SOPHYAINCP)pidrawer.h \
     2095  $(SOPHYAINCP)pibwdggen.h \
     2096  $(SOPHYAINCP)pisysdep.h \
    22832097  $(SOPHYAINCP)piwdgx.h \
    22842098  $(SOPHYAINCP)piwdggen.h \
     
    23372151  $(SOPHYAINCP)perrors.h \
    23382152  $(SOPHYAINCP)pexceptions.h \
    2339   $(SOPHYAINCP)machdefs.h \
    23402153  $(SOPHYAINCP)ctimer.h \
    23412154  $(SOPHYAINCP)nbmath.h \
    2342   $(SOPHYAINCP)smathconst.h pistdimgapp.h \
     2155  $(SOPHYAINCP)smathconst.h \
     2156  pistdimgapp.h \
    23432157  $(SOPHYAINCP)pisysdep.h \
    23442158  $(SOPHYAINCP)piapplx.h \
    23452159  $(SOPHYAINCP)piapplgen.h \
    23462160  $(SOPHYAINCP)pimsghandler.h \
    2347   $(SOPHYAINCP)pisysdep.h \
    23482161  $(SOPHYAINCP)picontainerx.h \
    23492162  $(SOPHYAINCP)picontainergen.h \
     
    23752188  $(SOPHYAINCP)piwindowx.h \
    23762189  $(SOPHYAINCP)piwindowgen.h \
    2377   $(SOPHYAINCP)pimenux.h \
    23782190  $(SOPHYAINCP)pioptmenux.h \
    23792191  $(SOPHYAINCP)pioptmenugen.h \
    2380   $(SOPHYAINCP)pistdwdgx.h \
    23812192  $(SOPHYAINCP)pifilechox.h \
    23822193  $(SOPHYAINCP)pifilechogen.h \
    2383   $(SOPHYAINCP)piwindowx.h \
    23842194  $(SOPHYAINCP)piperiodx.h \
    23852195  $(SOPHYAINCP)periodic.h \
    2386   $(SOPHYAINCP)picons.h \
    23872196  $(SOPHYAINCP)piimage.h \
    23882197  $(SOPHYAINCP)parradapter.h \
     
    23972206  $(SOPHYAINCP)pi3dwdg.h \
    23982207  $(SOPHYAINCP)pi3ddrw.h \
    2399   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    2400   $(SOPHYAINCP)anydataobj.h \
    2401   $(SOPHYAINCP)ppersist.h \
    2402   $(SOPHYAINCP)gnumd5.h \
    2403   $(SOPHYAINCP)ppfbinstream.h \
    2404   $(SOPHYAINCP)rawstream.h \
    2405   $(SOPHYAINCP)ppfnametag.h \
    2406   $(SOPHYAINCP)ppersist.h \
    2407   $(SOPHYAINCP)dvlist.h \
    2408   $(SOPHYAINCP)objfio.h \
    2409   $(SOPHYAINCP)anydataobj.h \
    2410   $(SOPHYAINCP)mutyv.h \
    2411   $(SOPHYAINCP)timestamp.h dlftypes.h \
    2412   piacmd.h $(SOPHYAINCP)commander.h \
     2208  $(SOPHYAINCP)pigraph3d.h \
     2209  nobjmgr.h \
     2210  $(SOPHYAINCP)anydataobj.h \
     2211  $(SOPHYAINCP)ppersist.h \
     2212  $(SOPHYAINCP)gnumd5.h \
     2213  $(SOPHYAINCP)ppfbinstream.h \
     2214  $(SOPHYAINCP)rawstream.h \
     2215  $(SOPHYAINCP)ppfnametag.h \
     2216  $(SOPHYAINCP)dvlist.h \
     2217  $(SOPHYAINCP)objfio.h \
     2218  $(SOPHYAINCP)mutyv.h \
     2219  $(SOPHYAINCP)timestamp.h \
     2220  dlftypes.h piacmd.h \
     2221  $(SOPHYAINCP)commander.h \
    24132222  $(SOPHYAINCP)pdlmgr.h \
    2414   $(SOPHYAINCP)dvlist.h \
    2415   $(SOPHYAINCP)ctimer.h \
    24162223  $(SOPHYAINCP)zthread.h pisiadw.h \
    24172224  $(SOPHYAINCP)pilistx.h \
    24182225  $(SOPHYAINCP)pilistgen.h \
    24192226  $(SOPHYAINCP)pistzwin.h \
    2420   $(SOPHYAINCP)piperiodx.h \
    24212227  $(SOPHYAINCP)pitherm.h \
    2422   $(SOPHYAINCP)resusage.h servnobjm.h \
    2423   $(SOPHYAINCP)pdlmgr.h
     2228  $(SOPHYAINCP)resusage.h \
     2229  servnobjm.h
    24242230        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pisiadw.cc
    24252231 
     
    24312237  $(SOPHYAINCP)perrors.h \
    24322238  $(SOPHYAINCP)pexceptions.h \
    2433   $(SOPHYAINCP)machdefs.h \
    24342239  $(SOPHYAINCP)ctimer.h \
    24352240  $(SOPHYAINCP)psighand.h \
     
    24532258  $(SOPHYAINCP)fioarr.h \
    24542259  $(SOPHYAINCP)tvector.h \
    2455   $(SOPHYAINCP)tvector_tsnl.h pistdimgapp.h \
     2260  $(SOPHYAINCP)tvector_tsnl.h \
     2261  pistdimgapp.h \
    24562262  $(SOPHYAINCP)pisysdep.h \
    24572263  $(SOPHYAINCP)piapplx.h \
    24582264  $(SOPHYAINCP)piapplgen.h \
    24592265  $(SOPHYAINCP)pimsghandler.h \
    2460   $(SOPHYAINCP)pisysdep.h \
    24612266  $(SOPHYAINCP)picontainerx.h \
    24622267  $(SOPHYAINCP)picontainergen.h \
     
    24882293  $(SOPHYAINCP)piwindowx.h \
    24892294  $(SOPHYAINCP)piwindowgen.h \
    2490   $(SOPHYAINCP)pimenux.h \
    24912295  $(SOPHYAINCP)pioptmenux.h \
    24922296  $(SOPHYAINCP)pioptmenugen.h \
    2493   $(SOPHYAINCP)pistdwdgx.h \
    24942297  $(SOPHYAINCP)pifilechox.h \
    24952298  $(SOPHYAINCP)pifilechogen.h \
    2496   $(SOPHYAINCP)piwindowx.h \
    24972299  $(SOPHYAINCP)piperiodx.h \
    24982300  $(SOPHYAINCP)periodic.h \
    2499   $(SOPHYAINCP)picons.h \
    25002301  $(SOPHYAINCP)piimage.h \
    25012302  $(SOPHYAINCP)parradapter.h \
     
    25102311  $(SOPHYAINCP)pi3dwdg.h \
    25112312  $(SOPHYAINCP)pi3ddrw.h \
    2512   $(SOPHYAINCP)pigraph3d.h nobjmgr.h \
    2513   $(SOPHYAINCP)anydataobj.h \
    2514   $(SOPHYAINCP)ppersist.h \
    2515   $(SOPHYAINCP)dvlist.h dlftypes.h piacmd.h \
     2313  $(SOPHYAINCP)pigraph3d.h \
     2314  nobjmgr.h dlftypes.h piacmd.h \
    25162315  $(SOPHYAINCP)commander.h \
    25172316  $(SOPHYAINCP)pdlmgr.h \
    2518   $(SOPHYAINCP)ctimer.h \
    25192317  $(SOPHYAINCP)zthread.h pisiadw.h \
    25202318  $(SOPHYAINCP)pilistx.h \
    25212319  $(SOPHYAINCP)pilistgen.h \
    25222320  $(SOPHYAINCP)pistzwin.h \
    2523   $(SOPHYAINCP)piperiodx.h \
    25242321  $(SOPHYAINCP)pitherm.h \
    2525   $(SOPHYAINCP)resusage.h servnobjm.h \
    2526   $(SOPHYAINCP)pdlmgr.h \
    2527   $(SOPHYAINCP)psfile.h \
     2322  $(SOPHYAINCP)resusage.h \
     2323  servnobjm.h \
    25282324  $(SOPHYAINCP)piimgtools.h \
    2529   $(SOPHYAINCP)pioptmenux.h \
    2530   $(SOPHYAINCP)piapplx.h \
    25312325  $(SOPHYAINCP)pidrwtools.h \
    25322326  $(SOPHYAINCP)piaxestools.h \
    2533   $(SOPHYAINCP)piscdrawwdg.h piinit.h \
     2327  $(SOPHYAINCP)piscdrawwdg.h \
     2328  piinit.h \
    25342329  $(SOPHYAINCP)sambainit.h \
    25352330  $(SOPHYAINCP)skymapinit.h \
     
    25372332  $(SOPHYAINCP)ntoolsinit.h \
    25382333  $(SOPHYAINCP)tarrinit.h \
    2539   $(SOPHYAINCP)piversion.h piaversion.h
     2334  $(SOPHYAINCP)piversion.h \
     2335  piaversion.h
    25402336        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pistdimgapp.cc
    25412337 
    25422338$(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \
    2543   $(SOPHYAINCP)sopnamsp.h pitvmaad.h \
     2339  $(SOPHYAINCP)sopnamsp.h \
     2340  pitvmaad.h \
    25442341  $(SOPHYAINCP)machdefs.h \
    25452342  $(SOPHYAINCP)parradapter.h \
    2546   $(SOPHYAINCP)machdefs.h \
    25472343  $(SOPHYAINCP)lut.h \
    25482344  $(SOPHYAINCP)tmatrix.h \
     
    25642360  $(SOPHYAINCP)tmatrix_tsnl.h \
    25652361  $(SOPHYAINCP)tvector.h \
    2566   $(SOPHYAINCP)tmatrix.h \
    25672362  $(SOPHYAINCP)tvector_tsnl.h
    25682363        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pitvmaad.cc
     
    25732368  $(SOPHYAINCP)machdefs.h \
    25742369  $(SOPHYAINCP)anydataobj.h \
    2575   $(SOPHYAINCP)machdefs.h \
    2576   $(SOPHYAINCP)ppersist.h \
    2577   $(SOPHYAINCP)pexceptions.h \
    2578   $(SOPHYAINCP)gnumd5.h \
    2579   $(SOPHYAINCP)ppfbinstream.h \
    2580   $(SOPHYAINCP)rawstream.h \
    2581   $(SOPHYAINCP)ppfnametag.h \
    2582   $(SOPHYAINCP)ppersist.h \
    2583   $(SOPHYAINCP)dvlist.h \
    2584   $(SOPHYAINCP)objfio.h \
    2585   $(SOPHYAINCP)anydataobj.h \
    2586   $(SOPHYAINCP)mutyv.h \
    2587   $(SOPHYAINCP)timestamp.h dlftypes.h \
    2588   servnobjm.h $(SOPHYAINCP)pdlmgr.h \
    2589   $(SOPHYAINCP)zthread.h nomgadapter.h \
     2370  $(SOPHYAINCP)ppersist.h \
     2371  $(SOPHYAINCP)pexceptions.h \
     2372  $(SOPHYAINCP)gnumd5.h \
     2373  $(SOPHYAINCP)ppfbinstream.h \
     2374  $(SOPHYAINCP)rawstream.h \
     2375  $(SOPHYAINCP)ppfnametag.h \
     2376  $(SOPHYAINCP)dvlist.h \
     2377  $(SOPHYAINCP)objfio.h \
     2378  $(SOPHYAINCP)mutyv.h \
     2379  $(SOPHYAINCP)timestamp.h \
     2380  dlftypes.h servnobjm.h \
     2381  $(SOPHYAINCP)pdlmgr.h \
     2382  $(SOPHYAINCP)zthread.h \
     2383  nomgadapter.h \
    25902384  $(SOPHYAINCP)pidrawer.h \
    25912385  $(SOPHYAINCP)pibwdggen.h \
     
    26172411  $(SOPHYAINCP)tarray.h \
    26182412  $(SOPHYAINCP)basarr.h \
    2619   $(SOPHYAINCP)dvlist.h \
    26202413  $(SOPHYAINCP)ndatablock.h \
    26212414  $(SOPHYAINCP)utilarr.h \
     
    26232416  $(SOPHYAINCP)tvector_tsnl.h \
    26242417  $(SOPHYAINCP)generaldata.h \
    2625   $(SOPHYAINCP)ntupintf.h \
    26262418  $(SOPHYAINCP)poly.h \
    26272419  $(SOPHYAINCP)peida.h \
    26282420  $(SOPHYAINCP)utils.h \
    26292421  $(SOPHYAINCP)perrors.h \
    2630   $(SOPHYAINCP)fmath.h pistdimgapp.h \
    2631   $(SOPHYAINCP)pisysdep.h \
     2422  $(SOPHYAINCP)fmath.h \
     2423  pistdimgapp.h \
    26322424  $(SOPHYAINCP)piapplx.h \
    26332425  $(SOPHYAINCP)piapplgen.h \
     
    26452437  $(SOPHYAINCP)piwindowx.h \
    26462438  $(SOPHYAINCP)piwindowgen.h \
    2647   $(SOPHYAINCP)pimenux.h \
    26482439  $(SOPHYAINCP)pioptmenux.h \
    26492440  $(SOPHYAINCP)pioptmenugen.h \
    2650   $(SOPHYAINCP)pistdwdgx.h \
    26512441  $(SOPHYAINCP)pifilechox.h \
    26522442  $(SOPHYAINCP)pifilechogen.h \
    2653   $(SOPHYAINCP)piwindowx.h \
    26542443  $(SOPHYAINCP)piperiodx.h \
    26552444  $(SOPHYAINCP)periodic.h \
    2656   $(SOPHYAINCP)picons.h \
    26572445  $(SOPHYAINCP)piimage.h \
    2658   $(SOPHYAINCP)parradapter.h \
    26592446  $(SOPHYAINCP)pieldrw.h \
    2660   $(SOPHYAINCP)pidrawer.h \
    26612447  $(SOPHYAINCP)pipixmapx.h \
    26622448  $(SOPHYAINCP)pipixmapgen.h \
     
    26642450  $(SOPHYAINCP)pi3dwdg.h \
    26652451  $(SOPHYAINCP)pi3ddrw.h \
    2666   $(SOPHYAINCP)pigraph3d.h piacmd.h \
     2452  $(SOPHYAINCP)pigraph3d.h \
     2453  piacmd.h \
    26672454  $(SOPHYAINCP)commander.h \
    2668   $(SOPHYAINCP)pdlmgr.h \
    26692455  $(SOPHYAINCP)ctimer.h pisiadw.h \
    26702456  $(SOPHYAINCP)pilistx.h \
    26712457  $(SOPHYAINCP)pilistgen.h \
    26722458  $(SOPHYAINCP)pistzwin.h \
    2673   $(SOPHYAINCP)piperiodx.h \
    26742459  $(SOPHYAINCP)pitherm.h \
    26752460  $(SOPHYAINCP)resusage.h \
    26762461  $(SOPHYAINCP)fct1dfit.h \
    2677   $(SOPHYAINCP)generalfit.h \
    26782462  $(SOPHYAINCP)fct2dfit.h \
    2679   $(SOPHYAINCP)tmatrix.h \
    2680   $(SOPHYAINCP)tvector.h \
    2681   $(SOPHYAINCP)matharr.h pitvmaad.h \
    2682   $(SOPHYAINCP)ntuple.h \
     2463  $(SOPHYAINCP)matharr.h \
     2464  pitvmaad.h $(SOPHYAINCP)ntuple.h \
    26832465  $(SOPHYAINCP)cimage.h \
    26842466  $(SOPHYAINCP)fioarr.h \
    26852467  $(SOPHYAINCP)histos.h \
    26862468  $(SOPHYAINCP)histos2.h \
    2687   $(SOPHYAINCP)histos.h \
    26882469  $(SOPHYAINCP)hisprof.h \
    26892470  $(SOPHYAINCP)datatable.h \
     
    26912472  $(SOPHYAINCP)segdatablock.h \
    26922473  $(SOPHYAINCP)piyfxdrw.h \
    2693   $(SOPHYAINCP)pisurfdr.h pintuple.h \
    2694   pintup3d.h $(SOPHYAINCP)pi3ddrw.h \
    2695   pipodrw.h
     2474  $(SOPHYAINCP)pisurfdr.h \
     2475  pintuple.h pintup3d.h pipodrw.h
    26962476        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  servnobjm.cc
    26972477 
Note: See TracChangeset for help on using the changeset viewer.