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

Last change on this file since 1175 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
RevLine 
[220]1include ../Mgr/Makefile.h
2
3all: $(LIB)libNTools.a
4clean:
[1110]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
[663]6 rm -f $(LIB)libNTools.a
[1110]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
[510]8 $(ARCXX) $(ARCXXFLAGS) $@ $?
[220]9ifeq ($(CXX),cxx)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[220]11endif
12
[1110]13$(OBJ)cimage.o: cimage.cc \
14 $(INC)machdefs.h \
15 $(INC)pexceptions.h cimage.h \
[824]16 $(INC)tmatrix.h \
17 $(INC)tarray.h \
18 $(INC)basarr.h \
[1110]19 $(INC)anydataobj.h \
20 $(INC)mutyv.h \
21 $(INC)dvlist.h \
22 $(INC)objfio.h \
23 $(INC)ppersist.h \
24 $(INC)gnumd5.h \
[824]25 $(INC)ndatablock.h \
[1110]26 $(INC)utilarr.h
27$(OBJ)cspline.o: cspline.cc \
28 $(INC)machdefs.h nbtri.h \
29 cspline.h $(INC)pexceptions.h
[510]30$(OBJ)datatypes.o: datatypes.cc datatypes.h \
[919]31 $(INC)machdefs.h
[1110]32$(OBJ)dates.o: dates.cc \
33 $(INC)machdefs.h \
[231]34 $(INC)perrors.h \
[510]35 $(INC)pexceptions.h dates.h
[1110]36$(OBJ)difeq.o: difeq.cc difeq.h \
37 $(INC)machdefs.h \
[824]38 $(INC)pexceptions.h \
39 $(INC)tvector.h \
40 $(INC)tmatrix.h \
41 $(INC)tarray.h \
42 $(INC)basarr.h \
43 $(INC)anydataobj.h \
[1110]44 $(INC)mutyv.h \
[824]45 $(INC)dvlist.h \
46 $(INC)objfio.h \
[231]47 $(INC)ppersist.h \
[824]48 $(INC)gnumd5.h \
[663]49 $(INC)ndatablock.h \
[824]50 $(INC)utilarr.h \
[510]51 $(INC)ctimer.h
[1110]52$(OBJ)dynccd.o: dynccd.cc \
53 $(INC)machdefs.h fmath.h \
[919]54 perandom.h $(INC)histos.h \
[824]55 $(INC)objfio.h \
[510]56 $(INC)anydataobj.h \
[231]57 $(INC)ppersist.h \
[510]58 $(INC)pexceptions.h \
[824]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 \
[1110]68 $(INC)mutyv.h \
[824]69 $(INC)dvlist.h \
70 $(INC)ndatablock.h \
[919]71 $(INC)utilarr.h nbrandom.h \
[1110]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 \
[824]77 $(INC)tvector.h \
78 $(INC)tmatrix.h \
79 $(INC)tarray.h \
80 $(INC)basarr.h \
81 $(INC)anydataobj.h \
[1110]82 $(INC)mutyv.h \
[824]83 $(INC)dvlist.h \
84 $(INC)objfio.h \
[231]85 $(INC)ppersist.h \
[824]86 $(INC)gnumd5.h \
87 $(INC)ndatablock.h \
[1110]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 \
[824]96 $(INC)tvector.h \
97 $(INC)tmatrix.h \
98 $(INC)tarray.h \
99 $(INC)basarr.h \
100 $(INC)anydataobj.h \
[1110]101 $(INC)mutyv.h \
[824]102 $(INC)dvlist.h \
103 $(INC)objfio.h \
[231]104 $(INC)ppersist.h \
[824]105 $(INC)gnumd5.h \
106 $(INC)ndatablock.h \
[1110]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
[824]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 \
[663]118 $(INC)anydataobj.h \
[1110]119 $(INC)mutyv.h \
[824]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 \
[510]128 $(INC)machdefs.h \
[663]129 $(INC)pexceptions.h \
[824]130 $(INC)tmatrix.h \
131 $(INC)tarray.h \
132 $(INC)basarr.h \
[663]133 $(INC)anydataobj.h \
[1110]134 $(INC)mutyv.h \
[824]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 \
[510]145 $(INC)machdefs.h \
[824]146 $(INC)tarray.h \
147 $(INC)basarr.h \
[663]148 $(INC)anydataobj.h \
[1110]149 $(INC)mutyv.h \
[824]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 \
[663]163 $(INC)anydataobj.h \
[1110]164 $(INC)mutyv.h \
[824]165 $(INC)dvlist.h \
[510]166 $(INC)objfio.h \
[231]167 $(INC)ppersist.h \
[824]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 \
[1110]174 $(INC)strutil.h nbtri.h \
175 generalfit.h $(INC)pexceptions.h \
[824]176 $(INC)tvector.h \
177 $(INC)tmatrix.h \
178 $(INC)tarray.h \
179 $(INC)basarr.h \
180 $(INC)anydataobj.h \
[1110]181 $(INC)mutyv.h \
[824]182 $(INC)dvlist.h \
[510]183 $(INC)objfio.h \
[824]184 $(INC)ppersist.h \
185 $(INC)gnumd5.h \
186 $(INC)ndatablock.h \
[1110]187 $(INC)utilarr.h generaldata.h \
188 ntupintf.h poly.h peida.h \
189 $(INC)utils.h \
[919]190 $(INC)perrors.h fmath.h
[1110]191$(OBJ)generalfit.o: generalfit.cc \
192 $(INC)machdefs.h \
[824]193 $(INC)pexceptions.h generalfit.h \
194 $(INC)tvector.h \
195 $(INC)tmatrix.h \
196 $(INC)tarray.h \
197 $(INC)basarr.h \
[510]198 $(INC)anydataobj.h \
[1110]199 $(INC)mutyv.h \
[824]200 $(INC)dvlist.h \
201 $(INC)objfio.h \
[231]202 $(INC)ppersist.h \
[824]203 $(INC)gnumd5.h \
204 $(INC)ndatablock.h \
[1110]205 $(INC)utilarr.h generaldata.h \
206 ntupintf.h poly.h peida.h \
207 $(INC)utils.h \
[919]208 $(INC)perrors.h fmath.h \
209 $(INC)sopemtx.h
[1110]210$(OBJ)integ.o: integ.cc integ.h \
211 $(INC)machdefs.h \
[824]212 $(INC)pexceptions.h generalfit.h \
213 $(INC)tvector.h \
214 $(INC)tmatrix.h \
215 $(INC)tarray.h \
216 $(INC)basarr.h \
[663]217 $(INC)anydataobj.h \
[1110]218 $(INC)mutyv.h \
[824]219 $(INC)dvlist.h \
220 $(INC)objfio.h \
221 $(INC)ppersist.h \
222 $(INC)gnumd5.h \
223 $(INC)ndatablock.h \
[1110]224 $(INC)utilarr.h generaldata.h \
225 ntupintf.h poly.h peida.h \
226 $(INC)utils.h \
[919]227 $(INC)perrors.h fmath.h
[824]228$(OBJ)median.o: median.cc
[1110]229$(OBJ)ntoolsinit.o: ntoolsinit.cc \
230 $(INC)machdefs.h ntoolsinit.h \
231 $(INC)tarrinit.h \
[824]232 $(INC)sophyainit.h poly.h \
233 $(INC)objfio.h \
[663]234 $(INC)anydataobj.h \
[231]235 $(INC)ppersist.h \
[824]236 $(INC)pexceptions.h \
[919]237 $(INC)gnumd5.h peida.h \
238 $(INC)utils.h \
[824]239 $(INC)perrors.h fmath.h \
240 $(INC)tvector.h \
241 $(INC)tmatrix.h \
242 $(INC)tarray.h \
243 $(INC)basarr.h \
[1110]244 $(INC)mutyv.h \
[824]245 $(INC)dvlist.h \
246 $(INC)ndatablock.h \
[1110]247 $(INC)utilarr.h generaldata.h \
248 ntupintf.h cimage.h tabmath.h nbconst.h dates.h datime.h
[510]249$(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
[919]250 $(INC)machdefs.h
[824]251$(OBJ)objfitter.o: objfitter.cc objfitter.h \
[510]252 $(INC)machdefs.h \
[824]253 $(INC)tmatrix.h \
254 $(INC)tarray.h \
255 $(INC)basarr.h \
256 $(INC)anydataobj.h \
[1110]257 $(INC)mutyv.h \
[824]258 $(INC)dvlist.h \
[510]259 $(INC)objfio.h \
[231]260 $(INC)ppersist.h \
[824]261 $(INC)pexceptions.h \
262 $(INC)gnumd5.h \
263 $(INC)ndatablock.h \
264 $(INC)utilarr.h \
[1110]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 \
[824]276 $(INC)pexceptions.h perandom.h \
277 $(INC)histos.h \
[510]278 $(INC)objfio.h \
279 $(INC)anydataobj.h \
[231]280 $(INC)ppersist.h \
[824]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 \
[1110]290 $(INC)mutyv.h \
[824]291 $(INC)dvlist.h \
292 $(INC)ndatablock.h \
[919]293 $(INC)utilarr.h nbrandom.h \
294 $(INC)srandgen.h pemath.h
[1110]295$(OBJ)poly.o: poly.cc $(INC)machdefs.h \
296 poly.h $(INC)objfio.h \
[663]297 $(INC)anydataobj.h \
298 $(INC)ppersist.h \
299 $(INC)pexceptions.h \
[919]300 $(INC)gnumd5.h peida.h \
301 $(INC)utils.h \
[824]302 $(INC)perrors.h fmath.h \
303 $(INC)tvector.h \
304 $(INC)tmatrix.h \
305 $(INC)tarray.h \
306 $(INC)basarr.h \
[1110]307 $(INC)mutyv.h \
[824]308 $(INC)dvlist.h \
309 $(INC)ndatablock.h \
310 $(INC)utilarr.h linfit.h \
311 $(INC)sopemtx.h \
312 $(INC)fioarr.h
[1110]313$(OBJ)rk4cdifeq.o: rk4cdifeq.cc \
314 $(INC)machdefs.h rk4cdifeq.h \
315 difeq.h $(INC)pexceptions.h \
[824]316 $(INC)tvector.h \
317 $(INC)tmatrix.h \
318 $(INC)tarray.h \
319 $(INC)basarr.h \
320 $(INC)anydataobj.h \
[1110]321 $(INC)mutyv.h \
[824]322 $(INC)dvlist.h \
323 $(INC)objfio.h \
[231]324 $(INC)ppersist.h \
[824]325 $(INC)gnumd5.h \
[663]326 $(INC)ndatablock.h \
[824]327 $(INC)utilarr.h \
[510]328 $(INC)ctimer.h
[1110]329$(OBJ)simplesort.o: simplesort.cc \
330 $(INC)machdefs.h simplesort.h \
331 peida.h $(INC)utils.h \
[919]332 $(INC)perrors.h \
[510]333 $(INC)pexceptions.h fmath.h
[1110]334$(OBJ)tabmath.o: tabmath.cc \
335 $(INC)machdefs.h tabmath.h \
336 peida.h $(INC)utils.h \
[231]337 $(INC)perrors.h \
[1110]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
[824]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
[510]348$(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
349 $(INC)machdefs.h
350$(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
[824]351 $(INC)machdefs.h \
352 $(INC)smathconst.h
[1110]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.