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

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/bea/git/RN-Praxis3/praxis3

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/bea/git/RN-Praxis3/praxis3/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 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/bea/git/RN-Praxis3/praxis3/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/bea/git/RN-Praxis3/praxis3/build/CMakeFiles /home/bea/git/RN-Praxis3/praxis3/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/bea/git/RN-Praxis3/praxis3/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 distributor

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

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

#=============================================================================
# Target rules for targets named worker

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

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

key_value_pair.o: key_value_pair.c.o
.PHONY : key_value_pair.o

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

key_value_pair.i: key_value_pair.c.i
.PHONY : key_value_pair.i

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

key_value_pair.s: key_value_pair.c.s
.PHONY : key_value_pair.s

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

zmq_distributor.o: zmq_distributor.c.o
.PHONY : zmq_distributor.o

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

zmq_distributor.i: zmq_distributor.c.i
.PHONY : zmq_distributor.i

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

zmq_distributor.s: zmq_distributor.c.s
.PHONY : zmq_distributor.s

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

zmq_worker.o: zmq_worker.c.o
.PHONY : zmq_worker.o

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

zmq_worker.i: zmq_worker.c.i
.PHONY : zmq_worker.i

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

zmq_worker.s: zmq_worker.c.s
.PHONY : zmq_worker.s

# target to generate assembly for a file
zmq_worker.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/distributor.dir/build.make CMakeFiles/distributor.dir/zmq_worker.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/worker.dir/build.make CMakeFiles/worker.dir/zmq_worker.c.s
.PHONY : zmq_worker.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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... distributor"
	@echo "... worker"
	@echo "... key_value_pair.o"
	@echo "... key_value_pair.i"
	@echo "... key_value_pair.s"
	@echo "... zmq_distributor.o"
	@echo "... zmq_distributor.i"
	@echo "... zmq_distributor.s"
	@echo "... zmq_worker.o"
	@echo "... zmq_worker.i"
	@echo "... zmq_worker.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

