source: Sophya/trunk/SophyaLib/NTools/smakefile@ 2854

Last change on this file since 2854 was 2765, checked in by ansari, 20 years ago

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

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