
# --builddir $CINTSYSDIR option added to makecint everywhere; D. Barna
# CINTSYSDIR should be set to the actual build directory (done by the upmost Makefile)

if [ "$CINTSYSDIR" = "" ] ; then
  echo CINTSYSDIR should be set to the actual build directory during the compilation of cint
  exit 1
fi


export QTDIR=/usr/local/qt


makecint --builddir $CINTSYSDIR -mk Makefile -dl qtcint.dll -p -H qtcint.h qtclasses.h qtglobals.h qtfunctions.h  -I$QTDIR/include -I. -cint -Z0

make -f Makefile clean
make -f Makefile 

# make -f Makefile clean

