Adds beginnings of BlogPageBuilder and associated classes
This commit is contained in:
parent
65aefe46ce
commit
1506f661c9
114 changed files with 4740 additions and 518 deletions
|
@ -53,7 +53,9 @@ set(CMAKE_MAKEFILE_PRODUCTS
|
|||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"Src/CMakeFiles/blogParser.dir/DependInfo.cmake"
|
||||
"Src/CMakeFiles/blog.dir/DependInfo.cmake"
|
||||
"Src/CMakeFiles/BlogParser.dir/DependInfo.cmake"
|
||||
"Src/CMakeFiles/BlogPageBuilder.dir/DependInfo.cmake"
|
||||
"Src/Libs/CMakeFiles/md4c.dir/DependInfo.cmake"
|
||||
"Src/Libs/CMakeFiles/md4c-html.dir/DependInfo.cmake"
|
||||
"Tests/CMakeFiles/tests.dir/DependInfo.cmake"
|
||||
|
|
|
@ -81,7 +81,9 @@ clean: Tests/clean
|
|||
# Directory level rules for directory Src
|
||||
|
||||
# Recursive "all" directory target.
|
||||
Src/all: Src/CMakeFiles/blogParser.dir/all
|
||||
Src/all: Src/CMakeFiles/blog.dir/all
|
||||
Src/all: Src/CMakeFiles/BlogParser.dir/all
|
||||
Src/all: Src/CMakeFiles/BlogPageBuilder.dir/all
|
||||
Src/all: Src/Libs/all
|
||||
.PHONY : Src/all
|
||||
|
||||
|
@ -90,7 +92,9 @@ Src/preinstall: Src/Libs/preinstall
|
|||
.PHONY : Src/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
Src/clean: Src/CMakeFiles/blogParser.dir/clean
|
||||
Src/clean: Src/CMakeFiles/blog.dir/clean
|
||||
Src/clean: Src/CMakeFiles/BlogParser.dir/clean
|
||||
Src/clean: Src/CMakeFiles/BlogPageBuilder.dir/clean
|
||||
Src/clean: Src/Libs/clean
|
||||
.PHONY : Src/clean
|
||||
|
||||
|
@ -127,31 +131,88 @@ Tests/clean: Tests/CMakeFiles/tests.dir/clean
|
|||
.PHONY : Tests/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target Src/CMakeFiles/blogParser.dir
|
||||
# Target rules for target Src/CMakeFiles/blog.dir
|
||||
|
||||
# All Build rule for target.
|
||||
Src/CMakeFiles/blogParser.dir/all: Src/Libs/CMakeFiles/md4c.dir/all
|
||||
Src/CMakeFiles/blogParser.dir/all: Src/Libs/CMakeFiles/md4c-html.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/blogParser.dir/build.make Src/CMakeFiles/blogParser.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/blogParser.dir/build.make Src/CMakeFiles/blogParser.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=1,2,3 "Built target blogParser"
|
||||
.PHONY : Src/CMakeFiles/blogParser.dir/all
|
||||
Src/CMakeFiles/blog.dir/all: Src/CMakeFiles/BlogParser.dir/all
|
||||
Src/CMakeFiles/blog.dir/all: Src/CMakeFiles/BlogPageBuilder.dir/all
|
||||
Src/CMakeFiles/blog.dir/all: Src/Libs/CMakeFiles/md4c.dir/all
|
||||
Src/CMakeFiles/blog.dir/all: Src/Libs/CMakeFiles/md4c-html.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/blog.dir/build.make Src/CMakeFiles/blog.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/blog.dir/build.make Src/CMakeFiles/blog.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=5,6 "Built target blog"
|
||||
.PHONY : Src/CMakeFiles/blog.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
Src/CMakeFiles/blogParser.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 9
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/CMakeFiles/blogParser.dir/all
|
||||
Src/CMakeFiles/blog.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 12
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/CMakeFiles/blog.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 0
|
||||
.PHONY : Src/CMakeFiles/blogParser.dir/rule
|
||||
.PHONY : Src/CMakeFiles/blog.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
blogParser: Src/CMakeFiles/blogParser.dir/rule
|
||||
.PHONY : blogParser
|
||||
blog: Src/CMakeFiles/blog.dir/rule
|
||||
.PHONY : blog
|
||||
|
||||
# clean rule for target.
|
||||
Src/CMakeFiles/blogParser.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/blogParser.dir/build.make Src/CMakeFiles/blogParser.dir/clean
|
||||
.PHONY : Src/CMakeFiles/blogParser.dir/clean
|
||||
Src/CMakeFiles/blog.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/blog.dir/build.make Src/CMakeFiles/blog.dir/clean
|
||||
.PHONY : Src/CMakeFiles/blog.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target Src/CMakeFiles/BlogParser.dir
|
||||
|
||||
# All Build rule for target.
|
||||
Src/CMakeFiles/BlogParser.dir/all: Src/Libs/CMakeFiles/md4c.dir/all
|
||||
Src/CMakeFiles/BlogParser.dir/all: Src/Libs/CMakeFiles/md4c-html.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/BlogParser.dir/build.make Src/CMakeFiles/BlogParser.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/BlogParser.dir/build.make Src/CMakeFiles/BlogParser.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=3,4 "Built target BlogParser"
|
||||
.PHONY : Src/CMakeFiles/BlogParser.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
Src/CMakeFiles/BlogParser.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 8
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/CMakeFiles/BlogParser.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 0
|
||||
.PHONY : Src/CMakeFiles/BlogParser.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
BlogParser: Src/CMakeFiles/BlogParser.dir/rule
|
||||
.PHONY : BlogParser
|
||||
|
||||
# clean rule for target.
|
||||
Src/CMakeFiles/BlogParser.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/BlogParser.dir/build.make Src/CMakeFiles/BlogParser.dir/clean
|
||||
.PHONY : Src/CMakeFiles/BlogParser.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target Src/CMakeFiles/BlogPageBuilder.dir
|
||||
|
||||
# All Build rule for target.
|
||||
Src/CMakeFiles/BlogPageBuilder.dir/all: Src/CMakeFiles/BlogParser.dir/all
|
||||
Src/CMakeFiles/BlogPageBuilder.dir/all: Src/Libs/CMakeFiles/md4c.dir/all
|
||||
Src/CMakeFiles/BlogPageBuilder.dir/all: Src/Libs/CMakeFiles/md4c-html.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/BlogPageBuilder.dir/build.make Src/CMakeFiles/BlogPageBuilder.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/BlogPageBuilder.dir/build.make Src/CMakeFiles/BlogPageBuilder.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=1,2 "Built target BlogPageBuilder"
|
||||
.PHONY : Src/CMakeFiles/BlogPageBuilder.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
Src/CMakeFiles/BlogPageBuilder.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 10
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Src/CMakeFiles/BlogPageBuilder.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 0
|
||||
.PHONY : Src/CMakeFiles/BlogPageBuilder.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
BlogPageBuilder: Src/CMakeFiles/BlogPageBuilder.dir/rule
|
||||
.PHONY : BlogPageBuilder
|
||||
|
||||
# clean rule for target.
|
||||
Src/CMakeFiles/BlogPageBuilder.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f Src/CMakeFiles/BlogPageBuilder.dir/build.make Src/CMakeFiles/BlogPageBuilder.dir/clean
|
||||
.PHONY : Src/CMakeFiles/BlogPageBuilder.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target Src/Libs/CMakeFiles/md4c.dir
|
||||
|
@ -160,7 +221,7 @@ Src/CMakeFiles/blogParser.dir/clean:
|
|||
Src/Libs/CMakeFiles/md4c.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c.dir/build.make Src/Libs/CMakeFiles/md4c.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c.dir/build.make Src/Libs/CMakeFiles/md4c.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=4,5 "Built target md4c"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=7,8 "Built target md4c"
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
|
@ -186,7 +247,7 @@ Src/Libs/CMakeFiles/md4c.dir/clean:
|
|||
Src/Libs/CMakeFiles/md4c-html.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f Src/Libs/CMakeFiles/md4c-html.dir/build.make Src/Libs/CMakeFiles/md4c-html.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=6,7,8,9 "Built target md4c-html"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=9,10,11,12 "Built target md4c-html"
|
||||
.PHONY : Src/Libs/CMakeFiles/md4c-html.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
|
@ -209,15 +270,18 @@ Src/Libs/CMakeFiles/md4c-html.dir/clean:
|
|||
# Target rules for target Tests/CMakeFiles/tests.dir
|
||||
|
||||
# All Build rule for target.
|
||||
Tests/CMakeFiles/tests.dir/all:
|
||||
Tests/CMakeFiles/tests.dir/all: Src/CMakeFiles/BlogParser.dir/all
|
||||
Tests/CMakeFiles/tests.dir/all: Src/CMakeFiles/BlogPageBuilder.dir/all
|
||||
Tests/CMakeFiles/tests.dir/all: Src/Libs/CMakeFiles/md4c.dir/all
|
||||
Tests/CMakeFiles/tests.dir/all: Src/Libs/CMakeFiles/md4c-html.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f Tests/CMakeFiles/tests.dir/build.make Tests/CMakeFiles/tests.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f Tests/CMakeFiles/tests.dir/build.make Tests/CMakeFiles/tests.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=10,11 "Built target tests"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles --progress-num=13,14 "Built target tests"
|
||||
.PHONY : Tests/CMakeFiles/tests.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
Tests/CMakeFiles/tests.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 2
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 12
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/CMakeFiles/tests.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles 0
|
||||
.PHONY : Tests/CMakeFiles/tests.dir/rule
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles/edit_cache.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/Src/CMakeFiles/blogParser.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/Src/CMakeFiles/blog.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/Src/CMakeFiles/BlogParser.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/Src/CMakeFiles/BlogPageBuilder.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/Src/CMakeFiles/edit_cache.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/Src/CMakeFiles/rebuild_cache.dir
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/Src/Libs/CMakeFiles/md4c.dir
|
||||
|
|
|
@ -1 +1 @@
|
|||
11
|
||||
14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue