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
123 lines
4.1 KiB
Plaintext
123 lines
4.1 KiB
Plaintext
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
#=============================================================================
|
|
# 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
|
|
|
|
#=============================================================================
|
|
# Directory level rules for the build root directory
|
|
|
|
# The main recursive "all" target.
|
|
all: CMakeFiles/parselog_cli.dir/all
|
|
.PHONY : all
|
|
|
|
# The main recursive "codegen" target.
|
|
codegen: CMakeFiles/parselog_cli.dir/codegen
|
|
.PHONY : codegen
|
|
|
|
# The main recursive "preinstall" target.
|
|
preinstall:
|
|
.PHONY : preinstall
|
|
|
|
# The main recursive "clean" target.
|
|
clean: CMakeFiles/parselog_cli.dir/clean
|
|
.PHONY : clean
|
|
|
|
#=============================================================================
|
|
# Target rules for target CMakeFiles/parselog_cli.dir
|
|
|
|
# All Build rule for target.
|
|
CMakeFiles/parselog_cli.dir/all:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/parselog_cli.dir/build.make CMakeFiles/parselog_cli.dir/depend
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/parselog_cli.dir/build.make CMakeFiles/parselog_cli.dir/build
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=1,2,3,4,5,6 "Built target parselog_cli"
|
|
.PHONY : CMakeFiles/parselog_cli.dir/all
|
|
|
|
# Build rule for subdir invocation for target.
|
|
CMakeFiles/parselog_cli.dir/rule: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles 6
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/parselog_cli.dir/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles 0
|
|
.PHONY : CMakeFiles/parselog_cli.dir/rule
|
|
|
|
# Convenience name for target.
|
|
parselog_cli: CMakeFiles/parselog_cli.dir/rule
|
|
.PHONY : parselog_cli
|
|
|
|
# codegen rule for target.
|
|
CMakeFiles/parselog_cli.dir/codegen:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/parselog_cli.dir/build.make CMakeFiles/parselog_cli.dir/codegen
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rapturate/Code/cpp/parselog_cli/build/CMakeFiles --progress-num=1,2,3,4,5,6 "Finished codegen for target parselog_cli"
|
|
.PHONY : CMakeFiles/parselog_cli.dir/codegen
|
|
|
|
# clean rule for target.
|
|
CMakeFiles/parselog_cli.dir/clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/parselog_cli.dir/build.make CMakeFiles/parselog_cli.dir/clean
|
|
.PHONY : CMakeFiles/parselog_cli.dir/clean
|
|
|
|
#=============================================================================
|
|
# 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
|
|
|