| [2743] | 1 | include ../BuildMgr/sophyamake.inc
 | 
|---|
| [220] | 2 |  
 | 
|---|
| [2743] | 3 | all: $(SOPHYALIBP)libNTools.a
 | 
|---|
 | 4 |  
 | 
|---|
| [220] | 5 | clean:
 | 
|---|
| [3083] | 6 |          rm -f $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o
 | 
|---|
| [2743] | 7 |         rm -f $(SOPHYALIBP)libNTools.a
 | 
|---|
| [220] | 8 |  
 | 
|---|
| [3083] | 9 | $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o
 | 
|---|
| [2743] | 10 |         $(AR) $(ARFLAGS) $@ $? 
 | 
|---|
| [2763] | 11 |         touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
 | 
|---|
| [2743] | 12 |  
 | 
|---|
| [3075] | 13 | $(SOPHYAOBJP)cimage.o: cimage.cc \
 | 
|---|
 | 14 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2743] | 15 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3007] | 16 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 17 |   cimage.h $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| [2743] | 18 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 19 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 20 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 21 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 22 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 23 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 24 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 25 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 26 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 27 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 28 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 29 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 30 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 31 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| [2908] | 32 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [2743] | 33 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
 | 34 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| [2908] | 35 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [2743] | 36 |   $(SOPHYAINCP)datatype.h
 | 
|---|
| [2765] | 37 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cimage.cc
 | 
|---|
| [2743] | 38 |  
 | 
|---|
| [3007] | 39 | $(SOPHYAOBJP)cspline.o: cspline.cc \
 | 
|---|
 | 40 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [3075] | 41 |   $(SOPHYAINCP)machdefs.h nbtri.h \
 | 
|---|
 | 42 |   cspline.h \
 | 
|---|
 | 43 |   $(SOPHYAINCP)pexceptions.h
 | 
|---|
| [2765] | 44 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cspline.cc
 | 
|---|
| [2743] | 45 |  
 | 
|---|
 | 46 | $(SOPHYAOBJP)datatypes.o: datatypes.cc \
 | 
|---|
| [3075] | 47 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 48 |   datatypes.h \
 | 
|---|
| [2743] | 49 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| [2765] | 50 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatypes.cc
 | 
|---|
| [2743] | 51 |  
 | 
|---|
| [3075] | 52 | $(SOPHYAOBJP)dates.o: dates.cc \
 | 
|---|
 | 53 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2743] | 54 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 55 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
| [3007] | 56 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 57 |   dates.h
 | 
|---|
| [2765] | 58 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dates.cc
 | 
|---|
| [2743] | 59 |  
 | 
|---|
| [3075] | 60 | $(SOPHYAOBJP)difeq.o: difeq.cc \
 | 
|---|
 | 61 |   $(SOPHYAINCP)sopnamsp.h difeq.h \
 | 
|---|
 | 62 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [2743] | 63 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 64 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 65 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 66 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 67 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 68 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 69 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 70 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 71 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 72 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 73 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 74 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 75 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 76 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 77 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 78 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 79 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| [2908] | 80 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
 | 81 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [2743] | 82 |   $(SOPHYAINCP)ctimer.h
 | 
|---|
| [2765] | 83 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  difeq.cc
 | 
|---|
| [2743] | 84 |  
 | 
|---|
| [3075] | 85 | $(SOPHYAOBJP)dynccd.o: dynccd.cc \
 | 
|---|
 | 86 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 87 |   $(SOPHYAINCP)machdefs.h fmath.h \
 | 
|---|
 | 88 |   perandom.h $(SOPHYAINCP)histos.h \
 | 
|---|
| [2743] | 89 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 90 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 91 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 92 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 93 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 94 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 95 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 96 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 97 |   $(SOPHYAINCP)peida.h \
 | 
|---|
 | 98 |   $(SOPHYAINCP)utils.h \
 | 
|---|
 | 99 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
 | 100 |   $(SOPHYAINCP)fmath.h \
 | 
|---|
 | 101 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 102 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 103 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 104 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 105 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 106 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 107 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 108 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 109 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 110 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 111 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [2743] | 112 |   $(SOPHYAINCP)srandgen.h cimage.h \
 | 
|---|
| [3075] | 113 |   $(SOPHYAINCP)fioarr.h dynccd.h
 | 
|---|
| [2765] | 114 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dynccd.cc
 | 
|---|
| [2743] | 115 |  
 | 
|---|
 | 116 | $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \
 | 
|---|
 | 117 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [3007] | 118 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3075] | 119 |   fct1dfit.h generalfit.h \
 | 
|---|
 | 120 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [2743] | 121 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 122 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 123 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 124 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 125 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 126 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 127 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 128 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 129 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 130 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 131 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 132 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 133 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 134 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 135 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 136 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 137 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 138 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 139 |   generaldata.h \
 | 
|---|
 | 140 |   $(SOPHYAINCP)ntupintf.h poly.h \
 | 
|---|
 | 141 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
| [3007] | 142 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
| [3083] | 143 |   generalfunc.h nbconst.h tabmath.h
 | 
|---|
| [2765] | 144 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fct1dfit.cc
 | 
|---|
| [2743] | 145 |  
 | 
|---|
 | 146 | $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \
 | 
|---|
 | 147 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [3007] | 148 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3075] | 149 |   fct2dfit.h generalfit.h \
 | 
|---|
 | 150 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [2743] | 151 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 152 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 153 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 154 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 155 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 156 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 157 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 158 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 159 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 160 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 161 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 162 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 163 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 164 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 165 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 166 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 167 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 168 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 169 |   generaldata.h \
 | 
|---|
 | 170 |   $(SOPHYAINCP)ntupintf.h poly.h \
 | 
|---|
 | 171 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
| [3007] | 172 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
| [3083] | 173 |   generalfunc.h nbconst.h tabmath.h simps2d.h
 | 
|---|
| [2765] | 174 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fct2dfit.cc
 | 
|---|
| [2743] | 175 |  
 | 
|---|
 | 176 | $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \
 | 
|---|
| [3075] | 177 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 178 |   fftmserver.h fftservintf.h \
 | 
|---|
 | 179 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [2743] | 180 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 181 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 182 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 183 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 184 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 185 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 186 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 187 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 188 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 189 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 190 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 191 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 192 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 193 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 194 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 195 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| [2908] | 196 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
 | 197 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| [3075] | 198 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 199 |   fftmayer.h
 | 
|---|
| [2765] | 200 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftmserver.cc
 | 
|---|
| [2743] | 201 |  
 | 
|---|
 | 202 | $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \
 | 
|---|
| [3075] | 203 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 204 |   fftpserver.h fftservintf.h \
 | 
|---|
 | 205 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [2743] | 206 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 207 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 208 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 209 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 210 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 211 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 212 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 213 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 214 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 215 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 216 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 217 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 218 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 219 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 220 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 221 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| [2908] | 222 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
 | 223 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| [3075] | 224 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 225 |   fftpackc.h
 | 
|---|
| [2765] | 226 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftpserver.cc
 | 
|---|
| [2743] | 227 |  
 | 
|---|
 | 228 | $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \
 | 
|---|
| [3075] | 229 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 230 |   fftservintf.h \
 | 
|---|
| [2743] | 231 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 232 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 233 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 234 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 235 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 236 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 237 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 238 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 239 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 240 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 241 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 242 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 243 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 244 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 245 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 246 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 247 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| [2908] | 248 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
 | 249 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 250 |   $(SOPHYAINCP)tvector_tsnl.h
 | 
|---|
| [2765] | 251 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftservintf.cc
 | 
|---|
| [2743] | 252 |  
 | 
|---|
| [3007] | 253 | $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \
 | 
|---|
| [3075] | 254 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 255 |   FSAppIrrSmpl.h \
 | 
|---|
| [3007] | 256 |   $(SOPHYAINCP)machdefs.h nbmath.h \
 | 
|---|
 | 257 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 258 |   $(SOPHYAINCP)timing.h \
 | 
|---|
 | 259 |   $(SOPHYAINCP)array.h \
 | 
|---|
 | 260 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 261 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 262 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 263 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 264 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
 | 265 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 266 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 267 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 268 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 269 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 270 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 271 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 272 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 273 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 274 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 275 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 276 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [2743] | 277 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| [3007] | 278 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 279 |   $(SOPHYAINCP)matharr.h \
 | 
|---|
 | 280 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
| [3075] | 281 |   $(SOPHYAINCP)sopemtx.h \
 | 
|---|
 | 282 |   fftservintf.h fftpserver.h toeplitzMatrix.h
 | 
|---|
| [3007] | 283 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  FSAppIrrSmpl.cc
 | 
|---|
 | 284 |  
 | 
|---|
 | 285 | $(SOPHYAOBJP)functab.o: functab.cc \
 | 
|---|
 | 286 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 287 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 288 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 289 |   functab.h $(SOPHYAINCP)tvector.h \
 | 
|---|
| [3007] | 290 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| [2743] | 291 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 292 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 293 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 294 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 295 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 296 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 297 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 298 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 299 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 300 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 301 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 302 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 303 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 304 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 305 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 306 |   $(SOPHYAINCP)tvector_tsnl.h
 | 
|---|
| [2765] | 307 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  functab.cc
 | 
|---|
| [2743] | 308 |  
 | 
|---|
 | 309 | $(SOPHYAOBJP)generaldata.o: generaldata.cc \
 | 
|---|
 | 310 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 311 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3007] | 312 |   $(SOPHYAINCP)strutil.h nbtri.h \
 | 
|---|
| [3075] | 313 |   generalfit.h \
 | 
|---|
 | 314 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [2743] | 315 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 316 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 317 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 318 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 319 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 320 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 321 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 322 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 323 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 324 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 325 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 326 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 327 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 328 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 329 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 330 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 331 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 332 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 333 |   generaldata.h \
 | 
|---|
 | 334 |   $(SOPHYAINCP)ntupintf.h poly.h \
 | 
|---|
 | 335 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
| [3083] | 336 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
 | 337 |   generalfunc.h
 | 
|---|
| [2765] | 338 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generaldata.cc
 | 
|---|
| [2743] | 339 |  
 | 
|---|
 | 340 | $(SOPHYAOBJP)generalfit.o: generalfit.cc \
 | 
|---|
 | 341 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 342 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3007] | 343 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 344 |   generalfit.h \
 | 
|---|
| [2743] | 345 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 346 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 347 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 348 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 349 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 350 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 351 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 352 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 353 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 354 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 355 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 356 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 357 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 358 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 359 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 360 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 361 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 362 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 363 |   generaldata.h \
 | 
|---|
 | 364 |   $(SOPHYAINCP)ntupintf.h poly.h \
 | 
|---|
 | 365 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
| [2743] | 366 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
| [3083] | 367 |   generalfunc.h \
 | 
|---|
| [3075] | 368 |   $(SOPHYAINCP)sopemtx.h
 | 
|---|
| [2765] | 369 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generalfit.cc
 | 
|---|
| [2743] | 370 |  
 | 
|---|
| [3083] | 371 | $(SOPHYAOBJP)generalfunc.o: generalfunc.cc generalfunc.h \
 | 
|---|
 | 372 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 373 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 374 |   $(SOPHYAINCP)pexceptions.h
 | 
|---|
 | 375 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generalfunc.cc
 | 
|---|
 | 376 |  
 | 
|---|
| [3075] | 377 | $(SOPHYAOBJP)integ.o: integ.cc \
 | 
|---|
 | 378 |   $(SOPHYAINCP)sopnamsp.h integ.h \
 | 
|---|
 | 379 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3007] | 380 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 381 |   classfunc.h generalfit.h \
 | 
|---|
 | 382 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| [2743] | 383 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 384 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 385 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 386 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 387 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 388 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 389 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 390 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 391 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 392 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 393 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 394 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 395 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 396 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 397 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 398 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 399 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 400 |   generaldata.h \
 | 
|---|
 | 401 |   $(SOPHYAINCP)ntupintf.h poly.h \
 | 
|---|
 | 402 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
| [3083] | 403 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
 | 404 |   generalfunc.h
 | 
|---|
| [2765] | 405 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  integ.cc
 | 
|---|
| [2743] | 406 |  
 | 
|---|
 | 407 | $(SOPHYAOBJP)median.o: median.cc
 | 
|---|
| [2765] | 408 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  median.cc
 | 
|---|
| [2743] | 409 |  
 | 
|---|
 | 410 | $(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \
 | 
|---|
 | 411 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [3075] | 412 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 413 |   ntoolsinit.h \
 | 
|---|
| [2743] | 414 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
| [3075] | 415 |   $(SOPHYAINCP)sophyainit.h poly.h \
 | 
|---|
| [2743] | 416 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 417 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 418 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 419 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 420 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 421 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 422 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| [3075] | 423 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 424 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
 | 425 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
| [2743] | 426 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 427 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 428 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 429 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 430 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 431 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 432 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 433 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 434 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 435 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3007] | 436 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [3075] | 437 |   generaldata.h \
 | 
|---|
| [2743] | 438 |   $(SOPHYAINCP)ntupintf.h cimage.h \
 | 
|---|
| [3075] | 439 |   $(SOPHYAINCP)fioarr.h tabmath.h \
 | 
|---|
 | 440 |   nbconst.h dates.h datime.h
 | 
|---|
| [2765] | 441 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ntoolsinit.cc
 | 
|---|
| [2743] | 442 |  
 | 
|---|
 | 443 | $(SOPHYAOBJP)objfitter.o: objfitter.cc \
 | 
|---|
| [3075] | 444 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 445 |   objfitter.h \
 | 
|---|
| [2743] | 446 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 447 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 448 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 449 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 450 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 451 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 452 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 453 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 454 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 455 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 456 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 457 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 458 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 459 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 460 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 461 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 462 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| [3075] | 463 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
 | 464 |   cimage.h $(SOPHYAINCP)fioarr.h \
 | 
|---|
| [2743] | 465 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| [2908] | 466 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [2743] | 467 |   $(SOPHYAINCP)histos.h \
 | 
|---|
 | 468 |   $(SOPHYAINCP)peida.h \
 | 
|---|
 | 469 |   $(SOPHYAINCP)utils.h \
 | 
|---|
 | 470 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
 | 471 |   $(SOPHYAINCP)fmath.h \
 | 
|---|
 | 472 |   $(SOPHYAINCP)histos2.h \
 | 
|---|
| [3075] | 473 |   $(SOPHYAINCP)hisprof.h \
 | 
|---|
 | 474 |   generalfit.h generaldata.h \
 | 
|---|
 | 475 |   $(SOPHYAINCP)ntupintf.h poly.h \
 | 
|---|
| [3083] | 476 |   peida.h generalfunc.h
 | 
|---|
| [2765] | 477 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  objfitter.cc
 | 
|---|
| [2743] | 478 |  
 | 
|---|
 | 479 | $(SOPHYAOBJP)perandom.o: perandom.cc \
 | 
|---|
 | 480 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 481 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3007] | 482 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 483 |   perandom.h $(SOPHYAINCP)histos.h \
 | 
|---|
| [2743] | 484 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 485 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 486 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 487 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 488 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 489 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 490 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 491 |   $(SOPHYAINCP)peida.h \
 | 
|---|
 | 492 |   $(SOPHYAINCP)utils.h \
 | 
|---|
 | 493 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
 | 494 |   $(SOPHYAINCP)fmath.h \
 | 
|---|
 | 495 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 496 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 497 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 498 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 499 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 500 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 501 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 502 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 503 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 504 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 505 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [2743] | 506 |   $(SOPHYAINCP)srandgen.h pemath.h
 | 
|---|
| [2765] | 507 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  perandom.cc
 | 
|---|
| [2743] | 508 |  
 | 
|---|
| [3075] | 509 | $(SOPHYAOBJP)poly.o: poly.cc \
 | 
|---|
 | 510 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2743] | 511 |   $(SOPHYAINCP)machdefs.h poly.h \
 | 
|---|
 | 512 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 513 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 514 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 515 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 516 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 517 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 518 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| [3075] | 519 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 520 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
 | 521 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
| [2743] | 522 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 523 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 524 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 525 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 526 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 527 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 528 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 529 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 530 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 531 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3007] | 532 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [3075] | 533 |   linfit.h $(SOPHYAINCP)sopemtx.h \
 | 
|---|
| [2743] | 534 |   $(SOPHYAINCP)fioarr.h
 | 
|---|
| [2765] | 535 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  poly.cc
 | 
|---|
| [2743] | 536 |  
 | 
|---|
 | 537 | $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
 | 
|---|
 | 538 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [3007] | 539 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3075] | 540 |   rk4cdifeq.h difeq.h \
 | 
|---|
 | 541 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [2743] | 542 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 543 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 544 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 545 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 546 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 547 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 548 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 549 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 550 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 551 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 552 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 553 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 554 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 555 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 556 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 557 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| [2908] | 558 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
 | 559 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| [2743] | 560 |   $(SOPHYAINCP)ctimer.h
 | 
|---|
| [2765] | 561 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rk4cdifeq.cc
 | 
|---|
| [2743] | 562 |  
 | 
|---|
 | 563 | $(SOPHYAOBJP)simplesort.o: simplesort.cc \
 | 
|---|
 | 564 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [3007] | 565 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3075] | 566 |   simplesort.h peida.h \
 | 
|---|
 | 567 |   $(SOPHYAINCP)utils.h \
 | 
|---|
| [2743] | 568 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
| [3007] | 569 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 570 |   fmath.h
 | 
|---|
| [2765] | 571 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  simplesort.cc
 | 
|---|
| [2743] | 572 |  
 | 
|---|
| [3007] | 573 | $(SOPHYAOBJP)simplex.o: simplex.cc \
 | 
|---|
| [3075] | 574 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 575 |   simplex.h \
 | 
|---|
| [3007] | 576 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [2743] | 577 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 578 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 579 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 580 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 581 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 582 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| [2834] | 583 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| [2743] | 584 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 585 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 586 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 587 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 588 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 589 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 590 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| [2834] | 591 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| [2743] | 592 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2908] | 593 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 594 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| [3075] | 595 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 596 |   generalfit.h generaldata.h \
 | 
|---|
 | 597 |   $(SOPHYAINCP)ntupintf.h poly.h \
 | 
|---|
 | 598 |   peida.h $(SOPHYAINCP)utils.h \
 | 
|---|
| [2743] | 599 |   $(SOPHYAINCP)perrors.h fmath.h \
 | 
|---|
| [3083] | 600 |   generalfunc.h \
 | 
|---|
| [2743] | 601 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
 | 602 |   $(SOPHYAINCP)timing.h
 | 
|---|
| [2765] | 603 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  simplex.cc
 | 
|---|
| [2743] | 604 |  
 | 
|---|
| [3007] | 605 | $(SOPHYAOBJP)tabmath.o: tabmath.cc \
 | 
|---|
 | 606 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [3075] | 607 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 608 |   tabmath.h peida.h \
 | 
|---|
| [2743] | 609 |   $(SOPHYAINCP)utils.h \
 | 
|---|
 | 610 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
| [3007] | 611 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| [3075] | 612 |   fmath.h nbconst.h
 | 
|---|
| [2765] | 613 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tabmath.cc
 | 
|---|
| [2743] | 614 |  
 | 
|---|
| [2908] | 615 | $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \
 | 
|---|
| [3075] | 616 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 617 |   toeplitzMatrix.h \
 | 
|---|
| [2908] | 618 |   $(SOPHYAINCP)machdefs.h nbmath.h \
 | 
|---|
 | 619 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
 | 620 |   $(SOPHYAINCP)timing.h \
 | 
|---|
 | 621 |   $(SOPHYAINCP)array.h \
 | 
|---|
 | 622 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 623 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 624 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 625 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 626 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
 | 627 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 628 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 629 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 630 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 631 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 632 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 633 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 634 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 635 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 636 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 637 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 638 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
 | 639 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 640 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
 | 641 |   $(SOPHYAINCP)matharr.h \
 | 
|---|
 | 642 |   $(SOPHYAINCP)fioarr.h \
 | 
|---|
| [3075] | 643 |   $(SOPHYAINCP)sopemtx.h \
 | 
|---|
 | 644 |   fftservintf.h fftpserver.h
 | 
|---|
| [2908] | 645 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  toeplitzMatrix.cc
 | 
|---|
 | 646 |  
 | 
|---|
| [3075] | 647 | $(SOPHYAOBJP)datime.o: datime.c \
 | 
|---|
 | 648 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 649 |   $(SOPHYAINCP)strutil.h nbconst.h \
 | 
|---|
 | 650 |   datime.h
 | 
|---|
| [2765] | 651 |         $(CCOMPILE) -o $@  datime.c
 | 
|---|
| [2743] | 652 |  
 | 
|---|
 | 653 | $(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
 | 
|---|
| [3075] | 654 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 655 |   trigtbl.h
 | 
|---|
| [2765] | 656 |         $(CCOMPILE) -o $@  fftmayer_r4.c
 | 
|---|
| [2743] | 657 |  
 | 
|---|
 | 658 | $(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
 | 
|---|
| [3075] | 659 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 660 |   trigtbl.h
 | 
|---|
| [2765] | 661 |         $(CCOMPILE) -o $@  fftmayer_r8.c
 | 
|---|
| [2743] | 662 |  
 | 
|---|
 | 663 | $(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \
 | 
|---|
 | 664 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| [2765] | 665 |         $(CCOMPILE) -o $@  fftpackc.c
 | 
|---|
| [2743] | 666 |  
 | 
|---|
 | 667 | $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \
 | 
|---|
 | 668 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3075] | 669 |   $(SOPHYAINCP)smathconst.h
 | 
|---|
| [2765] | 670 |         $(CCOMPILE) -o $@  matxop.c
 | 
|---|
| [2743] | 671 |  
 | 
|---|
 | 672 | $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
 | 
|---|
 | 673 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| [3007] | 674 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| [3075] | 675 |   matxop.h nbinteg.h nbtri.h
 | 
|---|
| [2765] | 676 |         $(CCOMPILE) -o $@  nbmath.c
 | 
|---|
| [2743] | 677 |  
 | 
|---|
 | 678 | $(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \
 | 
|---|
 | 679 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| [2765] | 680 |         $(CCOMPILE) -o $@  nbtri.c
 | 
|---|
| [2743] | 681 |  
 | 
|---|