Skip to content
Snippets Groups Projects
Commit 46667b9b authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

convert to standard Dune directory structure

[[Imported from SVN: r10505]]
parent d33a6d7d
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ nonlinelast_SOURCES = nonlinelast.cc ...@@ -19,7 +19,7 @@ nonlinelast_SOURCES = nonlinelast.cc
viscoelast_SOURCES = viscoelast.cc viscoelast_SOURCES = viscoelast.cc
# Build the unit tests as well # Build the unit tests as well
SUBDIRS = test m4 SUBDIRS = test m4 dune
# don't follow the full GNU-standard # don't follow the full GNU-standard
# we need automake 1.5 # we need automake 1.5
......
...@@ -16,6 +16,8 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS) ...@@ -16,6 +16,8 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS" LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
dune/Makefile
dune/elasticity/Makefile
test/Makefile test/Makefile
m4/Makefile m4/Makefile
elasticity.pc]) elasticity.pc])
......
# $Id: $
SUBDIRS = elasticity
include $(top_srcdir)/am/global-rules
SUBDIRS =
elasticitydir = $(includedir)/dune/elasticity
elasticity_HEADERS = elasticityhelpers neohookeassembler.cc neohookeassembler.hh ogdenassembler.cc ogdenassembler.hh zienkiewiczzhuestimator.hh
include $(top_srcdir)/am/global-rules
...@@ -3,5 +3,5 @@ AC_DEFUN([DUNE_ELASTICITY_CHECKS],[ ...@@ -3,5 +3,5 @@ AC_DEFUN([DUNE_ELASTICITY_CHECKS],[
]) ])
AC_DEFUN([DUNE_ELASTICITY_CHECK_MODULE],[ AC_DEFUN([DUNE_ELASTICITY_CHECK_MODULE],[
DUNE_CHECK_MODULES([dune-elasticity], [dune-elasticity/elasticityhelpers.hh]) DUNE_CHECK_MODULES([dune-elasticity], [elasticity/elasticityhelpers.hh])
]) ])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment