Changeset 1242 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Oct 19, 2000, 4:13:54 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/Makefile
r1110 r1242 11 11 endif 12 12 13 $(OBJ)cimage.o: cimage.cc \ 14 $(INC)machdefs.h \ 13 $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \ 15 14 $(INC)pexceptions.h cimage.h \ 16 15 $(INC)tmatrix.h \ … … 24 23 $(INC)gnumd5.h \ 25 24 $(INC)ndatablock.h \ 26 $(INC)utilarr.h 27 $(OBJ)cspline.o: cspline.cc \ 28 $(INC)machdefs.h nbtri.h \ 29 cspline.h $(INC)pexceptions.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 30 $(OBJ)datatypes.o: datatypes.cc datatypes.h \ 31 31 $(INC)machdefs.h 32 $(OBJ)dates.o: dates.cc \ 33 $(INC)machdefs.h \ 32 $(OBJ)dates.o: dates.cc $(INC)machdefs.h \ 34 33 $(INC)perrors.h \ 35 34 $(INC)pexceptions.h dates.h 36 $(OBJ)difeq.o: difeq.cc difeq.h \ 37 $(INC)machdefs.h \ 35 $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \ 38 36 $(INC)pexceptions.h \ 39 37 $(INC)tvector.h \ … … 50 48 $(INC)utilarr.h \ 51 49 $(INC)ctimer.h 52 $(OBJ)dynccd.o: dynccd.cc \ 53 $(INC)machdefs.h fmath.h \ 50 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h fmath.h \ 54 51 perandom.h $(INC)histos.h \ 55 52 $(INC)objfio.h \ … … 71 68 $(INC)utilarr.h nbrandom.h \ 72 69 $(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 \ 77 $(INC)tvector.h \ 78 $(INC)tmatrix.h \ 79 $(INC)tarray.h \ 80 $(INC)basarr.h \ 81 $(INC)anydataobj.h \ 82 $(INC)mutyv.h \ 83 $(INC)dvlist.h \ 84 $(INC)objfio.h \ 85 $(INC)ppersist.h \ 86 $(INC)gnumd5.h \ 87 $(INC)ndatablock.h \ 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 \ 96 $(INC)tvector.h \ 97 $(INC)tmatrix.h \ 98 $(INC)tarray.h \ 99 $(INC)basarr.h \ 100 $(INC)anydataobj.h \ 101 $(INC)mutyv.h \ 102 $(INC)dvlist.h \ 103 $(INC)objfio.h \ 104 $(INC)ppersist.h \ 105 $(INC)gnumd5.h \ 106 $(INC)ndatablock.h \ 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 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 112 104 $(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \ 113 105 $(INC)machdefs.h \ … … 172 164 $(OBJ)generaldata.o: generaldata.cc \ 173 165 $(INC)machdefs.h \ 174 $(INC)strutil.h nbtri.h \ 175 generalfit.h $(INC)pexceptions.h \ 176 $(INC)tvector.h \ 177 $(INC)tmatrix.h \ 178 $(INC)tarray.h \ 179 $(INC)basarr.h \ 180 $(INC)anydataobj.h \ 181 $(INC)mutyv.h \ 182 $(INC)dvlist.h \ 183 $(INC)objfio.h \ 184 $(INC)ppersist.h \ 185 $(INC)gnumd5.h \ 186 $(INC)ndatablock.h \ 187 $(INC)utilarr.h generaldata.h \ 188 ntupintf.h poly.h peida.h \ 189 $(INC)utils.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 \ 190 181 $(INC)perrors.h fmath.h 191 $(OBJ)generalfit.o: generalfit.cc \ 192 $(INC)machdefs.h \ 182 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ 193 183 $(INC)pexceptions.h generalfit.h \ 194 184 $(INC)tvector.h \ … … 203 193 $(INC)gnumd5.h \ 204 194 $(INC)ndatablock.h \ 205 $(INC)utilarr.h generaldata.h \ 206 ntupintf.h poly.h peida.h \ 207 $(INC)utils.h \ 195 $(INC)utilarr.h generaldata.h ntupintf.h \ 196 poly.h peida.h $(INC)utils.h \ 208 197 $(INC)perrors.h fmath.h \ 209 198 $(INC)sopemtx.h 210 $(OBJ)integ.o: integ.cc integ.h \ 211 $(INC)machdefs.h \ 199 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 212 200 $(INC)pexceptions.h generalfit.h \ 213 201 $(INC)tvector.h \ … … 222 210 $(INC)gnumd5.h \ 223 211 $(INC)ndatablock.h \ 224 $(INC)utilarr.h generaldata.h \ 225 ntupintf.h poly.h peida.h \ 226 $(INC)utils.h \ 212 $(INC)utilarr.h generaldata.h ntupintf.h \ 213 poly.h peida.h $(INC)utils.h \ 227 214 $(INC)perrors.h fmath.h 228 215 $(OBJ)median.o: median.cc 229 $(OBJ)ntoolsinit.o: ntoolsinit.cc \ 230 $(INC)machdefs.h ntoolsinit.h \ 231 $(INC)tarrinit.h \ 216 $(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \ 217 ntoolsinit.h $(INC)tarrinit.h \ 232 218 $(INC)sophyainit.h poly.h \ 233 219 $(INC)objfio.h \ … … 245 231 $(INC)dvlist.h \ 246 232 $(INC)ndatablock.h \ 247 $(INC)utilarr.h generaldata.h \ 248 ntupintf.h cimage.h tabmath.h nbconst.h dates.h datime.h 233 $(INC)utilarr.h generaldata.h ntupintf.h \ 234 cimage.h $(INC)fioarr.h tabmath.h nbconst.h \ 235 dates.h datime.h 249 236 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \ 250 237 $(INC)machdefs.h … … 262 249 $(INC)gnumd5.h \ 263 250 $(INC)ndatablock.h \ 264 $(INC)utilarr.h \ 251 $(INC)utilarr.h cimage.h \ 252 $(INC)fioarr.h \ 265 253 $(INC)tvector.h \ 266 254 $(INC)histos.h \ … … 270 258 $(INC)fmath.h \ 271 259 $(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 \ 260 $(INC)hisprof.h generalfit.h generaldata.h \ 261 ntupintf.h poly.h peida.h 262 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 276 263 $(INC)pexceptions.h perandom.h \ 277 264 $(INC)histos.h \ … … 293 280 $(INC)utilarr.h nbrandom.h \ 294 281 $(INC)srandgen.h pemath.h 295 $(OBJ)poly.o: poly.cc $(INC)machdefs.h \296 poly.h$(INC)objfio.h \282 $(OBJ)poly.o: poly.cc $(INC)machdefs.h poly.h \ 283 $(INC)objfio.h \ 297 284 $(INC)anydataobj.h \ 298 285 $(INC)ppersist.h \ … … 311 298 $(INC)sopemtx.h \ 312 299 $(INC)fioarr.h 313 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc \ 314 $(INC)machdefs.h rk4cdifeq.h \ 315 difeq.h $(INC)pexceptions.h \ 300 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \ 301 rk4cdifeq.h difeq.h $(INC)pexceptions.h \ 316 302 $(INC)tvector.h \ 317 303 $(INC)tmatrix.h \ … … 327 313 $(INC)utilarr.h \ 328 314 $(INC)ctimer.h 329 $(OBJ)simplesort.o: simplesort.cc \ 330 $(INC)machdefs.h simplesort.h \ 331 peida.h $(INC)utils.h \ 315 $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \ 316 simplesort.h peida.h $(INC)utils.h \ 332 317 $(INC)perrors.h \ 333 318 $(INC)pexceptions.h fmath.h 334 $(OBJ)tabmath.o: tabmath.cc \ 335 $(INC)machdefs.h tabmath.h \ 336 peida.h $(INC)utils.h \ 337 $(INC)perrors.h \ 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 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 344 325 $(OBJ)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \ 345 326 $(INC)machdefs.h trigtbl.h … … 351 332 $(INC)machdefs.h \ 352 333 $(INC)smathconst.h 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 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 TracChangeset
for help on using the changeset viewer.