/srv/osrm/build
NameSizeModeActions
check-headers/-0755rm
cmake/-0755rm
CMakeFiles/-0755rm
flatbuffers-build/-0755rm
include/-0755rm
src/-0755rm
unit_tests/-0755rm
CMakeCache.txt400340644editdlrm
CMakeDoxyfile.in143050644editdlrm
CMakeDoxygenDefaults.cmake197120644editdlrm
cmake_install.cmake180110644editdlrm
compile_commands.json12201000644editdlrm
CPackConfig.cmake35050644editdlrm
CPackSourceConfig.cmake39570644editdlrm
Doxyfile12680644editdlrm
libosrm.pc8770644editdlrm
Makefile5952190644editdlrm
pkgconfig.configured7580644editdlrm
Edit: /srv/osrm/build/cmake_install.cmake (18011B)
# Install script for directory: /srv/osrm/osrm-backend # 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 "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 "1") endif() # Is this installation the result of a crosscompile? if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "FALSE") endif() # Set default install directory permissions. if(NOT DEFINED CMAKE_OBJDUMP) set(CMAKE_OBJDUMP "/usr/bin/objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-components" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-components") file(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-components" RPATH "") endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/srv/osrm/build/osrm-components") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-components" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-components") file(RPATH_CHANGE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-components" OLD_RPATH "\$ORIGIN:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-components") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/engine" TYPE FILE FILES "/srv/osrm/osrm-backend/include/engine/status.hpp" "/srv/osrm/osrm-backend/include/engine/engine_config.hpp" "/srv/osrm/osrm-backend/include/engine/hint.hpp" "/srv/osrm/osrm-backend/include/engine/bearing.hpp" "/srv/osrm/osrm-backend/include/engine/approach.hpp" "/srv/osrm/osrm-backend/include/engine/phantom_node.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/util" TYPE FILE FILES "/srv/osrm/osrm-backend/include/util/coordinate.hpp" "/srv/osrm/osrm-backend/include/util/json_container.hpp" "/srv/osrm/osrm-backend/include/util/typedefs.hpp" "/srv/osrm/osrm-backend/include/util/alias.hpp" "/srv/osrm/osrm-backend/include/util/exception.hpp" "/srv/osrm/osrm-backend/include/util/bearing.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/storage" TYPE FILE FILES "/srv/osrm/osrm-backend/include/storage/storage.hpp" "/srv/osrm/osrm-backend/include/storage/io_config.hpp" "/srv/osrm/osrm-backend/include/storage/storage_config.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/extractor" TYPE FILE FILES "/srv/osrm/osrm-backend/include/extractor/extractor.hpp" "/srv/osrm/osrm-backend/include/storage/io_config.hpp" "/srv/osrm/osrm-backend/include/extractor/extractor_config.hpp" "/srv/osrm/osrm-backend/include/extractor/travel_mode.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/partitioner" TYPE FILE FILES "/srv/osrm/osrm-backend/include/partitioner/partitioner.hpp" "/srv/osrm/osrm-backend/include/partitioner/partitioner_config.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/contractor" TYPE FILE FILES "/srv/osrm/osrm-backend/include/contractor/contractor.hpp" "/srv/osrm/osrm-backend/include/contractor/contractor_config.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm" TYPE FILE FILES "/srv/osrm/osrm-backend/include/osrm/approach.hpp" "/srv/osrm/osrm-backend/include/osrm/bearing.hpp" "/srv/osrm/osrm-backend/include/osrm/contractor.hpp" "/srv/osrm/osrm-backend/include/osrm/contractor_config.hpp" "/srv/osrm/osrm-backend/include/osrm/coordinate.hpp" "/srv/osrm/osrm-backend/include/osrm/customizer.hpp" "/srv/osrm/osrm-backend/include/osrm/customizer_config.hpp" "/srv/osrm/osrm-backend/include/osrm/engine_config.hpp" "/srv/osrm/osrm-backend/include/osrm/error_codes.hpp" "/srv/osrm/osrm-backend/include/osrm/exception.hpp" "/srv/osrm/osrm-backend/include/osrm/extractor.hpp" "/srv/osrm/osrm-backend/include/osrm/extractor_config.hpp" "/srv/osrm/osrm-backend/include/osrm/json_container.hpp" "/srv/osrm/osrm-backend/include/osrm/match_parameters.hpp" "/srv/osrm/osrm-backend/include/osrm/nearest_parameters.hpp" "/srv/osrm/osrm-backend/include/osrm/osrm.hpp" "/srv/osrm/osrm-backend/include/osrm/osrm_fwd.hpp" "/srv/osrm/osrm-backend/include/osrm/partitioner.hpp" "/srv/osrm/osrm-backend/include/osrm/partitioner_config.hpp" "/srv/osrm/osrm-backend/include/osrm/route_parameters.hpp" "/srv/osrm/osrm-backend/include/osrm/status.hpp" "/srv/osrm/osrm-backend/include/osrm/storage_config.hpp" "/srv/osrm/osrm-backend/include/osrm/table_parameters.hpp" "/srv/osrm/osrm-backend/include/osrm/tile_parameters.hpp" "/srv/osrm/osrm-backend/include/osrm/trip_parameters.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/engine/api" TYPE FILE FILES "/srv/osrm/osrm-backend/include/engine/api/base_parameters.hpp" "/srv/osrm/osrm-backend/include/engine/api/match_parameters.hpp" "/srv/osrm/osrm-backend/include/engine/api/nearest_parameters.hpp" "/srv/osrm/osrm-backend/include/engine/api/route_parameters.hpp" "/srv/osrm/osrm-backend/include/engine/api/table_parameters.hpp" "/srv/osrm/osrm-backend/include/engine/api/tile_parameters.hpp" "/srv/osrm/osrm-backend/include/engine/api/trip_parameters.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osrm/engine/api" TYPE FILE FILES "/srv/osrm/osrm-backend/include/engine/api/base_result.hpp") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mapbox" TYPE FILE FILES "/srv/osrm/osrm-backend/third_party/variant/include/mapbox/optional.hpp" "/srv/osrm/osrm-backend/third_party/variant/include/mapbox/recursive_wrapper.hpp" "/srv/osrm/osrm-backend/third_party/variant/include/mapbox/variant.hpp" "/srv/osrm/osrm-backend/third_party/variant/include/mapbox/variant_io.hpp" "/srv/osrm/osrm-backend/third_party/variant/include/mapbox/variant_visitor.hpp" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/flatbuffers" TYPE FILE FILES "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/base.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/code_generators.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/flatbuffers.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/flatc.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/flexbuffers.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/grpc.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/hash.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/idl.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/minireflect.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/reflection.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/reflection_generated.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/registry.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/stl_emulation.h" "/srv/osrm/osrm-backend/third_party/flatbuffers/include/flatbuffers/util.h" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-extract" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-extract") file(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-extract" RPATH "") endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/srv/osrm/build/osrm-extract") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-extract" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-extract") file(RPATH_CHANGE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-extract" OLD_RPATH "\$ORIGIN:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-extract") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-partition" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-partition") file(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-partition" RPATH "") endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/srv/osrm/build/osrm-partition") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-partition" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-partition") file(RPATH_CHANGE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-partition" OLD_RPATH "\$ORIGIN:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-partition") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-customize" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-customize") file(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-customize" RPATH "") endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/srv/osrm/build/osrm-customize") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-customize" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-customize") file(RPATH_CHANGE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-customize" OLD_RPATH "\$ORIGIN:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-customize") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-contract" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-contract") file(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-contract" RPATH "") endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/srv/osrm/build/osrm-contract") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-contract" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-contract") file(RPATH_CHANGE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-contract" OLD_RPATH "\$ORIGIN:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-contract") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-datastore" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-datastore") file(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-datastore" RPATH "") endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/srv/osrm/build/osrm-datastore") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-datastore" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-datastore") file(RPATH_CHANGE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-datastore" OLD_RPATH "\$ORIGIN:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-datastore") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-routed" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-routed") file(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-routed" RPATH "") endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/srv/osrm/build/osrm-routed") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-routed" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-routed") file(RPATH_CHANGE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-routed" OLD_RPATH "\$ORIGIN:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/osrm-routed") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm_extract.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm_partition.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm_customize.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm_update.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm_contract.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm_store.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/srv/osrm/build/libosrm_guidance.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/osrm" TYPE DIRECTORY FILES "/srv/osrm/osrm-backend/profiles") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/usr/local/lib/pkgconfig/libosrm.pc") if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/srv/osrm/build/libosrm.pc") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. include("/srv/osrm/build/unit_tests/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. include("/srv/osrm/build/src/benchmarks/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 "/srv/osrm/build/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}")