Changeset 824 in Sophya for trunk/SophyaLib/NTools


Ignore:
Timestamp:
Apr 6, 2000, 12:00:56 PM (25 years ago)
Author:
ansari
Message:

MAJ Makefile Reza 06/04/2000

Location:
trunk/SophyaLib/NTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/Makefile

    r663 r824  
    33all: $(LIB)libNTools.a
    44clean:
    5         rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftserver.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)median.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)tmatrix.o $(OBJ)tvector.o $(OBJ)utils.o $(OBJ)datime.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)strutil.o
     5        rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)utils.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o
    66        rm -f $(LIB)libNTools.a
    7 $(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftpackc.o $(OBJ)fftserver.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)strutil.o $(OBJ)tabmath.o $(OBJ)tmatrix.o $(OBJ)tvector.o $(OBJ)utils.o
     7$(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)utils.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
    10         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lNTools -lSysTools -o $(OBJ)xx.x -Hf
     10        $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
    1111endif
    1212 
     
    1616 $(INC)pexceptions.h cimage.h rzimage.h \
    1717 rzvect.h datatypes.h $(INC)ppersist.h \
    18  $(INC)md5.h dvlist.h \
     18 $(INC)gnumd5.h \
     19 $(INC)dvlist.h \
    1920 $(INC)objfio.h \
    2021 $(INC)anydataobj.h fct1dfit.h generalfit.h \
    21  tvector.h tmatrix.h $(INC)ndatablock.h \
    22  generaldata.h ntupintf.h poly.h peida.h utils.h fmath.h histos.h \
    23  nbconst.h
     22 $(INC)tvector.h \
     23 $(INC)tmatrix.h \
     24 $(INC)tarray.h \
     25 $(INC)basarr.h \
     26 $(INC)ndatablock.h \
     27 $(INC)utilarr.h generaldata.h ntupintf.h \
     28 poly.h peida.h utils.h fmath.h \
     29 $(INC)histos.h \
     30 $(INC)peida.h nbconst.h
    2431$(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \
    2532 $(INC)pclassids.h nbtri.h cspline.h \
    2633 $(INC)pexceptions.h
    27 $(OBJ)cvector.o: cvector.cc $(INC)machdefs.h \
    28  $(INC)pclassids.h cvector.h matrix.h \
    29  peida.h utils.h $(INC)perrors.h \
    30  $(INC)pexceptions.h fmath.h \
    31  $(INC)anydataobj.h \
    32  $(INC)ppersist.h \
    33  $(INC)md5.h generalfit.h tvector.h \
    34  tmatrix.h $(INC)ndatablock.h generaldata.h \
    35  $(INC)objfio.h ntupintf.h poly.h
    36 $(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \
    37  $(INC)pclassids.h datacards.h peida.h \
    38  utils.h $(INC)perrors.h \
    39  $(INC)pexceptions.h fmath.h
    4034$(OBJ)datatypes.o: datatypes.cc datatypes.h \
    4135 $(INC)machdefs.h \
     
    4741$(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \
    4842 $(INC)pclassids.h \
    49  $(INC)pexceptions.h tvector.h tmatrix.h \
    50  $(INC)ppersist.h \
    51  $(INC)md5.h \
    52  $(INC)anydataobj.h \
    53  $(INC)ndatablock.h \
     43 $(INC)pexceptions.h \
     44 $(INC)tvector.h \
     45 $(INC)tmatrix.h \
     46 $(INC)tarray.h \
     47 $(INC)basarr.h \
     48 $(INC)anydataobj.h \
     49 $(INC)dvlist.h \
     50 $(INC)objfio.h \
     51 $(INC)ppersist.h \
     52 $(INC)gnumd5.h \
     53 $(INC)ndatablock.h \
     54 $(INC)utilarr.h \
    5455 $(INC)ctimer.h
    55 $(OBJ)dvlist.o: dvlist.cc $(INC)machdefs.h \
    56  $(INC)pclassids.h dvlist.h \
    57  $(INC)objfio.h \
    58  $(INC)anydataobj.h \
    59  $(INC)ppersist.h \
    60  $(INC)pexceptions.h \
    61  $(INC)md5.h strutil.h
    6256$(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \
    6357 $(INC)pclassids.h fmath.h perandom.h \
    64  histos.h $(INC)objfio.h \
    65  $(INC)anydataobj.h \
    66  $(INC)ppersist.h \
    67  $(INC)pexceptions.h \
    68  $(INC)md5.h peida.h utils.h \
    69  $(INC)perrors.h tvector.h tmatrix.h \
    70  $(INC)ndatablock.h nbrandom.h cimage.h \
    71  rzimage.h rzvect.h datatypes.h dvlist.h dynccd.h
     58 $(INC)histos.h \
     59 $(INC)objfio.h \
     60 $(INC)anydataobj.h \
     61 $(INC)ppersist.h \
     62 $(INC)pexceptions.h \
     63 $(INC)gnumd5.h \
     64 $(INC)peida.h \
     65 $(INC)utils.h \
     66 $(INC)perrors.h \
     67 $(INC)fmath.h \
     68 $(INC)tvector.h \
     69 $(INC)tmatrix.h \
     70 $(INC)tarray.h \
     71 $(INC)basarr.h \
     72 $(INC)dvlist.h \
     73 $(INC)ndatablock.h \
     74 $(INC)utilarr.h nbrandom.h cimage.h \
     75 rzimage.h rzvect.h datatypes.h dynccd.h
    7276$(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \
    7377 $(INC)pclassids.h fct1dfit.h generalfit.h \
    74  $(INC)pexceptions.h tvector.h tmatrix.h \
    75  $(INC)ppersist.h \
    76  $(INC)md5.h \
    77  $(INC)anydataobj.h \
    78  $(INC)ndatablock.h generaldata.h \
    79  $(INC)objfio.h ntupintf.h poly.h peida.h \
    80  utils.h $(INC)perrors.h fmath.h nbconst.h \
    81  tabmath.h
     78 $(INC)pexceptions.h \
     79 $(INC)tvector.h \
     80 $(INC)tmatrix.h \
     81 $(INC)tarray.h \
     82 $(INC)basarr.h \
     83 $(INC)anydataobj.h \
     84 $(INC)dvlist.h \
     85 $(INC)objfio.h \
     86 $(INC)ppersist.h \
     87 $(INC)gnumd5.h \
     88 $(INC)ndatablock.h \
     89 $(INC)utilarr.h generaldata.h ntupintf.h \
     90 poly.h peida.h utils.h $(INC)perrors.h \
     91 fmath.h nbconst.h tabmath.h
    8292$(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \
    8393 $(INC)pclassids.h fct2dfit.h generalfit.h \
    84  $(INC)pexceptions.h tvector.h tmatrix.h \
    85  $(INC)ppersist.h \
    86  $(INC)md5.h \
    87  $(INC)anydataobj.h \
    88  $(INC)ndatablock.h generaldata.h \
    89  $(INC)objfio.h ntupintf.h poly.h peida.h \
    90  utils.h $(INC)perrors.h fmath.h nbconst.h \
    91  tabmath.h simps2d.h
    92 $(OBJ)fftserver.o: fftserver.cc fftserver.h tvector.h tmatrix.h \
    93  $(INC)machdefs.h \
    94  $(INC)pclassids.h \
    95  $(INC)ppersist.h \
    96  $(INC)pexceptions.h \
    97  $(INC)md5.h \
    98  $(INC)anydataobj.h \
    99  $(INC)ndatablock.h
     94 $(INC)pexceptions.h \
     95 $(INC)tvector.h \
     96 $(INC)tmatrix.h \
     97 $(INC)tarray.h \
     98 $(INC)basarr.h \
     99 $(INC)anydataobj.h \
     100 $(INC)dvlist.h \
     101 $(INC)objfio.h \
     102 $(INC)ppersist.h \
     103 $(INC)gnumd5.h \
     104 $(INC)ndatablock.h \
     105 $(INC)utilarr.h generaldata.h ntupintf.h \
     106 poly.h peida.h utils.h $(INC)perrors.h \
     107 fmath.h nbconst.h tabmath.h simps2d.h
     108$(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \
     109 $(INC)machdefs.h \
     110 $(INC)pclassids.h \
     111 $(INC)pexceptions.h \
     112 $(INC)tmatrix.h \
     113 $(INC)tarray.h \
     114 $(INC)basarr.h \
     115 $(INC)anydataobj.h \
     116 $(INC)dvlist.h \
     117 $(INC)objfio.h \
     118 $(INC)ppersist.h \
     119 $(INC)gnumd5.h \
     120 $(INC)ndatablock.h \
     121 $(INC)utilarr.h \
     122 $(INC)tvector.h fftmayer.h
     123$(OBJ)fftpserver.o: fftpserver.cc fftpserver.h fftservintf.h \
     124 $(INC)machdefs.h \
     125 $(INC)pclassids.h \
     126 $(INC)pexceptions.h \
     127 $(INC)tmatrix.h \
     128 $(INC)tarray.h \
     129 $(INC)basarr.h \
     130 $(INC)anydataobj.h \
     131 $(INC)dvlist.h \
     132 $(INC)objfio.h \
     133 $(INC)ppersist.h \
     134 $(INC)gnumd5.h \
     135 $(INC)ndatablock.h \
     136 $(INC)utilarr.h \
     137 $(INC)tvector.h fftpackc.h
     138$(OBJ)fftserver.o: fftserver.cc fftserver.h \
     139 $(INC)tvector.h \
     140 $(INC)tmatrix.h \
     141 $(INC)machdefs.h \
     142 $(INC)pclassids.h \
     143 $(INC)tarray.h \
     144 $(INC)basarr.h \
     145 $(INC)anydataobj.h \
     146 $(INC)dvlist.h \
     147 $(INC)objfio.h \
     148 $(INC)ppersist.h \
     149 $(INC)pexceptions.h \
     150 $(INC)gnumd5.h \
     151 $(INC)ndatablock.h \
     152 $(INC)utilarr.h
     153$(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \
     154 $(INC)machdefs.h \
     155 $(INC)pclassids.h \
     156 $(INC)pexceptions.h \
     157 $(INC)tmatrix.h \
     158 $(INC)tarray.h \
     159 $(INC)basarr.h \
     160 $(INC)anydataobj.h \
     161 $(INC)dvlist.h \
     162 $(INC)objfio.h \
     163 $(INC)ppersist.h \
     164 $(INC)gnumd5.h \
     165 $(INC)ndatablock.h \
     166 $(INC)utilarr.h \
     167 $(INC)tvector.h
    100168$(OBJ)generaldata.o: generaldata.cc \
    101169 $(INC)machdefs.h \
    102  $(INC)pclassids.h strutil.h nbtri.h \
    103  generalfit.h $(INC)pexceptions.h tvector.h \
    104  tmatrix.h $(INC)ppersist.h \
    105  $(INC)md5.h \
    106  $(INC)anydataobj.h \
    107  $(INC)ndatablock.h generaldata.h \
    108  $(INC)objfio.h ntupintf.h poly.h peida.h \
    109  utils.h $(INC)perrors.h fmath.h
     170 $(INC)pclassids.h \
     171 $(INC)strutil.h nbtri.h generalfit.h \
     172 $(INC)pexceptions.h \
     173 $(INC)tvector.h \
     174 $(INC)tmatrix.h \
     175 $(INC)tarray.h \
     176 $(INC)basarr.h \
     177 $(INC)anydataobj.h \
     178 $(INC)dvlist.h \
     179 $(INC)objfio.h \
     180 $(INC)ppersist.h \
     181 $(INC)gnumd5.h \
     182 $(INC)ndatablock.h \
     183 $(INC)utilarr.h generaldata.h ntupintf.h \
     184 poly.h peida.h utils.h $(INC)perrors.h \
     185 fmath.h
    110186$(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \
    111187 $(INC)pclassids.h \
    112  $(INC)pexceptions.h generalfit.h tvector.h \
    113  tmatrix.h $(INC)ppersist.h \
    114  $(INC)md5.h \
    115  $(INC)anydataobj.h \
    116  $(INC)ndatablock.h generaldata.h \
    117  $(INC)objfio.h ntupintf.h poly.h peida.h \
    118  utils.h $(INC)perrors.h fmath.h
    119 $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \
    120  $(INC)pclassids.h hisprof.h peida.h utils.h \
    121  $(INC)perrors.h \
    122  $(INC)pexceptions.h fmath.h tvector.h \
    123  tmatrix.h $(INC)ppersist.h \
    124  $(INC)md5.h \
    125  $(INC)anydataobj.h \
    126  $(INC)ndatablock.h histos.h \
    127  $(INC)objfio.h
    128 $(OBJ)histos.o: histos.cc $(INC)machdefs.h \
    129  $(INC)pclassids.h histos.h \
    130  $(INC)objfio.h \
    131  $(INC)anydataobj.h \
    132  $(INC)ppersist.h \
    133  $(INC)pexceptions.h \
    134  $(INC)md5.h peida.h utils.h \
    135  $(INC)perrors.h fmath.h tvector.h tmatrix.h \
    136  $(INC)ndatablock.h poly.h strutil.h \
    137  generalfit.h generaldata.h ntupintf.h
    138 $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
    139  $(INC)pclassids.h histos2.h peida.h utils.h \
    140  $(INC)perrors.h \
    141  $(INC)pexceptions.h fmath.h histos.h \
    142  $(INC)objfio.h \
    143  $(INC)anydataobj.h \
    144  $(INC)ppersist.h \
    145  $(INC)md5.h tvector.h tmatrix.h \
    146  $(INC)ndatablock.h generalfit.h \
    147  generaldata.h ntupintf.h poly.h
     188 $(INC)pexceptions.h generalfit.h \
     189 $(INC)tvector.h \
     190 $(INC)tmatrix.h \
     191 $(INC)tarray.h \
     192 $(INC)basarr.h \
     193 $(INC)anydataobj.h \
     194 $(INC)dvlist.h \
     195 $(INC)objfio.h \
     196 $(INC)ppersist.h \
     197 $(INC)gnumd5.h \
     198 $(INC)ndatablock.h \
     199 $(INC)utilarr.h generaldata.h ntupintf.h \
     200 poly.h peida.h utils.h $(INC)perrors.h \
     201 fmath.h $(INC)sopemtx.h
    148202$(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \
    149203 $(INC)pclassids.h simplesort.h peida.h \
    150204 utils.h $(INC)perrors.h \
    151205 $(INC)pexceptions.h fmath.h nbmath.h \
    152  histos.h $(INC)objfio.h \
    153  $(INC)anydataobj.h \
    154  $(INC)ppersist.h \
    155  $(INC)md5.h tvector.h tmatrix.h \
    156  $(INC)ndatablock.h datatypes.h imageop.h \
    157  cimage.h rzimage.h rzvect.h dvlist.h cspline.h dynccd.h nbtri.h
     206 $(INC)smathconst.h \
     207 $(INC)histos.h \
     208 $(INC)objfio.h \
     209 $(INC)anydataobj.h \
     210 $(INC)ppersist.h \
     211 $(INC)gnumd5.h \
     212 $(INC)peida.h \
     213 $(INC)tvector.h \
     214 $(INC)tmatrix.h \
     215 $(INC)tarray.h \
     216 $(INC)basarr.h \
     217 $(INC)dvlist.h \
     218 $(INC)ndatablock.h \
     219 $(INC)utilarr.h datatypes.h imageop.h \
     220 cimage.h rzimage.h rzvect.h cspline.h dynccd.h nbtri.h
    158221$(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \
    159222 $(INC)pclassids.h \
    160  $(INC)pexceptions.h generalfit.h tvector.h \
    161  tmatrix.h $(INC)ppersist.h \
    162  $(INC)md5.h \
    163  $(INC)anydataobj.h \
    164  $(INC)ndatablock.h generaldata.h \
    165  $(INC)objfio.h ntupintf.h poly.h peida.h \
    166  utils.h $(INC)perrors.h fmath.h
    167 $(OBJ)linfit.o: linfit.cc $(INC)machdefs.h \
    168  $(INC)pclassids.h peida.h utils.h \
    169  $(INC)perrors.h \
    170  $(INC)pexceptions.h fmath.h linfit.h \
    171  tvector.h tmatrix.h $(INC)ppersist.h \
    172  $(INC)md5.h \
    173  $(INC)anydataobj.h \
    174  $(INC)ndatablock.h
    175 $(OBJ)matrix.o: matrix.cc $(INC)machdefs.h \
    176  $(INC)pclassids.h peida.h utils.h \
    177  $(INC)perrors.h \
    178  $(INC)pexceptions.h fmath.h matrix.h \
    179  $(INC)anydataobj.h \
    180  $(INC)ppersist.h \
    181  $(INC)md5.h cvector.h generalfit.h \
    182  tvector.h tmatrix.h $(INC)ndatablock.h \
    183  generaldata.h $(INC)objfio.h ntupintf.h \
    184  poly.h
     223 $(INC)pexceptions.h generalfit.h \
     224 $(INC)tvector.h \
     225 $(INC)tmatrix.h \
     226 $(INC)tarray.h \
     227 $(INC)basarr.h \
     228 $(INC)anydataobj.h \
     229 $(INC)dvlist.h \
     230 $(INC)objfio.h \
     231 $(INC)ppersist.h \
     232 $(INC)gnumd5.h \
     233 $(INC)ndatablock.h \
     234 $(INC)utilarr.h generaldata.h ntupintf.h \
     235 poly.h peida.h utils.h $(INC)perrors.h \
     236 fmath.h
    185237$(OBJ)median.o: median.cc
     238$(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \
     239 $(INC)pclassids.h ntoolsinit.h \
     240 $(INC)tarrinit.h \
     241 $(INC)sophyainit.h poly.h \
     242 $(INC)objfio.h \
     243 $(INC)anydataobj.h \
     244 $(INC)ppersist.h \
     245 $(INC)pexceptions.h \
     246 $(INC)gnumd5.h peida.h utils.h \
     247 $(INC)perrors.h fmath.h \
     248 $(INC)tvector.h \
     249 $(INC)tmatrix.h \
     250 $(INC)tarray.h \
     251 $(INC)basarr.h \
     252 $(INC)dvlist.h \
     253 $(INC)ndatablock.h \
     254 $(INC)utilarr.h generaldata.h ntupintf.h \
     255 cimage.h rzimage.h rzvect.h datatypes.h tabmath.h nbconst.h dates.h \
     256 datime.h
    186257$(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
    187258 $(INC)machdefs.h \
    188259 $(INC)pclassids.h
    189 $(OBJ)ntuple.o: ntuple.cc strutil.h \
    190  $(INC)perrors.h \
    191  $(INC)pexceptions.h \
    192  $(INC)machdefs.h \
    193  $(INC)pclassids.h ntuple.h \
    194  $(INC)objfio.h \
    195  $(INC)anydataobj.h \
    196  $(INC)ppersist.h \
    197  $(INC)md5.h ntupintf.h dvlist.h
    198 $(OBJ)outilsinit.o: outilsinit.cc outilsinit.h \
    199  $(INC)peidainit.h \
    200  $(INC)machdefs.h \
    201  $(INC)pclassids.h matrix.h peida.h utils.h \
    202  $(INC)perrors.h \
    203  $(INC)pexceptions.h fmath.h \
    204  $(INC)anydataobj.h \
    205  $(INC)ppersist.h \
    206  $(INC)md5.h cvector.h poly.h \
    207  $(INC)objfio.h tvector.h tmatrix.h \
    208  $(INC)ndatablock.h dvlist.h histos.h \
    209  histos2.h hisprof.h ntuple.h ntupintf.h generaldata.h cimage.h \
    210  rzimage.h rzvect.h datatypes.h tabmath.h nbconst.h dates.h datime.h
     260$(OBJ)objfitter.o: objfitter.cc objfitter.h \
     261 $(INC)machdefs.h \
     262 $(INC)pclassids.h \
     263 $(INC)tmatrix.h \
     264 $(INC)tarray.h \
     265 $(INC)basarr.h \
     266 $(INC)anydataobj.h \
     267 $(INC)dvlist.h \
     268 $(INC)objfio.h \
     269 $(INC)ppersist.h \
     270 $(INC)pexceptions.h \
     271 $(INC)gnumd5.h \
     272 $(INC)ndatablock.h \
     273 $(INC)utilarr.h \
     274 $(INC)tvector.h generalfit.h generaldata.h \
     275 ntupintf.h poly.h peida.h utils.h \
     276 $(INC)perrors.h fmath.h
    211277$(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \
    212278 $(INC)pclassids.h \
    213  $(INC)pexceptions.h perandom.h histos.h \
    214  $(INC)objfio.h \
    215  $(INC)anydataobj.h \
    216  $(INC)ppersist.h \
    217  $(INC)md5.h peida.h utils.h \
    218  $(INC)perrors.h fmath.h tvector.h tmatrix.h \
    219  $(INC)ndatablock.h nbrandom.h pemath.h
     279 $(INC)pexceptions.h perandom.h \
     280 $(INC)histos.h \
     281 $(INC)objfio.h \
     282 $(INC)anydataobj.h \
     283 $(INC)ppersist.h \
     284 $(INC)gnumd5.h \
     285 $(INC)peida.h \
     286 $(INC)utils.h \
     287 $(INC)perrors.h \
     288 $(INC)fmath.h \
     289 $(INC)tvector.h \
     290 $(INC)tmatrix.h \
     291 $(INC)tarray.h \
     292 $(INC)basarr.h \
     293 $(INC)dvlist.h \
     294 $(INC)ndatablock.h \
     295 $(INC)utilarr.h nbrandom.h pemath.h
    220296$(OBJ)poly.o: poly.cc $(INC)machdefs.h \
    221297 $(INC)pclassids.h poly.h \
     
    224300 $(INC)ppersist.h \
    225301 $(INC)pexceptions.h \
    226  $(INC)md5.h peida.h utils.h \
    227  $(INC)perrors.h fmath.h tvector.h tmatrix.h \
    228  $(INC)ndatablock.h linfit.h
     302 $(INC)gnumd5.h peida.h utils.h \
     303 $(INC)perrors.h fmath.h \
     304 $(INC)tvector.h \
     305 $(INC)tmatrix.h \
     306 $(INC)tarray.h \
     307 $(INC)basarr.h \
     308 $(INC)dvlist.h \
     309 $(INC)ndatablock.h \
     310 $(INC)utilarr.h linfit.h \
     311 $(INC)sopemtx.h \
     312 $(INC)fioarr.h
    229313$(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \
    230314 $(INC)pclassids.h rk4cdifeq.h difeq.h \
    231  $(INC)pexceptions.h tvector.h tmatrix.h \
    232  $(INC)ppersist.h \
    233  $(INC)md5.h \
    234  $(INC)anydataobj.h \
    235  $(INC)ndatablock.h \
     315 $(INC)pexceptions.h \
     316 $(INC)tvector.h \
     317 $(INC)tmatrix.h \
     318 $(INC)tarray.h \
     319 $(INC)basarr.h \
     320 $(INC)anydataobj.h \
     321 $(INC)dvlist.h \
     322 $(INC)objfio.h \
     323 $(INC)ppersist.h \
     324 $(INC)gnumd5.h \
     325 $(INC)ndatablock.h \
     326 $(INC)utilarr.h \
    236327 $(INC)ctimer.h
    237328$(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \
     
    240331 $(INC)perrors.h datatypes.h \
    241332 $(INC)ppersist.h \
    242  $(INC)md5.h dvlist.h \
    243  $(INC)objfio.h \
    244  $(INC)anydataobj.h generalfit.h tvector.h \
    245  tmatrix.h $(INC)ndatablock.h generaldata.h \
    246  ntupintf.h poly.h peida.h utils.h fmath.h
     333 $(INC)gnumd5.h \
     334 $(INC)dvlist.h \
     335 $(INC)objfio.h \
     336 $(INC)anydataobj.h generalfit.h \
     337 $(INC)tvector.h \
     338 $(INC)tmatrix.h \
     339 $(INC)tarray.h \
     340 $(INC)basarr.h \
     341 $(INC)ndatablock.h \
     342 $(INC)utilarr.h generaldata.h ntupintf.h \
     343 poly.h peida.h utils.h fmath.h
    247344$(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \
    248345 $(INC)pclassids.h simplesort.h peida.h \
     
    253350 $(INC)perrors.h \
    254351 $(INC)pexceptions.h fmath.h nbconst.h
    255 $(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \
    256  $(INC)pclassids.h \
    257  $(INC)pexceptions.h tmatrix.h \
    258  $(INC)ppersist.h \
    259  $(INC)md5.h \
    260  $(INC)anydataobj.h \
    261  $(INC)ndatablock.h \
    262  $(INC)objfio.h generalfit.h tvector.h \
    263  generaldata.h ntupintf.h poly.h peida.h utils.h \
    264  $(INC)perrors.h fmath.h
    265 $(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \
    266  $(INC)pclassids.h \
    267  $(INC)pexceptions.h tvector.h tmatrix.h \
    268  $(INC)ppersist.h \
    269  $(INC)md5.h \
    270  $(INC)anydataobj.h \
    271  $(INC)ndatablock.h \
    272  $(INC)objfio.h generalfit.h generaldata.h \
    273  ntupintf.h poly.h peida.h utils.h \
    274  $(INC)perrors.h fmath.h
    275352$(OBJ)utils.o: utils.cc $(INC)machdefs.h \
    276353 $(INC)pclassids.h utils.h \
    277354 $(INC)pexceptions.h
    278355$(OBJ)datime.o: datime.c $(INC)machdefs.h \
    279  strutil.h nbconst.h datime.h
     356 $(INC)strutil.h nbconst.h datime.h
     357$(OBJ)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
     358 $(INC)machdefs.h trigtbl.h
     359$(OBJ)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
     360 $(INC)machdefs.h trigtbl.h
    280361$(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
    281362 $(INC)machdefs.h
    282363$(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
    283  $(INC)machdefs.h
     364 $(INC)machdefs.h \
     365 $(INC)smathconst.h
    284366$(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \
    285  matxop.h nbinteg.h nbtri.h
     367 $(INC)smathconst.h matxop.h nbinteg.h \
     368 nbtri.h
    286369$(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \
    287  nbmath.h nbrandom.h
     370 nbmath.h $(INC)smathconst.h nbrandom.h
    288371$(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
    289 $(OBJ)strutil.o: strutil.c strutil.h
  • trunk/SophyaLib/NTools/objlist.list

    r663 r824  
    11cimage.o
    22cspline.o
    3 cvector.o
    4 datacards.o
    53datatypes.o
    64dates.o
    75datime.o
    86difeq.o
    9 dvlist.o
    107dynccd.o
    118fct1dfit.o
    129fct2dfit.o
     10fftmayer_r4.o
     11fftmayer_r8.o
     12fftmserver.o
    1313fftpackc.o
     14fftpserver.o
    1415fftserver.o
     16fftservintf.o
    1517generaldata.o
    1618generalfit.o
    17 hisprof.o
    18 histos.o
    19 histos2.o
    2019imageop.o
    2120integ.o
    22 linfit.o
    23 matrix.o
    2421matxop.o
    2522median.o
     
    2724nbrandom.o
    2825nbtri.o
     26ntoolsinit.o
    2927ntupintf.o
    30 ntuple.o
    31 outilsinit.o
     28objfitter.o
    3229perandom.o
    3330poly.o
     
    3532rzimage.o
    3633simplesort.o
    37 strutil.o
    3834tabmath.o
    39 tmatrix.o
    40 tvector.o
    4135utils.o
Note: See TracChangeset for help on using the changeset viewer.