Skip to content
Snippets Groups Projects
Commit 7d8e06dc authored by Christian Engwer's avatar Christian Engwer
Browse files

* automatically rebuild dependencies.m4 if dune.module is changed

* add include paths to aclocal

[[Imported from SVN: r5201]]
parent e9d49fe2
No related branches found
No related tags found
No related merge requests found
# $Id$
# $Id: Makefile.am 5164 2008-04-21 14:08:28Z christi $
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module dune-common.m4
......@@ -18,4 +18,5 @@ module_DATA = dune.module
# 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
# -*-makefile-*-
ACLOCAL_AMFLAGS=-I.
DUNECONTROL=@DUNE_COMMON_ROOT@/bin/dunecontrol
all-am: dependencies.m4
@DUNE_MOD_NAME@.m4: dune.module
cd $(srcdir) && $(DUNECONTROL) --only=@DUNE_MOD_NAME@ m4create
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment