added git version string access in the code
This commit is contained in:
10
Makefile.am
10
Makefile.am
@@ -1,13 +1,16 @@
|
||||
lib_LTLIBRARIES = libla.la
|
||||
include_HEADERS = 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
|
||||
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
|
||||
check_PROGRAMS = t test tX
|
||||
t_SOURCES = t.cc t2.cc
|
||||
nodist_t_SOURCES = version.cc
|
||||
test_SOURCES = test.cc
|
||||
tX_SOURCES = tX.cc
|
||||
LDADD = .libs/libla.a
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = LICENSE doxygen.cfg aminclude.am acinclude.m4 footer.html
|
||||
EXTRA_DIST = get_git_version LICENSE doxygen.cfg aminclude.am acinclude.m4 footer.html
|
||||
CLEANFILES = version.cc
|
||||
#noinst_PROGRAMS =
|
||||
|
||||
.cu.o:
|
||||
$(NVCC) -o $@ -c $< $(NVCCFLAGS)
|
||||
@@ -34,4 +37,7 @@ AM_LDFLAGS += $(CUDALIBS)
|
||||
|
||||
tX_LDFLAGS = $(AM_LDFLAGS) -lX11 -lm
|
||||
|
||||
version.cc:
|
||||
./get_git_version >>version.cc
|
||||
|
||||
include $(top_srcdir)/aminclude.am
|
||||
|
||||
Reference in New Issue
Block a user