Added PREFIX

This commit is contained in:
nehalmistry 2002-03-30 02:06:43 +00:00
parent 428e3199eb
commit d20596c3b7
2 changed files with 11 additions and 0 deletions

View file

@ -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
View file

@ -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
#------------------------------------------------------------------------------