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

# 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/local/Cellar/cmake/3.17.1/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/julienenoch/ATO-code/eclipse-zenoh-ato-fork/apis/zenoh-python/zenoh-c

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/julienenoch/ATO-code/eclipse-zenoh-ato-fork/apis/zenoh-python/zenoh-c/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/local/Cellar/cmake/3.17.1/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/local/Cellar/cmake/3.17.1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/Cellar/cmake/3.17.1/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/local/Cellar/cmake/3.17.1/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/local/Cellar/cmake/3.17.1/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/local/Cellar/cmake/3.17.1/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 install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/local/Cellar/cmake/3.17.1/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/local/Cellar/cmake/3.17.1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/local/Cellar/cmake/3.17.1/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/julienenoch/ATO-code/eclipse-zenoh-ato-fork/apis/zenoh-python/zenoh-c/build/CMakeFiles /Users/julienenoch/ATO-code/eclipse-zenoh-ato-fork/apis/zenoh-python/zenoh-c/build/CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/julienenoch/ATO-code/eclipse-zenoh-ato-fork/apis/zenoh-python/zenoh-c/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 zn_large_data_test

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

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

#=============================================================================
# Target rules for targets named zn_client_test

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

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

#=============================================================================
# Target rules for targets named z_mvar_test

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

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

#=============================================================================
# Target rules for targets named z_data_struct

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

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

#=============================================================================
# Target rules for targets named zn_scout

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

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

#=============================================================================
# Target rules for targets named zn_write

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

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

#=============================================================================
# Target rules for targets named zn_storage

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

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

#=============================================================================
# Target rules for targets named zn_sub_thr

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

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

#=============================================================================
# Target rules for targets named zn_sub

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

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

#=============================================================================
# Target rules for targets named z_rname_test

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

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

#=============================================================================
# Target rules for targets named zn_eval

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

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

#=============================================================================
# Target rules for targets named zn_query

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

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

#=============================================================================
# Target rules for targets named zn_pub_thr

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

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

#=============================================================================
# Target rules for targets named zenohc

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

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

#=============================================================================
# Target rules for targets named zn_stream

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

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

#=============================================================================
# Target rules for targets named zn_info

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

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

#=============================================================================
# Target rules for targets named zn_pull

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

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

example/net/zn_eval.o: example/net/zn_eval.c.o

.PHONY : example/net/zn_eval.o

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

example/net/zn_eval.i: example/net/zn_eval.c.i

.PHONY : example/net/zn_eval.i

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

example/net/zn_eval.s: example/net/zn_eval.c.s

.PHONY : example/net/zn_eval.s

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

example/net/zn_info.o: example/net/zn_info.c.o

.PHONY : example/net/zn_info.o

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

example/net/zn_info.i: example/net/zn_info.c.i

.PHONY : example/net/zn_info.i

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

example/net/zn_info.s: example/net/zn_info.c.s

.PHONY : example/net/zn_info.s

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

example/net/zn_pub_thr.o: example/net/zn_pub_thr.c.o

.PHONY : example/net/zn_pub_thr.o

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

example/net/zn_pub_thr.i: example/net/zn_pub_thr.c.i

.PHONY : example/net/zn_pub_thr.i

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

example/net/zn_pub_thr.s: example/net/zn_pub_thr.c.s

.PHONY : example/net/zn_pub_thr.s

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

example/net/zn_pull.o: example/net/zn_pull.c.o

.PHONY : example/net/zn_pull.o

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

example/net/zn_pull.i: example/net/zn_pull.c.i

.PHONY : example/net/zn_pull.i

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

example/net/zn_pull.s: example/net/zn_pull.c.s

.PHONY : example/net/zn_pull.s

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

example/net/zn_query.o: example/net/zn_query.c.o

.PHONY : example/net/zn_query.o

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

example/net/zn_query.i: example/net/zn_query.c.i

.PHONY : example/net/zn_query.i

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

example/net/zn_query.s: example/net/zn_query.c.s

.PHONY : example/net/zn_query.s

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

example/net/zn_scout.o: example/net/zn_scout.c.o

.PHONY : example/net/zn_scout.o

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

example/net/zn_scout.i: example/net/zn_scout.c.i

.PHONY : example/net/zn_scout.i

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

example/net/zn_scout.s: example/net/zn_scout.c.s

.PHONY : example/net/zn_scout.s

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

example/net/zn_storage.o: example/net/zn_storage.c.o

.PHONY : example/net/zn_storage.o

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

example/net/zn_storage.i: example/net/zn_storage.c.i

.PHONY : example/net/zn_storage.i

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

example/net/zn_storage.s: example/net/zn_storage.c.s

.PHONY : example/net/zn_storage.s

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

example/net/zn_stream.o: example/net/zn_stream.c.o

.PHONY : example/net/zn_stream.o

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

example/net/zn_stream.i: example/net/zn_stream.c.i

.PHONY : example/net/zn_stream.i

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

example/net/zn_stream.s: example/net/zn_stream.c.s

.PHONY : example/net/zn_stream.s

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

example/net/zn_sub.o: example/net/zn_sub.c.o

.PHONY : example/net/zn_sub.o

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

example/net/zn_sub.i: example/net/zn_sub.c.i

.PHONY : example/net/zn_sub.i

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

example/net/zn_sub.s: example/net/zn_sub.c.s

.PHONY : example/net/zn_sub.s

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

example/net/zn_sub_thr.o: example/net/zn_sub_thr.c.o

.PHONY : example/net/zn_sub_thr.o

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

example/net/zn_sub_thr.i: example/net/zn_sub_thr.c.i

.PHONY : example/net/zn_sub_thr.i

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

example/net/zn_sub_thr.s: example/net/zn_sub_thr.c.s

.PHONY : example/net/zn_sub_thr.s

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

example/net/zn_write.o: example/net/zn_write.c.o

.PHONY : example/net/zn_write.o

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

example/net/zn_write.i: example/net/zn_write.c.i

.PHONY : example/net/zn_write.i

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

example/net/zn_write.s: example/net/zn_write.c.s

.PHONY : example/net/zn_write.s

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

src/codec.o: src/codec.c.o

.PHONY : src/codec.o

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

src/codec.i: src/codec.c.i

.PHONY : src/codec.i

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

src/codec.s: src/codec.c.s

.PHONY : src/codec.s

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

src/collection.o: src/collection.c.o

.PHONY : src/collection.o

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

src/collection.i: src/collection.c.i

.PHONY : src/collection.i

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

src/collection.s: src/collection.c.s

.PHONY : src/collection.s

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

src/iobuf.o: src/iobuf.c.o

.PHONY : src/iobuf.o

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

src/iobuf.i: src/iobuf.c.i

.PHONY : src/iobuf.i

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

src/iobuf.s: src/iobuf.c.s

.PHONY : src/iobuf.s

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

src/net/codec.o: src/net/codec.c.o

.PHONY : src/net/codec.o

# target to build an object file
src/net/codec.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/codec.c.o
.PHONY : src/net/codec.c.o

src/net/codec.i: src/net/codec.c.i

.PHONY : src/net/codec.i

# target to preprocess a source file
src/net/codec.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/codec.c.i
.PHONY : src/net/codec.c.i

src/net/codec.s: src/net/codec.c.s

.PHONY : src/net/codec.s

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

src/net/internal.o: src/net/internal.c.o

.PHONY : src/net/internal.o

# target to build an object file
src/net/internal.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/internal.c.o
.PHONY : src/net/internal.c.o

src/net/internal.i: src/net/internal.c.i

.PHONY : src/net/internal.i

# target to preprocess a source file
src/net/internal.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/internal.c.i
.PHONY : src/net/internal.c.i

src/net/internal.s: src/net/internal.c.s

.PHONY : src/net/internal.s

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

src/net/msgcodec.o: src/net/msgcodec.c.o

.PHONY : src/net/msgcodec.o

# target to build an object file
src/net/msgcodec.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/msgcodec.c.o
.PHONY : src/net/msgcodec.c.o

src/net/msgcodec.i: src/net/msgcodec.c.i

.PHONY : src/net/msgcodec.i

# target to preprocess a source file
src/net/msgcodec.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/msgcodec.c.i
.PHONY : src/net/msgcodec.c.i

src/net/msgcodec.s: src/net/msgcodec.c.s

.PHONY : src/net/msgcodec.s

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

src/net/property.o: src/net/property.c.o

.PHONY : src/net/property.o

# target to build an object file
src/net/property.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/property.c.o
.PHONY : src/net/property.c.o

src/net/property.i: src/net/property.c.i

.PHONY : src/net/property.i

# target to preprocess a source file
src/net/property.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/property.c.i
.PHONY : src/net/property.c.i

src/net/property.s: src/net/property.c.s

.PHONY : src/net/property.s

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

src/net/recv_loop.o: src/net/recv_loop.c.o

.PHONY : src/net/recv_loop.o

# target to build an object file
src/net/recv_loop.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/recv_loop.c.o
.PHONY : src/net/recv_loop.c.o

src/net/recv_loop.i: src/net/recv_loop.c.i

.PHONY : src/net/recv_loop.i

# target to preprocess a source file
src/net/recv_loop.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/recv_loop.c.i
.PHONY : src/net/recv_loop.c.i

src/net/recv_loop.s: src/net/recv_loop.c.s

.PHONY : src/net/recv_loop.s

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

src/net/session.o: src/net/session.c.o

.PHONY : src/net/session.o

# target to build an object file
src/net/session.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/session.c.o
.PHONY : src/net/session.c.o

src/net/session.i: src/net/session.c.i

.PHONY : src/net/session.i

# target to preprocess a source file
src/net/session.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/session.c.i
.PHONY : src/net/session.c.i

src/net/session.s: src/net/session.c.s

.PHONY : src/net/session.s

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

src/net/unix/mvar.o: src/net/unix/mvar.c.o

.PHONY : src/net/unix/mvar.o

# target to build an object file
src/net/unix/mvar.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/mvar.c.o
.PHONY : src/net/unix/mvar.c.o

src/net/unix/mvar.i: src/net/unix/mvar.c.i

.PHONY : src/net/unix/mvar.i

# target to preprocess a source file
src/net/unix/mvar.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/mvar.c.i
.PHONY : src/net/unix/mvar.c.i

src/net/unix/mvar.s: src/net/unix/mvar.c.s

.PHONY : src/net/unix/mvar.s

# target to generate assembly for a file
src/net/unix/mvar.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/mvar.c.s
.PHONY : src/net/unix/mvar.c.s

src/net/unix/net.o: src/net/unix/net.c.o

.PHONY : src/net/unix/net.o

# target to build an object file
src/net/unix/net.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/net.c.o
.PHONY : src/net/unix/net.c.o

src/net/unix/net.i: src/net/unix/net.c.i

.PHONY : src/net/unix/net.i

# target to preprocess a source file
src/net/unix/net.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/net.c.i
.PHONY : src/net/unix/net.c.i

src/net/unix/net.s: src/net/unix/net.c.s

.PHONY : src/net/unix/net.s

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

src/net/unix/recv_loop.o: src/net/unix/recv_loop.c.o

.PHONY : src/net/unix/recv_loop.o

# target to build an object file
src/net/unix/recv_loop.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/recv_loop.c.o
.PHONY : src/net/unix/recv_loop.c.o

src/net/unix/recv_loop.i: src/net/unix/recv_loop.c.i

.PHONY : src/net/unix/recv_loop.i

# target to preprocess a source file
src/net/unix/recv_loop.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/recv_loop.c.i
.PHONY : src/net/unix/recv_loop.c.i

src/net/unix/recv_loop.s: src/net/unix/recv_loop.c.s

.PHONY : src/net/unix/recv_loop.s

# target to generate assembly for a file
src/net/unix/recv_loop.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zenohc.dir/build.make CMakeFiles/zenohc.dir/src/net/unix/recv_loop.c.s
.PHONY : src/net/unix/recv_loop.c.s

src/rname.o: src/rname.c.o

.PHONY : src/rname.o

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

src/rname.i: src/rname.c.i

.PHONY : src/rname.i

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

src/rname.s: src/rname.c.s

.PHONY : src/rname.s

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

test/z_data_struct.o: test/z_data_struct.c.o

.PHONY : test/z_data_struct.o

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

test/z_data_struct.i: test/z_data_struct.c.i

.PHONY : test/z_data_struct.i

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

test/z_data_struct.s: test/z_data_struct.c.s

.PHONY : test/z_data_struct.s

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

test/z_mvar_test.o: test/z_mvar_test.c.o

.PHONY : test/z_mvar_test.o

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

test/z_mvar_test.i: test/z_mvar_test.c.i

.PHONY : test/z_mvar_test.i

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

test/z_mvar_test.s: test/z_mvar_test.c.s

.PHONY : test/z_mvar_test.s

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

test/z_rname_test.o: test/z_rname_test.c.o

.PHONY : test/z_rname_test.o

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

test/z_rname_test.i: test/z_rname_test.c.i

.PHONY : test/z_rname_test.i

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

test/z_rname_test.s: test/z_rname_test.c.s

.PHONY : test/z_rname_test.s

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

test/zn_client_test.o: test/zn_client_test.c.o

.PHONY : test/zn_client_test.o

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

test/zn_client_test.i: test/zn_client_test.c.i

.PHONY : test/zn_client_test.i

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

test/zn_client_test.s: test/zn_client_test.c.s

.PHONY : test/zn_client_test.s

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

test/zn_large_data_test.o: test/zn_large_data_test.c.o

.PHONY : test/zn_large_data_test.o

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

test/zn_large_data_test.i: test/zn_large_data_test.c.i

.PHONY : test/zn_large_data_test.i

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

test/zn_large_data_test.s: test/zn_large_data_test.c.s

.PHONY : test/zn_large_data_test.s

# target to generate assembly for a file
test/zn_large_data_test.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/zn_large_data_test.dir/build.make CMakeFiles/zn_large_data_test.dir/test/zn_large_data_test.c.s
.PHONY : test/zn_large_data_test.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 "... rebuild_cache"
	@echo "... test"
	@echo "... z_data_struct"
	@echo "... z_mvar_test"
	@echo "... z_rname_test"
	@echo "... zenohc"
	@echo "... zn_client_test"
	@echo "... zn_eval"
	@echo "... zn_info"
	@echo "... zn_large_data_test"
	@echo "... zn_pub_thr"
	@echo "... zn_pull"
	@echo "... zn_query"
	@echo "... zn_scout"
	@echo "... zn_storage"
	@echo "... zn_stream"
	@echo "... zn_sub"
	@echo "... zn_sub_thr"
	@echo "... zn_write"
	@echo "... example/net/zn_eval.o"
	@echo "... example/net/zn_eval.i"
	@echo "... example/net/zn_eval.s"
	@echo "... example/net/zn_info.o"
	@echo "... example/net/zn_info.i"
	@echo "... example/net/zn_info.s"
	@echo "... example/net/zn_pub_thr.o"
	@echo "... example/net/zn_pub_thr.i"
	@echo "... example/net/zn_pub_thr.s"
	@echo "... example/net/zn_pull.o"
	@echo "... example/net/zn_pull.i"
	@echo "... example/net/zn_pull.s"
	@echo "... example/net/zn_query.o"
	@echo "... example/net/zn_query.i"
	@echo "... example/net/zn_query.s"
	@echo "... example/net/zn_scout.o"
	@echo "... example/net/zn_scout.i"
	@echo "... example/net/zn_scout.s"
	@echo "... example/net/zn_storage.o"
	@echo "... example/net/zn_storage.i"
	@echo "... example/net/zn_storage.s"
	@echo "... example/net/zn_stream.o"
	@echo "... example/net/zn_stream.i"
	@echo "... example/net/zn_stream.s"
	@echo "... example/net/zn_sub.o"
	@echo "... example/net/zn_sub.i"
	@echo "... example/net/zn_sub.s"
	@echo "... example/net/zn_sub_thr.o"
	@echo "... example/net/zn_sub_thr.i"
	@echo "... example/net/zn_sub_thr.s"
	@echo "... example/net/zn_write.o"
	@echo "... example/net/zn_write.i"
	@echo "... example/net/zn_write.s"
	@echo "... src/codec.o"
	@echo "... src/codec.i"
	@echo "... src/codec.s"
	@echo "... src/collection.o"
	@echo "... src/collection.i"
	@echo "... src/collection.s"
	@echo "... src/iobuf.o"
	@echo "... src/iobuf.i"
	@echo "... src/iobuf.s"
	@echo "... src/net/codec.o"
	@echo "... src/net/codec.i"
	@echo "... src/net/codec.s"
	@echo "... src/net/internal.o"
	@echo "... src/net/internal.i"
	@echo "... src/net/internal.s"
	@echo "... src/net/msgcodec.o"
	@echo "... src/net/msgcodec.i"
	@echo "... src/net/msgcodec.s"
	@echo "... src/net/property.o"
	@echo "... src/net/property.i"
	@echo "... src/net/property.s"
	@echo "... src/net/recv_loop.o"
	@echo "... src/net/recv_loop.i"
	@echo "... src/net/recv_loop.s"
	@echo "... src/net/session.o"
	@echo "... src/net/session.i"
	@echo "... src/net/session.s"
	@echo "... src/net/unix/mvar.o"
	@echo "... src/net/unix/mvar.i"
	@echo "... src/net/unix/mvar.s"
	@echo "... src/net/unix/net.o"
	@echo "... src/net/unix/net.i"
	@echo "... src/net/unix/net.s"
	@echo "... src/net/unix/recv_loop.o"
	@echo "... src/net/unix/recv_loop.i"
	@echo "... src/net/unix/recv_loop.s"
	@echo "... src/rname.o"
	@echo "... src/rname.i"
	@echo "... src/rname.s"
	@echo "... test/z_data_struct.o"
	@echo "... test/z_data_struct.i"
	@echo "... test/z_data_struct.s"
	@echo "... test/z_mvar_test.o"
	@echo "... test/z_mvar_test.i"
	@echo "... test/z_mvar_test.s"
	@echo "... test/z_rname_test.o"
	@echo "... test/z_rname_test.i"
	@echo "... test/z_rname_test.s"
	@echo "... test/zn_client_test.o"
	@echo "... test/zn_client_test.i"
	@echo "... test/zn_client_test.s"
	@echo "... test/zn_large_data_test.o"
	@echo "... test/zn_large_data_test.i"
	@echo "... test/zn_large_data_test.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

