# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28

# 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 = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/sara/osrm-backend

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/sara/osrm-backend/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.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..."
	/usr/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..."
	/usr/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..."
	/usr/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..."
	/usr/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..."
	/usr/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..."
	/usr/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..."
	/usr/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 /home/sara/osrm-backend/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/sara/osrm-backend/build/CMakeFiles /home/sara/osrm-backend/build/src/benchmarks//CMakeFiles/progress.marks
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/sara/osrm-backend/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/sara/osrm-backend/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 /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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/route-bench.dir/rule:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/route-bench.dir/rule
.PHONY : src/benchmarks/CMakeFiles/route-bench.dir/rule

# Convenience name for target.
route-bench: src/benchmarks/CMakeFiles/route-bench.dir/rule
.PHONY : route-bench

# fast build rule for target.
route-bench/fast:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/route-bench.dir/build.make src/benchmarks/CMakeFiles/route-bench.dir/build
.PHONY : route-bench/fast

# Convenience name for target.
src/benchmarks/CMakeFiles/bench.dir/rule:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/benchmarks/CMakeFiles/bench.dir/rule
.PHONY : src/benchmarks/CMakeFiles/bench.dir/rule

# Convenience name for target.
bench: src/benchmarks/CMakeFiles/bench.dir/rule
.PHONY : bench

# fast build rule for target.
bench/fast:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/bench.dir/build.make src/benchmarks/CMakeFiles/bench.dir/build
.PHONY : bench/fast

# Convenience name for target.
src/benchmarks/CMakeFiles/json-render-bench.dir/rule:
	cd /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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

bench.o: bench.cpp.o
.PHONY : bench.o

# target to build an object file
bench.cpp.o:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/bench.dir/build.make src/benchmarks/CMakeFiles/bench.dir/bench.cpp.o
.PHONY : bench.cpp.o

bench.i: bench.cpp.i
.PHONY : bench.i

# target to preprocess a source file
bench.cpp.i:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/bench.dir/build.make src/benchmarks/CMakeFiles/bench.dir/bench.cpp.i
.PHONY : bench.cpp.i

bench.s: bench.cpp.s
.PHONY : bench.s

# target to generate assembly for a file
bench.cpp.s:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/bench.dir/build.make src/benchmarks/CMakeFiles/bench.dir/bench.cpp.s
.PHONY : bench.cpp.s

json_render.o: json_render.cpp.o
.PHONY : json_render.o

# target to build an object file
json_render.cpp.o:
	cd /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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

route.o: route.cpp.o
.PHONY : route.o

# target to build an object file
route.cpp.o:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/route-bench.dir/build.make src/benchmarks/CMakeFiles/route-bench.dir/route.cpp.o
.PHONY : route.cpp.o

route.i: route.cpp.i
.PHONY : route.i

# target to preprocess a source file
route.cpp.i:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/route-bench.dir/build.make src/benchmarks/CMakeFiles/route-bench.dir/route.cpp.i
.PHONY : route.cpp.i

route.s: route.cpp.s
.PHONY : route.s

# target to generate assembly for a file
route.cpp.s:
	cd /home/sara/osrm-backend/build && $(MAKE) $(MAKESILENT) -f src/benchmarks/CMakeFiles/route-bench.dir/build.make src/benchmarks/CMakeFiles/route-bench.dir/route.cpp.s
.PHONY : route.cpp.s

static_rtree.o: static_rtree.cpp.o
.PHONY : static_rtree.o

# target to build an object file
static_rtree.cpp.o:
	cd /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 /home/sara/osrm-backend/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 "... rebuild_cache"
	@echo "... benchmarks"
	@echo "... alias-bench"
	@echo "... bench"
	@echo "... json-render-bench"
	@echo "... match-bench"
	@echo "... packedvector-bench"
	@echo "... route-bench"
	@echo "... rtree-bench"
	@echo "... alias.o"
	@echo "... alias.i"
	@echo "... alias.s"
	@echo "... bench.o"
	@echo "... bench.i"
	@echo "... bench.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 "... route.o"
	@echo "... route.i"
	@echo "... route.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 /home/sara/osrm-backend/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

