| [220] | 1 | include ../Mgr/Makefile.h
 | 
|---|
 | 2 |  
 | 
|---|
 | 3 | all: $(LIB)libNTools.a
 | 
|---|
 | 4 | clean:
 | 
|---|
| [1949] | 5 |         rm -f $(OBJ)FSAppIrrSmpl.o $(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)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o
 | 
|---|
| [663] | 6 |         rm -f $(LIB)libNTools.a
 | 
|---|
| [1949] | 7 | $(LIB)libNTools.a : $(OBJ)FSAppIrrSmpl.o $(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)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o
 | 
|---|
| [1837] | 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
 | 
|---|
| [220] | 9 | ifeq ($(CXX),cxx)
 | 
|---|
| [824] | 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
 | 
|---|
| [220] | 11 | endif 
 | 
|---|
 | 12 |  
 | 
|---|
| [1949] | 13 | $(OBJ)FSAppIrrSmpl.o: FSAppIrrSmpl.cc FSAppIrrSmpl.h \
 | 
|---|
 | 14 |  $(INC)machdefs.h nbmath.h \
 | 
|---|
 | 15 |  $(INC)smathconst.h \
 | 
|---|
 | 16 |  $(INC)timing.h \
 | 
|---|
 | 17 |  $(INC)array.h \
 | 
|---|
 | 18 |  $(INC)tarray.h \
 | 
|---|
 | 19 |  $(INC)basarr.h \
 | 
|---|
 | 20 |  $(INC)anydataobj.h \
 | 
|---|
 | 21 |  $(INC)mutyv.h \
 | 
|---|
 | 22 |  $(INC)dvlist.h \
 | 
|---|
 | 23 |  $(INC)objfio.h \
 | 
|---|
 | 24 |  $(INC)ppersist.h \
 | 
|---|
 | 25 |  $(INC)pexceptions.h \
 | 
|---|
 | 26 |  $(INC)gnumd5.h \
 | 
|---|
 | 27 |  $(INC)ndatablock.h \
 | 
|---|
 | 28 |  $(INC)utilarr.h \
 | 
|---|
 | 29 |  $(INC)tmatrix.h \
 | 
|---|
 | 30 |  $(INC)tvector.h \
 | 
|---|
 | 31 |  $(INC)matharr.h \
 | 
|---|
 | 32 |  $(INC)fioarr.h \
 | 
|---|
 | 33 |  $(INC)sopemtx.h fftservintf.h fftpserver.h \
 | 
|---|
 | 34 |  $(INC)toeplitzMatrix.h \
 | 
|---|
 | 35 |  $(INC)nbmath.h \
 | 
|---|
 | 36 |  $(INC)fftservintf.h \
 | 
|---|
 | 37 |  $(INC)fftpserver.h
 | 
|---|
| [1242] | 38 | $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \
 | 
|---|
| [1110] | 39 |  $(INC)pexceptions.h cimage.h \
 | 
|---|
| [824] | 40 |  $(INC)tmatrix.h \
 | 
|---|
 | 41 |  $(INC)tarray.h \
 | 
|---|
 | 42 |  $(INC)basarr.h \
 | 
|---|
| [1110] | 43 |  $(INC)anydataobj.h \
 | 
|---|
 | 44 |  $(INC)mutyv.h \
 | 
|---|
 | 45 |  $(INC)dvlist.h \
 | 
|---|
 | 46 |  $(INC)objfio.h \
 | 
|---|
 | 47 |  $(INC)ppersist.h \
 | 
|---|
 | 48 |  $(INC)gnumd5.h \
 | 
|---|
| [824] | 49 |  $(INC)ndatablock.h \
 | 
|---|
| [1242] | 50 |  $(INC)utilarr.h \
 | 
|---|
 | 51 |  $(INC)fioarr.h \
 | 
|---|
 | 52 |  $(INC)tvector.h
 | 
|---|
 | 53 | $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \
 | 
|---|
 | 54 |  nbtri.h cspline.h $(INC)pexceptions.h
 | 
|---|
| [510] | 55 | $(OBJ)datatypes.o: datatypes.cc datatypes.h \
 | 
|---|
| [919] | 56 |  $(INC)machdefs.h
 | 
|---|
| [1242] | 57 | $(OBJ)dates.o: dates.cc $(INC)machdefs.h \
 | 
|---|
| [231] | 58 |  $(INC)perrors.h \
 | 
|---|
| [510] | 59 |  $(INC)pexceptions.h dates.h
 | 
|---|
| [1242] | 60 | $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \
 | 
|---|
| [824] | 61 |  $(INC)pexceptions.h \
 | 
|---|
 | 62 |  $(INC)tvector.h \
 | 
|---|
 | 63 |  $(INC)tmatrix.h \
 | 
|---|
 | 64 |  $(INC)tarray.h \
 | 
|---|
 | 65 |  $(INC)basarr.h \
 | 
|---|
 | 66 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 67 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 68 |  $(INC)dvlist.h \
 | 
|---|
 | 69 |  $(INC)objfio.h \
 | 
|---|
| [231] | 70 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 71 |  $(INC)gnumd5.h \
 | 
|---|
| [663] | 72 |  $(INC)ndatablock.h \
 | 
|---|
| [824] | 73 |  $(INC)utilarr.h \
 | 
|---|
| [510] | 74 |  $(INC)ctimer.h
 | 
|---|
| [1242] | 75 | $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h fmath.h \
 | 
|---|
| [919] | 76 |  perandom.h $(INC)histos.h \
 | 
|---|
| [824] | 77 |  $(INC)objfio.h \
 | 
|---|
| [510] | 78 |  $(INC)anydataobj.h \
 | 
|---|
| [231] | 79 |  $(INC)ppersist.h \
 | 
|---|
| [510] | 80 |  $(INC)pexceptions.h \
 | 
|---|
| [824] | 81 |  $(INC)gnumd5.h \
 | 
|---|
 | 82 |  $(INC)peida.h \
 | 
|---|
 | 83 |  $(INC)utils.h \
 | 
|---|
 | 84 |  $(INC)perrors.h \
 | 
|---|
 | 85 |  $(INC)fmath.h \
 | 
|---|
 | 86 |  $(INC)tvector.h \
 | 
|---|
 | 87 |  $(INC)tmatrix.h \
 | 
|---|
 | 88 |  $(INC)tarray.h \
 | 
|---|
 | 89 |  $(INC)basarr.h \
 | 
|---|
| [1110] | 90 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 91 |  $(INC)dvlist.h \
 | 
|---|
 | 92 |  $(INC)ndatablock.h \
 | 
|---|
| [919] | 93 |  $(INC)utilarr.h nbrandom.h \
 | 
|---|
| [1110] | 94 |  $(INC)srandgen.h cimage.h \
 | 
|---|
| [1242] | 95 |  $(INC)fioarr.h dynccd.h
 | 
|---|
 | 96 | $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \
 | 
|---|
 | 97 |  fct1dfit.h generalfit.h $(INC)pexceptions.h \
 | 
|---|
| [824] | 98 |  $(INC)tvector.h \
 | 
|---|
 | 99 |  $(INC)tmatrix.h \
 | 
|---|
 | 100 |  $(INC)tarray.h \
 | 
|---|
 | 101 |  $(INC)basarr.h \
 | 
|---|
 | 102 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 103 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 104 |  $(INC)dvlist.h \
 | 
|---|
 | 105 |  $(INC)objfio.h \
 | 
|---|
| [231] | 106 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 107 |  $(INC)gnumd5.h \
 | 
|---|
 | 108 |  $(INC)ndatablock.h \
 | 
|---|
| [1371] | 109 |  $(INC)utilarr.h generaldata.h \
 | 
|---|
 | 110 |  $(INC)ntupintf.h poly.h peida.h \
 | 
|---|
 | 111 |  $(INC)utils.h \
 | 
|---|
| [1242] | 112 |  $(INC)perrors.h fmath.h nbconst.h tabmath.h
 | 
|---|
 | 113 | $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \
 | 
|---|
 | 114 |  fct2dfit.h generalfit.h $(INC)pexceptions.h \
 | 
|---|
| [824] | 115 |  $(INC)tvector.h \
 | 
|---|
 | 116 |  $(INC)tmatrix.h \
 | 
|---|
 | 117 |  $(INC)tarray.h \
 | 
|---|
 | 118 |  $(INC)basarr.h \
 | 
|---|
 | 119 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 120 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 121 |  $(INC)dvlist.h \
 | 
|---|
 | 122 |  $(INC)objfio.h \
 | 
|---|
| [231] | 123 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 124 |  $(INC)gnumd5.h \
 | 
|---|
 | 125 |  $(INC)ndatablock.h \
 | 
|---|
| [1371] | 126 |  $(INC)utilarr.h generaldata.h \
 | 
|---|
 | 127 |  $(INC)ntupintf.h poly.h peida.h \
 | 
|---|
 | 128 |  $(INC)utils.h \
 | 
|---|
| [1242] | 129 |  $(INC)perrors.h fmath.h nbconst.h tabmath.h \
 | 
|---|
 | 130 |  simps2d.h
 | 
|---|
| [824] | 131 | $(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \
 | 
|---|
 | 132 |  $(INC)machdefs.h \
 | 
|---|
 | 133 |  $(INC)pexceptions.h \
 | 
|---|
 | 134 |  $(INC)tmatrix.h \
 | 
|---|
 | 135 |  $(INC)tarray.h \
 | 
|---|
 | 136 |  $(INC)basarr.h \
 | 
|---|
| [663] | 137 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 138 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 139 |  $(INC)dvlist.h \
 | 
|---|
 | 140 |  $(INC)objfio.h \
 | 
|---|
 | 141 |  $(INC)ppersist.h \
 | 
|---|
 | 142 |  $(INC)gnumd5.h \
 | 
|---|
 | 143 |  $(INC)ndatablock.h \
 | 
|---|
 | 144 |  $(INC)utilarr.h \
 | 
|---|
 | 145 |  $(INC)tvector.h fftmayer.h
 | 
|---|
 | 146 | $(OBJ)fftpserver.o: fftpserver.cc fftpserver.h fftservintf.h \
 | 
|---|
| [510] | 147 |  $(INC)machdefs.h \
 | 
|---|
| [663] | 148 |  $(INC)pexceptions.h \
 | 
|---|
| [824] | 149 |  $(INC)tmatrix.h \
 | 
|---|
 | 150 |  $(INC)tarray.h \
 | 
|---|
 | 151 |  $(INC)basarr.h \
 | 
|---|
| [663] | 152 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 153 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 154 |  $(INC)dvlist.h \
 | 
|---|
 | 155 |  $(INC)objfio.h \
 | 
|---|
 | 156 |  $(INC)ppersist.h \
 | 
|---|
 | 157 |  $(INC)gnumd5.h \
 | 
|---|
 | 158 |  $(INC)ndatablock.h \
 | 
|---|
 | 159 |  $(INC)utilarr.h \
 | 
|---|
 | 160 |  $(INC)tvector.h fftpackc.h
 | 
|---|
 | 161 | $(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \
 | 
|---|
 | 162 |  $(INC)machdefs.h \
 | 
|---|
 | 163 |  $(INC)pexceptions.h \
 | 
|---|
 | 164 |  $(INC)tmatrix.h \
 | 
|---|
 | 165 |  $(INC)tarray.h \
 | 
|---|
 | 166 |  $(INC)basarr.h \
 | 
|---|
| [663] | 167 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 168 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 169 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 170 |  $(INC)objfio.h \
 | 
|---|
| [231] | 171 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 172 |  $(INC)gnumd5.h \
 | 
|---|
 | 173 |  $(INC)ndatablock.h \
 | 
|---|
 | 174 |  $(INC)utilarr.h \
 | 
|---|
 | 175 |  $(INC)tvector.h
 | 
|---|
 | 176 | $(OBJ)generaldata.o: generaldata.cc \
 | 
|---|
 | 177 |  $(INC)machdefs.h \
 | 
|---|
| [1242] | 178 |  $(INC)strutil.h nbtri.h generalfit.h \
 | 
|---|
 | 179 |  $(INC)pexceptions.h \
 | 
|---|
| [824] | 180 |  $(INC)tvector.h \
 | 
|---|
 | 181 |  $(INC)tmatrix.h \
 | 
|---|
 | 182 |  $(INC)tarray.h \
 | 
|---|
 | 183 |  $(INC)basarr.h \
 | 
|---|
 | 184 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 185 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 186 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 187 |  $(INC)objfio.h \
 | 
|---|
| [824] | 188 |  $(INC)ppersist.h \
 | 
|---|
 | 189 |  $(INC)gnumd5.h \
 | 
|---|
 | 190 |  $(INC)ndatablock.h \
 | 
|---|
| [1371] | 191 |  $(INC)utilarr.h generaldata.h \
 | 
|---|
 | 192 |  $(INC)ntupintf.h poly.h peida.h \
 | 
|---|
 | 193 |  $(INC)utils.h \
 | 
|---|
| [919] | 194 |  $(INC)perrors.h fmath.h
 | 
|---|
| [1242] | 195 | $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \
 | 
|---|
| [824] | 196 |  $(INC)pexceptions.h generalfit.h \
 | 
|---|
 | 197 |  $(INC)tvector.h \
 | 
|---|
 | 198 |  $(INC)tmatrix.h \
 | 
|---|
 | 199 |  $(INC)tarray.h \
 | 
|---|
 | 200 |  $(INC)basarr.h \
 | 
|---|
| [510] | 201 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 202 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 203 |  $(INC)dvlist.h \
 | 
|---|
 | 204 |  $(INC)objfio.h \
 | 
|---|
| [231] | 205 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 206 |  $(INC)gnumd5.h \
 | 
|---|
 | 207 |  $(INC)ndatablock.h \
 | 
|---|
| [1371] | 208 |  $(INC)utilarr.h generaldata.h \
 | 
|---|
 | 209 |  $(INC)ntupintf.h poly.h peida.h \
 | 
|---|
 | 210 |  $(INC)utils.h \
 | 
|---|
| [919] | 211 |  $(INC)perrors.h fmath.h \
 | 
|---|
 | 212 |  $(INC)sopemtx.h
 | 
|---|
| [1242] | 213 | $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \
 | 
|---|
| [824] | 214 |  $(INC)pexceptions.h generalfit.h \
 | 
|---|
 | 215 |  $(INC)tvector.h \
 | 
|---|
 | 216 |  $(INC)tmatrix.h \
 | 
|---|
 | 217 |  $(INC)tarray.h \
 | 
|---|
 | 218 |  $(INC)basarr.h \
 | 
|---|
| [663] | 219 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 220 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 221 |  $(INC)dvlist.h \
 | 
|---|
 | 222 |  $(INC)objfio.h \
 | 
|---|
 | 223 |  $(INC)ppersist.h \
 | 
|---|
 | 224 |  $(INC)gnumd5.h \
 | 
|---|
 | 225 |  $(INC)ndatablock.h \
 | 
|---|
| [1371] | 226 |  $(INC)utilarr.h generaldata.h \
 | 
|---|
 | 227 |  $(INC)ntupintf.h poly.h peida.h \
 | 
|---|
 | 228 |  $(INC)utils.h \
 | 
|---|
| [919] | 229 |  $(INC)perrors.h fmath.h
 | 
|---|
| [824] | 230 | $(OBJ)median.o: median.cc
 | 
|---|
| [1242] | 231 | $(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \
 | 
|---|
 | 232 |  ntoolsinit.h $(INC)tarrinit.h \
 | 
|---|
| [824] | 233 |  $(INC)sophyainit.h poly.h \
 | 
|---|
 | 234 |  $(INC)objfio.h \
 | 
|---|
| [663] | 235 |  $(INC)anydataobj.h \
 | 
|---|
| [231] | 236 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 237 |  $(INC)pexceptions.h \
 | 
|---|
| [919] | 238 |  $(INC)gnumd5.h peida.h \
 | 
|---|
 | 239 |  $(INC)utils.h \
 | 
|---|
| [824] | 240 |  $(INC)perrors.h fmath.h \
 | 
|---|
 | 241 |  $(INC)tvector.h \
 | 
|---|
 | 242 |  $(INC)tmatrix.h \
 | 
|---|
 | 243 |  $(INC)tarray.h \
 | 
|---|
 | 244 |  $(INC)basarr.h \
 | 
|---|
| [1110] | 245 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 246 |  $(INC)dvlist.h \
 | 
|---|
 | 247 |  $(INC)ndatablock.h \
 | 
|---|
| [1371] | 248 |  $(INC)utilarr.h generaldata.h \
 | 
|---|
 | 249 |  $(INC)ntupintf.h cimage.h \
 | 
|---|
 | 250 |  $(INC)fioarr.h tabmath.h nbconst.h dates.h \
 | 
|---|
 | 251 |  datime.h
 | 
|---|
| [824] | 252 | $(OBJ)objfitter.o: objfitter.cc objfitter.h \
 | 
|---|
| [510] | 253 |  $(INC)machdefs.h \
 | 
|---|
| [824] | 254 |  $(INC)tmatrix.h \
 | 
|---|
 | 255 |  $(INC)tarray.h \
 | 
|---|
 | 256 |  $(INC)basarr.h \
 | 
|---|
 | 257 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 258 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 259 |  $(INC)dvlist.h \
 | 
|---|
| [510] | 260 |  $(INC)objfio.h \
 | 
|---|
| [231] | 261 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 262 |  $(INC)pexceptions.h \
 | 
|---|
 | 263 |  $(INC)gnumd5.h \
 | 
|---|
 | 264 |  $(INC)ndatablock.h \
 | 
|---|
| [1242] | 265 |  $(INC)utilarr.h cimage.h \
 | 
|---|
 | 266 |  $(INC)fioarr.h \
 | 
|---|
| [1110] | 267 |  $(INC)tvector.h \
 | 
|---|
 | 268 |  $(INC)histos.h \
 | 
|---|
 | 269 |  $(INC)peida.h \
 | 
|---|
 | 270 |  $(INC)utils.h \
 | 
|---|
 | 271 |  $(INC)perrors.h \
 | 
|---|
 | 272 |  $(INC)fmath.h \
 | 
|---|
 | 273 |  $(INC)histos2.h \
 | 
|---|
| [1242] | 274 |  $(INC)hisprof.h generalfit.h generaldata.h \
 | 
|---|
| [1371] | 275 |  $(INC)ntupintf.h poly.h peida.h
 | 
|---|
| [1242] | 276 | $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \
 | 
|---|
| [824] | 277 |  $(INC)pexceptions.h perandom.h \
 | 
|---|
 | 278 |  $(INC)histos.h \
 | 
|---|
| [510] | 279 |  $(INC)objfio.h \
 | 
|---|
 | 280 |  $(INC)anydataobj.h \
 | 
|---|
| [231] | 281 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 282 |  $(INC)gnumd5.h \
 | 
|---|
 | 283 |  $(INC)peida.h \
 | 
|---|
 | 284 |  $(INC)utils.h \
 | 
|---|
 | 285 |  $(INC)perrors.h \
 | 
|---|
 | 286 |  $(INC)fmath.h \
 | 
|---|
 | 287 |  $(INC)tvector.h \
 | 
|---|
 | 288 |  $(INC)tmatrix.h \
 | 
|---|
 | 289 |  $(INC)tarray.h \
 | 
|---|
 | 290 |  $(INC)basarr.h \
 | 
|---|
| [1110] | 291 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 292 |  $(INC)dvlist.h \
 | 
|---|
 | 293 |  $(INC)ndatablock.h \
 | 
|---|
| [919] | 294 |  $(INC)utilarr.h nbrandom.h \
 | 
|---|
 | 295 |  $(INC)srandgen.h pemath.h
 | 
|---|
| [1242] | 296 | $(OBJ)poly.o: poly.cc $(INC)machdefs.h poly.h \
 | 
|---|
 | 297 |  $(INC)objfio.h \
 | 
|---|
| [663] | 298 |  $(INC)anydataobj.h \
 | 
|---|
 | 299 |  $(INC)ppersist.h \
 | 
|---|
 | 300 |  $(INC)pexceptions.h \
 | 
|---|
| [919] | 301 |  $(INC)gnumd5.h peida.h \
 | 
|---|
 | 302 |  $(INC)utils.h \
 | 
|---|
| [824] | 303 |  $(INC)perrors.h fmath.h \
 | 
|---|
 | 304 |  $(INC)tvector.h \
 | 
|---|
 | 305 |  $(INC)tmatrix.h \
 | 
|---|
 | 306 |  $(INC)tarray.h \
 | 
|---|
 | 307 |  $(INC)basarr.h \
 | 
|---|
| [1110] | 308 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 309 |  $(INC)dvlist.h \
 | 
|---|
 | 310 |  $(INC)ndatablock.h \
 | 
|---|
 | 311 |  $(INC)utilarr.h linfit.h \
 | 
|---|
 | 312 |  $(INC)sopemtx.h \
 | 
|---|
 | 313 |  $(INC)fioarr.h
 | 
|---|
| [1242] | 314 | $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \
 | 
|---|
 | 315 |  rk4cdifeq.h difeq.h $(INC)pexceptions.h \
 | 
|---|
| [824] | 316 |  $(INC)tvector.h \
 | 
|---|
 | 317 |  $(INC)tmatrix.h \
 | 
|---|
 | 318 |  $(INC)tarray.h \
 | 
|---|
 | 319 |  $(INC)basarr.h \
 | 
|---|
 | 320 |  $(INC)anydataobj.h \
 | 
|---|
| [1110] | 321 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 322 |  $(INC)dvlist.h \
 | 
|---|
 | 323 |  $(INC)objfio.h \
 | 
|---|
| [231] | 324 |  $(INC)ppersist.h \
 | 
|---|
| [824] | 325 |  $(INC)gnumd5.h \
 | 
|---|
| [663] | 326 |  $(INC)ndatablock.h \
 | 
|---|
| [824] | 327 |  $(INC)utilarr.h \
 | 
|---|
| [510] | 328 |  $(INC)ctimer.h
 | 
|---|
| [1242] | 329 | $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \
 | 
|---|
 | 330 |  simplesort.h peida.h $(INC)utils.h \
 | 
|---|
| [919] | 331 |  $(INC)perrors.h \
 | 
|---|
| [510] | 332 |  $(INC)pexceptions.h fmath.h
 | 
|---|
| [1242] | 333 | $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \
 | 
|---|
 | 334 |  tabmath.h peida.h $(INC)utils.h \
 | 
|---|
| [231] | 335 |  $(INC)perrors.h \
 | 
|---|
| [1242] | 336 |  $(INC)pexceptions.h fmath.h nbconst.h
 | 
|---|
 | 337 | $(OBJ)datime.o: datime.c $(INC)machdefs.h \
 | 
|---|
 | 338 |  $(INC)strutil.h nbconst.h datime.h
 | 
|---|
| [824] | 339 | $(OBJ)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
 | 
|---|
 | 340 |  $(INC)machdefs.h trigtbl.h
 | 
|---|
 | 341 | $(OBJ)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
 | 
|---|
 | 342 |  $(INC)machdefs.h trigtbl.h
 | 
|---|
| [510] | 343 | $(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
 | 
|---|
 | 344 |  $(INC)machdefs.h
 | 
|---|
 | 345 | $(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
 | 
|---|
| [824] | 346 |  $(INC)machdefs.h \
 | 
|---|
 | 347 |  $(INC)smathconst.h
 | 
|---|
| [1242] | 348 | $(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \
 | 
|---|
 | 349 |  $(INC)smathconst.h matxop.h nbinteg.h \
 | 
|---|
 | 350 |  nbtri.h
 | 
|---|
 | 351 | $(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
 | 
|---|