Changeset 3602 in Sophya for trunk/SophyaLib/BaseTools/smakefile


Ignore:
Timestamp:
Apr 28, 2009, 5:24:15 PM (16 years ago)
Author:
cmv
Message:

RandomGeneratorInterface + dSFMT etc..., cmv 28/04/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/smakefile

    r3403 r3602  
    44 
    55clean:
    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)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)srandgen.o
     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)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
    77        rm -f $(SOPHYALIBP)libBaseTools.a
    88 
    9 $(SOPHYALIBP)libBaseTools.a : $(SOPHYAOBJP)datatype.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)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)srandgen.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o
     9$(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
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
     
    5959        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppftpointerio.cc
    6060 
     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 
    6178$(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
    6279  $(SOPHYAINCP)machdefs.h pexceptions.h
     
    6784  pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
    6885  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 \
    7088  ppftpointerio.h ppfwrapstlv.h sversion.h
    7189        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sophyainit.cc
     
    82100        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  timestamp.cc
    83101 
     102$(SOPHYAOBJP)dSFMT.o: dSFMT.c dsfmtflags.h dSFMT-params.h dSFMT.h dSFMT-params19937.h
     103        $(CCOMPILE) -o $@  dSFMT.c
     104 
    84105$(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
    85106  bithelp.h gnumd5.h
Note: See TracChangeset for help on using the changeset viewer.