compiledata.h File Reference

Go to the source code of this file.

Defines

#define BUILD_ARCH   "linux"
#define BUILD_NODE   "Linux lxg0453 2.6.26-2-686-bigmem #1 SMP Thu Sep 16 20:29:07 UTC 2010 i686 GNU/Linux"
#define COMPILER   "/usr/bin/g++"
#define COMPILERVERS   "gcc412"
#define MAKESHAREDLIB   "cd $BuildDir ; g++ -c $Opt -pipe -m32 -Wall -W -Woverloaded-virtual -fPIC -pthread $IncludePath $SourceFiles ; g++ $ObjectFiles -shared -Wl,-soname,$LibName.so -m32 -O2 $DepLibs -o $SharedLib"
#define MAKEEXE   "cd $BuildDir ; g++ -c -pipe -m32 -Wall -W -Woverloaded-virtual -fPIC -pthread $IncludePath $SourceFiles; g++ $ObjectFiles -m32 -O2 -o $ExeName $LinkedLibs -lm -ldl -pthread -rdynamic"
#define CXXOPT   "-O2"
#define CXXDEBUG   "-g"
#define ROOTBUILD   ""
#define LINKEDLIBS   "-L$ROOTSYS/lib -lCore -lCint -lMathCore -lRint "
#define INCLUDEPATH   "-I$ROOTSYS/include"
#define OBJEXT   "o"
#define SOEXT   "so"


Define Documentation

#define BUILD_ARCH   "linux"

Definition at line 2 of file compiledata.h.

Referenced by TSystem::Init().

#define BUILD_NODE   "Linux lxg0453 2.6.26-2-686-bigmem #1 SMP Thu Sep 16 20:29:07 UTC 2010 i686 GNU/Linux"

Definition at line 3 of file compiledata.h.

Referenced by TSystem::Init().

#define COMPILER   "/usr/bin/g++"

Definition at line 4 of file compiledata.h.

Referenced by TSystem::Init(), and TProofServ::SetupCommon().

#define COMPILERVERS   "gcc412"

Definition at line 5 of file compiledata.h.

Referenced by TSystem::Init().

#define CXXDEBUG   "-g"

Definition at line 9 of file compiledata.h.

Referenced by TSystem::Init().

#define CXXOPT   "-O2"

Definition at line 8 of file compiledata.h.

Referenced by TSystem::Init().

#define INCLUDEPATH   "-I$ROOTSYS/include"

Definition at line 12 of file compiledata.h.

Referenced by TSystem::Init().

#define LINKEDLIBS   "-L$ROOTSYS/lib -lCore -lCint -lMathCore -lRint "

Definition at line 11 of file compiledata.h.

Referenced by TSystem::GetLibraries(), and TSystem::Init().

#define MAKEEXE   "cd $BuildDir ; g++ -c -pipe -m32 -Wall -W -Woverloaded-virtual -fPIC -pthread $IncludePath $SourceFiles; g++ $ObjectFiles -m32 -O2 -o $ExeName $LinkedLibs -lm -ldl -pthread -rdynamic"

Definition at line 7 of file compiledata.h.

Referenced by TSystem::Init().

#define MAKESHAREDLIB   "cd $BuildDir ; g++ -c $Opt -pipe -m32 -Wall -W -Woverloaded-virtual -fPIC -pthread $IncludePath $SourceFiles ; g++ $ObjectFiles -shared -Wl,-soname,$LibName.so -m32 -O2 $DepLibs -o $SharedLib"

Definition at line 6 of file compiledata.h.

Referenced by TSystem::Init().

#define OBJEXT   "o"

Definition at line 13 of file compiledata.h.

Referenced by TSystem::Init().

#define ROOTBUILD   ""

Definition at line 10 of file compiledata.h.

Referenced by TSystem::CompileMacro(), and TFile::MakeProject().

#define SOEXT   "so"

Definition at line 14 of file compiledata.h.

Referenced by TSystem::Init().


Generated on Tue Jul 5 16:01:23 2011 for ROOT_528-00b_version by  doxygen 1.5.1