From 08650b76d0471519985d8c99fd5cede694b8225e Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 30 Aug 2011 13:58:11 +0000 Subject: [PATCH] one header file per line [[Imported from SVN: r4415]] --- dune/solvers/iterationsteps/Makefile.am | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/dune/solvers/iterationsteps/Makefile.am b/dune/solvers/iterationsteps/Makefile.am index 251ec300..ddc45f75 100644 --- a/dune/solvers/iterationsteps/Makefile.am +++ b/dune/solvers/iterationsteps/Makefile.am @@ -1,14 +1,24 @@ SUBDIRS = iterationstepsdir = $(includedir)/dune/solvers/iterationsteps -iterationsteps_HEADERS = amgstep.hh blockgsstep.hh blockgsstep.cc iterationstep.hh \ - lineariterationstep.hh linegsstep.hh linegsstep.cc \ +iterationsteps_HEADERS = amgstep.hh \ + blockgsstep.hh \ + blockgsstep.cc \ + iterationstep.hh \ + lineariterationstep.hh \ + linegsstep.hh \ + linegsstep.cc \ minimalpolynomialextrapolationstep.hh \ mmgstep.hh mmgstep.cc \ - multigridstep.hh multigridstep.cc \ - projectedblockgsstep.hh projectedblockgsstep.cc projectedlinegsstep.cc projectedlinegsstep.hh \ + multigridstep.hh \ + multigridstep.cc \ + projectedblockgsstep.hh \ + projectedblockgsstep.cc \ + projectedlinegsstep.cc projectedlinegsstep.hh \ richardsonstep.hh \ truncatedblockgsstep.hh \ - truncatedsaddlepointgsstep.hh trustregiongsstep.cc trustregiongsstep.hh + truncatedsaddlepointgsstep.hh \ + trustregiongsstep.cc \ + trustregiongsstep.hh include $(top_srcdir)/am/global-rules -- GitLab