#ifndef ROOT_RConfigure #define ROOT_RConfigure /* Configurations file for linux */ #ifdef R__HAVE_CONFIG #define ROOTPREFIX "$(ROOTSYS)" #define ROOTBINDIR "$(ROOTSYS)/bin" #define ROOTLIBDIR "$(ROOTSYS)/lib" #define ROOTINCDIR "$(ROOTSYS)/include" #define ROOTETCDIR "$(ROOTSYS)/etc" #define ROOTDATADIR "$(ROOTSYS)" #define ROOTDOCDIR "$(ROOTSYS)" #define ROOTMACRODIR "$(ROOTSYS)/macros" #define ROOTSRCDIR "$(ROOTSYS)/src" #define ROOTICONPATH "$(ROOTSYS)/icons" #define EXTRAICONPATH "" #define TTFFONTDIR "$(ROOTSYS)/fonts" #define CINTINCDIR "$(ROOTSYS)/cint" #endif #define R__HAS_SETRESUID /**/ #define R__HAS_MATHMORE /**/ #define R__HAS_PTHREAD /**/ #define R__HAS_XFT /**/ #ifndef __CINT__ #define R__CONFIGUREOPTIONS "QTDIR=/afs/cern.ch/sw/lcg/external/qt/3.3.4/slc3_ia32_gcc323 RFIO=/home/brun/shift/lib CERNLIB=/home/brun/cern/pro/lib PYTHIA6=/home/brun/pythia6 PYTHONDIR=/home/brun/Python-2.3.4 XMLDIR=xml linux --enable-castor --enable-gfal --enable-roofit --enable-minuit2 --enable-alien --enable-table --enable-rfio --enable-ldap --enable-qt --enable-qtgsi --enable-ruby --enable-python --enable-gdml --enable-unuran --with-g4-incdir=/include --with-g4-libdir=/ --with-clhep-incdir=/usr/local/include --enable-monalisa --with-monalisa-incdir=/home/brun/ApMon_cpp-2.2.0/include --with-monalisa-libdir=/home/brun/ApMon_cpp-2.2.0/lib --with-gsl-incdir=/home/brun/gsl-1.8/include --with-gsl-libdir=/home/brun/gsl-1.8/lib --with-python-incdir=/home/brun/Python-2.3.4/include/python2.3 --with-python-libdir=/home/brun/Python-2.3.4 --enable-odbc --with-odbc-incdir=/home/brun/odbc/include --with-odbc-libdir=/home/brun/odbc/lib --with-fftw3-incdir=/home/brun/fftw-3.1.1/api --with-fftw3-libdir=/home/brun/fftw-3.1.1/.libs --with-pythia6-libdir=/home/brun/pythia6/ --with-gccxml=/home/brun/gccxml/bin --with-mysql-libdir=/home/brun/mysql/lib/mysql --with-mysql-incdir=/home/brun/mysql/include/mysql --with-oracle-incdir=/afs/cern.ch/project/oracle/instantclient/10.2.0.1/slc3_ia32_gcc323/sdk/include --with-oracle-libdir=/afs/cern.ch/sw/lcg/external/oracle/10.2.0.1/slc3_ia32_gcc323/lib --with-shift-libdir=/home/brun/castor-2.1.0/lib --with-shift-incdir=/home/brun/castor-2.1.0/h --with-dcap-libdir=/afs/cern.ch/sw/root/d-cache/dcap/lib --with-dcap-incdir=/afs/cern.ch/sw/root/d-cache/dcap/include" #endif #endif