Additionally, I added a .env file and started using cmake build styles rather than g++ for more efficient compiling and testing. Changes to be committed: new file: .env new file: CMakeLists.txt new file: build/CMakeCache.txt new file: build/CMakeFiles/4.3.2/CMakeCXXCompiler.cmake new file: build/CMakeFiles/4.3.2/CMakeDetermineCompilerABI_CXX.bin new file: build/CMakeFiles/4.3.2/CMakeSystem.cmake new file: build/CMakeFiles/4.3.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file: build/CMakeFiles/4.3.2/CompilerIdCXX/a.out new file: build/CMakeFiles/CMakeConfigureLog.yaml new file: build/CMakeFiles/CMakeDirectoryInformation.cmake new file: build/CMakeFiles/InstallScripts.json new file: build/CMakeFiles/Makefile.cmake new file: build/CMakeFiles/Makefile2 new file: build/CMakeFiles/TargetDirectories.txt new file: build/CMakeFiles/cmake.check_cache new file: build/CMakeFiles/parselog_cli.dir/DependInfo.cmake new file: build/CMakeFiles/parselog_cli.dir/build.make new file: build/CMakeFiles/parselog_cli.dir/cmake_clean.cmake new file: build/CMakeFiles/parselog_cli.dir/compiler_depend.internal new file: build/CMakeFiles/parselog_cli.dir/compiler_depend.make new file: build/CMakeFiles/parselog_cli.dir/compiler_depend.ts new file: build/CMakeFiles/parselog_cli.dir/depend.make new file: build/CMakeFiles/parselog_cli.dir/flags.make new file: build/CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o new file: build/CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o.d new file: build/CMakeFiles/parselog_cli.dir/link.d new file: build/CMakeFiles/parselog_cli.dir/link.txt new file: build/CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o new file: build/CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o.d new file: build/CMakeFiles/parselog_cli.dir/main.cpp.o new file: build/CMakeFiles/parselog_cli.dir/main.cpp.o.d new file: build/CMakeFiles/parselog_cli.dir/progress.make new file: build/CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o new file: build/CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o.d new file: build/CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o new file: build/CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o.d new file: build/CMakeFiles/progress.marks new file: build/Makefile new file: build/cmake_install.cmake new file: build/compile_commands.json new file: build/parselog_cli new file: compile_commands.json new file: data/GeoLite2-City.mmdb modified: ip_to_geo/ip_to_geo.cpp modified: ip_to_geo/ip_to_geo.hpp modified: main.cpp deleted: parselog_cli.exe deleted: test renamed: ip_to_geo/GeoLite2PP.hpp -> third_party/include/GeoLite2PP.hpp new file: third_party/include/GeoLite2PP_error_category.hpp new file: third_party/include/GeoLite2PP_version.hpp new file: third_party/include/maxminddb.h new file: third_party/include/maxminddb_config.h new file: third_party/lib/libmaxminddb.a new file: third_party/src/GeoLite2PP.cpp new file: third_party/src/GeoLite2PP_error_category.cpp
180 lines
12 KiB
Makefile
180 lines
12 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
|
|
|
# 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 = /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/rapturate/Code/cpp/parselog_cli
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/rapturate/Code/cpp/parselog_cli/build
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/parselog_cli.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/parselog_cli.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/parselog_cli.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/parselog_cli.dir/flags.make
|
|
|
|
CMakeFiles/parselog_cli.dir/codegen:
|
|
.PHONY : CMakeFiles/parselog_cli.dir/codegen
|
|
|
|
CMakeFiles/parselog_cli.dir/main.cpp.o: CMakeFiles/parselog_cli.dir/flags.make
|
|
CMakeFiles/parselog_cli.dir/main.cpp.o: /home/rapturate/Code/cpp/parselog_cli/main.cpp
|
|
CMakeFiles/parselog_cli.dir/main.cpp.o: CMakeFiles/parselog_cli.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/parselog_cli.dir/main.cpp.o"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/parselog_cli.dir/main.cpp.o -MF CMakeFiles/parselog_cli.dir/main.cpp.o.d -o CMakeFiles/parselog_cli.dir/main.cpp.o -c /home/rapturate/Code/cpp/parselog_cli/main.cpp
|
|
|
|
CMakeFiles/parselog_cli.dir/main.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/parselog_cli.dir/main.cpp.i"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/rapturate/Code/cpp/parselog_cli/main.cpp > CMakeFiles/parselog_cli.dir/main.cpp.i
|
|
|
|
CMakeFiles/parselog_cli.dir/main.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/parselog_cli.dir/main.cpp.s"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/rapturate/Code/cpp/parselog_cli/main.cpp -o CMakeFiles/parselog_cli.dir/main.cpp.s
|
|
|
|
CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o: CMakeFiles/parselog_cli.dir/flags.make
|
|
CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o: /home/rapturate/Code/cpp/parselog_cli/log_parsing/log_parsing.cpp
|
|
CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o: CMakeFiles/parselog_cli.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o -MF CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o.d -o CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o -c /home/rapturate/Code/cpp/parselog_cli/log_parsing/log_parsing.cpp
|
|
|
|
CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.i"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/rapturate/Code/cpp/parselog_cli/log_parsing/log_parsing.cpp > CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.i
|
|
|
|
CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.s"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/rapturate/Code/cpp/parselog_cli/log_parsing/log_parsing.cpp -o CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.s
|
|
|
|
CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o: CMakeFiles/parselog_cli.dir/flags.make
|
|
CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o: /home/rapturate/Code/cpp/parselog_cli/ip_to_geo/ip_to_geo.cpp
|
|
CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o: CMakeFiles/parselog_cli.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o -MF CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o.d -o CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o -c /home/rapturate/Code/cpp/parselog_cli/ip_to_geo/ip_to_geo.cpp
|
|
|
|
CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.i"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/rapturate/Code/cpp/parselog_cli/ip_to_geo/ip_to_geo.cpp > CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.i
|
|
|
|
CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.s"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/rapturate/Code/cpp/parselog_cli/ip_to_geo/ip_to_geo.cpp -o CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.s
|
|
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o: CMakeFiles/parselog_cli.dir/flags.make
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o: /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP.cpp
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o: CMakeFiles/parselog_cli.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o -MF CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o.d -o CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o -c /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP.cpp
|
|
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.i"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP.cpp > CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.i
|
|
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.s"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP.cpp -o CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.s
|
|
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o: CMakeFiles/parselog_cli.dir/flags.make
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o: /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP_error_category.cpp
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o: CMakeFiles/parselog_cli.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o -MF CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o.d -o CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o -c /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP_error_category.cpp
|
|
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.i"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP_error_category.cpp > CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.i
|
|
|
|
CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.s"
|
|
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/rapturate/Code/cpp/parselog_cli/third_party/src/GeoLite2PP_error_category.cpp -o CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.s
|
|
|
|
# Object files for target parselog_cli
|
|
parselog_cli_OBJECTS = \
|
|
"CMakeFiles/parselog_cli.dir/main.cpp.o" \
|
|
"CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o" \
|
|
"CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o" \
|
|
"CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o" \
|
|
"CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o"
|
|
|
|
# External object files for target parselog_cli
|
|
parselog_cli_EXTERNAL_OBJECTS =
|
|
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/main.cpp.o
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/log_parsing/log_parsing.cpp.o
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/ip_to_geo/ip_to_geo.cpp.o
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP.cpp.o
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/third_party/src/GeoLite2PP_error_category.cpp.o
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/build.make
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/compiler_depend.ts
|
|
parselog_cli: /home/rapturate/Code/cpp/parselog_cli/third_party/lib/libmaxminddb.a
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable parselog_cli"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/parselog_cli.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/parselog_cli.dir/build: parselog_cli
|
|
.PHONY : CMakeFiles/parselog_cli.dir/build
|
|
|
|
CMakeFiles/parselog_cli.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/parselog_cli.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/parselog_cli.dir/clean
|
|
|
|
CMakeFiles/parselog_cli.dir/depend:
|
|
cd /home/rapturate/Code/cpp/parselog_cli/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rapturate/Code/cpp/parselog_cli /home/rapturate/Code/cpp/parselog_cli /home/rapturate/Code/cpp/parselog_cli/build /home/rapturate/Code/cpp/parselog_cli/build /home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles/parselog_cli.dir/DependInfo.cmake "--color=$(COLOR)" parselog_cli
|
|
.PHONY : CMakeFiles/parselog_cli.dir/depend
|
|
|