Skip to content
Snippets Groups Projects
configure.ac 3.57 KiB
Newer Older
Bernd Flemisch's avatar
Bernd Flemisch committed
# -*- Autoconf -*-
Bernd Flemisch's avatar
Bernd Flemisch committed
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([dumux/common/spline.hh])
Bernd Flemisch's avatar
Bernd Flemisch committed
AM_CONFIG_HEADER([config.h])

DUNE_CHECK_ALL
DUMUX_CHECKS_PRIVATE
Bernd Flemisch's avatar
Bernd Flemisch committed

Bernd Flemisch's avatar
Bernd Flemisch committed
AC_CONFIG_FILES([dumux.pc
    Makefile
    doc/Makefile 
    doc/doxygen/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    doc/doxygen/Doxyfile
Bernd Flemisch's avatar
Bernd Flemisch committed
    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/3p3c/Makefile 
    dumux/boxmodels/3p3cni/Makefile 
Andreas Lauser's avatar
Andreas Lauser committed
    dumux/boxmodels/common/Makefile 
    dumux/boxmodels/mpnc/Makefile 
    dumux/boxmodels/mpnc/diffusion/Makefile
    dumux/boxmodels/mpnc/energy/Makefile
    dumux/boxmodels/mpnc/mass/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
    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 
Bernd Flemisch's avatar
Bernd Flemisch committed
    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/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/freeflow/Makefile
    dumux/freeflow/stokes/Makefile
    dumux/freeflow/stokes2c/Makefile
    dumux/freeflow/stokes2cni/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/linear/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/material/Makefile 
    dumux/material/binarycoefficients/Makefile 
    dumux/material/components/Makefile 
    dumux/material/components/iapws/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/material/fluidmatrixinteractions/Makefile 
    dumux/material/fluidmatrixinteractions/2p/Makefile 
    dumux/material/fluidmatrixinteractions/3p/Makefile 
    dumux/material/fluidmatrixinteractions/mp/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/material/spatialparameters/Makefile 
    dumux/material/fluidstates/Makefile 
    dumux/material/fluidsystems/Makefile 
    dumux/material/constraintsolvers/Makefile 
    dumux/material/eos/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/nonlinear/Makefile
    dumux/parallel/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    m4/Makefile
    test/Makefile
    test/boxmodels/Makefile 
    test/boxmodels/1p/Makefile 
    test/boxmodels/2p/Makefile 
    test/boxmodels/2pni/Makefile
    test/boxmodels/1p2c/Makefile 
    test/boxmodels/2p2c/Makefile
    test/boxmodels/2p2cni/Makefile
    test/boxmodels/3p3c/Makefile
    test/boxmodels/3p3cni/Makefile
    test/boxmodels/mpnc/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
    test/boxmodels/richards/Makefile  
    test/common/Makefile
    test/common/generalproblem/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
    test/common/propertysystem/Makefile
    test/common/spline/Makefile
    test/decoupled/Makefile
    test/decoupled/1p/Makefile
    test/decoupled/2p/Makefile
    test/freeflow/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/pengrobinson/Makefile
    test/material/tabulation/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
    tutorial/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
])
# 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"

Bernd Flemisch's avatar
Bernd Flemisch committed
AC_OUTPUT
Bernd Flemisch's avatar
Bernd Flemisch committed
# finally print the summary information
DUNE_SUMMARY_ALL