Protobuf prototype

This commit is contained in:
Konstantin Lampalzer 2022-03-18 18:11:16 +01:00
parent e277a83c5f
commit 9b567b8c6c
119 changed files with 8599 additions and 0 deletions

View file

@ -0,0 +1,158 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/konstantinviesure/workspace/compLIB/server
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/compLib_server.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/compLib_server.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/compLib_server.dir/flags.make
CompLib.pb.h: ../protos/CompLib.proto
CompLib.pb.h: /usr/local/bin/protoc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Running cpp protocol buffer compiler on protos/CompLib.proto"
/usr/local/bin/protoc --cpp_out /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug -I /Users/konstantinviesure/workspace/compLIB/server/protos /Users/konstantinviesure/workspace/compLIB/server/protos/CompLib.proto
CompLib.pb.cc: CompLib.pb.h
@$(CMAKE_COMMAND) -E touch_nocreate CompLib.pb.cc
CMakeFiles/compLib_server.dir/src/main.cpp.o: CMakeFiles/compLib_server.dir/flags.make
CMakeFiles/compLib_server.dir/src/main.cpp.o: ../src/main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/compLib_server.dir/src/main.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/compLib_server.dir/src/main.cpp.o -c /Users/konstantinviesure/workspace/compLIB/server/src/main.cpp
CMakeFiles/compLib_server.dir/src/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/compLib_server.dir/src/main.cpp.i"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/konstantinviesure/workspace/compLIB/server/src/main.cpp > CMakeFiles/compLib_server.dir/src/main.cpp.i
CMakeFiles/compLib_server.dir/src/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/compLib_server.dir/src/main.cpp.s"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/konstantinviesure/workspace/compLIB/server/src/main.cpp -o CMakeFiles/compLib_server.dir/src/main.cpp.s
CMakeFiles/compLib_server.dir/src/Spi.cpp.o: CMakeFiles/compLib_server.dir/flags.make
CMakeFiles/compLib_server.dir/src/Spi.cpp.o: ../src/Spi.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/compLib_server.dir/src/Spi.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/compLib_server.dir/src/Spi.cpp.o -c /Users/konstantinviesure/workspace/compLIB/server/src/Spi.cpp
CMakeFiles/compLib_server.dir/src/Spi.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/compLib_server.dir/src/Spi.cpp.i"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/konstantinviesure/workspace/compLIB/server/src/Spi.cpp > CMakeFiles/compLib_server.dir/src/Spi.cpp.i
CMakeFiles/compLib_server.dir/src/Spi.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/compLib_server.dir/src/Spi.cpp.s"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/konstantinviesure/workspace/compLIB/server/src/Spi.cpp -o CMakeFiles/compLib_server.dir/src/Spi.cpp.s
CMakeFiles/compLib_server.dir/CompLib.pb.cc.o: CMakeFiles/compLib_server.dir/flags.make
CMakeFiles/compLib_server.dir/CompLib.pb.cc.o: CompLib.pb.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/compLib_server.dir/CompLib.pb.cc.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/compLib_server.dir/CompLib.pb.cc.o -c /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CompLib.pb.cc
CMakeFiles/compLib_server.dir/CompLib.pb.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/compLib_server.dir/CompLib.pb.cc.i"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CompLib.pb.cc > CMakeFiles/compLib_server.dir/CompLib.pb.cc.i
CMakeFiles/compLib_server.dir/CompLib.pb.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/compLib_server.dir/CompLib.pb.cc.s"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CompLib.pb.cc -o CMakeFiles/compLib_server.dir/CompLib.pb.cc.s
# Object files for target compLib_server
compLib_server_OBJECTS = \
"CMakeFiles/compLib_server.dir/src/main.cpp.o" \
"CMakeFiles/compLib_server.dir/src/Spi.cpp.o" \
"CMakeFiles/compLib_server.dir/CompLib.pb.cc.o"
# External object files for target compLib_server
compLib_server_EXTERNAL_OBJECTS =
compLib_server: CMakeFiles/compLib_server.dir/src/main.cpp.o
compLib_server: CMakeFiles/compLib_server.dir/src/Spi.cpp.o
compLib_server: CMakeFiles/compLib_server.dir/CompLib.pb.cc.o
compLib_server: CMakeFiles/compLib_server.dir/build.make
compLib_server: /usr/local/lib/libprotobuf.dylib
compLib_server: CMakeFiles/compLib_server.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable compLib_server"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/compLib_server.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/compLib_server.dir/build: compLib_server
.PHONY : CMakeFiles/compLib_server.dir/build
CMakeFiles/compLib_server.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/compLib_server.dir/cmake_clean.cmake
.PHONY : CMakeFiles/compLib_server.dir/clean
CMakeFiles/compLib_server.dir/depend: CompLib.pb.h
CMakeFiles/compLib_server.dir/depend: CompLib.pb.cc
cd /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/konstantinviesure/workspace/compLIB/server /Users/konstantinviesure/workspace/compLIB/server /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles/compLib_server.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/compLib_server.dir/depend