make the autotools build system non-recusive

this allows much better build time parallelism.
This commit is contained in:
Andreas Lauser 2012-11-19 14:55:11 +01:00
parent 3e55945ce5
commit 896f0ed23d

View File

@ -1,15 +1,5 @@
# programs just to build when "make check" is used
check_PROGRAMS = tutorial_decoupled tutorial_coupled
noinst_HEADERS= *.hh
EXTRA_DIST = CMakeLists.txt
tutorial_decoupleddir = $(datadir)/ewoms/tutorial
tutorial_decoupled_SOURCES = tutorial_decoupled.cc
tutorial_decoupled_DATA = $(tutorial_decoupled_SOURCES)
tutorial_coupleddir = $(datadir)/ewoms/tutorial
tutorial_coupled_SOURCES = tutorial_coupled.cc
tutorial_coupled_DATA = $(tutorial_coupled_SOURCES)
include $(top_srcdir)/am/global-rules