Skip to content
Snippets Groups Projects
configure.ac 3.06 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])

Bernd Flemisch's avatar
Bernd Flemisch committed

Bernd Flemisch's avatar
Bernd Flemisch committed
AC_CONFIG_FILES([dumux.pc
    Makefile
    appl/Makefile
    appl/lecture/Makefile
    appl/lecture/mhs/Makefile
    appl/lecture/mhs/groundwater/Makefile
    appl/lecture/msm/Makefile
    appl/lecture/msm/1p2cvs2p/Makefile
    appl/lecture/msm/buckleyleverett/Makefile
    appl/lecture/msm/mcwhorter/Makefile
Bernd Flemisch's avatar
Bernd Flemisch committed
    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 
Andreas Lauser's avatar
Andreas Lauser committed
    dumux/boxmodels/common/Makefile 
    dumux/boxmodels/MpNc/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 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/decoupled/common/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/material/Makefile 
    dumux/material/binarycoefficients/Makefile 
    dumux/material/components/Makefile 
    dumux/material/components/iapws/Makefile 
    dumux/material/constraintsolvers/Makefile 
    dumux/material/eos/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/material/fluidmatrixinteractions/Makefile 
    dumux/material/fluidmatrixinteractions/2p/Makefile 
    dumux/material/fluidmatrixinteractions/Mp/Makefile 
    dumux/material/fluidstates/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/material/fluidsystems/Makefile 
    dumux/material/new_fluidsystems/Makefile 
Bernd Flemisch's avatar
Bernd Flemisch committed
    dumux/material/spatialparameters/Makefile 
    dumux/nonlinear/Makefile 
    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/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/pardiso/Makefile
    test/common/propertysystem/Makefile
    test/common/spline/Makefile
    test/decoupled/Makefile
    test/decoupled/1p/Makefile
    test/decoupled/2p/Makefile
    test/material/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