Changeset 824 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Apr 6, 2000, 12:00:56 PM (25 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/Makefile
r663 r824 3 3 all: $(LIB)libNTools.a 4 4 clean: 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.o5 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 6 6 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.o7 $(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 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) - L$(LIB) -lNTools -lSysTools -o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 11 11 endif 12 12 … … 16 16 $(INC)pexceptions.h cimage.h rzimage.h \ 17 17 rzvect.h datatypes.h $(INC)ppersist.h \ 18 $(INC)md5.h dvlist.h \ 18 $(INC)gnumd5.h \ 19 $(INC)dvlist.h \ 19 20 $(INC)objfio.h \ 20 21 $(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 24 31 $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \ 25 32 $(INC)pclassids.h nbtri.h cspline.h \ 26 33 $(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.h36 $(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.h40 34 $(OBJ)datatypes.o: datatypes.cc datatypes.h \ 41 35 $(INC)machdefs.h \ … … 47 41 $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \ 48 42 $(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 \ 54 55 $(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.h62 56 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \ 63 57 $(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 72 76 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \ 73 77 $(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 82 92 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \ 83 93 $(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 100 168 $(OBJ)generaldata.o: generaldata.cc \ 101 169 $(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 110 186 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ 111 187 $(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 148 202 $(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \ 149 203 $(INC)pclassids.h simplesort.h peida.h \ 150 204 utils.h $(INC)perrors.h \ 151 205 $(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 158 221 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 159 222 $(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 185 237 $(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 186 257 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \ 187 258 $(INC)machdefs.h \ 188 259 $(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 211 277 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 212 278 $(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 220 296 $(OBJ)poly.o: poly.cc $(INC)machdefs.h \ 221 297 $(INC)pclassids.h poly.h \ … … 224 300 $(INC)ppersist.h \ 225 301 $(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 229 313 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \ 230 314 $(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 \ 236 327 $(INC)ctimer.h 237 328 $(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \ … … 240 331 $(INC)perrors.h datatypes.h \ 241 332 $(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 247 344 $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \ 248 345 $(INC)pclassids.h simplesort.h peida.h \ … … 253 350 $(INC)perrors.h \ 254 351 $(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.h265 $(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.h275 352 $(OBJ)utils.o: utils.cc $(INC)machdefs.h \ 276 353 $(INC)pclassids.h utils.h \ 277 354 $(INC)pexceptions.h 278 355 $(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 280 361 $(OBJ)fftpackc.o: fftpackc.c fftpackc.h \ 281 362 $(INC)machdefs.h 282 363 $(OBJ)matxop.o: matxop.c matxop.h nbmath.h \ 283 $(INC)machdefs.h 364 $(INC)machdefs.h \ 365 $(INC)smathconst.h 284 366 $(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 286 369 $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \ 287 nbmath.h nbrandom.h370 nbmath.h $(INC)smathconst.h nbrandom.h 288 371 $(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 1 1 cimage.o 2 2 cspline.o 3 cvector.o4 datacards.o5 3 datatypes.o 6 4 dates.o 7 5 datime.o 8 6 difeq.o 9 dvlist.o10 7 dynccd.o 11 8 fct1dfit.o 12 9 fct2dfit.o 10 fftmayer_r4.o 11 fftmayer_r8.o 12 fftmserver.o 13 13 fftpackc.o 14 fftpserver.o 14 15 fftserver.o 16 fftservintf.o 15 17 generaldata.o 16 18 generalfit.o 17 hisprof.o18 histos.o19 histos2.o20 19 imageop.o 21 20 integ.o 22 linfit.o23 matrix.o24 21 matxop.o 25 22 median.o … … 27 24 nbrandom.o 28 25 nbtri.o 26 ntoolsinit.o 29 27 ntupintf.o 30 ntuple.o 31 outilsinit.o 28 objfitter.o 32 29 perandom.o 33 30 poly.o … … 35 32 rzimage.o 36 33 simplesort.o 37 strutil.o38 34 tabmath.o 39 tmatrix.o40 tvector.o41 35 utils.o
Note:
See TracChangeset
for help on using the changeset viewer.