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

updated Makesystem:

- include disc tree in tarball
- fixed doc/Makefile

[[Imported from SVN: r2919]]
parent 18a30956
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = common fem grid operator quadrature solver io istl lib doc bin m4 am
SUBDIRS = common fem disc grid operator quadrature solver io istl lib doc bin m4 am
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dune.pc
......
......@@ -150,7 +150,13 @@ echo
AC_CONFIG_FILES([Makefile
bin/Makefile
common/Makefile
common/test/Makefile
common/test/Makefile
disc/Makefile
disc/functions/Makefile
disc/groundwater/Makefile
disc/operators/Makefile
disc/shapefunctions/Makefile
disc/shapefunctions/lagrange/Makefile
fem/Makefile
fem/common/Makefile
fem/dgspace/Makefile
......
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
SUBDIRS = functions groundwater operators shapefunctions
discdir = $(includedir)/disc
include $(top_srcdir)/am/global-rules
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
disc_functionsdir = $(includedir)/disc/functions
disc_functions_HEADERS = functions.hh p1function.hh
include $(top_srcdir)/am/global-rules
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
discgroundwaterdir = $(includedir)/disc/groundwater
discgroundwater_HEADERS = groundwater.hh p1groundwater.hh
include $(top_srcdir)/am/global-rules
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
disc_operatorsdir = $(includedir)/disc/operators
disc_operators_HEADERS = p1operator.hh
include $(top_srcdir)/am/global-rules
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
SUBDIRS = lagrange
disc_shapefunctionsdir = $(includedir)/disc/shapefunctions
disc_shapefunctions_HEADERS = lagrangeshapefunctions.hh shapefunctions.hh
include $(top_srcdir)/am/global-rules
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
lagrangeshapefunctionsdir = $(includedir)/disc/shapefunctions/lagrange
lagrangeshapefunctions_HEADERS = cubeshapefunctions.hh \
pyramidshapefunctions.hh prismshapefunctions.hh simplexshapefunctions.hh
include $(top_srcdir)/am/global-rules
# $Id$
# distribute these files:
EXTRA_DIST = Buildsystem
SUBDIRS = devel appl doxygen layout istl
if BUILD_DOCS
......
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