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

Last change on this file since 2893 was 2834, checked in by ansari, 20 years ago

MAJ Makefile - Reza 8/11/2005

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