source: Sophya/trunk/SophyaLib/NTools/Makefile@ 2642

Last change on this file since 2642 was 2631, checked in by ansari, 21 years ago

Ajout functab.o ds Makefile et objlist.list - Reza 12/11/2004

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