Skip to content
Snippets Groups Projects
Commit d491cb0f authored by Christian Engwer's avatar Christian Engwer
Browse files

added include am/sourcescheck

[[Imported from SVN: r243]]
parent b7964d05
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,5 @@ pkgconfig_DATA = dune.pc
# use configured compiler for "make distcheck"
# doxygen is difficult to convince to build in a special directory...
DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)" DOXYGEN="true"
include $(top_srcdir)/am/sourcescheck
......@@ -16,3 +16,5 @@ CURDIR=doc
include $(top_srcdir)/am/webstuff
CLEANFILES = $(PAGES)
include $(top_srcdir)/am/sourcescheck
......@@ -29,3 +29,5 @@ include $(top_srcdir)/am/webstuff
clean-local:
rm -rf html latex doxygen-tag *~
include $(top_srcdir)/am/sourcescheck
......@@ -27,3 +27,5 @@ dist_pkgdata_DATA = istl.pdf istl.ps
$(DVIPS) $*
CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.pdf *.ps
include $(top_srcdir)/am/sourcescheck
......@@ -41,3 +41,5 @@ communication.dvi : communication.tex buildindexset.hh reverse.hh
CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.pdf *.ps
include $(top_srcdir)/am/sourcescheck
......@@ -4,3 +4,5 @@ EXTRA_DIST = default.wml
# nothing to install
web-install:
include $(top_srcdir)/am/sourcescheck
......@@ -48,3 +48,5 @@ istl-dist:
CLEANFILES = istl.tar.gz
.PHONY: istl-dist
include $(top_srcdir)/am/sourcescheck
......@@ -5,3 +5,4 @@ SOURCES = aggregates.hh dependency.hh galerkin.hh graph.hh indicescoarsener.hh
paamgdir = $(includedir)/dune/istl/paamg
paamg_HEADERS = $(SOURCES)
include $(top_srcdir)/am/sourcescheck
......@@ -21,3 +21,5 @@ galerkintest_SOURCES = galerkintest.cc
galerkintest_CXXFLAGS = $(MPI_CPPFLAGS)
galerkintest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
include $(top_srcdir)/am/sourcescheck
......@@ -33,3 +33,5 @@ syncertest_SOURCES = syncertest.cc
syncertest_CXXFLAGS = $(MPI_CPPFLAGS)
syncertest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
include $(top_srcdir)/am/sourcescheck
# $Id$
dist_noinst_DATA = example.cc
include $(top_srcdir)/am/sourcescheck
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