Changeset 919 in Sophya for trunk/SophyaLib/NTools/Makefile
- Timestamp:
- Apr 13, 2000, 6:38:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/Makefile
r824 r919 3 3 all: $(LIB)libNTools.a 4 4 clean: 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)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ) utils.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o5 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)rzimage.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 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)imageop.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nb random.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)utils.o7 $(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)imageop.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)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 12 12 13 13 $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h \15 14 $(INC)perrors.h \ 16 15 $(INC)pexceptions.h cimage.h rzimage.h \ … … 26 25 $(INC)ndatablock.h \ 27 26 $(INC)utilarr.h generaldata.h ntupintf.h \ 28 poly.h peida.h utils.h fmath.h \27 poly.h peida.h $(INC)utils.h fmath.h \ 29 28 $(INC)histos.h \ 30 29 $(INC)peida.h nbconst.h 31 30 $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \ 32 $(INC)pclassids.h nbtri.h cspline.h \ 33 $(INC)pexceptions.h 31 nbtri.h cspline.h $(INC)pexceptions.h 34 32 $(OBJ)datatypes.o: datatypes.cc datatypes.h \ 35 $(INC)machdefs.h \ 36 $(INC)pclassids.h 33 $(INC)machdefs.h 37 34 $(OBJ)dates.o: dates.cc $(INC)machdefs.h \ 38 $(INC)pclassids.h \39 35 $(INC)perrors.h \ 40 36 $(INC)pexceptions.h dates.h 41 37 $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \ 42 $(INC)pclassids.h \43 38 $(INC)pexceptions.h \ 44 39 $(INC)tvector.h \ … … 54 49 $(INC)utilarr.h \ 55 50 $(INC)ctimer.h 56 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \ 57 $(INC)pclassids.h fmath.h perandom.h \ 58 $(INC)histos.h \ 51 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h fmath.h \ 52 perandom.h $(INC)histos.h \ 59 53 $(INC)objfio.h \ 60 54 $(INC)anydataobj.h \ … … 72 66 $(INC)dvlist.h \ 73 67 $(INC)ndatablock.h \ 74 $(INC)utilarr.h nbrandom.h cimage.h \ 75 rzimage.h rzvect.h datatypes.h dynccd.h 68 $(INC)utilarr.h nbrandom.h \ 69 $(INC)srandgen.h cimage.h rzimage.h rzvect.h \ 70 datatypes.h dynccd.h 76 71 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \ 77 $(INC)pclassids.h fct1dfit.h generalfit.h \ 78 $(INC)pexceptions.h \ 79 $(INC)tvector.h \ 80 $(INC)tmatrix.h \ 81 $(INC)tarray.h \ 82 $(INC)basarr.h \ 83 $(INC)anydataobj.h \ 84 $(INC)dvlist.h \ 85 $(INC)objfio.h \ 86 $(INC)ppersist.h \ 87 $(INC)gnumd5.h \ 88 $(INC)ndatablock.h \ 89 $(INC)utilarr.h generaldata.h ntupintf.h \ 90 poly.h peida.h utils.h $(INC)perrors.h \ 91 fmath.h nbconst.h tabmath.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)dvlist.h \ 79 $(INC)objfio.h \ 80 $(INC)ppersist.h \ 81 $(INC)gnumd5.h \ 82 $(INC)ndatablock.h \ 83 $(INC)utilarr.h generaldata.h ntupintf.h \ 84 poly.h peida.h $(INC)utils.h \ 85 $(INC)perrors.h fmath.h nbconst.h tabmath.h 92 86 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \ 93 $(INC)pclassids.h fct2dfit.h generalfit.h \94 $(INC) pexceptions.h \95 $(INC)t vector.h \96 $(INC)t matrix.h \97 $(INC) tarray.h \98 $(INC) basarr.h \99 $(INC) anydataobj.h \100 $(INC) dvlist.h \101 $(INC) objfio.h \102 $(INC) ppersist.h \103 $(INC) gnumd5.h \104 $(INC) ndatablock.h \105 $(INC)utilarr.h generaldata.h ntupintf.h \106 poly.h peida.h utils.h $(INC)perrors.h \107 fmath.h nbconst.h tabmath.hsimps2d.h87 fct2dfit.h generalfit.h $(INC)pexceptions.h \ 88 $(INC)tvector.h \ 89 $(INC)tmatrix.h \ 90 $(INC)tarray.h \ 91 $(INC)basarr.h \ 92 $(INC)anydataobj.h \ 93 $(INC)dvlist.h \ 94 $(INC)objfio.h \ 95 $(INC)ppersist.h \ 96 $(INC)gnumd5.h \ 97 $(INC)ndatablock.h \ 98 $(INC)utilarr.h generaldata.h ntupintf.h \ 99 poly.h peida.h $(INC)utils.h \ 100 $(INC)perrors.h fmath.h nbconst.h tabmath.h \ 101 simps2d.h 108 102 $(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \ 109 103 $(INC)machdefs.h \ 110 $(INC)pclassids.h \111 104 $(INC)pexceptions.h \ 112 105 $(INC)tmatrix.h \ … … 123 116 $(OBJ)fftpserver.o: fftpserver.cc fftpserver.h fftservintf.h \ 124 117 $(INC)machdefs.h \ 125 $(INC)pclassids.h \126 118 $(INC)pexceptions.h \ 127 119 $(INC)tmatrix.h \ … … 140 132 $(INC)tmatrix.h \ 141 133 $(INC)machdefs.h \ 142 $(INC)pclassids.h \143 134 $(INC)tarray.h \ 144 135 $(INC)basarr.h \ … … 153 144 $(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \ 154 145 $(INC)machdefs.h \ 155 $(INC)pclassids.h \156 146 $(INC)pexceptions.h \ 157 147 $(INC)tmatrix.h \ … … 168 158 $(OBJ)generaldata.o: generaldata.cc \ 169 159 $(INC)machdefs.h \ 170 $(INC)pclassids.h \171 160 $(INC)strutil.h nbtri.h generalfit.h \ 172 161 $(INC)pexceptions.h \ … … 182 171 $(INC)ndatablock.h \ 183 172 $(INC)utilarr.h generaldata.h ntupintf.h \ 184 poly.h peida.h utils.h $(INC)perrors.h \185 fmath.h173 poly.h peida.h $(INC)utils.h \ 174 $(INC)perrors.h fmath.h 186 175 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ 187 $(INC)pclassids.h \188 176 $(INC)pexceptions.h generalfit.h \ 189 177 $(INC)tvector.h \ … … 198 186 $(INC)ndatablock.h \ 199 187 $(INC)utilarr.h generaldata.h ntupintf.h \ 200 poly.h peida.h utils.h $(INC)perrors.h \ 201 fmath.h $(INC)sopemtx.h 188 poly.h peida.h $(INC)utils.h \ 189 $(INC)perrors.h fmath.h \ 190 $(INC)sopemtx.h 202 191 $(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \ 203 $(INC)pclassids.h simplesort.h peida.h \204 utils.h$(INC)perrors.h \192 simplesort.h peida.h $(INC)utils.h \ 193 $(INC)perrors.h \ 205 194 $(INC)pexceptions.h fmath.h nbmath.h \ 206 195 $(INC)smathconst.h \ … … 220 209 cimage.h rzimage.h rzvect.h cspline.h dynccd.h nbtri.h 221 210 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 222 $(INC)pclassids.h \223 211 $(INC)pexceptions.h generalfit.h \ 224 212 $(INC)tvector.h \ … … 233 221 $(INC)ndatablock.h \ 234 222 $(INC)utilarr.h generaldata.h ntupintf.h \ 235 poly.h peida.h utils.h $(INC)perrors.h \236 fmath.h223 poly.h peida.h $(INC)utils.h \ 224 $(INC)perrors.h fmath.h 237 225 $(OBJ)median.o: median.cc 238 226 $(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \ 239 $(INC)pclassids.h ntoolsinit.h \ 240 $(INC)tarrinit.h \ 227 ntoolsinit.h $(INC)tarrinit.h \ 241 228 $(INC)sophyainit.h poly.h \ 242 229 $(INC)objfio.h \ … … 244 231 $(INC)ppersist.h \ 245 232 $(INC)pexceptions.h \ 246 $(INC)gnumd5.h peida.h utils.h \ 233 $(INC)gnumd5.h peida.h \ 234 $(INC)utils.h \ 247 235 $(INC)perrors.h fmath.h \ 248 236 $(INC)tvector.h \ … … 256 244 datime.h 257 245 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \ 258 $(INC)machdefs.h \ 259 $(INC)pclassids.h 246 $(INC)machdefs.h 260 247 $(OBJ)objfitter.o: objfitter.cc objfitter.h \ 261 248 $(INC)machdefs.h \ 262 $(INC)pclassids.h \263 249 $(INC)tmatrix.h \ 264 250 $(INC)tarray.h \ … … 273 259 $(INC)utilarr.h \ 274 260 $(INC)tvector.h generalfit.h generaldata.h \ 275 ntupintf.h poly.h peida.h utils.h \261 ntupintf.h poly.h peida.h $(INC)utils.h \ 276 262 $(INC)perrors.h fmath.h 277 263 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 278 $(INC)pclassids.h \279 264 $(INC)pexceptions.h perandom.h \ 280 265 $(INC)histos.h \ … … 293 278 $(INC)dvlist.h \ 294 279 $(INC)ndatablock.h \ 295 $(INC)utilarr.h nbrandom.h pemath.h 296 $(OBJ)poly.o: poly.cc $(INC)machdefs.h \ 297 $(INC)pclassids.h poly.h \ 298 $(INC)objfio.h \ 299 $(INC)anydataobj.h \ 300 $(INC)ppersist.h \ 301 $(INC)pexceptions.h \ 302 $(INC)gnumd5.h peida.h utils.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 \ 303 289 $(INC)perrors.h fmath.h \ 304 290 $(INC)tvector.h \ … … 312 298 $(INC)fioarr.h 313 299 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \ 314 $(INC)pclassids.h rk4cdifeq.h difeq.h \ 315 $(INC)pexceptions.h \ 300 rk4cdifeq.h difeq.h $(INC)pexceptions.h \ 316 301 $(INC)tvector.h \ 317 302 $(INC)tmatrix.h \ … … 327 312 $(INC)ctimer.h 328 313 $(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \ 329 $(INC)pclassids.h rzimage.h rzvect.h \ 330 $(INC)pexceptions.h \ 314 rzimage.h rzvect.h $(INC)pexceptions.h \ 331 315 $(INC)perrors.h datatypes.h \ 332 316 $(INC)ppersist.h \ … … 341 325 $(INC)ndatablock.h \ 342 326 $(INC)utilarr.h generaldata.h ntupintf.h \ 343 poly.h peida.h utils.h fmath.h327 poly.h peida.h $(INC)utils.h fmath.h 344 328 $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \ 345 $(INC)pclassids.h simplesort.h peida.h \346 utils.h$(INC)perrors.h \329 simplesort.h peida.h $(INC)utils.h \ 330 $(INC)perrors.h \ 347 331 $(INC)pexceptions.h fmath.h 348 332 $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \ 349 $(INC)pclassids.h tabmath.h peida.hutils.h \333 tabmath.h peida.h $(INC)utils.h \ 350 334 $(INC)perrors.h \ 351 335 $(INC)pexceptions.h fmath.h nbconst.h 352 $(OBJ)utils.o: utils.cc $(INC)machdefs.h \353 $(INC)pclassids.h utils.h \354 $(INC)pexceptions.h355 336 $(OBJ)datime.o: datime.c $(INC)machdefs.h \ 356 337 $(INC)strutil.h nbconst.h datime.h … … 367 348 $(INC)smathconst.h matxop.h nbinteg.h \ 368 349 nbtri.h 369 $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \370 nbmath.h $(INC)smathconst.h nbrandom.h371 350 $(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
Note:
See TracChangeset
for help on using the changeset viewer.