Changeset 3407 in Sophya for trunk/SophyaExt/LinAlg
- Timestamp:
- Nov 23, 2007, 7:17:51 PM (18 years ago)
- Location:
- trunk/SophyaExt/LinAlg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/LinAlg/Makefile
r3076 r3407 12 12 13 13 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 intflapack.h \ 14 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)tarray.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 18 $(SOPHYAINCP)basarr.h \ 19 19 $(SOPHYAINCP)anydataobj.h \ … … 32 32 $(SOPHYAINCP)tvector.h \ 33 33 $(SOPHYAINCP)tmatrix.h \ 34 $(SOPHYAINCP)tarray.h \ 34 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 35 36 $(SOPHYAINCP)tvector_tsnl.h \ 36 $(SOPHYAINCP)sspvflags.h 37 $(SOPHYAINCP)sspvflags.h \ 38 $(SOPHYAINCP)tmatrix.h 37 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 38 40 -
trunk/SophyaExt/LinAlg/smakefile
r3076 r3407 12 12 13 13 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 intflapack.h \ 14 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)tarray.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 18 $(SOPHYAINCP)basarr.h \ 19 19 $(SOPHYAINCP)anydataobj.h \ … … 32 32 $(SOPHYAINCP)tvector.h \ 33 33 $(SOPHYAINCP)tmatrix.h \ 34 $(SOPHYAINCP)tarray.h \ 34 35 $(SOPHYAINCP)tmatrix_tsnl.h \ 35 36 $(SOPHYAINCP)tvector_tsnl.h \ 36 $(SOPHYAINCP)sspvflags.h 37 $(SOPHYAINCP)sspvflags.h \ 38 $(SOPHYAINCP)tmatrix.h 37 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 38 40
Note:
See TracChangeset
for help on using the changeset viewer.