mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
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:
26
configure
vendored
26
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user