# Install script for directory: /vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00 # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/vols/solid/data-merge/grid_solid/el6/software") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") else() set(CMAKE_INSTALL_CONFIG_NAME "Release") endif() message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") endif() # Set the component getting installed. if(NOT CMAKE_INSTALL_COMPONENT) if(COMPONENT) message(STATUS "Install component: \"${COMPONENT}\"") set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") else() set(CMAKE_INSTALL_COMPONENT) endif() endif() # Install shared libraries without execute permission? if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) set(CMAKE_INSTALL_SO_NO_EXE "0") endif() # Is this installation the result of a crosscompile? if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "FALSE") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xlibrariesx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/lib/" FILES_MATCHING REGEX "/libtbb[^/]*$") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xlibrariesx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/lib/libvdt.so") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xextra-headersx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/include/vdt") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xheadersx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/include/module.modulemap") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/lib/" FILES_MATCHING REGEX "/[^/]*\\.pcm$" REGEX "/JupyROOT$" EXCLUDE REGEX "/JsMVA$" EXCLUDE REGEX "/python[^/]*$" EXCLUDE REGEX "/cmake$" EXCLUDE REGEX "/pkgconfig$" EXCLUDE) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xtestsx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/tutorials" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/tutorials/hsimple.root") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/ginclude/RConfigure.h") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/ROOTConfig-version.cmake" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/installtree/ROOTUseFile.cmake" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/installtree/ROOTConfig.cmake" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/ROOTConfig-targets.cmake") file(DIFFERENT EXPORT_FILE_CHANGED FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/ROOTConfig-targets.cmake" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/CMakeFiles/Export/cmake/ROOTConfig-targets.cmake") if(EXPORT_FILE_CHANGED) file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/ROOTConfig-targets-*.cmake") if(OLD_CONFIG_FILES) message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/ROOTConfig-targets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") file(REMOVE ${OLD_CONFIG_FILES}) endif() endif() endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/CMakeFiles/Export/cmake/ROOTConfig-targets.cmake") if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/CMakeFiles/Export/cmake/ROOTConfig-targets-release.cmake") endif() endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/thisroot.sh" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/thisroot.csh" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/thisroot.fish" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/setxrd.csh" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/setxrd.sh" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/memprobe" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/installtree/root-config" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/roots" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/proofserv" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bin/xproofd") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/ginclude/RConfigOptions.h" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/ginclude/compiledata.h" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/etc" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/etc/root.mimes" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/etc/system.rootrc" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/etc/system.rootauthrc" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/etc/system.rootdaemonrc" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/emacs/site-lisp" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/root-help.el") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/config" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/config/Makefile.comp" "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/config/Makefile.config" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/LICENSE") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/README") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/etc" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/etc/" USE_SOURCE_PERMISSIONS REGEX "/system\\.rootrc$" EXCLUDE REGEX "/system\\.rootauthrc$" EXCLUDE REGEX "/system\\.rootdaemonrc$" EXCLUDE REGEX "/root\\.mimes$" EXCLUDE REGEX "/[^/]*\\.in$" EXCLUDE) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/fonts" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/fonts/") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/icons" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/icons/") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/macros" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/macros/") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/js" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/js/") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/man" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/man/") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xtestsx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/tutorials" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/tutorials/") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/cmake/modules/RootMacros.cmake" "/vols/solid/data-merge/grid_solid/el6/software/build/root-6.22.00/cmake/modules/RootTestDriver.cmake" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/etc/notebook/kernels/root" TYPE FILE FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/etc/notebook/kernels/root/kernel.json") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/etc/cling/plugins" TYPE DIRECTORY FILES "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/etc/cling/plugins/") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/builtins/zstd/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/builtins/xxhash/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/builtins/lz4/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/builtins/glew/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/interpreter/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/core/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/build/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/math/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/hist/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/tree/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/io/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/net/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/graf2d/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/graf3d/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/gui/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/proof/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/html/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/montecarlo/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/geom/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/rootx/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/misc/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/main/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/bindings/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/sql/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/tmva/cmake_install.cmake") include("/vols/solid/data-merge/grid_solid/el6/software/build/root_build/roofit/cmake_install.cmake") endif() if(CMAKE_INSTALL_COMPONENT) set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") else() set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") file(WRITE "/vols/solid/data-merge/grid_solid/el6/software/build/root_build/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}")