comparison liboctave/Makefile.in @ 5915:b2e1be30c8e9 ss-2-9-7

[project @ 2006-07-28 18:08:56 by jwe]
author jwe
date Fri, 28 Jul 2006 18:08:56 +0000
parents f9ac7ebf0e19
children 583c98eeeae2
comparison
equal deleted inserted replaced
5914:fa6aab98d040 5915:b2e1be30c8e9
35 chMatrix.h chNDArray.h dColVector.h dDiagMatrix.h dMatrix.h \ 35 chMatrix.h chNDArray.h dColVector.h dDiagMatrix.h dMatrix.h \
36 dNDArray.h dRowVector.h dbleAEPBAL.h dbleCHOL.h dbleDET.h \ 36 dNDArray.h dRowVector.h dbleAEPBAL.h dbleCHOL.h dbleDET.h \
37 dbleHESS.h dbleLU.h dbleQR.h dbleQRP.h dbleSCHUR.h dbleSVD.h \ 37 dbleHESS.h dbleLU.h dbleQR.h dbleQRP.h dbleSCHUR.h dbleSVD.h \
38 boolSparse.h CSparse.h dSparse.h MSparse-defs.h MSparse.h \ 38 boolSparse.h CSparse.h dSparse.h MSparse-defs.h MSparse.h \
39 Sparse.h sparse-base-lu.h SparseCmplxLU.h SparsedbleLU.h \ 39 Sparse.h sparse-base-lu.h SparseCmplxLU.h SparsedbleLU.h \
40 sparse-base-chol.h sparse-dmsolve.cc SparseCmplxCHOL.h \ 40 sparse-base-chol.h SparseCmplxCHOL.h \
41 SparsedbleCHOL.h SparseCmplxQR.h SparseQR.h Sparse-op-defs.h \ 41 SparsedbleCHOL.h SparseCmplxQR.h SparseQR.h Sparse-op-defs.h \
42 MatrixType.h \ 42 MatrixType.h \
43 int8NDArray.h uint8NDArray.h int16NDArray.h uint16NDArray.h \ 43 int8NDArray.h uint8NDArray.h int16NDArray.h uint16NDArray.h \
44 int32NDArray.h uint32NDArray.h int64NDArray.h uint64NDArray.h \ 44 int32NDArray.h uint32NDArray.h int64NDArray.h uint64NDArray.h \
45 intNDArray.h 45 intNDArray.h
156 EXTRAS := mx-inlines.cc kpse.cc intNDArray.cc 156 EXTRAS := mx-inlines.cc kpse.cc intNDArray.cc
157 157
158 INCLUDES_FOR_INSTALL := $(INCLUDES) $(TEMPLATE_SRC) $(EXTRAS) 158 INCLUDES_FOR_INSTALL := $(INCLUDES) $(TEMPLATE_SRC) $(EXTRAS)
159 159
160 DISTFILES := Makefile.in ChangeLog mk-ops.awk mx-ops vx-ops \ 160 DISTFILES := Makefile.in ChangeLog mk-ops.awk mx-ops vx-ops \
161 sparse-mk-ops.awk sparse-mx-ops oct-sparse.h.in oct-types.h.in \ 161 sparse-mk-ops.awk sparse-mx-ops oct-types.h.in \
162 $(SOURCES) $(INCLUDES) $(EXTRAS) $(OPTS_INC_DATA) 162 $(SOURCES) $(INCLUDES) $(EXTRAS) $(OPTS_INC_DATA)
163 163
164 # Complete directory trees to distribute. 164 # Complete directory trees to distribute.
165 DISTDIRS := 165 DISTDIRS :=
166 166