Skip to content
Snippets Groups Projects
Makefile.am 446 B
Newer Older
  • Learn to ignore specific revisions
  • # $Id$
    
    Markus Blatt's avatar
    Markus Blatt committed
    # we need the module file to be able to build via dunecontrol
    
    EXTRA_DIST=dune.module
    
    Markus Blatt's avatar
    Markus Blatt committed
    
    
    # don't follow the full GNU-standard
    
    # need automake >= 1.5
    AUTOMAKE_OPTIONS = foreign 1.5
    
    SUBDIRS = dune lib doc bin m4 am
    
    # use configured compiler for "make distcheck"
    
    DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)" --enable-parallel=@ENABLE_PARALLEL@ MPICC="$(MPICC)"
    
    include $(top_srcdir)/am/top-rules
    
    include $(top_srcdir)/am/global-rules