Skip to content
Snippets Groups Projects
Commit 7c1f3807 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Fix "make dist", it runs now through but must be checked whether files

are missing.
(reviewed by bernd)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10263 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 565ff191
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
check_PROGRAMS = test_generalproblem2p
noinst_HEADERS = *.hh
EXTRA_DIST= *reference.vtu *.input CMakeLists.txt
EXTRA_DIST= *.input CMakeLists.txt
test_generalproblem2p_SOURCES = test_generalproblem2p.cc
......
......@@ -2,7 +2,7 @@
check_PROGRAMS = test_diffusion test_1p
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input CMakeLists.txt
EXTRA_DIST=*.input CMakeLists.txt
test_diffusion_SOURCES = test_diffusion.cc
......
......@@ -5,7 +5,7 @@ check_PROGRAMS = test_impes \
test_mpfa2p
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_impes_SOURCES = test_impes.cc
......
......@@ -7,5 +7,5 @@ test_adaptive2p2c_SOURCES = test_adaptive2p2c.cc
test_dec2p2c_SOURCES = test_dec2p2c.cc
test_multiphysics2p2c_SOURCES = test_multiphysics2p2c.cc
EXTRA_DIST=*reference.vtu *.input CMakeLists.txt
EXTRA_DIST=*.input CMakeLists.txt
include $(top_srcdir)/am/global-rules
......@@ -2,6 +2,6 @@ check_PROGRAMS = test_navierstokes
test_navierstokes_SOURCES = test_navierstokes.cc
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
noinst_HEADERS=*.hh
include $(top_srcdir)/am/global-rules
......@@ -2,6 +2,6 @@ check_PROGRAMS = test_stokes
test_stokes_SOURCES = test_stokes.cc
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
noinst_HEADERS=*.hh
include $(top_srcdir)/am/global-rules
......@@ -2,6 +2,6 @@ check_PROGRAMS = test_stokes2c
test_stokes2c_SOURCES = test_stokes2c.cc
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
noinst_HEADERS=*.hh
include $(top_srcdir)/am/global-rules
......@@ -2,6 +2,6 @@ check_PROGRAMS = test_stokes2cni
test_stokes2cni_SOURCES = test_stokes2cni.cc
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
noinst_HEADERS=*.hh
include $(top_srcdir)/am/global-rules
check_PROGRAMS = test_box1p test_cc1p test_box1pwithamg test_cc1pwithamg
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box1p_SOURCES = test_box1p.cc
......
check_PROGRAMS = test_box1p2c test_cc1p2c
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box1p2c_SOURCES = test_box1p2c.cc
test_cc1p2c_SOURCES = test_cc1p2c.cc
......
check_PROGRAMS = test_box2p test_cc2p
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box2p_SOURCES = test_box2p.cc
test_cc2p_SOURCES = test_cc2p.cc
......
check_PROGRAMS = test_box2p2c test_cc2p2c
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box2p2c_SOURCES = test_box2p2c.cc
test_cc2p2c_SOURCES = test_cc2p2c.cc
......
check_PROGRAMS = test_box2p2cni test_cc2p2cni
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box2p2cni_SOURCES = test_box2p2cni.cc
test_cc2p2cni_SOURCES = test_cc2p2cni.cc
......
check_PROGRAMS = test_box2pni test_cc2pni
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box2pni_SOURCES = test_box2pni.cc
test_cc2pni_SOURCES = test_cc2pni.cc
......
check_PROGRAMS = test_box3p3c test_cc3p3c
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box3p3c_SOURCES = test_box3p3c.cc
test_cc3p3c_SOURCES = test_cc3p3c.cc
......
check_PROGRAMS = test_box3p3cni test_cc3p3cni
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_box3p3cni_SOURCES = test_box3p3cni.cc
test_cc3p3cni_SOURCES = test_cc3p3cni.cc
......
check_PROGRAMS = test_boxco2 test_ccco2
noinst_HEADERS = *.hh
EXTRA_DIST = CMakeLists.txt *reference.vtu *.input grids/*.dgf co2values.inc
EXTRA_DIST = CMakeLists.txt *.input grids/*.dgf co2values.inc
test_boxco2_SOURCES = test_boxco2.cc
test_ccco2_SOURCES = test_ccco2.cc
......
check_PROGRAMS = test_boxco2ni test_ccco2ni
noinst_HEADERS = *.hh
EXTRA_DIST = CMakeLists.txt *reference.vtu *.input grids/*.dgf co2values.inc
EXTRA_DIST = CMakeLists.txt *.input grids/*.dgf co2values.inc
test_boxco2ni_SOURCES = test_boxco2ni.cc
test_ccco2ni_SOURCES = test_ccco2ni.cc
......
check_PROGRAMS = test_boxmpnc test_ccmpnc test_forchheimer2p test_forchheimer1p
noinst_HEADERS = *.hh
EXTRA_DIST=*reference.vtu *reference.vtp *.input CMakeLists.txt grids/*.dgf
EXTRA_DIST= *.input CMakeLists.txt grids/*.dgf
gridsdir=$(datadir)/dumux/grids
grids_DATA=grids/*.dgf
......
check_PROGRAMS = test_boxrichards test_ccrichards
noinst_HEADERS = *.hh
EXTRA_DIST=*reference*.vtu *.input grids/*.dgf CMakeLists.txt
EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt
test_boxrichards_SOURCES = test_boxrichards.cc
test_ccrichards_SOURCES = test_ccrichards.cc
......
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