Skip to content
Snippets Groups Projects
Commit 00b4883e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Add makefile

parent 9626dd51
No related branches found
No related tags found
1 merge request!11Mnt/makefile
Makefile 0 → 100644
MKDIR ?= /bin/mkdir -m 0755
INSTALL ?= install -p
PREFIX ?= ${FSLDEVDIR}
install:
${MKDIR} -p ${PREFIX}/bin
${MKDIR} -p ${PREFIX}/config
${MKDIR} -p ${PREFIX}/doc/images
${MKDIR} -p ${PREFIX}/etc/fslconf
${MKDIR} -p ${PREFIX}/etc/flirtsch
${MKDIR} -p ${PREFIX}/etc/js
${MKDIR} -p ${PREFIX}/etc/luts
${MKDIR} -p ${PREFIX}/etc/matlab
${MKDIR} -p ${PREFIX}/share/fsl/copyrights
${MKDIR} -p ${PREFIX}/share/fsl/sbin
${MKDIR} -p ${PREFIX}/share/fsl/bin
${INSTALL} -m 0755 bin/* ${PREFIX}/bin/
${INSTALL} -m 0755 bin/* ${PREFIX}/share/fsl/bin/
${INSTALL} -m 0644 config/* ${PREFIX}/config/
${INSTALL} -m 0755 config/supportedGencodes.sh ${PREFIX}/config/
${INSTALL} -m 0644 doc/images/* ${PREFIX}/doc/images/
${INSTALL} -m 0644 etc/fslconf/* ${PREFIX}/etc/fslconf/
${INSTALL} -m 0644 etc/flirtsch/* ${PREFIX}/etc/flirtsch/
${INSTALL} -m 0644 etc/fslconf/* ${PREFIX}/etc/fslconf/
${INSTALL} -m 0644 etc/js/* ${PREFIX}/etc/js/
${INSTALL} -m 0644 etc/luts/* ${PREFIX}/etc/luts/
${INSTALL} -m 0644 etc/matlab/* ${PREFIX}/etc/matlab/
${INSTALL} -m 0644 share/fsl/copyrights/* ${PREFIX}/share/fsl/copyrights/
${INSTALL} -m 0755 share/fsl/sbin/* ${PREFIX}/share/fsl/sbin/
......@@ -10,9 +10,6 @@
# source $FSLDIR/etc/fslconf/fsl-devel.sh
#
# SHBASECOPYRIGHT
# If this is an official (fslinstaller-installed)
# FSL installation, we activate the $FSLDIR conda
# environment so that we have access to its compiler
......
......@@ -5,8 +5,6 @@
# Written by Mark Jenkinson
# FMRIB Analysis Group, University of Oxford
# SHBASECOPYRIGHT
#### Set up standard FSL user environment variables ####
......
......@@ -7,14 +7,11 @@
# export FSLDIR=/usr/local/fsl
# source $FSLDIR/etc/fslconf/fsl.sh
#
# See fsl-devel.sh if you are a developer.
# See fsl-devel.sh if you are compiling FSL projects.
#
# Written by Mark Jenkinson
# FMRIB Analysis Group, University of Oxford
# SHBASECOPYRIGHT
#### Set up standard FSL user environment variables ####
# If this is an official (fslinstaller-installed)
......
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