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

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

MAJ Makefile , Reza 19/10/2000

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
[1242]13$(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \
[1110]14 $(INC)pexceptions.h cimage.h \
[824]15 $(INC)tmatrix.h \
16 $(INC)tarray.h \
17 $(INC)basarr.h \
[1110]18 $(INC)anydataobj.h \
19 $(INC)mutyv.h \
20 $(INC)dvlist.h \
21 $(INC)objfio.h \
22 $(INC)ppersist.h \
23 $(INC)gnumd5.h \
[824]24 $(INC)ndatablock.h \
[1242]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
[510]30$(OBJ)datatypes.o: datatypes.cc datatypes.h \
[919]31 $(INC)machdefs.h
[1242]32$(OBJ)dates.o: dates.cc $(INC)machdefs.h \
[231]33 $(INC)perrors.h \
[510]34 $(INC)pexceptions.h dates.h
[1242]35$(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \
[824]36 $(INC)pexceptions.h \
37 $(INC)tvector.h \
38 $(INC)tmatrix.h \
39 $(INC)tarray.h \
40 $(INC)basarr.h \
41 $(INC)anydataobj.h \
[1110]42 $(INC)mutyv.h \
[824]43 $(INC)dvlist.h \
44 $(INC)objfio.h \
[231]45 $(INC)ppersist.h \
[824]46 $(INC)gnumd5.h \
[663]47 $(INC)ndatablock.h \
[824]48 $(INC)utilarr.h \
[510]49 $(INC)ctimer.h
[1242]50$(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h fmath.h \
[919]51 perandom.h $(INC)histos.h \
[824]52 $(INC)objfio.h \
[510]53 $(INC)anydataobj.h \
[231]54 $(INC)ppersist.h \
[510]55 $(INC)pexceptions.h \
[824]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 \
[1110]65 $(INC)mutyv.h \
[824]66 $(INC)dvlist.h \
67 $(INC)ndatablock.h \
[919]68 $(INC)utilarr.h nbrandom.h \
[1110]69 $(INC)srandgen.h cimage.h \
[1242]70 $(INC)fioarr.h dynccd.h
71$(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \
72 fct1dfit.h generalfit.h $(INC)pexceptions.h \
[824]73 $(INC)tvector.h \
74 $(INC)tmatrix.h \
75 $(INC)tarray.h \
76 $(INC)basarr.h \
77 $(INC)anydataobj.h \
[1110]78 $(INC)mutyv.h \
[824]79 $(INC)dvlist.h \
80 $(INC)objfio.h \
[231]81 $(INC)ppersist.h \
[824]82 $(INC)gnumd5.h \
83 $(INC)ndatablock.h \
[1242]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 \
[824]89 $(INC)tvector.h \
90 $(INC)tmatrix.h \
91 $(INC)tarray.h \
92 $(INC)basarr.h \
93 $(INC)anydataobj.h \
[1110]94 $(INC)mutyv.h \
[824]95 $(INC)dvlist.h \
96 $(INC)objfio.h \
[231]97 $(INC)ppersist.h \
[824]98 $(INC)gnumd5.h \
99 $(INC)ndatablock.h \
[1242]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
[824]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 \
[663]110 $(INC)anydataobj.h \
[1110]111 $(INC)mutyv.h \
[824]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 \
[510]120 $(INC)machdefs.h \
[663]121 $(INC)pexceptions.h \
[824]122 $(INC)tmatrix.h \
123 $(INC)tarray.h \
124 $(INC)basarr.h \
[663]125 $(INC)anydataobj.h \
[1110]126 $(INC)mutyv.h \
[824]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 \
[510]137 $(INC)machdefs.h \
[824]138 $(INC)tarray.h \
139 $(INC)basarr.h \
[663]140 $(INC)anydataobj.h \
[1110]141 $(INC)mutyv.h \
[824]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 \
[663]155 $(INC)anydataobj.h \
[1110]156 $(INC)mutyv.h \
[824]157 $(INC)dvlist.h \
[510]158 $(INC)objfio.h \
[231]159 $(INC)ppersist.h \
[824]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 \
[1242]166 $(INC)strutil.h nbtri.h generalfit.h \
167 $(INC)pexceptions.h \
[824]168 $(INC)tvector.h \
169 $(INC)tmatrix.h \
170 $(INC)tarray.h \
171 $(INC)basarr.h \
172 $(INC)anydataobj.h \
[1110]173 $(INC)mutyv.h \
[824]174 $(INC)dvlist.h \
[510]175 $(INC)objfio.h \
[824]176 $(INC)ppersist.h \
177 $(INC)gnumd5.h \
178 $(INC)ndatablock.h \
[1242]179 $(INC)utilarr.h generaldata.h ntupintf.h \
180 poly.h peida.h $(INC)utils.h \
[919]181 $(INC)perrors.h fmath.h
[1242]182$(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \
[824]183 $(INC)pexceptions.h generalfit.h \
184 $(INC)tvector.h \
185 $(INC)tmatrix.h \
186 $(INC)tarray.h \
187 $(INC)basarr.h \
[510]188 $(INC)anydataobj.h \
[1110]189 $(INC)mutyv.h \
[824]190 $(INC)dvlist.h \
191 $(INC)objfio.h \
[231]192 $(INC)ppersist.h \
[824]193 $(INC)gnumd5.h \
194 $(INC)ndatablock.h \
[1242]195 $(INC)utilarr.h generaldata.h ntupintf.h \
196 poly.h peida.h $(INC)utils.h \
[919]197 $(INC)perrors.h fmath.h \
198 $(INC)sopemtx.h
[1242]199$(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \
[824]200 $(INC)pexceptions.h generalfit.h \
201 $(INC)tvector.h \
202 $(INC)tmatrix.h \
203 $(INC)tarray.h \
204 $(INC)basarr.h \
[663]205 $(INC)anydataobj.h \
[1110]206 $(INC)mutyv.h \
[824]207 $(INC)dvlist.h \
208 $(INC)objfio.h \
209 $(INC)ppersist.h \
210 $(INC)gnumd5.h \
211 $(INC)ndatablock.h \
[1242]212 $(INC)utilarr.h generaldata.h ntupintf.h \
213 poly.h peida.h $(INC)utils.h \
[919]214 $(INC)perrors.h fmath.h
[824]215$(OBJ)median.o: median.cc
[1242]216$(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \
217 ntoolsinit.h $(INC)tarrinit.h \
[824]218 $(INC)sophyainit.h poly.h \
219 $(INC)objfio.h \
[663]220 $(INC)anydataobj.h \
[231]221 $(INC)ppersist.h \
[824]222 $(INC)pexceptions.h \
[919]223 $(INC)gnumd5.h peida.h \
224 $(INC)utils.h \
[824]225 $(INC)perrors.h fmath.h \
226 $(INC)tvector.h \
227 $(INC)tmatrix.h \
228 $(INC)tarray.h \
229 $(INC)basarr.h \
[1110]230 $(INC)mutyv.h \
[824]231 $(INC)dvlist.h \
232 $(INC)ndatablock.h \
[1242]233 $(INC)utilarr.h generaldata.h ntupintf.h \
234 cimage.h $(INC)fioarr.h tabmath.h nbconst.h \
235 dates.h datime.h
[510]236$(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
[919]237 $(INC)machdefs.h
[824]238$(OBJ)objfitter.o: objfitter.cc objfitter.h \
[510]239 $(INC)machdefs.h \
[824]240 $(INC)tmatrix.h \
241 $(INC)tarray.h \
242 $(INC)basarr.h \
243 $(INC)anydataobj.h \
[1110]244 $(INC)mutyv.h \
[824]245 $(INC)dvlist.h \
[510]246 $(INC)objfio.h \
[231]247 $(INC)ppersist.h \
[824]248 $(INC)pexceptions.h \
249 $(INC)gnumd5.h \
250 $(INC)ndatablock.h \
[1242]251 $(INC)utilarr.h cimage.h \
252 $(INC)fioarr.h \
[1110]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 \
[1242]260 $(INC)hisprof.h generalfit.h generaldata.h \
261 ntupintf.h poly.h peida.h
262$(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \
[824]263 $(INC)pexceptions.h perandom.h \
264 $(INC)histos.h \
[510]265 $(INC)objfio.h \
266 $(INC)anydataobj.h \
[231]267 $(INC)ppersist.h \
[824]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 \
[1110]277 $(INC)mutyv.h \
[824]278 $(INC)dvlist.h \
279 $(INC)ndatablock.h \
[919]280 $(INC)utilarr.h nbrandom.h \
281 $(INC)srandgen.h pemath.h
[1242]282$(OBJ)poly.o: poly.cc $(INC)machdefs.h poly.h \
283 $(INC)objfio.h \
[663]284 $(INC)anydataobj.h \
285 $(INC)ppersist.h \
286 $(INC)pexceptions.h \
[919]287 $(INC)gnumd5.h peida.h \
288 $(INC)utils.h \
[824]289 $(INC)perrors.h fmath.h \
290 $(INC)tvector.h \
291 $(INC)tmatrix.h \
292 $(INC)tarray.h \
293 $(INC)basarr.h \
[1110]294 $(INC)mutyv.h \
[824]295 $(INC)dvlist.h \
296 $(INC)ndatablock.h \
297 $(INC)utilarr.h linfit.h \
298 $(INC)sopemtx.h \
299 $(INC)fioarr.h
[1242]300$(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \
301 rk4cdifeq.h difeq.h $(INC)pexceptions.h \
[824]302 $(INC)tvector.h \
303 $(INC)tmatrix.h \
304 $(INC)tarray.h \
305 $(INC)basarr.h \
306 $(INC)anydataobj.h \
[1110]307 $(INC)mutyv.h \
[824]308 $(INC)dvlist.h \
309 $(INC)objfio.h \
[231]310 $(INC)ppersist.h \
[824]311 $(INC)gnumd5.h \
[663]312 $(INC)ndatablock.h \
[824]313 $(INC)utilarr.h \
[510]314 $(INC)ctimer.h
[1242]315$(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \
316 simplesort.h peida.h $(INC)utils.h \
[919]317 $(INC)perrors.h \
[510]318 $(INC)pexceptions.h fmath.h
[1242]319$(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \
320 tabmath.h peida.h $(INC)utils.h \
[231]321 $(INC)perrors.h \
[1242]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
[824]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
[510]329$(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
330 $(INC)machdefs.h
331$(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
[824]332 $(INC)machdefs.h \
333 $(INC)smathconst.h
[1242]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.