From 01c5452a7e1eb280fcac357d4c377d0eb7df2a59 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Tue, 4 Oct 2005 07:45:26 +0000
Subject: [PATCH] fixed Makefiles

[[Imported from SVN: r3012]]
---
 common/test/Makefile.am           | 1 +
 disc/functions/Makefile.am        | 2 +-
 fem/common/Makefile.am            | 4 +++-
 fem/discretefunction/Makefile.am  | 3 ++-
 fem/space/Makefile.am             | 3 ++-
 grid/albertagrid/Makefile.am      | 3 ++-
 grid/common/Makefile.am           | 4 +++-
 istl/paamg/Makefile.am            | 3 +--
 quadrature/fixedorder/Makefile.am | 3 ++-
 9 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/common/test/Makefile.am b/common/test/Makefile.am
index cb95c0f00..21b202bd6 100644
--- a/common/test/Makefile.am
+++ b/common/test/Makefile.am
@@ -48,6 +48,7 @@ exprtmpl_SOURCES = exprtmpl.cc
 exprtmpl_CXXFLAGS = -DDUNE_EXPRESSIONTEMPLATES -DDUNE_ISTL_WITH_CHECKING
 # -DNOPRINT
 
+dist_noinst_DATA = timing.cc
 timing_old_SOURCES = timing.cc
 timing_xpr_SOURCES = timing.cc
 timing_xpr_CXXFLAGS = -DDUNE_EXPRESSIONTEMPLATES -g
diff --git a/disc/functions/Makefile.am b/disc/functions/Makefile.am
index 994aa6550..d3bb82734 100644
--- a/disc/functions/Makefile.am
+++ b/disc/functions/Makefile.am
@@ -1,6 +1,6 @@
 # $Id$
 
 disc_functionsdir = $(includedir)/disc/functions
-disc_functions_HEADERS = functions.hh  p1function.hh
+disc_functions_HEADERS = functions.hh  p1function.hh p0function.hh
 
 include $(top_srcdir)/am/global-rules
diff --git a/fem/common/Makefile.am b/fem/common/Makefile.am
index 0597e311a..e8242be1b 100644
--- a/fem/common/Makefile.am
+++ b/fem/common/Makefile.am
@@ -5,6 +5,8 @@ femcommon_HEADERS = discretefunction.cc fastbase.cc basefunctions.hh \
   cachingbase.cc cachingbase.hh \
   combine.hh discretefunction.hh discretefunctionspace.hh \
   discreteoperator.hh dofiterator.hh dofmapperinterface.hh fastbase.hh \
-  localfunction.hh localoperatordef.hh localoperator.hh objpointer.hh
+  localfunction.hh localoperatordef.hh localoperator.hh objpointer.hh \
+  boundary.hh formula.hh
+
 
 include $(top_srcdir)/am/global-rules
diff --git a/fem/discretefunction/Makefile.am b/fem/discretefunction/Makefile.am
index 0c7000976..e54a0fe09 100644
--- a/fem/discretefunction/Makefile.am
+++ b/fem/discretefunction/Makefile.am
@@ -1,6 +1,7 @@
 # $Id$
 
 femdiscretefunctiondir =  $(includedir)/dune/fem/discretefunction
-femdiscretefunction_HEADERS = adaptivefunction.hh
+femdiscretefunction_HEADERS = adaptivefunction.hh adaptivefunction.cc \
+	adaptiveimp.cc adaptiveimp.hh
 
 include $(top_srcdir)/am/global-rules
diff --git a/fem/space/Makefile.am b/fem/space/Makefile.am
index 40bd93728..a10963bce 100644
--- a/fem/space/Makefile.am
+++ b/fem/space/Makefile.am
@@ -1,6 +1,7 @@
 # $Id$
 
 femspacedir =  $(includedir)/dune/fem/space
-femspace_HEADERS = combinedspace.hh subspace.hh
+femspace_HEADERS = combinedspace.hh subspace.hh combinedspace.cc \
+  dofstorage.hh subspace.cc
 
 include $(top_srcdir)/am/global-rules
diff --git a/grid/albertagrid/Makefile.am b/grid/albertagrid/Makefile.am
index 23a7eb4f8..86f1b4ec8 100644
--- a/grid/albertagrid/Makefile.am
+++ b/grid/albertagrid/Makefile.am
@@ -2,6 +2,7 @@
 
 albertadir = $(includedir)/dune/grid/albertagrid/
 alberta_HEADERS = agelementindex.cc albertagrid.cc \
-  agcommunicator.hh agmemory.hh albertaextra.hh albertaheader.hh
+  agcommunicator.hh agmemory.hh albertaextra.hh albertaheader.hh \
+  alberta_undefs.hh indexsets.hh
 
 include $(top_srcdir)/am/global-rules
diff --git a/grid/common/Makefile.am b/grid/common/Makefile.am
index 9c73ed850..2596d6852 100644
--- a/grid/common/Makefile.am
+++ b/grid/common/Makefile.am
@@ -5,7 +5,9 @@ common_HEADERS = virtualrefinement.cc boundary.hh \
   defaultindexsets.hh entity.hh entitypointer.hh geometry.hh grid.hh \
   hierarchiciterator.hh indexstack.hh intersectioniterator.hh \
   leafindexset.hh leafiterator.hh leveliterator.hh refinement.hh \
-  virtualrefinement.hh referenceelements.hh gridpart.hh
+  virtualrefinement.hh referenceelements.hh gridpart.hh \
+  boundarysegment.hh gridinfo.hh indexidset.hh mapper.hh \
+  mcmgmapper.hh scsgmapper.hh universalmapper.hh
 
 SUBDIRS = refinement
 
diff --git a/istl/paamg/Makefile.am b/istl/paamg/Makefile.am
index 72fced280..0ad6592a7 100644
--- a/istl/paamg/Makefile.am
+++ b/istl/paamg/Makefile.am
@@ -4,7 +4,6 @@ paamgdir = $(includedir)/dune/istl/paamg
 paamg_HEADERS = aggregates.hh dependency.hh galerkin.hh graph.hh \
 	indicescoarsener.hh properties.hh globalaggregates.hh \
 	hierarchy.hh pmatrix.hh construction.hh \
-transfer.hh smoother.hh amg.hh
-
+	transfer.hh smoother.hh amg.hh
 
 include $(top_srcdir)/am/global-rules
diff --git a/quadrature/fixedorder/Makefile.am b/quadrature/fixedorder/Makefile.am
index b79a0b528..95b741878 100644
--- a/quadrature/fixedorder/Makefile.am
+++ b/quadrature/fixedorder/Makefile.am
@@ -1,6 +1,7 @@
 # $Id$
 
 quadraturefixedorderdir = $(includedir)/dune/quadrature/fixedorder
-quadraturefixedorder_HEADERS = gaussquadimp.cc gaussquadimp.hh quadlqh.hh
+quadraturefixedorder_HEADERS = gaussquadimp.cc gaussquadimp.hh quadlqh.hh \
+	quadtetratri.hh ugquadratures.cc ugquadratures.hh
 
 include $(top_srcdir)/am/global-rules
-- 
GitLab