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