Skip to content
Snippets Groups Projects
Commit 113d943f authored by Markus Blatt's avatar Markus Blatt
Browse files

Included the parallel communication headers in the distribution.

[[Imported from SVN: r111]]
parent 6ffcb664
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@
SUBDIRS = . doc tutorial test
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh fmatrix.hh gsetc.hh io.hh istlexception.hh istl.hh precision.hh vbcrsmatrix.hh vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh fmatrix.hh \
gsetc.hh io.hh istlexception.hh istl.hh precision.hh vbcrsmatrix.hh \
vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh \
indexset.hh communicator.hh remoteindices.hh mpitraits.hh
istldir = $(includedir)/dune/istl
istl_HEADERS = $(SOURCES)
......@@ -16,7 +19,11 @@ DISTDOCS = doc/istl.tex doc/istl.bib doc/istl.ps doc/istl.pdf
DISTTUT = tutorial/example.cc
# parts from dune needed for istl (only common, please!)
DUNESTUFF = common/exceptions.hh common/fvector.hh common/timer.hh common/arraylist.hh common/smartpointer.hh common/fixedarray.hh common/iteratorfacades.hh
DUNESTUFF = common/exceptions.hh common/fvector.hh common/timer.hh common/arraylist.hh \
common/smartpointer.hh common/fixedarray.hh \
common/poolallocator.hh common/iteratorfacades.hh common/sllist.hh \
common/enumset.hh common/typetraits.hh common/logictraits.hh \
common/alignment.hh
# these files are copied into the distribution but with .istl-dist stripped
RENAMESTUFF = README.istl-dist tutorial/Makefile.istl-dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment