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

# 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/orangepi/gps/master

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/gps/master/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 /home/orangepi/gps/master/build && /usr/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 /home/orangepi/gps/master/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/orangepi/gps/master/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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/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 --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/orangepi/gps/master/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/gps/master/build/CMakeFiles /home/orangepi/gps/master/build/third_party/paho.mqtt.c/test//CMakeFiles/progress.marks
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/gps/master/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/rule

# Convenience name for target.
thread: third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/rule
.PHONY : thread

# fast build rule for target.
thread/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build
.PHONY : thread/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/rule

# Convenience name for target.
test1: third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/rule
.PHONY : test1

# fast build rule for target.
test1/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/build
.PHONY : test1/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/rule

# Convenience name for target.
test15: third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/rule
.PHONY : test15

# fast build rule for target.
test15/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/build
.PHONY : test15/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/rule

# Convenience name for target.
test2: third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/rule
.PHONY : test2

# fast build rule for target.
test2/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/build
.PHONY : test2/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/rule

# Convenience name for target.
test3: third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/rule
.PHONY : test3

# fast build rule for target.
test3/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/build
.PHONY : test3/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/rule

# Convenience name for target.
test4: third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/rule
.PHONY : test4

# fast build rule for target.
test4/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/build
.PHONY : test4/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/rule

# Convenience name for target.
test45: third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/rule
.PHONY : test45

# fast build rule for target.
test45/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/build
.PHONY : test45/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/rule

# Convenience name for target.
test5: third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/rule
.PHONY : test5

# fast build rule for target.
test5/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/build
.PHONY : test5/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/rule

# Convenience name for target.
test6: third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/rule
.PHONY : test6

# fast build rule for target.
test6/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/build
.PHONY : test6/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/rule

# Convenience name for target.
test8: third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/rule
.PHONY : test8

# fast build rule for target.
test8/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/build
.PHONY : test8/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/rule

# Convenience name for target.
test9: third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/rule
.PHONY : test9

# fast build rule for target.
test9/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/build
.PHONY : test9/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/rule

# Convenience name for target.
test95: third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/rule
.PHONY : test95

# fast build rule for target.
test95/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/build
.PHONY : test95/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/rule

# Convenience name for target.
test10: third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/rule
.PHONY : test10

# fast build rule for target.
test10/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/build
.PHONY : test10/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/rule

# Convenience name for target.
test11: third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/rule
.PHONY : test11

# fast build rule for target.
test11/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/build
.PHONY : test11/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/rule

# Convenience name for target.
test_issue373: third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/rule
.PHONY : test_issue373

# fast build rule for target.
test_issue373/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/build
.PHONY : test_issue373/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/rule

# Convenience name for target.
test_sync_session_present: third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/rule
.PHONY : test_sync_session_present

# fast build rule for target.
test_sync_session_present/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/build
.PHONY : test_sync_session_present/fast

# Convenience name for target.
third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/rule:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/rule
.PHONY : third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/rule

# Convenience name for target.
test_connect_destroy: third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/rule
.PHONY : test_connect_destroy

# fast build rule for target.
test_connect_destroy/fast:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/build
.PHONY : test_connect_destroy/fast

__/src/Thread.o: __/src/Thread.c.o
.PHONY : __/src/Thread.o

# target to build an object file
__/src/Thread.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/__/src/Thread.c.o
.PHONY : __/src/Thread.c.o

__/src/Thread.i: __/src/Thread.c.i
.PHONY : __/src/Thread.i

# target to preprocess a source file
__/src/Thread.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/__/src/Thread.c.i
.PHONY : __/src/Thread.c.i

__/src/Thread.s: __/src/Thread.c.s
.PHONY : __/src/Thread.s

# target to generate assembly for a file
__/src/Thread.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/__/src/Thread.c.s
.PHONY : __/src/Thread.c.s

test1.o: test1.c.o
.PHONY : test1.o

# target to build an object file
test1.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/test1.c.o
.PHONY : test1.c.o

test1.i: test1.c.i
.PHONY : test1.i

# target to preprocess a source file
test1.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/test1.c.i
.PHONY : test1.c.i

test1.s: test1.c.s
.PHONY : test1.s

# target to generate assembly for a file
test1.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test1.dir/test1.c.s
.PHONY : test1.c.s

test10.o: test10.c.o
.PHONY : test10.o

# target to build an object file
test10.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/test10.c.o
.PHONY : test10.c.o

test10.i: test10.c.i
.PHONY : test10.i

# target to preprocess a source file
test10.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/test10.c.i
.PHONY : test10.c.i

test10.s: test10.c.s
.PHONY : test10.s

# target to generate assembly for a file
test10.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test10.dir/test10.c.s
.PHONY : test10.c.s

test11.o: test11.c.o
.PHONY : test11.o

# target to build an object file
test11.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/test11.c.o
.PHONY : test11.c.o

test11.i: test11.c.i
.PHONY : test11.i

# target to preprocess a source file
test11.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/test11.c.i
.PHONY : test11.c.i

test11.s: test11.c.s
.PHONY : test11.s

# target to generate assembly for a file
test11.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test11.dir/test11.c.s
.PHONY : test11.c.s

test15.o: test15.c.o
.PHONY : test15.o

# target to build an object file
test15.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/test15.c.o
.PHONY : test15.c.o

test15.i: test15.c.i
.PHONY : test15.i

# target to preprocess a source file
test15.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/test15.c.i
.PHONY : test15.c.i

test15.s: test15.c.s
.PHONY : test15.s

# target to generate assembly for a file
test15.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test15.dir/test15.c.s
.PHONY : test15.c.s

test2.o: test2.c.o
.PHONY : test2.o

# target to build an object file
test2.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/test2.c.o
.PHONY : test2.c.o

test2.i: test2.c.i
.PHONY : test2.i

# target to preprocess a source file
test2.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/test2.c.i
.PHONY : test2.c.i

test2.s: test2.c.s
.PHONY : test2.s

# target to generate assembly for a file
test2.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test2.dir/test2.c.s
.PHONY : test2.c.s

test3.o: test3.c.o
.PHONY : test3.o

# target to build an object file
test3.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/test3.c.o
.PHONY : test3.c.o

test3.i: test3.c.i
.PHONY : test3.i

# target to preprocess a source file
test3.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/test3.c.i
.PHONY : test3.c.i

test3.s: test3.c.s
.PHONY : test3.s

# target to generate assembly for a file
test3.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test3.dir/test3.c.s
.PHONY : test3.c.s

test4.o: test4.c.o
.PHONY : test4.o

# target to build an object file
test4.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/test4.c.o
.PHONY : test4.c.o

test4.i: test4.c.i
.PHONY : test4.i

# target to preprocess a source file
test4.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/test4.c.i
.PHONY : test4.c.i

test4.s: test4.c.s
.PHONY : test4.s

# target to generate assembly for a file
test4.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test4.dir/test4.c.s
.PHONY : test4.c.s

test45.o: test45.c.o
.PHONY : test45.o

# target to build an object file
test45.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/test45.c.o
.PHONY : test45.c.o

test45.i: test45.c.i
.PHONY : test45.i

# target to preprocess a source file
test45.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/test45.c.i
.PHONY : test45.c.i

test45.s: test45.c.s
.PHONY : test45.s

# target to generate assembly for a file
test45.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test45.dir/test45.c.s
.PHONY : test45.c.s

test5.o: test5.c.o
.PHONY : test5.o

# target to build an object file
test5.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/test5.c.o
.PHONY : test5.c.o

test5.i: test5.c.i
.PHONY : test5.i

# target to preprocess a source file
test5.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/test5.c.i
.PHONY : test5.c.i

test5.s: test5.c.s
.PHONY : test5.s

# target to generate assembly for a file
test5.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test5.dir/test5.c.s
.PHONY : test5.c.s

test6.o: test6.c.o
.PHONY : test6.o

# target to build an object file
test6.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/test6.c.o
.PHONY : test6.c.o

test6.i: test6.c.i
.PHONY : test6.i

# target to preprocess a source file
test6.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/test6.c.i
.PHONY : test6.c.i

test6.s: test6.c.s
.PHONY : test6.s

# target to generate assembly for a file
test6.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test6.dir/test6.c.s
.PHONY : test6.c.s

test8.o: test8.c.o
.PHONY : test8.o

# target to build an object file
test8.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/test8.c.o
.PHONY : test8.c.o

test8.i: test8.c.i
.PHONY : test8.i

# target to preprocess a source file
test8.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/test8.c.i
.PHONY : test8.c.i

test8.s: test8.c.s
.PHONY : test8.s

# target to generate assembly for a file
test8.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test8.dir/test8.c.s
.PHONY : test8.c.s

test9.o: test9.c.o
.PHONY : test9.o

# target to build an object file
test9.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/test9.c.o
.PHONY : test9.c.o

test9.i: test9.c.i
.PHONY : test9.i

# target to preprocess a source file
test9.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/test9.c.i
.PHONY : test9.c.i

test9.s: test9.c.s
.PHONY : test9.s

# target to generate assembly for a file
test9.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test9.dir/test9.c.s
.PHONY : test9.c.s

test95.o: test95.c.o
.PHONY : test95.o

# target to build an object file
test95.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/test95.c.o
.PHONY : test95.c.o

test95.i: test95.c.i
.PHONY : test95.i

# target to preprocess a source file
test95.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/test95.c.i
.PHONY : test95.c.i

test95.s: test95.c.s
.PHONY : test95.s

# target to generate assembly for a file
test95.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test95.dir/test95.c.s
.PHONY : test95.c.s

test_connect_destroy.o: test_connect_destroy.c.o
.PHONY : test_connect_destroy.o

# target to build an object file
test_connect_destroy.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/test_connect_destroy.c.o
.PHONY : test_connect_destroy.c.o

test_connect_destroy.i: test_connect_destroy.c.i
.PHONY : test_connect_destroy.i

# target to preprocess a source file
test_connect_destroy.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/test_connect_destroy.c.i
.PHONY : test_connect_destroy.c.i

test_connect_destroy.s: test_connect_destroy.c.s
.PHONY : test_connect_destroy.s

# target to generate assembly for a file
test_connect_destroy.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_connect_destroy.dir/test_connect_destroy.c.s
.PHONY : test_connect_destroy.c.s

test_issue373.o: test_issue373.c.o
.PHONY : test_issue373.o

# target to build an object file
test_issue373.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/test_issue373.c.o
.PHONY : test_issue373.c.o

test_issue373.i: test_issue373.c.i
.PHONY : test_issue373.i

# target to preprocess a source file
test_issue373.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/test_issue373.c.i
.PHONY : test_issue373.c.i

test_issue373.s: test_issue373.c.s
.PHONY : test_issue373.s

# target to generate assembly for a file
test_issue373.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_issue373.dir/test_issue373.c.s
.PHONY : test_issue373.c.s

test_sync_session_present.o: test_sync_session_present.c.o
.PHONY : test_sync_session_present.o

# target to build an object file
test_sync_session_present.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/test_sync_session_present.c.o
.PHONY : test_sync_session_present.c.o

test_sync_session_present.i: test_sync_session_present.c.i
.PHONY : test_sync_session_present.i

# target to preprocess a source file
test_sync_session_present.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/test_sync_session_present.c.i
.PHONY : test_sync_session_present.c.i

test_sync_session_present.s: test_sync_session_present.c.s
.PHONY : test_sync_session_present.s

# target to generate assembly for a file
test_sync_session_present.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/test_sync_session_present.dir/test_sync_session_present.c.s
.PHONY : test_sync_session_present.c.s

thread.o: thread.c.o
.PHONY : thread.o

# target to build an object file
thread.c.o:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/thread.c.o
.PHONY : thread.c.o

thread.i: thread.c.i
.PHONY : thread.i

# target to preprocess a source file
thread.c.i:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/thread.c.i
.PHONY : thread.c.i

thread.s: thread.c.s
.PHONY : thread.s

# target to generate assembly for a file
thread.c.s:
	cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/build.make third_party/paho.mqtt.c/test/CMakeFiles/thread.dir/thread.c.s
.PHONY : thread.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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... test1"
	@echo "... test10"
	@echo "... test11"
	@echo "... test15"
	@echo "... test2"
	@echo "... test3"
	@echo "... test4"
	@echo "... test45"
	@echo "... test5"
	@echo "... test6"
	@echo "... test8"
	@echo "... test9"
	@echo "... test95"
	@echo "... test_connect_destroy"
	@echo "... test_issue373"
	@echo "... test_sync_session_present"
	@echo "... thread"
	@echo "... __/src/Thread.o"
	@echo "... __/src/Thread.i"
	@echo "... __/src/Thread.s"
	@echo "... test1.o"
	@echo "... test1.i"
	@echo "... test1.s"
	@echo "... test10.o"
	@echo "... test10.i"
	@echo "... test10.s"
	@echo "... test11.o"
	@echo "... test11.i"
	@echo "... test11.s"
	@echo "... test15.o"
	@echo "... test15.i"
	@echo "... test15.s"
	@echo "... test2.o"
	@echo "... test2.i"
	@echo "... test2.s"
	@echo "... test3.o"
	@echo "... test3.i"
	@echo "... test3.s"
	@echo "... test4.o"
	@echo "... test4.i"
	@echo "... test4.s"
	@echo "... test45.o"
	@echo "... test45.i"
	@echo "... test45.s"
	@echo "... test5.o"
	@echo "... test5.i"
	@echo "... test5.s"
	@echo "... test6.o"
	@echo "... test6.i"
	@echo "... test6.s"
	@echo "... test8.o"
	@echo "... test8.i"
	@echo "... test8.s"
	@echo "... test9.o"
	@echo "... test9.i"
	@echo "... test9.s"
	@echo "... test95.o"
	@echo "... test95.i"
	@echo "... test95.s"
	@echo "... test_connect_destroy.o"
	@echo "... test_connect_destroy.i"
	@echo "... test_connect_destroy.s"
	@echo "... test_issue373.o"
	@echo "... test_issue373.i"
	@echo "... test_issue373.s"
	@echo "... test_sync_session_present.o"
	@echo "... test_sync_session_present.i"
	@echo "... test_sync_session_present.s"
	@echo "... thread.o"
	@echo "... thread.i"
	@echo "... thread.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/orangepi/gps/master/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

