| [220] | 1 | include ../Mgr/Makefile.h
 | 
|---|
 | 2 |  
 | 
|---|
 | 3 | all: $(LIB)libNTools.a
 | 
|---|
 | 4 | clean:
 | 
|---|
| [824] | 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
 | 
|---|
| [663] | 6 |         rm -f $(LIB)libNTools.a
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $?
 | 
|---|
| [220] | 9 | ifeq ($(CXX),cxx)
 | 
|---|
| [824] | 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
 | 
|---|
| [220] | 11 | endif 
 | 
|---|
 | 12 |  
 | 
|---|
| [510] | 13 | $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \
 | 
|---|
 | 14 |  $(INC)pclassids.h \
 | 
|---|
| [231] | 15 |  $(INC)perrors.h \
 | 
|---|
| [510] | 16 |  $(INC)pexceptions.h cimage.h rzimage.h \
 | 
|---|
 | 17 |  rzvect.h datatypes.h $(INC)ppersist.h \
 | 
|---|
| [824] | 18 |  $(INC)gnumd5.h \
 | 
|---|
 | 19 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 20 |  $(INC)objfio.h \
 | 
|---|
 | 21 |  $(INC)anydataobj.h fct1dfit.h generalfit.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 31 | $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \
 | 
|---|
 | 32 |  $(INC)pclassids.h nbtri.h cspline.h \
 | 
|---|
| [663] | 33 |  $(INC)pexceptions.h
 | 
|---|
| [510] | 34 | $(OBJ)datatypes.o: datatypes.cc datatypes.h \
 | 
|---|
 | 35 |  $(INC)machdefs.h \
 | 
|---|
| [231] | 36 |  $(INC)pclassids.h
 | 
|---|
| [510] | 37 | $(OBJ)dates.o: dates.cc $(INC)machdefs.h \
 | 
|---|
 | 38 |  $(INC)pclassids.h \
 | 
|---|
| [231] | 39 |  $(INC)perrors.h \
 | 
|---|
| [510] | 40 |  $(INC)pexceptions.h dates.h
 | 
|---|
 | 41 | $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \
 | 
|---|
 | 42 |  $(INC)pclassids.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [231] | 51 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 52 |  $(INC)gnumd5.h \
 | 
|---|
| [663] | 53 |  $(INC)ndatablock.h \
 | 
|---|
| [824] | 54 |  $(INC)utilarr.h \
 | 
|---|
| [510] | 55 |  $(INC)ctimer.h
 | 
|---|
 | 56 | $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \
 | 
|---|
 | 57 |  $(INC)pclassids.h fmath.h perandom.h \
 | 
|---|
| [824] | 58 |  $(INC)histos.h \
 | 
|---|
 | 59 |  $(INC)objfio.h \
 | 
|---|
| [510] | 60 |  $(INC)anydataobj.h \
 | 
|---|
| [231] | 61 |  $(INC)ppersist.h \
 | 
|---|
| [510] | 62 |  $(INC)pexceptions.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 76 | $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \
 | 
|---|
 | 77 |  $(INC)pclassids.h fct1dfit.h generalfit.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [231] | 86 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 92 | $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \
 | 
|---|
 | 93 |  $(INC)pclassids.h fct2dfit.h generalfit.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [231] | 102 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [663] | 115 |  $(INC)anydataobj.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [510] | 124 |  $(INC)machdefs.h \
 | 
|---|
| [663] | 125 |  $(INC)pclassids.h \
 | 
|---|
 | 126 |  $(INC)pexceptions.h \
 | 
|---|
| [824] | 127 |  $(INC)tmatrix.h \
 | 
|---|
 | 128 |  $(INC)tarray.h \
 | 
|---|
 | 129 |  $(INC)basarr.h \
 | 
|---|
| [663] | 130 |  $(INC)anydataobj.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [510] | 141 |  $(INC)machdefs.h \
 | 
|---|
| [824] | 142 |  $(INC)pclassids.h \
 | 
|---|
 | 143 |  $(INC)tarray.h \
 | 
|---|
 | 144 |  $(INC)basarr.h \
 | 
|---|
| [663] | 145 |  $(INC)anydataobj.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [510] | 155 |  $(INC)pclassids.h \
 | 
|---|
| [824] | 156 |  $(INC)pexceptions.h \
 | 
|---|
 | 157 |  $(INC)tmatrix.h \
 | 
|---|
 | 158 |  $(INC)tarray.h \
 | 
|---|
 | 159 |  $(INC)basarr.h \
 | 
|---|
| [663] | 160 |  $(INC)anydataobj.h \
 | 
|---|
| [824] | 161 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 162 |  $(INC)objfio.h \
 | 
|---|
| [231] | 163 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 164 |  $(INC)gnumd5.h \
 | 
|---|
 | 165 |  $(INC)ndatablock.h \
 | 
|---|
 | 166 |  $(INC)utilarr.h \
 | 
|---|
 | 167 |  $(INC)tvector.h
 | 
|---|
 | 168 | $(OBJ)generaldata.o: generaldata.cc \
 | 
|---|
 | 169 |  $(INC)machdefs.h \
 | 
|---|
 | 170 |  $(INC)pclassids.h \
 | 
|---|
 | 171 |  $(INC)strutil.h nbtri.h generalfit.h \
 | 
|---|
| [510] | 172 |  $(INC)pexceptions.h \
 | 
|---|
| [824] | 173 |  $(INC)tvector.h \
 | 
|---|
 | 174 |  $(INC)tmatrix.h \
 | 
|---|
 | 175 |  $(INC)tarray.h \
 | 
|---|
 | 176 |  $(INC)basarr.h \
 | 
|---|
 | 177 |  $(INC)anydataobj.h \
 | 
|---|
 | 178 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 179 |  $(INC)objfio.h \
 | 
|---|
| [824] | 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
 | 
|---|
 | 186 | $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \
 | 
|---|
 | 187 |  $(INC)pclassids.h \
 | 
|---|
 | 188 |  $(INC)pexceptions.h generalfit.h \
 | 
|---|
 | 189 |  $(INC)tvector.h \
 | 
|---|
 | 190 |  $(INC)tmatrix.h \
 | 
|---|
 | 191 |  $(INC)tarray.h \
 | 
|---|
 | 192 |  $(INC)basarr.h \
 | 
|---|
| [510] | 193 |  $(INC)anydataobj.h \
 | 
|---|
| [824] | 194 |  $(INC)dvlist.h \
 | 
|---|
 | 195 |  $(INC)objfio.h \
 | 
|---|
| [231] | 196 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 202 | $(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \
 | 
|---|
 | 203 |  $(INC)pclassids.h simplesort.h peida.h \
 | 
|---|
 | 204 |  utils.h $(INC)perrors.h \
 | 
|---|
 | 205 |  $(INC)pexceptions.h fmath.h nbmath.h \
 | 
|---|
| [824] | 206 |  $(INC)smathconst.h \
 | 
|---|
 | 207 |  $(INC)histos.h \
 | 
|---|
 | 208 |  $(INC)objfio.h \
 | 
|---|
| [510] | 209 |  $(INC)anydataobj.h \
 | 
|---|
 | 210 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 221 | $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \
 | 
|---|
 | 222 |  $(INC)pclassids.h \
 | 
|---|
| [824] | 223 |  $(INC)pexceptions.h generalfit.h \
 | 
|---|
 | 224 |  $(INC)tvector.h \
 | 
|---|
 | 225 |  $(INC)tmatrix.h \
 | 
|---|
 | 226 |  $(INC)tarray.h \
 | 
|---|
 | 227 |  $(INC)basarr.h \
 | 
|---|
| [663] | 228 |  $(INC)anydataobj.h \
 | 
|---|
| [824] | 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
 | 
|---|
 | 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 \
 | 
|---|
| [663] | 243 |  $(INC)anydataobj.h \
 | 
|---|
| [231] | 244 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 257 | $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
 | 
|---|
 | 258 |  $(INC)machdefs.h \
 | 
|---|
 | 259 |  $(INC)pclassids.h
 | 
|---|
| [824] | 260 | $(OBJ)objfitter.o: objfitter.cc objfitter.h \
 | 
|---|
| [510] | 261 |  $(INC)machdefs.h \
 | 
|---|
| [824] | 262 |  $(INC)pclassids.h \
 | 
|---|
 | 263 |  $(INC)tmatrix.h \
 | 
|---|
 | 264 |  $(INC)tarray.h \
 | 
|---|
 | 265 |  $(INC)basarr.h \
 | 
|---|
 | 266 |  $(INC)anydataobj.h \
 | 
|---|
 | 267 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 268 |  $(INC)objfio.h \
 | 
|---|
| [231] | 269 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 277 | $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \
 | 
|---|
 | 278 |  $(INC)pclassids.h \
 | 
|---|
| [824] | 279 |  $(INC)pexceptions.h perandom.h \
 | 
|---|
 | 280 |  $(INC)histos.h \
 | 
|---|
| [510] | 281 |  $(INC)objfio.h \
 | 
|---|
 | 282 |  $(INC)anydataobj.h \
 | 
|---|
| [231] | 283 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 296 | $(OBJ)poly.o: poly.cc $(INC)machdefs.h \
 | 
|---|
| [663] | 297 |  $(INC)pclassids.h poly.h \
 | 
|---|
 | 298 |  $(INC)objfio.h \
 | 
|---|
 | 299 |  $(INC)anydataobj.h \
 | 
|---|
 | 300 |  $(INC)ppersist.h \
 | 
|---|
 | 301 |  $(INC)pexceptions.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 313 | $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \
 | 
|---|
 | 314 |  $(INC)pclassids.h rk4cdifeq.h difeq.h \
 | 
|---|
| [824] | 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 \
 | 
|---|
| [231] | 323 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 324 |  $(INC)gnumd5.h \
 | 
|---|
| [663] | 325 |  $(INC)ndatablock.h \
 | 
|---|
| [824] | 326 |  $(INC)utilarr.h \
 | 
|---|
| [510] | 327 |  $(INC)ctimer.h
 | 
|---|
 | 328 | $(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \
 | 
|---|
 | 329 |  $(INC)pclassids.h rzimage.h rzvect.h \
 | 
|---|
 | 330 |  $(INC)pexceptions.h \
 | 
|---|
| [231] | 331 |  $(INC)perrors.h datatypes.h \
 | 
|---|
 | 332 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 333 |  $(INC)gnumd5.h \
 | 
|---|
 | 334 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 335 |  $(INC)objfio.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 344 | $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \
 | 
|---|
 | 345 |  $(INC)pclassids.h simplesort.h peida.h \
 | 
|---|
 | 346 |  utils.h $(INC)perrors.h \
 | 
|---|
 | 347 |  $(INC)pexceptions.h fmath.h
 | 
|---|
 | 348 | $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \
 | 
|---|
 | 349 |  $(INC)pclassids.h tabmath.h peida.h utils.h \
 | 
|---|
| [231] | 350 |  $(INC)perrors.h \
 | 
|---|
| [510] | 351 |  $(INC)pexceptions.h fmath.h nbconst.h
 | 
|---|
 | 352 | $(OBJ)utils.o: utils.cc $(INC)machdefs.h \
 | 
|---|
 | 353 |  $(INC)pclassids.h utils.h \
 | 
|---|
 | 354 |  $(INC)pexceptions.h
 | 
|---|
 | 355 | $(OBJ)datime.o: datime.c $(INC)machdefs.h \
 | 
|---|
| [824] | 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
 | 
|---|
| [510] | 361 | $(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
 | 
|---|
 | 362 |  $(INC)machdefs.h
 | 
|---|
 | 363 | $(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
 | 
|---|
| [824] | 364 |  $(INC)machdefs.h \
 | 
|---|
 | 365 |  $(INC)smathconst.h
 | 
|---|
| [510] | 366 | $(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \
 | 
|---|
| [824] | 367 |  $(INC)smathconst.h matxop.h nbinteg.h \
 | 
|---|
 | 368 |  nbtri.h
 | 
|---|
| [510] | 369 | $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \
 | 
|---|
| [824] | 370 |  nbmath.h $(INC)smathconst.h nbrandom.h
 | 
|---|
| [510] | 371 | $(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
 | 
|---|