Changeset 510 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Oct 25, 1999, 5:54:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/Makefile
r231 r510 3 3 all: $(LIB)libNTools.a 4 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.o5 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)fftserver.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)ntupintf.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)tmatrix.o $(OBJ)tvector.o $(OBJ)utils.o $(OBJ)datime.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)strutil.o 6 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.o8 $(AR ) $(ARFLAGS) $@ $?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)fftpackc.o $(OBJ)fftserver.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)ntupintf.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)tmatrix.o $(OBJ)tvector.o $(OBJ)utils.o 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lNTools - o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lNTools -lSamba -o $(OBJ)xx.x -Hf 11 11 endif 12 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 \ 13 $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h \ 15 $(INC)perrors.h \ 16 $(INC)pexceptions.h cimage.h rzimage.h \ 17 rzvect.h datatypes.h $(INC)ppersist.h \ 18 $(INC)md5.h dvlist.h \ 19 $(INC)objfio.h \ 20 $(INC)anydataobj.h fct1dfit.h generalfit.h \ 21 matrix.h peida.h utils.h fmath.h cvector.h generaldata.h ntupintf.h \ 21 22 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 \ 23 $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \ 24 $(INC)pclassids.h nbtri.h cspline.h \ 25 cvector.h matrix.h peida.h utils.h \ 26 $(INC)perrors.h \ 27 $(INC)pexceptions.h fmath.h \ 28 $(INC)ppersist.h \ 29 $(INC)md5.h 30 $(OBJ)cvector.o: cvector.cc $(INC)machdefs.h \ 31 $(INC)pclassids.h cvector.h matrix.h \ 32 peida.h utils.h $(INC)perrors.h \ 33 $(INC)pexceptions.h fmath.h \ 34 $(INC)ppersist.h \ 35 $(INC)md5.h generalfit.h generaldata.h \ 36 $(INC)objfio.h \ 37 $(INC)anydataobj.h ntupintf.h poly.h \ 38 tvector.h tmatrix.h $(INC)ndatablock.h 39 $(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \ 40 $(INC)pclassids.h datacards.h peida.h \ 41 utils.h $(INC)perrors.h \ 42 $(INC)pexceptions.h fmath.h 43 $(OBJ)datatypes.o: datatypes.cc datatypes.h \ 44 $(INC)machdefs.h \ 28 45 $(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 \ 46 $(OBJ)dates.o: dates.cc $(INC)machdefs.h \ 47 $(INC)pclassids.h \ 48 $(INC)perrors.h \ 49 $(INC)pexceptions.h dates.h 50 $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \ 51 $(INC)pclassids.h \ 52 $(INC)pexceptions.h cvector.h matrix.h \ 53 peida.h utils.h $(INC)perrors.h fmath.h \ 54 $(INC)ppersist.h \ 55 $(INC)md5.h \ 56 $(INC)ctimer.h 57 $(OBJ)dvlist.o: dvlist.cc $(INC)machdefs.h \ 58 $(INC)pclassids.h dvlist.h \ 59 $(INC)objfio.h \ 60 $(INC)anydataobj.h \ 61 $(INC)ppersist.h \ 62 $(INC)pexceptions.h \ 63 $(INC)md5.h strutil.h 64 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \ 65 $(INC)pclassids.h fmath.h perandom.h \ 66 histos.h $(INC)objfio.h \ 67 $(INC)anydataobj.h \ 68 $(INC)ppersist.h \ 69 $(INC)pexceptions.h \ 70 $(INC)md5.h peida.h utils.h \ 71 $(INC)perrors.h cvector.h matrix.h \ 72 nbrandom.h cimage.h rzimage.h rzvect.h datatypes.h dvlist.h dynccd.h 73 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \ 74 $(INC)pclassids.h fct1dfit.h generalfit.h \ 75 $(INC)pexceptions.h matrix.h peida.h \ 76 utils.h $(INC)perrors.h fmath.h \ 77 $(INC)ppersist.h \ 78 $(INC)md5.h cvector.h generaldata.h \ 79 $(INC)objfio.h \ 80 $(INC)anydataobj.h ntupintf.h poly.h \ 81 nbconst.h tabmath.h 82 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \ 83 $(INC)pclassids.h fct2dfit.h generalfit.h \ 84 $(INC)pexceptions.h matrix.h peida.h \ 85 utils.h $(INC)perrors.h fmath.h \ 86 $(INC)ppersist.h \ 87 $(INC)md5.h cvector.h generaldata.h \ 88 $(INC)objfio.h \ 89 $(INC)anydataobj.h ntupintf.h poly.h \ 90 nbconst.h tabmath.h simps2d.h 91 $(OBJ)fftserver.o: fftserver.cc fftserver.h cvector.h matrix.h peida.h \ 92 $(INC)machdefs.h \ 93 $(INC)pclassids.h utils.h \ 94 $(INC)perrors.h \ 95 $(INC)pexceptions.h fmath.h \ 96 $(INC)ppersist.h \ 97 $(INC)md5.h 98 $(OBJ)generaldata.o: generaldata.cc \ 99 $(INC)machdefs.h \ 100 $(INC)pclassids.h strutil.h nbtri.h \ 101 generalfit.h $(INC)pexceptions.h matrix.h \ 102 peida.h utils.h $(INC)perrors.h fmath.h \ 103 $(INC)ppersist.h \ 104 $(INC)md5.h cvector.h generaldata.h \ 105 $(INC)objfio.h \ 106 $(INC)anydataobj.h ntupintf.h poly.h 107 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ 108 $(INC)pclassids.h \ 109 $(INC)pexceptions.h generalfit.h matrix.h \ 110 peida.h utils.h $(INC)perrors.h fmath.h \ 111 $(INC)ppersist.h \ 112 $(INC)md5.h cvector.h generaldata.h \ 113 $(INC)objfio.h \ 114 $(INC)anydataobj.h ntupintf.h poly.h 115 $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \ 116 $(INC)pclassids.h hisprof.h peida.h utils.h \ 117 $(INC)perrors.h \ 118 $(INC)pexceptions.h fmath.h cvector.h \ 119 matrix.h $(INC)ppersist.h \ 120 $(INC)md5.h histos.h \ 121 $(INC)objfio.h \ 122 $(INC)anydataobj.h 123 $(OBJ)histos.o: histos.cc $(INC)machdefs.h \ 124 $(INC)pclassids.h histos.h \ 125 $(INC)objfio.h \ 126 $(INC)anydataobj.h \ 127 $(INC)ppersist.h \ 128 $(INC)pexceptions.h \ 129 $(INC)md5.h peida.h utils.h \ 130 $(INC)perrors.h fmath.h cvector.h matrix.h \ 131 poly.h strutil.h generalfit.h generaldata.h ntupintf.h 132 $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \ 133 $(INC)pclassids.h histos2.h peida.h utils.h \ 134 $(INC)perrors.h \ 135 $(INC)pexceptions.h fmath.h histos.h \ 136 $(INC)objfio.h \ 137 $(INC)anydataobj.h \ 138 $(INC)ppersist.h \ 139 $(INC)md5.h cvector.h matrix.h generalfit.h \ 140 generaldata.h ntupintf.h poly.h 141 $(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \ 142 $(INC)pclassids.h simplesort.h peida.h \ 66 143 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 \ 144 $(INC)pexceptions.h fmath.h nbmath.h \ 145 histos.h $(INC)objfio.h \ 146 $(INC)anydataobj.h \ 147 $(INC)ppersist.h \ 148 $(INC)md5.h cvector.h matrix.h datatypes.h \ 149 imageop.h cimage.h rzimage.h rzvect.h dvlist.h cspline.h dynccd.h \ 150 nbtri.h 151 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 152 $(INC)pclassids.h \ 153 $(INC)pexceptions.h generalfit.h matrix.h \ 154 peida.h utils.h $(INC)perrors.h fmath.h \ 155 $(INC)ppersist.h \ 156 $(INC)md5.h cvector.h generaldata.h \ 157 $(INC)objfio.h \ 158 $(INC)anydataobj.h ntupintf.h poly.h 159 $(OBJ)linfit.o: linfit.cc $(INC)machdefs.h \ 160 $(INC)pclassids.h peida.h utils.h \ 161 $(INC)perrors.h \ 162 $(INC)pexceptions.h fmath.h linfit.h \ 124 163 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 164 $(INC)md5.h cvector.h 165 $(OBJ)matrix.o: matrix.cc $(INC)machdefs.h \ 166 $(INC)pclassids.h peida.h utils.h \ 167 $(INC)perrors.h \ 168 $(INC)pexceptions.h fmath.h matrix.h \ 169 $(INC)ppersist.h \ 170 $(INC)md5.h cvector.h generalfit.h \ 171 generaldata.h $(INC)objfio.h \ 172 $(INC)anydataobj.h ntupintf.h poly.h \ 173 tmatrix.h $(INC)ndatablock.h 158 174 $(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 175 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \ 176 $(INC)machdefs.h \ 177 $(INC)pclassids.h 178 $(OBJ)ntuple.o: ntuple.cc strutil.h \ 179 $(INC)perrors.h \ 180 $(INC)pexceptions.h \ 181 $(INC)machdefs.h \ 182 $(INC)pclassids.h ntuple.h \ 183 $(INC)objfio.h \ 184 $(INC)anydataobj.h \ 185 $(INC)ppersist.h \ 186 $(INC)md5.h ntupintf.h dvlist.h 166 187 $(OBJ)outilsinit.o: outilsinit.cc outilsinit.h \ 167 188 $(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 \ 189 $(INC)machdefs.h \ 190 $(INC)pclassids.h matrix.h peida.h utils.h \ 191 $(INC)perrors.h \ 192 $(INC)pexceptions.h fmath.h \ 193 $(INC)ppersist.h \ 194 $(INC)md5.h cvector.h poly.h dvlist.h \ 195 $(INC)objfio.h \ 196 $(INC)anydataobj.h histos.h histos2.h \ 197 hisprof.h ntuple.h ntupintf.h generaldata.h tmatrix.h \ 198 $(INC)ndatablock.h tvector.h cimage.h \ 175 199 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 200 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 201 $(INC)pclassids.h \ 202 $(INC)pexceptions.h perandom.h histos.h \ 203 $(INC)objfio.h \ 204 $(INC)anydataobj.h \ 205 $(INC)ppersist.h \ 206 $(INC)md5.h peida.h utils.h \ 207 $(INC)perrors.h fmath.h cvector.h matrix.h \ 208 nbrandom.h pemath.h 209 $(OBJ)poly.o: poly.cc $(INC)machdefs.h \ 210 $(INC)pclassids.h poly.h peida.h utils.h \ 211 $(INC)perrors.h \ 212 $(INC)pexceptions.h fmath.h cvector.h \ 213 matrix.h $(INC)ppersist.h \ 214 $(INC)md5.h linfit.h 190 215 $(OBJ)pversion.o: pversion.cc pversion.h \ 191 216 $(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 \ 217 $(INC)machdefs.h \ 218 $(INC)pclassids.h 219 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \ 220 $(INC)pclassids.h rk4cdifeq.h difeq.h \ 221 $(INC)pexceptions.h cvector.h matrix.h \ 222 peida.h utils.h $(INC)perrors.h fmath.h \ 223 $(INC)ppersist.h \ 224 $(INC)md5.h \ 225 $(INC)ctimer.h 226 $(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \ 227 $(INC)pclassids.h rzimage.h rzvect.h \ 228 $(INC)pexceptions.h \ 206 229 $(INC)perrors.h datatypes.h \ 207 230 $(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 231 $(INC)md5.h dvlist.h \ 232 $(INC)objfio.h \ 233 $(INC)anydataobj.h generalfit.h matrix.h \ 234 peida.h utils.h fmath.h cvector.h generaldata.h ntupintf.h poly.h 235 $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \ 236 $(INC)pclassids.h simplesort.h peida.h \ 237 utils.h $(INC)perrors.h \ 238 $(INC)pexceptions.h fmath.h 239 $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \ 240 $(INC)pclassids.h tabmath.h peida.h utils.h \ 241 $(INC)perrors.h \ 242 $(INC)pexceptions.h fmath.h nbconst.h 243 $(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \ 244 $(INC)pclassids.h \ 245 $(INC)pexceptions.h tmatrix.h \ 246 $(INC)ppersist.h \ 247 $(INC)md5.h \ 248 $(INC)anydataobj.h \ 249 $(INC)ndatablock.h \ 250 $(INC)objfio.h matrix.h peida.h utils.h \ 251 $(INC)perrors.h fmath.h generalfit.h \ 252 cvector.h generaldata.h ntupintf.h poly.h tvector.h 253 $(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \ 254 $(INC)pclassids.h \ 255 $(INC)pexceptions.h tvector.h tmatrix.h \ 256 $(INC)ppersist.h \ 257 $(INC)md5.h \ 258 $(INC)anydataobj.h \ 259 $(INC)ndatablock.h \ 260 $(INC)objfio.h generalfit.h matrix.h \ 261 peida.h utils.h $(INC)perrors.h fmath.h \ 262 cvector.h generaldata.h ntupintf.h poly.h 263 $(OBJ)utils.o: utils.cc $(INC)machdefs.h \ 264 $(INC)pclassids.h utils.h \ 265 $(INC)pexceptions.h 266 $(OBJ)datime.o: datime.c $(INC)machdefs.h \ 267 strutil.h nbconst.h datime.h 268 $(OBJ)fftpackc.o: fftpackc.c fftpackc.h \ 269 $(INC)machdefs.h 270 $(OBJ)matxop.o: matxop.c matxop.h nbmath.h \ 271 $(INC)machdefs.h 272 $(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \ 273 matxop.h nbinteg.h nbtri.h 274 $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \ 275 nbmath.h nbrandom.h 276 $(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h 230 277 $(OBJ)strutil.o: strutil.c strutil.h
Note:
See TracChangeset
for help on using the changeset viewer.