Move cpchop to examples-directory

This commit is contained in:
Håvard Berland 2010-11-05 08:24:54 +01:00
parent 680d5fb32c
commit 6faee22573
3 changed files with 5 additions and 8 deletions

View File

@ -8,8 +8,7 @@ noinst_PROGRAMS = \
implicit_steadystate_test \
opmpressure_test \
steadystate_test \
upscaling_test \
cpchop
upscaling_test
AM_CPPFLAGS += $(DUNEMPICPPFLAGS) $(BOOST_CPPFLAGS) $(SUPERLU_CPPFLAGS)
AM_LDFLAGS += $(DUNEMPILDFLAGS) $(BOOST_LDFLAGS) $(SUPERLU_LDFLAGS)
@ -30,11 +29,6 @@ implicit_steadystate_test_SOURCES = implicit_steadystate_test.cpp
aniso_implicit_steadystate_test_SOURCES = aniso_implicit_steadystate_test.cpp
cpchop_SOURCES = cpchop.cpp
#upscale_perm_SOURCES = upscale_perm.C
#upscale_relperm_SOURCES = upscale_relperm.C
TESTS = $(check_PROGRAMS)

View File

@ -5,7 +5,8 @@ check_PROGRAMS =
noinst_PROGRAMS = upscale_perm \
upscale_relperm \
upscale_avg \
upscale_cond
upscale_cond \
cpchop
upscale_perm_SOURCES = upscale_perm.cpp
@ -15,6 +16,8 @@ upscale_cond_SOURCES = upscale_cond.cpp
upscale_avg_SOURCES = upscale_avg.cpp
cpchop_SOURCES = cpchop.cpp
AM_CPPFLAGS += $(DUNEMPICPPFLAGS) $(BOOST_CPPFLAGS) $(SUPERLU_CPPFLAGS)
AM_LDFLAGS += $(DUNEMPILDFLAGS) $(BOOST_LDFLAGS) $(SUPERLU_LDFLAGS)
LDADD = $(DUNEMPILIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) \