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