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

distribute CMakeLists.txt with autotools tarballs

[[Imported from SVN: r7124]]
parent 2622f772
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
......
# $Id$
EXTRA_DIST = inkscape.am webstuff global-rules sourcescheck \
EXTRA_DIST = CMakeLists.txt inkscape.am webstuff global-rules sourcescheck \
no-check-without-lib latex checklog doxygen top-rules \
headercheck documentation
......
# $Id$
# put scripts into dist-tarball
EXTRA_DIST = duneproject dunecontrol \
EXTRA_DIST = CMakeLists.txt duneproject dunecontrol \
dunedoxynize \
mpi-config dune-autogen \
xfail-compile-tests
......
......@@ -23,3 +23,4 @@ modulesdir = $(datadir)/cmake/modules
modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -8,3 +8,4 @@ modulesdir = $(datadir)/cmake/scripts
modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -15,7 +15,7 @@ docdir=$(datadir)/doc/dune-common
DOCFILES = $(PAGES)
DOCFILES_EXTRA = example.opts
EXTRA_DIST = $(PAGES) example.opts
EXTRA_DIST = CMakeLists.txt $(PAGES) example.opts
# include rules for wml -> html transformation
include $(top_srcdir)/am/webstuff
......
......@@ -8,7 +8,7 @@ BASEDIR=../..
docdir=$(datadir)/doc/dune-common/buildsystem
if BUILD_DOCS
DOCFILES=buildsystem.pdf
EXTRA_DIST=$(DOCFILES)
EXTRA_DIST= CMakeLists.txt$(DOCFILES)
EXTRAINSTALL=$(DOCFILES)
endif
......
......@@ -11,7 +11,7 @@ TESTS = $(MPIPROGRAMS)
if BUILD_DOCS
DOCFILES = communication.pdf
EXTRA_DIST = $(DOCFILES)
EXTRA_DIST = CMakeLists.txt $(DOCFILES)
EXTRAINSTALL = $(DOCFILES)
endif
......
......@@ -12,7 +12,7 @@ PAGES =
# add some more stuff to install and tarball
DOCFILES = $(PAGES)
EXTRA_DIST = $(PAGES) Doxystyle
EXTRA_DIST = CMakeLists.txt $(PAGES) Doxystyle
include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules
......@@ -3,3 +3,5 @@
SUBDIRS = common
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -90,3 +90,5 @@ commoninclude_HEADERS = \
version.hh
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -19,3 +19,5 @@ parallelinclude_HEADERS = \
selection.hh
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -45,3 +45,5 @@ syncertest_LDADD = \
$(LDADD)
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -275,3 +275,5 @@ testfloatcmp_SOURCES = testfloatcmp.cc
genericiterator_compile_fail_SOURCES = genericiterator_compile_fail.cc
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
# $Id: $
dunemodulelibdir=$(libdir)
EXTRA_DIST = dunemodules.lib
EXTRA_DIST = CMakeLists.txt dunemodules.lib
dunemodulelib_DATA = dunemodules.lib
#the dune-common library
......
......@@ -50,6 +50,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