Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4187 commits behind, 89 commits ahead of the upstream repository.
Makefile.am 1.14 KiB
MODULES = \
  AddGMPFlags.cmake        \
  AddMETISFlags.cmake      \
  AddParMETISFlags.cmake   \
  AddPTScotchFlags.cmake   \
  AddUMFPackFlags.cmake    \
  CheckCXX11Features.cmake \
  DuneBoost.cmake \
  DuneCMakePackageConfigHelpers.cmake \
  DuneCommonMacros.cmake  \
  DuneCxaDemangle.cmake   \
  DuneDoc.cmake           \
  DuneDoxygen.cmake       \
  DuneEnableAllPackages.cmake \
  DuneMacros.cmake        \
  DuneMPI.cmake           \
  DunePkgConfig.cmake     \
  DuneStreams.cmake       \
  DuneSymlinkOrCopy.cmake \
  DuneTestMacros.cmake    \
  DuneTests.cmake         \
  FindBoostFusion.cmake   \
  FindGMP.cmake           \
  FindInkscape.cmake      \
  FindMETIS.cmake         \
  FindMProtect.cmake      \
  FindParMETIS.cmake      \
  FindPTScotch.cmake      \
  FindThreadsCMake31.cmake \
  FindUMFPack.cmake       \
  Headercheck.cmake       \
  LanguageSupport.cmake   \
  OverloadCompilerFlags.cmake \
  UseInkscape.cmake       \
  UseLATEX.cmake

TESTPROGRAMS = CheckForPthreads.c

modulesdir = $(datadir)/dune/cmake/modules
dist_modules_DATA = ${MODULES} ${TESTPROGRAMS}

include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt