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 +1 @@
|
|
1
|
-
/usr/bin/c++ -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/api_test.dir/cplusplus.cpp.o CMakeFiles/api_test.dir/harness.c.o CMakeFiles/api_test.dir/main.c.o -o api_test ../src/libcmark.0.22.0.dylib
|
1
|
+
/usr/bin/c++ -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/api_test.dir/cplusplus.cpp.o CMakeFiles/api_test.dir/harness.c.o CMakeFiles/api_test.dir/main.c.o -o api_test ../src/libcmark.0.22.0.dylib -Wl,-rpath,/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
24
|
@@ -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,6 +56,28 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/c
|
|
50
56
|
#=============================================================================
|
51
57
|
# Targets provided globally by CMake.
|
52
58
|
|
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
|
64
|
+
|
65
|
+
# Special rule for the target test
|
66
|
+
test/fast: test
|
67
|
+
|
68
|
+
.PHONY : test/fast
|
69
|
+
|
70
|
+
# Special rule for the target install/local
|
71
|
+
install/local: preinstall
|
72
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
73
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
74
|
+
.PHONY : install/local
|
75
|
+
|
76
|
+
# Special rule for the target install/local
|
77
|
+
install/local/fast: install/local
|
78
|
+
|
79
|
+
.PHONY : install/local/fast
|
80
|
+
|
53
81
|
# Special rule for the target edit_cache
|
54
82
|
edit_cache:
|
55
83
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
@@ -58,68 +86,52 @@ edit_cache:
|
|
58
86
|
|
59
87
|
# Special rule for the target edit_cache
|
60
88
|
edit_cache/fast: edit_cache
|
89
|
+
|
61
90
|
.PHONY : edit_cache/fast
|
62
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.3.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 list_install_components
|
104
|
+
list_install_components:
|
105
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
106
|
+
.PHONY : list_install_components
|
107
|
+
|
108
|
+
# Special rule for the target list_install_components
|
109
|
+
list_install_components/fast: list_install_components
|
110
|
+
|
111
|
+
.PHONY : list_install_components/fast
|
112
|
+
|
63
113
|
# Special rule for the target install
|
64
114
|
install: preinstall
|
65
115
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
66
|
-
/usr/local/Cellar/cmake/
|
116
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -P cmake_install.cmake
|
67
117
|
.PHONY : install
|
68
118
|
|
69
119
|
# Special rule for the target install
|
70
120
|
install/fast: preinstall/fast
|
71
121
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
72
|
-
/usr/local/Cellar/cmake/
|
122
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -P cmake_install.cmake
|
73
123
|
.PHONY : install/fast
|
74
124
|
|
75
|
-
# Special rule for the target install/local
|
76
|
-
install/local: preinstall
|
77
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
78
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
79
|
-
.PHONY : install/local
|
80
|
-
|
81
|
-
# Special rule for the target install/local
|
82
|
-
install/local/fast: install/local
|
83
|
-
.PHONY : install/local/fast
|
84
|
-
|
85
125
|
# Special rule for the target install/strip
|
86
126
|
install/strip: preinstall
|
87
127
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
88
|
-
/usr/local/Cellar/cmake/
|
128
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
89
129
|
.PHONY : install/strip
|
90
130
|
|
91
131
|
# Special rule for the target install/strip
|
92
132
|
install/strip/fast: install/strip
|
93
|
-
.PHONY : install/strip/fast
|
94
|
-
|
95
|
-
# Special rule for the target list_install_components
|
96
|
-
list_install_components:
|
97
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
98
|
-
.PHONY : list_install_components
|
99
|
-
|
100
|
-
# Special rule for the target list_install_components
|
101
|
-
list_install_components/fast: list_install_components
|
102
|
-
.PHONY : list_install_components/fast
|
103
133
|
|
104
|
-
|
105
|
-
rebuild_cache:
|
106
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
107
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
108
|
-
.PHONY : rebuild_cache
|
109
|
-
|
110
|
-
# Special rule for the target rebuild_cache
|
111
|
-
rebuild_cache/fast: rebuild_cache
|
112
|
-
.PHONY : rebuild_cache/fast
|
113
|
-
|
114
|
-
# Special rule for the target test
|
115
|
-
test:
|
116
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
117
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/ctest --force-new-ctest-process $(ARGS)
|
118
|
-
.PHONY : test
|
119
|
-
|
120
|
-
# Special rule for the target test
|
121
|
-
test/fast: test
|
122
|
-
.PHONY : test/fast
|
134
|
+
.PHONY : install/strip/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 @@ api_test/CMakeFiles/api_test.dir/rule:
|
|
159
172
|
|
160
173
|
# Convenience name for target.
|
161
174
|
api_test: api_test/CMakeFiles/api_test.dir/rule
|
175
|
+
|
162
176
|
.PHONY : api_test
|
163
177
|
|
164
178
|
# fast build rule for target.
|
@@ -167,6 +181,7 @@ api_test/fast:
|
|
167
181
|
.PHONY : api_test/fast
|
168
182
|
|
169
183
|
cplusplus.o: cplusplus.cpp.o
|
184
|
+
|
170
185
|
.PHONY : cplusplus.o
|
171
186
|
|
172
187
|
# target to build an object file
|
@@ -175,6 +190,7 @@ cplusplus.cpp.o:
|
|
175
190
|
.PHONY : cplusplus.cpp.o
|
176
191
|
|
177
192
|
cplusplus.i: cplusplus.cpp.i
|
193
|
+
|
178
194
|
.PHONY : cplusplus.i
|
179
195
|
|
180
196
|
# target to preprocess a source file
|
@@ -183,6 +199,7 @@ cplusplus.cpp.i:
|
|
183
199
|
.PHONY : cplusplus.cpp.i
|
184
200
|
|
185
201
|
cplusplus.s: cplusplus.cpp.s
|
202
|
+
|
186
203
|
.PHONY : cplusplus.s
|
187
204
|
|
188
205
|
# target to generate assembly for a file
|
@@ -191,6 +208,7 @@ cplusplus.cpp.s:
|
|
191
208
|
.PHONY : cplusplus.cpp.s
|
192
209
|
|
193
210
|
harness.o: harness.c.o
|
211
|
+
|
194
212
|
.PHONY : harness.o
|
195
213
|
|
196
214
|
# target to build an object file
|
@@ -199,6 +217,7 @@ harness.c.o:
|
|
199
217
|
.PHONY : harness.c.o
|
200
218
|
|
201
219
|
harness.i: harness.c.i
|
220
|
+
|
202
221
|
.PHONY : harness.i
|
203
222
|
|
204
223
|
# target to preprocess a source file
|
@@ -207,6 +226,7 @@ harness.c.i:
|
|
207
226
|
.PHONY : harness.c.i
|
208
227
|
|
209
228
|
harness.s: harness.c.s
|
229
|
+
|
210
230
|
.PHONY : harness.s
|
211
231
|
|
212
232
|
# target to generate assembly for a file
|
@@ -215,6 +235,7 @@ harness.c.s:
|
|
215
235
|
.PHONY : harness.c.s
|
216
236
|
|
217
237
|
main.o: main.c.o
|
238
|
+
|
218
239
|
.PHONY : main.o
|
219
240
|
|
220
241
|
# target to build an object file
|
@@ -223,6 +244,7 @@ main.c.o:
|
|
223
244
|
.PHONY : main.c.o
|
224
245
|
|
225
246
|
main.i: main.c.i
|
247
|
+
|
226
248
|
.PHONY : main.i
|
227
249
|
|
228
250
|
# target to preprocess a source file
|
@@ -231,6 +253,7 @@ main.c.i:
|
|
231
253
|
.PHONY : main.c.i
|
232
254
|
|
233
255
|
main.s: main.c.s
|
256
|
+
|
234
257
|
.PHONY : main.s
|
235
258
|
|
236
259
|
# target to generate assembly for a file
|
@@ -244,14 +267,14 @@ help:
|
|
244
267
|
@echo "... all (the default if no target is provided)"
|
245
268
|
@echo "... clean"
|
246
269
|
@echo "... depend"
|
247
|
-
@echo "...
|
270
|
+
@echo "... test"
|
271
|
+
@echo "... install/local"
|
248
272
|
@echo "... edit_cache"
|
273
|
+
@echo "... rebuild_cache"
|
274
|
+
@echo "... list_install_components"
|
249
275
|
@echo "... install"
|
250
|
-
@echo "... install/local"
|
251
276
|
@echo "... install/strip"
|
252
|
-
@echo "...
|
253
|
-
@echo "... rebuild_cache"
|
254
|
-
@echo "... test"
|
277
|
+
@echo "... api_test"
|
255
278
|
@echo "... cplusplus.o"
|
256
279
|
@echo "... cplusplus.i"
|
257
280
|
@echo "... cplusplus.s"
|
@@ -1,29 +1,29 @@
|
|
1
1
|
# Install script for directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test
|
2
2
|
|
3
3
|
# Set the install prefix
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
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
8
|
|
9
9
|
# Set the install configuration name.
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
11
|
+
if(BUILD_TYPE)
|
12
|
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
13
13
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
14
|
+
else()
|
15
|
+
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
16
|
+
endif()
|
17
|
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
18
|
+
endif()
|
19
19
|
|
20
20
|
# Set the component getting installed.
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
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
29
|
|
@@ -1,48 +1,48 @@
|
|
1
1
|
# Install script for directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
|
2
2
|
|
3
3
|
# Set the install prefix
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
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
8
|
|
9
9
|
# Set the install configuration name.
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
11
|
+
if(BUILD_TYPE)
|
12
|
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
13
13
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
14
|
+
else()
|
15
|
+
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
16
|
+
endif()
|
17
|
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
18
|
+
endif()
|
19
19
|
|
20
20
|
# Set the component getting installed.
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
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
29
|
|
30
|
-
|
30
|
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
31
31
|
# Include the install script for each subdirectory.
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
32
|
+
include("/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/cmake_install.cmake")
|
33
|
+
include("/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test/cmake_install.cmake")
|
34
|
+
include("/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/man/cmake_install.cmake")
|
35
|
+
include("/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/testdir/cmake_install.cmake")
|
36
36
|
|
37
|
-
|
37
|
+
endif()
|
38
38
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
39
|
+
if(CMAKE_INSTALL_COMPONENT)
|
40
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
41
|
+
else()
|
42
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
43
|
+
endif()
|
44
44
|
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
45
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
46
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
47
|
+
file(WRITE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/${CMAKE_INSTALL_MANIFEST}"
|
48
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
@@ -1,16 +1,16 @@
|
|
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
|
# Relative path conversion top directories.
|
5
|
-
|
6
|
-
|
5
|
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark")
|
6
|
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build")
|
7
7
|
|
8
8
|
# Force unix paths in dependencies.
|
9
|
-
|
9
|
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
10
10
|
|
11
11
|
|
12
12
|
# The C and CXX include file regular expressions for this directory.
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
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})
|