Skip to content
Snippets Groups Projects
Commit cf480a75 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[autotools] Build multidomain tests only if multidomain found.

Additionally headercheck ignores the multidomain headers, if
multidomain is not found.
(reviewed by martins)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12679 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 1f9b1a0c
No related branches found
No related tags found
No related merge requests found
2cnistokes2p2cnidir = $(includedir)/dumux/multidomain/2cnistokes2p2cni 2cnistokes2p2cnidir = $(includedir)/dumux/multidomain/2cnistokes2p2cni
2cnistokes2p2cni_HEADERS = *.hh 2cnistokes2p2cni_HEADERS = *.hh
if !HAVE_DUNE_MULTIDOMAIN
headercheck_IGNORE = 2cnistokes2p2cnilocaloperator.hh
endif
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
2cstokes2p2cdir = $(includedir)/dumux/multidomain/2cstokes2p2c 2cstokes2p2cdir = $(includedir)/dumux/multidomain/2cstokes2p2c
2cstokes2p2c_HEADERS = *.hh 2cstokes2p2c_HEADERS = *.hh
if !HAVE_DUNE_MULTIDOMAIN
headercheck_IGNORE = \
2cstokes2p2clocaloperator.hh \
2cstokes2p2cnewtoncontroller.hh
endif
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
commondir = $(includedir)/dumux/multidomain/common commondir = $(includedir)/dumux/multidomain/common
common_HEADERS = *.hh common_HEADERS = *.hh
if !HAVE_DUNE_MULTIDOMAIN
headercheck_IGNORE = \
multidomainassembler.hh \
multidomainmodel.hh \
multidomainproperties.hh \
splitandmerge.hh \
multidomainconvergencewriter.hh \
multidomainnewtoncontroller.hh \
multidomainpropertydefaults.hh \
subdomainproperties.hh \
multidomainlocaloperator.hh \
multidomainproblem.hh \
pdelablocaloperator.hh \
subdomainpropertydefaults.hh
endif
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
couplinglocalresidualsdir = $(includedir)/dumux/multidomain/couplinglocalresiduals couplinglocalresidualsdir = $(includedir)/dumux/multidomain/couplinglocalresiduals
couplinglocalresiduals_HEADERS = *.hh couplinglocalresiduals_HEADERS = *.hh
if !HAVE_DUNE_MULTIDOMAIN
headercheck_IGNORE = \
2p2ccouplinglocalresidual.hh \
boxcouplinglocalresidual.hh \
stokesncnicouplinglocalresidual.hh \
2p2cnicouplinglocalresidual.hh \
stokesnccouplinglocalresidual.hh
endif
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
# tests where program to build and program to run are equal if HAVE_DUNE_MULTIDOMAIN
check_PROGRAMS = test_2cnistokes2p2cni check_PROGRAMS = test_2cnistokes2p2cni
else
headercheck_IGNORE = \
2cnistokes2p2cniproblem.hh \
2cnistokes2p2cnispatialparams.hh \
2p2cnisubproblem.hh \
stokes2cnisubproblem.hh
endif
test_2cnistokes2p2cni_SOURCES = test_2cnistokes2p2cni.cc test_2cnistokes2p2cni_SOURCES = test_2cnistokes2p2cni.cc
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
# tests where program to build and program to run are equal if HAVE_DUNE_MULTIDOMAIN
check_PROGRAMS = test_2cstokes2p2c check_PROGRAMS = test_2cstokes2p2c
else
headercheck_IGNORE = \
2cstokes2p2cproblem.hh \
2cstokes2p2cspatialparams.hh \
2p2csubproblem.hh \
stokes2csubproblem.hh
endif
test_2cstokes2p2c_SOURCES = test_2cstokes2p2c.cc test_2cstokes2p2c_SOURCES = test_2cstokes2p2c.cc
include $(top_srcdir)/am/global-rules 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