commonmarker 0.14.2 → 0.14.3
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/ext/commonmarker/cmark/extensions/table.c +26 -23
- data/ext/commonmarker/cmark/src/cmark_extension_api.h +11 -1
- data/ext/commonmarker/cmark/src/node.c +3 -0
- data/ext/commonmarker/cmark/src/syntax_extension.c +5 -0
- data/ext/commonmarker/cmark/src/syntax_extension.h +1 -0
- data/ext/commonmarker/commonmarker.c +5 -0
- data/lib/commonmarker/renderer/html_renderer.rb +18 -0
- data/lib/commonmarker/version.rb +1 -1
- data/test/test_extensions.rb +17 -0
- metadata +2 -126
- data/ext/commonmarker/cmark/build/CMakeCache.txt +0 -468
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeSystem.cmake +0 -15
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdC/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdCXX/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +0 -14
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +0 -562
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +0 -154
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +0 -351
- data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +0 -47
- data/ext/commonmarker/cmark/build/CMakeFiles/cmake.check_cache +0 -1
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +0 -34
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +0 -405
- data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/CTestTestfile.cmake +0 -11
- data/ext/commonmarker/cmark/build/Makefile +0 -264
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +0 -35
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +0 -168
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +0 -12
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/depend.make +0 -2
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +0 -17
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +0 -1
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +0 -5
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/api_test/Makefile +0 -300
- data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +0 -29
- data/ext/commonmarker/cmark/build/cmake_install.cmake +0 -49
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/C.includecache +0 -204
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/DependInfo.cmake +0 -29
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/autolink.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/build.make +0 -249
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean.cmake +0 -15
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean_target.cmake +0 -3
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/core-extensions.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.internal +0 -94
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.make +0 -94
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/ext_scanners.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/flags.make +0 -10
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/link.txt +0 -2
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/progress.make +0 -8
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/strikethrough.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/table.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/tagfilter.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/extensions/Makefile +0 -390
- data/ext/commonmarker/cmark/build/extensions/cmake_install.cmake +0 -29
- data/ext/commonmarker/cmark/build/extensions/libcmarkextensions.a +0 -0
- data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/man/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/man/Makefile +0 -194
- data/ext/commonmarker/cmark/build/man/cmake_install.cmake +0 -37
- data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake +0 -38
- data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake +0 -95
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +0 -29
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +0 -115
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +0 -10
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/depend.make +0 -2
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +0 -10
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +0 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +0 -3
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +0 -56
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +0 -738
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +0 -34
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/depend.make +0 -2
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +0 -10
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +0 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +0 -26
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +0 -612
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +0 -50
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/arena.c.o +0 -0
- 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 +0 -735
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +0 -33
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +0 -3
- 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 +0 -290
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +0 -290
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +0 -10
- 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 +0 -2
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/linked_list.c.o +0 -0
- 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/plugin.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +0 -26
- 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/registry.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/syntax_extension.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 +0 -1
- data/ext/commonmarker/cmark/build/src/Makefile +0 -1064
- data/ext/commonmarker/cmark/build/src/cmake_install.cmake +0 -103
- data/ext/commonmarker/cmark/build/src/cmark_export.h +0 -42
- data/ext/commonmarker/cmark/build/src/cmark_version.h +0 -7
- data/ext/commonmarker/cmark/build/src/config.h +0 -76
- data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
- data/ext/commonmarker/cmark/build/src/libcmark.pc +0 -10
- data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/testdir/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +0 -17
- data/ext/commonmarker/cmark/build/testdir/Makefile +0 -194
- data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +0 -29
Binary file
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
3
|
-
|
4
|
-
# Relative path conversion top directories.
|
5
|
-
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark")
|
6
|
-
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build")
|
7
|
-
|
8
|
-
# Force unix paths in dependencies.
|
9
|
-
set(CMAKE_FORCE_UNIX_PATHS 1)
|
10
|
-
|
11
|
-
|
12
|
-
# The C and CXX include file regular expressions for this directory.
|
13
|
-
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
14
|
-
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
15
|
-
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
16
|
-
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@@ -1 +0,0 @@
|
|
1
|
-
0
|
@@ -1,194 +0,0 @@
|
|
1
|
-
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
3
|
-
|
4
|
-
# Default target executed when no arguments are given to make.
|
5
|
-
default_target: all
|
6
|
-
|
7
|
-
.PHONY : default_target
|
8
|
-
|
9
|
-
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
10
|
-
.NOTPARALLEL:
|
11
|
-
|
12
|
-
|
13
|
-
#=============================================================================
|
14
|
-
# Special targets provided by cmake.
|
15
|
-
|
16
|
-
# Disable implicit rules so canonical targets will work.
|
17
|
-
.SUFFIXES:
|
18
|
-
|
19
|
-
|
20
|
-
# Remove some rules from gmake that .SUFFIXES does not remove.
|
21
|
-
SUFFIXES =
|
22
|
-
|
23
|
-
.SUFFIXES: .hpux_make_needs_suffix_list
|
24
|
-
|
25
|
-
|
26
|
-
# Suppress display of executed commands.
|
27
|
-
$(VERBOSE).SILENT:
|
28
|
-
|
29
|
-
|
30
|
-
# A target that is always out of date.
|
31
|
-
cmake_force:
|
32
|
-
|
33
|
-
.PHONY : cmake_force
|
34
|
-
|
35
|
-
#=============================================================================
|
36
|
-
# Set environment variables for the build.
|
37
|
-
|
38
|
-
# The shell in which to execute make rules.
|
39
|
-
SHELL = /bin/sh
|
40
|
-
|
41
|
-
# The CMake executable.
|
42
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
|
43
|
-
|
44
|
-
# The command to remove a file.
|
45
|
-
RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
|
46
|
-
|
47
|
-
# Escaping for special characters.
|
48
|
-
EQUALS = =
|
49
|
-
|
50
|
-
# The top-level source directory on which CMake was run.
|
51
|
-
CMAKE_SOURCE_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark
|
52
|
-
|
53
|
-
# The top-level build directory on which CMake was run.
|
54
|
-
CMAKE_BINARY_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build
|
55
|
-
|
56
|
-
#=============================================================================
|
57
|
-
# Targets provided globally by CMake.
|
58
|
-
|
59
|
-
# Special rule for the target install/strip
|
60
|
-
install/strip: preinstall
|
61
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
62
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
63
|
-
.PHONY : install/strip
|
64
|
-
|
65
|
-
# Special rule for the target install/strip
|
66
|
-
install/strip/fast: install/strip
|
67
|
-
|
68
|
-
.PHONY : install/strip/fast
|
69
|
-
|
70
|
-
# Special rule for the target install
|
71
|
-
install: preinstall
|
72
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
73
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
|
74
|
-
.PHONY : install
|
75
|
-
|
76
|
-
# Special rule for the target install
|
77
|
-
install/fast: preinstall/fast
|
78
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
79
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
|
80
|
-
.PHONY : install/fast
|
81
|
-
|
82
|
-
# Special rule for the target list_install_components
|
83
|
-
list_install_components:
|
84
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
85
|
-
.PHONY : list_install_components
|
86
|
-
|
87
|
-
# Special rule for the target list_install_components
|
88
|
-
list_install_components/fast: list_install_components
|
89
|
-
|
90
|
-
.PHONY : list_install_components/fast
|
91
|
-
|
92
|
-
# Special rule for the target rebuild_cache
|
93
|
-
rebuild_cache:
|
94
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
95
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
96
|
-
.PHONY : rebuild_cache
|
97
|
-
|
98
|
-
# Special rule for the target rebuild_cache
|
99
|
-
rebuild_cache/fast: rebuild_cache
|
100
|
-
|
101
|
-
.PHONY : rebuild_cache/fast
|
102
|
-
|
103
|
-
# Special rule for the target edit_cache
|
104
|
-
edit_cache:
|
105
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
106
|
-
/usr/local/Cellar/cmake/3.7.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
107
|
-
.PHONY : edit_cache
|
108
|
-
|
109
|
-
# Special rule for the target edit_cache
|
110
|
-
edit_cache/fast: edit_cache
|
111
|
-
|
112
|
-
.PHONY : edit_cache/fast
|
113
|
-
|
114
|
-
# Special rule for the target install/local
|
115
|
-
install/local: preinstall
|
116
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
117
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
118
|
-
.PHONY : install/local
|
119
|
-
|
120
|
-
# Special rule for the target install/local
|
121
|
-
install/local/fast: install/local
|
122
|
-
|
123
|
-
.PHONY : install/local/fast
|
124
|
-
|
125
|
-
# Special rule for the target test
|
126
|
-
test:
|
127
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
128
|
-
/usr/local/Cellar/cmake/3.7.2/bin/ctest --force-new-ctest-process $(ARGS)
|
129
|
-
.PHONY : test
|
130
|
-
|
131
|
-
# Special rule for the target test
|
132
|
-
test/fast: test
|
133
|
-
|
134
|
-
.PHONY : test/fast
|
135
|
-
|
136
|
-
# The main all target
|
137
|
-
all: cmake_check_build_system
|
138
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/man/CMakeFiles/progress.marks
|
139
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/all
|
140
|
-
$(CMAKE_COMMAND) -E cmake_progress_start /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles 0
|
141
|
-
.PHONY : all
|
142
|
-
|
143
|
-
# The main clean target
|
144
|
-
clean:
|
145
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/clean
|
146
|
-
.PHONY : clean
|
147
|
-
|
148
|
-
# The main clean target
|
149
|
-
clean/fast: clean
|
150
|
-
|
151
|
-
.PHONY : clean/fast
|
152
|
-
|
153
|
-
# Prepare targets for installation.
|
154
|
-
preinstall: all
|
155
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
|
156
|
-
.PHONY : preinstall
|
157
|
-
|
158
|
-
# Prepare targets for installation.
|
159
|
-
preinstall/fast:
|
160
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
|
161
|
-
.PHONY : preinstall/fast
|
162
|
-
|
163
|
-
# clear depends
|
164
|
-
depend:
|
165
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
166
|
-
.PHONY : depend
|
167
|
-
|
168
|
-
# Help Target
|
169
|
-
help:
|
170
|
-
@echo "The following are some of the valid targets for this Makefile:"
|
171
|
-
@echo "... all (the default if no target is provided)"
|
172
|
-
@echo "... clean"
|
173
|
-
@echo "... depend"
|
174
|
-
@echo "... install/strip"
|
175
|
-
@echo "... install"
|
176
|
-
@echo "... list_install_components"
|
177
|
-
@echo "... rebuild_cache"
|
178
|
-
@echo "... edit_cache"
|
179
|
-
@echo "... install/local"
|
180
|
-
@echo "... test"
|
181
|
-
.PHONY : help
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
#=============================================================================
|
186
|
-
# Special targets to cleanup operation of make.
|
187
|
-
|
188
|
-
# Special rule to run CMake to check the build system integrity.
|
189
|
-
# No rule that depends on this can have commands that come from listfiles
|
190
|
-
# because they might be regenerated.
|
191
|
-
cmake_check_build_system:
|
192
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
193
|
-
.PHONY : cmake_check_build_system
|
194
|
-
|
@@ -1,37 +0,0 @@
|
|
1
|
-
# Install script for directory: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/man
|
2
|
-
|
3
|
-
# Set the install prefix
|
4
|
-
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
5
|
-
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
6
|
-
endif()
|
7
|
-
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
8
|
-
|
9
|
-
# Set the install configuration name.
|
10
|
-
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
11
|
-
if(BUILD_TYPE)
|
12
|
-
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
13
|
-
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
14
|
-
else()
|
15
|
-
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
16
|
-
endif()
|
17
|
-
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
18
|
-
endif()
|
19
|
-
|
20
|
-
# Set the component getting installed.
|
21
|
-
if(NOT CMAKE_INSTALL_COMPONENT)
|
22
|
-
if(COMPONENT)
|
23
|
-
message(STATUS "Install component: \"${COMPONENT}\"")
|
24
|
-
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
25
|
-
else()
|
26
|
-
set(CMAKE_INSTALL_COMPONENT)
|
27
|
-
endif()
|
28
|
-
endif()
|
29
|
-
|
30
|
-
if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
31
|
-
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/man/man1/cmark.1")
|
32
|
-
endif()
|
33
|
-
|
34
|
-
if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
35
|
-
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/man/man3/cmark.3")
|
36
|
-
endif()
|
37
|
-
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
3
|
-
|
4
|
-
# Relative path conversion top directories.
|
5
|
-
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark")
|
6
|
-
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build")
|
7
|
-
|
8
|
-
# Force unix paths in dependencies.
|
9
|
-
set(CMAKE_FORCE_UNIX_PATHS 1)
|
10
|
-
|
11
|
-
|
12
|
-
# The C and CXX include file regular expressions for this directory.
|
13
|
-
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
14
|
-
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
15
|
-
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
16
|
-
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@@ -1,38 +0,0 @@
|
|
1
|
-
#----------------------------------------------------------------
|
2
|
-
# Generated CMake target import file for configuration "Release".
|
3
|
-
#----------------------------------------------------------------
|
4
|
-
|
5
|
-
# Commands may need to know the format version.
|
6
|
-
set(CMAKE_IMPORT_FILE_VERSION 1)
|
7
|
-
|
8
|
-
# Import target "cmark" for configuration "Release"
|
9
|
-
set_property(TARGET cmark APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
10
|
-
set_target_properties(cmark PROPERTIES
|
11
|
-
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/cmark"
|
12
|
-
)
|
13
|
-
|
14
|
-
list(APPEND _IMPORT_CHECK_TARGETS cmark )
|
15
|
-
list(APPEND _IMPORT_CHECK_FILES_FOR_cmark "${_IMPORT_PREFIX}/bin/cmark" )
|
16
|
-
|
17
|
-
# Import target "libcmark" for configuration "Release"
|
18
|
-
set_property(TARGET libcmark APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
19
|
-
set_target_properties(libcmark PROPERTIES
|
20
|
-
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libcmark.0.27.1.dylib"
|
21
|
-
IMPORTED_SONAME_RELEASE "libcmark.0.27.1.dylib"
|
22
|
-
)
|
23
|
-
|
24
|
-
list(APPEND _IMPORT_CHECK_TARGETS libcmark )
|
25
|
-
list(APPEND _IMPORT_CHECK_FILES_FOR_libcmark "${_IMPORT_PREFIX}/lib/libcmark.0.27.1.dylib" )
|
26
|
-
|
27
|
-
# Import target "libcmark_static" for configuration "Release"
|
28
|
-
set_property(TARGET libcmark_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
29
|
-
set_target_properties(libcmark_static PROPERTIES
|
30
|
-
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C"
|
31
|
-
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libcmark.a"
|
32
|
-
)
|
33
|
-
|
34
|
-
list(APPEND _IMPORT_CHECK_TARGETS libcmark_static )
|
35
|
-
list(APPEND _IMPORT_CHECK_FILES_FOR_libcmark_static "${_IMPORT_PREFIX}/lib/libcmark.a" )
|
36
|
-
|
37
|
-
# Commands beyond this point should not need to know the version.
|
38
|
-
set(CMAKE_IMPORT_FILE_VERSION)
|
@@ -1,95 +0,0 @@
|
|
1
|
-
# Generated by CMake
|
2
|
-
|
3
|
-
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
|
4
|
-
message(FATAL_ERROR "CMake >= 2.6.0 required")
|
5
|
-
endif()
|
6
|
-
cmake_policy(PUSH)
|
7
|
-
cmake_policy(VERSION 2.6)
|
8
|
-
#----------------------------------------------------------------
|
9
|
-
# Generated CMake target import file.
|
10
|
-
#----------------------------------------------------------------
|
11
|
-
|
12
|
-
# Commands may need to know the format version.
|
13
|
-
set(CMAKE_IMPORT_FILE_VERSION 1)
|
14
|
-
|
15
|
-
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
16
|
-
set(_targetsDefined)
|
17
|
-
set(_targetsNotDefined)
|
18
|
-
set(_expectedTargets)
|
19
|
-
foreach(_expectedTarget cmark libcmark libcmark_static)
|
20
|
-
list(APPEND _expectedTargets ${_expectedTarget})
|
21
|
-
if(NOT TARGET ${_expectedTarget})
|
22
|
-
list(APPEND _targetsNotDefined ${_expectedTarget})
|
23
|
-
endif()
|
24
|
-
if(TARGET ${_expectedTarget})
|
25
|
-
list(APPEND _targetsDefined ${_expectedTarget})
|
26
|
-
endif()
|
27
|
-
endforeach()
|
28
|
-
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
|
29
|
-
unset(_targetsDefined)
|
30
|
-
unset(_targetsNotDefined)
|
31
|
-
unset(_expectedTargets)
|
32
|
-
set(CMAKE_IMPORT_FILE_VERSION)
|
33
|
-
cmake_policy(POP)
|
34
|
-
return()
|
35
|
-
endif()
|
36
|
-
if(NOT "${_targetsDefined}" STREQUAL "")
|
37
|
-
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
|
38
|
-
endif()
|
39
|
-
unset(_targetsDefined)
|
40
|
-
unset(_targetsNotDefined)
|
41
|
-
unset(_expectedTargets)
|
42
|
-
|
43
|
-
|
44
|
-
# Compute the installation prefix relative to this file.
|
45
|
-
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
46
|
-
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
47
|
-
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
48
|
-
if(_IMPORT_PREFIX STREQUAL "/")
|
49
|
-
set(_IMPORT_PREFIX "")
|
50
|
-
endif()
|
51
|
-
|
52
|
-
# Create imported target cmark
|
53
|
-
add_executable(cmark IMPORTED)
|
54
|
-
|
55
|
-
# Create imported target libcmark
|
56
|
-
add_library(libcmark SHARED IMPORTED)
|
57
|
-
|
58
|
-
# Create imported target libcmark_static
|
59
|
-
add_library(libcmark_static STATIC IMPORTED)
|
60
|
-
|
61
|
-
# Load information for each installed configuration.
|
62
|
-
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
63
|
-
file(GLOB CONFIG_FILES "${_DIR}/cmark-*.cmake")
|
64
|
-
foreach(f ${CONFIG_FILES})
|
65
|
-
include(${f})
|
66
|
-
endforeach()
|
67
|
-
|
68
|
-
# Cleanup temporary variables.
|
69
|
-
set(_IMPORT_PREFIX)
|
70
|
-
|
71
|
-
# Loop over all imported files and verify that they actually exist
|
72
|
-
foreach(target ${_IMPORT_CHECK_TARGETS} )
|
73
|
-
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
74
|
-
if(NOT EXISTS "${file}" )
|
75
|
-
message(FATAL_ERROR "The imported target \"${target}\" references the file
|
76
|
-
\"${file}\"
|
77
|
-
but this file does not exist. Possible reasons include:
|
78
|
-
* The file was deleted, renamed, or moved to another location.
|
79
|
-
* An install or uninstall procedure did not complete successfully.
|
80
|
-
* The installation package was faulty and contained
|
81
|
-
\"${CMAKE_CURRENT_LIST_FILE}\"
|
82
|
-
but not all the files it references.
|
83
|
-
")
|
84
|
-
endif()
|
85
|
-
endforeach()
|
86
|
-
unset(_IMPORT_CHECK_FILES_FOR_${target})
|
87
|
-
endforeach()
|
88
|
-
unset(_IMPORT_CHECK_TARGETS)
|
89
|
-
|
90
|
-
# This file does not depend on other imported targets which have
|
91
|
-
# been exported from the same project but in a separate export set.
|
92
|
-
|
93
|
-
# Commands beyond this point should not need to know the version.
|
94
|
-
set(CMAKE_IMPORT_FILE_VERSION)
|
95
|
-
cmake_policy(POP)
|
@@ -1,29 +0,0 @@
|
|
1
|
-
# The set of languages for which implicit dependencies are needed:
|
2
|
-
set(CMAKE_DEPENDS_LANGUAGES
|
3
|
-
"C"
|
4
|
-
)
|
5
|
-
# The set of files for implicit dependencies of each language:
|
6
|
-
set(CMAKE_DEPENDS_CHECK_C
|
7
|
-
"/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/src/main.c" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/main.c.o"
|
8
|
-
)
|
9
|
-
set(CMAKE_C_COMPILER_ID "Clang")
|
10
|
-
|
11
|
-
# Preprocessor definitions for this target.
|
12
|
-
set(CMAKE_TARGET_DEFINITIONS_C
|
13
|
-
"LIBDIR=\"/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build\""
|
14
|
-
)
|
15
|
-
|
16
|
-
# The include file search paths:
|
17
|
-
set(CMAKE_C_TARGET_INCLUDE_PATH
|
18
|
-
"../src/."
|
19
|
-
"src"
|
20
|
-
)
|
21
|
-
|
22
|
-
# Targets to which this target links.
|
23
|
-
set(CMAKE_TARGET_LINKED_INFO_FILES
|
24
|
-
"/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake"
|
25
|
-
"/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/DependInfo.cmake"
|
26
|
-
)
|
27
|
-
|
28
|
-
# Fortran module output directory.
|
29
|
-
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@@ -1,115 +0,0 @@
|
|
1
|
-
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
3
|
-
|
4
|
-
# Delete rule output on recipe failure.
|
5
|
-
.DELETE_ON_ERROR:
|
6
|
-
|
7
|
-
|
8
|
-
#=============================================================================
|
9
|
-
# Special targets provided by cmake.
|
10
|
-
|
11
|
-
# Disable implicit rules so canonical targets will work.
|
12
|
-
.SUFFIXES:
|
13
|
-
|
14
|
-
|
15
|
-
# Remove some rules from gmake that .SUFFIXES does not remove.
|
16
|
-
SUFFIXES =
|
17
|
-
|
18
|
-
.SUFFIXES: .hpux_make_needs_suffix_list
|
19
|
-
|
20
|
-
|
21
|
-
# Suppress display of executed commands.
|
22
|
-
$(VERBOSE).SILENT:
|
23
|
-
|
24
|
-
|
25
|
-
# A target that is always out of date.
|
26
|
-
cmake_force:
|
27
|
-
|
28
|
-
.PHONY : cmake_force
|
29
|
-
|
30
|
-
#=============================================================================
|
31
|
-
# Set environment variables for the build.
|
32
|
-
|
33
|
-
# The shell in which to execute make rules.
|
34
|
-
SHELL = /bin/sh
|
35
|
-
|
36
|
-
# The CMake executable.
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
|
38
|
-
|
39
|
-
# The command to remove a file.
|
40
|
-
RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
|
41
|
-
|
42
|
-
# Escaping for special characters.
|
43
|
-
EQUALS = =
|
44
|
-
|
45
|
-
# The top-level source directory on which CMake was run.
|
46
|
-
CMAKE_SOURCE_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark
|
47
|
-
|
48
|
-
# The top-level build directory on which CMake was run.
|
49
|
-
CMAKE_BINARY_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build
|
50
|
-
|
51
|
-
# Include any dependencies generated for this target.
|
52
|
-
include src/CMakeFiles/cmark.dir/depend.make
|
53
|
-
|
54
|
-
# Include the progress variables for this target.
|
55
|
-
include src/CMakeFiles/cmark.dir/progress.make
|
56
|
-
|
57
|
-
# Include the compile flags for this target's objects.
|
58
|
-
include src/CMakeFiles/cmark.dir/flags.make
|
59
|
-
|
60
|
-
src/CMakeFiles/cmark.dir/main.c.o: src/CMakeFiles/cmark.dir/flags.make
|
61
|
-
src/CMakeFiles/cmark.dir/main.c.o: ../src/main.c
|
62
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object src/CMakeFiles/cmark.dir/main.c.o"
|
63
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/main.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/src/main.c
|
64
|
-
|
65
|
-
src/CMakeFiles/cmark.dir/main.c.i: cmake_force
|
66
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/main.c.i"
|
67
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/src/main.c > CMakeFiles/cmark.dir/main.c.i
|
68
|
-
|
69
|
-
src/CMakeFiles/cmark.dir/main.c.s: cmake_force
|
70
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/main.c.s"
|
71
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/src/main.c -o CMakeFiles/cmark.dir/main.c.s
|
72
|
-
|
73
|
-
src/CMakeFiles/cmark.dir/main.c.o.requires:
|
74
|
-
|
75
|
-
.PHONY : src/CMakeFiles/cmark.dir/main.c.o.requires
|
76
|
-
|
77
|
-
src/CMakeFiles/cmark.dir/main.c.o.provides: src/CMakeFiles/cmark.dir/main.c.o.requires
|
78
|
-
$(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/main.c.o.provides.build
|
79
|
-
.PHONY : src/CMakeFiles/cmark.dir/main.c.o.provides
|
80
|
-
|
81
|
-
src/CMakeFiles/cmark.dir/main.c.o.provides.build: src/CMakeFiles/cmark.dir/main.c.o
|
82
|
-
|
83
|
-
|
84
|
-
# Object files for target cmark
|
85
|
-
cmark_OBJECTS = \
|
86
|
-
"CMakeFiles/cmark.dir/main.c.o"
|
87
|
-
|
88
|
-
# External object files for target cmark
|
89
|
-
cmark_EXTERNAL_OBJECTS =
|
90
|
-
|
91
|
-
src/cmark: src/CMakeFiles/cmark.dir/main.c.o
|
92
|
-
src/cmark: src/CMakeFiles/cmark.dir/build.make
|
93
|
-
src/cmark: src/libcmark.0.27.1.dylib
|
94
|
-
src/cmark: extensions/libcmarkextensions.a
|
95
|
-
src/cmark: src/CMakeFiles/cmark.dir/link.txt
|
96
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cmark"
|
97
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cmark.dir/link.txt --verbose=$(VERBOSE)
|
98
|
-
|
99
|
-
# Rule to build all files generated by this target.
|
100
|
-
src/CMakeFiles/cmark.dir/build: src/cmark
|
101
|
-
|
102
|
-
.PHONY : src/CMakeFiles/cmark.dir/build
|
103
|
-
|
104
|
-
src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/main.c.o.requires
|
105
|
-
|
106
|
-
.PHONY : src/CMakeFiles/cmark.dir/requires
|
107
|
-
|
108
|
-
src/CMakeFiles/cmark.dir/clean:
|
109
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src && $(CMAKE_COMMAND) -P CMakeFiles/cmark.dir/cmake_clean.cmake
|
110
|
-
.PHONY : src/CMakeFiles/cmark.dir/clean
|
111
|
-
|
112
|
-
src/CMakeFiles/cmark.dir/depend:
|
113
|
-
cd /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/src /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake --color=$(COLOR)
|
114
|
-
.PHONY : src/CMakeFiles/cmark.dir/depend
|
115
|
-
|