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

big Makefile.am cleanup. "make dist" works so that Dune can be easily

tested on autotool-agnostic systems

[[Imported from SVN: r118]]
parent 182ce00d
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,5 @@ libtool
dune.pc
semantic.cache
configure.lineno
stamp-h1
\ No newline at end of file
stamp-h1
dune-*.tar.gz
\ No newline at end of file
......@@ -4,7 +4,7 @@
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = common fem grid operator solver lib istl doc m4
SUBDIRS = common fem grid operator quadrature solver lib istl doc bin m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dune.pc
......
......@@ -87,16 +87,23 @@ echo
# write output
AC_CONFIG_FILES([Makefile
bin/Makefile
common/Makefile
common/test/Makefile
fem/Makefile
fem/common/Makefile
fem/dgspace/Makefile
fem/discfuncarray/Makefile
fem/feop/Makefile
fem/lagrangebase/Makefile
fem/norms/Makefile
fem/operator/Makefile
fem/transfer/Makefile
grid/Makefile
grid/albertgrid/Makefile
grid/bsgrid/Makefile
grid/common/Makefile
grid/onedgrid/Makefile
grid/sgrid/Makefile
grid/test/Makefile
grid/uggrid/Makefile
......
# $Id$
# distribute these files:
EXTRA_DIST = Buildsystem CodingStyles Doxyfile Doxydep \
doxy-footer.html doxy-header.html dune-doxy.css mainpage
all: doxygen-tag
doxygen-tag: Doxyfile
@AMDEP_TRUE@ ./Doxydep $< $(DEPDIR)/doxygen.Po $@
@AMDEP_TRUE@ $(srcdir)/Doxydep $< $(DEPDIR)/doxygen.Po $@
$(DOXYGEN) > doxygen.log 2>&1
touch doxygen-tag
......
......@@ -2,10 +2,7 @@
SUBDIRS = . doc tutorial test
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh fmatrix.hh \
gsetc.hh io.hh istlexception.hh istl.hh precision.hh vbcrsmatrix.hh \
vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh \
indexset.hh communicator.hh remoteindices.hh mpitraits.hh
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh fmatrix.hh gsetc.hh io.hh istlexception.hh istl.hh precision.hh vbcrsmatrix.hh vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh
istldir = $(includedir)/dune/istl
istl_HEADERS = $(SOURCES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment