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

# 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:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# 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 remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "/home/pi/project/Pan-Tilt HAT/Pan-Tilt-HAT/RaspberryPi/web_Python/mjpg-streamer/mjpg-streamer-experimental"

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "/home/pi/project/Pan-Tilt HAT/Pan-Tilt-HAT/RaspberryPi/web_Python/mjpg-streamer/mjpg-streamer-experimental/_build"

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

# 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

# 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 -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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/home/pi/project/Pan-Tilt HAT/Pan-Tilt-HAT/RaspberryPi/web_Python/mjpg-streamer/mjpg-streamer-experimental/_build/CMakeFiles" "/home/pi/project/Pan-Tilt HAT/Pan-Tilt-HAT/RaspberryPi/web_Python/mjpg-streamer/mjpg-streamer-experimental/_build/CMakeFiles/progress.marks"
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start "/home/pi/project/Pan-Tilt HAT/Pan-Tilt-HAT/RaspberryPi/web_Python/mjpg-streamer/mjpg-streamer-experimental/_build/CMakeFiles" 0
.PHONY : all

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

# The main clean target
clean/fast: clean

.PHONY : clean/fast

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

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -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 mjpg_streamer

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

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

#=============================================================================
# Target rules for targets named input_file

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

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

#=============================================================================
# Target rules for targets named input_http

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

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

#=============================================================================
# Target rules for targets named input_raspicam

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

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

#=============================================================================
# Target rules for targets named input_uvc

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

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

#=============================================================================
# Target rules for targets named output_file

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

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

#=============================================================================
# Target rules for targets named output_http

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

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

#=============================================================================
# Target rules for targets named output_rtsp

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

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

#=============================================================================
# Target rules for targets named output_udp

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

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

mjpg_streamer.o: mjpg_streamer.c.o

.PHONY : mjpg_streamer.o

# target to build an object file
mjpg_streamer.c.o:
	$(MAKE) -f CMakeFiles/mjpg_streamer.dir/build.make CMakeFiles/mjpg_streamer.dir/mjpg_streamer.c.o
.PHONY : mjpg_streamer.c.o

mjpg_streamer.i: mjpg_streamer.c.i

.PHONY : mjpg_streamer.i

# target to preprocess a source file
mjpg_streamer.c.i:
	$(MAKE) -f CMakeFiles/mjpg_streamer.dir/build.make CMakeFiles/mjpg_streamer.dir/mjpg_streamer.c.i
.PHONY : mjpg_streamer.c.i

mjpg_streamer.s: mjpg_streamer.c.s

.PHONY : mjpg_streamer.s

# target to generate assembly for a file
mjpg_streamer.c.s:
	$(MAKE) -f CMakeFiles/mjpg_streamer.dir/build.make CMakeFiles/mjpg_streamer.dir/mjpg_streamer.c.s
.PHONY : mjpg_streamer.c.s

utils.o: utils.c.o

.PHONY : utils.o

# target to build an object file
utils.c.o:
	$(MAKE) -f CMakeFiles/mjpg_streamer.dir/build.make CMakeFiles/mjpg_streamer.dir/utils.c.o
.PHONY : utils.c.o

utils.i: utils.c.i

.PHONY : utils.i

# target to preprocess a source file
utils.c.i:
	$(MAKE) -f CMakeFiles/mjpg_streamer.dir/build.make CMakeFiles/mjpg_streamer.dir/utils.c.i
.PHONY : utils.c.i

utils.s: utils.c.s

.PHONY : utils.s

# target to generate assembly for a file
utils.c.s:
	$(MAKE) -f CMakeFiles/mjpg_streamer.dir/build.make CMakeFiles/mjpg_streamer.dir/utils.c.s
.PHONY : utils.c.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 "... install/strip"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... mjpg_streamer"
	@echo "... list_install_components"
	@echo "... install"
	@echo "... install/local"
	@echo "... input_file"
	@echo "... input_http"
	@echo "... input_raspicam"
	@echo "... input_uvc"
	@echo "... output_file"
	@echo "... output_http"
	@echo "... output_rtsp"
	@echo "... output_udp"
	@echo "... mjpg_streamer.o"
	@echo "... mjpg_streamer.i"
	@echo "... mjpg_streamer.s"
	@echo "... utils.o"
	@echo "... utils.i"
	@echo "... utils.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

