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

distribute CMakeLists.txt with autotools tarballs

[[Imported from SVN: r1787]]
parent 8e74f4b6
No related branches found
No related tags found
No related merge requests found
# $Id$
# we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module
EXTRA_DIST= CMakeLists.txtdune.module
# don't follow the full GNU-standard
# we need automake 1.9 or newer
......
......@@ -5,3 +5,5 @@ modulesdir= $(datadir)/cmake/modules
modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -6,7 +6,7 @@ TEXSOURCES = istl.tex istl.bib
EPSFILES = blockstructure.eps
if BUILD_DOCS
DOCFILES = istl.pdf
EXTRA_DIST = $(DOCFILES)
EXTRA_DIST = CMakeLists.txt $(DOCFILES)
EXTRAINSTALL = $(DOCFILES)
endif
......
......@@ -6,3 +6,5 @@ CURDIR=doc/doxygen
include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -3,3 +3,5 @@
SUBDIRS = istl
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -41,3 +41,5 @@ istl_HEADERS = basearray.hh \
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -8,3 +8,5 @@ paamg_HEADERS = aggregates.hh dependency.hh galerkin.hh graph.hh \
graphcreator.hh parameters.hh renumberer.hh pinfo.hh
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -88,3 +88,5 @@ pamg_comm_repart_test_LDADD = \
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -140,3 +140,5 @@ if MPI
$(LDADD)
endif
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -7,3 +7,5 @@ example_SOURCES = example.cc
example_CPPFLAGS = $(AM_CPPFLAGS) $(BOOST_CPPFLAGS) $(DUNE_CPPFLAGS)
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -9,6 +9,6 @@ ALLM4S = \
aclocaldir = $(datadir)/aclocal
aclocal_DATA = $(ALLM4S)
EXTRA_DIST = $(ALLM4S)
EXTRA_DIST = CMakeLists.txt $(ALLM4S)
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