Skip to content
Snippets Groups Projects
Commit 01c5452a authored by Christian Engwer's avatar Christian Engwer
Browse files

fixed Makefiles

[[Imported from SVN: r3012]]
parent 5d465e29
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
# $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
......@@ -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
# $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
# $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
......@@ -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
......@@ -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
......
......@@ -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
# $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
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