make file adjusted

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@14 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
root
2012-06-15 08:00:49 +00:00
parent 0ce9eb2dcb
commit eadbd5c55c
3 changed files with 15 additions and 73 deletions

26
configure vendored
View File

@ -1,29 +1,5 @@
##!/bin/bash
: ${QTDIR="/usr/lib/qt-3.3"}
read -p "Qt3.3 installation directory [default:\"$QTDIR\"]:" -e t1
if [ -z "$t1" ]
then
echo
else
QTDIR=$t1
fi
echo "QTDIR will be \"$QTDIR\""
export QTDIR
: ${ROOTSYS="/usr/local/root"}
read -p "Root installation directory [default:\"$ROOTSYS\"]:" -e t1
if [ -z "$t2" ]
then
echo
else
ROOTSYS=$t2
fi
echo "ROOTSYS will be \"$ROOTSYS\""
export ROOTSYS
: ${INSTALLROOT="/usr/local/"}
read -p "Installation directory [default:\"$INSTALLROOT\"]:" -e t3
if [ -z "$t3" ]
@ -57,7 +33,7 @@ fi
echo "LIBDIR will be \"$LIBDIR\""
export LIBDIR
: ${INCDIR="include/slsdetector"}
: ${INCDIR="include/slsDetector"}
read -p "Includes directory [default:\"$INCDIR\"]:" -e t6
if [ -z "$t6" ]
then