/srv/osrm/build/src/benchmarks
Edit: /srv/osrm/build/src/benchmarks/Makefile (15911B)
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/cmake-3.26.3-linux-x86_64/bin/cmake
# The command to remove a file.
RM = /opt/cmake-3.26.3-linux-x86_64/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /srv/osrm/osrm-backend
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /srv/osrm/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /srv/osrm/build && /opt/cmake-3.26.3-linux-x86_64/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /srv/osrm/build && /opt/cmake-3.26.3-linux-x86_64/bin/cpack --config ./CPackSourceConfig.cmake /srv/osrm/build/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/cmake-3.26.3-linux-x86_64/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/cmake-3.26.3-linux-x86_64/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/cmake-3.26.3-linux-x86_64/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/cmake-3.26.3-linux-x86_64/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/cmake-3.26.3-linux-x86_64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/cmake-3.26.3-linux-x86_64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/cmake-3.26.3-linux-x86_64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/cmake-3.26.3-linux-x86_64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /srv/osrm/build && $(CMAKE_COMMAND) -E cmake_progress_start /srv/osrm/build/CMakeFiles /srv/osrm/build/src/benchmarks//CMakeFiles/progress.marks
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/all
$(CMAKE_COMMAND) -E cmake_progress_start /srv/osrm/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /srv/osrm/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
src/benchmarks/CMakeFiles/rtree-bench.dir/rule:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/rtree-bench.dir/rule
.PHONY : src/benchmarks/CMakeFiles/rtree-bench.dir/rule
# Convenience name for target.
rtree-bench: src/benchmarks/CMakeFiles/rtree-bench.dir/rule
.PHONY : rtree-bench
# fast build rule for target.
rtree-bench/fast:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/rtree-bench.dir/build.make src/benchmarks/CMakeFiles/rtree-bench.dir/build
.PHONY : rtree-bench/fast
# Convenience name for target.
src/benchmarks/CMakeFiles/match-bench.dir/rule:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/match-bench.dir/rule
.PHONY : src/benchmarks/CMakeFiles/match-bench.dir/rule
# Convenience name for target.
match-bench: src/benchmarks/CMakeFiles/match-bench.dir/rule
.PHONY : match-bench
# fast build rule for target.
match-bench/fast:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/match-bench.dir/build.make src/benchmarks/CMakeFiles/match-bench.dir/build
.PHONY : match-bench/fast
# Convenience name for target.
src/benchmarks/CMakeFiles/json-render-bench.dir/rule:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/json-render-bench.dir/rule
.PHONY : src/benchmarks/CMakeFiles/json-render-bench.dir/rule
# Convenience name for target.
json-render-bench: src/benchmarks/CMakeFiles/json-render-bench.dir/rule
.PHONY : json-render-bench
# fast build rule for target.
json-render-bench/fast:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/json-render-bench.dir/build.make src/benchmarks/CMakeFiles/json-render-bench.dir/build
.PHONY : json-render-bench/fast
# Convenience name for target.
src/benchmarks/CMakeFiles/alias-bench.dir/rule:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/alias-bench.dir/rule
.PHONY : src/benchmarks/CMakeFiles/alias-bench.dir/rule
# Convenience name for target.
alias-bench: src/benchmarks/CMakeFiles/alias-bench.dir/rule
.PHONY : alias-bench
# fast build rule for target.
alias-bench/fast:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/alias-bench.dir/build.make src/benchmarks/CMakeFiles/alias-bench.dir/build
.PHONY : alias-bench/fast
# Convenience name for target.
src/benchmarks/CMakeFiles/packedvector-bench.dir/rule:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/packedvector-bench.dir/rule
.PHONY : src/benchmarks/CMakeFiles/packedvector-bench.dir/rule
# Convenience name for target.
packedvector-bench: src/benchmarks/CMakeFiles/packedvector-bench.dir/rule
.PHONY : packedvector-bench
# fast build rule for target.
packedvector-bench/fast:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/packedvector-bench.dir/build.make src/benchmarks/CMakeFiles/packedvector-bench.dir/build
.PHONY : packedvector-bench/fast
# Convenience name for target.
src/benchmarks/CMakeFiles/benchmarks.dir/rule:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/benchmarks.dir/rule
.PHONY : src/benchmarks/CMakeFiles/benchmarks.dir/rule
# Convenience name for target.
benchmarks: src/benchmarks/CMakeFiles/benchmarks.dir/rule
.PHONY : benchmarks
# fast build rule for target.
benchmarks/fast:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/benchmarks.dir/build.make src/benchmarks/CMakeFiles/benchmarks.dir/build
.PHONY : benchmarks/fast
alias.o: alias.cpp.o
.PHONY : alias.o
# target to build an object file
alias.cpp.o:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/alias-bench.dir/build.make src/benchmarks/CMakeFiles/alias-bench.dir/alias.cpp.o
.PHONY : alias.cpp.o
alias.i: alias.cpp.i
.PHONY : alias.i
# target to preprocess a source file
alias.cpp.i:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/alias-bench.dir/build.make src/benchmarks/CMakeFiles/alias-bench.dir/alias.cpp.i
.PHONY : alias.cpp.i
alias.s: alias.cpp.s
.PHONY : alias.s
# target to generate assembly for a file
alias.cpp.s:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/alias-bench.dir/build.make src/benchmarks/CMakeFiles/alias-bench.dir/alias.cpp.s
.PHONY : alias.cpp.s
json_render.o: json_render.cpp.o
.PHONY : json_render.o
# target to build an object file
json_render.cpp.o:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/json-render-bench.dir/build.make src/benchmarks/CMakeFiles/json-render-bench.dir/json_render.cpp.o
.PHONY : json_render.cpp.o
json_render.i: json_render.cpp.i
.PHONY : json_render.i
# target to preprocess a source file
json_render.cpp.i:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/json-render-bench.dir/build.make src/benchmarks/CMakeFiles/json-render-bench.dir/json_render.cpp.i
.PHONY : json_render.cpp.i
json_render.s: json_render.cpp.s
.PHONY : json_render.s
# target to generate assembly for a file
json_render.cpp.s:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/json-render-bench.dir/build.make src/benchmarks/CMakeFiles/json-render-bench.dir/json_render.cpp.s
.PHONY : json_render.cpp.s
match.o: match.cpp.o
.PHONY : match.o
# target to build an object file
match.cpp.o:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/match-bench.dir/build.make src/benchmarks/CMakeFiles/match-bench.dir/match.cpp.o
.PHONY : match.cpp.o
match.i: match.cpp.i
.PHONY : match.i
# target to preprocess a source file
match.cpp.i:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/match-bench.dir/build.make src/benchmarks/CMakeFiles/match-bench.dir/match.cpp.i
.PHONY : match.cpp.i
match.s: match.cpp.s
.PHONY : match.s
# target to generate assembly for a file
match.cpp.s:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/match-bench.dir/build.make src/benchmarks/CMakeFiles/match-bench.dir/match.cpp.s
.PHONY : match.cpp.s
packed_vector.o: packed_vector.cpp.o
.PHONY : packed_vector.o
# target to build an object file
packed_vector.cpp.o:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/packedvector-bench.dir/build.make src/benchmarks/CMakeFiles/packedvector-bench.dir/packed_vector.cpp.o
.PHONY : packed_vector.cpp.o
packed_vector.i: packed_vector.cpp.i
.PHONY : packed_vector.i
# target to preprocess a source file
packed_vector.cpp.i:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/packedvector-bench.dir/build.make src/benchmarks/CMakeFiles/packedvector-bench.dir/packed_vector.cpp.i
.PHONY : packed_vector.cpp.i
packed_vector.s: packed_vector.cpp.s
.PHONY : packed_vector.s
# target to generate assembly for a file
packed_vector.cpp.s:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/packedvector-bench.dir/build.make src/benchmarks/CMakeFiles/packedvector-bench.dir/packed_vector.cpp.s
.PHONY : packed_vector.cpp.s
static_rtree.o: static_rtree.cpp.o
.PHONY : static_rtree.o
# target to build an object file
static_rtree.cpp.o:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/rtree-bench.dir/build.make src/benchmarks/CMakeFiles/rtree-bench.dir/static_rtree.cpp.o
.PHONY : static_rtree.cpp.o
static_rtree.i: static_rtree.cpp.i
.PHONY : static_rtree.i
# target to preprocess a source file
static_rtree.cpp.i:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/rtree-bench.dir/build.make src/benchmarks/CMakeFiles/rtree-bench.dir/static_rtree.cpp.i
.PHONY : static_rtree.cpp.i
static_rtree.s: static_rtree.cpp.s
.PHONY : static_rtree.s
# target to generate assembly for a file
static_rtree.cpp.s:
cd /srv/osrm/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/rtree-bench.dir/build.make src/benchmarks/CMakeFiles/rtree-bench.dir/static_rtree.cpp.s
.PHONY : static_rtree.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... benchmarks"
@echo "... alias-bench"
@echo "... json-render-bench"
@echo "... match-bench"
@echo "... packedvector-bench"
@echo "... rtree-bench"
@echo "... alias.o"
@echo "... alias.i"
@echo "... alias.s"
@echo "... json_render.o"
@echo "... json_render.i"
@echo "... json_render.s"
@echo "... match.o"
@echo "... match.i"
@echo "... match.s"
@echo "... packed_vector.o"
@echo "... packed_vector.i"
@echo "... packed_vector.s"
@echo "... static_rtree.o"
@echo "... static_rtree.i"
@echo "... static_rtree.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /srv/osrm/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system