diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-12-12 16:02:21 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-12-12 16:14:29 +0100 |
commit | d86dc2ebdca8b833a500738ed72f579bb34add65 (patch) | |
tree | 7b3adbfaec19aeab4bdf4fbe16d75c501d98e4db /build | |
parent | c549714416a8b8500820d0ceb2cb1ebc6ff38e55 (diff) | |
download | astra-d86dc2ebdca8b833a500738ed72f579bb34add65.tar.gz astra-d86dc2ebdca8b833a500738ed72f579bb34add65.tar.bz2 astra-d86dc2ebdca8b833a500738ed72f579bb34add65.tar.xz astra-d86dc2ebdca8b833a500738ed72f579bb34add65.zip |
Install DART algorithm
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in index a294578..7c4089a 100644 --- a/build/linux/Makefile.in +++ b/build/linux/Makefile.in @@ -521,7 +521,7 @@ install-matlab: $(MATLAB_MEX) install-matlab-so $(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 \ + for D in DART DART/tools DART/examples 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 |