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.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -10
  3. data/ext/commonmarker/cmark/Makefile.nmake +2 -2
  4. data/ext/commonmarker/cmark/build/CMakeCache.txt +66 -23
  5. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeCCompiler.cmake +63 -0
  6. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeCXXCompiler.cmake +64 -0
  7. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeDetermineCompilerABI_C.bin +0 -0
  8. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
  9. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeSystem.cmake +15 -0
  10. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/CMakeCCompilerId.c +508 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/a.out +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +498 -0
  13. data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/a.out +0 -0
  14. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
  15. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +453 -0
  16. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +110 -59
  17. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +42 -18
  18. data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +1 -1
  19. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
  20. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +34 -0
  21. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +405 -0
  22. data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +1 -1
  23. data/ext/commonmarker/cmark/build/CTestTestfile.cmake +5 -5
  24. data/ext/commonmarker/cmark/build/Makefile +66 -53
  25. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
  26. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +17 -14
  27. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +23 -13
  28. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +4 -4
  29. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +1 -1
  30. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
  31. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +1 -0
  32. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +1 -1
  33. data/ext/commonmarker/cmark/build/api_test/Makefile +76 -53
  34. data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +20 -20
  35. data/ext/commonmarker/cmark/build/cmake_install.cmake +35 -35
  36. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
  37. data/ext/commonmarker/cmark/build/man/Makefile +65 -52
  38. data/ext/commonmarker/cmark/build/man/cmake_install.cmake +26 -26
  39. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
  40. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +8 -11
  41. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +134 -107
  42. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +4 -4
  43. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +2 -4
  44. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +21 -20
  45. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +11 -14
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +72 -45
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +4 -4
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +1 -1
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +20 -19
  51. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +8 -11
  52. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  53. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/buffer.c.o +0 -0
  54. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +128 -102
  55. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +4 -4
  56. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +1 -1
  57. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  58. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
  59. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
  60. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +1 -1
  61. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +1 -1
  62. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +2 -4
  63. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
  64. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
  65. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
  66. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
  67. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  68. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
  69. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
  70. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +1 -1
  71. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
  72. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  73. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +20 -19
  74. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  75. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/render.c.o +0 -0
  76. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  77. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
  78. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
  79. data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +1 -1
  80. data/ext/commonmarker/cmark/build/src/Makefile +127 -51
  81. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +44 -47
  82. data/ext/commonmarker/cmark/build/src/cmark_export.h +8 -2
  83. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  84. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
  85. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +7 -7
  86. data/ext/commonmarker/cmark/build/testdir/Makefile +65 -52
  87. data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +20 -20
  88. data/ext/commonmarker/cmark/src/commonmark.c +1 -1
  89. data/ext/commonmarker/cmark/src/xml.c +1 -1
  90. data/lib/commonmarker.rb +14 -7
  91. data/lib/commonmarker/config.rb +27 -19
  92. data/lib/commonmarker/version.rb +1 -1
  93. data/test/test_encoding.rb +2 -1
  94. data/test/test_linebreaks.rb +0 -6
  95. data/test/test_maliciousness.rb +10 -0
  96. data/test/test_smartpunct.rb +8 -1
  97. metadata +15 -3
@@ -2,9 +2,9 @@
2
2
  # Source directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
3
3
  # Build directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
4
4
  #
5
- # This file includes the relevent testing commands required for
5
+ # This file includes the relevant testing commands required for
6
6
  # testing this directory and lists subdirectories to be tested as well.
7
- SUBDIRS(src)
8
- SUBDIRS(api_test)
9
- SUBDIRS(man)
10
- SUBDIRS(testdir)
7
+ subdirs(src)
8
+ subdirs(api_test)
9
+ subdirs(man)
10
+ subdirs(testdir)
@@ -1,26 +1,35 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 2.8
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/2.8.10.1-boxen1/bin/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/2.8.10.1-boxen1/bin/cmake -E remove -f
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/2.8.10.1-boxen1/bin/cmake -P cmake_install.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/2.8.10.1-boxen1/bin/cmake -P cmake_install.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/2.8.10.1-boxen1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.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
-
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
133
 
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.
@@ -210,16 +223,16 @@ help:
210
223
  @echo "... all (the default if no target is provided)"
211
224
  @echo "... clean"
212
225
  @echo "... depend"
226
+ @echo "... test"
227
+ @echo "... install/local"
213
228
  @echo "... edit_cache"
229
+ @echo "... rebuild_cache"
230
+ @echo "... list_install_components"
214
231
  @echo "... install"
215
- @echo "... install/local"
216
232
  @echo "... install/strip"
217
- @echo "... list_install_components"
218
- @echo "... rebuild_cache"
219
- @echo "... test"
220
- @echo "... cmark"
221
233
  @echo "... libcmark"
222
234
  @echo "... libcmark_static"
235
+ @echo "... cmark"
223
236
  @echo "... api_test"
224
237
  .PHONY : help
225
238
 
@@ -1,16 +1,16 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 2.8
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.3
3
3
 
4
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")
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
- SET(CMAKE_FORCE_UNIX_PATHS 1)
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
- 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})
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,29 +1,32 @@
1
1
  # The set of languages for which implicit dependencies are needed:
2
- SET(CMAKE_DEPENDS_LANGUAGES
2
+ set(CMAKE_DEPENDS_LANGUAGES
3
3
  "C"
4
4
  "CXX"
5
5
  )
6
6
  # The set of files for implicit dependencies of each language:
7
- SET(CMAKE_DEPENDS_CHECK_C
7
+ set(CMAKE_DEPENDS_CHECK_C
8
8
  "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/harness.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/harness.c.o"
9
9
  "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/main.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/main.c.o"
10
10
  )
11
- SET(CMAKE_C_COMPILER_ID "Clang")
12
- SET(CMAKE_DEPENDS_CHECK_CXX
13
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/cplusplus.cpp" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o"
14
- )
15
- SET(CMAKE_CXX_COMPILER_ID "Clang")
11
+ set(CMAKE_C_COMPILER_ID "Clang")
16
12
 
17
- # Targets to which this target links.
18
- SET(CMAKE_TARGET_LINKED_INFO_FILES
19
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake"
13
+ # The include file search paths:
14
+ set(CMAKE_C_TARGET_INCLUDE_PATH
15
+ "../src"
16
+ "src"
20
17
  )
18
+ set(CMAKE_DEPENDS_CHECK_CXX
19
+ "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/cplusplus.cpp" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o"
20
+ )
21
+ set(CMAKE_CXX_COMPILER_ID "Clang")
21
22
 
22
23
  # The include file search paths:
23
- SET(CMAKE_C_TARGET_INCLUDE_PATH
24
+ set(CMAKE_CXX_TARGET_INCLUDE_PATH
24
25
  "../src"
25
26
  "src"
26
27
  )
27
- SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
28
- SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
29
- SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
28
+
29
+ # Targets to which this target links.
30
+ set(CMAKE_TARGET_LINKED_INFO_FILES
31
+ "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake"
32
+ )
@@ -1,5 +1,9 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 2.8
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.3
3
+
4
+ # Delete rule output on recipe failure.
5
+ .DELETE_ON_ERROR:
6
+
3
7
 
4
8
  #=============================================================================
5
9
  # Special targets provided by cmake.
@@ -7,16 +11,20 @@
7
11
  # Disable implicit rules so canonical targets will work.
8
12
  .SUFFIXES:
9
13
 
14
+
10
15
  # Remove some rules from gmake that .SUFFIXES does not remove.
11
16
  SUFFIXES =
12
17
 
13
18
  .SUFFIXES: .hpux_make_needs_suffix_list
14
19
 
20
+
15
21
  # Suppress display of executed commands.
16
22
  $(VERBOSE).SILENT:
17
23
 
24
+
18
25
  # A target that is always out of date.
19
26
  cmake_force:
27
+
20
28
  .PHONY : cmake_force
21
29
 
22
30
  #=============================================================================
@@ -26,17 +34,14 @@ cmake_force:
26
34
  SHELL = /bin/sh
27
35
 
28
36
  # The CMake executable.
29
- CMAKE_COMMAND = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake
37
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.3.2/bin/cmake
30
38
 
31
39
  # The command to remove a file.
32
- RM = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E remove -f
40
+ RM = /usr/local/Cellar/cmake/3.3.2/bin/cmake -E remove -f
33
41
 
34
42
  # Escaping for special characters.
35
43
  EQUALS = =
36
44
 
37
- # The program to use to edit the cache.
38
- CMAKE_EDIT_COMMAND = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/ccmake
39
-
40
45
  # The top-level source directory on which CMake was run.
41
46
  CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
42
47
 
@@ -54,8 +59,7 @@ include api_test/CMakeFiles/api_test.dir/flags.make
54
59
 
55
60
  api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o: api_test/CMakeFiles/api_test.dir/flags.make
56
61
  api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o: ../api_test/cplusplus.cpp
57
- $(CMAKE_COMMAND) -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles $(CMAKE_PROGRESS_1)
58
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o"
62
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o"
59
63
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/api_test.dir/cplusplus.cpp.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/cplusplus.cpp
60
64
 
61
65
  api_test/CMakeFiles/api_test.dir/cplusplus.cpp.i: cmake_force
@@ -67,6 +71,7 @@ api_test/CMakeFiles/api_test.dir/cplusplus.cpp.s: cmake_force
67
71
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/cplusplus.cpp -o CMakeFiles/api_test.dir/cplusplus.cpp.s
68
72
 
69
73
  api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o.requires:
74
+
70
75
  .PHONY : api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o.requires
71
76
 
72
77
  api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o.provides: api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o.requires
@@ -75,10 +80,10 @@ api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o.provides: api_test/CMakeFiles/a
75
80
 
76
81
  api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o.provides.build: api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o
77
82
 
83
+
78
84
  api_test/CMakeFiles/api_test.dir/harness.c.o: api_test/CMakeFiles/api_test.dir/flags.make
79
85
  api_test/CMakeFiles/api_test.dir/harness.c.o: ../api_test/harness.c
80
- $(CMAKE_COMMAND) -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles $(CMAKE_PROGRESS_2)
81
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object api_test/CMakeFiles/api_test.dir/harness.c.o"
86
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object api_test/CMakeFiles/api_test.dir/harness.c.o"
82
87
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/api_test.dir/harness.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/harness.c
83
88
 
84
89
  api_test/CMakeFiles/api_test.dir/harness.c.i: cmake_force
@@ -90,6 +95,7 @@ api_test/CMakeFiles/api_test.dir/harness.c.s: cmake_force
90
95
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/harness.c -o CMakeFiles/api_test.dir/harness.c.s
91
96
 
92
97
  api_test/CMakeFiles/api_test.dir/harness.c.o.requires:
98
+
93
99
  .PHONY : api_test/CMakeFiles/api_test.dir/harness.c.o.requires
94
100
 
95
101
  api_test/CMakeFiles/api_test.dir/harness.c.o.provides: api_test/CMakeFiles/api_test.dir/harness.c.o.requires
@@ -98,10 +104,10 @@ api_test/CMakeFiles/api_test.dir/harness.c.o.provides: api_test/CMakeFiles/api_t
98
104
 
99
105
  api_test/CMakeFiles/api_test.dir/harness.c.o.provides.build: api_test/CMakeFiles/api_test.dir/harness.c.o
100
106
 
107
+
101
108
  api_test/CMakeFiles/api_test.dir/main.c.o: api_test/CMakeFiles/api_test.dir/flags.make
102
109
  api_test/CMakeFiles/api_test.dir/main.c.o: ../api_test/main.c
103
- $(CMAKE_COMMAND) -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles $(CMAKE_PROGRESS_3)
104
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object api_test/CMakeFiles/api_test.dir/main.c.o"
110
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object api_test/CMakeFiles/api_test.dir/main.c.o"
105
111
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/api_test.dir/main.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/main.c
106
112
 
107
113
  api_test/CMakeFiles/api_test.dir/main.c.i: cmake_force
@@ -113,6 +119,7 @@ api_test/CMakeFiles/api_test.dir/main.c.s: cmake_force
113
119
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/api_test/main.c -o CMakeFiles/api_test.dir/main.c.s
114
120
 
115
121
  api_test/CMakeFiles/api_test.dir/main.c.o.requires:
122
+
116
123
  .PHONY : api_test/CMakeFiles/api_test.dir/main.c.o.requires
117
124
 
118
125
  api_test/CMakeFiles/api_test.dir/main.c.o.provides: api_test/CMakeFiles/api_test.dir/main.c.o.requires
@@ -121,6 +128,7 @@ api_test/CMakeFiles/api_test.dir/main.c.o.provides: api_test/CMakeFiles/api_test
121
128
 
122
129
  api_test/CMakeFiles/api_test.dir/main.c.o.provides.build: api_test/CMakeFiles/api_test.dir/main.c.o
123
130
 
131
+
124
132
  # Object files for target api_test
125
133
  api_test_OBJECTS = \
126
134
  "CMakeFiles/api_test.dir/cplusplus.cpp.o" \
@@ -136,16 +144,18 @@ api_test/api_test: api_test/CMakeFiles/api_test.dir/main.c.o
136
144
  api_test/api_test: api_test/CMakeFiles/api_test.dir/build.make
137
145
  api_test/api_test: src/libcmark.0.22.0.dylib
138
146
  api_test/api_test: api_test/CMakeFiles/api_test.dir/link.txt
139
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable api_test"
147
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable api_test"
140
148
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/api_test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/api_test.dir/link.txt --verbose=$(VERBOSE)
141
149
 
142
150
  # Rule to build all files generated by this target.
143
151
  api_test/CMakeFiles/api_test.dir/build: api_test/api_test
152
+
144
153
  .PHONY : api_test/CMakeFiles/api_test.dir/build
145
154
 
146
155
  api_test/CMakeFiles/api_test.dir/requires: api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o.requires
147
156
  api_test/CMakeFiles/api_test.dir/requires: api_test/CMakeFiles/api_test.dir/harness.c.o.requires
148
157
  api_test/CMakeFiles/api_test.dir/requires: api_test/CMakeFiles/api_test.dir/main.c.o.requires
158
+
149
159
  .PHONY : api_test/CMakeFiles/api_test.dir/requires
150
160
 
151
161
  api_test/CMakeFiles/api_test.dir/clean:
@@ -1,4 +1,4 @@
1
- FILE(REMOVE_RECURSE
1
+ file(REMOVE_RECURSE
2
2
  "CMakeFiles/api_test.dir/cplusplus.cpp.o"
3
3
  "CMakeFiles/api_test.dir/harness.c.o"
4
4
  "CMakeFiles/api_test.dir/main.c.o"
@@ -7,6 +7,6 @@ FILE(REMOVE_RECURSE
7
7
  )
8
8
 
9
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)
10
+ foreach(lang C CXX)
11
+ include(CMakeFiles/api_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
12
+ endforeach()