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

update build system to new, Dune-conforming directory layout

[[Imported from SVN: r5936]]
parent c60beddc
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# we need the module file to be able to build via dunecontrol # we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module EXTRA_DIST=dune.module
SUBDIRS = m4 src test SUBDIRS = m4 dune test
# possible options # possible options
LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS) LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS)
......
...@@ -16,10 +16,11 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS) ...@@ -16,10 +16,11 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS" LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
src/Makefile dune/Makefile
dune/gfe/Makefile
test/Makefile test/Makefile
m4/Makefile m4/Makefile
rods.pc dune-gfe.pc
]) ])
AC_OUTPUT AC_OUTPUT
......
# $Id: Makefile.am 5716 2009-11-20 12:23:19Z dedner $ # $Id: $
SUBDIRS = SUBDIRS =
......
ALLM4S = rods.m4 ALLM4S = dune-gfe.m4
aclocaldir = $(datadir)/aclocal aclocaldir = $(datadir)/aclocal
aclocal_DATA = $(ALLM4S) aclocal_DATA = $(ALLM4S)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment