Skip to content
Snippets Groups Projects
Commit 82d7d2b0 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Move octave-related files to a subdir

parent 9b067f2c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([
Makefile
src/Makefile
src/octave/Makefile
doc/Makefile
doc/doxygen/Makefile
doc/doxygen/Doxyfile
......
SUBDIRS =
SUBDIRS = octave
check_PROGRAMS = \
test-python \
......@@ -64,16 +64,3 @@ DISTCHECK_CONFIGURE_FLAGS = --with-dune-common=$(DUNE_COMMON_ROOT) --with-dune-f
include $(top_srcdir)/am/global-rules
include $(top_srcdir)/flymake.mk
## Octave
MKOCTFILE ?= mkoctfile
OCTAVE ?= octave
OCTAVE_MODULES= duneminimise.oct duneevaluate.oct
.PHONY: run-octave
run-octave: $(OCTAVE_MODULES)
$(OCTAVE) --path $(abs_builddir) --path $(abs_srcdir)
include $(srcdir)/octave.mk
SUBDIRS =
AM_CPPFLAGS = \
$(DUNE_CPPFLAGS) \
-I$(top_srcdir)
## Octave
MKOCTFILE ?= mkoctfile
OCTAVE ?= octave
OCTAVE_MODULES= duneminimise.oct duneevaluate.oct
.PHONY: run-octave
run-octave: $(OCTAVE_MODULES)
$(OCTAVE) --path $(abs_builddir) --path $(abs_srcdir)
include $(srcdir)/octave.mk
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