-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
Bernd Flemisch authoredimplicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
configure.ac 4.63 KiB
# -*- Autoconf -*-
DUNE_AC_INIT
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([dumux/common/spline.hh])
AM_CONFIG_HEADER([config.h])
DUNE_CHECK_ALL
DUMUX_CHECKS_PRIVATE
AC_CONFIG_FILES([dumux.pc
Makefile
doc/Makefile
doc/doxygen/Makefile
doc/doxygen/Doxyfile
doc/handbook/Makefile
dumux/Makefile
dumux/boxmodels/Makefile
dumux/boxmodels/1p/Makefile
dumux/boxmodels/1p2c/Makefile
dumux/boxmodels/2p/Makefile
dumux/boxmodels/2p2c/Makefile
dumux/boxmodels/2p2cni/Makefile
dumux/boxmodels/2pni/Makefile
dumux/boxmodels/2pdfm/Makefile
dumux/boxmodels/3p3c/Makefile
dumux/boxmodels/3p3cni/Makefile
dumux/boxmodels/common/Makefile
dumux/boxmodels/co2/Makefile
dumux/boxmodels/co2ni/Makefile
dumux/boxmodels/mpnc/Makefile
dumux/boxmodels/mpnc/diffusion/Makefile
dumux/boxmodels/mpnc/energy/Makefile
dumux/boxmodels/mpnc/mass/Makefile
dumux/boxmodels/richards/Makefile
dumux/common/Makefile
dumux/decoupled/Makefile
dumux/decoupled/1p/Makefile
dumux/decoupled/1p/diffusion/Makefile
dumux/decoupled/1p/diffusion/fv/Makefile
dumux/decoupled/2p/Makefile
dumux/decoupled/2p/diffusion/Makefile
dumux/decoupled/2p/diffusion/fv/Makefile
dumux/decoupled/2p/diffusion/fvmpfa/Makefile
dumux/decoupled/2p/diffusion/fvmpfa/lmethod/Makefile
dumux/decoupled/2p/diffusion/fvmpfa/omethod/Makefile
dumux/decoupled/2p/diffusion/mimetic/Makefile
dumux/decoupled/2p/impes/Makefile
dumux/decoupled/2p/transport/Makefile
dumux/decoupled/2p/transport/fv/Makefile
dumux/decoupled/2p2c/Makefile
dumux/decoupled/common/Makefile
dumux/decoupled/common/fv/Makefile
dumux/decoupled/common/fv/mpfa/Makefile
dumux/decoupled/common/mimetic/Makefile
dumux/freeflow/Makefile
dumux/freeflow/stokes/Makefile
dumux/freeflow/stokes2c/Makefile
dumux/freeflow/stokes2cni/Makefile
dumux/implicit/Makefile
dumux/implicit/1p/Makefile
dumux/implicit/1p2c/Makefile
dumux/implicit/2p/Makefile
dumux/implicit/2p2c/Makefile
dumux/implicit/2p2cni/Makefile
dumux/implicit/2pni/Makefile
dumux/implicit/2pdfm/Makefile
dumux/implicit/3p3c/Makefile
dumux/implicit/3p3cni/Makefile
dumux/implicit/box/Makefile
dumux/implicit/cellcentered/Makefile
dumux/implicit/common/Makefile
dumux/implicit/co2/Makefile
dumux/implicit/co2ni/Makefile
dumux/implicit/mpnc/Makefile
dumux/implicit/mpnc/diffusion/Makefile
dumux/implicit/mpnc/energy/Makefile
dumux/implicit/mpnc/mass/Makefile
dumux/implicit/richards/Makefile
dumux/io/Makefile
dumux/linear/Makefile
dumux/material/Makefile
dumux/material/binarycoefficients/Makefile
dumux/material/components/Makefile
dumux/material/components/iapws/Makefile
dumux/material/fluidmatrixinteractions/Makefile
dumux/material/fluidmatrixinteractions/2p/Makefile
dumux/material/fluidmatrixinteractions/3p/Makefile
dumux/material/fluidmatrixinteractions/mp/Makefile
dumux/material/spatialparams/Makefile
dumux/material/fluidstates/Makefile
dumux/material/fluidsystems/Makefile
dumux/material/constraintsolvers/Makefile
dumux/material/eos/Makefile
dumux/nonlinear/Makefile
dumux/parallel/Makefile
m4/Makefile
test/Makefile
test/implicit/Makefile
test/implicit/1p/Makefile
test/implicit/2p/Makefile
test/implicit/2pni/Makefile
test/implicit/1p2c/Makefile
test/implicit/2p2c/Makefile
test/implicit/2p2cni/Makefile
test/implicit/2pdfm/Makefile
test/implicit/3p3c/Makefile
test/implicit/3p3cni/Makefile
test/implicit/co2/Makefile
test/implicit/co2ni/Makefile
test/implicit/mpnc/Makefile
test/implicit/richards/Makefile
test/common/Makefile
test/common/generalproblem/Makefile
test/common/propertysystem/Makefile
test/common/spline/Makefile
test/decoupled/Makefile
test/decoupled/1p/Makefile
test/decoupled/2p/Makefile
test/decoupled/2p2c/Makefile
test/freeflow/Makefile
test/freeflow/navierstokes/Makefile
test/freeflow/stokes/Makefile
test/freeflow/stokes2c/Makefile
test/freeflow/stokes2cni/Makefile
test/material/Makefile
test/material/fluidsystems/Makefile
test/material/immiscibleflash/Makefile
test/material/ncpflash/Makefile
test/material/pengrobinson/Makefile
test/material/tabulation/Makefile
tutorial/Makefile
])
# implicitly set the Dune-flags everywhere
AC_SUBST(AM_CPPFLAGS, "$ALL_PKG_CPPFLAGS" )
AC_SUBST(AM_LDFLAGS, "$ALL_PKG_LDFLAGS" )
LIBS="$DUNE_LIBS $ALL_PKG_LIBS"
AC_OUTPUT
# finally print the summary information
DUNE_SUMMARY_ALL