Changeset 2765 in Sophya for trunk/SophyaExt/LinAlg
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaExt/LinAlg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/LinAlg/Makefile
r2763 r2765 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 \ … … 31 30 $(SOPHYAINCP)tvector.h \ 32 31 $(SOPHYAINCP)tmatrix.h 33 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 34 33 -
trunk/SophyaExt/LinAlg/smakefile
r2763 r2765 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 \ … … 31 30 $(SOPHYAINCP)tvector.h \ 32 31 $(SOPHYAINCP)tmatrix.h 33 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 34 33
Note:
See TracChangeset
for help on using the changeset viewer.