commonmarker 0.2.0 → 0.2.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.

Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +5 -5
  3. data/ext/commonmarker/cmark/build/CMakeCache.txt +299 -0
  4. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake +55 -0
  5. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CMakeCXXCompiler.cmake +56 -0
  6. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_C.bin +0 -0
  7. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_CXX.bin +0 -0
  8. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CMakeSystem.cmake +15 -0
  9. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c +393 -0
  10. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CompilerIdC/a.out +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.cpp +375 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/2.8.10.1/CompilerIdCXX/a.out +0 -0
  13. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  14. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +30 -0
  15. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +301 -0
  16. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +95 -0
  17. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +271 -0
  18. data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +4 -0
  19. data/ext/commonmarker/cmark/build/CMakeFiles/cmake.check_cache +1 -0
  20. data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +1 -0
  21. data/ext/commonmarker/cmark/build/CTestTestfile.cmake +10 -0
  22. data/ext/commonmarker/cmark/build/Makefile +237 -0
  23. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  24. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +29 -0
  25. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +158 -0
  26. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +12 -0
  27. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/depend.make +2 -0
  28. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +13 -0
  29. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -0
  30. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +4 -0
  31. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +1 -0
  32. data/ext/commonmarker/cmark/build/api_test/Makefile +277 -0
  33. data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +29 -0
  34. data/ext/commonmarker/cmark/build/cmake_install.cmake +48 -0
  35. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  36. data/ext/commonmarker/cmark/build/man/CMakeFiles/progress.marks +1 -0
  37. data/ext/commonmarker/cmark/build/man/Makefile +181 -0
  38. data/ext/commonmarker/cmark/build/man/cmake_install.cmake +37 -0
  39. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  40. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +39 -0
  41. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +547 -0
  42. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +27 -0
  43. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/depend.make +2 -0
  44. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +10 -0
  45. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +1 -0
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +19 -0
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +44 -0
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +524 -0
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +27 -0
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/depend.make +2 -0
  51. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +8 -0
  52. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -0
  53. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +18 -0
  54. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +396 -0
  55. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +38 -0
  56. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  57. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/buffer.c.o +0 -0
  58. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +522 -0
  59. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +26 -0
  60. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +3 -0
  61. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  62. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
  63. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
  64. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +169 -0
  65. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +169 -0
  66. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +10 -0
  67. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
  68. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
  69. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
  70. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
  71. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  72. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
  73. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +2 -0
  74. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
  75. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  76. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +18 -0
  77. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  78. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  79. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
  80. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
  81. data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +1 -0
  82. data/ext/commonmarker/cmark/build/src/Makefile +814 -0
  83. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +72 -0
  84. data/ext/commonmarker/cmark/build/src/cmark_export.h +35 -0
  85. data/ext/commonmarker/cmark/build/src/cmark_version.h +7 -0
  86. data/ext/commonmarker/cmark/build/src/config.h +25 -0
  87. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  88. data/ext/commonmarker/cmark/build/src/libcmark.pc +10 -0
  89. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  90. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/progress.marks +1 -0
  91. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +12 -0
  92. data/ext/commonmarker/cmark/build/testdir/Makefile +181 -0
  93. data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +29 -0
  94. data/ext/commonmarker/commonmarker.c +24 -20
  95. data/ext/commonmarker/commonmarker.c.orig +1012 -0
  96. data/lib/commonmarker.rb +2 -1
  97. data/lib/commonmarker/version.rb +1 -1
  98. data/test/fixtures/curly.md +1 -0
  99. data/test/test_encoding.rb +10 -0
  100. data/test/test_helper.rb +2 -0
  101. metadata +98 -2
@@ -0,0 +1,12 @@
1
+ FILE(REMOVE_RECURSE
2
+ "CMakeFiles/api_test.dir/cplusplus.cpp.o"
3
+ "CMakeFiles/api_test.dir/harness.c.o"
4
+ "CMakeFiles/api_test.dir/main.c.o"
5
+ "api_test.pdb"
6
+ "api_test"
7
+ )
8
+
9
+ # Per-language clean rules from dependency scanning.
10
+ FOREACH(lang C CXX)
11
+ INCLUDE(CMakeFiles/api_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
12
+ ENDFOREACH(lang)
@@ -0,0 +1,2 @@
1
+ # Empty dependencies file for api_test.
2
+ # This may be replaced when dependencies are built.
@@ -0,0 +1,13 @@
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
+
4
+ # compile C with /usr/bin/cc
5
+ # compile CXX with /usr/bin/c++
6
+ C_FLAGS = -fPIC -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src
7
+
8
+ C_DEFINES =
9
+
10
+ CXX_FLAGS = -O3 -DNDEBUG -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src -I/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src
11
+
12
+ CXX_DEFINES =
13
+
@@ -0,0 +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.20.0.dylib
@@ -0,0 +1,4 @@
1
+ CMAKE_PROGRESS_1 = 1
2
+ CMAKE_PROGRESS_2 = 2
3
+ CMAKE_PROGRESS_3 = 3
4
+
@@ -0,0 +1,277 @@
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
+
4
+ # Default target executed when no arguments are given to make.
5
+ default_target: all
6
+ .PHONY : default_target
7
+
8
+ #=============================================================================
9
+ # Special targets provided by cmake.
10
+
11
+ # Disable implicit rules so canonical targets will work.
12
+ .SUFFIXES:
13
+
14
+ # Remove some rules from gmake that .SUFFIXES does not remove.
15
+ SUFFIXES =
16
+
17
+ .SUFFIXES: .hpux_make_needs_suffix_list
18
+
19
+ # Suppress display of executed commands.
20
+ $(VERBOSE).SILENT:
21
+
22
+ # A target that is always out of date.
23
+ cmake_force:
24
+ .PHONY : cmake_force
25
+
26
+ #=============================================================================
27
+ # Set environment variables for the build.
28
+
29
+ # The shell in which to execute make rules.
30
+ SHELL = /bin/sh
31
+
32
+ # The CMake executable.
33
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake
34
+
35
+ # The command to remove a file.
36
+ RM = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E remove -f
37
+
38
+ # Escaping for special characters.
39
+ EQUALS = =
40
+
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
+ # The top-level source directory on which CMake was run.
45
+ CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
46
+
47
+ # The top-level build directory on which CMake was run.
48
+ CMAKE_BINARY_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
49
+
50
+ #=============================================================================
51
+ # Targets provided globally by CMake.
52
+
53
+ # Special rule for the target edit_cache
54
+ edit_cache:
55
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
56
+ /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
57
+ .PHONY : edit_cache
58
+
59
+ # Special rule for the target edit_cache
60
+ edit_cache/fast: edit_cache
61
+ .PHONY : edit_cache/fast
62
+
63
+ # Special rule for the target install
64
+ install: preinstall
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
68
+
69
+ # Special rule for the target install
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
74
+
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
+ # Special rule for the target install/strip
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
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
+
104
+ # Special rule for the target rebuild_cache
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
123
+
124
+ # The main all target
125
+ all: cmake_check_build_system
126
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks
127
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 api_test/all
128
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles 0
129
+ .PHONY : all
130
+
131
+ # The main clean target
132
+ clean:
133
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 api_test/clean
134
+ .PHONY : clean
135
+
136
+ # The main clean target
137
+ clean/fast: clean
138
+ .PHONY : clean/fast
139
+
140
+ # Prepare targets for installation.
141
+ preinstall: all
142
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 api_test/preinstall
143
+ .PHONY : preinstall
144
+
145
+ # Prepare targets for installation.
146
+ preinstall/fast:
147
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 api_test/preinstall
148
+ .PHONY : preinstall/fast
149
+
150
+ # clear depends
151
+ depend:
152
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
153
+ .PHONY : depend
154
+
155
+ # Convenience name for target.
156
+ api_test/CMakeFiles/api_test.dir/rule:
157
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 api_test/CMakeFiles/api_test.dir/rule
158
+ .PHONY : api_test/CMakeFiles/api_test.dir/rule
159
+
160
+ # Convenience name for target.
161
+ api_test: api_test/CMakeFiles/api_test.dir/rule
162
+ .PHONY : api_test
163
+
164
+ # fast build rule for target.
165
+ api_test/fast:
166
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/build
167
+ .PHONY : api_test/fast
168
+
169
+ cplusplus.o: cplusplus.cpp.o
170
+ .PHONY : cplusplus.o
171
+
172
+ # target to build an object file
173
+ cplusplus.cpp.o:
174
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o
175
+ .PHONY : cplusplus.cpp.o
176
+
177
+ cplusplus.i: cplusplus.cpp.i
178
+ .PHONY : cplusplus.i
179
+
180
+ # target to preprocess a source file
181
+ cplusplus.cpp.i:
182
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/cplusplus.cpp.i
183
+ .PHONY : cplusplus.cpp.i
184
+
185
+ cplusplus.s: cplusplus.cpp.s
186
+ .PHONY : cplusplus.s
187
+
188
+ # target to generate assembly for a file
189
+ cplusplus.cpp.s:
190
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/cplusplus.cpp.s
191
+ .PHONY : cplusplus.cpp.s
192
+
193
+ harness.o: harness.c.o
194
+ .PHONY : harness.o
195
+
196
+ # target to build an object file
197
+ harness.c.o:
198
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/harness.c.o
199
+ .PHONY : harness.c.o
200
+
201
+ harness.i: harness.c.i
202
+ .PHONY : harness.i
203
+
204
+ # target to preprocess a source file
205
+ harness.c.i:
206
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/harness.c.i
207
+ .PHONY : harness.c.i
208
+
209
+ harness.s: harness.c.s
210
+ .PHONY : harness.s
211
+
212
+ # target to generate assembly for a file
213
+ harness.c.s:
214
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/harness.c.s
215
+ .PHONY : harness.c.s
216
+
217
+ main.o: main.c.o
218
+ .PHONY : main.o
219
+
220
+ # target to build an object file
221
+ main.c.o:
222
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/main.c.o
223
+ .PHONY : main.c.o
224
+
225
+ main.i: main.c.i
226
+ .PHONY : main.i
227
+
228
+ # target to preprocess a source file
229
+ main.c.i:
230
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/main.c.i
231
+ .PHONY : main.c.i
232
+
233
+ main.s: main.c.s
234
+ .PHONY : main.s
235
+
236
+ # target to generate assembly for a file
237
+ main.c.s:
238
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f api_test/CMakeFiles/api_test.dir/build.make api_test/CMakeFiles/api_test.dir/main.c.s
239
+ .PHONY : main.c.s
240
+
241
+ # Help Target
242
+ help:
243
+ @echo "The following are some of the valid targets for this Makefile:"
244
+ @echo "... all (the default if no target is provided)"
245
+ @echo "... clean"
246
+ @echo "... depend"
247
+ @echo "... api_test"
248
+ @echo "... edit_cache"
249
+ @echo "... install"
250
+ @echo "... install/local"
251
+ @echo "... install/strip"
252
+ @echo "... list_install_components"
253
+ @echo "... rebuild_cache"
254
+ @echo "... test"
255
+ @echo "... cplusplus.o"
256
+ @echo "... cplusplus.i"
257
+ @echo "... cplusplus.s"
258
+ @echo "... harness.o"
259
+ @echo "... harness.i"
260
+ @echo "... harness.s"
261
+ @echo "... main.o"
262
+ @echo "... main.i"
263
+ @echo "... main.s"
264
+ .PHONY : help
265
+
266
+
267
+
268
+ #=============================================================================
269
+ # Special targets to cleanup operation of make.
270
+
271
+ # Special rule to run CMake to check the build system integrity.
272
+ # No rule that depends on this can have commands that come from listfiles
273
+ # because they might be regenerated.
274
+ cmake_check_build_system:
275
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
276
+ .PHONY : cmake_check_build_system
277
+
@@ -0,0 +1,29 @@
1
+ # Install script for directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test
2
+
3
+ # Set the install prefix
4
+ IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
+ SET(CMAKE_INSTALL_PREFIX "/usr/local")
6
+ ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
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(BUILD_TYPE)
15
+ SET(CMAKE_INSTALL_CONFIG_NAME "Release")
16
+ ENDIF(BUILD_TYPE)
17
+ MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18
+ ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
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(COMPONENT)
26
+ SET(CMAKE_INSTALL_COMPONENT)
27
+ ENDIF(COMPONENT)
28
+ ENDIF(NOT CMAKE_INSTALL_COMPONENT)
29
+
@@ -0,0 +1,48 @@
1
+ # Install script for directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
2
+
3
+ # Set the install prefix
4
+ IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
+ SET(CMAKE_INSTALL_PREFIX "/usr/local")
6
+ ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
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(BUILD_TYPE)
15
+ SET(CMAKE_INSTALL_CONFIG_NAME "Release")
16
+ ENDIF(BUILD_TYPE)
17
+ MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18
+ ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
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(COMPONENT)
26
+ SET(CMAKE_INSTALL_COMPONENT)
27
+ ENDIF(COMPONENT)
28
+ ENDIF(NOT CMAKE_INSTALL_COMPONENT)
29
+
30
+ IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
31
+ # Include the install script for each subdirectory.
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
+
37
+ ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
38
+
39
+ IF(CMAKE_INSTALL_COMPONENT)
40
+ SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
41
+ ELSE(CMAKE_INSTALL_COMPONENT)
42
+ SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
43
+ ENDIF(CMAKE_INSTALL_COMPONENT)
44
+
45
+ FILE(WRITE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/${CMAKE_INSTALL_MANIFEST}" "")
46
+ FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
47
+ FILE(APPEND "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
48
+ ENDFOREACH(file)
@@ -0,0 +1,16 @@
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
+
4
+ # Relative path conversion top directories.
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
+
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})
@@ -0,0 +1,181 @@
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
+
4
+ # Default target executed when no arguments are given to make.
5
+ default_target: all
6
+ .PHONY : default_target
7
+
8
+ #=============================================================================
9
+ # Special targets provided by cmake.
10
+
11
+ # Disable implicit rules so canonical targets will work.
12
+ .SUFFIXES:
13
+
14
+ # Remove some rules from gmake that .SUFFIXES does not remove.
15
+ SUFFIXES =
16
+
17
+ .SUFFIXES: .hpux_make_needs_suffix_list
18
+
19
+ # Suppress display of executed commands.
20
+ $(VERBOSE).SILENT:
21
+
22
+ # A target that is always out of date.
23
+ cmake_force:
24
+ .PHONY : cmake_force
25
+
26
+ #=============================================================================
27
+ # Set environment variables for the build.
28
+
29
+ # The shell in which to execute make rules.
30
+ SHELL = /bin/sh
31
+
32
+ # The CMake executable.
33
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake
34
+
35
+ # The command to remove a file.
36
+ RM = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E remove -f
37
+
38
+ # Escaping for special characters.
39
+ EQUALS = =
40
+
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
+ # The top-level source directory on which CMake was run.
45
+ CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
46
+
47
+ # The top-level build directory on which CMake was run.
48
+ CMAKE_BINARY_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
49
+
50
+ #=============================================================================
51
+ # Targets provided globally by CMake.
52
+
53
+ # Special rule for the target edit_cache
54
+ edit_cache:
55
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
56
+ /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
57
+ .PHONY : edit_cache
58
+
59
+ # Special rule for the target edit_cache
60
+ edit_cache/fast: edit_cache
61
+ .PHONY : edit_cache/fast
62
+
63
+ # Special rule for the target install
64
+ install: preinstall
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
68
+
69
+ # Special rule for the target install
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
74
+
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
+ # Special rule for the target install/strip
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
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
+
104
+ # Special rule for the target rebuild_cache
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
123
+
124
+ # The main all target
125
+ all: cmake_check_build_system
126
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/man/CMakeFiles/progress.marks
127
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/all
128
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles 0
129
+ .PHONY : all
130
+
131
+ # The main clean target
132
+ clean:
133
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/clean
134
+ .PHONY : clean
135
+
136
+ # The main clean target
137
+ clean/fast: clean
138
+ .PHONY : clean/fast
139
+
140
+ # Prepare targets for installation.
141
+ preinstall: all
142
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
143
+ .PHONY : preinstall
144
+
145
+ # Prepare targets for installation.
146
+ preinstall/fast:
147
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
148
+ .PHONY : preinstall/fast
149
+
150
+ # clear depends
151
+ depend:
152
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
153
+ .PHONY : depend
154
+
155
+ # Help Target
156
+ help:
157
+ @echo "The following are some of the valid targets for this Makefile:"
158
+ @echo "... all (the default if no target is provided)"
159
+ @echo "... clean"
160
+ @echo "... depend"
161
+ @echo "... edit_cache"
162
+ @echo "... install"
163
+ @echo "... install/local"
164
+ @echo "... install/strip"
165
+ @echo "... list_install_components"
166
+ @echo "... rebuild_cache"
167
+ @echo "... test"
168
+ .PHONY : help
169
+
170
+
171
+
172
+ #=============================================================================
173
+ # Special targets to cleanup operation of make.
174
+
175
+ # Special rule to run CMake to check the build system integrity.
176
+ # No rule that depends on this can have commands that come from listfiles
177
+ # because they might be regenerated.
178
+ cmake_check_build_system:
179
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
180
+ .PHONY : cmake_check_build_system
181
+