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

Last change on this file since 1120 was 1110, checked in by ansari, 25 years ago

on vire imageop.o de objlis.list
instanciations GNU des fct de dynccd.cc Noise... etc...
des fct passees en const dans GeneralFitData
objfitter prend les Histo/Histo2D/HProf/GeneralFitData

cmv 28/7/00

File size: 8.9 KB
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libNTools.a
4clean:
5 rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o
6 rm -f $(LIB)libNTools.a
7$(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o
8 $(ARCXX) $(ARCXXFLAGS) $@ $?
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)cimage.o: cimage.cc \
14 $(INC)machdefs.h \
15 $(INC)pexceptions.h cimage.h \
16 $(INC)tmatrix.h \
17 $(INC)tarray.h \
18 $(INC)basarr.h \
19 $(INC)anydataobj.h \
20 $(INC)mutyv.h \
21 $(INC)dvlist.h \
22 $(INC)objfio.h \
23 $(INC)ppersist.h \
24 $(INC)gnumd5.h \
25 $(INC)ndatablock.h \
26 $(INC)utilarr.h
27$(OBJ)cspline.o: cspline.cc \
28 $(INC)machdefs.h nbtri.h \
29 cspline.h $(INC)pexceptions.h
30$(OBJ)datatypes.o: datatypes.cc datatypes.h \
31 $(INC)machdefs.h
32$(OBJ)dates.o: dates.cc \
33 $(INC)machdefs.h \
34 $(INC)perrors.h \
35 $(INC)pexceptions.h dates.h
36$(OBJ)difeq.o: difeq.cc difeq.h \
37 $(INC)machdefs.h \
38 $(INC)pexceptions.h \
39 $(INC)tvector.h \
40 $(INC)tmatrix.h \
41 $(INC)tarray.h \
42 $(INC)basarr.h \
43 $(INC)anydataobj.h \
44 $(INC)mutyv.h \
45 $(INC)dvlist.h \
46 $(INC)objfio.h \
47 $(INC)ppersist.h \
48 $(INC)gnumd5.h \
49 $(INC)ndatablock.h \
50 $(INC)utilarr.h \
51 $(INC)ctimer.h
52$(OBJ)dynccd.o: dynccd.cc \
53 $(INC)machdefs.h fmath.h \
54 perandom.h $(INC)histos.h \
55 $(INC)objfio.h \
56 $(INC)anydataobj.h \
57 $(INC)ppersist.h \
58 $(INC)pexceptions.h \
59 $(INC)gnumd5.h \
60 $(INC)peida.h \
61 $(INC)utils.h \
62 $(INC)perrors.h \
63 $(INC)fmath.h \
64 $(INC)tvector.h \
65 $(INC)tmatrix.h \
66 $(INC)tarray.h \
67 $(INC)basarr.h \
68 $(INC)mutyv.h \
69 $(INC)dvlist.h \
70 $(INC)ndatablock.h \
71 $(INC)utilarr.h nbrandom.h \
72 $(INC)srandgen.h cimage.h \
73 dynccd.h
74$(OBJ)fct1dfit.o: fct1dfit.cc \
75 $(INC)machdefs.h fct1dfit.h \
76 generalfit.h $(INC)pexceptions.h \
77 $(INC)tvector.h \
78 $(INC)tmatrix.h \
79 $(INC)tarray.h \
80 $(INC)basarr.h \
81 $(INC)anydataobj.h \
82 $(INC)mutyv.h \
83 $(INC)dvlist.h \
84 $(INC)objfio.h \
85 $(INC)ppersist.h \
86 $(INC)gnumd5.h \
87 $(INC)ndatablock.h \
88 $(INC)utilarr.h generaldata.h \
89 ntupintf.h poly.h peida.h \
90 $(INC)utils.h \
91 $(INC)perrors.h fmath.h \
92 nbconst.h tabmath.h
93$(OBJ)fct2dfit.o: fct2dfit.cc \
94 $(INC)machdefs.h fct2dfit.h \
95 generalfit.h $(INC)pexceptions.h \
96 $(INC)tvector.h \
97 $(INC)tmatrix.h \
98 $(INC)tarray.h \
99 $(INC)basarr.h \
100 $(INC)anydataobj.h \
101 $(INC)mutyv.h \
102 $(INC)dvlist.h \
103 $(INC)objfio.h \
104 $(INC)ppersist.h \
105 $(INC)gnumd5.h \
106 $(INC)ndatablock.h \
107 $(INC)utilarr.h generaldata.h \
108 ntupintf.h poly.h peida.h \
109 $(INC)utils.h \
110 $(INC)perrors.h fmath.h \
111 nbconst.h tabmath.h simps2d.h
112$(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \
113 $(INC)machdefs.h \
114 $(INC)pexceptions.h \
115 $(INC)tmatrix.h \
116 $(INC)tarray.h \
117 $(INC)basarr.h \
118 $(INC)anydataobj.h \
119 $(INC)mutyv.h \
120 $(INC)dvlist.h \
121 $(INC)objfio.h \
122 $(INC)ppersist.h \
123 $(INC)gnumd5.h \
124 $(INC)ndatablock.h \
125 $(INC)utilarr.h \
126 $(INC)tvector.h fftmayer.h
127$(OBJ)fftpserver.o: fftpserver.cc fftpserver.h fftservintf.h \
128 $(INC)machdefs.h \
129 $(INC)pexceptions.h \
130 $(INC)tmatrix.h \
131 $(INC)tarray.h \
132 $(INC)basarr.h \
133 $(INC)anydataobj.h \
134 $(INC)mutyv.h \
135 $(INC)dvlist.h \
136 $(INC)objfio.h \
137 $(INC)ppersist.h \
138 $(INC)gnumd5.h \
139 $(INC)ndatablock.h \
140 $(INC)utilarr.h \
141 $(INC)tvector.h fftpackc.h
142$(OBJ)fftserver.o: fftserver.cc fftserver.h \
143 $(INC)tvector.h \
144 $(INC)tmatrix.h \
145 $(INC)machdefs.h \
146 $(INC)tarray.h \
147 $(INC)basarr.h \
148 $(INC)anydataobj.h \
149 $(INC)mutyv.h \
150 $(INC)dvlist.h \
151 $(INC)objfio.h \
152 $(INC)ppersist.h \
153 $(INC)pexceptions.h \
154 $(INC)gnumd5.h \
155 $(INC)ndatablock.h \
156 $(INC)utilarr.h
157$(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \
158 $(INC)machdefs.h \
159 $(INC)pexceptions.h \
160 $(INC)tmatrix.h \
161 $(INC)tarray.h \
162 $(INC)basarr.h \
163 $(INC)anydataobj.h \
164 $(INC)mutyv.h \
165 $(INC)dvlist.h \
166 $(INC)objfio.h \
167 $(INC)ppersist.h \
168 $(INC)gnumd5.h \
169 $(INC)ndatablock.h \
170 $(INC)utilarr.h \
171 $(INC)tvector.h
172$(OBJ)generaldata.o: generaldata.cc \
173 $(INC)machdefs.h \
174 $(INC)strutil.h nbtri.h \
175 generalfit.h $(INC)pexceptions.h \
176 $(INC)tvector.h \
177 $(INC)tmatrix.h \
178 $(INC)tarray.h \
179 $(INC)basarr.h \
180 $(INC)anydataobj.h \
181 $(INC)mutyv.h \
182 $(INC)dvlist.h \
183 $(INC)objfio.h \
184 $(INC)ppersist.h \
185 $(INC)gnumd5.h \
186 $(INC)ndatablock.h \
187 $(INC)utilarr.h generaldata.h \
188 ntupintf.h poly.h peida.h \
189 $(INC)utils.h \
190 $(INC)perrors.h fmath.h
191$(OBJ)generalfit.o: generalfit.cc \
192 $(INC)machdefs.h \
193 $(INC)pexceptions.h generalfit.h \
194 $(INC)tvector.h \
195 $(INC)tmatrix.h \
196 $(INC)tarray.h \
197 $(INC)basarr.h \
198 $(INC)anydataobj.h \
199 $(INC)mutyv.h \
200 $(INC)dvlist.h \
201 $(INC)objfio.h \
202 $(INC)ppersist.h \
203 $(INC)gnumd5.h \
204 $(INC)ndatablock.h \
205 $(INC)utilarr.h generaldata.h \
206 ntupintf.h poly.h peida.h \
207 $(INC)utils.h \
208 $(INC)perrors.h fmath.h \
209 $(INC)sopemtx.h
210$(OBJ)integ.o: integ.cc integ.h \
211 $(INC)machdefs.h \
212 $(INC)pexceptions.h generalfit.h \
213 $(INC)tvector.h \
214 $(INC)tmatrix.h \
215 $(INC)tarray.h \
216 $(INC)basarr.h \
217 $(INC)anydataobj.h \
218 $(INC)mutyv.h \
219 $(INC)dvlist.h \
220 $(INC)objfio.h \
221 $(INC)ppersist.h \
222 $(INC)gnumd5.h \
223 $(INC)ndatablock.h \
224 $(INC)utilarr.h generaldata.h \
225 ntupintf.h poly.h peida.h \
226 $(INC)utils.h \
227 $(INC)perrors.h fmath.h
228$(OBJ)median.o: median.cc
229$(OBJ)ntoolsinit.o: ntoolsinit.cc \
230 $(INC)machdefs.h ntoolsinit.h \
231 $(INC)tarrinit.h \
232 $(INC)sophyainit.h poly.h \
233 $(INC)objfio.h \
234 $(INC)anydataobj.h \
235 $(INC)ppersist.h \
236 $(INC)pexceptions.h \
237 $(INC)gnumd5.h peida.h \
238 $(INC)utils.h \
239 $(INC)perrors.h fmath.h \
240 $(INC)tvector.h \
241 $(INC)tmatrix.h \
242 $(INC)tarray.h \
243 $(INC)basarr.h \
244 $(INC)mutyv.h \
245 $(INC)dvlist.h \
246 $(INC)ndatablock.h \
247 $(INC)utilarr.h generaldata.h \
248 ntupintf.h cimage.h tabmath.h nbconst.h dates.h datime.h
249$(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
250 $(INC)machdefs.h
251$(OBJ)objfitter.o: objfitter.cc objfitter.h \
252 $(INC)machdefs.h \
253 $(INC)tmatrix.h \
254 $(INC)tarray.h \
255 $(INC)basarr.h \
256 $(INC)anydataobj.h \
257 $(INC)mutyv.h \
258 $(INC)dvlist.h \
259 $(INC)objfio.h \
260 $(INC)ppersist.h \
261 $(INC)pexceptions.h \
262 $(INC)gnumd5.h \
263 $(INC)ndatablock.h \
264 $(INC)utilarr.h \
265 $(INC)tvector.h \
266 $(INC)histos.h \
267 $(INC)peida.h \
268 $(INC)utils.h \
269 $(INC)perrors.h \
270 $(INC)fmath.h \
271 $(INC)histos2.h \
272 $(INC)hisprof.h generalfit.h \
273 generaldata.h ntupintf.h poly.h peida.h
274$(OBJ)perandom.o: perandom.cc \
275 $(INC)machdefs.h \
276 $(INC)pexceptions.h perandom.h \
277 $(INC)histos.h \
278 $(INC)objfio.h \
279 $(INC)anydataobj.h \
280 $(INC)ppersist.h \
281 $(INC)gnumd5.h \
282 $(INC)peida.h \
283 $(INC)utils.h \
284 $(INC)perrors.h \
285 $(INC)fmath.h \
286 $(INC)tvector.h \
287 $(INC)tmatrix.h \
288 $(INC)tarray.h \
289 $(INC)basarr.h \
290 $(INC)mutyv.h \
291 $(INC)dvlist.h \
292 $(INC)ndatablock.h \
293 $(INC)utilarr.h nbrandom.h \
294 $(INC)srandgen.h pemath.h
295$(OBJ)poly.o: poly.cc $(INC)machdefs.h \
296 poly.h $(INC)objfio.h \
297 $(INC)anydataobj.h \
298 $(INC)ppersist.h \
299 $(INC)pexceptions.h \
300 $(INC)gnumd5.h peida.h \
301 $(INC)utils.h \
302 $(INC)perrors.h fmath.h \
303 $(INC)tvector.h \
304 $(INC)tmatrix.h \
305 $(INC)tarray.h \
306 $(INC)basarr.h \
307 $(INC)mutyv.h \
308 $(INC)dvlist.h \
309 $(INC)ndatablock.h \
310 $(INC)utilarr.h linfit.h \
311 $(INC)sopemtx.h \
312 $(INC)fioarr.h
313$(OBJ)rk4cdifeq.o: rk4cdifeq.cc \
314 $(INC)machdefs.h rk4cdifeq.h \
315 difeq.h $(INC)pexceptions.h \
316 $(INC)tvector.h \
317 $(INC)tmatrix.h \
318 $(INC)tarray.h \
319 $(INC)basarr.h \
320 $(INC)anydataobj.h \
321 $(INC)mutyv.h \
322 $(INC)dvlist.h \
323 $(INC)objfio.h \
324 $(INC)ppersist.h \
325 $(INC)gnumd5.h \
326 $(INC)ndatablock.h \
327 $(INC)utilarr.h \
328 $(INC)ctimer.h
329$(OBJ)simplesort.o: simplesort.cc \
330 $(INC)machdefs.h simplesort.h \
331 peida.h $(INC)utils.h \
332 $(INC)perrors.h \
333 $(INC)pexceptions.h fmath.h
334$(OBJ)tabmath.o: tabmath.cc \
335 $(INC)machdefs.h tabmath.h \
336 peida.h $(INC)utils.h \
337 $(INC)perrors.h \
338 $(INC)pexceptions.h fmath.h \
339 nbconst.h
340$(OBJ)datime.o: datime.c \
341 $(INC)machdefs.h \
342 $(INC)strutil.h nbconst.h \
343 datime.h
344$(OBJ)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
345 $(INC)machdefs.h trigtbl.h
346$(OBJ)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
347 $(INC)machdefs.h trigtbl.h
348$(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
349 $(INC)machdefs.h
350$(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
351 $(INC)machdefs.h \
352 $(INC)smathconst.h
353$(OBJ)nbmath.o: nbmath.c nbmath.h \
354 $(INC)machdefs.h \
355 $(INC)smathconst.h matxop.h \
356 nbinteg.h nbtri.h
357$(OBJ)nbtri.o: nbtri.c nbtri.h \
358 $(INC)machdefs.h
Note: See TracBrowser for help on using the repository browser.