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