added some structure

This commit is contained in:
Johannes Wendel
2019-04-25 12:51:15 +02:00
parent 1580d807e0
commit 263991af5a
18 changed files with 285 additions and 129 deletions

View File

@@ -1071,6 +1071,19 @@ CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputHTT
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputHTTPServer.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/johannes/git/flippr-code/FlippR-Driver/src/utility/networking/output/OutputHTTPServer.cpp -o CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputHTTPServer.cpp.s
CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.o: CMakeFiles/flippr_code.dir/flags.make
CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.o: ../FlippR-Driver/src/utility/networking/input/TcpServer.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/johannes/git/flippr-code/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building CXX object CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.o -c /home/johannes/git/flippr-code/FlippR-Driver/src/utility/networking/input/TcpServer.cpp
CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/johannes/git/flippr-code/FlippR-Driver/src/utility/networking/input/TcpServer.cpp > CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.i
CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/johannes/git/flippr-code/FlippR-Driver/src/utility/networking/input/TcpServer.cpp -o CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.s
# Object files for target flippr_code
flippr_code_OBJECTS = \
"CMakeFiles/flippr_code.dir/FlippR-Driver/cli/main.cpp.o" \
@@ -1150,7 +1163,8 @@ flippr_code_OBJECTS = \
"CMakeFiles/flippr_code.dir/FlippR-Driver/tests/main.cpp.o" \
"CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputRequestHandler.cpp.o" \
"CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputRequestHandlerFactory.cpp.o" \
"CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputHTTPServer.cpp.o"
"CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputHTTPServer.cpp.o" \
"CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.o"
# External object files for target flippr_code
flippr_code_EXTERNAL_OBJECTS =
@@ -1233,9 +1247,10 @@ flippr_code: CMakeFiles/flippr_code.dir/FlippR-Driver/tests/main.cpp.o
flippr_code: CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputRequestHandler.cpp.o
flippr_code: CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputRequestHandlerFactory.cpp.o
flippr_code: CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/output/OutputHTTPServer.cpp.o
flippr_code: CMakeFiles/flippr_code.dir/FlippR-Driver/src/utility/networking/input/TcpServer.cpp.o
flippr_code: CMakeFiles/flippr_code.dir/build.make
flippr_code: CMakeFiles/flippr_code.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/johannes/git/flippr-code/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Linking CXX executable flippr_code"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/johannes/git/flippr-code/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Linking CXX executable flippr_code"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/flippr_code.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.