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

Merge remote-tracking branch 'origin/master' into feature/amg-sharedptr

parents 3b2b472e cae37df7
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
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
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