[2741] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libHiStats.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
[3879] | 6 | rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o
|
---|
[2741] | 7 | rm -f $(SOPHYALIBP)libHiStats.a
|
---|
| 8 |
|
---|
[3572] | 9 | $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o
|
---|
[2741] | 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
[2741] | 12 |
|
---|
| 13 | $(SOPHYAOBJP)basedtable.o: basedtable.cc basedtable.h \
|
---|
[3879] | 14 | $(SOPHYAINCP)machdefs.h \
|
---|
| 15 | ntupintf.h \
|
---|
[3338] | 16 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 17 | $(SOPHYAINCP)objfio.h \
|
---|
[3121] | 18 | $(SOPHYAINCP)machdefs.h \
|
---|
[2741] | 19 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 20 | $(SOPHYAINCP)ppersist.h \
|
---|
| 21 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 22 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 23 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 24 | $(SOPHYAINCP)rawstream.h \
|
---|
| 25 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 26 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 27 | $(SOPHYAINCP)timestamp.h \
|
---|
[2741] | 28 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3338] | 29 | $(SOPHYAINCP)thsafeop.h \
|
---|
[3007] | 30 | $(SOPHYAINCP)tvector.h \
|
---|
| 31 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 32 | $(SOPHYAINCP)tarray.h \
|
---|
| 33 | $(SOPHYAINCP)basarr.h \
|
---|
[3121] | 34 | $(SOPHYAINCP)dvlist.h \
|
---|
[3007] | 35 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 36 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 37 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 38 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 39 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3407] | 40 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 41 | $(SOPHYAINCP)thsafeop.h
|
---|
[2765] | 42 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc
|
---|
[2741] | 43 |
|
---|
| 44 | $(SOPHYAOBJP)datatable.o: datatable.cc datatable.h basedtable.h \
|
---|
[3879] | 45 | $(SOPHYAINCP)machdefs.h \
|
---|
| 46 | ntupintf.h \
|
---|
[3338] | 47 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 48 | $(SOPHYAINCP)objfio.h \
|
---|
[3121] | 49 | $(SOPHYAINCP)machdefs.h \
|
---|
[2741] | 50 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 51 | $(SOPHYAINCP)ppersist.h \
|
---|
| 52 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 53 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 54 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 55 | $(SOPHYAINCP)rawstream.h \
|
---|
| 56 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 57 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 58 | $(SOPHYAINCP)timestamp.h \
|
---|
[2741] | 59 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3338] | 60 | $(SOPHYAINCP)thsafeop.h \
|
---|
[3007] | 61 | $(SOPHYAINCP)tvector.h \
|
---|
| 62 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 63 | $(SOPHYAINCP)tarray.h \
|
---|
| 64 | $(SOPHYAINCP)basarr.h \
|
---|
[3121] | 65 | $(SOPHYAINCP)dvlist.h \
|
---|
[3007] | 66 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 67 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 68 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 69 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 70 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3121] | 71 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 72 | $(SOPHYAINCP)strutil.h \
|
---|
[3121] | 73 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2741] | 74 | $(SOPHYAINCP)fiosegdb.h \
|
---|
[3121] | 75 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3407] | 76 | $(SOPHYAINCP)ppftpointerio.h \
|
---|
| 77 | $(SOPHYAINCP)thsafeop.h
|
---|
[2765] | 78 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc
|
---|
[2741] | 79 |
|
---|
| 80 | $(SOPHYAOBJP)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \
|
---|
[3879] | 81 | $(SOPHYAINCP)machdefs.h \
|
---|
| 82 | ntupintf.h \
|
---|
[3338] | 83 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 84 | $(SOPHYAINCP)objfio.h \
|
---|
[3121] | 85 | $(SOPHYAINCP)machdefs.h \
|
---|
[2741] | 86 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 87 | $(SOPHYAINCP)ppersist.h \
|
---|
| 88 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 89 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 90 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 91 | $(SOPHYAINCP)rawstream.h \
|
---|
| 92 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 93 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 94 | $(SOPHYAINCP)timestamp.h \
|
---|
| 95 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3338] | 96 | $(SOPHYAINCP)thsafeop.h \
|
---|
[3007] | 97 | $(SOPHYAINCP)tvector.h \
|
---|
| 98 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 99 | $(SOPHYAINCP)tarray.h \
|
---|
| 100 | $(SOPHYAINCP)basarr.h \
|
---|
[3121] | 101 | $(SOPHYAINCP)dvlist.h \
|
---|
[3007] | 102 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 103 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 104 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 105 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 106 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3879] | 107 | $(SOPHYAINCP)objfio.h \
|
---|
| 108 | swppfdtable.h \
|
---|
[2741] | 109 | $(SOPHYAINCP)swsegdb.h \
|
---|
[3121] | 110 | $(SOPHYAINCP)segdatablock.h \
|
---|
[2741] | 111 | $(SOPHYAINCP)ppfswapper.h \
|
---|
[3121] | 112 | $(SOPHYAINCP)swsegdb.h \
|
---|
[2741] | 113 | $(SOPHYAINCP)ppftpointerio.h \
|
---|
[3121] | 114 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2741] | 115 | $(SOPHYAINCP)fiosegdb.h
|
---|
[2765] | 116 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc
|
---|
[2741] | 117 |
|
---|
[3879] | 118 | $(SOPHYAOBJP)hisprof.o: hisprof.cc \
|
---|
[3121] | 119 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 120 | hisprof.h \
|
---|
| 121 | $(SOPHYAINCP)peida.h \
|
---|
| 122 | $(SOPHYAINCP)machdefs.h \
|
---|
[2741] | 123 | $(SOPHYAINCP)utils.h \
|
---|
| 124 | $(SOPHYAINCP)perrors.h \
|
---|
| 125 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 126 | $(SOPHYAINCP)fmath.h \
|
---|
| 127 | $(SOPHYAINCP)tvector.h \
|
---|
| 128 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 129 | $(SOPHYAINCP)tarray.h \
|
---|
| 130 | $(SOPHYAINCP)basarr.h \
|
---|
| 131 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 132 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 133 | $(SOPHYAINCP)timestamp.h \
|
---|
[2741] | 134 | $(SOPHYAINCP)objfio.h \
|
---|
| 135 | $(SOPHYAINCP)ppersist.h \
|
---|
| 136 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 137 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 138 | $(SOPHYAINCP)rawstream.h \
|
---|
| 139 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 140 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 141 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 142 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 143 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 144 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 145 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3879] | 146 | $(SOPHYAINCP)ppersist.h \
|
---|
| 147 | histos.h \
|
---|
[3121] | 148 | $(SOPHYAINCP)objfio.h \
|
---|
| 149 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 150 | $(SOPHYAINCP)perrors.h
|
---|
[2765] | 151 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc
|
---|
[2741] | 152 |
|
---|
[3879] | 153 | $(SOPHYAOBJP)hist2err.o: hist2err.cc \
|
---|
| 154 | $(SOPHYAINCP)machdefs.h \
|
---|
[3121] | 155 | $(SOPHYAINCP)perrors.h \
|
---|
| 156 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 157 | $(SOPHYAINCP)machdefs.h \
|
---|
| 158 | $(SOPHYAINCP)fioarr.h \
|
---|
| 159 | $(SOPHYAINCP)tarray.h \
|
---|
| 160 | $(SOPHYAINCP)basarr.h \
|
---|
| 161 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 162 | $(SOPHYAINCP)mutyv.h \
|
---|
| 163 | $(SOPHYAINCP)timestamp.h \
|
---|
| 164 | $(SOPHYAINCP)objfio.h \
|
---|
| 165 | $(SOPHYAINCP)ppersist.h \
|
---|
| 166 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 167 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 168 | $(SOPHYAINCP)rawstream.h \
|
---|
| 169 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 170 | $(SOPHYAINCP)dvlist.h \
|
---|
| 171 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 172 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 173 | $(SOPHYAINCP)randinterf.h \
|
---|
[3121] | 174 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 175 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 176 | $(SOPHYAINCP)tvector.h \
|
---|
[3879] | 177 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 178 | hist2err.h \
|
---|
[3338] | 179 | $(SOPHYAINCP)objfio.h \
|
---|
[3121] | 180 | $(SOPHYAINCP)tmatrix.h
|
---|
| 181 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hist2err.cc
|
---|
| 182 |
|
---|
[3879] | 183 | $(SOPHYAOBJP)histerr.o: histerr.cc \
|
---|
| 184 | $(SOPHYAINCP)machdefs.h \
|
---|
[3123] | 185 | $(SOPHYAINCP)perrors.h \
|
---|
| 186 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3121] | 187 | $(SOPHYAINCP)machdefs.h \
|
---|
[3123] | 188 | $(SOPHYAINCP)fioarr.h \
|
---|
| 189 | $(SOPHYAINCP)tarray.h \
|
---|
| 190 | $(SOPHYAINCP)basarr.h \
|
---|
[2741] | 191 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3123] | 192 | $(SOPHYAINCP)mutyv.h \
|
---|
| 193 | $(SOPHYAINCP)timestamp.h \
|
---|
| 194 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 195 | $(SOPHYAINCP)ppersist.h \
|
---|
| 196 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 197 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 198 | $(SOPHYAINCP)rawstream.h \
|
---|
[3074] | 199 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2741] | 200 | $(SOPHYAINCP)dvlist.h \
|
---|
| 201 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 202 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 203 | $(SOPHYAINCP)randinterf.h \
|
---|
[3123] | 204 | $(SOPHYAINCP)tmatrix.h \
|
---|
[3007] | 205 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3123] | 206 | $(SOPHYAINCP)tvector.h \
|
---|
[3879] | 207 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 208 | histerr.h \
|
---|
[3338] | 209 | $(SOPHYAINCP)objfio.h \
|
---|
[3123] | 210 | $(SOPHYAINCP)tvector.h
|
---|
[2765] | 211 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc
|
---|
[2741] | 212 |
|
---|
[3879] | 213 | $(SOPHYAOBJP)histinit.o: histinit.cc \
|
---|
| 214 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 215 | $(SOPHYAINCP)machdefs.h \
|
---|
| 216 | histinit.h \
|
---|
[2741] | 217 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 218 | $(SOPHYAINCP)tarrinit.h \
|
---|
[3007] | 219 | $(SOPHYAINCP)sophyainit.h \
|
---|
[3879] | 220 | $(SOPHYAINCP)machdefs.h \
|
---|
| 221 | histos.h \
|
---|
[3121] | 222 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 223 | $(SOPHYAINCP)anydataobj.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)peida.h \
|
---|
| 231 | $(SOPHYAINCP)utils.h \
|
---|
| 232 | $(SOPHYAINCP)perrors.h \
|
---|
| 233 | $(SOPHYAINCP)fmath.h \
|
---|
| 234 | $(SOPHYAINCP)tvector.h \
|
---|
| 235 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 236 | $(SOPHYAINCP)tarray.h \
|
---|
| 237 | $(SOPHYAINCP)basarr.h \
|
---|
| 238 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 239 | $(SOPHYAINCP)timestamp.h \
|
---|
[3121] | 240 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 241 | $(SOPHYAINCP)dvlist.h \
|
---|
| 242 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 243 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 244 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 245 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 246 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3121] | 247 | $(SOPHYAINCP)ppersist.h \
|
---|
[3879] | 248 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 249 | histos2.h \
|
---|
| 250 | $(SOPHYAINCP)utils.h \
|
---|
| 251 | hisprof.h histerr.h hist2err.h \
|
---|
| 252 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 253 | ntuple.h ntupintf.h \
|
---|
| 254 | $(SOPHYAINCP)dvlist.h \
|
---|
| 255 | datatable.h basedtable.h \
|
---|
| 256 | $(SOPHYAINCP)segdatablock.h \
|
---|
| 257 | $(SOPHYAINCP)thsafeop.h \
|
---|
| 258 | swppfdtable.h \
|
---|
[2741] | 259 | $(SOPHYAINCP)swsegdb.h \
|
---|
[3121] | 260 | $(SOPHYAINCP)segdatablock.h \
|
---|
[2741] | 261 | $(SOPHYAINCP)ppfswapper.h \
|
---|
[3121] | 262 | $(SOPHYAINCP)swsegdb.h \
|
---|
[2741] | 263 | $(SOPHYAINCP)ppftpointerio.h
|
---|
[2765] | 264 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc
|
---|
[2741] | 265 |
|
---|
[3879] | 266 | $(SOPHYAOBJP)histos2.o: histos2.cc \
|
---|
[3007] | 267 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 268 | histos2.h \
|
---|
| 269 | $(SOPHYAINCP)peida.h \
|
---|
| 270 | $(SOPHYAINCP)machdefs.h \
|
---|
| 271 | $(SOPHYAINCP)utils.h \
|
---|
| 272 | $(SOPHYAINCP)perrors.h \
|
---|
| 273 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 274 | $(SOPHYAINCP)fmath.h \
|
---|
| 275 | $(SOPHYAINCP)utils.h histos.h \
|
---|
| 276 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 277 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 278 | $(SOPHYAINCP)ppersist.h \
|
---|
| 279 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 280 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 281 | $(SOPHYAINCP)rawstream.h \
|
---|
| 282 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 283 | $(SOPHYAINCP)tvector.h \
|
---|
| 284 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 285 | $(SOPHYAINCP)tarray.h \
|
---|
| 286 | $(SOPHYAINCP)basarr.h \
|
---|
| 287 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 288 | $(SOPHYAINCP)timestamp.h \
|
---|
[3121] | 289 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 290 | $(SOPHYAINCP)dvlist.h \
|
---|
| 291 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2765] | 292 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 293 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 294 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3121] | 295 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 296 | $(SOPHYAINCP)ppersist.h \
|
---|
[3879] | 297 | $(SOPHYAINCP)anydataobj.h
|
---|
| 298 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc
|
---|
[2741] | 299 |
|
---|
[3879] | 300 | $(SOPHYAOBJP)histos.o: histos.cc \
|
---|
[3338] | 301 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 302 | histos.h \
|
---|
[2741] | 303 | $(SOPHYAINCP)objfio.h \
|
---|
[3879] | 304 | $(SOPHYAINCP)machdefs.h \
|
---|
[2741] | 305 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 306 | $(SOPHYAINCP)ppersist.h \
|
---|
[3879] | 307 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2741] | 308 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 309 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 310 | $(SOPHYAINCP)rawstream.h \
|
---|
| 311 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3879] | 312 | $(SOPHYAINCP)peida.h \
|
---|
| 313 | $(SOPHYAINCP)utils.h \
|
---|
| 314 | $(SOPHYAINCP)perrors.h \
|
---|
| 315 | $(SOPHYAINCP)fmath.h \
|
---|
[2741] | 316 | $(SOPHYAINCP)tvector.h \
|
---|
| 317 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 318 | $(SOPHYAINCP)tarray.h \
|
---|
| 319 | $(SOPHYAINCP)basarr.h \
|
---|
| 320 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 321 | $(SOPHYAINCP)timestamp.h \
|
---|
[3121] | 322 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 323 | $(SOPHYAINCP)dvlist.h \
|
---|
| 324 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 325 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 326 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 327 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 328 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[3121] | 329 | $(SOPHYAINCP)ppersist.h \
|
---|
[3879] | 330 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 331 | $(SOPHYAINCP)perrors.h \
|
---|
| 332 | $(SOPHYAINCP)poly.h \
|
---|
| 333 | $(SOPHYAINCP)peida.h \
|
---|
| 334 | $(SOPHYAINCP)tvector.h \
|
---|
| 335 | $(SOPHYAINCP)strutil.h
|
---|
| 336 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc
|
---|
[2741] | 337 |
|
---|
[3879] | 338 | $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \
|
---|
| 339 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 340 | ntupintf.h \
|
---|
| 341 | $(SOPHYAINCP)machdefs.h \
|
---|
[3121] | 342 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 343 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 344 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc
|
---|
[2741] | 345 |
|
---|
[3879] | 346 | $(SOPHYAOBJP)ntuple.o: ntuple.cc \
|
---|
| 347 | $(SOPHYAINCP)strutil.h \
|
---|
[2741] | 348 | $(SOPHYAINCP)perrors.h \
|
---|
| 349 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3879] | 350 | $(SOPHYAINCP)machdefs.h \
|
---|
| 351 | ntuple.h \
|
---|
[2741] | 352 | $(SOPHYAINCP)objfio.h \
|
---|
| 353 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 354 | $(SOPHYAINCP)ppersist.h \
|
---|
| 355 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 356 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 357 | $(SOPHYAINCP)rawstream.h \
|
---|
[3879] | 358 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 359 | ntupintf.h \
|
---|
[3121] | 360 | $(SOPHYAINCP)machdefs.h \
|
---|
| 361 | $(SOPHYAINCP)ppersist.h \
|
---|
| 362 | $(SOPHYAINCP)dvlist.h \
|
---|
| 363 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 364 | $(SOPHYAINCP)mutyv.h \
|
---|
[3407] | 365 | $(SOPHYAINCP)timestamp.h \
|
---|
| 366 | $(SOPHYAINCP)thsafeop.h
|
---|
[2765] | 367 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntuple.cc
|
---|
[2741] | 368 |
|
---|
[3879] | 369 | $(SOPHYAOBJP)proxtuple.o: proxtuple.cc \
|
---|
| 370 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 371 | proxtuple.h ntuple.h \
|
---|
| 372 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 373 | $(SOPHYAINCP)machdefs.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 \
|
---|
[3879] | 380 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 381 | ntupintf.h \
|
---|
[3121] | 382 | $(SOPHYAINCP)machdefs.h \
|
---|
| 383 | $(SOPHYAINCP)ppersist.h \
|
---|
| 384 | $(SOPHYAINCP)dvlist.h \
|
---|
| 385 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 386 | $(SOPHYAINCP)mutyv.h \
|
---|
| 387 | $(SOPHYAINCP)timestamp.h
|
---|
[2765] | 388 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ proxtuple.cc
|
---|
[2741] | 389 |
|
---|
| 390 | $(SOPHYAOBJP)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \
|
---|
[3879] | 391 | $(SOPHYAINCP)machdefs.h \
|
---|
| 392 | ntupintf.h \
|
---|
[3338] | 393 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 394 | $(SOPHYAINCP)objfio.h \
|
---|
[3121] | 395 | $(SOPHYAINCP)machdefs.h \
|
---|
[2741] | 396 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 397 | $(SOPHYAINCP)ppersist.h \
|
---|
| 398 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 399 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 400 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 401 | $(SOPHYAINCP)rawstream.h \
|
---|
| 402 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 403 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 404 | $(SOPHYAINCP)timestamp.h \
|
---|
[2741] | 405 | $(SOPHYAINCP)segdatablock.h \
|
---|
[3338] | 406 | $(SOPHYAINCP)thsafeop.h \
|
---|
[3007] | 407 | $(SOPHYAINCP)tvector.h \
|
---|
| 408 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 409 | $(SOPHYAINCP)tarray.h \
|
---|
| 410 | $(SOPHYAINCP)basarr.h \
|
---|
[3121] | 411 | $(SOPHYAINCP)dvlist.h \
|
---|
[3007] | 412 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 413 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 414 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 415 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 416 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[2741] | 417 | $(SOPHYAINCP)swsegdb.h \
|
---|
[3121] | 418 | $(SOPHYAINCP)segdatablock.h \
|
---|
[2741] | 419 | $(SOPHYAINCP)ppfswapper.h \
|
---|
[3121] | 420 | $(SOPHYAINCP)swsegdb.h \
|
---|
[2741] | 421 | $(SOPHYAINCP)ppftpointerio.h \
|
---|
[3121] | 422 | $(SOPHYAINCP)objfio.h \
|
---|
[3407] | 423 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 424 | $(SOPHYAINCP)thsafeop.h
|
---|
[2765] | 425 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc
|
---|
[2741] | 426 |
|
---|