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

Last change on this file since 3753 was 3678, checked in by cmv, 16 years ago

ajout routines template C++ pout trier, cmv 16/11/2009

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