Skip to content
Snippets Groups Projects
Commit b27cdee5 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Add stub for cmake dir

parent 18a4b507
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.am 731 2007-03-17 20:53:00Z christi $
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module
EXTRA_DIST=dune.module \
CMakeLists.txt
# don't follow the full GNU-standard
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = dune doc m4
SUBDIRS = dune doc m4 cmake
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dune-fufem.pc
......@@ -17,3 +18,8 @@ pkgconfig_DATA = dune-fufem.pc
DISTCHECK_CONFIGURE_FLAGS = --with-dune-common="$(DUNE_COMMON_ROOT)" --with-dune-geometry="$(DUNE_GEOMETRY_ROOT)" --with-dune-grid="$(DUNE_GRID_ROOT)" --with-dune-istl="$(DUNE_ISTL_ROOT)" --with-dune-localfunctions="$(DUNE_LOCALFUNCTIONS_ROOT)" CXX="$(CXX)" CC="$(CC)" DOXYGEN="true" --enable-parallel=@ENABLE_PARALLEL@ MPICC="$(MPICC)"
include $(top_srcdir)/am/global-rules
# Generate package configuration files for finding
# installed modules with CMake
include $(top_srcdir)/am/cmake-pkg-config
SUBDIRS = modules
include $(top_srcdir)/am/global-rules
set(modules "DuneFufemMacros.cmake")
install(FILES ${modules} DESTINATION ${DUNE_INSTALL_MODULEDIR})
# File for module specific CMake tests.
MODULES = DuneFufemMacros.cmake
modulesdir = $(datadir)/dune/cmake/modules
dist_modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment