[2741] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libHiStats.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
[2765] | 6 | rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o
|
---|
[2741] | 7 | rm -f $(SOPHYALIBP)libHiStats.a
|
---|
| 8 |
|
---|
[2765] | 9 | $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.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 \
|
---|
[2765] | 14 | $(SOPHYAINCP)machdefs.h ntupintf.h \
|
---|
| 15 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 16 | $(SOPHYAINCP)objfio.h \
|
---|
| 17 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 18 | $(SOPHYAINCP)ppersist.h \
|
---|
| 19 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 20 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 21 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 22 | $(SOPHYAINCP)rawstream.h \
|
---|
| 23 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 24 | $(SOPHYAINCP)mutyv.h \
|
---|
| 25 | $(SOPHYAINCP)segdatablock.h \
|
---|
| 26 | $(SOPHYAINCP)sopnamsp.h
|
---|
[2765] | 27 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc
|
---|
[2741] | 28 |
|
---|
| 29 | $(SOPHYAOBJP)datatable.o: datatable.cc datatable.h basedtable.h \
|
---|
[2765] | 30 | $(SOPHYAINCP)machdefs.h ntupintf.h \
|
---|
| 31 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 32 | $(SOPHYAINCP)objfio.h \
|
---|
| 33 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 34 | $(SOPHYAINCP)ppersist.h \
|
---|
| 35 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 36 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 37 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 38 | $(SOPHYAINCP)rawstream.h \
|
---|
| 39 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 40 | $(SOPHYAINCP)mutyv.h \
|
---|
| 41 | $(SOPHYAINCP)segdatablock.h \
|
---|
| 42 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 43 | $(SOPHYAINCP)strutil.h \
|
---|
| 44 | $(SOPHYAINCP)fiosegdb.h \
|
---|
| 45 | $(SOPHYAINCP)ppftpointerio.h
|
---|
[2765] | 46 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc
|
---|
[2741] | 47 |
|
---|
| 48 | $(SOPHYAOBJP)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \
|
---|
[2765] | 49 | $(SOPHYAINCP)machdefs.h ntupintf.h \
|
---|
| 50 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 51 | $(SOPHYAINCP)objfio.h \
|
---|
| 52 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 53 | $(SOPHYAINCP)ppersist.h \
|
---|
| 54 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 55 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 56 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 57 | $(SOPHYAINCP)rawstream.h \
|
---|
| 58 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 59 | $(SOPHYAINCP)mutyv.h \
|
---|
[2765] | 60 | $(SOPHYAINCP)segdatablock.h swppfdtable.h \
|
---|
[2741] | 61 | $(SOPHYAINCP)swsegdb.h \
|
---|
| 62 | $(SOPHYAINCP)ppfswapper.h \
|
---|
| 63 | $(SOPHYAINCP)ppftpointerio.h \
|
---|
| 64 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 65 | $(SOPHYAINCP)fiosegdb.h
|
---|
[2765] | 66 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc
|
---|
[2741] | 67 |
|
---|
[2765] | 68 | $(SOPHYAOBJP)hisprof.o: hisprof.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 69 | $(SOPHYAINCP)machdefs.h hisprof.h \
|
---|
| 70 | $(SOPHYAINCP)peida.h \
|
---|
[2741] | 71 | $(SOPHYAINCP)utils.h \
|
---|
| 72 | $(SOPHYAINCP)perrors.h \
|
---|
| 73 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 74 | $(SOPHYAINCP)fmath.h \
|
---|
| 75 | $(SOPHYAINCP)tvector.h \
|
---|
| 76 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 77 | $(SOPHYAINCP)tarray.h \
|
---|
| 78 | $(SOPHYAINCP)basarr.h \
|
---|
| 79 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 80 | $(SOPHYAINCP)mutyv.h \
|
---|
| 81 | $(SOPHYAINCP)dvlist.h \
|
---|
| 82 | $(SOPHYAINCP)objfio.h \
|
---|
| 83 | $(SOPHYAINCP)ppersist.h \
|
---|
| 84 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 85 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 86 | $(SOPHYAINCP)rawstream.h \
|
---|
| 87 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 88 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 89 | $(SOPHYAINCP)utilarr.h histos.h
|
---|
[2765] | 90 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc
|
---|
[2741] | 91 |
|
---|
[2765] | 92 | $(SOPHYAOBJP)histerr.o: histerr.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 93 | $(SOPHYAINCP)machdefs.h histinit.h \
|
---|
[2741] | 94 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 95 | $(SOPHYAINCP)tarrinit.h \
|
---|
[2765] | 96 | $(SOPHYAINCP)sophyainit.h histerr.h \
|
---|
| 97 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 98 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 99 | $(SOPHYAINCP)ppersist.h \
|
---|
| 100 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 101 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 102 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 103 | $(SOPHYAINCP)rawstream.h \
|
---|
[2765] | 104 | $(SOPHYAINCP)ppfnametag.h histos.h \
|
---|
| 105 | $(SOPHYAINCP)peida.h \
|
---|
[2741] | 106 | $(SOPHYAINCP)utils.h \
|
---|
| 107 | $(SOPHYAINCP)perrors.h \
|
---|
| 108 | $(SOPHYAINCP)fmath.h \
|
---|
| 109 | $(SOPHYAINCP)tvector.h \
|
---|
| 110 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 111 | $(SOPHYAINCP)tarray.h \
|
---|
| 112 | $(SOPHYAINCP)basarr.h \
|
---|
| 113 | $(SOPHYAINCP)mutyv.h \
|
---|
| 114 | $(SOPHYAINCP)dvlist.h \
|
---|
| 115 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 116 | $(SOPHYAINCP)utilarr.h
|
---|
[2765] | 117 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc
|
---|
[2741] | 118 |
|
---|
| 119 | $(SOPHYAOBJP)histinit.o: histinit.cc \
|
---|
| 120 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2765] | 121 | $(SOPHYAINCP)machdefs.h histinit.h \
|
---|
[2741] | 122 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 123 | $(SOPHYAINCP)tarrinit.h \
|
---|
[2765] | 124 | $(SOPHYAINCP)sophyainit.h histos.h \
|
---|
| 125 | $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 126 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 127 | $(SOPHYAINCP)ppersist.h \
|
---|
| 128 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 129 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 130 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 131 | $(SOPHYAINCP)rawstream.h \
|
---|
| 132 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 133 | $(SOPHYAINCP)peida.h \
|
---|
| 134 | $(SOPHYAINCP)utils.h \
|
---|
| 135 | $(SOPHYAINCP)perrors.h \
|
---|
| 136 | $(SOPHYAINCP)fmath.h \
|
---|
| 137 | $(SOPHYAINCP)tvector.h \
|
---|
| 138 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 139 | $(SOPHYAINCP)tarray.h \
|
---|
| 140 | $(SOPHYAINCP)basarr.h \
|
---|
| 141 | $(SOPHYAINCP)mutyv.h \
|
---|
| 142 | $(SOPHYAINCP)dvlist.h \
|
---|
| 143 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2765] | 144 | $(SOPHYAINCP)utilarr.h histos2.h hisprof.h \
|
---|
| 145 | histerr.h ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \
|
---|
| 146 | $(SOPHYAINCP)segdatablock.h swppfdtable.h \
|
---|
[2741] | 147 | $(SOPHYAINCP)swsegdb.h \
|
---|
| 148 | $(SOPHYAINCP)ppfswapper.h \
|
---|
| 149 | $(SOPHYAINCP)ppftpointerio.h
|
---|
[2765] | 150 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc
|
---|
[2741] | 151 |
|
---|
[2765] | 152 | $(SOPHYAOBJP)histos.o: histos.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 153 | $(SOPHYAINCP)machdefs.h histos.h \
|
---|
[2741] | 154 | $(SOPHYAINCP)objfio.h \
|
---|
| 155 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 156 | $(SOPHYAINCP)ppersist.h \
|
---|
[2765] | 157 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2741] | 158 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 159 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 160 | $(SOPHYAINCP)rawstream.h \
|
---|
| 161 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2765] | 162 | $(SOPHYAINCP)peida.h \
|
---|
| 163 | $(SOPHYAINCP)utils.h \
|
---|
| 164 | $(SOPHYAINCP)perrors.h \
|
---|
| 165 | $(SOPHYAINCP)fmath.h \
|
---|
[2741] | 166 | $(SOPHYAINCP)tvector.h \
|
---|
| 167 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 168 | $(SOPHYAINCP)tarray.h \
|
---|
| 169 | $(SOPHYAINCP)basarr.h \
|
---|
| 170 | $(SOPHYAINCP)mutyv.h \
|
---|
| 171 | $(SOPHYAINCP)dvlist.h \
|
---|
| 172 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2765] | 173 | $(SOPHYAINCP)utilarr.h \
|
---|
| 174 | $(SOPHYAINCP)poly.h \
|
---|
| 175 | $(SOPHYAINCP)strutil.h
|
---|
| 176 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc
|
---|
[2741] | 177 |
|
---|
[2765] | 178 | $(SOPHYAOBJP)histos2.o: histos2.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 179 | $(SOPHYAINCP)machdefs.h histos2.h \
|
---|
| 180 | $(SOPHYAINCP)peida.h \
|
---|
| 181 | $(SOPHYAINCP)utils.h \
|
---|
| 182 | $(SOPHYAINCP)perrors.h \
|
---|
| 183 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 184 | $(SOPHYAINCP)fmath.h histos.h \
|
---|
[2741] | 185 | $(SOPHYAINCP)objfio.h \
|
---|
| 186 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 187 | $(SOPHYAINCP)ppersist.h \
|
---|
| 188 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 189 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 190 | $(SOPHYAINCP)rawstream.h \
|
---|
| 191 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 192 | $(SOPHYAINCP)tvector.h \
|
---|
| 193 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 194 | $(SOPHYAINCP)tarray.h \
|
---|
| 195 | $(SOPHYAINCP)basarr.h \
|
---|
| 196 | $(SOPHYAINCP)mutyv.h \
|
---|
| 197 | $(SOPHYAINCP)dvlist.h \
|
---|
| 198 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2765] | 199 | $(SOPHYAINCP)utilarr.h
|
---|
| 200 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc
|
---|
[2741] | 201 |
|
---|
| 202 | $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \
|
---|
[2765] | 203 | $(SOPHYAINCP)sopnamsp.h ntupintf.h \
|
---|
[2741] | 204 | $(SOPHYAINCP)machdefs.h \
|
---|
| 205 | $(SOPHYAINCP)pexceptions.h
|
---|
[2765] | 206 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc
|
---|
[2741] | 207 |
|
---|
[2765] | 208 | $(SOPHYAOBJP)ntuple.o: ntuple.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2741] | 209 | $(SOPHYAINCP)strutil.h \
|
---|
| 210 | $(SOPHYAINCP)perrors.h \
|
---|
| 211 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 212 | $(SOPHYAINCP)machdefs.h ntuple.h \
|
---|
| 213 | $(SOPHYAINCP)objfio.h \
|
---|
| 214 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 215 | $(SOPHYAINCP)ppersist.h \
|
---|
| 216 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 217 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 218 | $(SOPHYAINCP)rawstream.h \
|
---|
[2765] | 219 | $(SOPHYAINCP)ppfnametag.h ntupintf.h \
|
---|
| 220 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 221 | $(SOPHYAINCP)mutyv.h
|
---|
[2765] | 222 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntuple.cc
|
---|
[2741] | 223 |
|
---|
| 224 | $(SOPHYAOBJP)proxtuple.o: proxtuple.cc \
|
---|
[2765] | 225 | $(SOPHYAINCP)sopnamsp.h proxtuple.h \
|
---|
| 226 | ntuple.h $(SOPHYAINCP)objfio.h \
|
---|
[2741] | 227 | $(SOPHYAINCP)machdefs.h \
|
---|
| 228 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 229 | $(SOPHYAINCP)ppersist.h \
|
---|
| 230 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 231 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 232 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 233 | $(SOPHYAINCP)rawstream.h \
|
---|
[2765] | 234 | $(SOPHYAINCP)ppfnametag.h ntupintf.h \
|
---|
| 235 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 236 | $(SOPHYAINCP)mutyv.h
|
---|
[2765] | 237 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ proxtuple.cc
|
---|
[2741] | 238 |
|
---|
| 239 | $(SOPHYAOBJP)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \
|
---|
[2765] | 240 | $(SOPHYAINCP)machdefs.h ntupintf.h \
|
---|
| 241 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 242 | $(SOPHYAINCP)objfio.h \
|
---|
| 243 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 244 | $(SOPHYAINCP)ppersist.h \
|
---|
| 245 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 246 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 247 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 248 | $(SOPHYAINCP)rawstream.h \
|
---|
| 249 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 250 | $(SOPHYAINCP)mutyv.h \
|
---|
| 251 | $(SOPHYAINCP)segdatablock.h \
|
---|
| 252 | $(SOPHYAINCP)swsegdb.h \
|
---|
| 253 | $(SOPHYAINCP)ppfswapper.h \
|
---|
| 254 | $(SOPHYAINCP)ppftpointerio.h \
|
---|
| 255 | $(SOPHYAINCP)sopnamsp.h
|
---|
[2765] | 256 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc
|
---|
[2741] | 257 |
|
---|
[2765] | 258 | $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2741] | 259 | $(SOPHYAINCP)ppersist.h \
|
---|
| 260 | $(SOPHYAINCP)machdefs.h \
|
---|
| 261 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 262 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 263 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 264 | $(SOPHYAINCP)rawstream.h \
|
---|
| 265 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2765] | 266 | $(SOPHYAINCP)perrors.h xntuple.h ntupintf.h \
|
---|
| 267 | $(SOPHYAINCP)dvlist.h \
|
---|
[2741] | 268 | $(SOPHYAINCP)objfio.h \
|
---|
| 269 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 270 | $(SOPHYAINCP)mutyv.h
|
---|
[2765] | 271 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc
|
---|
[2741] | 272 |
|
---|