commonmarker 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of commonmarker might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +12 -10
- data/ext/commonmarker/cmark/Makefile.nmake +2 -2
- data/ext/commonmarker/cmark/build/CMakeCache.txt +66 -23
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeCCompiler.cmake +63 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeCXXCompiler.cmake +64 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeSystem.cmake +15 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/CMakeCCompilerId.c +508 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +498 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +453 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +110 -59
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +42 -18
- data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +1 -1
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +34 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +405 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +1 -1
- data/ext/commonmarker/cmark/build/CTestTestfile.cmake +5 -5
- data/ext/commonmarker/cmark/build/Makefile +66 -53
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +17 -14
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +23 -13
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +1 -1
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +1 -0
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +1 -1
- data/ext/commonmarker/cmark/build/api_test/Makefile +76 -53
- data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +20 -20
- data/ext/commonmarker/cmark/build/cmake_install.cmake +35 -35
- data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/man/Makefile +65 -52
- data/ext/commonmarker/cmark/build/man/cmake_install.cmake +26 -26
- data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +8 -11
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +134 -107
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +2 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +21 -20
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +11 -14
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +72 -45
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +20 -19
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +8 -11
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/buffer.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +128 -102
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +2 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +20 -19
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/render.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +1 -1
- data/ext/commonmarker/cmark/build/src/Makefile +127 -51
- data/ext/commonmarker/cmark/build/src/cmake_install.cmake +44 -47
- data/ext/commonmarker/cmark/build/src/cmark_export.h +8 -2
- data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
- data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +7 -7
- data/ext/commonmarker/cmark/build/testdir/Makefile +65 -52
- data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +20 -20
- data/ext/commonmarker/cmark/src/commonmark.c +1 -1
- data/ext/commonmarker/cmark/src/xml.c +1 -1
- data/lib/commonmarker.rb +14 -7
- data/lib/commonmarker/config.rb +27 -19
- data/lib/commonmarker/version.rb +1 -1
- data/test/test_encoding.rb +2 -1
- data/test/test_linebreaks.rb +0 -6
- data/test/test_maliciousness.rb +10 -0
- data/test/test_smartpunct.rb +8 -1
- metadata +15 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
file(REMOVE_RECURSE
|
2
2
|
"CMakeFiles/libcmark_static.dir/cmark.c.o"
|
3
3
|
"CMakeFiles/libcmark_static.dir/node.c.o"
|
4
4
|
"CMakeFiles/libcmark_static.dir/iterator.c.o"
|
@@ -23,6 +23,6 @@ FILE(REMOVE_RECURSE
|
|
23
23
|
)
|
24
24
|
|
25
25
|
# Per-language clean rules from dependency scanning.
|
26
|
-
|
27
|
-
|
28
|
-
|
26
|
+
foreach(lang C)
|
27
|
+
include(CMakeFiles/libcmark_static.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
28
|
+
endforeach()
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.3
|
3
3
|
|
4
4
|
src/CMakeFiles/libcmark_static.dir/blocks.c.o
|
5
5
|
/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/blocks.c
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.3
|
3
3
|
|
4
4
|
src/CMakeFiles/libcmark_static.dir/blocks.c.o: ../src/blocks.c
|
5
5
|
src/CMakeFiles/libcmark_static.dir/blocks.c.o: ../src/buffer.h
|
@@ -1,10 +1,8 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.3
|
3
3
|
|
4
4
|
# compile C with /usr/bin/cc
|
5
|
-
C_FLAGS = -fPIC -fvisibility=hidden -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -fPIC -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/. -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src
|
5
|
+
C_FLAGS = -fPIC -fvisibility=hidden -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -fPIC -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/. -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src -DCMARK_STATIC_DEFINE
|
6
6
|
|
7
7
|
C_DEFINES =
|
8
8
|
|
9
|
-
# TARGET_FLAGS = -DCMARK_STATIC_DEFINE
|
10
|
-
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,2 +1,2 @@
|
|
1
|
-
/usr/bin/ar
|
1
|
+
/usr/bin/ar cq libcmark.a CMakeFiles/libcmark_static.dir/cmark.c.o CMakeFiles/libcmark_static.dir/node.c.o CMakeFiles/libcmark_static.dir/iterator.c.o CMakeFiles/libcmark_static.dir/blocks.c.o CMakeFiles/libcmark_static.dir/inlines.c.o CMakeFiles/libcmark_static.dir/scanners.c.o CMakeFiles/libcmark_static.dir/utf8.c.o CMakeFiles/libcmark_static.dir/buffer.c.o CMakeFiles/libcmark_static.dir/references.c.o CMakeFiles/libcmark_static.dir/render.c.o CMakeFiles/libcmark_static.dir/man.c.o CMakeFiles/libcmark_static.dir/xml.c.o CMakeFiles/libcmark_static.dir/html.c.o CMakeFiles/libcmark_static.dir/commonmark.c.o CMakeFiles/libcmark_static.dir/latex.c.o CMakeFiles/libcmark_static.dir/houdini_href_e.c.o CMakeFiles/libcmark_static.dir/houdini_html_e.c.o CMakeFiles/libcmark_static.dir/houdini_html_u.c.o CMakeFiles/libcmark_static.dir/cmark_ctype.c.o
|
2
2
|
/usr/bin/ranlib libcmark.a
|
Binary file
|
Binary file
|
@@ -1,20 +1,21 @@
|
|
1
|
-
CMAKE_PROGRESS_1 =
|
2
|
-
CMAKE_PROGRESS_2 =
|
3
|
-
CMAKE_PROGRESS_3 =
|
4
|
-
CMAKE_PROGRESS_4 =
|
5
|
-
CMAKE_PROGRESS_5 =
|
6
|
-
CMAKE_PROGRESS_6 =
|
7
|
-
CMAKE_PROGRESS_7 =
|
8
|
-
CMAKE_PROGRESS_8 =
|
9
|
-
CMAKE_PROGRESS_9 =
|
10
|
-
CMAKE_PROGRESS_10 =
|
11
|
-
CMAKE_PROGRESS_11 =
|
12
|
-
CMAKE_PROGRESS_12 =
|
13
|
-
CMAKE_PROGRESS_13 =
|
14
|
-
CMAKE_PROGRESS_14 =
|
15
|
-
CMAKE_PROGRESS_15 =
|
16
|
-
CMAKE_PROGRESS_16 =
|
17
|
-
CMAKE_PROGRESS_17 =
|
18
|
-
CMAKE_PROGRESS_18 =
|
19
|
-
CMAKE_PROGRESS_19 =
|
1
|
+
CMAKE_PROGRESS_1 = 46
|
2
|
+
CMAKE_PROGRESS_2 = 47
|
3
|
+
CMAKE_PROGRESS_3 = 48
|
4
|
+
CMAKE_PROGRESS_4 = 49
|
5
|
+
CMAKE_PROGRESS_5 = 50
|
6
|
+
CMAKE_PROGRESS_6 = 51
|
7
|
+
CMAKE_PROGRESS_7 = 52
|
8
|
+
CMAKE_PROGRESS_8 = 53
|
9
|
+
CMAKE_PROGRESS_9 = 54
|
10
|
+
CMAKE_PROGRESS_10 = 55
|
11
|
+
CMAKE_PROGRESS_11 = 56
|
12
|
+
CMAKE_PROGRESS_12 = 57
|
13
|
+
CMAKE_PROGRESS_13 = 58
|
14
|
+
CMAKE_PROGRESS_14 = 59
|
15
|
+
CMAKE_PROGRESS_15 = 60
|
16
|
+
CMAKE_PROGRESS_16 = 61
|
17
|
+
CMAKE_PROGRESS_17 = 62
|
18
|
+
CMAKE_PROGRESS_18 = 63
|
19
|
+
CMAKE_PROGRESS_19 = 64
|
20
|
+
CMAKE_PROGRESS_20 = 65
|
20
21
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
61
|
@@ -1,26 +1,35 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.3
|
3
3
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
5
5
|
default_target: all
|
6
|
+
|
6
7
|
.PHONY : default_target
|
7
8
|
|
9
|
+
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
10
|
+
.NOTPARALLEL:
|
11
|
+
|
12
|
+
|
8
13
|
#=============================================================================
|
9
14
|
# Special targets provided by cmake.
|
10
15
|
|
11
16
|
# Disable implicit rules so canonical targets will work.
|
12
17
|
.SUFFIXES:
|
13
18
|
|
19
|
+
|
14
20
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
15
21
|
SUFFIXES =
|
16
22
|
|
17
23
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
18
24
|
|
25
|
+
|
19
26
|
# Suppress display of executed commands.
|
20
27
|
$(VERBOSE).SILENT:
|
21
28
|
|
29
|
+
|
22
30
|
# A target that is always out of date.
|
23
31
|
cmake_force:
|
32
|
+
|
24
33
|
.PHONY : cmake_force
|
25
34
|
|
26
35
|
#=============================================================================
|
@@ -30,17 +39,14 @@ cmake_force:
|
|
30
39
|
SHELL = /bin/sh
|
31
40
|
|
32
41
|
# The CMake executable.
|
33
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/
|
42
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.3.2/bin/cmake
|
34
43
|
|
35
44
|
# The command to remove a file.
|
36
|
-
RM = /usr/local/Cellar/cmake/
|
45
|
+
RM = /usr/local/Cellar/cmake/3.3.2/bin/cmake -E remove -f
|
37
46
|
|
38
47
|
# Escaping for special characters.
|
39
48
|
EQUALS = =
|
40
49
|
|
41
|
-
# The program to use to edit the cache.
|
42
|
-
CMAKE_EDIT_COMMAND = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/ccmake
|
43
|
-
|
44
50
|
# The top-level source directory on which CMake was run.
|
45
51
|
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
|
46
52
|
|
@@ -50,47 +56,27 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/c
|
|
50
56
|
#=============================================================================
|
51
57
|
# Targets provided globally by CMake.
|
52
58
|
|
53
|
-
# Special rule for the target
|
54
|
-
|
55
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running
|
56
|
-
/usr/local/Cellar/cmake/
|
57
|
-
.PHONY :
|
58
|
-
|
59
|
-
# Special rule for the target edit_cache
|
60
|
-
edit_cache/fast: edit_cache
|
61
|
-
.PHONY : edit_cache/fast
|
59
|
+
# Special rule for the target test
|
60
|
+
test:
|
61
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
62
|
+
/usr/local/Cellar/cmake/3.3.2/bin/ctest --force-new-ctest-process $(ARGS)
|
63
|
+
.PHONY : test
|
62
64
|
|
63
|
-
# Special rule for the target
|
64
|
-
|
65
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
66
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -P cmake_install.cmake
|
67
|
-
.PHONY : install
|
65
|
+
# Special rule for the target test
|
66
|
+
test/fast: test
|
68
67
|
|
69
|
-
|
70
|
-
install/fast: preinstall/fast
|
71
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
72
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -P cmake_install.cmake
|
73
|
-
.PHONY : install/fast
|
68
|
+
.PHONY : test/fast
|
74
69
|
|
75
70
|
# Special rule for the target install/local
|
76
71
|
install/local: preinstall
|
77
72
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
78
|
-
/usr/local/Cellar/cmake/
|
73
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
79
74
|
.PHONY : install/local
|
80
75
|
|
81
76
|
# Special rule for the target install/local
|
82
77
|
install/local/fast: install/local
|
83
|
-
.PHONY : install/local/fast
|
84
78
|
|
85
|
-
|
86
|
-
install/strip: preinstall
|
87
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
88
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
89
|
-
.PHONY : install/strip
|
90
|
-
|
91
|
-
# Special rule for the target install/strip
|
92
|
-
install/strip/fast: install/strip
|
93
|
-
.PHONY : install/strip/fast
|
79
|
+
.PHONY : install/local/fast
|
94
80
|
|
95
81
|
# Special rule for the target list_install_components
|
96
82
|
list_install_components:
|
@@ -99,27 +85,53 @@ list_install_components:
|
|
99
85
|
|
100
86
|
# Special rule for the target list_install_components
|
101
87
|
list_install_components/fast: list_install_components
|
88
|
+
|
102
89
|
.PHONY : list_install_components/fast
|
103
90
|
|
91
|
+
# Special rule for the target install
|
92
|
+
install: preinstall
|
93
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
94
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -P cmake_install.cmake
|
95
|
+
.PHONY : install
|
96
|
+
|
97
|
+
# Special rule for the target install
|
98
|
+
install/fast: preinstall/fast
|
99
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
100
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -P cmake_install.cmake
|
101
|
+
.PHONY : install/fast
|
102
|
+
|
103
|
+
# Special rule for the target install/strip
|
104
|
+
install/strip: preinstall
|
105
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
106
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
107
|
+
.PHONY : install/strip
|
108
|
+
|
109
|
+
# Special rule for the target install/strip
|
110
|
+
install/strip/fast: install/strip
|
111
|
+
|
112
|
+
.PHONY : install/strip/fast
|
113
|
+
|
104
114
|
# Special rule for the target rebuild_cache
|
105
115
|
rebuild_cache:
|
106
116
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
107
|
-
/usr/local/Cellar/cmake/
|
117
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
108
118
|
.PHONY : rebuild_cache
|
109
119
|
|
110
120
|
# Special rule for the target rebuild_cache
|
111
121
|
rebuild_cache/fast: rebuild_cache
|
122
|
+
|
112
123
|
.PHONY : rebuild_cache/fast
|
113
124
|
|
114
|
-
# Special rule for the target
|
115
|
-
|
116
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running
|
117
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/
|
118
|
-
.PHONY :
|
125
|
+
# Special rule for the target edit_cache
|
126
|
+
edit_cache:
|
127
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
128
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
129
|
+
.PHONY : edit_cache
|
119
130
|
|
120
|
-
# Special rule for the target
|
121
|
-
|
122
|
-
|
131
|
+
# Special rule for the target edit_cache
|
132
|
+
edit_cache/fast: edit_cache
|
133
|
+
|
134
|
+
.PHONY : edit_cache/fast
|
123
135
|
|
124
136
|
# The main all target
|
125
137
|
all: cmake_check_build_system
|
@@ -135,6 +147,7 @@ clean:
|
|
135
147
|
|
136
148
|
# The main clean target
|
137
149
|
clean/fast: clean
|
150
|
+
|
138
151
|
.PHONY : clean/fast
|
139
152
|
|
140
153
|
# Prepare targets for installation.
|
@@ -159,6 +172,7 @@ src/CMakeFiles/cmark.dir/rule:
|
|
159
172
|
|
160
173
|
# Convenience name for target.
|
161
174
|
cmark: src/CMakeFiles/cmark.dir/rule
|
175
|
+
|
162
176
|
.PHONY : cmark
|
163
177
|
|
164
178
|
# fast build rule for target.
|
@@ -173,6 +187,7 @@ src/CMakeFiles/libcmark.dir/rule:
|
|
173
187
|
|
174
188
|
# Convenience name for target.
|
175
189
|
libcmark: src/CMakeFiles/libcmark.dir/rule
|
190
|
+
|
176
191
|
.PHONY : libcmark
|
177
192
|
|
178
193
|
# fast build rule for target.
|
@@ -187,6 +202,7 @@ src/CMakeFiles/libcmark_static.dir/rule:
|
|
187
202
|
|
188
203
|
# Convenience name for target.
|
189
204
|
libcmark_static: src/CMakeFiles/libcmark_static.dir/rule
|
205
|
+
|
190
206
|
.PHONY : libcmark_static
|
191
207
|
|
192
208
|
# fast build rule for target.
|
@@ -195,6 +211,7 @@ libcmark_static/fast:
|
|
195
211
|
.PHONY : libcmark_static/fast
|
196
212
|
|
197
213
|
blocks.o: blocks.c.o
|
214
|
+
|
198
215
|
.PHONY : blocks.o
|
199
216
|
|
200
217
|
# target to build an object file
|
@@ -205,6 +222,7 @@ blocks.c.o:
|
|
205
222
|
.PHONY : blocks.c.o
|
206
223
|
|
207
224
|
blocks.i: blocks.c.i
|
225
|
+
|
208
226
|
.PHONY : blocks.i
|
209
227
|
|
210
228
|
# target to preprocess a source file
|
@@ -215,6 +233,7 @@ blocks.c.i:
|
|
215
233
|
.PHONY : blocks.c.i
|
216
234
|
|
217
235
|
blocks.s: blocks.c.s
|
236
|
+
|
218
237
|
.PHONY : blocks.s
|
219
238
|
|
220
239
|
# target to generate assembly for a file
|
@@ -225,6 +244,7 @@ blocks.c.s:
|
|
225
244
|
.PHONY : blocks.c.s
|
226
245
|
|
227
246
|
buffer.o: buffer.c.o
|
247
|
+
|
228
248
|
.PHONY : buffer.o
|
229
249
|
|
230
250
|
# target to build an object file
|
@@ -235,6 +255,7 @@ buffer.c.o:
|
|
235
255
|
.PHONY : buffer.c.o
|
236
256
|
|
237
257
|
buffer.i: buffer.c.i
|
258
|
+
|
238
259
|
.PHONY : buffer.i
|
239
260
|
|
240
261
|
# target to preprocess a source file
|
@@ -245,6 +266,7 @@ buffer.c.i:
|
|
245
266
|
.PHONY : buffer.c.i
|
246
267
|
|
247
268
|
buffer.s: buffer.c.s
|
269
|
+
|
248
270
|
.PHONY : buffer.s
|
249
271
|
|
250
272
|
# target to generate assembly for a file
|
@@ -255,6 +277,7 @@ buffer.c.s:
|
|
255
277
|
.PHONY : buffer.c.s
|
256
278
|
|
257
279
|
cmark.o: cmark.c.o
|
280
|
+
|
258
281
|
.PHONY : cmark.o
|
259
282
|
|
260
283
|
# target to build an object file
|
@@ -265,6 +288,7 @@ cmark.c.o:
|
|
265
288
|
.PHONY : cmark.c.o
|
266
289
|
|
267
290
|
cmark.i: cmark.c.i
|
291
|
+
|
268
292
|
.PHONY : cmark.i
|
269
293
|
|
270
294
|
# target to preprocess a source file
|
@@ -275,6 +299,7 @@ cmark.c.i:
|
|
275
299
|
.PHONY : cmark.c.i
|
276
300
|
|
277
301
|
cmark.s: cmark.c.s
|
302
|
+
|
278
303
|
.PHONY : cmark.s
|
279
304
|
|
280
305
|
# target to generate assembly for a file
|
@@ -285,6 +310,7 @@ cmark.c.s:
|
|
285
310
|
.PHONY : cmark.c.s
|
286
311
|
|
287
312
|
cmark_ctype.o: cmark_ctype.c.o
|
313
|
+
|
288
314
|
.PHONY : cmark_ctype.o
|
289
315
|
|
290
316
|
# target to build an object file
|
@@ -295,6 +321,7 @@ cmark_ctype.c.o:
|
|
295
321
|
.PHONY : cmark_ctype.c.o
|
296
322
|
|
297
323
|
cmark_ctype.i: cmark_ctype.c.i
|
324
|
+
|
298
325
|
.PHONY : cmark_ctype.i
|
299
326
|
|
300
327
|
# target to preprocess a source file
|
@@ -305,6 +332,7 @@ cmark_ctype.c.i:
|
|
305
332
|
.PHONY : cmark_ctype.c.i
|
306
333
|
|
307
334
|
cmark_ctype.s: cmark_ctype.c.s
|
335
|
+
|
308
336
|
.PHONY : cmark_ctype.s
|
309
337
|
|
310
338
|
# target to generate assembly for a file
|
@@ -315,6 +343,7 @@ cmark_ctype.c.s:
|
|
315
343
|
.PHONY : cmark_ctype.c.s
|
316
344
|
|
317
345
|
commonmark.o: commonmark.c.o
|
346
|
+
|
318
347
|
.PHONY : commonmark.o
|
319
348
|
|
320
349
|
# target to build an object file
|
@@ -325,6 +354,7 @@ commonmark.c.o:
|
|
325
354
|
.PHONY : commonmark.c.o
|
326
355
|
|
327
356
|
commonmark.i: commonmark.c.i
|
357
|
+
|
328
358
|
.PHONY : commonmark.i
|
329
359
|
|
330
360
|
# target to preprocess a source file
|
@@ -335,6 +365,7 @@ commonmark.c.i:
|
|
335
365
|
.PHONY : commonmark.c.i
|
336
366
|
|
337
367
|
commonmark.s: commonmark.c.s
|
368
|
+
|
338
369
|
.PHONY : commonmark.s
|
339
370
|
|
340
371
|
# target to generate assembly for a file
|
@@ -345,6 +376,7 @@ commonmark.c.s:
|
|
345
376
|
.PHONY : commonmark.c.s
|
346
377
|
|
347
378
|
houdini_href_e.o: houdini_href_e.c.o
|
379
|
+
|
348
380
|
.PHONY : houdini_href_e.o
|
349
381
|
|
350
382
|
# target to build an object file
|
@@ -355,6 +387,7 @@ houdini_href_e.c.o:
|
|
355
387
|
.PHONY : houdini_href_e.c.o
|
356
388
|
|
357
389
|
houdini_href_e.i: houdini_href_e.c.i
|
390
|
+
|
358
391
|
.PHONY : houdini_href_e.i
|
359
392
|
|
360
393
|
# target to preprocess a source file
|
@@ -365,6 +398,7 @@ houdini_href_e.c.i:
|
|
365
398
|
.PHONY : houdini_href_e.c.i
|
366
399
|
|
367
400
|
houdini_href_e.s: houdini_href_e.c.s
|
401
|
+
|
368
402
|
.PHONY : houdini_href_e.s
|
369
403
|
|
370
404
|
# target to generate assembly for a file
|
@@ -375,6 +409,7 @@ houdini_href_e.c.s:
|
|
375
409
|
.PHONY : houdini_href_e.c.s
|
376
410
|
|
377
411
|
houdini_html_e.o: houdini_html_e.c.o
|
412
|
+
|
378
413
|
.PHONY : houdini_html_e.o
|
379
414
|
|
380
415
|
# target to build an object file
|
@@ -385,6 +420,7 @@ houdini_html_e.c.o:
|
|
385
420
|
.PHONY : houdini_html_e.c.o
|
386
421
|
|
387
422
|
houdini_html_e.i: houdini_html_e.c.i
|
423
|
+
|
388
424
|
.PHONY : houdini_html_e.i
|
389
425
|
|
390
426
|
# target to preprocess a source file
|
@@ -395,6 +431,7 @@ houdini_html_e.c.i:
|
|
395
431
|
.PHONY : houdini_html_e.c.i
|
396
432
|
|
397
433
|
houdini_html_e.s: houdini_html_e.c.s
|
434
|
+
|
398
435
|
.PHONY : houdini_html_e.s
|
399
436
|
|
400
437
|
# target to generate assembly for a file
|
@@ -405,6 +442,7 @@ houdini_html_e.c.s:
|
|
405
442
|
.PHONY : houdini_html_e.c.s
|
406
443
|
|
407
444
|
houdini_html_u.o: houdini_html_u.c.o
|
445
|
+
|
408
446
|
.PHONY : houdini_html_u.o
|
409
447
|
|
410
448
|
# target to build an object file
|
@@ -415,6 +453,7 @@ houdini_html_u.c.o:
|
|
415
453
|
.PHONY : houdini_html_u.c.o
|
416
454
|
|
417
455
|
houdini_html_u.i: houdini_html_u.c.i
|
456
|
+
|
418
457
|
.PHONY : houdini_html_u.i
|
419
458
|
|
420
459
|
# target to preprocess a source file
|
@@ -425,6 +464,7 @@ houdini_html_u.c.i:
|
|
425
464
|
.PHONY : houdini_html_u.c.i
|
426
465
|
|
427
466
|
houdini_html_u.s: houdini_html_u.c.s
|
467
|
+
|
428
468
|
.PHONY : houdini_html_u.s
|
429
469
|
|
430
470
|
# target to generate assembly for a file
|
@@ -435,6 +475,7 @@ houdini_html_u.c.s:
|
|
435
475
|
.PHONY : houdini_html_u.c.s
|
436
476
|
|
437
477
|
html.o: html.c.o
|
478
|
+
|
438
479
|
.PHONY : html.o
|
439
480
|
|
440
481
|
# target to build an object file
|
@@ -445,6 +486,7 @@ html.c.o:
|
|
445
486
|
.PHONY : html.c.o
|
446
487
|
|
447
488
|
html.i: html.c.i
|
489
|
+
|
448
490
|
.PHONY : html.i
|
449
491
|
|
450
492
|
# target to preprocess a source file
|
@@ -455,6 +497,7 @@ html.c.i:
|
|
455
497
|
.PHONY : html.c.i
|
456
498
|
|
457
499
|
html.s: html.c.s
|
500
|
+
|
458
501
|
.PHONY : html.s
|
459
502
|
|
460
503
|
# target to generate assembly for a file
|
@@ -465,6 +508,7 @@ html.c.s:
|
|
465
508
|
.PHONY : html.c.s
|
466
509
|
|
467
510
|
inlines.o: inlines.c.o
|
511
|
+
|
468
512
|
.PHONY : inlines.o
|
469
513
|
|
470
514
|
# target to build an object file
|
@@ -475,6 +519,7 @@ inlines.c.o:
|
|
475
519
|
.PHONY : inlines.c.o
|
476
520
|
|
477
521
|
inlines.i: inlines.c.i
|
522
|
+
|
478
523
|
.PHONY : inlines.i
|
479
524
|
|
480
525
|
# target to preprocess a source file
|
@@ -485,6 +530,7 @@ inlines.c.i:
|
|
485
530
|
.PHONY : inlines.c.i
|
486
531
|
|
487
532
|
inlines.s: inlines.c.s
|
533
|
+
|
488
534
|
.PHONY : inlines.s
|
489
535
|
|
490
536
|
# target to generate assembly for a file
|
@@ -495,6 +541,7 @@ inlines.c.s:
|
|
495
541
|
.PHONY : inlines.c.s
|
496
542
|
|
497
543
|
iterator.o: iterator.c.o
|
544
|
+
|
498
545
|
.PHONY : iterator.o
|
499
546
|
|
500
547
|
# target to build an object file
|
@@ -505,6 +552,7 @@ iterator.c.o:
|
|
505
552
|
.PHONY : iterator.c.o
|
506
553
|
|
507
554
|
iterator.i: iterator.c.i
|
555
|
+
|
508
556
|
.PHONY : iterator.i
|
509
557
|
|
510
558
|
# target to preprocess a source file
|
@@ -515,6 +563,7 @@ iterator.c.i:
|
|
515
563
|
.PHONY : iterator.c.i
|
516
564
|
|
517
565
|
iterator.s: iterator.c.s
|
566
|
+
|
518
567
|
.PHONY : iterator.s
|
519
568
|
|
520
569
|
# target to generate assembly for a file
|
@@ -525,6 +574,7 @@ iterator.c.s:
|
|
525
574
|
.PHONY : iterator.c.s
|
526
575
|
|
527
576
|
latex.o: latex.c.o
|
577
|
+
|
528
578
|
.PHONY : latex.o
|
529
579
|
|
530
580
|
# target to build an object file
|
@@ -535,6 +585,7 @@ latex.c.o:
|
|
535
585
|
.PHONY : latex.c.o
|
536
586
|
|
537
587
|
latex.i: latex.c.i
|
588
|
+
|
538
589
|
.PHONY : latex.i
|
539
590
|
|
540
591
|
# target to preprocess a source file
|
@@ -545,6 +596,7 @@ latex.c.i:
|
|
545
596
|
.PHONY : latex.c.i
|
546
597
|
|
547
598
|
latex.s: latex.c.s
|
599
|
+
|
548
600
|
.PHONY : latex.s
|
549
601
|
|
550
602
|
# target to generate assembly for a file
|
@@ -555,6 +607,7 @@ latex.c.s:
|
|
555
607
|
.PHONY : latex.c.s
|
556
608
|
|
557
609
|
main.o: main.c.o
|
610
|
+
|
558
611
|
.PHONY : main.o
|
559
612
|
|
560
613
|
# target to build an object file
|
@@ -563,6 +616,7 @@ main.c.o:
|
|
563
616
|
.PHONY : main.c.o
|
564
617
|
|
565
618
|
main.i: main.c.i
|
619
|
+
|
566
620
|
.PHONY : main.i
|
567
621
|
|
568
622
|
# target to preprocess a source file
|
@@ -571,6 +625,7 @@ main.c.i:
|
|
571
625
|
.PHONY : main.c.i
|
572
626
|
|
573
627
|
main.s: main.c.s
|
628
|
+
|
574
629
|
.PHONY : main.s
|
575
630
|
|
576
631
|
# target to generate assembly for a file
|
@@ -579,6 +634,7 @@ main.c.s:
|
|
579
634
|
.PHONY : main.c.s
|
580
635
|
|
581
636
|
man.o: man.c.o
|
637
|
+
|
582
638
|
.PHONY : man.o
|
583
639
|
|
584
640
|
# target to build an object file
|
@@ -589,6 +645,7 @@ man.c.o:
|
|
589
645
|
.PHONY : man.c.o
|
590
646
|
|
591
647
|
man.i: man.c.i
|
648
|
+
|
592
649
|
.PHONY : man.i
|
593
650
|
|
594
651
|
# target to preprocess a source file
|
@@ -599,6 +656,7 @@ man.c.i:
|
|
599
656
|
.PHONY : man.c.i
|
600
657
|
|
601
658
|
man.s: man.c.s
|
659
|
+
|
602
660
|
.PHONY : man.s
|
603
661
|
|
604
662
|
# target to generate assembly for a file
|
@@ -609,6 +667,7 @@ man.c.s:
|
|
609
667
|
.PHONY : man.c.s
|
610
668
|
|
611
669
|
node.o: node.c.o
|
670
|
+
|
612
671
|
.PHONY : node.o
|
613
672
|
|
614
673
|
# target to build an object file
|
@@ -619,6 +678,7 @@ node.c.o:
|
|
619
678
|
.PHONY : node.c.o
|
620
679
|
|
621
680
|
node.i: node.c.i
|
681
|
+
|
622
682
|
.PHONY : node.i
|
623
683
|
|
624
684
|
# target to preprocess a source file
|
@@ -629,6 +689,7 @@ node.c.i:
|
|
629
689
|
.PHONY : node.c.i
|
630
690
|
|
631
691
|
node.s: node.c.s
|
692
|
+
|
632
693
|
.PHONY : node.s
|
633
694
|
|
634
695
|
# target to generate assembly for a file
|
@@ -639,6 +700,7 @@ node.c.s:
|
|
639
700
|
.PHONY : node.c.s
|
640
701
|
|
641
702
|
references.o: references.c.o
|
703
|
+
|
642
704
|
.PHONY : references.o
|
643
705
|
|
644
706
|
# target to build an object file
|
@@ -649,6 +711,7 @@ references.c.o:
|
|
649
711
|
.PHONY : references.c.o
|
650
712
|
|
651
713
|
references.i: references.c.i
|
714
|
+
|
652
715
|
.PHONY : references.i
|
653
716
|
|
654
717
|
# target to preprocess a source file
|
@@ -659,6 +722,7 @@ references.c.i:
|
|
659
722
|
.PHONY : references.c.i
|
660
723
|
|
661
724
|
references.s: references.c.s
|
725
|
+
|
662
726
|
.PHONY : references.s
|
663
727
|
|
664
728
|
# target to generate assembly for a file
|
@@ -669,6 +733,7 @@ references.c.s:
|
|
669
733
|
.PHONY : references.c.s
|
670
734
|
|
671
735
|
render.o: render.c.o
|
736
|
+
|
672
737
|
.PHONY : render.o
|
673
738
|
|
674
739
|
# target to build an object file
|
@@ -679,6 +744,7 @@ render.c.o:
|
|
679
744
|
.PHONY : render.c.o
|
680
745
|
|
681
746
|
render.i: render.c.i
|
747
|
+
|
682
748
|
.PHONY : render.i
|
683
749
|
|
684
750
|
# target to preprocess a source file
|
@@ -689,6 +755,7 @@ render.c.i:
|
|
689
755
|
.PHONY : render.c.i
|
690
756
|
|
691
757
|
render.s: render.c.s
|
758
|
+
|
692
759
|
.PHONY : render.s
|
693
760
|
|
694
761
|
# target to generate assembly for a file
|
@@ -699,6 +766,7 @@ render.c.s:
|
|
699
766
|
.PHONY : render.c.s
|
700
767
|
|
701
768
|
scanners.o: scanners.c.o
|
769
|
+
|
702
770
|
.PHONY : scanners.o
|
703
771
|
|
704
772
|
# target to build an object file
|
@@ -709,6 +777,7 @@ scanners.c.o:
|
|
709
777
|
.PHONY : scanners.c.o
|
710
778
|
|
711
779
|
scanners.i: scanners.c.i
|
780
|
+
|
712
781
|
.PHONY : scanners.i
|
713
782
|
|
714
783
|
# target to preprocess a source file
|
@@ -719,6 +788,7 @@ scanners.c.i:
|
|
719
788
|
.PHONY : scanners.c.i
|
720
789
|
|
721
790
|
scanners.s: scanners.c.s
|
791
|
+
|
722
792
|
.PHONY : scanners.s
|
723
793
|
|
724
794
|
# target to generate assembly for a file
|
@@ -729,6 +799,7 @@ scanners.c.s:
|
|
729
799
|
.PHONY : scanners.c.s
|
730
800
|
|
731
801
|
utf8.o: utf8.c.o
|
802
|
+
|
732
803
|
.PHONY : utf8.o
|
733
804
|
|
734
805
|
# target to build an object file
|
@@ -739,6 +810,7 @@ utf8.c.o:
|
|
739
810
|
.PHONY : utf8.c.o
|
740
811
|
|
741
812
|
utf8.i: utf8.c.i
|
813
|
+
|
742
814
|
.PHONY : utf8.i
|
743
815
|
|
744
816
|
# target to preprocess a source file
|
@@ -749,6 +821,7 @@ utf8.c.i:
|
|
749
821
|
.PHONY : utf8.c.i
|
750
822
|
|
751
823
|
utf8.s: utf8.c.s
|
824
|
+
|
752
825
|
.PHONY : utf8.s
|
753
826
|
|
754
827
|
# target to generate assembly for a file
|
@@ -759,6 +832,7 @@ utf8.c.s:
|
|
759
832
|
.PHONY : utf8.c.s
|
760
833
|
|
761
834
|
xml.o: xml.c.o
|
835
|
+
|
762
836
|
.PHONY : xml.o
|
763
837
|
|
764
838
|
# target to build an object file
|
@@ -769,6 +843,7 @@ xml.c.o:
|
|
769
843
|
.PHONY : xml.c.o
|
770
844
|
|
771
845
|
xml.i: xml.c.i
|
846
|
+
|
772
847
|
.PHONY : xml.i
|
773
848
|
|
774
849
|
# target to preprocess a source file
|
@@ -779,6 +854,7 @@ xml.c.i:
|
|
779
854
|
.PHONY : xml.c.i
|
780
855
|
|
781
856
|
xml.s: xml.c.s
|
857
|
+
|
782
858
|
.PHONY : xml.s
|
783
859
|
|
784
860
|
# target to generate assembly for a file
|
@@ -794,16 +870,16 @@ help:
|
|
794
870
|
@echo "... all (the default if no target is provided)"
|
795
871
|
@echo "... clean"
|
796
872
|
@echo "... depend"
|
797
|
-
@echo "...
|
798
|
-
@echo "... edit_cache"
|
799
|
-
@echo "... install"
|
873
|
+
@echo "... test"
|
800
874
|
@echo "... install/local"
|
875
|
+
@echo "... list_install_components"
|
876
|
+
@echo "... install"
|
801
877
|
@echo "... install/strip"
|
802
878
|
@echo "... libcmark"
|
803
|
-
@echo "... libcmark_static"
|
804
|
-
@echo "... list_install_components"
|
805
879
|
@echo "... rebuild_cache"
|
806
|
-
@echo "...
|
880
|
+
@echo "... libcmark_static"
|
881
|
+
@echo "... edit_cache"
|
882
|
+
@echo "... cmark"
|
807
883
|
@echo "... blocks.o"
|
808
884
|
@echo "... blocks.i"
|
809
885
|
@echo "... blocks.s"
|