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