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

# 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 = /var/www/tracker/.local/bin/bin/cmake

# The command to remove a file.
RM = /var/www/tracker/.local/bin/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /var/www/tracker/TrackerVeh

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /var/www/tracker/TrackerVeh/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/var/www/tracker/.local/bin/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..."
	/var/www/tracker/.local/bin/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /var/www/tracker/TrackerVeh/build/CMakeFiles /var/www/tracker/TrackerVeh/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /var/www/tracker/TrackerVeh/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named TrackerVeh

# Build rule for target.
TrackerVeh: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TrackerVeh
.PHONY : TrackerVeh

# fast build rule for target.
TrackerVeh/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/build
.PHONY : TrackerVeh/fast

#=============================================================================
# Target rules for targets named TrackerVeh_test

# Build rule for target.
TrackerVeh_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TrackerVeh_test
.PHONY : TrackerVeh_test

# fast build rule for target.
TrackerVeh_test/fast:
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/TrackerVeh_test.dir/build.make test/CMakeFiles/TrackerVeh_test.dir/build
.PHONY : TrackerVeh_test/fast

agents.o: agents.cc.o
.PHONY : agents.o

# target to build an object file
agents.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/agents.cc.o
.PHONY : agents.cc.o

agents.i: agents.cc.i
.PHONY : agents.i

# target to preprocess a source file
agents.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/agents.cc.i
.PHONY : agents.cc.i

agents.s: agents.cc.s
.PHONY : agents.s

# target to generate assembly for a file
agents.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/agents.cc.s
.PHONY : agents.cc.s

controllers/AppController.o: controllers/AppController.cc.o
.PHONY : controllers/AppController.o

# target to build an object file
controllers/AppController.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/controllers/AppController.cc.o
.PHONY : controllers/AppController.cc.o

controllers/AppController.i: controllers/AppController.cc.i
.PHONY : controllers/AppController.i

# target to preprocess a source file
controllers/AppController.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/controllers/AppController.cc.i
.PHONY : controllers/AppController.cc.i

controllers/AppController.s: controllers/AppController.cc.s
.PHONY : controllers/AppController.s

# target to generate assembly for a file
controllers/AppController.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/controllers/AppController.cc.s
.PHONY : controllers/AppController.cc.s

controllers/WebController.o: controllers/WebController.cc.o
.PHONY : controllers/WebController.o

# target to build an object file
controllers/WebController.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/controllers/WebController.cc.o
.PHONY : controllers/WebController.cc.o

controllers/WebController.i: controllers/WebController.cc.i
.PHONY : controllers/WebController.i

# target to preprocess a source file
controllers/WebController.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/controllers/WebController.cc.i
.PHONY : controllers/WebController.cc.i

controllers/WebController.s: controllers/WebController.cc.s
.PHONY : controllers/WebController.s

# target to generate assembly for a file
controllers/WebController.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/controllers/WebController.cc.s
.PHONY : controllers/WebController.cc.s

filters/ApiFilter.o: filters/ApiFilter.cc.o
.PHONY : filters/ApiFilter.o

# target to build an object file
filters/ApiFilter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/filters/ApiFilter.cc.o
.PHONY : filters/ApiFilter.cc.o

filters/ApiFilter.i: filters/ApiFilter.cc.i
.PHONY : filters/ApiFilter.i

# target to preprocess a source file
filters/ApiFilter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/filters/ApiFilter.cc.i
.PHONY : filters/ApiFilter.cc.i

filters/ApiFilter.s: filters/ApiFilter.cc.s
.PHONY : filters/ApiFilter.s

# target to generate assembly for a file
filters/ApiFilter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/filters/ApiFilter.cc.s
.PHONY : filters/ApiFilter.cc.s

filters/WebFilter.o: filters/WebFilter.cc.o
.PHONY : filters/WebFilter.o

# target to build an object file
filters/WebFilter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/filters/WebFilter.cc.o
.PHONY : filters/WebFilter.cc.o

filters/WebFilter.i: filters/WebFilter.cc.i
.PHONY : filters/WebFilter.i

# target to preprocess a source file
filters/WebFilter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/filters/WebFilter.cc.i
.PHONY : filters/WebFilter.cc.i

filters/WebFilter.s: filters/WebFilter.cc.s
.PHONY : filters/WebFilter.s

# target to generate assembly for a file
filters/WebFilter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/filters/WebFilter.cc.s
.PHONY : filters/WebFilter.cc.s

home_expanded.o: home_expanded.cc.o
.PHONY : home_expanded.o

# target to build an object file
home_expanded.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/home_expanded.cc.o
.PHONY : home_expanded.cc.o

home_expanded.i: home_expanded.cc.i
.PHONY : home_expanded.i

# target to preprocess a source file
home_expanded.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/home_expanded.cc.i
.PHONY : home_expanded.cc.i

home_expanded.s: home_expanded.cc.s
.PHONY : home_expanded.s

# target to generate assembly for a file
home_expanded.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/home_expanded.cc.s
.PHONY : home_expanded.cc.s

indexTest.o: indexTest.cc.o
.PHONY : indexTest.o

# target to build an object file
indexTest.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/indexTest.cc.o
.PHONY : indexTest.cc.o

indexTest.i: indexTest.cc.i
.PHONY : indexTest.i

# target to preprocess a source file
indexTest.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/indexTest.cc.i
.PHONY : indexTest.cc.i

indexTest.s: indexTest.cc.s
.PHONY : indexTest.s

# target to generate assembly for a file
indexTest.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/indexTest.cc.s
.PHONY : indexTest.cc.s

login_user_id.o: login_user_id.cc.o
.PHONY : login_user_id.o

# target to build an object file
login_user_id.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/login_user_id.cc.o
.PHONY : login_user_id.cc.o

login_user_id.i: login_user_id.cc.i
.PHONY : login_user_id.i

# target to preprocess a source file
login_user_id.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/login_user_id.cc.i
.PHONY : login_user_id.cc.i

login_user_id.s: login_user_id.cc.s
.PHONY : login_user_id.s

# target to generate assembly for a file
login_user_id.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/login_user_id.cc.s
.PHONY : login_user_id.cc.s

main.o: main.cc.o
.PHONY : main.o

# target to build an object file
main.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/main.cc.o
.PHONY : main.cc.o

main.i: main.cc.i
.PHONY : main.i

# target to preprocess a source file
main.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/main.cc.i
.PHONY : main.cc.i

main.s: main.cc.s
.PHONY : main.s

# target to generate assembly for a file
main.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/main.cc.s
.PHONY : main.cc.s

map.o: map.cc.o
.PHONY : map.o

# target to build an object file
map.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/map.cc.o
.PHONY : map.cc.o

map.i: map.cc.i
.PHONY : map.i

# target to preprocess a source file
map.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/map.cc.i
.PHONY : map.cc.i

map.s: map.cc.s
.PHONY : map.s

# target to generate assembly for a file
map.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/map.cc.s
.PHONY : map.cc.s

services/dbControllService.o: services/dbControllService.cc.o
.PHONY : services/dbControllService.o

# target to build an object file
services/dbControllService.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/services/dbControllService.cc.o
.PHONY : services/dbControllService.cc.o

services/dbControllService.i: services/dbControllService.cc.i
.PHONY : services/dbControllService.i

# target to preprocess a source file
services/dbControllService.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/services/dbControllService.cc.i
.PHONY : services/dbControllService.cc.i

services/dbControllService.s: services/dbControllService.cc.s
.PHONY : services/dbControllService.s

# target to generate assembly for a file
services/dbControllService.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/services/dbControllService.cc.s
.PHONY : services/dbControllService.cc.s

trackers.o: trackers.cc.o
.PHONY : trackers.o

# target to build an object file
trackers.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/trackers.cc.o
.PHONY : trackers.cc.o

trackers.i: trackers.cc.i
.PHONY : trackers.i

# target to preprocess a source file
trackers.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/trackers.cc.i
.PHONY : trackers.cc.i

trackers.s: trackers.cc.s
.PHONY : trackers.s

# target to generate assembly for a file
trackers.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/TrackerVeh.dir/build.make CMakeFiles/TrackerVeh.dir/trackers.cc.s
.PHONY : trackers.cc.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 "... rebuild_cache"
	@echo "... TrackerVeh"
	@echo "... TrackerVeh_test"
	@echo "... agents.o"
	@echo "... agents.i"
	@echo "... agents.s"
	@echo "... controllers/AppController.o"
	@echo "... controllers/AppController.i"
	@echo "... controllers/AppController.s"
	@echo "... controllers/WebController.o"
	@echo "... controllers/WebController.i"
	@echo "... controllers/WebController.s"
	@echo "... filters/ApiFilter.o"
	@echo "... filters/ApiFilter.i"
	@echo "... filters/ApiFilter.s"
	@echo "... filters/WebFilter.o"
	@echo "... filters/WebFilter.i"
	@echo "... filters/WebFilter.s"
	@echo "... home_expanded.o"
	@echo "... home_expanded.i"
	@echo "... home_expanded.s"
	@echo "... indexTest.o"
	@echo "... indexTest.i"
	@echo "... indexTest.s"
	@echo "... login_user_id.o"
	@echo "... login_user_id.i"
	@echo "... login_user_id.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... map.o"
	@echo "... map.i"
	@echo "... map.s"
	@echo "... services/dbControllService.o"
	@echo "... services/dbControllService.i"
	@echo "... services/dbControllService.s"
	@echo "... trackers.o"
	@echo "... trackers.i"
	@echo "... trackers.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

