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

* move istl to dune/istl

* update configure and Makefiles

[[Imported from SVN: r1100]]
parent 86fd086d
No related branches found
No related tags found
No related merge requests found
Showing with 15 additions and 7 deletions
......@@ -7,7 +7,7 @@ EXTRA_DIST=dune.module
# need automake >= 1.5
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = istl doc m4
SUBDIRS = dune doc m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dune-istl.pc
......
......@@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([istl/allocator.hh])
AC_CONFIG_SRCDIR([dune/istl/allocator.hh])
AM_CONFIG_HEADER([config.h])
# make dune -> . symlink
......@@ -28,11 +28,12 @@ AC_CONFIG_FILES([Makefile
doc/doxygen/Doxyfile
doc/Makefile
doc/Makefile.dist
istl/paamg/test/Makefile
istl/paamg/Makefile
istl/tutorial/Makefile
istl/test/Makefile
istl/Makefile
dune/istl/paamg/test/Makefile
dune/istl/paamg/Makefile
dune/istl/tutorial/Makefile
dune/istl/test/Makefile
dune/istl/Makefile
dune/Makefile
m4/Makefile
dune-istl.pc])
AC_OUTPUT
......
Makefile
Makefile.in
semantic.cache
istl.tar.gz
\ No newline at end of file
Makefile
# $Id: $
SUBDIRS = istl
include $(top_srcdir)/am/global-rules
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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