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

Last change on this file since 2015 was 1949, checked in by ansari, 24 years ago

MAJ Makefile et objlist suite ajout FSAppIrrSmpl.h .cc par GLM - Reza 27/3/2002

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