cmake_install.cmake 9.57 KB
# Install script for directory: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  set(CMAKE_INSTALL_PREFIX "/usr/local")
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 "")
  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 "1")
endif()

# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
  set(CMAKE_CROSSCOMPILING "TRUE")
endif()

# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
  set(CMAKE_OBJDUMP "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-objdump")
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  foreach(file
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so.0.9.13"
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so.1"
      )
    if(EXISTS "${file}" AND
       NOT IS_SYMLINK "${file}")
      file(RPATH_CHECK
           FILE "${file}"
           RPATH "")
    endif()
  endforeach()
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncclient.so.0.9.13"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncclient.so.1"
    )
  foreach(file
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so.0.9.13"
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so.1"
      )
    if(EXISTS "${file}" AND
       NOT IS_SYMLINK "${file}")
      if(CMAKE_INSTALL_DO_STRIP)
        execute_process(COMMAND "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-strip" "${file}")
      endif()
    endif()
  endforeach()
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so" AND
     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so")
    file(RPATH_CHECK
         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so"
         RPATH "")
  endif()
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncclient.so")
  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so" AND
     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so")
    if(CMAKE_INSTALL_DO_STRIP)
      execute_process(COMMAND "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncclient.so")
    endif()
  endif()
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/rfb" TYPE FILE FILES
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/rfb/rfbconfig.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbregion.h"
    )
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  foreach(file
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so.0.9.13"
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so.1"
      )
    if(EXISTS "${file}" AND
       NOT IS_SYMLINK "${file}")
      file(RPATH_CHECK
           FILE "${file}"
           RPATH "")
    endif()
  endforeach()
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncserver.so.0.9.13"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncserver.so.1"
    )
  foreach(file
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so.0.9.13"
      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so.1"
      )
    if(EXISTS "${file}" AND
       NOT IS_SYMLINK "${file}")
      if(CMAKE_INSTALL_DO_STRIP)
        execute_process(COMMAND "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-strip" "${file}")
      endif()
    endif()
  endforeach()
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so" AND
     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so")
    file(RPATH_CHECK
         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so"
         RPATH "")
  endif()
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncserver.so")
  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so" AND
     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so")
    if(CMAKE_INSTALL_DO_STRIP)
      execute_process(COMMAND "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvncserver.so")
    endif()
  endif()
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/rfb" TYPE FILE FILES
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/rfb/rfbconfig.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbregion.h"
    )
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake")
    file(DIFFERENT EXPORT_FILE_CHANGED FILES
         "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake"
         "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/Export/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake")
    if(EXPORT_FILE_CHANGED)
      file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/LibVNCServer/LibVNCServerTargets-*.cmake")
      if(OLD_CONFIG_FILES)
        message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake\" will be replaced.  Removing files [${OLD_CONFIG_FILES}].")
        file(REMOVE ${OLD_CONFIG_FILES})
      endif()
    endif()
  endif()
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/LibVNCServer" TYPE FILE FILES "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/Export/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake")
  if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/LibVNCServer" TYPE FILE FILES "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/Export/lib/cmake/LibVNCServer/LibVNCServerTargets-noconfig.cmake")
  endif()
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/LibVNCServer" TYPE FILE FILES
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/LibVNCServerConfigVersion.cmake"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/LibVNCServerConfig.cmake"
    )
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncserver.pc"
    "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/libvncclient.pc"
    )
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 "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/${CMAKE_INSTALL_MANIFEST}"
     "${CMAKE_INSTALL_MANIFEST_CONTENT}")