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