| 1 | include ../Mgr/Makefile.h
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(LIB)libNTools.a
 | 
|---|
| 4 | clean:
 | 
|---|
| 5 |         rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)median.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)pversion.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)utils.o $(OBJ)datime.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)strutil.o
 | 
|---|
| 6 |         rm $(LIB)libNTools.a
 | 
|---|
| 7 | $(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)pversion.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)strutil.o $(OBJ)tabmath.o $(OBJ)utils.o
 | 
|---|
| 8 |         $(AR) $(ARFLAGS) $@ $?
 | 
|---|
| 9 | ifeq ($(CXX),cxx)
 | 
|---|
| 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lNTools -o $(OBJ)xx.x -Hf
 | 
|---|
| 11 | endif 
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(OBJ)cimage.o: cimage.cc $(INC)defs.h \
 | 
|---|
| 14 |  $(INC)perrors.h \
 | 
|---|
| 15 |  $(INC)exceptions.h \
 | 
|---|
| 16 |  $(INC)peidainit.h cimage.h rzimage.h rzvect.h \
 | 
|---|
| 17 |  $(INC)machine.h datatypes.h \
 | 
|---|
| 18 |  $(INC)ppersist.h \
 | 
|---|
| 19 |  $(INC)pclassids.h dvlist.h fct1dfit.h \
 | 
|---|
| 20 |  generalfit.h matrix.h peida.h utils.h fmath.h cvector.h generaldata.h \
 | 
|---|
| 21 |  poly.h histos.h nbconst.h
 | 
|---|
| 22 | $(OBJ)cspline.o: cspline.cc $(INC)defs.h nbtri.h \
 | 
|---|
| 23 |  cspline.h cvector.h matrix.h peida.h utils.h \
 | 
|---|
| 24 |  $(INC)perrors.h \
 | 
|---|
| 25 |  $(INC)exceptions.h \
 | 
|---|
| 26 |  $(INC)peidainit.h fmath.h \
 | 
|---|
| 27 |  $(INC)ppersist.h \
 | 
|---|
| 28 |  $(INC)pclassids.h
 | 
|---|
| 29 | $(OBJ)cvector.o: cvector.cc $(INC)defs.h cvector.h \
 | 
|---|
| 30 |  matrix.h peida.h utils.h $(INC)machine.h \
 | 
|---|
| 31 |  $(INC)perrors.h \
 | 
|---|
| 32 |  $(INC)exceptions.h \
 | 
|---|
| 33 |  $(INC)peidainit.h fmath.h \
 | 
|---|
| 34 |  $(INC)ppersist.h \
 | 
|---|
| 35 |  $(INC)pclassids.h generalfit.h generaldata.h \
 | 
|---|
| 36 |  poly.h
 | 
|---|
| 37 | $(OBJ)datacards.o: datacards.cc $(INC)defs.h \
 | 
|---|
| 38 |  datacards.h peida.h utils.h $(INC)machine.h \
 | 
|---|
| 39 |  $(INC)perrors.h \
 | 
|---|
| 40 |  $(INC)exceptions.h \
 | 
|---|
| 41 |  $(INC)peidainit.h fmath.h
 | 
|---|
| 42 | $(OBJ)datatypes.o: datatypes.cc $(INC)defs.h \
 | 
|---|
| 43 |  datatypes.h $(INC)machine.h
 | 
|---|
| 44 | $(OBJ)dates.o: dates.cc $(INC)defs.h \
 | 
|---|
| 45 |  $(INC)perrors.h \
 | 
|---|
| 46 |  $(INC)exceptions.h \
 | 
|---|
| 47 |  $(INC)peidainit.h dates.h
 | 
|---|
| 48 | $(OBJ)difeq.o: difeq.cc $(INC)defs.h difeq.h \
 | 
|---|
| 49 |  $(INC)exceptions.h \
 | 
|---|
| 50 |  $(INC)peidainit.h cvector.h matrix.h peida.h \
 | 
|---|
| 51 |  utils.h $(INC)machine.h \
 | 
|---|
| 52 |  $(INC)perrors.h fmath.h \
 | 
|---|
| 53 |  $(INC)ppersist.h \
 | 
|---|
| 54 |  $(INC)pclassids.h \
 | 
|---|
| 55 |  $(INC)ctimer.h \
 | 
|---|
| 56 |  $(INC)peida.h
 | 
|---|
| 57 | $(OBJ)dvlist.o: dvlist.cc $(INC)defs.h dvlist.h \
 | 
|---|
| 58 |  $(INC)ppersist.h \
 | 
|---|
| 59 |  $(INC)machine.h \
 | 
|---|
| 60 |  $(INC)perrors.h \
 | 
|---|
| 61 |  $(INC)exceptions.h \
 | 
|---|
| 62 |  $(INC)peidainit.h \
 | 
|---|
| 63 |  $(INC)pclassids.h strutil.h
 | 
|---|
| 64 | $(OBJ)dynccd.o: dynccd.cc $(INC)defs.h fmath.h \
 | 
|---|
| 65 |  perandom.h $(INC)machine.h histos.h peida.h \
 | 
|---|
| 66 |  utils.h $(INC)perrors.h \
 | 
|---|
| 67 |  $(INC)exceptions.h \
 | 
|---|
| 68 |  $(INC)peidainit.h cvector.h matrix.h \
 | 
|---|
| 69 |  $(INC)ppersist.h \
 | 
|---|
| 70 |  $(INC)pclassids.h nbrandom.h cimage.h \
 | 
|---|
| 71 |  rzimage.h rzvect.h datatypes.h dvlist.h dynccd.h
 | 
|---|
| 72 | $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)defs.h fct1dfit.h \
 | 
|---|
| 73 |  generalfit.h $(INC)exceptions.h \
 | 
|---|
| 74 |  $(INC)peidainit.h matrix.h peida.h utils.h \
 | 
|---|
| 75 |  $(INC)machine.h \
 | 
|---|
| 76 |  $(INC)perrors.h fmath.h \
 | 
|---|
| 77 |  $(INC)ppersist.h \
 | 
|---|
| 78 |  $(INC)pclassids.h cvector.h generaldata.h \
 | 
|---|
| 79 |  poly.h nbconst.h tabmath.h
 | 
|---|
| 80 | $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)defs.h fct2dfit.h \
 | 
|---|
| 81 |  generalfit.h $(INC)exceptions.h \
 | 
|---|
| 82 |  $(INC)peidainit.h matrix.h peida.h utils.h \
 | 
|---|
| 83 |  $(INC)machine.h \
 | 
|---|
| 84 |  $(INC)perrors.h fmath.h \
 | 
|---|
| 85 |  $(INC)ppersist.h \
 | 
|---|
| 86 |  $(INC)pclassids.h cvector.h generaldata.h \
 | 
|---|
| 87 |  poly.h nbconst.h tabmath.h simps2d.h
 | 
|---|
| 88 | $(OBJ)generaldata.o: generaldata.cc $(INC)defs.h \
 | 
|---|
| 89 |  $(INC)perrors.h \
 | 
|---|
| 90 |  $(INC)exceptions.h \
 | 
|---|
| 91 |  $(INC)peidainit.h nbtri.h generalfit.h \
 | 
|---|
| 92 |  matrix.h peida.h utils.h fmath.h \
 | 
|---|
| 93 |  $(INC)ppersist.h \
 | 
|---|
| 94 |  $(INC)pclassids.h cvector.h generaldata.h \
 | 
|---|
| 95 |  poly.h
 | 
|---|
| 96 | $(OBJ)generalfit.o: generalfit.cc $(INC)defs.h \
 | 
|---|
| 97 |  generalfit.h $(INC)exceptions.h \
 | 
|---|
| 98 |  $(INC)peidainit.h matrix.h peida.h utils.h \
 | 
|---|
| 99 |  $(INC)machine.h \
 | 
|---|
| 100 |  $(INC)perrors.h fmath.h \
 | 
|---|
| 101 |  $(INC)ppersist.h \
 | 
|---|
| 102 |  $(INC)pclassids.h cvector.h generaldata.h \
 | 
|---|
| 103 |  poly.h nbconst.h tabmath.h
 | 
|---|
| 104 | $(OBJ)hisprof.o: hisprof.cc $(INC)defs.h hisprof.h \
 | 
|---|
| 105 |  peida.h utils.h $(INC)machine.h \
 | 
|---|
| 106 |  $(INC)perrors.h \
 | 
|---|
| 107 |  $(INC)exceptions.h \
 | 
|---|
| 108 |  $(INC)peidainit.h fmath.h cvector.h matrix.h \
 | 
|---|
| 109 |  $(INC)ppersist.h \
 | 
|---|
| 110 |  $(INC)pclassids.h histos.h
 | 
|---|
| 111 | $(OBJ)histos.o: histos.cc $(INC)defs.h histos.h \
 | 
|---|
| 112 |  peida.h utils.h $(INC)machine.h \
 | 
|---|
| 113 |  $(INC)perrors.h \
 | 
|---|
| 114 |  $(INC)exceptions.h \
 | 
|---|
| 115 |  $(INC)peidainit.h fmath.h cvector.h matrix.h \
 | 
|---|
| 116 |  $(INC)ppersist.h \
 | 
|---|
| 117 |  $(INC)pclassids.h poly.h strutil.h \
 | 
|---|
| 118 |  generalfit.h generaldata.h
 | 
|---|
| 119 | $(OBJ)histos2.o: histos2.cc $(INC)defs.h histos2.h \
 | 
|---|
| 120 |  peida.h utils.h $(INC)machine.h \
 | 
|---|
| 121 |  $(INC)perrors.h \
 | 
|---|
| 122 |  $(INC)exceptions.h \
 | 
|---|
| 123 |  $(INC)peidainit.h fmath.h histos.h cvector.h \
 | 
|---|
| 124 |  matrix.h $(INC)ppersist.h \
 | 
|---|
| 125 |  $(INC)pclassids.h generalfit.h generaldata.h \
 | 
|---|
| 126 |  poly.h
 | 
|---|
| 127 | $(OBJ)imageop.o: imageop.cc $(INC)defs.h simplesort.h \
 | 
|---|
| 128 |  peida.h utils.h $(INC)machine.h \
 | 
|---|
| 129 |  $(INC)perrors.h \
 | 
|---|
| 130 |  $(INC)exceptions.h \
 | 
|---|
| 131 |  $(INC)peidainit.h fmath.h nbmath.h histos.h \
 | 
|---|
| 132 |  cvector.h matrix.h $(INC)ppersist.h \
 | 
|---|
| 133 |  $(INC)pclassids.h datatypes.h imageop.h \
 | 
|---|
| 134 |  cimage.h rzimage.h rzvect.h dvlist.h cspline.h nbtri.h
 | 
|---|
| 135 | $(OBJ)integ.o: integ.cc $(INC)defs.h integ.h \
 | 
|---|
| 136 |  $(INC)exceptions.h \
 | 
|---|
| 137 |  $(INC)peidainit.h generalfit.h matrix.h \
 | 
|---|
| 138 |  peida.h utils.h $(INC)machine.h \
 | 
|---|
| 139 |  $(INC)perrors.h fmath.h \
 | 
|---|
| 140 |  $(INC)ppersist.h \
 | 
|---|
| 141 |  $(INC)pclassids.h cvector.h generaldata.h \
 | 
|---|
| 142 |  poly.h
 | 
|---|
| 143 | $(OBJ)linfit.o: linfit.cc $(INC)defs.h peida.h \
 | 
|---|
| 144 |  utils.h $(INC)machine.h \
 | 
|---|
| 145 |  $(INC)perrors.h \
 | 
|---|
| 146 |  $(INC)exceptions.h \
 | 
|---|
| 147 |  $(INC)peidainit.h fmath.h linfit.h matrix.h \
 | 
|---|
| 148 |  $(INC)ppersist.h \
 | 
|---|
| 149 |  $(INC)pclassids.h cvector.h
 | 
|---|
| 150 | $(OBJ)matrix.o: matrix.cc $(INC)defs.h peida.h \
 | 
|---|
| 151 |  utils.h $(INC)machine.h \
 | 
|---|
| 152 |  $(INC)perrors.h \
 | 
|---|
| 153 |  $(INC)exceptions.h \
 | 
|---|
| 154 |  $(INC)peidainit.h fmath.h matrix.h \
 | 
|---|
| 155 |  $(INC)ppersist.h \
 | 
|---|
| 156 |  $(INC)pclassids.h cvector.h generalfit.h \
 | 
|---|
| 157 |  generaldata.h poly.h
 | 
|---|
| 158 | $(OBJ)median.o: median.cc
 | 
|---|
| 159 | $(OBJ)ntuple.o: ntuple.cc $(INC)perrors.h \
 | 
|---|
| 160 |  $(INC)exceptions.h \
 | 
|---|
| 161 |  $(INC)defs.h \
 | 
|---|
| 162 |  $(INC)peidainit.h ntuple.h \
 | 
|---|
| 163 |  $(INC)ppersist.h \
 | 
|---|
| 164 |  $(INC)machine.h \
 | 
|---|
| 165 |  $(INC)pclassids.h dvlist.h
 | 
|---|
| 166 | $(OBJ)outilsinit.o: outilsinit.cc outilsinit.h \
 | 
|---|
| 167 |  $(INC)peidainit.h \
 | 
|---|
| 168 |  $(INC)defs.h matrix.h peida.h utils.h \
 | 
|---|
| 169 |  $(INC)machine.h \
 | 
|---|
| 170 |  $(INC)perrors.h \
 | 
|---|
| 171 |  $(INC)exceptions.h fmath.h \
 | 
|---|
| 172 |  $(INC)ppersist.h \
 | 
|---|
| 173 |  $(INC)pclassids.h cvector.h poly.h dvlist.h \
 | 
|---|
| 174 |  histos.h histos2.h hisprof.h ntuple.h generaldata.h cimage.h \
 | 
|---|
| 175 |  rzimage.h rzvect.h datatypes.h tabmath.h nbconst.h dates.h datime.h
 | 
|---|
| 176 | $(OBJ)perandom.o: perandom.cc $(INC)defs.h perandom.h \
 | 
|---|
| 177 |  $(INC)machine.h histos.h peida.h utils.h \
 | 
|---|
| 178 |  $(INC)perrors.h \
 | 
|---|
| 179 |  $(INC)exceptions.h \
 | 
|---|
| 180 |  $(INC)peidainit.h fmath.h cvector.h matrix.h \
 | 
|---|
| 181 |  $(INC)ppersist.h \
 | 
|---|
| 182 |  $(INC)pclassids.h nbrandom.h pemath.h
 | 
|---|
| 183 | $(OBJ)poly.o: poly.cc $(INC)defs.h poly.h peida.h \
 | 
|---|
| 184 |  utils.h $(INC)machine.h \
 | 
|---|
| 185 |  $(INC)perrors.h \
 | 
|---|
| 186 |  $(INC)exceptions.h \
 | 
|---|
| 187 |  $(INC)peidainit.h fmath.h cvector.h matrix.h \
 | 
|---|
| 188 |  $(INC)ppersist.h \
 | 
|---|
| 189 |  $(INC)pclassids.h linfit.h
 | 
|---|
| 190 | $(OBJ)pversion.o: pversion.cc pversion.h \
 | 
|---|
| 191 |  $(INC)peidainit.h \
 | 
|---|
| 192 |  $(INC)defs.h
 | 
|---|
| 193 | $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)defs.h \
 | 
|---|
| 194 |  rk4cdifeq.h difeq.h $(INC)exceptions.h \
 | 
|---|
| 195 |  $(INC)peidainit.h cvector.h matrix.h peida.h \
 | 
|---|
| 196 |  utils.h $(INC)machine.h \
 | 
|---|
| 197 |  $(INC)perrors.h fmath.h \
 | 
|---|
| 198 |  $(INC)ppersist.h \
 | 
|---|
| 199 |  $(INC)pclassids.h \
 | 
|---|
| 200 |  $(INC)ctimer.h \
 | 
|---|
| 201 |  $(INC)peida.h
 | 
|---|
| 202 | $(OBJ)rzimage.o: rzimage.cc $(INC)defs.h rzimage.h \
 | 
|---|
| 203 |  rzvect.h $(INC)machine.h \
 | 
|---|
| 204 |  $(INC)exceptions.h \
 | 
|---|
| 205 |  $(INC)peidainit.h \
 | 
|---|
| 206 |  $(INC)perrors.h datatypes.h \
 | 
|---|
| 207 |  $(INC)ppersist.h \
 | 
|---|
| 208 |  $(INC)pclassids.h dvlist.h generalfit.h \
 | 
|---|
| 209 |  matrix.h peida.h utils.h fmath.h cvector.h generaldata.h poly.h
 | 
|---|
| 210 | $(OBJ)simplesort.o: simplesort.cc $(INC)defs.h \
 | 
|---|
| 211 |  simplesort.h peida.h utils.h $(INC)machine.h \
 | 
|---|
| 212 |  $(INC)perrors.h \
 | 
|---|
| 213 |  $(INC)exceptions.h \
 | 
|---|
| 214 |  $(INC)peidainit.h fmath.h
 | 
|---|
| 215 | $(OBJ)tabmath.o: tabmath.cc $(INC)defs.h tabmath.h \
 | 
|---|
| 216 |  peida.h utils.h $(INC)machine.h \
 | 
|---|
| 217 |  $(INC)perrors.h \
 | 
|---|
| 218 |  $(INC)exceptions.h \
 | 
|---|
| 219 |  $(INC)peidainit.h fmath.h nbconst.h
 | 
|---|
| 220 | $(OBJ)utils.o: utils.cc $(INC)defs.h utils.h \
 | 
|---|
| 221 |  $(INC)exceptions.h \
 | 
|---|
| 222 |  $(INC)peidainit.h
 | 
|---|
| 223 | $(OBJ)datime.o: datime.c $(INC)defs.h strutil.h \
 | 
|---|
| 224 |  nbconst.h datime.h
 | 
|---|
| 225 | $(OBJ)matxop.o: matxop.c matxop.h nbmath.h
 | 
|---|
| 226 | $(OBJ)nbmath.o: nbmath.c nbmath.h matxop.h nbinteg.h nbtri.h
 | 
|---|
| 227 | $(OBJ)nbrandom.o: nbrandom.c $(INC)defs.h \
 | 
|---|
| 228 |  $(INC)machine.h nbmath.h nbrandom.h
 | 
|---|
| 229 | $(OBJ)nbtri.o: nbtri.c nbtri.h
 | 
|---|
| 230 | $(OBJ)strutil.o: strutil.c strutil.h
 | 
|---|