From 0e299bf55bde23968ef596e6572df2693b722a9e Mon Sep 17 00:00:00 2001 From: Martin Nolte <nolte@mathematik.uni-freiburg.de> Date: Thu, 17 Jan 2013 14:47:38 +0200 Subject: [PATCH] clean up Makefile.am's --- dune/alugrid/src/duneinterface/Makefile.am | 3 --- dune/alugrid/src/parallel/Makefile.am | 3 --- dune/alugrid/src/serial/Makefile.am | 3 --- 3 files changed, 9 deletions(-) diff --git a/dune/alugrid/src/duneinterface/Makefile.am b/dune/alugrid/src/duneinterface/Makefile.am index fd79250a3..7da0a2e32 100644 --- a/dune/alugrid/src/duneinterface/Makefile.am +++ b/dune/alugrid/src/duneinterface/Makefile.am @@ -1,4 +1 @@ -# Makefile.am for distributing all cc-files -AUTOMAKE_OPTIONS = foreign 1.5 - EXTRA_DIST = gitter_dune_impl.cc gitter_dune_pll_impl.cc diff --git a/dune/alugrid/src/parallel/Makefile.am b/dune/alugrid/src/parallel/Makefile.am index 8e8b07a61..eb02380af 100644 --- a/dune/alugrid/src/parallel/Makefile.am +++ b/dune/alugrid/src/parallel/Makefile.am @@ -1,6 +1,3 @@ -# Makefile.am for distributing all cc-files -AUTOMAKE_OPTIONS = foreign 1.5 - EXTRA_DIST = gitter_pll_idn.cc gitter_pll_ldb.cc gitter_pll_sti.cc\ mpAccess_MPI.cc mpAccess_STAR.cc gitter_pll_impl.cc gitter_pll_mgb.cc mpAccess.cc \ gitter_hexa_top_pll.cc gitter_tetra_top_pll.cc diff --git a/dune/alugrid/src/serial/Makefile.am b/dune/alugrid/src/serial/Makefile.am index 477f560e8..f6887b1f1 100644 --- a/dune/alugrid/src/serial/Makefile.am +++ b/dune/alugrid/src/serial/Makefile.am @@ -1,6 +1,3 @@ -# Makefile.am for distributing all cc-files -AUTOMAKE_OPTIONS = foreign 1.5 - EXTRA_DIST = gitter_geo.cc gitter_impl.cc gitter_mgb.cc gitter_sti.cc mapp_cube_3d.cc\ mapp_tetra_3d.cc myalloc.cc ghost_elements.cc ghost_info.cc \ gitter_hexa_top.cc gitter_tetra_top.cc -- GitLab