final Makefile.am for get_git_version

This commit is contained in:
Jiri Pittner 2023-05-14 21:03:07 +02:00
parent feab44b34a
commit b25ac2df7f
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
lib_LTLIBRARIES = libla.la
include_HEADERS = version.h simple.h vecmat3.h quaternion.h fortran.h cuda_la.h auxstorage.h davidson.h laerror.h mat.h qsort.h vec.h bisection.h diis.h la.h noncblas.h smat.h bitvector.h fourindex.h la_traits.h nonclass.h sparsemat.h sparsesmat.h csrmat.h conjgrad.h gmres.h matexp.h permutation.h polynomial.h contfrac.h
libla_la_SOURCES = simple.cc quaternion.cc vecmat3.cc vec.cc mat.cc smat.cc sparsemat.cc sparsesmat.cc csrmat.cc laerror.cc noncblas.cc bitvector.cc strassen.cc nonclass.cc cuda_la.cc fourindex.cc permutation.cc polynomial.cc contfrac.cc
nodist_libla_la_SOURCES = version.cc
check_PROGRAMS = t test tX
t_SOURCES = t.cc t2.cc
nodist_t_SOURCES = version.cc
#nodist_t_SOURCES =
test_SOURCES = test.cc
tX_SOURCES = tX.cc
LDADD = .libs/libla.a