Raw File
compiledata.in
/* This is file is automatically generated */
#define BUILD_ARCH "@ROOT_ARCHITECTURE@"
#define BUILD_NODE "@BuildNodeInfo@"
#define CXX "@cxx@"
#define COMPILER "@CMAKE_CXX_COMPILER@"
#define COMPILERVERS "@COMPILER_VERSION@"
#define MAKESHAREDLIB "cd $BuildDir ; @CMAKE_CXX_COMPILER@ -c $Opt @CMAKE_CXX_FLAGS@ $IncludePath $SourceFiles ; @MACOSXTARGET@ @CMAKE_CXX_COMPILER@ $ObjectFiles @CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS@ $DepLibs -o $SharedLib"
#define MAKEEXE "cd $BuildDir ;  @CMAKE_CXX_COMPILER@ -c @CMAKE_CXX_FLAGS@ $IncludePath $SourceFiles;  @CMAKE_CXX_COMPILER@ $ObjectFiles @CMAKE_EXE_FLAGS@ -o $ExeName $LinkedLibs"
#define CXXOPT "-O2"
#define CXXDEBUG "-g"
#define ROOTBUILD ""
#define LINKEDLIBS "-L@libdir@ -lCore -lRint "
#define INCLUDEPATH "-I@incdir@"
#define OBJEXT "o"
#define SOEXT "@LibSuffix@"
back to top