Files
eigen/tvmet-1.7.1/tests/Makefile.am
Benoit Jacob ad89fc8295 -- switch Matrix class to column-major order like in Eigen
-- many more Eigenification changes, in preparation of the big merge
-- big changes in the Comma Initializer to allow for column-major order,
   leading to a simpler and cleaner solution. "commaWrite" hook added to
   the classes using the Comma Initializer.
-- lots of API improvements, cleanup, removal of dead/useless stuff
-- testsuite updated
2007-08-17 07:10:44 +00:00

17 lines
312 B
Makefile

EXTRA_DIST = README t.cc
EXTRA_PROGRAMS = \
swap \
bad_temps \
bad_xpr_constRef \
tvmet
AM_CXXFLAGS= -I$(top_srcdir)/include -I$(top_builddir)/include
swap_SOURCES = swap.cc
bad_temps_SOURCES = bad_temps.cc
bad_xpr_constRef_SOURCES = bad_xpr_constRef.cc
tvmet_SOURCES = tvmet.cc
tests: $(EXTRA_PROGRAMS)