source: Sophya/trunk/SophyaLib/NTools/Makefile.mgr@ 3753

Last change on this file since 3753 was 2735, checked in by cmv, 20 years ago

memorisation makefile old-fashion Mgr cmv 19/05/05

File size: 12.1 KB
RevLine 
[2735]1include ../Mgr/Makefile.h
2
3all: $(LIB)libNTools.a
4clean:
5 rm -f $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)simplex.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o
6 rm -f $(LIB)libNTools.a
7$(LIB)libNTools.a : $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)simplex.o $(OBJ)tabmath.o
8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)FSAppIrrSmpl.o: FSAppIrrSmpl.cc $(INC)sopnamsp.h \
14 FSAppIrrSmpl.h $(INC)machdefs.h nbmath.h \
15 $(INC)smathconst.h \
16 $(INC)timing.h \
17 $(INC)array.h \
18 $(INC)tarray.h \
19 $(INC)basarr.h \
20 $(INC)anydataobj.h \
21 $(INC)mutyv.h \
22 $(INC)dvlist.h \
23 $(INC)objfio.h \
24 $(INC)ppersist.h \
25 $(INC)pexceptions.h \
26 $(INC)gnumd5.h \
27 $(INC)ppfbinstream.h \
28 $(INC)rawstream.h \
29 $(INC)ppfnametag.h \
30 $(INC)ndatablock.h \
31 $(INC)utilarr.h \
32 $(INC)tmatrix.h \
33 $(INC)tvector.h \
34 $(INC)matharr.h \
35 $(INC)fioarr.h \
36 $(INC)sopemtx.h fftservintf.h fftpserver.h \
37 $(INC)toeplitzMatrix.h \
38 $(INC)nbmath.h \
39 $(INC)fftservintf.h \
40 $(INC)fftpserver.h
41$(OBJ)cimage.o: cimage.cc $(INC)sopnamsp.h \
42 $(INC)machdefs.h \
43 $(INC)pexceptions.h cimage.h \
44 $(INC)tmatrix.h \
45 $(INC)tarray.h \
46 $(INC)basarr.h \
47 $(INC)anydataobj.h \
48 $(INC)mutyv.h \
49 $(INC)dvlist.h \
50 $(INC)objfio.h \
51 $(INC)ppersist.h \
52 $(INC)gnumd5.h \
53 $(INC)ppfbinstream.h \
54 $(INC)rawstream.h \
55 $(INC)ppfnametag.h \
56 $(INC)ndatablock.h \
57 $(INC)utilarr.h \
58 $(INC)fioarr.h \
59 $(INC)tvector.h \
60 $(INC)datatype.h
61$(OBJ)cspline.o: cspline.cc $(INC)sopnamsp.h \
62 $(INC)machdefs.h nbtri.h cspline.h \
63 $(INC)pexceptions.h
64$(OBJ)datatypes.o: datatypes.cc $(INC)sopnamsp.h \
65 datatypes.h $(INC)machdefs.h
66$(OBJ)dates.o: dates.cc $(INC)sopnamsp.h \
67 $(INC)machdefs.h \
68 $(INC)perrors.h \
69 $(INC)pexceptions.h dates.h
70$(OBJ)difeq.o: difeq.cc $(INC)sopnamsp.h difeq.h \
71 $(INC)machdefs.h \
72 $(INC)pexceptions.h \
73 $(INC)tvector.h \
74 $(INC)tmatrix.h \
75 $(INC)tarray.h \
76 $(INC)basarr.h \
77 $(INC)anydataobj.h \
78 $(INC)mutyv.h \
79 $(INC)dvlist.h \
80 $(INC)objfio.h \
81 $(INC)ppersist.h \
82 $(INC)gnumd5.h \
83 $(INC)ppfbinstream.h \
84 $(INC)rawstream.h \
85 $(INC)ppfnametag.h \
86 $(INC)ndatablock.h \
87 $(INC)utilarr.h \
88 $(INC)ctimer.h
89$(OBJ)dynccd.o: dynccd.cc $(INC)sopnamsp.h \
90 $(INC)machdefs.h fmath.h perandom.h \
91 $(INC)histos.h \
92 $(INC)objfio.h \
93 $(INC)anydataobj.h \
94 $(INC)ppersist.h \
95 $(INC)pexceptions.h \
96 $(INC)gnumd5.h \
97 $(INC)ppfbinstream.h \
98 $(INC)rawstream.h \
99 $(INC)ppfnametag.h \
100 $(INC)peida.h \
101 $(INC)utils.h \
102 $(INC)perrors.h \
103 $(INC)fmath.h \
104 $(INC)tvector.h \
105 $(INC)tmatrix.h \
106 $(INC)tarray.h \
107 $(INC)basarr.h \
108 $(INC)mutyv.h \
109 $(INC)dvlist.h \
110 $(INC)ndatablock.h \
111 $(INC)utilarr.h nbrandom.h \
112 $(INC)srandgen.h cimage.h \
113 $(INC)fioarr.h dynccd.h
114$(OBJ)fct1dfit.o: fct1dfit.cc $(INC)sopnamsp.h \
115 $(INC)machdefs.h fct1dfit.h generalfit.h \
116 $(INC)pexceptions.h \
117 $(INC)tvector.h \
118 $(INC)tmatrix.h \
119 $(INC)tarray.h \
120 $(INC)basarr.h \
121 $(INC)anydataobj.h \
122 $(INC)mutyv.h \
123 $(INC)dvlist.h \
124 $(INC)objfio.h \
125 $(INC)ppersist.h \
126 $(INC)gnumd5.h \
127 $(INC)ppfbinstream.h \
128 $(INC)rawstream.h \
129 $(INC)ppfnametag.h \
130 $(INC)ndatablock.h \
131 $(INC)utilarr.h generaldata.h \
132 $(INC)ntupintf.h poly.h peida.h \
133 $(INC)utils.h \
134 $(INC)perrors.h fmath.h nbconst.h tabmath.h
135$(OBJ)fct2dfit.o: fct2dfit.cc $(INC)sopnamsp.h \
136 $(INC)machdefs.h fct2dfit.h generalfit.h \
137 $(INC)pexceptions.h \
138 $(INC)tvector.h \
139 $(INC)tmatrix.h \
140 $(INC)tarray.h \
141 $(INC)basarr.h \
142 $(INC)anydataobj.h \
143 $(INC)mutyv.h \
144 $(INC)dvlist.h \
145 $(INC)objfio.h \
146 $(INC)ppersist.h \
147 $(INC)gnumd5.h \
148 $(INC)ppfbinstream.h \
149 $(INC)rawstream.h \
150 $(INC)ppfnametag.h \
151 $(INC)ndatablock.h \
152 $(INC)utilarr.h generaldata.h \
153 $(INC)ntupintf.h poly.h peida.h \
154 $(INC)utils.h \
155 $(INC)perrors.h fmath.h nbconst.h tabmath.h \
156 simps2d.h
157$(OBJ)fftmserver.o: fftmserver.cc $(INC)sopnamsp.h \
158 fftmserver.h fftservintf.h $(INC)machdefs.h \
159 $(INC)pexceptions.h \
160 $(INC)tmatrix.h \
161 $(INC)tarray.h \
162 $(INC)basarr.h \
163 $(INC)anydataobj.h \
164 $(INC)mutyv.h \
165 $(INC)dvlist.h \
166 $(INC)objfio.h \
167 $(INC)ppersist.h \
168 $(INC)gnumd5.h \
169 $(INC)ppfbinstream.h \
170 $(INC)rawstream.h \
171 $(INC)ppfnametag.h \
172 $(INC)ndatablock.h \
173 $(INC)utilarr.h \
174 $(INC)tvector.h fftmayer.h
175$(OBJ)fftpserver.o: fftpserver.cc $(INC)sopnamsp.h \
176 fftpserver.h fftservintf.h $(INC)machdefs.h \
177 $(INC)pexceptions.h \
178 $(INC)tmatrix.h \
179 $(INC)tarray.h \
180 $(INC)basarr.h \
181 $(INC)anydataobj.h \
182 $(INC)mutyv.h \
183 $(INC)dvlist.h \
184 $(INC)objfio.h \
185 $(INC)ppersist.h \
186 $(INC)gnumd5.h \
187 $(INC)ppfbinstream.h \
188 $(INC)rawstream.h \
189 $(INC)ppfnametag.h \
190 $(INC)ndatablock.h \
191 $(INC)utilarr.h \
192 $(INC)tvector.h fftpackc.h
193$(OBJ)fftservintf.o: fftservintf.cc $(INC)sopnamsp.h \
194 fftservintf.h $(INC)machdefs.h \
195 $(INC)pexceptions.h \
196 $(INC)tmatrix.h \
197 $(INC)tarray.h \
198 $(INC)basarr.h \
199 $(INC)anydataobj.h \
200 $(INC)mutyv.h \
201 $(INC)dvlist.h \
202 $(INC)objfio.h \
203 $(INC)ppersist.h \
204 $(INC)gnumd5.h \
205 $(INC)ppfbinstream.h \
206 $(INC)rawstream.h \
207 $(INC)ppfnametag.h \
208 $(INC)ndatablock.h \
209 $(INC)utilarr.h \
210 $(INC)tvector.h
211$(OBJ)functab.o: functab.cc $(INC)sopnamsp.h \
212 $(INC)machdefs.h \
213 $(INC)pexceptions.h functab.h \
214 $(INC)tvector.h \
215 $(INC)tmatrix.h \
216 $(INC)tarray.h \
217 $(INC)basarr.h \
218 $(INC)anydataobj.h \
219 $(INC)mutyv.h \
220 $(INC)dvlist.h \
221 $(INC)objfio.h \
222 $(INC)ppersist.h \
223 $(INC)gnumd5.h \
224 $(INC)ppfbinstream.h \
225 $(INC)rawstream.h \
226 $(INC)ppfnametag.h \
227 $(INC)ndatablock.h \
228 $(INC)utilarr.h
229$(OBJ)generaldata.o: generaldata.cc $(INC)sopnamsp.h \
230 $(INC)machdefs.h \
231 $(INC)strutil.h nbtri.h generalfit.h \
232 $(INC)pexceptions.h \
233 $(INC)tvector.h \
234 $(INC)tmatrix.h \
235 $(INC)tarray.h \
236 $(INC)basarr.h \
237 $(INC)anydataobj.h \
238 $(INC)mutyv.h \
239 $(INC)dvlist.h \
240 $(INC)objfio.h \
241 $(INC)ppersist.h \
242 $(INC)gnumd5.h \
243 $(INC)ppfbinstream.h \
244 $(INC)rawstream.h \
245 $(INC)ppfnametag.h \
246 $(INC)ndatablock.h \
247 $(INC)utilarr.h generaldata.h \
248 $(INC)ntupintf.h poly.h peida.h \
249 $(INC)utils.h \
250 $(INC)perrors.h fmath.h
251$(OBJ)generalfit.o: generalfit.cc $(INC)sopnamsp.h \
252 $(INC)machdefs.h \
253 $(INC)pexceptions.h generalfit.h \
254 $(INC)tvector.h \
255 $(INC)tmatrix.h \
256 $(INC)tarray.h \
257 $(INC)basarr.h \
258 $(INC)anydataobj.h \
259 $(INC)mutyv.h \
260 $(INC)dvlist.h \
261 $(INC)objfio.h \
262 $(INC)ppersist.h \
263 $(INC)gnumd5.h \
264 $(INC)ppfbinstream.h \
265 $(INC)rawstream.h \
266 $(INC)ppfnametag.h \
267 $(INC)ndatablock.h \
268 $(INC)utilarr.h generaldata.h \
269 $(INC)ntupintf.h poly.h peida.h \
270 $(INC)utils.h \
271 $(INC)perrors.h fmath.h \
272 $(INC)sopemtx.h
273$(OBJ)integ.o: integ.cc $(INC)sopnamsp.h integ.h \
274 $(INC)machdefs.h \
275 $(INC)pexceptions.h classfunc.h generalfit.h \
276 $(INC)tvector.h \
277 $(INC)tmatrix.h \
278 $(INC)tarray.h \
279 $(INC)basarr.h \
280 $(INC)anydataobj.h \
281 $(INC)mutyv.h \
282 $(INC)dvlist.h \
283 $(INC)objfio.h \
284 $(INC)ppersist.h \
285 $(INC)gnumd5.h \
286 $(INC)ppfbinstream.h \
287 $(INC)rawstream.h \
288 $(INC)ppfnametag.h \
289 $(INC)ndatablock.h \
290 $(INC)utilarr.h generaldata.h \
291 $(INC)ntupintf.h poly.h peida.h \
292 $(INC)utils.h \
293 $(INC)perrors.h fmath.h
294$(OBJ)median.o: median.cc
295$(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)sopnamsp.h \
296 $(INC)machdefs.h ntoolsinit.h \
297 $(INC)tarrinit.h \
298 $(INC)sophyainit.h poly.h \
299 $(INC)objfio.h \
300 $(INC)anydataobj.h \
301 $(INC)ppersist.h \
302 $(INC)pexceptions.h \
303 $(INC)gnumd5.h \
304 $(INC)ppfbinstream.h \
305 $(INC)rawstream.h \
306 $(INC)ppfnametag.h peida.h \
307 $(INC)utils.h \
308 $(INC)perrors.h fmath.h \
309 $(INC)tvector.h \
310 $(INC)tmatrix.h \
311 $(INC)tarray.h \
312 $(INC)basarr.h \
313 $(INC)mutyv.h \
314 $(INC)dvlist.h \
315 $(INC)ndatablock.h \
316 $(INC)utilarr.h generaldata.h \
317 $(INC)ntupintf.h cimage.h \
318 $(INC)fioarr.h tabmath.h nbconst.h dates.h \
319 datime.h
320$(OBJ)objfitter.o: objfitter.cc $(INC)sopnamsp.h \
321 objfitter.h $(INC)machdefs.h \
322 $(INC)tmatrix.h \
323 $(INC)tarray.h \
324 $(INC)basarr.h \
325 $(INC)anydataobj.h \
326 $(INC)mutyv.h \
327 $(INC)dvlist.h \
328 $(INC)objfio.h \
329 $(INC)ppersist.h \
330 $(INC)pexceptions.h \
331 $(INC)gnumd5.h \
332 $(INC)ppfbinstream.h \
333 $(INC)rawstream.h \
334 $(INC)ppfnametag.h \
335 $(INC)ndatablock.h \
336 $(INC)utilarr.h cimage.h \
337 $(INC)fioarr.h \
338 $(INC)tvector.h \
339 $(INC)histos.h \
340 $(INC)peida.h \
341 $(INC)utils.h \
342 $(INC)perrors.h \
343 $(INC)fmath.h \
344 $(INC)histos2.h \
345 $(INC)hisprof.h generalfit.h generaldata.h \
346 $(INC)ntupintf.h poly.h peida.h
347$(OBJ)perandom.o: perandom.cc $(INC)sopnamsp.h \
348 $(INC)machdefs.h \
349 $(INC)pexceptions.h perandom.h \
350 $(INC)histos.h \
351 $(INC)objfio.h \
352 $(INC)anydataobj.h \
353 $(INC)ppersist.h \
354 $(INC)gnumd5.h \
355 $(INC)ppfbinstream.h \
356 $(INC)rawstream.h \
357 $(INC)ppfnametag.h \
358 $(INC)peida.h \
359 $(INC)utils.h \
360 $(INC)perrors.h \
361 $(INC)fmath.h \
362 $(INC)tvector.h \
363 $(INC)tmatrix.h \
364 $(INC)tarray.h \
365 $(INC)basarr.h \
366 $(INC)mutyv.h \
367 $(INC)dvlist.h \
368 $(INC)ndatablock.h \
369 $(INC)utilarr.h nbrandom.h \
370 $(INC)srandgen.h pemath.h
371$(OBJ)poly.o: poly.cc $(INC)sopnamsp.h \
372 $(INC)machdefs.h poly.h \
373 $(INC)objfio.h \
374 $(INC)anydataobj.h \
375 $(INC)ppersist.h \
376 $(INC)pexceptions.h \
377 $(INC)gnumd5.h \
378 $(INC)ppfbinstream.h \
379 $(INC)rawstream.h \
380 $(INC)ppfnametag.h peida.h \
381 $(INC)utils.h \
382 $(INC)perrors.h fmath.h \
383 $(INC)tvector.h \
384 $(INC)tmatrix.h \
385 $(INC)tarray.h \
386 $(INC)basarr.h \
387 $(INC)mutyv.h \
388 $(INC)dvlist.h \
389 $(INC)ndatablock.h \
390 $(INC)utilarr.h linfit.h \
391 $(INC)sopemtx.h \
392 $(INC)fioarr.h
393$(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)sopnamsp.h \
394 $(INC)machdefs.h rk4cdifeq.h difeq.h \
395 $(INC)pexceptions.h \
396 $(INC)tvector.h \
397 $(INC)tmatrix.h \
398 $(INC)tarray.h \
399 $(INC)basarr.h \
400 $(INC)anydataobj.h \
401 $(INC)mutyv.h \
402 $(INC)dvlist.h \
403 $(INC)objfio.h \
404 $(INC)ppersist.h \
405 $(INC)gnumd5.h \
406 $(INC)ppfbinstream.h \
407 $(INC)rawstream.h \
408 $(INC)ppfnametag.h \
409 $(INC)ndatablock.h \
410 $(INC)utilarr.h \
411 $(INC)ctimer.h
412$(OBJ)simplesort.o: simplesort.cc $(INC)sopnamsp.h \
413 $(INC)machdefs.h simplesort.h peida.h \
414 $(INC)utils.h \
415 $(INC)perrors.h \
416 $(INC)pexceptions.h fmath.h
417$(OBJ)simplex.o: simplex.cc $(INC)sopnamsp.h simplex.h \
418 $(INC)machdefs.h \
419 $(INC)tvector.h \
420 $(INC)tmatrix.h \
421 $(INC)tarray.h \
422 $(INC)basarr.h \
423 $(INC)anydataobj.h \
424 $(INC)mutyv.h \
425 $(INC)dvlist.h \
426 $(INC)objfio.h \
427 $(INC)ppersist.h \
428 $(INC)pexceptions.h \
429 $(INC)gnumd5.h \
430 $(INC)ppfbinstream.h \
431 $(INC)rawstream.h \
432 $(INC)ppfnametag.h \
433 $(INC)ndatablock.h \
434 $(INC)utilarr.h generalfit.h generaldata.h \
435 $(INC)ntupintf.h poly.h peida.h \
436 $(INC)utils.h \
437 $(INC)perrors.h fmath.h \
438 $(INC)ntuple.h \
439 $(INC)timing.h
440$(OBJ)tabmath.o: tabmath.cc $(INC)sopnamsp.h \
441 $(INC)machdefs.h tabmath.h peida.h \
442 $(INC)utils.h \
443 $(INC)perrors.h \
444 $(INC)pexceptions.h fmath.h nbconst.h
445$(OBJ)datime.o: datime.c $(INC)machdefs.h \
446 $(INC)strutil.h nbconst.h datime.h
447$(OBJ)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
448 $(INC)machdefs.h trigtbl.h
449$(OBJ)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
450 $(INC)machdefs.h trigtbl.h
451$(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
452 $(INC)machdefs.h
453$(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
454 $(INC)machdefs.h \
455 $(INC)smathconst.h
456$(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \
457 $(INC)smathconst.h matxop.h nbinteg.h nbtri.h
458$(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
Note: See TracBrowser for help on using the repository browser.