Changeset 3602 in Sophya
- Timestamp:
- Apr 28, 2009, 5:24:15 PM (16 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 20 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r3403 r3602 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)ra wstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)srandgen.o6 rm -f $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)randfmt.o $(SOPHYAOBJP)randinterf.o $(SOPHYAOBJP)randr48.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)dSFMT.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)srandgen.o 7 7 rm -f $(SOPHYALIBP)libBaseTools.a 8 8 9 $(SOPHYALIBP)libBaseTools.a : $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)d vlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)srandgen.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o9 $(SOPHYALIBP)libBaseTools.a : $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dSFMT.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)randfmt.o $(SOPHYAOBJP)randinterf.o $(SOPHYAOBJP)randr48.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)srandgen.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 59 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 60 60 61 $(SOPHYAOBJP)randfmt.o: randfmt.cc randfmt.h \ 62 $(SOPHYAINCP)machdefs.h objfio.h anydataobj.h \ 63 ppersist.h pexceptions.h gnumd5.h ppfbinstream.h rawstream.h \ 64 ppfnametag.h dsfmtflags.h dSFMT.h randinterf.h 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randfmt.cc 66 67 $(SOPHYAOBJP)randinterf.o: randinterf.cc sopnamsp.h \ 68 $(SOPHYAINCP)machdefs.h pexceptions.h \ 69 randinterf.h anydataobj.h 70 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randinterf.cc 71 72 $(SOPHYAOBJP)randr48.o: randr48.cc $(SOPHYAINCP)machdefs.h \ 73 thsafeop.h pexceptions.h fiondblock.h ppersist.h gnumd5.h \ 74 ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h \ 75 randr48.h objfio.h randinterf.h 76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randr48.cc 77 61 78 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 62 79 $(SOPHYAINCP)machdefs.h pexceptions.h … … 67 84 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 68 85 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \ 69 mutyv.h timestamp.h stsrand.h fiosegdb.h segdatablock.h thsafeop.h \ 86 mutyv.h timestamp.h stsrand.h randr48.h randinterf.h randfmt.h \ 87 dsfmtflags.h dSFMT.h fiosegdb.h segdatablock.h thsafeop.h \ 70 88 ppftpointerio.h ppfwrapstlv.h sversion.h 71 89 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc … … 82 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 83 101 102 $(SOPHYAOBJP)dSFMT.o: dSFMT.c dsfmtflags.h dSFMT-params.h dSFMT.h dSFMT-params19937.h 103 $(CCOMPILE) -o $@ dSFMT.c 104 84 105 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 85 106 bithelp.h gnumd5.h -
trunk/SophyaLib/BaseTools/basetools.h
r3418 r3602 23 23 #include "stsrand.h" 24 24 #include "datatype.h" 25 #include "randfmt.h" 26 #include "randr48.h" 25 27 26 28 #endif -
trunk/SophyaLib/BaseTools/objlist.list
r3389 r3602 1 1 datatype.o 2 dSFMT.o 2 3 dvlist.o 3 4 fiondblock.o … … 9 10 ppfbinstream.o 10 11 ppftpointerio.o 12 randfmt.o 13 randinterf.o 14 randr48.o 11 15 rawstream.o 12 16 sophyainit.o -
trunk/SophyaLib/BaseTools/smakefile
r3403 r3602 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)ra wstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)srandgen.o6 rm -f $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)randfmt.o $(SOPHYAOBJP)randinterf.o $(SOPHYAOBJP)randr48.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)dSFMT.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)srandgen.o 7 7 rm -f $(SOPHYALIBP)libBaseTools.a 8 8 9 $(SOPHYALIBP)libBaseTools.a : $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)d vlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)srandgen.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o9 $(SOPHYALIBP)libBaseTools.a : $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dSFMT.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)randfmt.o $(SOPHYAOBJP)randinterf.o $(SOPHYAOBJP)randr48.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)srandgen.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 59 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 60 60 61 $(SOPHYAOBJP)randfmt.o: randfmt.cc randfmt.h \ 62 $(SOPHYAINCP)machdefs.h objfio.h anydataobj.h \ 63 ppersist.h pexceptions.h gnumd5.h ppfbinstream.h rawstream.h \ 64 ppfnametag.h dsfmtflags.h dSFMT.h randinterf.h 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randfmt.cc 66 67 $(SOPHYAOBJP)randinterf.o: randinterf.cc sopnamsp.h \ 68 $(SOPHYAINCP)machdefs.h pexceptions.h \ 69 randinterf.h anydataobj.h 70 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randinterf.cc 71 72 $(SOPHYAOBJP)randr48.o: randr48.cc $(SOPHYAINCP)machdefs.h \ 73 thsafeop.h pexceptions.h fiondblock.h ppersist.h gnumd5.h \ 74 ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h \ 75 randr48.h objfio.h randinterf.h 76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randr48.cc 77 61 78 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 62 79 $(SOPHYAINCP)machdefs.h pexceptions.h … … 67 84 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 68 85 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \ 69 mutyv.h timestamp.h stsrand.h fiosegdb.h segdatablock.h thsafeop.h \ 86 mutyv.h timestamp.h stsrand.h randr48.h randinterf.h randfmt.h \ 87 dsfmtflags.h dSFMT.h fiosegdb.h segdatablock.h thsafeop.h \ 70 88 ppftpointerio.h ppfwrapstlv.h sversion.h 71 89 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc … … 82 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 83 101 102 $(SOPHYAOBJP)dSFMT.o: dSFMT.c dsfmtflags.h dSFMT-params.h dSFMT.h dSFMT-params19937.h 103 $(CCOMPILE) -o $@ dSFMT.c 104 84 105 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 85 106 bithelp.h gnumd5.h -
trunk/SophyaLib/BaseTools/sophyainit.cc
r3585 r3602 16 16 17 17 #include "stsrand.h" 18 #include "randr48.h" 19 #include "randfmt.h" 18 20 19 21 #include "fiosegdb.h" … … 101 103 PPRegister(ObjFileIO<RandomGenerator>); 102 104 DObjRegister(ObjFileIO<RandomGenerator>, RandomGenerator); 105 PPRegister(ObjFileIO<DR48RandGen>); 106 DObjRegister(ObjFileIO<DR48RandGen>,DR48RandGen ); 107 PPRegister(ObjFileIO<ThSDR48RandGen>); 108 DObjRegister(ObjFileIO<ThSDR48RandGen>, ThSDR48RandGen); 109 PPRegister(ObjFileIO<FMTRandGen>); 110 DObjRegister(ObjFileIO<FMTRandGen>, FMTRandGen); 103 111 104 112 // Enregistrement des handlers PPF pour les SegDataBlock<T>
Note:
See TracChangeset
for help on using the changeset viewer.