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