Skip to content
Snippets Groups Projects
Commit a27e6fc0 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

changed "include sourcescheck" to the extensible "include global-rules"

[[Imported from SVN: r2147]]
parent cda56768
Branches
Tags
No related merge requests found
Showing with 21 additions and 20 deletions
......@@ -13,4 +13,4 @@ pkgconfig_DATA = dune.pc
# 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
include $(top_srcdir)/am/global-rules
......@@ -4,4 +4,4 @@ EXTRA_DIST = inkscape.am webstuff global-rules sourcescheck no-check-without-lib
noinst_DATA = inkscape.am
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -6,4 +6,4 @@ EXTRA_DIST = duneproject idrename wmlwrap
# ... and install some
bin_SCRIPTS = duneproject
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -20,4 +20,4 @@ commoninclude_HEADERS = dlist.cc mapping.cc stdstreams.cc alignment.hh \
typeinfo.hh typetraits.hh vectorspace.hh precision.hh bigunsignedint.hh \
autoptr.hh
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -12,6 +12,7 @@ check_PROGRAMS = $(TESTPROGS)
# output code coverage
AM_CXXFLAGS = -fprofile-arcs -ftest-coverage
AM_LDFLAGS = $(top_builddir)/lib/libdune.la
# define the programs
......@@ -39,4 +40,4 @@ settest_SOURCES=settest.cc
gcdlcdtest_SOURCES = gcdlcdtest.cc
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -17,4 +17,4 @@ include $(top_srcdir)/am/webstuff
CLEANFILES = $(PAGES)
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -14,4 +14,4 @@ include $(top_srcdir)/am/webstuff
CLEANFILES = $(PAGES)
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -12,4 +12,4 @@ include $(top_srcdir)/am/webstuff
# !! rules to convert fig, svg -> png
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -16,4 +16,4 @@ include $(top_srcdir)/am/webstuff
CLEANFILES = $(PAGES)
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -30,4 +30,4 @@ include $(top_srcdir)/am/webstuff
clean-local:
rm -rf html latex doxygen-tag *~
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -32,4 +32,4 @@ CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.pdf *.ps
CURDIR=doc/istl
include $(top_srcdir)/am/webstuff
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -46,4 +46,4 @@ CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.pdf *.ps
CURDIR=doc/istl/comm
include $(top_srcdir)/am/webstuff
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -5,4 +5,4 @@ EXTRA_DIST = default.wml
# nothing to install
web-install:
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -8,4 +8,4 @@ feminclude_HEADERS = dfadapt.hh dgspace.hh discfuncarray.hh \
discretefeopimp.hh discreteoperatorimp.hh dofmanager.hh feoperator.hh \
feop.hh inverseoperators.hh l2projection.hh lagrangebase.hh
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -7,4 +7,4 @@ femcommon_HEADERS = discretefunction.cc fastbase.cc basefunctions.hh \
discreteoperator.hh dofiterator.hh dofmapperinterface.hh fastbase.hh \
localfunction.hh localoperatordef.hh localoperator.hh objpointer.hh
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -4,4 +4,4 @@ femdgspacedir = $(includedir)/dune/fem/dgspace
femdgspace_HEADERS = monomialbase.cc monomialbase.hh dgmapper.hh \
orthonormalbase.cc orthonormalbase_impl.cc orthonormalbase.hh
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -3,4 +3,4 @@
femdiscfuncdir = $(includedir)/dune/fem/discfuncarray
femdiscfunc_HEADERS = dfadapt.cc discfuncarray.cc
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -3,4 +3,4 @@
femfeopdir = $(includedir)/dune/fem/feop
femfeop_HEADERS = spmatrix.cc spmatrix.hh
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -4,4 +4,4 @@ femlagrangebasedir = $(includedir)/dune/fem/lagrangebase
femlagrangebase_HEADERS = lagrangespace.cc lagrangebasefunctions.hh \
lagrangemapper.hh p2lagrangebasefunctions.hh
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
......@@ -3,4 +3,4 @@
femnormsdir = $(includedir)/dune/fem/norms
femnorms_HEADERS = l2norm.hh norm.hh
include $(top_srcdir)/am/sourcescheck
include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment