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