Changeset 3615 in Sophya for trunk/SophyaLib/SysTools/smakefile


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/smakefile

    r3405 r3615  
    1515  $(SOPHYAINCP)pexceptions.h \
    1616  $(SOPHYAINCP)machdefs.h \
    17   $(SOPHYAINCP)srandgen.h
     17  $(SOPHYAINCP)srandgen.h \
     18  $(SOPHYAINCP)randinterf.h \
     19  $(SOPHYAINCP)anydataobj.h
    1820        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
    1921 
     
    3537  $(SOPHYAINCP)strutilxx.h cexpre.h \
    3638  $(SOPHYAINCP)pexceptions.h rpneval.h \
    37   $(SOPHYAINCP)srandgen.h zthread.h
     39  $(SOPHYAINCP)srandgen.h \
     40  $(SOPHYAINCP)randinterf.h zthread.h
    3841        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  commander.cc
    3942 
    40 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
    41   $(SOPHYAINCP)machdefs.h ctimer.h
     43$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)machdefs.h \
     44  $(SOPHYAINCP)sopnamsp.h ctimer.h
    4245        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ctimer.cc
    4346 
     
    7073  $(SOPHYAINCP)machdefs.h \
    7174  $(SOPHYAINCP)strutilxx.h \
    72   $(SOPHYAINCP)srandgen.h
     75  $(SOPHYAINCP)srandgen.h \
     76  $(SOPHYAINCP)randinterf.h \
     77  $(SOPHYAINCP)anydataobj.h
    7378        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rpneval.cc
    7479 
Note: See TracChangeset for help on using the changeset viewer.