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

On Amadeus the line continuation backslashes were eaten in $(SOURCES). I do...

On Amadeus the line continuation backslashes were eaten in $(SOURCES). I do not know why this patches fixes this but it appears to be safe. If you have ideas why the problem is fixed please tell me

[[Imported from SVN: r882]]
parent 377bc10b
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,12 @@
SUBDIRS = . tutorial test paamg
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh vbcrsmatrix.hh vbvector.hh \
istldir = $(includedir)/dune/istl
istl_HEADERS = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh vbcrsmatrix.hh vbvector.hh \
ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh \
interface.hh indicessyncer.hh matrixindexset.hh selection.hh plocalindex.hh localindex.hh scalarproducts.hh \
solvercategory.hh bdmatrix.hh matrixutils.hh schwarz.hh owneroverlapcopy.hh matrix.hh supermatrix.hh superlu.hh \
pardiso.hh overlappingschwarz.hh
istldir = $(includedir)/dune/istl
istl_HEADERS = $(SOURCES)
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