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

added include am/sourcescheck

[[Imported from SVN: r1997]]
parent 943a9d91
No related branches found
No related tags found
No related merge requests found
Showing with 46 additions and 5 deletions
......@@ -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
......@@ -3,3 +3,5 @@
EXTRA_DIST = inkscape.am webstuff
noinst_DATA = inkscape.am
include $(top_srcdir)/am/sourcescheck
......@@ -3,10 +3,12 @@
sourcescheck: sourcescheck-recursive
sourcescheck-am: $(SOURCES) $(HEADERS) $(sourcescheck_IGNORE)
@(for f in $^; do echo $$f; done) | \
grep [hc][hc]$$ | sort > header_CHECK.install
@ls *.cc *.hh > header_CHECK.present
sourcescheck-am:
@(for f in $(SOURCES) $(HEADERS) $(sourcescheck_NOSOURCES); \
do echo $$f; done) | \
grep [hc][hc]$$ | sort | uniq > header_CHECK.install
@ls | \
grep [hc][hc]$$ | sort | uniq > header_CHECK.present
@RESULT=0; \
if diff header_CHECK.* | grep ^[\<\>] -q; then \
echo "==== ERROR ===="; \
......
......@@ -5,3 +5,5 @@ EXTRA_DIST = duneproject idrename wmlwrap
# ... and install some
bin_SCRIPTS = duneproject
include $(top_srcdir)/am/sourcescheck
......@@ -18,3 +18,5 @@ commoninclude_HEADERS = dlist.cc mapping.cc stdstreams.cc alignment.hh \
mapping.hh matrix.hh misc.hh operator.hh poolallocator.hh simplevector.hh \
sllist.hh smartpointer.hh stack.hh stdstreams.hh timer.hh tuples.hh \
typeinfo.hh typetraits.hh vectorspace.hh precision.hh bigunsignedint.hh
include $(top_srcdir)/am/sourcescheck
......@@ -2,7 +2,7 @@
TESTPROGS = parsetest test-stack arraylisttest smartpointertest \
sllisttest iteratorfacadetest tuplestest fmatrixtest \
poolallocatortest
poolallocatortest settest
# which tests to run
TESTS = $(TESTPROGS)
......@@ -34,3 +34,7 @@ iteratorfacadetest_SOURCES = iteratorfacadetest.cc iteratorfacadetest.hh \
fmatrixtest_SOURCES = fmatrixtest.cc
poolallocatortest_SOURCES = poolallocatortest.cc
settest_SOURCES=settest.cc
include $(top_srcdir)/am/sourcescheck
......@@ -16,3 +16,5 @@ CURDIR=doc
include $(top_srcdir)/am/webstuff
CLEANFILES = $(PAGES)
include $(top_srcdir)/am/sourcescheck
......@@ -13,3 +13,5 @@ CURDIR=doc/appl
include $(top_srcdir)/am/webstuff
CLEANFILES = $(PAGES)
include $(top_srcdir)/am/sourcescheck
......@@ -11,3 +11,5 @@ EXTRAINSTALL=hexahedron.png line.png prism.png pyramid.png \
include $(top_srcdir)/am/webstuff
# !! rules to convert fig, svg -> png
include $(top_srcdir)/am/sourcescheck
......@@ -15,3 +15,5 @@ EXTRAINSTALL=replacements
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
......@@ -7,3 +7,5 @@ femincludedir = $(includedir)/dune/fem
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
......@@ -6,3 +6,5 @@ femcommon_HEADERS = discretefunction.cc fastbase.cc basefunctions.hh \
combine.hh discretefunction.hh discretefunctionspace.hh \
discreteoperator.hh dofiterator.hh dofmapperinterface.hh fastbase.hh \
localfunction.hh localoperatordef.hh localoperator.hh objpointer.hh
include $(top_srcdir)/am/sourcescheck
......@@ -3,3 +3,5 @@
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
......@@ -3,3 +3,4 @@
femdiscfuncdir = $(includedir)/dune/fem/discfuncarray
femdiscfunc_HEADERS = dfadapt.cc discfuncarray.cc
include $(top_srcdir)/am/sourcescheck
......@@ -2,3 +2,5 @@
femfeopdir = $(includedir)/dune/fem/feop
femfeop_HEADERS = spmatrix.cc spmatrix.hh
include $(top_srcdir)/am/sourcescheck
......@@ -3,3 +3,5 @@
femlagrangebasedir = $(includedir)/dune/fem/lagrangebase
femlagrangebase_HEADERS = lagrangespace.cc lagrangebasefunctions.hh \
lagrangemapper.hh p2lagrangebasefunctions.hh
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