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