summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-12-12 16:14:00 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-12-12 16:14:00 +0100
commitc549714416a8b8500820d0ceb2cb1ebc6ff38e55 (patch)
tree739273353f33f31fb4210937174218dc36987136 /build
parentc712d102e7a5a67468bc46db14f0510b8f6f4381 (diff)
parent3276485c96636cd38248908ff3575282654ff335 (diff)
downloadastra-c549714416a8b8500820d0ceb2cb1ebc6ff38e55.tar.gz
astra-c549714416a8b8500820d0ceb2cb1ebc6ff38e55.tar.bz2
astra-c549714416a8b8500820d0ceb2cb1ebc6ff38e55.tar.xz
astra-c549714416a8b8500820d0ceb2cb1ebc6ff38e55.zip
Merge branch 'geom_visualizer'
This adds a matlab geometry visualizer, and a sample showing how to use it.
Diffstat (limited to 'build')
-rw-r--r--build/linux/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in
index 2129519..a294578 100644
--- a/build/linux/Makefile.in
+++ b/build/linux/Makefile.in
@@ -517,8 +517,15 @@ install-matlab: $(MATLAB_MEX) install-matlab-so
$(INSTALL_SH) -m 755 -d $(MATLABBASE)
$(INSTALL_SH) -m 755 -d $(MATLABBASE)/mex
$(INSTALL_SH) -m 755 -d $(MATLABBASE)/tools
+ $(INSTALL_SH) -m 755 -d $(MATLABBASE)/algorithms
$(INSTALL_SH) -m 755 $(MATLAB_MEX) $(MATLABBASE)/mex
$(INSTALL_SH) -m 644 $(srcdir)/../../matlab/tools/*.m $(MATLABBASE)/tools
+
+ for D in plot_geom plot_geom/private plot_geom/+draw plot_geom/+draw/private plot_geom/+parseargs plot_geom/+stlTools; do \
+ $(INSTALL_SH) -m 755 -d $(MATLABBASE)/algorithms/$$D; \
+ $(INSTALL_SH) -m 644 $(srcdir)/../../matlab/algorithms/$$D/*.m $(MATLABBASE)/algorithms/$$D; \
+ done
+
# TODO: docs
else
install-matlab: