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
|
254
Src/Libs/Makefile
Normal file
254
Src/Libs/Makefile
Normal file
|
@ -0,0 +1,254 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/CMakeFiles /home/rosia/Programming/Cpp/BlogParser/Src/Libs//CMakeFiles/progress.marks
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/Libs/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/Libs/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/Libs/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/Libs/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
Src/Libs/CMakeFiles/md4c.dir/rule:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/Libs/CMakeFiles/md4c.dir/rule
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
md4c: Src/Libs/CMakeFiles/md4c.dir/rule
|
||||
.PHONY : md4c
|
||||
|
||||
# fast build rule for target.
|
||||
md4c/fast:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c.dir/build.make Src/Libs/CMakeFiles/md4c.dir/build
|
||||
.PHONY : md4c/fast
|
||||
|
||||
# Convenience name for target.
|
||||
Src/Libs/CMakeFiles/md4c-html.dir/rule:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/Libs/CMakeFiles/md4c-html.dir/rule
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c-html.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
md4c-html: Src/Libs/CMakeFiles/md4c-html.dir/rule
|
||||
.PHONY : md4c-html
|
||||
|
||||
# fast build rule for target.
|
||||
md4c-html/fast:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/build
|
||||
.PHONY : md4c-html/fast
|
||||
|
||||
entity.o: entity.c.o
|
||||
.PHONY : entity.o
|
||||
|
||||
# target to build an object file
|
||||
entity.c.o:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/entity.c.o
|
||||
.PHONY : entity.c.o
|
||||
|
||||
entity.i: entity.c.i
|
||||
.PHONY : entity.i
|
||||
|
||||
# target to preprocess a source file
|
||||
entity.c.i:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/entity.c.i
|
||||
.PHONY : entity.c.i
|
||||
|
||||
entity.s: entity.c.s
|
||||
.PHONY : entity.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
entity.c.s:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/entity.c.s
|
||||
.PHONY : entity.c.s
|
||||
|
||||
md4c-html.o: md4c-html.c.o
|
||||
.PHONY : md4c-html.o
|
||||
|
||||
# target to build an object file
|
||||
md4c-html.c.o:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.o
|
||||
.PHONY : md4c-html.c.o
|
||||
|
||||
md4c-html.i: md4c-html.c.i
|
||||
.PHONY : md4c-html.i
|
||||
|
||||
# target to preprocess a source file
|
||||
md4c-html.c.i:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.i
|
||||
.PHONY : md4c-html.c.i
|
||||
|
||||
md4c-html.s: md4c-html.c.s
|
||||
.PHONY : md4c-html.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
md4c-html.c.s:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/md4c-html.c.s
|
||||
.PHONY : md4c-html.c.s
|
||||
|
||||
md4c.o: md4c.c.o
|
||||
.PHONY : md4c.o
|
||||
|
||||
# target to build an object file
|
||||
md4c.c.o:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c.dir/build.make Src/Libs/CMakeFiles/md4c.dir/md4c.c.o
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.o
|
||||
.PHONY : md4c.c.o
|
||||
|
||||
md4c.i: md4c.c.i
|
||||
.PHONY : md4c.i
|
||||
|
||||
# target to preprocess a source file
|
||||
md4c.c.i:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c.dir/build.make Src/Libs/CMakeFiles/md4c.dir/md4c.c.i
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.i
|
||||
.PHONY : md4c.c.i
|
||||
|
||||
md4c.s: md4c.c.s
|
||||
.PHONY : md4c.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
md4c.c.s:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c.dir/build.make Src/Libs/CMakeFiles/md4c.dir/md4c.c.s
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/md4c.c.s
|
||||
.PHONY : md4c.c.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... md4c"
|
||||
@echo "... md4c-html"
|
||||
@echo "... entity.o"
|
||||
@echo "... entity.i"
|
||||
@echo "... entity.s"
|
||||
@echo "... md4c-html.o"
|
||||
@echo "... md4c-html.i"
|
||||
@echo "... md4c-html.s"
|
||||
@echo "... md4c.o"
|
||||
@echo "... md4c.i"
|
||||
@echo "... md4c.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# 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:
|
||||
cd /home/rosia/Programming/Cpp/BlogParser && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
44
Src/Libs/cmake_install.cmake
Normal file
44
Src/Libs/cmake_install.cmake
Normal file
|
@ -0,0 +1,44 @@
|
|||
# Install script for directory: /home/rosia/Programming/Cpp/BlogParser/Src/Libs
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue