| [763] | 1 | include ../Mgr/Makefile.h
|
|---|
| 2 |
|
|---|
| 3 | all: $(LIB)libHiStats.a
|
|---|
| 4 | clean:
|
|---|
| [2612] | 5 | rm -f $(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)xntuple.o
|
|---|
| [763] | 6 | rm -f $(LIB)libHiStats.a
|
|---|
| [2612] | 7 | $(LIB)libHiStats.a : $(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)xntuple.o
|
|---|
| [1837] | 8 | $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
|
|---|
| [763] | 9 | ifeq ($(CXX),cxx)
|
|---|
| [824] | 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
|---|
| [763] | 11 | endif
|
|---|
| 12 |
|
|---|
| [1118] | 13 | $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \
|
|---|
| 14 | hisprof.h $(INC)peida.h \
|
|---|
| [824] | 15 | $(INC)utils.h \
|
|---|
| 16 | $(INC)perrors.h \
|
|---|
| 17 | $(INC)pexceptions.h \
|
|---|
| 18 | $(INC)fmath.h \
|
|---|
| 19 | $(INC)tvector.h \
|
|---|
| 20 | $(INC)tmatrix.h \
|
|---|
| 21 | $(INC)tarray.h \
|
|---|
| 22 | $(INC)basarr.h \
|
|---|
| 23 | $(INC)anydataobj.h \
|
|---|
| [1109] | 24 | $(INC)mutyv.h \
|
|---|
| [824] | 25 | $(INC)dvlist.h \
|
|---|
| 26 | $(INC)objfio.h \
|
|---|
| 27 | $(INC)ppersist.h \
|
|---|
| 28 | $(INC)gnumd5.h \
|
|---|
| [2612] | 29 | $(INC)ppfbinstream.h \
|
|---|
| 30 | $(INC)rawstream.h \
|
|---|
| 31 | $(INC)ppfnametag.h \
|
|---|
| [824] | 32 | $(INC)ndatablock.h \
|
|---|
| 33 | $(INC)utilarr.h histos.h
|
|---|
| [2612] | 34 | $(OBJ)histerr.o: histerr.cc $(INC)machdefs.h \
|
|---|
| 35 | histinit.h $(INC)ntoolsinit.h \
|
|---|
| 36 | $(INC)tarrinit.h \
|
|---|
| 37 | $(INC)sophyainit.h histerr.h \
|
|---|
| 38 | $(INC)objfio.h \
|
|---|
| 39 | $(INC)anydataobj.h \
|
|---|
| 40 | $(INC)ppersist.h \
|
|---|
| 41 | $(INC)pexceptions.h \
|
|---|
| 42 | $(INC)gnumd5.h \
|
|---|
| 43 | $(INC)ppfbinstream.h \
|
|---|
| 44 | $(INC)rawstream.h \
|
|---|
| 45 | $(INC)ppfnametag.h histos.h \
|
|---|
| 46 | $(INC)peida.h \
|
|---|
| 47 | $(INC)utils.h \
|
|---|
| 48 | $(INC)perrors.h \
|
|---|
| 49 | $(INC)fmath.h \
|
|---|
| 50 | $(INC)tvector.h \
|
|---|
| 51 | $(INC)tmatrix.h \
|
|---|
| 52 | $(INC)tarray.h \
|
|---|
| 53 | $(INC)basarr.h \
|
|---|
| 54 | $(INC)mutyv.h \
|
|---|
| 55 | $(INC)dvlist.h \
|
|---|
| 56 | $(INC)ndatablock.h \
|
|---|
| 57 | $(INC)utilarr.h
|
|---|
| [1118] | 58 | $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \
|
|---|
| 59 | histinit.h $(INC)ntoolsinit.h \
|
|---|
| [824] | 60 | $(INC)tarrinit.h \
|
|---|
| 61 | $(INC)sophyainit.h histos.h \
|
|---|
| 62 | $(INC)objfio.h \
|
|---|
| 63 | $(INC)anydataobj.h \
|
|---|
| 64 | $(INC)ppersist.h \
|
|---|
| 65 | $(INC)pexceptions.h \
|
|---|
| 66 | $(INC)gnumd5.h \
|
|---|
| [2612] | 67 | $(INC)ppfbinstream.h \
|
|---|
| 68 | $(INC)rawstream.h \
|
|---|
| 69 | $(INC)ppfnametag.h \
|
|---|
| [824] | 70 | $(INC)peida.h \
|
|---|
| 71 | $(INC)utils.h \
|
|---|
| 72 | $(INC)perrors.h \
|
|---|
| 73 | $(INC)fmath.h \
|
|---|
| 74 | $(INC)tvector.h \
|
|---|
| 75 | $(INC)tmatrix.h \
|
|---|
| 76 | $(INC)tarray.h \
|
|---|
| 77 | $(INC)basarr.h \
|
|---|
| [1109] | 78 | $(INC)mutyv.h \
|
|---|
| [824] | 79 | $(INC)dvlist.h \
|
|---|
| 80 | $(INC)ndatablock.h \
|
|---|
| [2612] | 81 | $(INC)utilarr.h histos2.h hisprof.h \
|
|---|
| 82 | histerr.h ntuple.h ntupintf.h xntuple.h
|
|---|
| [1118] | 83 | $(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \
|
|---|
| [824] | 84 | $(INC)objfio.h \
|
|---|
| 85 | $(INC)anydataobj.h \
|
|---|
| 86 | $(INC)ppersist.h \
|
|---|
| 87 | $(INC)pexceptions.h \
|
|---|
| 88 | $(INC)gnumd5.h \
|
|---|
| [2612] | 89 | $(INC)ppfbinstream.h \
|
|---|
| 90 | $(INC)rawstream.h \
|
|---|
| 91 | $(INC)ppfnametag.h \
|
|---|
| [824] | 92 | $(INC)peida.h \
|
|---|
| 93 | $(INC)utils.h \
|
|---|
| 94 | $(INC)perrors.h \
|
|---|
| 95 | $(INC)fmath.h \
|
|---|
| 96 | $(INC)tvector.h \
|
|---|
| 97 | $(INC)tmatrix.h \
|
|---|
| 98 | $(INC)tarray.h \
|
|---|
| 99 | $(INC)basarr.h \
|
|---|
| [1109] | 100 | $(INC)mutyv.h \
|
|---|
| [824] | 101 | $(INC)dvlist.h \
|
|---|
| 102 | $(INC)ndatablock.h \
|
|---|
| 103 | $(INC)utilarr.h \
|
|---|
| 104 | $(INC)poly.h \
|
|---|
| [1109] | 105 | $(INC)strutil.h
|
|---|
| [1118] | 106 | $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
|
|---|
| 107 | histos2.h $(INC)peida.h \
|
|---|
| [824] | 108 | $(INC)utils.h \
|
|---|
| 109 | $(INC)perrors.h \
|
|---|
| 110 | $(INC)pexceptions.h \
|
|---|
| 111 | $(INC)fmath.h histos.h \
|
|---|
| 112 | $(INC)objfio.h \
|
|---|
| 113 | $(INC)anydataobj.h \
|
|---|
| 114 | $(INC)ppersist.h \
|
|---|
| 115 | $(INC)gnumd5.h \
|
|---|
| [2612] | 116 | $(INC)ppfbinstream.h \
|
|---|
| 117 | $(INC)rawstream.h \
|
|---|
| 118 | $(INC)ppfnametag.h \
|
|---|
| [824] | 119 | $(INC)tvector.h \
|
|---|
| 120 | $(INC)tmatrix.h \
|
|---|
| 121 | $(INC)tarray.h \
|
|---|
| 122 | $(INC)basarr.h \
|
|---|
| [1109] | 123 | $(INC)mutyv.h \
|
|---|
| [824] | 124 | $(INC)dvlist.h \
|
|---|
| 125 | $(INC)ndatablock.h \
|
|---|
| [1109] | 126 | $(INC)utilarr.h
|
|---|
| [1371] | 127 | $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
|
|---|
| 128 | $(INC)machdefs.h
|
|---|
| [1118] | 129 | $(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \
|
|---|
| [824] | 130 | $(INC)perrors.h \
|
|---|
| 131 | $(INC)pexceptions.h \
|
|---|
| [919] | 132 | $(INC)machdefs.h ntuple.h \
|
|---|
| [824] | 133 | $(INC)objfio.h \
|
|---|
| 134 | $(INC)anydataobj.h \
|
|---|
| 135 | $(INC)ppersist.h \
|
|---|
| [2612] | 136 | $(INC)gnumd5.h \
|
|---|
| 137 | $(INC)ppfbinstream.h \
|
|---|
| 138 | $(INC)rawstream.h \
|
|---|
| 139 | $(INC)ppfnametag.h ntupintf.h \
|
|---|
| [1109] | 140 | $(INC)dvlist.h \
|
|---|
| 141 | $(INC)mutyv.h
|
|---|
| [2245] | 142 | $(OBJ)proxtuple.o: proxtuple.cc proxtuple.h ntuple.h \
|
|---|
| 143 | $(INC)objfio.h \
|
|---|
| 144 | $(INC)machdefs.h \
|
|---|
| 145 | $(INC)anydataobj.h \
|
|---|
| 146 | $(INC)ppersist.h \
|
|---|
| 147 | $(INC)pexceptions.h \
|
|---|
| [2612] | 148 | $(INC)gnumd5.h \
|
|---|
| 149 | $(INC)ppfbinstream.h \
|
|---|
| 150 | $(INC)rawstream.h \
|
|---|
| 151 | $(INC)ppfnametag.h ntupintf.h \
|
|---|
| [2245] | 152 | $(INC)dvlist.h \
|
|---|
| 153 | $(INC)mutyv.h
|
|---|
| [1118] | 154 | $(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \
|
|---|
| [824] | 155 | $(INC)machdefs.h \
|
|---|
| 156 | $(INC)pexceptions.h \
|
|---|
| 157 | $(INC)gnumd5.h \
|
|---|
| [2612] | 158 | $(INC)ppfbinstream.h \
|
|---|
| 159 | $(INC)rawstream.h \
|
|---|
| 160 | $(INC)ppfnametag.h \
|
|---|
| [1371] | 161 | $(INC)perrors.h xntuple.h ntupintf.h \
|
|---|
| [1109] | 162 | $(INC)dvlist.h \
|
|---|
| [824] | 163 | $(INC)objfio.h \
|
|---|
| 164 | $(INC)anydataobj.h \
|
|---|
| [1109] | 165 | $(INC)mutyv.h
|
|---|