Skip to content
Snippets Groups Projects
Makefile.am 732 B
Newer Older
  • Learn to ignore specific revisions
  • Markus Blatt's avatar
    Markus Blatt committed
    # we need the module file to be able to build via dunecontrol
    
    Markus Blatt's avatar
    Markus Blatt committed
    
    
    # don't follow the full GNU-standard
    
    # we need automake 1.9 or newer
    AUTOMAKE_OPTIONS = foreign 1.9
    
    SUBDIRS = cmake dune doc lib m4
    
    # use configured compiler for "make distcheck"
    # doxygen is difficult to convince to build in a special directory...
    
    DISTCHECK_CONFIGURE_FLAGS = --with-dune-common="$(DUNE_COMMON_ROOT)" CXX="$(CXX)" CC="$(CC)" --enable-parallel=@ENABLE_PARALLEL@ MPICC="$(MPICC)"
    
    include $(top_srcdir)/am/global-rules
    
    include $(top_srcdir)/am/top-rules
    
    
    # Distribute and install config.h.cmake
    configdir = $(datadir)/dune-istl
    dist_config_DATA = config.h.cmake