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