adds rss feed support to blog
This commit is contained in:
parent
6d627aa9b4
commit
d8253d3333
117 changed files with 5336 additions and 326 deletions
16
Src/Libs/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
16
Src/Libs/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rosia/Programming/Cpp/BlogParser")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rosia/Programming/Cpp/BlogParser")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
21
Src/Libs/CMakeFiles/md4c-html.dir/DependInfo.cmake
Normal file
21
Src/Libs/CMakeFiles/md4c-html.dir/DependInfo.cmake
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/rosia/Programming/Cpp/BlogParser/Src/Libs/entity.c" "Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o" "gcc" "Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o.d"
|
||||
"/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c-html.c" "Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o" "gcc" "Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o.d"
|
||||
"/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c" "Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o" "gcc" "Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
143
Src/Libs/CMakeFiles/md4c-html.dir/build.make
Normal file
143
Src/Libs/CMakeFiles/md4c-html.dir/build.make
Normal file
|
@ -0,0 +1,143 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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/rosia/Programming/Cpp/BlogParser
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/rosia/Programming/Cpp/BlogParser
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include Src/Libs/CMakeFiles/md4c-html.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include Src/Libs/CMakeFiles/md4c-html.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include Src/Libs/CMakeFiles/md4c-html.dir/flags.make
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o: Src/Libs/CMakeFiles/md4c-html.dir/flags.make
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o: Src/Libs/md4c-html.c
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o: Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o -MF CMakeFiles/md4c-html.dir/md4c-html.c.o.d -o CMakeFiles/md4c-html.dir/md4c-html.c.o -c /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c-html.c
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/md4c-html.dir/md4c-html.c.i"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c-html.c > CMakeFiles/md4c-html.dir/md4c-html.c.i
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/md4c-html.dir/md4c-html.c.s"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c-html.c -o CMakeFiles/md4c-html.dir/md4c-html.c.s
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o: Src/Libs/CMakeFiles/md4c-html.dir/flags.make
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o: Src/Libs/entity.c
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o: Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o -MF CMakeFiles/md4c-html.dir/entity.c.o.d -o CMakeFiles/md4c-html.dir/entity.c.o -c /home/rosia/Programming/Cpp/BlogParser/Src/Libs/entity.c
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/entity.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/md4c-html.dir/entity.c.i"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rosia/Programming/Cpp/BlogParser/Src/Libs/entity.c > CMakeFiles/md4c-html.dir/entity.c.i
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/entity.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/md4c-html.dir/entity.c.s"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rosia/Programming/Cpp/BlogParser/Src/Libs/entity.c -o CMakeFiles/md4c-html.dir/entity.c.s
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o: Src/Libs/CMakeFiles/md4c-html.dir/flags.make
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o: Src/Libs/md4c.c
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o: Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o -MF CMakeFiles/md4c-html.dir/md4c.c.o.d -o CMakeFiles/md4c-html.dir/md4c.c.o -c /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/md4c-html.dir/md4c.c.i"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c > CMakeFiles/md4c-html.dir/md4c.c.i
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/md4c-html.dir/md4c.c.s"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c -o CMakeFiles/md4c-html.dir/md4c.c.s
|
||||
|
||||
# Object files for target md4c-html
|
||||
md4c__html_OBJECTS = \
|
||||
"CMakeFiles/md4c-html.dir/md4c-html.c.o" \
|
||||
"CMakeFiles/md4c-html.dir/entity.c.o" \
|
||||
"CMakeFiles/md4c-html.dir/md4c.c.o"
|
||||
|
||||
# External object files for target md4c-html
|
||||
md4c__html_EXTERNAL_OBJECTS =
|
||||
|
||||
Src/Libs/libmd4c-html.a: Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o
|
||||
Src/Libs/libmd4c-html.a: Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o
|
||||
Src/Libs/libmd4c-html.a: Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o
|
||||
Src/Libs/libmd4c-html.a: Src/Libs/CMakeFiles/md4c-html.dir/build.make
|
||||
Src/Libs/libmd4c-html.a: Src/Libs/CMakeFiles/md4c-html.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C static library libmd4c-html.a"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c-html.dir/cmake_clean_target.cmake
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/md4c-html.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/build: Src/Libs/libmd4c-html.a
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c-html.dir/build
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/clean:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c-html.dir/cmake_clean.cmake
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c-html.dir/clean
|
||||
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/depend:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Src/Libs /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Src/Libs /home/rosia/Programming/Cpp/BlogParser/Src/Libs/CMakeFiles/md4c-html.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c-html.dir/depend
|
||||
|
15
Src/Libs/CMakeFiles/md4c-html.dir/cmake_clean.cmake
Normal file
15
Src/Libs/CMakeFiles/md4c-html.dir/cmake_clean.cmake
Normal file
|
@ -0,0 +1,15 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/md4c-html.dir/entity.c.o"
|
||||
"CMakeFiles/md4c-html.dir/entity.c.o.d"
|
||||
"CMakeFiles/md4c-html.dir/md4c-html.c.o"
|
||||
"CMakeFiles/md4c-html.dir/md4c-html.c.o.d"
|
||||
"CMakeFiles/md4c-html.dir/md4c.c.o"
|
||||
"CMakeFiles/md4c-html.dir/md4c.c.o.d"
|
||||
"libmd4c-html.a"
|
||||
"libmd4c-html.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/md4c-html.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,3 @@
|
|||
file(REMOVE_RECURSE
|
||||
"libmd4c-html.a"
|
||||
)
|
2
Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.make
Normal file
2
Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.make
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Empty compiler generated dependencies file for md4c-html.
|
||||
# This may be replaced when dependencies are built.
|
2
Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.ts
Normal file
2
Src/Libs/CMakeFiles/md4c-html.dir/compiler_depend.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for md4c-html.
|
2
Src/Libs/CMakeFiles/md4c-html.dir/depend.make
Normal file
2
Src/Libs/CMakeFiles/md4c-html.dir/depend.make
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Empty dependencies file for md4c-html.
|
||||
# This may be replaced when dependencies are built.
|
10
Src/Libs/CMakeFiles/md4c-html.dir/flags.make
Normal file
10
Src/Libs/CMakeFiles/md4c-html.dir/flags.make
Normal file
|
@ -0,0 +1,10 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile C with /usr/bin/cc
|
||||
C_DEFINES =
|
||||
|
||||
C_INCLUDES =
|
||||
|
||||
C_FLAGS = -g
|
||||
|
2
Src/Libs/CMakeFiles/md4c-html.dir/link.txt
Normal file
2
Src/Libs/CMakeFiles/md4c-html.dir/link.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
/usr/bin/ar qc libmd4c-html.a CMakeFiles/md4c-html.dir/md4c-html.c.o CMakeFiles/md4c-html.dir/entity.c.o CMakeFiles/md4c-html.dir/md4c.c.o
|
||||
/usr/bin/ranlib libmd4c-html.a
|
5
Src/Libs/CMakeFiles/md4c-html.dir/progress.make
Normal file
5
Src/Libs/CMakeFiles/md4c-html.dir/progress.make
Normal file
|
@ -0,0 +1,5 @@
|
|||
CMAKE_PROGRESS_1 = 14
|
||||
CMAKE_PROGRESS_2 = 15
|
||||
CMAKE_PROGRESS_3 = 16
|
||||
CMAKE_PROGRESS_4 = 17
|
||||
|
19
Src/Libs/CMakeFiles/md4c.dir/DependInfo.cmake
Normal file
19
Src/Libs/CMakeFiles/md4c.dir/DependInfo.cmake
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c" "Src/Libs/CMakeFiles/md4c.dir/md4c.c.o" "gcc" "Src/Libs/CMakeFiles/md4c.dir/md4c.c.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
111
Src/Libs/CMakeFiles/md4c.dir/build.make
Normal file
111
Src/Libs/CMakeFiles/md4c.dir/build.make
Normal file
|
@ -0,0 +1,111 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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/rosia/Programming/Cpp/BlogParser
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/rosia/Programming/Cpp/BlogParser
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include Src/Libs/CMakeFiles/md4c.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include Src/Libs/CMakeFiles/md4c.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include Src/Libs/CMakeFiles/md4c.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include Src/Libs/CMakeFiles/md4c.dir/flags.make
|
||||
|
||||
Src/Libs/CMakeFiles/md4c.dir/md4c.c.o: Src/Libs/CMakeFiles/md4c.dir/flags.make
|
||||
Src/Libs/CMakeFiles/md4c.dir/md4c.c.o: Src/Libs/md4c.c
|
||||
Src/Libs/CMakeFiles/md4c.dir/md4c.c.o: Src/Libs/CMakeFiles/md4c.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object Src/Libs/CMakeFiles/md4c.dir/md4c.c.o"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT Src/Libs/CMakeFiles/md4c.dir/md4c.c.o -MF CMakeFiles/md4c.dir/md4c.c.o.d -o CMakeFiles/md4c.dir/md4c.c.o -c /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c
|
||||
|
||||
Src/Libs/CMakeFiles/md4c.dir/md4c.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/md4c.dir/md4c.c.i"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c > CMakeFiles/md4c.dir/md4c.c.i
|
||||
|
||||
Src/Libs/CMakeFiles/md4c.dir/md4c.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/md4c.dir/md4c.c.s"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c -o CMakeFiles/md4c.dir/md4c.c.s
|
||||
|
||||
# Object files for target md4c
|
||||
md4c_OBJECTS = \
|
||||
"CMakeFiles/md4c.dir/md4c.c.o"
|
||||
|
||||
# External object files for target md4c
|
||||
md4c_EXTERNAL_OBJECTS =
|
||||
|
||||
Src/Libs/libmd4c.a: Src/Libs/CMakeFiles/md4c.dir/md4c.c.o
|
||||
Src/Libs/libmd4c.a: Src/Libs/CMakeFiles/md4c.dir/build.make
|
||||
Src/Libs/libmd4c.a: Src/Libs/CMakeFiles/md4c.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libmd4c.a"
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c.dir/cmake_clean_target.cmake
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/md4c.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
Src/Libs/CMakeFiles/md4c.dir/build: Src/Libs/libmd4c.a
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c.dir/build
|
||||
|
||||
Src/Libs/CMakeFiles/md4c.dir/clean:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c.dir/cmake_clean.cmake
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c.dir/clean
|
||||
|
||||
Src/Libs/CMakeFiles/md4c.dir/depend:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Src/Libs /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Src/Libs /home/rosia/Programming/Cpp/BlogParser/Src/Libs/CMakeFiles/md4c.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c.dir/depend
|
||||
|
11
Src/Libs/CMakeFiles/md4c.dir/cmake_clean.cmake
Normal file
11
Src/Libs/CMakeFiles/md4c.dir/cmake_clean.cmake
Normal file
|
@ -0,0 +1,11 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/md4c.dir/md4c.c.o"
|
||||
"CMakeFiles/md4c.dir/md4c.c.o.d"
|
||||
"libmd4c.a"
|
||||
"libmd4c.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/md4c.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
3
Src/Libs/CMakeFiles/md4c.dir/cmake_clean_target.cmake
Normal file
3
Src/Libs/CMakeFiles/md4c.dir/cmake_clean_target.cmake
Normal file
|
@ -0,0 +1,3 @@
|
|||
file(REMOVE_RECURSE
|
||||
"libmd4c.a"
|
||||
)
|
2
Src/Libs/CMakeFiles/md4c.dir/compiler_depend.make
Normal file
2
Src/Libs/CMakeFiles/md4c.dir/compiler_depend.make
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Empty compiler generated dependencies file for md4c.
|
||||
# This may be replaced when dependencies are built.
|
2
Src/Libs/CMakeFiles/md4c.dir/compiler_depend.ts
Normal file
2
Src/Libs/CMakeFiles/md4c.dir/compiler_depend.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for md4c.
|
2
Src/Libs/CMakeFiles/md4c.dir/depend.make
Normal file
2
Src/Libs/CMakeFiles/md4c.dir/depend.make
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Empty dependencies file for md4c.
|
||||
# This may be replaced when dependencies are built.
|
10
Src/Libs/CMakeFiles/md4c.dir/flags.make
Normal file
10
Src/Libs/CMakeFiles/md4c.dir/flags.make
Normal file
|
@ -0,0 +1,10 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile C with /usr/bin/cc
|
||||
C_DEFINES =
|
||||
|
||||
C_INCLUDES =
|
||||
|
||||
C_FLAGS = -g
|
||||
|
2
Src/Libs/CMakeFiles/md4c.dir/link.txt
Normal file
2
Src/Libs/CMakeFiles/md4c.dir/link.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
/usr/bin/ar qc libmd4c.a CMakeFiles/md4c.dir/md4c.c.o
|
||||
/usr/bin/ranlib libmd4c.a
|
3
Src/Libs/CMakeFiles/md4c.dir/progress.make
Normal file
3
Src/Libs/CMakeFiles/md4c.dir/progress.make
Normal file
|
@ -0,0 +1,3 @@
|
|||
CMAKE_PROGRESS_1 = 12
|
||||
CMAKE_PROGRESS_2 = 13
|
||||
|
1
Src/Libs/CMakeFiles/progress.marks
Normal file
1
Src/Libs/CMakeFiles/progress.marks
Normal file
|
@ -0,0 +1 @@
|
|||
6
|
Loading…
Add table
Add a link
Reference in a new issue