Skip to content
Snippets Groups Projects
Commit 75d17c0e authored by Christian Engwer's avatar Christian Engwer
Browse files

remove _DEPENDENCIES = $(LOCAL_LIBS) stuff

[[Imported from SVN: r5198]]
parent ec7f56ab
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ EXTRA_DIST=dune.module dune-common.m4
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = lib common doc bin m4 am
SUBDIRS = common lib doc bin m4 am
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = @DUNE_MOD_NAME@.pc
......
......@@ -24,51 +24,36 @@ AM_LDFLAGS = $(LOCAL_LIBS)
# define the programs
bigunsignedinttest_SOURCES=bigunsignedinttest.cc
bigunsignedinttest_DEPENDENCIES = $(LOCAL_LIBS)
parsetest_SOURCES = parsetest.cc
parsetest_DEPENDENCIES = $(LOCAL_LIBS)
lrutest_SOURCES = lrutest.cc
lrutest_DEPENDENCIES = $(LOCAL_LIBS)
sllisttest_SOURCES = sllisttest.cc
sllisttest_DEPENDENCIES = $(LOCAL_LIBS)
test_stack_SOURCES = test-stack.cc
test_stack_DEPENDENCIES = $(LOCAL_LIBS)
arraylisttest_SOURCES = arraylisttest.cc
arraylisttest_DEPENDENCIES = $(LOCAL_LIBS)
smartpointertest_SOURCES = smartpointertest.cc
smartpointertest_DEPENDENCIES = $(LOCAL_LIBS)
tuplestest_SOURCES = tuplestest.cc
tuplestest_DEPENDENCIES = $(LOCAL_LIBS)
streamtest_SOURCES = streamtest.cc
streamtest_DEPENDENCIES = $(LOCAL_LIBS)
# mention headers so that they are distributed too
iteratorfacadetest_SOURCES = iteratorfacadetest.cc iteratorfacadetest.hh \
iteratortest.hh
iteratorfacadetest_DEPENDENCIES = $(LOCAL_LIBS)
fvectortest_SOURCES = fvectortest.cc
fvectortest_DEPENDENCIES = $(LOCAL_LIBS)
fmatrixtest_SOURCES = fmatrixtest.cc
fmatrixtest_DEPENDENCIES = $(LOCAL_LIBS)
poolallocatortest_SOURCES = poolallocatortest.cc
poolallocatortest_DEPENDENCIES = $(LOCAL_LIBS)
settest_SOURCES=settest.cc
settest_DEPENDENCIES = $(LOCAL_LIBS)
gcdlcmtest_SOURCES = gcdlcmtest.cc
gcdlcmtest_DEPENDENCIES = $(LOCAL_LIBS)
mpihelpertest_SOURCES = mpihelpertest.cc
mpihelpertest_CXXFLAGS = $(MPI_CPPFLAGS)
......
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