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