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