source: Sophya/trunk/SophyaLib/NTools/smakefile

Last change on this file was 3879, checked in by cmv, 15 years ago

generation Makefile et smakefile en prevision du tag, cmv 10/09/2010

File size: 24.8 KB
Line 
1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libNTools.a
4
5clean:
6 rm -f $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbtrixx.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)slininterp.o $(SOPHYAOBJP)slinparbuff.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o
7 rm -f $(SOPHYALIBP)libNTools.a
8
9$(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)nbtrixx.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)slininterp.o $(SOPHYAOBJP)slinparbuff.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o
10 $(AR) $(ARFLAGS) $@ $?
11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
12
13$(SOPHYAOBJP)cimage.o: cimage.cc \
14 $(SOPHYAINCP)sopnamsp.h \
15 $(SOPHYAINCP)machdefs.h \
16 $(SOPHYAINCP)pexceptions.h \
17 $(SOPHYAINCP)machdefs.h \
18 $(SOPHYAINCP)datatype.h \
19 cimage.h \
20 $(SOPHYAINCP)tmatrix.h \
21 $(SOPHYAINCP)tarray.h \
22 $(SOPHYAINCP)basarr.h \
23 $(SOPHYAINCP)anydataobj.h \
24 $(SOPHYAINCP)mutyv.h \
25 $(SOPHYAINCP)timestamp.h \
26 $(SOPHYAINCP)objfio.h \
27 $(SOPHYAINCP)ppersist.h \
28 $(SOPHYAINCP)pexceptions.h \
29 $(SOPHYAINCP)gnumd5.h \
30 $(SOPHYAINCP)ppfbinstream.h \
31 $(SOPHYAINCP)rawstream.h \
32 $(SOPHYAINCP)ppfnametag.h \
33 $(SOPHYAINCP)dvlist.h \
34 $(SOPHYAINCP)ndatablock.h \
35 $(SOPHYAINCP)utilarr.h \
36 $(SOPHYAINCP)randinterf.h \
37 $(SOPHYAINCP)tmatrix_tsnl.h \
38 $(SOPHYAINCP)fioarr.h \
39 $(SOPHYAINCP)tmatrix.h \
40 $(SOPHYAINCP)tvector.h \
41 $(SOPHYAINCP)tvector_tsnl.h
42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc
43
44$(SOPHYAOBJP)cspline.o: cspline.cc \
45 $(SOPHYAINCP)sopnamsp.h \
46 $(SOPHYAINCP)machdefs.h \
47 nbtri.h cspline.h \
48 $(SOPHYAINCP)pexceptions.h \
49 $(SOPHYAINCP)machdefs.h
50 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc
51
52$(SOPHYAOBJP)datatypes.o: datatypes.cc \
53 $(SOPHYAINCP)sopnamsp.h \
54 datatypes.h \
55 $(SOPHYAINCP)machdefs.h
56 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc
57
58$(SOPHYAOBJP)dates.o: dates.cc \
59 $(SOPHYAINCP)sopnamsp.h \
60 $(SOPHYAINCP)machdefs.h \
61 $(SOPHYAINCP)perrors.h \
62 $(SOPHYAINCP)pexceptions.h \
63 $(SOPHYAINCP)machdefs.h \
64 dates.h \
65 $(SOPHYAINCP)pexceptions.h
66 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc
67
68$(SOPHYAOBJP)difeq.o: difeq.cc \
69 $(SOPHYAINCP)sopnamsp.h \
70 difeq.h \
71 $(SOPHYAINCP)machdefs.h \
72 $(SOPHYAINCP)pexceptions.h \
73 $(SOPHYAINCP)machdefs.h \
74 $(SOPHYAINCP)tvector.h \
75 $(SOPHYAINCP)tmatrix.h \
76 $(SOPHYAINCP)tarray.h \
77 $(SOPHYAINCP)basarr.h \
78 $(SOPHYAINCP)anydataobj.h \
79 $(SOPHYAINCP)mutyv.h \
80 $(SOPHYAINCP)timestamp.h \
81 $(SOPHYAINCP)objfio.h \
82 $(SOPHYAINCP)ppersist.h \
83 $(SOPHYAINCP)pexceptions.h \
84 $(SOPHYAINCP)gnumd5.h \
85 $(SOPHYAINCP)ppfbinstream.h \
86 $(SOPHYAINCP)rawstream.h \
87 $(SOPHYAINCP)ppfnametag.h \
88 $(SOPHYAINCP)dvlist.h \
89 $(SOPHYAINCP)ndatablock.h \
90 $(SOPHYAINCP)utilarr.h \
91 $(SOPHYAINCP)randinterf.h \
92 $(SOPHYAINCP)tmatrix_tsnl.h \
93 $(SOPHYAINCP)tvector_tsnl.h \
94 $(SOPHYAINCP)ctimer.h
95 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc
96
97$(SOPHYAOBJP)dynccd.o: dynccd.cc \
98 $(SOPHYAINCP)sopnamsp.h \
99 $(SOPHYAINCP)machdefs.h \
100 fmath.h \
101 $(SOPHYAINCP)srandgen.h \
102 $(SOPHYAINCP)machdefs.h \
103 $(SOPHYAINCP)randinterf.h \
104 $(SOPHYAINCP)anydataobj.h \
105 perandom.h \
106 $(SOPHYAINCP)tvector.h \
107 $(SOPHYAINCP)tmatrix.h \
108 $(SOPHYAINCP)tarray.h \
109 $(SOPHYAINCP)basarr.h \
110 $(SOPHYAINCP)mutyv.h \
111 $(SOPHYAINCP)timestamp.h \
112 $(SOPHYAINCP)objfio.h \
113 $(SOPHYAINCP)ppersist.h \
114 $(SOPHYAINCP)pexceptions.h \
115 $(SOPHYAINCP)gnumd5.h \
116 $(SOPHYAINCP)ppfbinstream.h \
117 $(SOPHYAINCP)rawstream.h \
118 $(SOPHYAINCP)ppfnametag.h \
119 $(SOPHYAINCP)dvlist.h \
120 $(SOPHYAINCP)ndatablock.h \
121 $(SOPHYAINCP)utilarr.h \
122 $(SOPHYAINCP)tmatrix_tsnl.h \
123 $(SOPHYAINCP)tvector_tsnl.h \
124 $(SOPHYAINCP)histos.h \
125 $(SOPHYAINCP)peida.h \
126 $(SOPHYAINCP)utils.h \
127 $(SOPHYAINCP)perrors.h \
128 $(SOPHYAINCP)fmath.h \
129 $(SOPHYAINCP)tvector.h \
130 classfunc.h cimage.h \
131 $(SOPHYAINCP)tmatrix.h \
132 $(SOPHYAINCP)fioarr.h \
133 dynccd.h \
134 $(SOPHYAINCP)pexceptions.h \
135 $(SOPHYAINCP)ppersist.h
136 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc
137
138$(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \
139 $(SOPHYAINCP)sopnamsp.h \
140 $(SOPHYAINCP)machdefs.h \
141 fct1dfit.h generalfit.h \
142 $(SOPHYAINCP)pexceptions.h \
143 $(SOPHYAINCP)machdefs.h \
144 $(SOPHYAINCP)tvector.h \
145 $(SOPHYAINCP)tmatrix.h \
146 $(SOPHYAINCP)tarray.h \
147 $(SOPHYAINCP)basarr.h \
148 $(SOPHYAINCP)anydataobj.h \
149 $(SOPHYAINCP)mutyv.h \
150 $(SOPHYAINCP)timestamp.h \
151 $(SOPHYAINCP)objfio.h \
152 $(SOPHYAINCP)ppersist.h \
153 $(SOPHYAINCP)pexceptions.h \
154 $(SOPHYAINCP)gnumd5.h \
155 $(SOPHYAINCP)ppfbinstream.h \
156 $(SOPHYAINCP)rawstream.h \
157 $(SOPHYAINCP)ppfnametag.h \
158 $(SOPHYAINCP)dvlist.h \
159 $(SOPHYAINCP)ndatablock.h \
160 $(SOPHYAINCP)utilarr.h \
161 $(SOPHYAINCP)randinterf.h \
162 $(SOPHYAINCP)tmatrix_tsnl.h \
163 $(SOPHYAINCP)tvector_tsnl.h \
164 generaldata.h \
165 $(SOPHYAINCP)objfio.h \
166 $(SOPHYAINCP)ppersist.h \
167 $(SOPHYAINCP)ntupintf.h \
168 poly.h peida.h \
169 $(SOPHYAINCP)utils.h \
170 $(SOPHYAINCP)perrors.h \
171 fmath.h \
172 $(SOPHYAINCP)anydataobj.h \
173 generalfunc.h nbconst.h tabmath.h
174 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc
175
176$(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \
177 $(SOPHYAINCP)sopnamsp.h \
178 $(SOPHYAINCP)machdefs.h \
179 fct2dfit.h generalfit.h \
180 $(SOPHYAINCP)pexceptions.h \
181 $(SOPHYAINCP)machdefs.h \
182 $(SOPHYAINCP)tvector.h \
183 $(SOPHYAINCP)tmatrix.h \
184 $(SOPHYAINCP)tarray.h \
185 $(SOPHYAINCP)basarr.h \
186 $(SOPHYAINCP)anydataobj.h \
187 $(SOPHYAINCP)mutyv.h \
188 $(SOPHYAINCP)timestamp.h \
189 $(SOPHYAINCP)objfio.h \
190 $(SOPHYAINCP)ppersist.h \
191 $(SOPHYAINCP)pexceptions.h \
192 $(SOPHYAINCP)gnumd5.h \
193 $(SOPHYAINCP)ppfbinstream.h \
194 $(SOPHYAINCP)rawstream.h \
195 $(SOPHYAINCP)ppfnametag.h \
196 $(SOPHYAINCP)dvlist.h \
197 $(SOPHYAINCP)ndatablock.h \
198 $(SOPHYAINCP)utilarr.h \
199 $(SOPHYAINCP)randinterf.h \
200 $(SOPHYAINCP)tmatrix_tsnl.h \
201 $(SOPHYAINCP)tvector_tsnl.h \
202 generaldata.h \
203 $(SOPHYAINCP)objfio.h \
204 $(SOPHYAINCP)ppersist.h \
205 $(SOPHYAINCP)ntupintf.h \
206 poly.h peida.h \
207 $(SOPHYAINCP)utils.h \
208 $(SOPHYAINCP)perrors.h \
209 fmath.h \
210 $(SOPHYAINCP)anydataobj.h \
211 generalfunc.h nbconst.h tabmath.h simps2d.h
212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc
213
214$(SOPHYAOBJP)fftmserver.o: fftmserver.cc \
215 $(SOPHYAINCP)sopnamsp.h \
216 fftmserver.h fftservintf.h \
217 $(SOPHYAINCP)machdefs.h \
218 $(SOPHYAINCP)pexceptions.h \
219 $(SOPHYAINCP)machdefs.h \
220 $(SOPHYAINCP)tmatrix.h \
221 $(SOPHYAINCP)tarray.h \
222 $(SOPHYAINCP)basarr.h \
223 $(SOPHYAINCP)anydataobj.h \
224 $(SOPHYAINCP)mutyv.h \
225 $(SOPHYAINCP)timestamp.h \
226 $(SOPHYAINCP)objfio.h \
227 $(SOPHYAINCP)ppersist.h \
228 $(SOPHYAINCP)pexceptions.h \
229 $(SOPHYAINCP)gnumd5.h \
230 $(SOPHYAINCP)ppfbinstream.h \
231 $(SOPHYAINCP)rawstream.h \
232 $(SOPHYAINCP)ppfnametag.h \
233 $(SOPHYAINCP)dvlist.h \
234 $(SOPHYAINCP)ndatablock.h \
235 $(SOPHYAINCP)utilarr.h \
236 $(SOPHYAINCP)randinterf.h \
237 $(SOPHYAINCP)tmatrix_tsnl.h \
238 $(SOPHYAINCP)tvector.h \
239 $(SOPHYAINCP)tmatrix.h \
240 $(SOPHYAINCP)tvector_tsnl.h \
241 fftmayer.h
242 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc
243
244$(SOPHYAOBJP)fftpserver.o: fftpserver.cc \
245 $(SOPHYAINCP)sopnamsp.h \
246 fftpserver.h fftservintf.h \
247 $(SOPHYAINCP)machdefs.h \
248 $(SOPHYAINCP)pexceptions.h \
249 $(SOPHYAINCP)machdefs.h \
250 $(SOPHYAINCP)tmatrix.h \
251 $(SOPHYAINCP)tarray.h \
252 $(SOPHYAINCP)basarr.h \
253 $(SOPHYAINCP)anydataobj.h \
254 $(SOPHYAINCP)mutyv.h \
255 $(SOPHYAINCP)timestamp.h \
256 $(SOPHYAINCP)objfio.h \
257 $(SOPHYAINCP)ppersist.h \
258 $(SOPHYAINCP)pexceptions.h \
259 $(SOPHYAINCP)gnumd5.h \
260 $(SOPHYAINCP)ppfbinstream.h \
261 $(SOPHYAINCP)rawstream.h \
262 $(SOPHYAINCP)ppfnametag.h \
263 $(SOPHYAINCP)dvlist.h \
264 $(SOPHYAINCP)ndatablock.h \
265 $(SOPHYAINCP)utilarr.h \
266 $(SOPHYAINCP)randinterf.h \
267 $(SOPHYAINCP)tmatrix_tsnl.h \
268 $(SOPHYAINCP)tvector.h \
269 $(SOPHYAINCP)tmatrix.h \
270 $(SOPHYAINCP)tvector_tsnl.h \
271 fftpackc.h
272 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc
273
274$(SOPHYAOBJP)fftservintf.o: fftservintf.cc fftservintf.h \
275 $(SOPHYAINCP)machdefs.h \
276 $(SOPHYAINCP)pexceptions.h \
277 $(SOPHYAINCP)machdefs.h \
278 $(SOPHYAINCP)tmatrix.h \
279 $(SOPHYAINCP)tarray.h \
280 $(SOPHYAINCP)basarr.h \
281 $(SOPHYAINCP)anydataobj.h \
282 $(SOPHYAINCP)mutyv.h \
283 $(SOPHYAINCP)timestamp.h \
284 $(SOPHYAINCP)objfio.h \
285 $(SOPHYAINCP)ppersist.h \
286 $(SOPHYAINCP)pexceptions.h \
287 $(SOPHYAINCP)gnumd5.h \
288 $(SOPHYAINCP)ppfbinstream.h \
289 $(SOPHYAINCP)rawstream.h \
290 $(SOPHYAINCP)ppfnametag.h \
291 $(SOPHYAINCP)dvlist.h \
292 $(SOPHYAINCP)ndatablock.h \
293 $(SOPHYAINCP)utilarr.h \
294 $(SOPHYAINCP)randinterf.h \
295 $(SOPHYAINCP)tmatrix_tsnl.h \
296 $(SOPHYAINCP)tvector.h \
297 $(SOPHYAINCP)tmatrix.h \
298 $(SOPHYAINCP)tvector_tsnl.h
299 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc
300
301$(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \
302 $(SOPHYAINCP)sopnamsp.h \
303 FSAppIrrSmpl.h \
304 $(SOPHYAINCP)machdefs.h \
305 nbmath.h \
306 $(SOPHYAINCP)smathconst.h \
307 $(SOPHYAINCP)machdefs.h \
308 $(SOPHYAINCP)timing.h \
309 $(SOPHYAINCP)array.h \
310 $(SOPHYAINCP)tarray.h \
311 $(SOPHYAINCP)basarr.h \
312 $(SOPHYAINCP)anydataobj.h \
313 $(SOPHYAINCP)mutyv.h \
314 $(SOPHYAINCP)timestamp.h \
315 $(SOPHYAINCP)objfio.h \
316 $(SOPHYAINCP)ppersist.h \
317 $(SOPHYAINCP)pexceptions.h \
318 $(SOPHYAINCP)gnumd5.h \
319 $(SOPHYAINCP)ppfbinstream.h \
320 $(SOPHYAINCP)rawstream.h \
321 $(SOPHYAINCP)ppfnametag.h \
322 $(SOPHYAINCP)dvlist.h \
323 $(SOPHYAINCP)ndatablock.h \
324 $(SOPHYAINCP)utilarr.h \
325 $(SOPHYAINCP)randinterf.h \
326 $(SOPHYAINCP)tmatrix.h \
327 $(SOPHYAINCP)tmatrix_tsnl.h \
328 $(SOPHYAINCP)tvector.h \
329 $(SOPHYAINCP)tvector_tsnl.h \
330 $(SOPHYAINCP)matharr.h \
331 $(SOPHYAINCP)fioarr.h \
332 $(SOPHYAINCP)sopemtx.h \
333 $(SOPHYAINCP)arrctcast.h \
334 $(SOPHYAINCP)spesqmtx.h \
335 $(SOPHYAINCP)diagmtx.h \
336 $(SOPHYAINCP)spesqmtx_tsnl.h \
337 $(SOPHYAINCP)trngmtx.h \
338 $(SOPHYAINCP)symmtx.h \
339 fftservintf.h \
340 $(SOPHYAINCP)pexceptions.h \
341 $(SOPHYAINCP)tmatrix.h \
342 $(SOPHYAINCP)tvector.h \
343 fftpserver.h toeplitzMatrix.h
344 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc
345
346$(SOPHYAOBJP)functab.o: functab.cc \
347 $(SOPHYAINCP)sopnamsp.h \
348 $(SOPHYAINCP)machdefs.h \
349 $(SOPHYAINCP)pexceptions.h \
350 $(SOPHYAINCP)machdefs.h \
351 functab.h \
352 $(SOPHYAINCP)tvector.h \
353 $(SOPHYAINCP)tmatrix.h \
354 $(SOPHYAINCP)tarray.h \
355 $(SOPHYAINCP)basarr.h \
356 $(SOPHYAINCP)anydataobj.h \
357 $(SOPHYAINCP)mutyv.h \
358 $(SOPHYAINCP)timestamp.h \
359 $(SOPHYAINCP)objfio.h \
360 $(SOPHYAINCP)ppersist.h \
361 $(SOPHYAINCP)pexceptions.h \
362 $(SOPHYAINCP)gnumd5.h \
363 $(SOPHYAINCP)ppfbinstream.h \
364 $(SOPHYAINCP)rawstream.h \
365 $(SOPHYAINCP)ppfnametag.h \
366 $(SOPHYAINCP)dvlist.h \
367 $(SOPHYAINCP)ndatablock.h \
368 $(SOPHYAINCP)utilarr.h \
369 $(SOPHYAINCP)randinterf.h \
370 $(SOPHYAINCP)tmatrix_tsnl.h \
371 $(SOPHYAINCP)tvector_tsnl.h \
372 $(SOPHYAINCP)tarray.h
373 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc
374
375$(SOPHYAOBJP)generaldata.o: generaldata.cc \
376 $(SOPHYAINCP)machdefs.h \
377 $(SOPHYAINCP)strutil.h \
378 nbtri.h generalfit.h \
379 $(SOPHYAINCP)pexceptions.h \
380 $(SOPHYAINCP)machdefs.h \
381 $(SOPHYAINCP)tvector.h \
382 $(SOPHYAINCP)tmatrix.h \
383 $(SOPHYAINCP)tarray.h \
384 $(SOPHYAINCP)basarr.h \
385 $(SOPHYAINCP)anydataobj.h \
386 $(SOPHYAINCP)mutyv.h \
387 $(SOPHYAINCP)timestamp.h \
388 $(SOPHYAINCP)objfio.h \
389 $(SOPHYAINCP)ppersist.h \
390 $(SOPHYAINCP)pexceptions.h \
391 $(SOPHYAINCP)gnumd5.h \
392 $(SOPHYAINCP)ppfbinstream.h \
393 $(SOPHYAINCP)rawstream.h \
394 $(SOPHYAINCP)ppfnametag.h \
395 $(SOPHYAINCP)dvlist.h \
396 $(SOPHYAINCP)ndatablock.h \
397 $(SOPHYAINCP)utilarr.h \
398 $(SOPHYAINCP)randinterf.h \
399 $(SOPHYAINCP)tmatrix_tsnl.h \
400 $(SOPHYAINCP)tvector_tsnl.h \
401 generaldata.h \
402 $(SOPHYAINCP)objfio.h \
403 $(SOPHYAINCP)ppersist.h \
404 $(SOPHYAINCP)ntupintf.h \
405 poly.h peida.h \
406 $(SOPHYAINCP)utils.h \
407 $(SOPHYAINCP)perrors.h \
408 fmath.h \
409 $(SOPHYAINCP)anydataobj.h \
410 generalfunc.h
411 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc
412
413$(SOPHYAOBJP)generalfit.o: generalfit.cc \
414 $(SOPHYAINCP)sopnamsp.h \
415 $(SOPHYAINCP)machdefs.h \
416 $(SOPHYAINCP)pexceptions.h \
417 $(SOPHYAINCP)machdefs.h \
418 generalfit.h \
419 $(SOPHYAINCP)tvector.h \
420 $(SOPHYAINCP)tmatrix.h \
421 $(SOPHYAINCP)tarray.h \
422 $(SOPHYAINCP)basarr.h \
423 $(SOPHYAINCP)anydataobj.h \
424 $(SOPHYAINCP)mutyv.h \
425 $(SOPHYAINCP)timestamp.h \
426 $(SOPHYAINCP)objfio.h \
427 $(SOPHYAINCP)ppersist.h \
428 $(SOPHYAINCP)pexceptions.h \
429 $(SOPHYAINCP)gnumd5.h \
430 $(SOPHYAINCP)ppfbinstream.h \
431 $(SOPHYAINCP)rawstream.h \
432 $(SOPHYAINCP)ppfnametag.h \
433 $(SOPHYAINCP)dvlist.h \
434 $(SOPHYAINCP)ndatablock.h \
435 $(SOPHYAINCP)utilarr.h \
436 $(SOPHYAINCP)randinterf.h \
437 $(SOPHYAINCP)tmatrix_tsnl.h \
438 $(SOPHYAINCP)tvector_tsnl.h \
439 generaldata.h \
440 $(SOPHYAINCP)objfio.h \
441 $(SOPHYAINCP)ppersist.h \
442 $(SOPHYAINCP)ntupintf.h \
443 poly.h peida.h \
444 $(SOPHYAINCP)utils.h \
445 $(SOPHYAINCP)perrors.h \
446 fmath.h \
447 $(SOPHYAINCP)anydataobj.h \
448 generalfunc.h \
449 $(SOPHYAINCP)sopemtx.h \
450 $(SOPHYAINCP)tvector.h
451 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc
452
453$(SOPHYAOBJP)generalfunc.o: generalfunc.cc \
454 $(SOPHYAINCP)sopnamsp.h \
455 $(SOPHYAINCP)machdefs.h \
456 $(SOPHYAINCP)pexceptions.h \
457 $(SOPHYAINCP)machdefs.h \
458 generalfunc.h
459 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfunc.cc
460
461$(SOPHYAOBJP)integ.o: integ.cc \
462 $(SOPHYAINCP)sopnamsp.h \
463 integ.h \
464 $(SOPHYAINCP)machdefs.h \
465 $(SOPHYAINCP)pexceptions.h \
466 $(SOPHYAINCP)machdefs.h \
467 classfunc.h generalfit.h \
468 $(SOPHYAINCP)tvector.h \
469 $(SOPHYAINCP)tmatrix.h \
470 $(SOPHYAINCP)tarray.h \
471 $(SOPHYAINCP)basarr.h \
472 $(SOPHYAINCP)anydataobj.h \
473 $(SOPHYAINCP)mutyv.h \
474 $(SOPHYAINCP)timestamp.h \
475 $(SOPHYAINCP)objfio.h \
476 $(SOPHYAINCP)ppersist.h \
477 $(SOPHYAINCP)pexceptions.h \
478 $(SOPHYAINCP)gnumd5.h \
479 $(SOPHYAINCP)ppfbinstream.h \
480 $(SOPHYAINCP)rawstream.h \
481 $(SOPHYAINCP)ppfnametag.h \
482 $(SOPHYAINCP)dvlist.h \
483 $(SOPHYAINCP)ndatablock.h \
484 $(SOPHYAINCP)utilarr.h \
485 $(SOPHYAINCP)randinterf.h \
486 $(SOPHYAINCP)tmatrix_tsnl.h \
487 $(SOPHYAINCP)tvector_tsnl.h \
488 generaldata.h \
489 $(SOPHYAINCP)objfio.h \
490 $(SOPHYAINCP)ppersist.h \
491 $(SOPHYAINCP)ntupintf.h \
492 poly.h peida.h \
493 $(SOPHYAINCP)utils.h \
494 $(SOPHYAINCP)perrors.h \
495 fmath.h \
496 $(SOPHYAINCP)anydataobj.h \
497 generalfunc.h
498 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc
499
500$(SOPHYAOBJP)median.o: median.cc
501 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ median.cc
502
503$(SOPHYAOBJP)nbtrixx.o: nbtrixx.cc \
504 $(SOPHYAINCP)machdefs.h \
505 nbtrixx.h
506 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nbtrixx.cc
507
508$(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \
509 $(SOPHYAINCP)sopnamsp.h \
510 $(SOPHYAINCP)machdefs.h \
511 ntoolsinit.h \
512 $(SOPHYAINCP)tarrinit.h \
513 $(SOPHYAINCP)sophyainit.h \
514 $(SOPHYAINCP)machdefs.h \
515 poly.h $(SOPHYAINCP)objfio.h \
516 $(SOPHYAINCP)anydataobj.h \
517 $(SOPHYAINCP)ppersist.h \
518 $(SOPHYAINCP)pexceptions.h \
519 $(SOPHYAINCP)gnumd5.h \
520 $(SOPHYAINCP)ppfbinstream.h \
521 $(SOPHYAINCP)rawstream.h \
522 $(SOPHYAINCP)ppfnametag.h \
523 peida.h $(SOPHYAINCP)utils.h \
524 $(SOPHYAINCP)perrors.h \
525 $(SOPHYAINCP)pexceptions.h \
526 fmath.h \
527 $(SOPHYAINCP)tvector.h \
528 $(SOPHYAINCP)tmatrix.h \
529 $(SOPHYAINCP)tarray.h \
530 $(SOPHYAINCP)basarr.h \
531 $(SOPHYAINCP)mutyv.h \
532 $(SOPHYAINCP)timestamp.h \
533 $(SOPHYAINCP)objfio.h \
534 $(SOPHYAINCP)dvlist.h \
535 $(SOPHYAINCP)ndatablock.h \
536 $(SOPHYAINCP)utilarr.h \
537 $(SOPHYAINCP)randinterf.h \
538 $(SOPHYAINCP)tmatrix_tsnl.h \
539 $(SOPHYAINCP)tvector_tsnl.h \
540 $(SOPHYAINCP)ppersist.h \
541 $(SOPHYAINCP)anydataobj.h \
542 generaldata.h \
543 $(SOPHYAINCP)ntupintf.h \
544 cimage.h \
545 $(SOPHYAINCP)tmatrix.h \
546 $(SOPHYAINCP)fioarr.h \
547 $(SOPHYAINCP)tvector.h \
548 tabmath.h nbconst.h dates.h datime.h
549 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc
550
551$(SOPHYAOBJP)objfitter.o: objfitter.cc \
552 $(SOPHYAINCP)sopnamsp.h \
553 objfitter.h \
554 $(SOPHYAINCP)machdefs.h \
555 $(SOPHYAINCP)tmatrix.h \
556 $(SOPHYAINCP)machdefs.h \
557 $(SOPHYAINCP)tarray.h \
558 $(SOPHYAINCP)basarr.h \
559 $(SOPHYAINCP)anydataobj.h \
560 $(SOPHYAINCP)mutyv.h \
561 $(SOPHYAINCP)timestamp.h \
562 $(SOPHYAINCP)objfio.h \
563 $(SOPHYAINCP)ppersist.h \
564 $(SOPHYAINCP)pexceptions.h \
565 $(SOPHYAINCP)gnumd5.h \
566 $(SOPHYAINCP)ppfbinstream.h \
567 $(SOPHYAINCP)rawstream.h \
568 $(SOPHYAINCP)ppfnametag.h \
569 $(SOPHYAINCP)dvlist.h \
570 $(SOPHYAINCP)ndatablock.h \
571 $(SOPHYAINCP)utilarr.h \
572 $(SOPHYAINCP)randinterf.h \
573 $(SOPHYAINCP)tmatrix_tsnl.h \
574 cimage.h \
575 $(SOPHYAINCP)fioarr.h \
576 $(SOPHYAINCP)tmatrix.h \
577 $(SOPHYAINCP)tvector.h \
578 $(SOPHYAINCP)tvector_tsnl.h \
579 $(SOPHYAINCP)tvector.h \
580 $(SOPHYAINCP)histos.h \
581 $(SOPHYAINCP)peida.h \
582 $(SOPHYAINCP)utils.h \
583 $(SOPHYAINCP)perrors.h \
584 $(SOPHYAINCP)fmath.h \
585 $(SOPHYAINCP)histos2.h \
586 $(SOPHYAINCP)histos.h \
587 $(SOPHYAINCP)hisprof.h \
588 generalfit.h \
589 $(SOPHYAINCP)pexceptions.h \
590 generaldata.h \
591 $(SOPHYAINCP)objfio.h \
592 $(SOPHYAINCP)ppersist.h \
593 $(SOPHYAINCP)ntupintf.h \
594 poly.h peida.h \
595 $(SOPHYAINCP)anydataobj.h \
596 generalfunc.h
597 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc
598
599$(SOPHYAOBJP)perandom.o: perandom.cc \
600 $(SOPHYAINCP)sopnamsp.h \
601 $(SOPHYAINCP)machdefs.h \
602 $(SOPHYAINCP)pexceptions.h \
603 $(SOPHYAINCP)machdefs.h \
604 $(SOPHYAINCP)srandgen.h \
605 $(SOPHYAINCP)randinterf.h \
606 $(SOPHYAINCP)anydataobj.h \
607 perandom.h \
608 $(SOPHYAINCP)tvector.h \
609 $(SOPHYAINCP)tmatrix.h \
610 $(SOPHYAINCP)tarray.h \
611 $(SOPHYAINCP)basarr.h \
612 $(SOPHYAINCP)mutyv.h \
613 $(SOPHYAINCP)timestamp.h \
614 $(SOPHYAINCP)objfio.h \
615 $(SOPHYAINCP)ppersist.h \
616 $(SOPHYAINCP)pexceptions.h \
617 $(SOPHYAINCP)gnumd5.h \
618 $(SOPHYAINCP)ppfbinstream.h \
619 $(SOPHYAINCP)rawstream.h \
620 $(SOPHYAINCP)ppfnametag.h \
621 $(SOPHYAINCP)dvlist.h \
622 $(SOPHYAINCP)ndatablock.h \
623 $(SOPHYAINCP)utilarr.h \
624 $(SOPHYAINCP)tmatrix_tsnl.h \
625 $(SOPHYAINCP)tvector_tsnl.h \
626 $(SOPHYAINCP)histos.h \
627 $(SOPHYAINCP)peida.h \
628 $(SOPHYAINCP)utils.h \
629 $(SOPHYAINCP)perrors.h \
630 $(SOPHYAINCP)fmath.h \
631 $(SOPHYAINCP)tvector.h \
632 classfunc.h
633 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc
634
635$(SOPHYAOBJP)poly.o: poly.cc \
636 $(SOPHYAINCP)machdefs.h \
637 poly.h $(SOPHYAINCP)objfio.h \
638 $(SOPHYAINCP)machdefs.h \
639 $(SOPHYAINCP)anydataobj.h \
640 $(SOPHYAINCP)ppersist.h \
641 $(SOPHYAINCP)pexceptions.h \
642 $(SOPHYAINCP)gnumd5.h \
643 $(SOPHYAINCP)ppfbinstream.h \
644 $(SOPHYAINCP)rawstream.h \
645 $(SOPHYAINCP)ppfnametag.h \
646 peida.h $(SOPHYAINCP)utils.h \
647 $(SOPHYAINCP)perrors.h \
648 $(SOPHYAINCP)pexceptions.h \
649 fmath.h \
650 $(SOPHYAINCP)tvector.h \
651 $(SOPHYAINCP)tmatrix.h \
652 $(SOPHYAINCP)tarray.h \
653 $(SOPHYAINCP)basarr.h \
654 $(SOPHYAINCP)mutyv.h \
655 $(SOPHYAINCP)timestamp.h \
656 $(SOPHYAINCP)objfio.h \
657 $(SOPHYAINCP)dvlist.h \
658 $(SOPHYAINCP)ndatablock.h \
659 $(SOPHYAINCP)utilarr.h \
660 $(SOPHYAINCP)randinterf.h \
661 $(SOPHYAINCP)tmatrix_tsnl.h \
662 $(SOPHYAINCP)tvector_tsnl.h \
663 $(SOPHYAINCP)ppersist.h \
664 $(SOPHYAINCP)anydataobj.h \
665 linfit.h \
666 $(SOPHYAINCP)sopemtx.h \
667 $(SOPHYAINCP)tvector.h \
668 $(SOPHYAINCP)fioarr.h
669 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc
670
671$(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
672 $(SOPHYAINCP)sopnamsp.h \
673 $(SOPHYAINCP)machdefs.h \
674 rk4cdifeq.h difeq.h \
675 $(SOPHYAINCP)pexceptions.h \
676 $(SOPHYAINCP)machdefs.h \
677 $(SOPHYAINCP)tvector.h \
678 $(SOPHYAINCP)tmatrix.h \
679 $(SOPHYAINCP)tarray.h \
680 $(SOPHYAINCP)basarr.h \
681 $(SOPHYAINCP)anydataobj.h \
682 $(SOPHYAINCP)mutyv.h \
683 $(SOPHYAINCP)timestamp.h \
684 $(SOPHYAINCP)objfio.h \
685 $(SOPHYAINCP)ppersist.h \
686 $(SOPHYAINCP)pexceptions.h \
687 $(SOPHYAINCP)gnumd5.h \
688 $(SOPHYAINCP)ppfbinstream.h \
689 $(SOPHYAINCP)rawstream.h \
690 $(SOPHYAINCP)ppfnametag.h \
691 $(SOPHYAINCP)dvlist.h \
692 $(SOPHYAINCP)ndatablock.h \
693 $(SOPHYAINCP)utilarr.h \
694 $(SOPHYAINCP)randinterf.h \
695 $(SOPHYAINCP)tmatrix_tsnl.h \
696 $(SOPHYAINCP)tvector_tsnl.h \
697 $(SOPHYAINCP)ctimer.h
698 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rk4cdifeq.cc
699
700$(SOPHYAOBJP)simplesort.o: simplesort.cc \
701 $(SOPHYAINCP)sopnamsp.h \
702 $(SOPHYAINCP)machdefs.h \
703 simplesort.h peida.h \
704 $(SOPHYAINCP)utils.h \
705 $(SOPHYAINCP)machdefs.h \
706 $(SOPHYAINCP)perrors.h \
707 $(SOPHYAINCP)pexceptions.h \
708 $(SOPHYAINCP)pexceptions.h \
709 fmath.h
710 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc
711
712$(SOPHYAOBJP)simplex.o: simplex.cc \
713 $(SOPHYAINCP)sopnamsp.h \
714 simplex.h \
715 $(SOPHYAINCP)machdefs.h \
716 $(SOPHYAINCP)tvector.h \
717 $(SOPHYAINCP)tmatrix.h \
718 $(SOPHYAINCP)machdefs.h \
719 $(SOPHYAINCP)tarray.h \
720 $(SOPHYAINCP)basarr.h \
721 $(SOPHYAINCP)anydataobj.h \
722 $(SOPHYAINCP)mutyv.h \
723 $(SOPHYAINCP)timestamp.h \
724 $(SOPHYAINCP)objfio.h \
725 $(SOPHYAINCP)ppersist.h \
726 $(SOPHYAINCP)pexceptions.h \
727 $(SOPHYAINCP)gnumd5.h \
728 $(SOPHYAINCP)ppfbinstream.h \
729 $(SOPHYAINCP)rawstream.h \
730 $(SOPHYAINCP)ppfnametag.h \
731 $(SOPHYAINCP)dvlist.h \
732 $(SOPHYAINCP)ndatablock.h \
733 $(SOPHYAINCP)utilarr.h \
734 $(SOPHYAINCP)randinterf.h \
735 $(SOPHYAINCP)tmatrix_tsnl.h \
736 $(SOPHYAINCP)tvector_tsnl.h \
737 generalfit.h \
738 $(SOPHYAINCP)pexceptions.h \
739 generaldata.h \
740 $(SOPHYAINCP)objfio.h \
741 $(SOPHYAINCP)ppersist.h \
742 $(SOPHYAINCP)ntupintf.h \
743 poly.h peida.h \
744 $(SOPHYAINCP)utils.h \
745 $(SOPHYAINCP)perrors.h \
746 fmath.h \
747 $(SOPHYAINCP)anydataobj.h \
748 generalfunc.h \
749 $(SOPHYAINCP)ntuple.h \
750 $(SOPHYAINCP)ntupintf.h \
751 $(SOPHYAINCP)timing.h
752 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc
753
754$(SOPHYAOBJP)slininterp.o: slininterp.cc slininterp.h \
755 $(SOPHYAINCP)machdefs.h \
756 genericfunc.h \
757 $(SOPHYAINCP)pexceptions.h \
758 $(SOPHYAINCP)machdefs.h \
759 classfunc.h
760 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ slininterp.cc
761
762$(SOPHYAOBJP)slinparbuff.o: slinparbuff.cc \
763 $(SOPHYAINCP)machdefs.h \
764 $(SOPHYAINCP)pexceptions.h \
765 $(SOPHYAINCP)machdefs.h \
766 slinparbuff.h
767 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ slinparbuff.cc
768
769$(SOPHYAOBJP)tabmath.o: tabmath.cc \
770 $(SOPHYAINCP)sopnamsp.h \
771 $(SOPHYAINCP)machdefs.h \
772 tabmath.h peida.h \
773 $(SOPHYAINCP)utils.h \
774 $(SOPHYAINCP)machdefs.h \
775 $(SOPHYAINCP)perrors.h \
776 $(SOPHYAINCP)pexceptions.h \
777 $(SOPHYAINCP)pexceptions.h \
778 fmath.h nbconst.h
779 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tabmath.cc
780
781$(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \
782 $(SOPHYAINCP)sopnamsp.h \
783 toeplitzMatrix.h \
784 $(SOPHYAINCP)machdefs.h \
785 nbmath.h \
786 $(SOPHYAINCP)smathconst.h \
787 $(SOPHYAINCP)machdefs.h \
788 $(SOPHYAINCP)timing.h \
789 $(SOPHYAINCP)array.h \
790 $(SOPHYAINCP)tarray.h \
791 $(SOPHYAINCP)basarr.h \
792 $(SOPHYAINCP)anydataobj.h \
793 $(SOPHYAINCP)mutyv.h \
794 $(SOPHYAINCP)timestamp.h \
795 $(SOPHYAINCP)objfio.h \
796 $(SOPHYAINCP)ppersist.h \
797 $(SOPHYAINCP)pexceptions.h \
798 $(SOPHYAINCP)gnumd5.h \
799 $(SOPHYAINCP)ppfbinstream.h \
800 $(SOPHYAINCP)rawstream.h \
801 $(SOPHYAINCP)ppfnametag.h \
802 $(SOPHYAINCP)dvlist.h \
803 $(SOPHYAINCP)ndatablock.h \
804 $(SOPHYAINCP)utilarr.h \
805 $(SOPHYAINCP)randinterf.h \
806 $(SOPHYAINCP)tmatrix.h \
807 $(SOPHYAINCP)tmatrix_tsnl.h \
808 $(SOPHYAINCP)tvector.h \
809 $(SOPHYAINCP)tvector_tsnl.h \
810 $(SOPHYAINCP)matharr.h \
811 $(SOPHYAINCP)fioarr.h \
812 $(SOPHYAINCP)sopemtx.h \
813 $(SOPHYAINCP)arrctcast.h \
814 $(SOPHYAINCP)spesqmtx.h \
815 $(SOPHYAINCP)diagmtx.h \
816 $(SOPHYAINCP)spesqmtx_tsnl.h \
817 $(SOPHYAINCP)trngmtx.h \
818 $(SOPHYAINCP)symmtx.h \
819 fftservintf.h \
820 $(SOPHYAINCP)pexceptions.h \
821 $(SOPHYAINCP)tmatrix.h \
822 $(SOPHYAINCP)tvector.h \
823 fftpserver.h
824 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc
825
826$(SOPHYAOBJP)datime.o: datime.c \
827 $(SOPHYAINCP)machdefs.h \
828 $(SOPHYAINCP)strutil.h \
829 nbconst.h datime.h
830 $(CCOMPILE) -o $@ datime.c
831
832$(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
833 $(SOPHYAINCP)machdefs.h \
834 trigtbl.h
835 $(CCOMPILE) -o $@ fftmayer_r4.c
836
837$(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
838 $(SOPHYAINCP)machdefs.h \
839 trigtbl.h
840 $(CCOMPILE) -o $@ fftmayer_r8.c
841
842$(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \
843 $(SOPHYAINCP)machdefs.h
844 $(CCOMPILE) -o $@ fftpackc.c
845
846$(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \
847 $(SOPHYAINCP)machdefs.h \
848 $(SOPHYAINCP)smathconst.h \
849 $(SOPHYAINCP)machdefs.h
850 $(CCOMPILE) -o $@ matxop.c
851
852$(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
853 $(SOPHYAINCP)machdefs.h \
854 $(SOPHYAINCP)smathconst.h \
855 $(SOPHYAINCP)machdefs.h \
856 matxop.h nbinteg.h nbtri.h
857 $(CCOMPILE) -o $@ nbmath.c
858
859$(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \
860 $(SOPHYAINCP)machdefs.h
861 $(CCOMPILE) -o $@ nbtri.c
862
Note: See TracBrowser for help on using the repository browser.