cmake_install.cmake 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. # Install script for directory: /home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/autoware_map_msgs")
  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}/share/autoware_map_msgs/msg" TYPE FILE FILES
  36. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/Area.msg"
  37. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/AreaArray.msg"
  38. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/Lane.msg"
  39. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneArray.msg"
  40. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneAttributeRelation.msg"
  41. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneAttributeRelationArray.msg"
  42. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneChangeRelation.msg"
  43. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneChangeRelationArray.msg"
  44. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneRelation.msg"
  45. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneRelationArray.msg"
  46. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneSignalLightRelation.msg"
  47. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/LaneSignalLightRelationArray.msg"
  48. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/OppositeLaneRelation.msg"
  49. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/OppositeLaneRelationArray.msg"
  50. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/Point.msg"
  51. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/PointArray.msg"
  52. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/Signal.msg"
  53. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/SignalArray.msg"
  54. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/SignalLight.msg"
  55. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/SignalLightArray.msg"
  56. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/Wayarea.msg"
  57. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WayareaArray.msg"
  58. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/Waypoint.msg"
  59. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WaypointArray.msg"
  60. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WaypointLaneRelation.msg"
  61. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WaypointLaneRelationArray.msg"
  62. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WaypointRelation.msg"
  63. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WaypointRelationArray.msg"
  64. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WaypointSignalRelation.msg"
  65. "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/msg/WaypointSignalRelationArray.msg"
  66. )
  67. endif()
  68. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  69. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/autoware_map_msgs/cmake" TYPE FILE FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/catkin_generated/installspace/autoware_map_msgs-msg-paths.cmake")
  70. endif()
  71. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  72. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/devel/include/autoware_map_msgs")
  73. endif()
  74. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  75. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/roseus/ros" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/devel/share/roseus/ros/autoware_map_msgs")
  76. endif()
  77. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  78. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/common-lisp/ros" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/devel/share/common-lisp/ros/autoware_map_msgs")
  79. endif()
  80. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  81. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gennodejs/ros" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/devel/share/gennodejs/ros/autoware_map_msgs")
  82. endif()
  83. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  84. execute_process(COMMAND "/usr/bin/python2" -m compileall "/home/neousys/autoware.ai/build/autoware_map_msgs/devel/lib/python2.7/dist-packages/autoware_map_msgs")
  85. endif()
  86. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  87. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python2.7/dist-packages" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/devel/lib/python2.7/dist-packages/autoware_map_msgs")
  88. endif()
  89. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  90. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/catkin_generated/installspace/autoware_map_msgs.pc")
  91. endif()
  92. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  93. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/autoware_map_msgs/cmake" TYPE FILE FILES "/home/neousys/autoware.ai/build/autoware_map_msgs/catkin_generated/installspace/autoware_map_msgs-msg-extras.cmake")
  94. endif()
  95. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  96. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/autoware_map_msgs/cmake" TYPE FILE FILES
  97. "/home/neousys/autoware.ai/build/autoware_map_msgs/catkin_generated/installspace/autoware_map_msgsConfig.cmake"
  98. "/home/neousys/autoware.ai/build/autoware_map_msgs/catkin_generated/installspace/autoware_map_msgsConfig-version.cmake"
  99. )
  100. endif()
  101. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  102. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/autoware_map_msgs" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/messages/autoware_map_msgs/package.xml")
  103. endif()
  104. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  105. # Include the install script for each subdirectory.
  106. include("/home/neousys/autoware.ai/build/autoware_map_msgs/gtest/cmake_install.cmake")
  107. endif()
  108. if(CMAKE_INSTALL_COMPONENT)
  109. set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  110. else()
  111. set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  112. endif()
  113. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  114. "${CMAKE_INSTALL_MANIFEST_FILES}")
  115. file(WRITE "/home/neousys/autoware.ai/build/autoware_map_msgs/${CMAKE_INSTALL_MANIFEST}"
  116. "${CMAKE_INSTALL_MANIFEST_CONTENT}")