Changeset 3615 in Sophya for trunk/SophyaLib/Samba


Ignore:
Timestamp:
May 1, 2009, 1:34:31 PM (16 years ago)
Author:
cmv
Message:

Modifs relatives a l'introduction de RandomGeneratorInterface + delete de srandgen.c, cmv 01/05/2009

Location:
trunk/SophyaLib/Samba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/Makefile

    r3572 r3615  
    1212 
    1313$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
    14   $(SOPHYAINCP)stsrand.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   $(SOPHYAINCP)objfio.h \
    17   $(SOPHYAINCP)anydataobj.h \
    18   $(SOPHYAINCP)ppersist.h \
    19   $(SOPHYAINCP)pexceptions.h \
    20   $(SOPHYAINCP)gnumd5.h \
    21   $(SOPHYAINCP)ppfbinstream.h \
    22   $(SOPHYAINCP)rawstream.h \
    23   $(SOPHYAINCP)ppfnametag.h \
    24   $(SOPHYAINCP)ndatablock.h \
     14  $(SOPHYAINCP)randinterf.h \
     15  $(SOPHYAINCP)machdefs.h \
     16  $(SOPHYAINCP)anydataobj.h \
    2517  $(SOPHYAINCP)nbmath.h \
    2618  $(SOPHYAINCP)smathconst.h \
    2719  $(SOPHYAINCP)triangmtx.h \
    28   $(SOPHYAINCP)tvector.h \
    29   $(SOPHYAINCP)tmatrix.h \
    30   $(SOPHYAINCP)tarray.h \
    31   $(SOPHYAINCP)basarr.h \
    32   $(SOPHYAINCP)mutyv.h \
    33   $(SOPHYAINCP)timestamp.h \
    34   $(SOPHYAINCP)dvlist.h \
    35   $(SOPHYAINCP)utilarr.h \
     20  $(SOPHYAINCP)ndatablock.h \
     21  $(SOPHYAINCP)pexceptions.h \
     22  $(SOPHYAINCP)tvector.h \
     23  $(SOPHYAINCP)tmatrix.h \
     24  $(SOPHYAINCP)tarray.h \
     25  $(SOPHYAINCP)basarr.h \
     26  $(SOPHYAINCP)mutyv.h \
     27  $(SOPHYAINCP)timestamp.h \
     28  $(SOPHYAINCP)objfio.h \
     29  $(SOPHYAINCP)ppersist.h \
     30  $(SOPHYAINCP)gnumd5.h \
     31  $(SOPHYAINCP)ppfbinstream.h \
     32  $(SOPHYAINCP)rawstream.h \
     33  $(SOPHYAINCP)ppfnametag.h \
     34  $(SOPHYAINCP)dvlist.h \
     35  $(SOPHYAINCP)utilarr.h \
     36  $(SOPHYAINCP)randinterf.h \
    3637  $(SOPHYAINCP)tmatrix_tsnl.h \
    3738  $(SOPHYAINCP)tvector_tsnl.h
     
    4142  $(SOPHYAINCP)fmath.h bruit.h \
    4243  $(SOPHYAINCP)srandgen.h \
    43   $(SOPHYAINCP)machdefs.h
     44  $(SOPHYAINCP)machdefs.h \
     45  $(SOPHYAINCP)randinterf.h \
     46  $(SOPHYAINCP)anydataobj.h
    4447        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  bruit.cc
    4548 
     
    9194  $(SOPHYAINCP)ndatablock.h \
    9295  $(SOPHYAINCP)utilarr.h \
     96  $(SOPHYAINCP)randinterf.h \
    9397  $(SOPHYAINCP)tmatrix_tsnl.h \
    9498  $(SOPHYAINCP)tvector_tsnl.h alm.h \
    95   $(SOPHYAINCP)stsrand.h \
     99  $(SOPHYAINCP)randinterf.h \
    96100  $(SOPHYAINCP)nbmath.h \
    97101  $(SOPHYAINCP)smathconst.h \
     
    129133  $(SOPHYAINCP)ndatablock.h \
    130134  $(SOPHYAINCP)utilarr.h \
     135  $(SOPHYAINCP)randinterf.h \
    131136  $(SOPHYAINCP)tmatrix_tsnl.h \
    132137  $(SOPHYAINCP)tvector_tsnl.h \
     
    195200  $(SOPHYAINCP)ndatablock.h \
    196201  $(SOPHYAINCP)utilarr.h \
     202  $(SOPHYAINCP)randinterf.h \
    197203  $(SOPHYAINCP)tmatrix_tsnl.h \
    198204  $(SOPHYAINCP)tvector_tsnl.h \
     
    200206  $(SOPHYAINCP)fftpserver.h \
    201207  $(SOPHYAINCP)fftservintf.h \
    202   $(SOPHYAINCP)stsrand.h alm.h \
     208  $(SOPHYAINCP)randinterf.h alm.h \
    203209  $(SOPHYAINCP)nbmath.h \
    204210  $(SOPHYAINCP)triangmtx.h \
  • trunk/SophyaLib/Samba/smakefile

    r3572 r3615  
    1212 
    1313$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
    14   $(SOPHYAINCP)stsrand.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   $(SOPHYAINCP)objfio.h \
    17   $(SOPHYAINCP)anydataobj.h \
    18   $(SOPHYAINCP)ppersist.h \
    19   $(SOPHYAINCP)pexceptions.h \
    20   $(SOPHYAINCP)gnumd5.h \
    21   $(SOPHYAINCP)ppfbinstream.h \
    22   $(SOPHYAINCP)rawstream.h \
    23   $(SOPHYAINCP)ppfnametag.h \
    24   $(SOPHYAINCP)ndatablock.h \
     14  $(SOPHYAINCP)randinterf.h \
     15  $(SOPHYAINCP)machdefs.h \
     16  $(SOPHYAINCP)anydataobj.h \
    2517  $(SOPHYAINCP)nbmath.h \
    2618  $(SOPHYAINCP)smathconst.h \
    2719  $(SOPHYAINCP)triangmtx.h \
    28   $(SOPHYAINCP)tvector.h \
    29   $(SOPHYAINCP)tmatrix.h \
    30   $(SOPHYAINCP)tarray.h \
    31   $(SOPHYAINCP)basarr.h \
    32   $(SOPHYAINCP)mutyv.h \
    33   $(SOPHYAINCP)timestamp.h \
    34   $(SOPHYAINCP)dvlist.h \
    35   $(SOPHYAINCP)utilarr.h \
     20  $(SOPHYAINCP)ndatablock.h \
     21  $(SOPHYAINCP)pexceptions.h \
     22  $(SOPHYAINCP)tvector.h \
     23  $(SOPHYAINCP)tmatrix.h \
     24  $(SOPHYAINCP)tarray.h \
     25  $(SOPHYAINCP)basarr.h \
     26  $(SOPHYAINCP)mutyv.h \
     27  $(SOPHYAINCP)timestamp.h \
     28  $(SOPHYAINCP)objfio.h \
     29  $(SOPHYAINCP)ppersist.h \
     30  $(SOPHYAINCP)gnumd5.h \
     31  $(SOPHYAINCP)ppfbinstream.h \
     32  $(SOPHYAINCP)rawstream.h \
     33  $(SOPHYAINCP)ppfnametag.h \
     34  $(SOPHYAINCP)dvlist.h \
     35  $(SOPHYAINCP)utilarr.h \
     36  $(SOPHYAINCP)randinterf.h \
    3637  $(SOPHYAINCP)tmatrix_tsnl.h \
    3738  $(SOPHYAINCP)tvector_tsnl.h
     
    4142  $(SOPHYAINCP)fmath.h bruit.h \
    4243  $(SOPHYAINCP)srandgen.h \
    43   $(SOPHYAINCP)machdefs.h
     44  $(SOPHYAINCP)machdefs.h \
     45  $(SOPHYAINCP)randinterf.h \
     46  $(SOPHYAINCP)anydataobj.h
    4447        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  bruit.cc
    4548 
     
    9194  $(SOPHYAINCP)ndatablock.h \
    9295  $(SOPHYAINCP)utilarr.h \
     96  $(SOPHYAINCP)randinterf.h \
    9397  $(SOPHYAINCP)tmatrix_tsnl.h \
    9498  $(SOPHYAINCP)tvector_tsnl.h alm.h \
    95   $(SOPHYAINCP)stsrand.h \
     99  $(SOPHYAINCP)randinterf.h \
    96100  $(SOPHYAINCP)nbmath.h \
    97101  $(SOPHYAINCP)smathconst.h \
     
    129133  $(SOPHYAINCP)ndatablock.h \
    130134  $(SOPHYAINCP)utilarr.h \
     135  $(SOPHYAINCP)randinterf.h \
    131136  $(SOPHYAINCP)tmatrix_tsnl.h \
    132137  $(SOPHYAINCP)tvector_tsnl.h \
     
    195200  $(SOPHYAINCP)ndatablock.h \
    196201  $(SOPHYAINCP)utilarr.h \
     202  $(SOPHYAINCP)randinterf.h \
    197203  $(SOPHYAINCP)tmatrix_tsnl.h \
    198204  $(SOPHYAINCP)tvector_tsnl.h \
     
    200206  $(SOPHYAINCP)fftpserver.h \
    201207  $(SOPHYAINCP)fftservintf.h \
    202   $(SOPHYAINCP)stsrand.h alm.h \
     208  $(SOPHYAINCP)randinterf.h alm.h \
    203209  $(SOPHYAINCP)nbmath.h \
    204210  $(SOPHYAINCP)triangmtx.h \
Note: See TracChangeset for help on using the changeset viewer.