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