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