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

# 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/blabaere/dev/nanomsg.rs/nanomsg-1.1.4

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/blabaere/dev/nanomsg.rs/nanomsg-1.1.4/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..."
	/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 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 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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/blabaere/dev/nanomsg.rs/nanomsg-1.1.4/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(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/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: install/local

.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: install/strip

.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/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/blabaere/dev/nanomsg.rs/nanomsg-1.1.4/build/CMakeFiles /home/blabaere/dev/nanomsg.rs/nanomsg-1.1.4/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/blabaere/dev/nanomsg.rs/nanomsg-1.1.4/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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named dist

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

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

#=============================================================================
# Target rules for targets named remote_thr

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

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

#=============================================================================
# Target rules for targets named local_lat

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

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

#=============================================================================
# Target rules for targets named iovec

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

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

#=============================================================================
# Target rules for targets named term

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

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

#=============================================================================
# Target rules for targets named reqrep

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

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

#=============================================================================
# Target rules for targets named inproc_shutdown

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

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

#=============================================================================
# Target rules for targets named emfile

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

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

#=============================================================================
# Target rules for targets named msg

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

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

#=============================================================================
# Target rules for targets named pubsub

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

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

#=============================================================================
# Target rules for targets named block

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

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

#=============================================================================
# Target rules for targets named inproc

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

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

#=============================================================================
# Target rules for targets named remote_lat

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

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

#=============================================================================
# Target rules for targets named prio

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

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

#=============================================================================
# Target rules for targets named hash

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

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

#=============================================================================
# Target rules for targets named bug777

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

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

#=============================================================================
# Target rules for targets named timeo

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

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

#=============================================================================
# Target rules for targets named ipc

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

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

#=============================================================================
# Target rules for targets named ws

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

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

#=============================================================================
# Target rules for targets named ipc_shutdown

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

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

#=============================================================================
# Target rules for targets named domain

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

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

#=============================================================================
# Target rules for targets named pipeline

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

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

#=============================================================================
# Target rules for targets named nanocat

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

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

#=============================================================================
# Target rules for targets named ipc_stress

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

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

#=============================================================================
# Target rules for targets named survey

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

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

#=============================================================================
# Target rules for targets named trie

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

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

#=============================================================================
# Target rules for targets named pair

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

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

#=============================================================================
# Target rules for targets named async_shutdown

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

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

#=============================================================================
# Target rules for targets named tcp

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

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

#=============================================================================
# Target rules for targets named bus

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

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

#=============================================================================
# Target rules for targets named poll

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

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

#=============================================================================
# Target rules for targets named device

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

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

#=============================================================================
# Target rules for targets named inproc_lat

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

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

#=============================================================================
# Target rules for targets named device4

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

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

#=============================================================================
# Target rules for targets named local_thr

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

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

#=============================================================================
# Target rules for targets named device5

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

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

#=============================================================================
# Target rules for targets named device7

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

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

#=============================================================================
# Target rules for targets named list

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

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

#=============================================================================
# Target rules for targets named shutdown

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

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

#=============================================================================
# Target rules for targets named symbol

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

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

#=============================================================================
# Target rules for targets named separation

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

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

#=============================================================================
# Target rules for targets named zerocopy

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

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

#=============================================================================
# Target rules for targets named tcp_shutdown

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

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

#=============================================================================
# Target rules for targets named ws_async_shutdown

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

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

#=============================================================================
# Target rules for targets named cmsg

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

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

#=============================================================================
# Target rules for targets named stats

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

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

#=============================================================================
# Target rules for targets named bug328

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

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

#=============================================================================
# Target rules for targets named device6

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

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

#=============================================================================
# Target rules for targets named reqttl

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

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

#=============================================================================
# Target rules for targets named surveyttl

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

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

#=============================================================================
# Target rules for targets named inproc_thr

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

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

#=============================================================================
# Target rules for targets named nanomsg

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

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

perf/inproc_lat.o: perf/inproc_lat.c.o

.PHONY : perf/inproc_lat.o

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

perf/inproc_lat.i: perf/inproc_lat.c.i

.PHONY : perf/inproc_lat.i

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

perf/inproc_lat.s: perf/inproc_lat.c.s

.PHONY : perf/inproc_lat.s

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

perf/inproc_thr.o: perf/inproc_thr.c.o

.PHONY : perf/inproc_thr.o

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

perf/inproc_thr.i: perf/inproc_thr.c.i

.PHONY : perf/inproc_thr.i

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

perf/inproc_thr.s: perf/inproc_thr.c.s

.PHONY : perf/inproc_thr.s

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

perf/local_lat.o: perf/local_lat.c.o

.PHONY : perf/local_lat.o

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

perf/local_lat.i: perf/local_lat.c.i

.PHONY : perf/local_lat.i

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

perf/local_lat.s: perf/local_lat.c.s

.PHONY : perf/local_lat.s

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

perf/local_thr.o: perf/local_thr.c.o

.PHONY : perf/local_thr.o

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

perf/local_thr.i: perf/local_thr.c.i

.PHONY : perf/local_thr.i

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

perf/local_thr.s: perf/local_thr.c.s

.PHONY : perf/local_thr.s

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

perf/remote_lat.o: perf/remote_lat.c.o

.PHONY : perf/remote_lat.o

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

perf/remote_lat.i: perf/remote_lat.c.i

.PHONY : perf/remote_lat.i

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

perf/remote_lat.s: perf/remote_lat.c.s

.PHONY : perf/remote_lat.s

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

perf/remote_thr.o: perf/remote_thr.c.o

.PHONY : perf/remote_thr.o

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

perf/remote_thr.i: perf/remote_thr.c.i

.PHONY : perf/remote_thr.i

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

perf/remote_thr.s: perf/remote_thr.c.s

.PHONY : perf/remote_thr.s

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

tests/async_shutdown.o: tests/async_shutdown.c.o

.PHONY : tests/async_shutdown.o

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

tests/async_shutdown.i: tests/async_shutdown.c.i

.PHONY : tests/async_shutdown.i

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

tests/async_shutdown.s: tests/async_shutdown.c.s

.PHONY : tests/async_shutdown.s

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

tests/block.o: tests/block.c.o

.PHONY : tests/block.o

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

tests/block.i: tests/block.c.i

.PHONY : tests/block.i

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

tests/block.s: tests/block.c.s

.PHONY : tests/block.s

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

tests/bug328.o: tests/bug328.c.o

.PHONY : tests/bug328.o

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

tests/bug328.i: tests/bug328.c.i

.PHONY : tests/bug328.i

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

tests/bug328.s: tests/bug328.c.s

.PHONY : tests/bug328.s

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

tests/bug777.o: tests/bug777.c.o

.PHONY : tests/bug777.o

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

tests/bug777.i: tests/bug777.c.i

.PHONY : tests/bug777.i

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

tests/bug777.s: tests/bug777.c.s

.PHONY : tests/bug777.s

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

tests/bus.o: tests/bus.c.o

.PHONY : tests/bus.o

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

tests/bus.i: tests/bus.c.i

.PHONY : tests/bus.i

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

tests/bus.s: tests/bus.c.s

.PHONY : tests/bus.s

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

tests/cmsg.o: tests/cmsg.c.o

.PHONY : tests/cmsg.o

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

tests/cmsg.i: tests/cmsg.c.i

.PHONY : tests/cmsg.i

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

tests/cmsg.s: tests/cmsg.c.s

.PHONY : tests/cmsg.s

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

tests/device.o: tests/device.c.o

.PHONY : tests/device.o

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

tests/device.i: tests/device.c.i

.PHONY : tests/device.i

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

tests/device.s: tests/device.c.s

.PHONY : tests/device.s

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

tests/device4.o: tests/device4.c.o

.PHONY : tests/device4.o

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

tests/device4.i: tests/device4.c.i

.PHONY : tests/device4.i

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

tests/device4.s: tests/device4.c.s

.PHONY : tests/device4.s

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

tests/device5.o: tests/device5.c.o

.PHONY : tests/device5.o

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

tests/device5.i: tests/device5.c.i

.PHONY : tests/device5.i

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

tests/device5.s: tests/device5.c.s

.PHONY : tests/device5.s

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

tests/device6.o: tests/device6.c.o

.PHONY : tests/device6.o

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

tests/device6.i: tests/device6.c.i

.PHONY : tests/device6.i

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

tests/device6.s: tests/device6.c.s

.PHONY : tests/device6.s

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

tests/device7.o: tests/device7.c.o

.PHONY : tests/device7.o

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

tests/device7.i: tests/device7.c.i

.PHONY : tests/device7.i

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

tests/device7.s: tests/device7.c.s

.PHONY : tests/device7.s

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

tests/domain.o: tests/domain.c.o

.PHONY : tests/domain.o

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

tests/domain.i: tests/domain.c.i

.PHONY : tests/domain.i

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

tests/domain.s: tests/domain.c.s

.PHONY : tests/domain.s

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

tests/emfile.o: tests/emfile.c.o

.PHONY : tests/emfile.o

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

tests/emfile.i: tests/emfile.c.i

.PHONY : tests/emfile.i

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

tests/emfile.s: tests/emfile.c.s

.PHONY : tests/emfile.s

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

tests/hash.o: tests/hash.c.o

.PHONY : tests/hash.o

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

tests/hash.i: tests/hash.c.i

.PHONY : tests/hash.i

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

tests/hash.s: tests/hash.c.s

.PHONY : tests/hash.s

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

tests/inproc.o: tests/inproc.c.o

.PHONY : tests/inproc.o

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

tests/inproc.i: tests/inproc.c.i

.PHONY : tests/inproc.i

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

tests/inproc.s: tests/inproc.c.s

.PHONY : tests/inproc.s

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

tests/inproc_shutdown.o: tests/inproc_shutdown.c.o

.PHONY : tests/inproc_shutdown.o

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

tests/inproc_shutdown.i: tests/inproc_shutdown.c.i

.PHONY : tests/inproc_shutdown.i

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

tests/inproc_shutdown.s: tests/inproc_shutdown.c.s

.PHONY : tests/inproc_shutdown.s

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

tests/iovec.o: tests/iovec.c.o

.PHONY : tests/iovec.o

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

tests/iovec.i: tests/iovec.c.i

.PHONY : tests/iovec.i

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

tests/iovec.s: tests/iovec.c.s

.PHONY : tests/iovec.s

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

tests/ipc.o: tests/ipc.c.o

.PHONY : tests/ipc.o

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

tests/ipc.i: tests/ipc.c.i

.PHONY : tests/ipc.i

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

tests/ipc.s: tests/ipc.c.s

.PHONY : tests/ipc.s

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

tests/ipc_shutdown.o: tests/ipc_shutdown.c.o

.PHONY : tests/ipc_shutdown.o

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

tests/ipc_shutdown.i: tests/ipc_shutdown.c.i

.PHONY : tests/ipc_shutdown.i

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

tests/ipc_shutdown.s: tests/ipc_shutdown.c.s

.PHONY : tests/ipc_shutdown.s

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

tests/ipc_stress.o: tests/ipc_stress.c.o

.PHONY : tests/ipc_stress.o

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

tests/ipc_stress.i: tests/ipc_stress.c.i

.PHONY : tests/ipc_stress.i

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

tests/ipc_stress.s: tests/ipc_stress.c.s

.PHONY : tests/ipc_stress.s

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

tests/list.o: tests/list.c.o

.PHONY : tests/list.o

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

tests/list.i: tests/list.c.i

.PHONY : tests/list.i

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

tests/list.s: tests/list.c.s

.PHONY : tests/list.s

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

tests/msg.o: tests/msg.c.o

.PHONY : tests/msg.o

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

tests/msg.i: tests/msg.c.i

.PHONY : tests/msg.i

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

tests/msg.s: tests/msg.c.s

.PHONY : tests/msg.s

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

tests/pair.o: tests/pair.c.o

.PHONY : tests/pair.o

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

tests/pair.i: tests/pair.c.i

.PHONY : tests/pair.i

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

tests/pair.s: tests/pair.c.s

.PHONY : tests/pair.s

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

tests/pipeline.o: tests/pipeline.c.o

.PHONY : tests/pipeline.o

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

tests/pipeline.i: tests/pipeline.c.i

.PHONY : tests/pipeline.i

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

tests/pipeline.s: tests/pipeline.c.s

.PHONY : tests/pipeline.s

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

tests/poll.o: tests/poll.c.o

.PHONY : tests/poll.o

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

tests/poll.i: tests/poll.c.i

.PHONY : tests/poll.i

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

tests/poll.s: tests/poll.c.s

.PHONY : tests/poll.s

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

tests/prio.o: tests/prio.c.o

.PHONY : tests/prio.o

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

tests/prio.i: tests/prio.c.i

.PHONY : tests/prio.i

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

tests/prio.s: tests/prio.c.s

.PHONY : tests/prio.s

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

tests/pubsub.o: tests/pubsub.c.o

.PHONY : tests/pubsub.o

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

tests/pubsub.i: tests/pubsub.c.i

.PHONY : tests/pubsub.i

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

tests/pubsub.s: tests/pubsub.c.s

.PHONY : tests/pubsub.s

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

tests/reqrep.o: tests/reqrep.c.o

.PHONY : tests/reqrep.o

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

tests/reqrep.i: tests/reqrep.c.i

.PHONY : tests/reqrep.i

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

tests/reqrep.s: tests/reqrep.c.s

.PHONY : tests/reqrep.s

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

tests/reqttl.o: tests/reqttl.c.o

.PHONY : tests/reqttl.o

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

tests/reqttl.i: tests/reqttl.c.i

.PHONY : tests/reqttl.i

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

tests/reqttl.s: tests/reqttl.c.s

.PHONY : tests/reqttl.s

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

tests/separation.o: tests/separation.c.o

.PHONY : tests/separation.o

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

tests/separation.i: tests/separation.c.i

.PHONY : tests/separation.i

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

tests/separation.s: tests/separation.c.s

.PHONY : tests/separation.s

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

tests/shutdown.o: tests/shutdown.c.o

.PHONY : tests/shutdown.o

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

tests/shutdown.i: tests/shutdown.c.i

.PHONY : tests/shutdown.i

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

tests/shutdown.s: tests/shutdown.c.s

.PHONY : tests/shutdown.s

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

tests/stats.o: tests/stats.c.o

.PHONY : tests/stats.o

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

tests/stats.i: tests/stats.c.i

.PHONY : tests/stats.i

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

tests/stats.s: tests/stats.c.s

.PHONY : tests/stats.s

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

tests/survey.o: tests/survey.c.o

.PHONY : tests/survey.o

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

tests/survey.i: tests/survey.c.i

.PHONY : tests/survey.i

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

tests/survey.s: tests/survey.c.s

.PHONY : tests/survey.s

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

tests/surveyttl.o: tests/surveyttl.c.o

.PHONY : tests/surveyttl.o

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

tests/surveyttl.i: tests/surveyttl.c.i

.PHONY : tests/surveyttl.i

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

tests/surveyttl.s: tests/surveyttl.c.s

.PHONY : tests/surveyttl.s

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

tests/symbol.o: tests/symbol.c.o

.PHONY : tests/symbol.o

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

tests/symbol.i: tests/symbol.c.i

.PHONY : tests/symbol.i

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

tests/symbol.s: tests/symbol.c.s

.PHONY : tests/symbol.s

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

tests/tcp.o: tests/tcp.c.o

.PHONY : tests/tcp.o

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

tests/tcp.i: tests/tcp.c.i

.PHONY : tests/tcp.i

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

tests/tcp.s: tests/tcp.c.s

.PHONY : tests/tcp.s

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

tests/tcp_shutdown.o: tests/tcp_shutdown.c.o

.PHONY : tests/tcp_shutdown.o

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

tests/tcp_shutdown.i: tests/tcp_shutdown.c.i

.PHONY : tests/tcp_shutdown.i

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

tests/tcp_shutdown.s: tests/tcp_shutdown.c.s

.PHONY : tests/tcp_shutdown.s

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

tests/term.o: tests/term.c.o

.PHONY : tests/term.o

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

tests/term.i: tests/term.c.i

.PHONY : tests/term.i

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

tests/term.s: tests/term.c.s

.PHONY : tests/term.s

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

tests/timeo.o: tests/timeo.c.o

.PHONY : tests/timeo.o

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

tests/timeo.i: tests/timeo.c.i

.PHONY : tests/timeo.i

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

tests/timeo.s: tests/timeo.c.s

.PHONY : tests/timeo.s

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

tests/trie.o: tests/trie.c.o

.PHONY : tests/trie.o

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

tests/trie.i: tests/trie.c.i

.PHONY : tests/trie.i

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

tests/trie.s: tests/trie.c.s

.PHONY : tests/trie.s

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

tests/ws.o: tests/ws.c.o

.PHONY : tests/ws.o

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

tests/ws.i: tests/ws.c.i

.PHONY : tests/ws.i

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

tests/ws.s: tests/ws.c.s

.PHONY : tests/ws.s

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

tests/ws_async_shutdown.o: tests/ws_async_shutdown.c.o

.PHONY : tests/ws_async_shutdown.o

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

tests/ws_async_shutdown.i: tests/ws_async_shutdown.c.i

.PHONY : tests/ws_async_shutdown.i

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

tests/ws_async_shutdown.s: tests/ws_async_shutdown.c.s

.PHONY : tests/ws_async_shutdown.s

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

tests/zerocopy.o: tests/zerocopy.c.o

.PHONY : tests/zerocopy.o

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

tests/zerocopy.i: tests/zerocopy.c.i

.PHONY : tests/zerocopy.i

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

tests/zerocopy.s: tests/zerocopy.c.s

.PHONY : tests/zerocopy.s

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

tools/nanocat.o: tools/nanocat.c.o

.PHONY : tools/nanocat.o

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

tools/nanocat.i: tools/nanocat.c.i

.PHONY : tools/nanocat.i

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

tools/nanocat.s: tools/nanocat.c.s

.PHONY : tools/nanocat.s

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

tools/options.o: tools/options.c.o

.PHONY : tools/options.o

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

tools/options.i: tools/options.c.i

.PHONY : tools/options.i

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

tools/options.s: tools/options.c.s

.PHONY : tools/options.s

# target to generate assembly for a file
tools/options.c.s:
	$(MAKE) -f CMakeFiles/nanocat.dir/build.make CMakeFiles/nanocat.dir/tools/options.c.s
.PHONY : tools/options.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 "... package"
	@echo "... edit_cache"
	@echo "... test"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... install/local"
	@echo "... dist"
	@echo "... remote_thr"
	@echo "... local_lat"
	@echo "... iovec"
	@echo "... term"
	@echo "... reqrep"
	@echo "... inproc_shutdown"
	@echo "... emfile"
	@echo "... msg"
	@echo "... pubsub"
	@echo "... block"
	@echo "... inproc"
	@echo "... remote_lat"
	@echo "... prio"
	@echo "... hash"
	@echo "... bug777"
	@echo "... timeo"
	@echo "... ipc"
	@echo "... ws"
	@echo "... ipc_shutdown"
	@echo "... domain"
	@echo "... pipeline"
	@echo "... nanocat"
	@echo "... ipc_stress"
	@echo "... survey"
	@echo "... trie"
	@echo "... pair"
	@echo "... async_shutdown"
	@echo "... tcp"
	@echo "... bus"
	@echo "... poll"
	@echo "... device"
	@echo "... inproc_lat"
	@echo "... install/strip"
	@echo "... device4"
	@echo "... local_thr"
	@echo "... device5"
	@echo "... device7"
	@echo "... list"
	@echo "... install"
	@echo "... shutdown"
	@echo "... symbol"
	@echo "... separation"
	@echo "... zerocopy"
	@echo "... tcp_shutdown"
	@echo "... ws_async_shutdown"
	@echo "... cmsg"
	@echo "... stats"
	@echo "... bug328"
	@echo "... device6"
	@echo "... reqttl"
	@echo "... surveyttl"
	@echo "... inproc_thr"
	@echo "... nanomsg"
	@echo "... perf/inproc_lat.o"
	@echo "... perf/inproc_lat.i"
	@echo "... perf/inproc_lat.s"
	@echo "... perf/inproc_thr.o"
	@echo "... perf/inproc_thr.i"
	@echo "... perf/inproc_thr.s"
	@echo "... perf/local_lat.o"
	@echo "... perf/local_lat.i"
	@echo "... perf/local_lat.s"
	@echo "... perf/local_thr.o"
	@echo "... perf/local_thr.i"
	@echo "... perf/local_thr.s"
	@echo "... perf/remote_lat.o"
	@echo "... perf/remote_lat.i"
	@echo "... perf/remote_lat.s"
	@echo "... perf/remote_thr.o"
	@echo "... perf/remote_thr.i"
	@echo "... perf/remote_thr.s"
	@echo "... tests/async_shutdown.o"
	@echo "... tests/async_shutdown.i"
	@echo "... tests/async_shutdown.s"
	@echo "... tests/block.o"
	@echo "... tests/block.i"
	@echo "... tests/block.s"
	@echo "... tests/bug328.o"
	@echo "... tests/bug328.i"
	@echo "... tests/bug328.s"
	@echo "... tests/bug777.o"
	@echo "... tests/bug777.i"
	@echo "... tests/bug777.s"
	@echo "... tests/bus.o"
	@echo "... tests/bus.i"
	@echo "... tests/bus.s"
	@echo "... tests/cmsg.o"
	@echo "... tests/cmsg.i"
	@echo "... tests/cmsg.s"
	@echo "... tests/device.o"
	@echo "... tests/device.i"
	@echo "... tests/device.s"
	@echo "... tests/device4.o"
	@echo "... tests/device4.i"
	@echo "... tests/device4.s"
	@echo "... tests/device5.o"
	@echo "... tests/device5.i"
	@echo "... tests/device5.s"
	@echo "... tests/device6.o"
	@echo "... tests/device6.i"
	@echo "... tests/device6.s"
	@echo "... tests/device7.o"
	@echo "... tests/device7.i"
	@echo "... tests/device7.s"
	@echo "... tests/domain.o"
	@echo "... tests/domain.i"
	@echo "... tests/domain.s"
	@echo "... tests/emfile.o"
	@echo "... tests/emfile.i"
	@echo "... tests/emfile.s"
	@echo "... tests/hash.o"
	@echo "... tests/hash.i"
	@echo "... tests/hash.s"
	@echo "... tests/inproc.o"
	@echo "... tests/inproc.i"
	@echo "... tests/inproc.s"
	@echo "... tests/inproc_shutdown.o"
	@echo "... tests/inproc_shutdown.i"
	@echo "... tests/inproc_shutdown.s"
	@echo "... tests/iovec.o"
	@echo "... tests/iovec.i"
	@echo "... tests/iovec.s"
	@echo "... tests/ipc.o"
	@echo "... tests/ipc.i"
	@echo "... tests/ipc.s"
	@echo "... tests/ipc_shutdown.o"
	@echo "... tests/ipc_shutdown.i"
	@echo "... tests/ipc_shutdown.s"
	@echo "... tests/ipc_stress.o"
	@echo "... tests/ipc_stress.i"
	@echo "... tests/ipc_stress.s"
	@echo "... tests/list.o"
	@echo "... tests/list.i"
	@echo "... tests/list.s"
	@echo "... tests/msg.o"
	@echo "... tests/msg.i"
	@echo "... tests/msg.s"
	@echo "... tests/pair.o"
	@echo "... tests/pair.i"
	@echo "... tests/pair.s"
	@echo "... tests/pipeline.o"
	@echo "... tests/pipeline.i"
	@echo "... tests/pipeline.s"
	@echo "... tests/poll.o"
	@echo "... tests/poll.i"
	@echo "... tests/poll.s"
	@echo "... tests/prio.o"
	@echo "... tests/prio.i"
	@echo "... tests/prio.s"
	@echo "... tests/pubsub.o"
	@echo "... tests/pubsub.i"
	@echo "... tests/pubsub.s"
	@echo "... tests/reqrep.o"
	@echo "... tests/reqrep.i"
	@echo "... tests/reqrep.s"
	@echo "... tests/reqttl.o"
	@echo "... tests/reqttl.i"
	@echo "... tests/reqttl.s"
	@echo "... tests/separation.o"
	@echo "... tests/separation.i"
	@echo "... tests/separation.s"
	@echo "... tests/shutdown.o"
	@echo "... tests/shutdown.i"
	@echo "... tests/shutdown.s"
	@echo "... tests/stats.o"
	@echo "... tests/stats.i"
	@echo "... tests/stats.s"
	@echo "... tests/survey.o"
	@echo "... tests/survey.i"
	@echo "... tests/survey.s"
	@echo "... tests/surveyttl.o"
	@echo "... tests/surveyttl.i"
	@echo "... tests/surveyttl.s"
	@echo "... tests/symbol.o"
	@echo "... tests/symbol.i"
	@echo "... tests/symbol.s"
	@echo "... tests/tcp.o"
	@echo "... tests/tcp.i"
	@echo "... tests/tcp.s"
	@echo "... tests/tcp_shutdown.o"
	@echo "... tests/tcp_shutdown.i"
	@echo "... tests/tcp_shutdown.s"
	@echo "... tests/term.o"
	@echo "... tests/term.i"
	@echo "... tests/term.s"
	@echo "... tests/timeo.o"
	@echo "... tests/timeo.i"
	@echo "... tests/timeo.s"
	@echo "... tests/trie.o"
	@echo "... tests/trie.i"
	@echo "... tests/trie.s"
	@echo "... tests/ws.o"
	@echo "... tests/ws.i"
	@echo "... tests/ws.s"
	@echo "... tests/ws_async_shutdown.o"
	@echo "... tests/ws_async_shutdown.i"
	@echo "... tests/ws_async_shutdown.s"
	@echo "... tests/zerocopy.o"
	@echo "... tests/zerocopy.i"
	@echo "... tests/zerocopy.s"
	@echo "... tools/nanocat.o"
	@echo "... tools/nanocat.i"
	@echo "... tools/nanocat.s"
	@echo "... tools/options.o"
	@echo "... tools/options.i"
	@echo "... tools/options.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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

