From 7c1f3807b145e6235c964043b8c3f3a3e62ea63a Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Mon, 25 Feb 2013 18:50:06 +0000
Subject: [PATCH] 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
---
 test/common/generalproblem/Makefile.am | 2 +-
 test/decoupled/1p/Makefile.am          | 2 +-
 test/decoupled/2p/Makefile.am          | 2 +-
 test/decoupled/2p2c/Makefile.am        | 2 +-
 test/freeflow/navierstokes/Makefile.am | 2 +-
 test/freeflow/stokes/Makefile.am       | 2 +-
 test/freeflow/stokes2c/Makefile.am     | 2 +-
 test/freeflow/stokes2cni/Makefile.am   | 2 +-
 test/implicit/1p/Makefile.am           | 2 +-
 test/implicit/1p2c/Makefile.am         | 2 +-
 test/implicit/2p/Makefile.am           | 2 +-
 test/implicit/2p2c/Makefile.am         | 2 +-
 test/implicit/2p2cni/Makefile.am       | 2 +-
 test/implicit/2pni/Makefile.am         | 2 +-
 test/implicit/3p3c/Makefile.am         | 2 +-
 test/implicit/3p3cni/Makefile.am       | 2 +-
 test/implicit/co2/Makefile.am          | 2 +-
 test/implicit/co2ni/Makefile.am        | 2 +-
 test/implicit/mpnc/Makefile.am         | 2 +-
 test/implicit/richards/Makefile.am     | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/test/common/generalproblem/Makefile.am b/test/common/generalproblem/Makefile.am
index 69efdcd995..73d20db662 100644
--- a/test/common/generalproblem/Makefile.am
+++ b/test/common/generalproblem/Makefile.am
@@ -1,7 +1,7 @@
 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
 
diff --git a/test/decoupled/1p/Makefile.am b/test/decoupled/1p/Makefile.am
index bf0b1dda4d..93cc2dd4a5 100644
--- a/test/decoupled/1p/Makefile.am
+++ b/test/decoupled/1p/Makefile.am
@@ -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
 
diff --git a/test/decoupled/2p/Makefile.am b/test/decoupled/2p/Makefile.am
index e6c9b62243..50779f2e3c 100644
--- a/test/decoupled/2p/Makefile.am
+++ b/test/decoupled/2p/Makefile.am
@@ -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
 
diff --git a/test/decoupled/2p2c/Makefile.am b/test/decoupled/2p2c/Makefile.am
index f3cd2db21a..fc55716bea 100644
--- a/test/decoupled/2p2c/Makefile.am
+++ b/test/decoupled/2p2c/Makefile.am
@@ -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
diff --git a/test/freeflow/navierstokes/Makefile.am b/test/freeflow/navierstokes/Makefile.am
index 8cd10138bd..737f5344dd 100644
--- a/test/freeflow/navierstokes/Makefile.am
+++ b/test/freeflow/navierstokes/Makefile.am
@@ -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
diff --git a/test/freeflow/stokes/Makefile.am b/test/freeflow/stokes/Makefile.am
index a9987bfa0c..3641fe5801 100644
--- a/test/freeflow/stokes/Makefile.am
+++ b/test/freeflow/stokes/Makefile.am
@@ -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
diff --git a/test/freeflow/stokes2c/Makefile.am b/test/freeflow/stokes2c/Makefile.am
index 1d45b4ce92..2933ee07bb 100644
--- a/test/freeflow/stokes2c/Makefile.am
+++ b/test/freeflow/stokes2c/Makefile.am
@@ -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
diff --git a/test/freeflow/stokes2cni/Makefile.am b/test/freeflow/stokes2cni/Makefile.am
index a764947e8d..6e6ef0d292 100644
--- a/test/freeflow/stokes2cni/Makefile.am
+++ b/test/freeflow/stokes2cni/Makefile.am
@@ -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
diff --git a/test/implicit/1p/Makefile.am b/test/implicit/1p/Makefile.am
index 73688b0dff..2982eeba6a 100644
--- a/test/implicit/1p/Makefile.am
+++ b/test/implicit/1p/Makefile.am
@@ -1,7 +1,7 @@
 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
 
diff --git a/test/implicit/1p2c/Makefile.am b/test/implicit/1p2c/Makefile.am
index 60d4b1539c..3c837ae392 100644
--- a/test/implicit/1p2c/Makefile.am
+++ b/test/implicit/1p2c/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/2p/Makefile.am b/test/implicit/2p/Makefile.am
index bb63e52dcf..efbded3b0e 100644
--- a/test/implicit/2p/Makefile.am
+++ b/test/implicit/2p/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/2p2c/Makefile.am b/test/implicit/2p2c/Makefile.am
index 64ecc40198..154c2cfee3 100644
--- a/test/implicit/2p2c/Makefile.am
+++ b/test/implicit/2p2c/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/2p2cni/Makefile.am b/test/implicit/2p2cni/Makefile.am
index 8bb91ed0e3..c7e02dbabb 100644
--- a/test/implicit/2p2cni/Makefile.am
+++ b/test/implicit/2p2cni/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/2pni/Makefile.am b/test/implicit/2pni/Makefile.am
index f41884d166..87ab48096d 100644
--- a/test/implicit/2pni/Makefile.am
+++ b/test/implicit/2pni/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/3p3c/Makefile.am b/test/implicit/3p3c/Makefile.am
index ca3ec4c029..cce4c2b7a0 100644
--- a/test/implicit/3p3c/Makefile.am
+++ b/test/implicit/3p3c/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/3p3cni/Makefile.am b/test/implicit/3p3cni/Makefile.am
index 5eaa31dae3..ff082e3b3d 100644
--- a/test/implicit/3p3cni/Makefile.am
+++ b/test/implicit/3p3cni/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/co2/Makefile.am b/test/implicit/co2/Makefile.am
index 0939a64670..fd3e2b764d 100644
--- a/test/implicit/co2/Makefile.am
+++ b/test/implicit/co2/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/co2ni/Makefile.am b/test/implicit/co2ni/Makefile.am
index 8413044471..1ef28857dc 100644
--- a/test/implicit/co2ni/Makefile.am
+++ b/test/implicit/co2ni/Makefile.am
@@ -1,7 +1,7 @@
 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
diff --git a/test/implicit/mpnc/Makefile.am b/test/implicit/mpnc/Makefile.am
index a48443cff5..a91bf6116a 100644
--- a/test/implicit/mpnc/Makefile.am
+++ b/test/implicit/mpnc/Makefile.am
@@ -1,7 +1,7 @@
 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
 
diff --git a/test/implicit/richards/Makefile.am b/test/implicit/richards/Makefile.am
index 596324d827..33f71e693e 100644
--- a/test/implicit/richards/Makefile.am
+++ b/test/implicit/richards/Makefile.am
@@ -1,7 +1,7 @@
 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 
-- 
GitLab