release of tvmet (inactive for 2 years and developer unreachable) as the basis for eigen2, because it provides seemingly good expression template mechanisms, we want that, and it would take years to reinvent that wheel. We'll see. So this commit imports the last tvmet release.
46 lines
769 B
Makefile
46 lines
769 B
Makefile
# $Id: Makefile.am,v 1.10 2004/04/24 11:59:55 opetzold Exp $
|
|
|
|
SUBDIRS = \
|
|
config \
|
|
meta \
|
|
loop \
|
|
util \
|
|
xpr
|
|
|
|
libtvmetincludedir = $(includedir)/$(PACKAGE)
|
|
|
|
libtvmetinclude_HEADERS = \
|
|
config.h \
|
|
tvmet.h \
|
|
AliasProxy.h \
|
|
BinaryFunctionals.h \
|
|
CompileTimeError.h \
|
|
CommaInitializer.h \
|
|
Extremum.h \
|
|
Functional.h \
|
|
Io.h \
|
|
Matrix.h \
|
|
MatrixImpl.h \
|
|
MatrixFunctions.h \
|
|
MatrixBinaryFunctions.h \
|
|
MatrixUnaryFunctions.h \
|
|
MatrixOperators.h \
|
|
MatrixEval.h \
|
|
NumericTraits.h \
|
|
TypePromotion.h \
|
|
RunTimeError.h \
|
|
TvmetBase.h \
|
|
UnaryFunctionals.h \
|
|
Vector.h \
|
|
VectorImpl.h \
|
|
VectorEval.h \
|
|
VectorFunctions.h \
|
|
VectorBinaryFunctions.h \
|
|
VectorUnaryFunctions.h \
|
|
VectorOperators.h
|
|
|
|
DISTCLEANFILES = config.h
|
|
|
|
dist-hook:
|
|
rm -f $(distdir)/config.h
|