cmake_install.cmake 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. # Install script for directory: /home/neousys/autoware.ai/src/autoware/utilities/runtime_manager
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/runtime_manager")
  5. endif()
  6. string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
  7. # Set the install configuration name.
  8. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  9. if(BUILD_TYPE)
  10. string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
  11. CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  12. else()
  13. set(CMAKE_INSTALL_CONFIG_NAME "Release")
  14. endif()
  15. message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
  16. endif()
  17. # Set the component getting installed.
  18. if(NOT CMAKE_INSTALL_COMPONENT)
  19. if(COMPONENT)
  20. message(STATUS "Install component: \"${COMPONENT}\"")
  21. set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  22. else()
  23. set(CMAKE_INSTALL_COMPONENT)
  24. endif()
  25. endif()
  26. # Install shared libraries without execute permission?
  27. if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  28. set(CMAKE_INSTALL_SO_NO_EXE "1")
  29. endif()
  30. # Is this installation the result of a crosscompile?
  31. if(NOT DEFINED CMAKE_CROSSCOMPILING)
  32. set(CMAKE_CROSSCOMPILING "FALSE")
  33. endif()
  34. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  35. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_manager.pc")
  36. endif()
  37. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  38. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/cmake" TYPE FILE FILES
  39. "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_managerConfig.cmake"
  40. "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_managerConfig-version.cmake"
  41. )
  42. endif()
  43. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  44. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/package.xml")
  45. endif()
  46. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  47. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/ftrace.py")
  48. endif()
  49. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  50. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/proc_manager.py")
  51. endif()
  52. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  53. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/rtmgr.py")
  54. endif()
  55. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  56. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_manager_dialog.py")
  57. endif()
  58. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  59. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/test_pub.py")
  60. endif()
  61. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  62. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/test_srv.py")
  63. endif()
  64. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  65. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/scripts" TYPE PROGRAM FILES
  66. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/3dm_gx5_15.sh"
  67. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/add_perm.sh"
  68. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/adis16470.sh"
  69. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/avt_vimba.sh"
  70. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/gazebo.sh"
  71. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/mti300.sh"
  72. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vg440.sh"
  73. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/cleanup"
  74. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/run"
  75. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/run_proc_manager"
  76. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/subnet_chk.py"
  77. )
  78. endif()
  79. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  80. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE FILE FILES
  81. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/computing.yaml"
  82. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/data.yaml"
  83. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/empty.yaml"
  84. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/interface.yaml"
  85. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/main.yaml"
  86. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/map.yaml"
  87. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/qs.yaml"
  88. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/rtmgr.wxg"
  89. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/rtmgr_icon.xpm"
  90. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/sensing.yaml"
  91. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/setup.yaml"
  92. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/simulation.yaml"
  93. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/state.yaml"
  94. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/status.yaml"
  95. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/topics.yaml"
  96. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vector_map_files.yaml"
  97. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/viewer.yaml"
  98. )
  99. endif()
  100. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  101. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager/images" TYPE FILE FILES
  102. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/autoware_logo_1.png"
  103. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/autoware_logo_2.png"
  104. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/autoware_logo_2_white.png"
  105. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/axe.png"
  106. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/database.png"
  107. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/dec.png"
  108. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/inc.png"
  109. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/mobile.png"
  110. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/nagoya_university.png"
  111. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/tablet.png"
  112. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/vehicle.png"
  113. )
  114. endif()
  115. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  116. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/launch_files" TYPE FILE FILES
  117. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/avt_camera.launch"
  118. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/calibration_publisher.launch"
  119. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/ex_mat_pub.launch"
  120. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/check.launch"
  121. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/control.launch"
  122. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/init.launch"
  123. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/map.launch"
  124. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/perception.launch"
  125. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/planning.launch"
  126. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/sensor.launch"
  127. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/set.launch"
  128. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_hdl32e.launch"
  129. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_hdl64e_s2.launch"
  130. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_hdl64e_s3.launch"
  131. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_vlp16.launch"
  132. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_vlp16_hires.launch"
  133. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_vlp32c.launch"
  134. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/mqtt_socket.launch"
  135. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/points2image.launch"
  136. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/setup_tf.launch"
  137. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/setup_vehicle_info.launch"
  138. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/synchronization.launch"
  139. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/tablet_socket.launch"
  140. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/traffic_light.launch"
  141. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/uvc_camera.launch"
  142. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vehicle_socket.launch"
  143. "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vscan.launch"
  144. )
  145. endif()
  146. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  147. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/launch" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/launch/")
  148. endif()
  149. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  150. # Include the install script for each subdirectory.
  151. include("/home/neousys/autoware.ai/build/runtime_manager/gtest/cmake_install.cmake")
  152. endif()
  153. if(CMAKE_INSTALL_COMPONENT)
  154. set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  155. else()
  156. set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  157. endif()
  158. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  159. "${CMAKE_INSTALL_MANIFEST_FILES}")
  160. file(WRITE "/home/neousys/autoware.ai/build/runtime_manager/${CMAKE_INSTALL_MANIFEST}"
  161. "${CMAKE_INSTALL_MANIFEST_CONTENT}")