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

Last change on this file since 1330 was 1242, checked in by ansari, 25 years ago

MAJ Makefile , Reza 19/10/2000

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