Changeset 3572 in Sophya for trunk/SophyaLib/Samba/smakefile


Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/smakefile

    r3405 r3572  
    1212 
    1313$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
    14   $(SOPHYAINCP)srandgen.h \
    15   $(SOPHYAINCP)machdefs.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 \
    1625  $(SOPHYAINCP)nbmath.h \
    1726  $(SOPHYAINCP)smathconst.h \
    1827  $(SOPHYAINCP)triangmtx.h \
    19   $(SOPHYAINCP)ndatablock.h \
    20   $(SOPHYAINCP)anydataobj.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 \
     28  $(SOPHYAINCP)tvector.h \
     29  $(SOPHYAINCP)tmatrix.h \
     30  $(SOPHYAINCP)tarray.h \
     31  $(SOPHYAINCP)basarr.h \
     32  $(SOPHYAINCP)mutyv.h \
     33  $(SOPHYAINCP)timestamp.h \
    3434  $(SOPHYAINCP)dvlist.h \
    3535  $(SOPHYAINCP)utilarr.h \
     
    9393  $(SOPHYAINCP)tmatrix_tsnl.h \
    9494  $(SOPHYAINCP)tvector_tsnl.h alm.h \
    95   $(SOPHYAINCP)srandgen.h \
     95  $(SOPHYAINCP)stsrand.h \
    9696  $(SOPHYAINCP)nbmath.h \
    9797  $(SOPHYAINCP)smathconst.h \
    9898  $(SOPHYAINCP)triangmtx.h \
     99  $(SOPHYAINCP)pexceptions.h \
    99100  $(SOPHYAINCP)nbconst.h
    100101        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  lambdaBuilder.cc
     
    198199  $(SOPHYAINCP)fftservintf.h \
    199200  $(SOPHYAINCP)fftpserver.h \
    200   $(SOPHYAINCP)fftservintf.h alm.h \
    201   $(SOPHYAINCP)srandgen.h \
     201  $(SOPHYAINCP)fftservintf.h \
     202  $(SOPHYAINCP)stsrand.h alm.h \
    202203  $(SOPHYAINCP)nbmath.h \
    203204  $(SOPHYAINCP)triangmtx.h \
    204205  $(SOPHYAINCP)tvector.h lambdaBuilder.h \
    205206  $(SOPHYAINCP)ndatablock.h \
     207  $(SOPHYAINCP)pexceptions.h \
    206208  $(SOPHYAINCP)timing.h
    207209        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sphericaltransformserver.cc
Note: See TracChangeset for help on using the changeset viewer.