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