Changeset 4055 in Sophya


Ignore:
Timestamp:
Mar 30, 2012, 6:57:12 PM (12 years ago)
Author:
cmv
Message:

Vecteurs de bits, cmv 30/03/2012

Location:
trunk/SophyaLib/TArray
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/Makefile

    r3879 r4055  
    44 
    55clean:
    6          rm -f $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
     6         rm -f $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o $(SOPHYAOBJP)bitvector.o
    77        rm -f $(SOPHYALIBP)libTArray.a
    88 
    9 $(SOPHYALIBP)libTArray.a : $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
     9$(SOPHYALIBP)libTArray.a : $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o $(SOPHYAOBJP)bitvector.o
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
     
    288288        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  utilarr.cc
    289289 
     290$(SOPHYAOBJP)bitvector.o: bitvector.cc $(SOPHYAINCP)sopnamsp.h \
     291 $(SOPHYAINCP)machdefs.h bitvector.h \
     292 $(SOPHYAINCP)ndatablock.h \
     293 $(SOPHYAINCP)machdefs.h \
     294 $(SOPHYAINCP)anydataobj.h \
     295 $(SOPHYAINCP)ppersist.h \
     296 $(SOPHYAINCP)pexceptions.h \
     297 $(SOPHYAINCP)gnumd5.h \
     298 $(SOPHYAINCP)ppfbinstream.h \
     299 $(SOPHYAINCP)rawstream.h \
     300 $(SOPHYAINCP)ppfnametag.h \
     301 $(SOPHYAINCP)ppersist.h \
     302 $(SOPHYAINCP)objfio.h \
     303 $(SOPHYAINCP)pexceptions.h \
     304 $(SOPHYAINCP)fiondblock.h \
     305 $(SOPHYAINCP)ndatablock.h
     306        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  bitvector.cc
     307
  • trunk/SophyaLib/TArray/array.h

    r3809 r4055  
    77#define AllTArray_SEEN
    88
     9#include "bitvector.h"
    910#include "tarray.h"
    1011#include "tmatrix.h"
  • trunk/SophyaLib/TArray/objlist.list

    r3809 r4055  
    1010tvector.o
    1111utilarr.o
     12bitvector.o
  • trunk/SophyaLib/TArray/smakefile

    r3879 r4055  
    44 
    55clean:
    6          rm -f $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
     6         rm -f $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o $(SOPHYAOBJP)bitvector.o
    77        rm -f $(SOPHYALIBP)libTArray.a
    88 
    9 $(SOPHYALIBP)libTArray.a : $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
     9$(SOPHYALIBP)libTArray.a : $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)fiospsqmtx.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)spesqmtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o $(SOPHYAOBJP)bitvector.o
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
     
    288288        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  utilarr.cc
    289289 
     290$(SOPHYAOBJP)bitvector.o: bitvector.cc $(SOPHYAINCP)sopnamsp.h \
     291 $(SOPHYAINCP)machdefs.h bitvector.h \
     292 $(SOPHYAINCP)ndatablock.h \
     293 $(SOPHYAINCP)machdefs.h \
     294 $(SOPHYAINCP)anydataobj.h \
     295 $(SOPHYAINCP)ppersist.h \
     296 $(SOPHYAINCP)pexceptions.h \
     297 $(SOPHYAINCP)gnumd5.h \
     298 $(SOPHYAINCP)ppfbinstream.h \
     299 $(SOPHYAINCP)rawstream.h \
     300 $(SOPHYAINCP)ppfnametag.h \
     301 $(SOPHYAINCP)ppersist.h \
     302 $(SOPHYAINCP)objfio.h \
     303 $(SOPHYAINCP)pexceptions.h \
     304 $(SOPHYAINCP)fiondblock.h \
     305 $(SOPHYAINCP)ndatablock.h
     306        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  bitvector.cc
     307
Note: See TracChangeset for help on using the changeset viewer.