| [658] | 1 | include ../Mgr/Makefile.h
 | 
|---|
 | 2 |  
 | 
|---|
 | 3 | all: $(LIB)libNTools.a
 | 
|---|
 | 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)pversion.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.o
 | 
|---|
 | 6 |         rm $(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)pversion.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)strutil.o $(OBJ)tabmath.o $(OBJ)tmatrix.o $(OBJ)tvector.o $(OBJ)utils.o
 | 
|---|
 | 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $?
 | 
|---|
 | 9 | ifeq ($(CXX),cxx)
 | 
|---|
 | 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lNTools -lSamba -o $(OBJ)xx.x -Hf
 | 
|---|
 | 11 | endif 
 | 
|---|
 | 12 |  
 | 
|---|
 | 13 | $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \
 | 
|---|
 | 14 |  $(INC)pclassids.h \
 | 
|---|
 | 15 |  $(INC)perrors.h \
 | 
|---|
 | 16 |  $(INC)pexceptions.h cimage.h rzimage.h \
 | 
|---|
 | 17 |  rzvect.h datatypes.h $(INC)ppersist.h \
 | 
|---|
 | 18 |  $(INC)md5.h dvlist.h \
 | 
|---|
 | 19 |  $(INC)objfio.h \
 | 
|---|
 | 20 |  $(INC)anydataobj.h fct1dfit.h generalfit.h \
 | 
|---|
 | 21 |  matrix.h peida.h utils.h fmath.h cvector.h generaldata.h ntupintf.h \
 | 
|---|
 | 22 |  poly.h histos.h nbconst.h
 | 
|---|
 | 23 | $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \
 | 
|---|
 | 24 |  $(INC)pclassids.h nbtri.h cspline.h \
 | 
|---|
 | 25 |  cvector.h matrix.h peida.h utils.h \
 | 
|---|
 | 26 |  $(INC)perrors.h \
 | 
|---|
 | 27 |  $(INC)pexceptions.h fmath.h \
 | 
|---|
 | 28 |  $(INC)ppersist.h \
 | 
|---|
 | 29 |  $(INC)md5.h
 | 
|---|
 | 30 | $(OBJ)cvector.o: cvector.cc $(INC)machdefs.h \
 | 
|---|
 | 31 |  $(INC)pclassids.h cvector.h matrix.h \
 | 
|---|
 | 32 |  peida.h utils.h $(INC)perrors.h \
 | 
|---|
 | 33 |  $(INC)pexceptions.h fmath.h \
 | 
|---|
 | 34 |  $(INC)ppersist.h \
 | 
|---|
 | 35 |  $(INC)md5.h generalfit.h generaldata.h \
 | 
|---|
 | 36 |  $(INC)objfio.h \
 | 
|---|
 | 37 |  $(INC)anydataobj.h ntupintf.h poly.h \
 | 
|---|
 | 38 |  tvector.h tmatrix.h $(INC)ndatablock.h
 | 
|---|
 | 39 | $(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \
 | 
|---|
 | 40 |  $(INC)pclassids.h datacards.h peida.h \
 | 
|---|
 | 41 |  utils.h $(INC)perrors.h \
 | 
|---|
 | 42 |  $(INC)pexceptions.h fmath.h
 | 
|---|
 | 43 | $(OBJ)datatypes.o: datatypes.cc datatypes.h \
 | 
|---|
 | 44 |  $(INC)machdefs.h \
 | 
|---|
 | 45 |  $(INC)pclassids.h
 | 
|---|
 | 46 | $(OBJ)dates.o: dates.cc $(INC)machdefs.h \
 | 
|---|
 | 47 |  $(INC)pclassids.h \
 | 
|---|
 | 48 |  $(INC)perrors.h \
 | 
|---|
 | 49 |  $(INC)pexceptions.h dates.h
 | 
|---|
 | 50 | $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \
 | 
|---|
 | 51 |  $(INC)pclassids.h \
 | 
|---|
 | 52 |  $(INC)pexceptions.h cvector.h matrix.h \
 | 
|---|
 | 53 |  peida.h utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 54 |  $(INC)ppersist.h \
 | 
|---|
 | 55 |  $(INC)md5.h \
 | 
|---|
 | 56 |  $(INC)ctimer.h
 | 
|---|
 | 57 | $(OBJ)dvlist.o: dvlist.cc $(INC)machdefs.h \
 | 
|---|
 | 58 |  $(INC)pclassids.h dvlist.h \
 | 
|---|
 | 59 |  $(INC)objfio.h \
 | 
|---|
 | 60 |  $(INC)anydataobj.h \
 | 
|---|
 | 61 |  $(INC)ppersist.h \
 | 
|---|
 | 62 |  $(INC)pexceptions.h \
 | 
|---|
 | 63 |  $(INC)md5.h strutil.h
 | 
|---|
 | 64 | $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \
 | 
|---|
 | 65 |  $(INC)pclassids.h fmath.h perandom.h \
 | 
|---|
 | 66 |  histos.h $(INC)objfio.h \
 | 
|---|
 | 67 |  $(INC)anydataobj.h \
 | 
|---|
 | 68 |  $(INC)ppersist.h \
 | 
|---|
 | 69 |  $(INC)pexceptions.h \
 | 
|---|
 | 70 |  $(INC)md5.h peida.h utils.h \
 | 
|---|
 | 71 |  $(INC)perrors.h cvector.h matrix.h \
 | 
|---|
 | 72 |  nbrandom.h cimage.h rzimage.h rzvect.h datatypes.h dvlist.h dynccd.h
 | 
|---|
 | 73 | $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \
 | 
|---|
 | 74 |  $(INC)pclassids.h fct1dfit.h generalfit.h \
 | 
|---|
 | 75 |  $(INC)pexceptions.h matrix.h peida.h \
 | 
|---|
 | 76 |  utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 77 |  $(INC)ppersist.h \
 | 
|---|
 | 78 |  $(INC)md5.h cvector.h generaldata.h \
 | 
|---|
 | 79 |  $(INC)objfio.h \
 | 
|---|
 | 80 |  $(INC)anydataobj.h ntupintf.h poly.h \
 | 
|---|
 | 81 |  nbconst.h tabmath.h
 | 
|---|
 | 82 | $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \
 | 
|---|
 | 83 |  $(INC)pclassids.h fct2dfit.h generalfit.h \
 | 
|---|
 | 84 |  $(INC)pexceptions.h matrix.h peida.h \
 | 
|---|
 | 85 |  utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 86 |  $(INC)ppersist.h \
 | 
|---|
 | 87 |  $(INC)md5.h cvector.h generaldata.h \
 | 
|---|
 | 88 |  $(INC)objfio.h \
 | 
|---|
 | 89 |  $(INC)anydataobj.h ntupintf.h poly.h \
 | 
|---|
 | 90 |  nbconst.h tabmath.h simps2d.h
 | 
|---|
 | 91 | $(OBJ)fftserver.o: fftserver.cc fftserver.h cvector.h matrix.h peida.h \
 | 
|---|
 | 92 |  $(INC)machdefs.h \
 | 
|---|
 | 93 |  $(INC)pclassids.h utils.h \
 | 
|---|
 | 94 |  $(INC)perrors.h \
 | 
|---|
 | 95 |  $(INC)pexceptions.h fmath.h \
 | 
|---|
 | 96 |  $(INC)ppersist.h \
 | 
|---|
 | 97 |  $(INC)md5.h
 | 
|---|
 | 98 | $(OBJ)generaldata.o: generaldata.cc \
 | 
|---|
 | 99 |  $(INC)machdefs.h \
 | 
|---|
 | 100 |  $(INC)pclassids.h strutil.h nbtri.h \
 | 
|---|
 | 101 |  generalfit.h $(INC)pexceptions.h matrix.h \
 | 
|---|
 | 102 |  peida.h utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 103 |  $(INC)ppersist.h \
 | 
|---|
 | 104 |  $(INC)md5.h cvector.h generaldata.h \
 | 
|---|
 | 105 |  $(INC)objfio.h \
 | 
|---|
 | 106 |  $(INC)anydataobj.h ntupintf.h poly.h
 | 
|---|
 | 107 | $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \
 | 
|---|
 | 108 |  $(INC)pclassids.h \
 | 
|---|
 | 109 |  $(INC)pexceptions.h generalfit.h matrix.h \
 | 
|---|
 | 110 |  peida.h utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 111 |  $(INC)ppersist.h \
 | 
|---|
 | 112 |  $(INC)md5.h cvector.h generaldata.h \
 | 
|---|
 | 113 |  $(INC)objfio.h \
 | 
|---|
 | 114 |  $(INC)anydataobj.h ntupintf.h poly.h
 | 
|---|
 | 115 | $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \
 | 
|---|
 | 116 |  $(INC)pclassids.h hisprof.h peida.h utils.h \
 | 
|---|
 | 117 |  $(INC)perrors.h \
 | 
|---|
 | 118 |  $(INC)pexceptions.h fmath.h cvector.h \
 | 
|---|
 | 119 |  matrix.h $(INC)ppersist.h \
 | 
|---|
 | 120 |  $(INC)md5.h histos.h \
 | 
|---|
 | 121 |  $(INC)objfio.h \
 | 
|---|
 | 122 |  $(INC)anydataobj.h
 | 
|---|
 | 123 | $(OBJ)histos.o: histos.cc $(INC)machdefs.h \
 | 
|---|
 | 124 |  $(INC)pclassids.h histos.h \
 | 
|---|
 | 125 |  $(INC)objfio.h \
 | 
|---|
 | 126 |  $(INC)anydataobj.h \
 | 
|---|
 | 127 |  $(INC)ppersist.h \
 | 
|---|
 | 128 |  $(INC)pexceptions.h \
 | 
|---|
 | 129 |  $(INC)md5.h peida.h utils.h \
 | 
|---|
 | 130 |  $(INC)perrors.h fmath.h cvector.h matrix.h \
 | 
|---|
 | 131 |  poly.h strutil.h generalfit.h generaldata.h ntupintf.h
 | 
|---|
 | 132 | $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
 | 
|---|
 | 133 |  $(INC)pclassids.h histos2.h peida.h utils.h \
 | 
|---|
 | 134 |  $(INC)perrors.h \
 | 
|---|
 | 135 |  $(INC)pexceptions.h fmath.h histos.h \
 | 
|---|
 | 136 |  $(INC)objfio.h \
 | 
|---|
 | 137 |  $(INC)anydataobj.h \
 | 
|---|
 | 138 |  $(INC)ppersist.h \
 | 
|---|
 | 139 |  $(INC)md5.h cvector.h matrix.h generalfit.h \
 | 
|---|
 | 140 |  generaldata.h ntupintf.h poly.h
 | 
|---|
 | 141 | $(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \
 | 
|---|
 | 142 |  $(INC)pclassids.h simplesort.h peida.h \
 | 
|---|
 | 143 |  utils.h $(INC)perrors.h \
 | 
|---|
 | 144 |  $(INC)pexceptions.h fmath.h nbmath.h \
 | 
|---|
 | 145 |  histos.h $(INC)objfio.h \
 | 
|---|
 | 146 |  $(INC)anydataobj.h \
 | 
|---|
 | 147 |  $(INC)ppersist.h \
 | 
|---|
 | 148 |  $(INC)md5.h cvector.h matrix.h datatypes.h \
 | 
|---|
 | 149 |  imageop.h cimage.h rzimage.h rzvect.h dvlist.h cspline.h dynccd.h \
 | 
|---|
 | 150 |  nbtri.h
 | 
|---|
 | 151 | $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \
 | 
|---|
 | 152 |  $(INC)pclassids.h \
 | 
|---|
 | 153 |  $(INC)pexceptions.h generalfit.h matrix.h \
 | 
|---|
 | 154 |  peida.h utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 155 |  $(INC)ppersist.h \
 | 
|---|
 | 156 |  $(INC)md5.h cvector.h generaldata.h \
 | 
|---|
 | 157 |  $(INC)objfio.h \
 | 
|---|
 | 158 |  $(INC)anydataobj.h ntupintf.h poly.h
 | 
|---|
 | 159 | $(OBJ)linfit.o: linfit.cc $(INC)machdefs.h \
 | 
|---|
 | 160 |  $(INC)pclassids.h peida.h utils.h \
 | 
|---|
 | 161 |  $(INC)perrors.h \
 | 
|---|
 | 162 |  $(INC)pexceptions.h fmath.h linfit.h \
 | 
|---|
 | 163 |  matrix.h $(INC)ppersist.h \
 | 
|---|
 | 164 |  $(INC)md5.h cvector.h
 | 
|---|
 | 165 | $(OBJ)matrix.o: matrix.cc $(INC)machdefs.h \
 | 
|---|
 | 166 |  $(INC)pclassids.h peida.h utils.h \
 | 
|---|
 | 167 |  $(INC)perrors.h \
 | 
|---|
 | 168 |  $(INC)pexceptions.h fmath.h matrix.h \
 | 
|---|
 | 169 |  $(INC)ppersist.h \
 | 
|---|
 | 170 |  $(INC)md5.h cvector.h generalfit.h \
 | 
|---|
 | 171 |  generaldata.h $(INC)objfio.h \
 | 
|---|
 | 172 |  $(INC)anydataobj.h ntupintf.h poly.h \
 | 
|---|
 | 173 |  tmatrix.h $(INC)ndatablock.h
 | 
|---|
 | 174 | $(OBJ)median.o: median.cc
 | 
|---|
 | 175 | $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
 | 
|---|
 | 176 |  $(INC)machdefs.h \
 | 
|---|
 | 177 |  $(INC)pclassids.h
 | 
|---|
 | 178 | $(OBJ)ntuple.o: ntuple.cc strutil.h \
 | 
|---|
 | 179 |  $(INC)perrors.h \
 | 
|---|
 | 180 |  $(INC)pexceptions.h \
 | 
|---|
 | 181 |  $(INC)machdefs.h \
 | 
|---|
 | 182 |  $(INC)pclassids.h ntuple.h \
 | 
|---|
 | 183 |  $(INC)objfio.h \
 | 
|---|
 | 184 |  $(INC)anydataobj.h \
 | 
|---|
 | 185 |  $(INC)ppersist.h \
 | 
|---|
 | 186 |  $(INC)md5.h ntupintf.h dvlist.h
 | 
|---|
 | 187 | $(OBJ)outilsinit.o: outilsinit.cc outilsinit.h \
 | 
|---|
 | 188 |  $(INC)peidainit.h \
 | 
|---|
 | 189 |  $(INC)machdefs.h \
 | 
|---|
 | 190 |  $(INC)pclassids.h matrix.h peida.h utils.h \
 | 
|---|
 | 191 |  $(INC)perrors.h \
 | 
|---|
 | 192 |  $(INC)pexceptions.h fmath.h \
 | 
|---|
 | 193 |  $(INC)ppersist.h \
 | 
|---|
 | 194 |  $(INC)md5.h cvector.h poly.h dvlist.h \
 | 
|---|
 | 195 |  $(INC)objfio.h \
 | 
|---|
 | 196 |  $(INC)anydataobj.h histos.h histos2.h \
 | 
|---|
 | 197 |  hisprof.h ntuple.h ntupintf.h generaldata.h tmatrix.h \
 | 
|---|
 | 198 |  $(INC)ndatablock.h tvector.h cimage.h \
 | 
|---|
 | 199 |  rzimage.h rzvect.h datatypes.h tabmath.h nbconst.h dates.h datime.h
 | 
|---|
 | 200 | $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \
 | 
|---|
 | 201 |  $(INC)pclassids.h \
 | 
|---|
 | 202 |  $(INC)pexceptions.h perandom.h histos.h \
 | 
|---|
 | 203 |  $(INC)objfio.h \
 | 
|---|
 | 204 |  $(INC)anydataobj.h \
 | 
|---|
 | 205 |  $(INC)ppersist.h \
 | 
|---|
 | 206 |  $(INC)md5.h peida.h utils.h \
 | 
|---|
 | 207 |  $(INC)perrors.h fmath.h cvector.h matrix.h \
 | 
|---|
 | 208 |  nbrandom.h pemath.h
 | 
|---|
 | 209 | $(OBJ)poly.o: poly.cc $(INC)machdefs.h \
 | 
|---|
 | 210 |  $(INC)pclassids.h poly.h peida.h utils.h \
 | 
|---|
 | 211 |  $(INC)perrors.h \
 | 
|---|
 | 212 |  $(INC)pexceptions.h fmath.h cvector.h \
 | 
|---|
 | 213 |  matrix.h $(INC)ppersist.h \
 | 
|---|
 | 214 |  $(INC)md5.h linfit.h
 | 
|---|
 | 215 | $(OBJ)pversion.o: pversion.cc pversion.h \
 | 
|---|
 | 216 |  $(INC)peidainit.h \
 | 
|---|
 | 217 |  $(INC)machdefs.h \
 | 
|---|
 | 218 |  $(INC)pclassids.h
 | 
|---|
 | 219 | $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \
 | 
|---|
 | 220 |  $(INC)pclassids.h rk4cdifeq.h difeq.h \
 | 
|---|
 | 221 |  $(INC)pexceptions.h cvector.h matrix.h \
 | 
|---|
 | 222 |  peida.h utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 223 |  $(INC)ppersist.h \
 | 
|---|
 | 224 |  $(INC)md5.h \
 | 
|---|
 | 225 |  $(INC)ctimer.h
 | 
|---|
 | 226 | $(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \
 | 
|---|
 | 227 |  $(INC)pclassids.h rzimage.h rzvect.h \
 | 
|---|
 | 228 |  $(INC)pexceptions.h \
 | 
|---|
 | 229 |  $(INC)perrors.h datatypes.h \
 | 
|---|
 | 230 |  $(INC)ppersist.h \
 | 
|---|
 | 231 |  $(INC)md5.h dvlist.h \
 | 
|---|
 | 232 |  $(INC)objfio.h \
 | 
|---|
 | 233 |  $(INC)anydataobj.h generalfit.h matrix.h \
 | 
|---|
 | 234 |  peida.h utils.h fmath.h cvector.h generaldata.h ntupintf.h poly.h
 | 
|---|
 | 235 | $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \
 | 
|---|
 | 236 |  $(INC)pclassids.h simplesort.h peida.h \
 | 
|---|
 | 237 |  utils.h $(INC)perrors.h \
 | 
|---|
 | 238 |  $(INC)pexceptions.h fmath.h
 | 
|---|
 | 239 | $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \
 | 
|---|
 | 240 |  $(INC)pclassids.h tabmath.h peida.h utils.h \
 | 
|---|
 | 241 |  $(INC)perrors.h \
 | 
|---|
 | 242 |  $(INC)pexceptions.h fmath.h nbconst.h
 | 
|---|
 | 243 | $(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \
 | 
|---|
 | 244 |  $(INC)pclassids.h \
 | 
|---|
 | 245 |  $(INC)pexceptions.h tmatrix.h \
 | 
|---|
 | 246 |  $(INC)ppersist.h \
 | 
|---|
 | 247 |  $(INC)md5.h \
 | 
|---|
 | 248 |  $(INC)anydataobj.h \
 | 
|---|
 | 249 |  $(INC)ndatablock.h \
 | 
|---|
 | 250 |  $(INC)objfio.h matrix.h peida.h utils.h \
 | 
|---|
 | 251 |  $(INC)perrors.h fmath.h generalfit.h \
 | 
|---|
 | 252 |  cvector.h generaldata.h ntupintf.h poly.h tvector.h
 | 
|---|
 | 253 | $(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \
 | 
|---|
 | 254 |  $(INC)pclassids.h \
 | 
|---|
 | 255 |  $(INC)pexceptions.h tvector.h tmatrix.h \
 | 
|---|
 | 256 |  $(INC)ppersist.h \
 | 
|---|
 | 257 |  $(INC)md5.h \
 | 
|---|
 | 258 |  $(INC)anydataobj.h \
 | 
|---|
 | 259 |  $(INC)ndatablock.h \
 | 
|---|
 | 260 |  $(INC)objfio.h generalfit.h matrix.h \
 | 
|---|
 | 261 |  peida.h utils.h $(INC)perrors.h fmath.h \
 | 
|---|
 | 262 |  cvector.h generaldata.h ntupintf.h poly.h
 | 
|---|
 | 263 | $(OBJ)utils.o: utils.cc $(INC)machdefs.h \
 | 
|---|
 | 264 |  $(INC)pclassids.h utils.h \
 | 
|---|
 | 265 |  $(INC)pexceptions.h
 | 
|---|
 | 266 | $(OBJ)datime.o: datime.c $(INC)machdefs.h \
 | 
|---|
 | 267 |  strutil.h nbconst.h datime.h
 | 
|---|
 | 268 | $(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
 | 
|---|
 | 269 |  $(INC)machdefs.h
 | 
|---|
 | 270 | $(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
 | 
|---|
 | 271 |  $(INC)machdefs.h
 | 
|---|
 | 272 | $(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \
 | 
|---|
 | 273 |  matxop.h nbinteg.h nbtri.h
 | 
|---|
 | 274 | $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \
 | 
|---|
 | 275 |  nbmath.h nbrandom.h
 | 
|---|
 | 276 | $(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
 | 
|---|
 | 277 | $(OBJ)strutil.o: strutil.c strutil.h
 | 
|---|