Changeset 4055 in Sophya for trunk/SophyaLib/TArray/smakefile
- Timestamp:
- Mar 30, 2012, 6:57:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/smakefile
r3879 r4055 4 4 5 5 clean: 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 7 7 rm -f $(SOPHYALIBP)libTArray.a 8 8 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 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 288 288 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilarr.cc 289 289 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.