Changeset 2751 in Sophya for trunk/SophyaExt/LinAlg
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaExt/LinAlg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/LinAlg/Makefile
r2743 r2751 11 11 12 12 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 13 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 13 $(SOPHYAINCP)sopnamsp.h \ 14 intflapack.h \ 14 15 $(SOPHYAINCP)machdefs.h \ 15 16 $(SOPHYAINCP)tarray.h \ … … 29 30 $(SOPHYAINCP)tvector.h \ 30 31 $(SOPHYAINCP)tmatrix.h 31 $(CXXCOMPILE ) -o $@ $<32 $(CXXCOMPILELIB) -o $@ $< 32 33 -
trunk/SophyaExt/LinAlg/smakefile
r2743 r2751 11 11 12 12 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 13 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 13 $(SOPHYAINCP)sopnamsp.h \ 14 intflapack.h \ 14 15 $(SOPHYAINCP)machdefs.h \ 15 16 $(SOPHYAINCP)tarray.h \ … … 29 30 $(SOPHYAINCP)tvector.h \ 30 31 $(SOPHYAINCP)tmatrix.h 31 $(CXXCOMPILE ) -o $@ $<32 $(CXXCOMPILELIB) -o $@ $< 32 33
Note:
See TracChangeset
for help on using the changeset viewer.