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

[BuildSystem] Made header list more patch friendly.

To make future patches more readable the list of headers is now ordered
alphabetically with one header per line.
parent 8c3d219b
No related branches found
No related tags found
No related merge requests found
add_subdirectory("test" EXCLUDE_FROM_ALL)
#install headers
install(FILES aggregates.hh dependency.hh galerkin.hh graph.hh
indicescoarsener.hh properties.hh globalaggregates.hh
hierarchy.hh construction.hh
transfer.hh smoother.hh amg.hh kamg.hh combinedfunctor.hh
graphcreator.hh parameters.hh renumberer.hh pinfo.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/istl/paamg)
install(FILES
aggregates.hh
amg.hh
combinedfunctor.hh
construction.hh
dependency.hh
galerkin.hh
globalaggregates.hh
graph.hh
graphcreator.hh
hierarchy.hh
indicescoarsener.hh
kamg.hh
parameters.hh
pinfo.hh
properties.hh
renumberer.hh
smoother.hh
transfer.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/istl/paamg)
SUBDIRS = test
paamgdir = $(includedir)/dune/istl/paamg
paamg_HEADERS = aggregates.hh dependency.hh galerkin.hh graph.hh \
indicescoarsener.hh properties.hh globalaggregates.hh \
hierarchy.hh construction.hh \
transfer.hh smoother.hh amg.hh kamg.hh combinedfunctor.hh \
graphcreator.hh parameters.hh renumberer.hh pinfo.hh \
fastamg.hh fastamgsmoother.hh
paamg_HEADERS = aggregates.hh \
amg.hh \
combinedfunctor.hh \
construction.hh \
dependency.hh \
fastamg.hh \
fastamgsmoother.hh \
galerkin.hh \
globalaggregates.hh \
graph.hh \
graphcreator.hh \
hierarchy.hh \
indicescoarsener.hh \
kamg.hh \
parameters.hh \
pinfo.hh \
properties.hh \
renumberer.hh \
smoother.hh \
transfer.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