mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
make the autotools build system non-recusive
this allows much better build time parallelism.
This commit is contained in:
@@ -1,15 +1,5 @@
|
|||||||
# programs just to build when "make check" is used
|
# programs just to build when "make check" is used
|
||||||
check_PROGRAMS = tutorial_decoupled tutorial_coupled
|
|
||||||
|
|
||||||
noinst_HEADERS= *.hh
|
noinst_HEADERS= *.hh
|
||||||
EXTRA_DIST = CMakeLists.txt
|
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
|
include $(top_srcdir)/am/global-rules
|
||||||
|
|||||||
Reference in New Issue
Block a user