fastinahurry/build/Makefile
2025-07-27 21:38:01 -06:00

468 lines
15 KiB
Makefile

# 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 = /nix/store/mfrfb675a16gqchycqv16aziivn09dxa-cmake-3.31.3/bin/cmake
# The command to remove a file.
RM = /nix/store/mfrfb675a16gqchycqv16aziivn09dxa-cmake-3.31.3/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/xbazzi/repos/fastinahurry
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/xbazzi/repos/fastinahurry/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
/nix/store/mfrfb675a16gqchycqv16aziivn09dxa-cmake-3.31.3/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/nix/store/mfrfb675a16gqchycqv16aziivn09dxa-cmake-3.31.3/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/xbazzi/repos/fastinahurry/build/CMakeFiles /home/xbazzi/repos/fastinahurry/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/xbazzi/repos/fastinahurry/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) -P /home/xbazzi/repos/fastinahurry/build/CMakeFiles/VerifyGlobs.cmake
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named fastinahurry
# Build rule for target.
fastinahurry: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fastinahurry
.PHONY : fastinahurry
# fast build rule for target.
fastinahurry/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/build
.PHONY : fastinahurry/fast
#=============================================================================
# Target rules for targets named trading_grpc_proto
# Build rule for target.
trading_grpc_proto: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 trading_grpc_proto
.PHONY : trading_grpc_proto
# fast build rule for target.
trading_grpc_proto/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/trading_grpc_proto.dir/build.make CMakeFiles/trading_grpc_proto.dir/build
.PHONY : trading_grpc_proto/fast
main.o: main.cc.o
.PHONY : main.o
# target to build an object file
main.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/main.cc.o
.PHONY : main.cc.o
main.i: main.cc.i
.PHONY : main.i
# target to preprocess a source file
main.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/main.cc.i
.PHONY : main.cc.i
main.s: main.cc.s
.PHONY : main.s
# target to generate assembly for a file
main.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/main.cc.s
.PHONY : main.cc.s
src/Algo.o: src/Algo.cc.o
.PHONY : src/Algo.o
# target to build an object file
src/Algo.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Algo.cc.o
.PHONY : src/Algo.cc.o
src/Algo.i: src/Algo.cc.i
.PHONY : src/Algo.i
# target to preprocess a source file
src/Algo.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Algo.cc.i
.PHONY : src/Algo.cc.i
src/Algo.s: src/Algo.cc.s
.PHONY : src/Algo.s
# target to generate assembly for a file
src/Algo.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Algo.cc.s
.PHONY : src/Algo.cc.s
src/Controller.o: src/Controller.cc.o
.PHONY : src/Controller.o
# target to build an object file
src/Controller.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Controller.cc.o
.PHONY : src/Controller.cc.o
src/Controller.i: src/Controller.cc.i
.PHONY : src/Controller.i
# target to preprocess a source file
src/Controller.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Controller.cc.i
.PHONY : src/Controller.cc.i
src/Controller.s: src/Controller.cc.s
.PHONY : src/Controller.s
# target to generate assembly for a file
src/Controller.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Controller.cc.s
.PHONY : src/Controller.cc.s
src/Publisher.o: src/Publisher.cc.o
.PHONY : src/Publisher.o
# target to build an object file
src/Publisher.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Publisher.cc.o
.PHONY : src/Publisher.cc.o
src/Publisher.i: src/Publisher.cc.i
.PHONY : src/Publisher.i
# target to preprocess a source file
src/Publisher.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Publisher.cc.i
.PHONY : src/Publisher.cc.i
src/Publisher.s: src/Publisher.cc.s
.PHONY : src/Publisher.s
# target to generate assembly for a file
src/Publisher.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/Publisher.cc.s
.PHONY : src/Publisher.cc.s
src/grpc_client.o: src/grpc_client.cc.o
.PHONY : src/grpc_client.o
# target to build an object file
src/grpc_client.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/grpc_client.cc.o
.PHONY : src/grpc_client.cc.o
src/grpc_client.i: src/grpc_client.cc.i
.PHONY : src/grpc_client.i
# target to preprocess a source file
src/grpc_client.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/grpc_client.cc.i
.PHONY : src/grpc_client.cc.i
src/grpc_client.s: src/grpc_client.cc.s
.PHONY : src/grpc_client.s
# target to generate assembly for a file
src/grpc_client.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/grpc_client.cc.s
.PHONY : src/grpc_client.cc.s
src/grpc_server.o: src/grpc_server.cc.o
.PHONY : src/grpc_server.o
# target to build an object file
src/grpc_server.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/grpc_server.cc.o
.PHONY : src/grpc_server.cc.o
src/grpc_server.i: src/grpc_server.cc.i
.PHONY : src/grpc_server.i
# target to preprocess a source file
src/grpc_server.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/grpc_server.cc.i
.PHONY : src/grpc_server.cc.i
src/grpc_server.s: src/grpc_server.cc.s
.PHONY : src/grpc_server.s
# target to generate assembly for a file
src/grpc_server.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/grpc_server.cc.s
.PHONY : src/grpc_server.cc.s
src/readers/JSONReader.o: src/readers/JSONReader.cc.o
.PHONY : src/readers/JSONReader.o
# target to build an object file
src/readers/JSONReader.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/readers/JSONReader.cc.o
.PHONY : src/readers/JSONReader.cc.o
src/readers/JSONReader.i: src/readers/JSONReader.cc.i
.PHONY : src/readers/JSONReader.i
# target to preprocess a source file
src/readers/JSONReader.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/readers/JSONReader.cc.i
.PHONY : src/readers/JSONReader.cc.i
src/readers/JSONReader.s: src/readers/JSONReader.cc.s
.PHONY : src/readers/JSONReader.s
# target to generate assembly for a file
src/readers/JSONReader.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/readers/JSONReader.cc.s
.PHONY : src/readers/JSONReader.cc.s
src/utils/ThreadPool.o: src/utils/ThreadPool.cc.o
.PHONY : src/utils/ThreadPool.o
# target to build an object file
src/utils/ThreadPool.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/utils/ThreadPool.cc.o
.PHONY : src/utils/ThreadPool.cc.o
src/utils/ThreadPool.i: src/utils/ThreadPool.cc.i
.PHONY : src/utils/ThreadPool.i
# target to preprocess a source file
src/utils/ThreadPool.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/utils/ThreadPool.cc.i
.PHONY : src/utils/ThreadPool.cc.i
src/utils/ThreadPool.s: src/utils/ThreadPool.cc.s
.PHONY : src/utils/ThreadPool.s
# target to generate assembly for a file
src/utils/ThreadPool.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/utils/ThreadPool.cc.s
.PHONY : src/utils/ThreadPool.cc.s
src/utils/ThreadSafeQueue.o: src/utils/ThreadSafeQueue.cc.o
.PHONY : src/utils/ThreadSafeQueue.o
# target to build an object file
src/utils/ThreadSafeQueue.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/utils/ThreadSafeQueue.cc.o
.PHONY : src/utils/ThreadSafeQueue.cc.o
src/utils/ThreadSafeQueue.i: src/utils/ThreadSafeQueue.cc.i
.PHONY : src/utils/ThreadSafeQueue.i
# target to preprocess a source file
src/utils/ThreadSafeQueue.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/utils/ThreadSafeQueue.cc.i
.PHONY : src/utils/ThreadSafeQueue.cc.i
src/utils/ThreadSafeQueue.s: src/utils/ThreadSafeQueue.cc.s
.PHONY : src/utils/ThreadSafeQueue.s
# target to generate assembly for a file
src/utils/ThreadSafeQueue.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fastinahurry.dir/build.make CMakeFiles/fastinahurry.dir/src/utils/ThreadSafeQueue.cc.s
.PHONY : src/utils/ThreadSafeQueue.cc.s
trading.grpc.pb.o: trading.grpc.pb.cc.o
.PHONY : trading.grpc.pb.o
# target to build an object file
trading.grpc.pb.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/trading_grpc_proto.dir/build.make CMakeFiles/trading_grpc_proto.dir/trading.grpc.pb.cc.o
.PHONY : trading.grpc.pb.cc.o
trading.grpc.pb.i: trading.grpc.pb.cc.i
.PHONY : trading.grpc.pb.i
# target to preprocess a source file
trading.grpc.pb.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/trading_grpc_proto.dir/build.make CMakeFiles/trading_grpc_proto.dir/trading.grpc.pb.cc.i
.PHONY : trading.grpc.pb.cc.i
trading.grpc.pb.s: trading.grpc.pb.cc.s
.PHONY : trading.grpc.pb.s
# target to generate assembly for a file
trading.grpc.pb.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/trading_grpc_proto.dir/build.make CMakeFiles/trading_grpc_proto.dir/trading.grpc.pb.cc.s
.PHONY : trading.grpc.pb.cc.s
trading.pb.o: trading.pb.cc.o
.PHONY : trading.pb.o
# target to build an object file
trading.pb.cc.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/trading_grpc_proto.dir/build.make CMakeFiles/trading_grpc_proto.dir/trading.pb.cc.o
.PHONY : trading.pb.cc.o
trading.pb.i: trading.pb.cc.i
.PHONY : trading.pb.i
# target to preprocess a source file
trading.pb.cc.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/trading_grpc_proto.dir/build.make CMakeFiles/trading_grpc_proto.dir/trading.pb.cc.i
.PHONY : trading.pb.cc.i
trading.pb.s: trading.pb.cc.s
.PHONY : trading.pb.s
# target to generate assembly for a file
trading.pb.cc.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/trading_grpc_proto.dir/build.make CMakeFiles/trading_grpc_proto.dir/trading.pb.cc.s
.PHONY : trading.pb.cc.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 "... rebuild_cache"
@echo "... fastinahurry"
@echo "... trading_grpc_proto"
@echo "... main.o"
@echo "... main.i"
@echo "... main.s"
@echo "... src/Algo.o"
@echo "... src/Algo.i"
@echo "... src/Algo.s"
@echo "... src/Controller.o"
@echo "... src/Controller.i"
@echo "... src/Controller.s"
@echo "... src/Publisher.o"
@echo "... src/Publisher.i"
@echo "... src/Publisher.s"
@echo "... src/grpc_client.o"
@echo "... src/grpc_client.i"
@echo "... src/grpc_client.s"
@echo "... src/grpc_server.o"
@echo "... src/grpc_server.i"
@echo "... src/grpc_server.s"
@echo "... src/readers/JSONReader.o"
@echo "... src/readers/JSONReader.i"
@echo "... src/readers/JSONReader.s"
@echo "... src/utils/ThreadPool.o"
@echo "... src/utils/ThreadPool.i"
@echo "... src/utils/ThreadPool.s"
@echo "... src/utils/ThreadSafeQueue.o"
@echo "... src/utils/ThreadSafeQueue.i"
@echo "... src/utils/ThreadSafeQueue.s"
@echo "... trading.grpc.pb.o"
@echo "... trading.grpc.pb.i"
@echo "... trading.grpc.pb.s"
@echo "... trading.pb.o"
@echo "... trading.pb.i"
@echo "... trading.pb.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) -P /home/xbazzi/repos/fastinahurry/build/CMakeFiles/VerifyGlobs.cmake
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system