Skip to content
Snippets Groups Projects
Commit 9dc683fc authored by Markus Blatt's avatar Markus Blatt
Browse files

Variable LOCAL_LIBS is not set correctly and therefore cannot be used in dependencies.

[[Imported from SVN: r592]]
parent d253fe53
No related branches found
No related tags found
No related merge requests found
......@@ -18,32 +18,32 @@ check_PROGRAMS = $(NORMALTESTS) $(INDEXPROG)
# define the programs
bvectortest_SOURCES = bvectortest.cc
bvectortest_DEPENDENCIES = $(LOCAL_LIBS)
#bvectortest_DEPENDENCIES = $(LOCAL_LIBS)
matrixutilstest_SOURCES = matrixutilstest.cc laplacian.hh
matrixutilstest_DEPENDENCIES = $(LOCAL_LIBS)
#matrixutilstest_DEPENDENCIES = $(LOCAL_LIBS)
indicestest_SOURCES = indicestest.cc
indicestest_CXXFLAGS = $(MPI_CPPFLAGS)
indicestest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
indicestest_DEPENDENCIES = $(LOCAL_LIBS)
#indicestest_DEPENDENCIES = $(LOCAL_LIBS)
selectiontest_SOURCES = selectiontest.cc
selectiontest_CXXFLAGS = $(MPI_CPPFLAGS)
selectiontest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
selectiontest_DEPENDENCIES = $(LOCAL_LIBS)
#selectiontest_DEPENDENCIES = $(LOCAL_LIBS)
indexsettest_SOURCES = indexsettest.cc
indexsettest_DEPENDENCIES = $(LOCAL_LIBS)
#indexsettest_DEPENDENCIES = $(LOCAL_LIBS)
syncertest_SOURCES = syncertest.cc
syncertest_CXXFLAGS = $(MPI_CPPFLAGS)
syncertest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
syncertest_DEPENDENCIES = $(LOCAL_LIBS)
#syncertest_DEPENDENCIES = $(LOCAL_LIBS)
vectorcommtest_SOURCES = vectorcommtest.cc
vectorcommtest_CXXFLAGS = $(MPI_CPPFLAGS)
vectorcommtest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
vectorcommtest_DEPENDENCIES = $(LOCAL_LIBS)
#vectorcommtest_DEPENDENCIES = $(LOCAL_LIBS)
include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment