Added PREFIX
This commit is contained in:
parent
428e3199eb
commit
d20596c3b7
2 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,9 @@ CCLD=g++
|
|||
RM=rm -f
|
||||
MAKE=make
|
||||
|
||||
# Prefix for 'make install'
|
||||
PREFIX=/usr/local
|
||||
|
||||
# Use SIOD support
|
||||
CCL = -DUSE_CCL
|
||||
CCLLIB = -lm
|
||||
|
|
8
setup
8
setup
|
@ -345,6 +345,14 @@ echo "RM=$RM" >> $RULESFILE
|
|||
echo "MAKE=$MAKE" >> $RULESFILE
|
||||
echo >> $RULESFILE
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Install part
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
echo "# Prefix for 'make install'" >> $RULESFILE
|
||||
echo "PREFIX=/usr/local" >> $RULESFILE
|
||||
echo >> $RULESFILE
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# SIOD support part
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue