commonmarker 0.14.0 → 0.14.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 (52) hide show
  1. checksums.yaml +4 -4
  2. data/ext/commonmarker/cmark/CMakeLists.txt +3 -1
  3. data/ext/commonmarker/cmark/build/CMakeCache.txt +14 -8
  4. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CMakeCCompiler.cmake +0 -0
  5. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CMakeCXXCompiler.cmake +0 -0
  6. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CMakeDetermineCompilerABI_C.bin +0 -0
  7. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CMakeDetermineCompilerABI_CXX.bin +0 -0
  8. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CMakeSystem.cmake +4 -4
  9. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CompilerIdC/CMakeCCompilerId.c +0 -0
  10. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CompilerIdC/a.out +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/{3.7.1 → 3.7.2}/CompilerIdCXX/a.out +0 -0
  13. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +6 -6
  14. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +150 -150
  15. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +107 -107
  16. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +2 -2
  17. data/ext/commonmarker/cmark/build/Makefile +9 -9
  18. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +2 -2
  19. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
  20. data/ext/commonmarker/cmark/build/api_test/Makefile +9 -9
  21. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/C.includecache +2 -0
  22. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/build.make +2 -2
  23. data/ext/commonmarker/cmark/build/extensions/Makefile +9 -9
  24. data/ext/commonmarker/cmark/build/extensions/libcmarkextensions.a +0 -0
  25. data/ext/commonmarker/cmark/build/man/Makefile +9 -9
  26. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake +1 -1
  27. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +2 -2
  28. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +1 -1
  29. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +2 -2
  30. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  31. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +2 -0
  32. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  33. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +2 -2
  34. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  35. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
  36. data/ext/commonmarker/cmark/build/src/Makefile +9 -9
  37. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +9 -6
  38. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  39. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +2 -2
  40. data/ext/commonmarker/cmark/build/testdir/Makefile +9 -9
  41. data/ext/commonmarker/cmark/src/CMakeLists.txt +39 -26
  42. data/ext/commonmarker/cmark/src/blocks.c +1 -1
  43. data/ext/commonmarker/cmark/src/cmark_extension_api.h +2 -0
  44. data/ext/commonmarker/cmark/src/inlines.c +30 -49
  45. data/ext/commonmarker/cmark/src/latex.c +3 -2
  46. data/ext/commonmarker/cmark/test/CMakeLists.txt +26 -21
  47. data/ext/commonmarker/cmark/test/extensions.txt +6 -6
  48. data/ext/commonmarker/cmark/test/pathological_tests.py +3 -0
  49. data/ext/commonmarker/cmark/test/regression.txt +8 -0
  50. data/ext/commonmarker/cmark/test/spec.txt +4 -4
  51. data/lib/commonmarker/version.rb +1 -1
  52. metadata +11 -11
@@ -10,9 +10,9 @@ set(CMAKE_MAKEFILE_DEPENDS
10
10
  "../CMakeLists.txt"
11
11
  "../FindAsan.cmake"
12
12
  "../api_test/CMakeLists.txt"
13
- "CMakeFiles/3.7.1/CMakeCCompiler.cmake"
14
- "CMakeFiles/3.7.1/CMakeCXXCompiler.cmake"
15
- "CMakeFiles/3.7.1/CMakeSystem.cmake"
13
+ "CMakeFiles/3.7.2/CMakeCCompiler.cmake"
14
+ "CMakeFiles/3.7.2/CMakeCXXCompiler.cmake"
15
+ "CMakeFiles/3.7.2/CMakeSystem.cmake"
16
16
  "CMakeFiles/feature_tests.c"
17
17
  "CMakeFiles/feature_tests.cxx"
18
18
  "../extensions/CMakeLists.txt"
@@ -22,105 +22,105 @@ set(CMAKE_MAKEFILE_DEPENDS
22
22
  "../src/config.h.in"
23
23
  "../src/libcmark.pc.in"
24
24
  "../test/CMakeLists.txt"
25
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompiler.cmake.in"
26
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompilerABI.c"
27
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCInformation.cmake"
28
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
29
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
30
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCXXInformation.cmake"
31
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
32
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
33
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
34
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
35
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
36
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
37
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeDetermineCompiler.cmake"
38
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
39
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
40
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeDetermineSystem.cmake"
41
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeFindBinUtils.cmake"
42
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeGenericSystem.cmake"
43
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeLanguageInformation.cmake"
44
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeParseArguments.cmake"
45
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
46
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeSystem.cmake.in"
47
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
48
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
49
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeTestCCompiler.cmake"
50
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
51
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
52
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeUnixFindMake.cmake"
53
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckCCompilerFlag.cmake"
54
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckCSourceCompiles.cmake"
55
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckCSourceRuns.cmake"
56
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckCXXCompilerFlag.cmake"
57
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckCXXSourceCompiles.cmake"
58
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckIncludeFile.c.in"
59
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckIncludeFile.cmake"
60
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckSymbolExists.cmake"
61
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
62
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
63
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/AppleClang-C-FeatureTests.cmake"
64
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/AppleClang-C.cmake"
65
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/AppleClang-CXX-FeatureTests.cmake"
66
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/AppleClang-CXX.cmake"
67
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
68
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
69
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
70
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Clang-CXX-TestableFeatures.cmake"
71
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
72
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
73
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Clang.cmake"
74
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
75
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
76
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
77
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
78
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
79
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
80
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
81
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake"
82
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/GNU.cmake"
83
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
84
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
85
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
86
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
87
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
88
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
89
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
90
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
91
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
92
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
93
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
94
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
95
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
96
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
97
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
98
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
99
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
100
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
101
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
102
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
103
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
104
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
105
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
106
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
107
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
108
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/FindPackageMessage.cmake"
109
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/FindPythonInterp.cmake"
110
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/GNUInstallDirs.cmake"
111
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/GenerateExportHeader.cmake"
112
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/InstallRequiredSystemLibraries.cmake"
113
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Internal/FeatureTesting.cmake"
114
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin-AppleClang-C.cmake"
115
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin-AppleClang-CXX.cmake"
116
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin-Clang-C.cmake"
117
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin-Clang-CXX.cmake"
118
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin-Clang.cmake"
119
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake"
120
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin-Initialize.cmake"
121
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/Darwin.cmake"
122
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/Platform/UnixPaths.cmake"
123
- "/usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/exportheader.cmake.in"
25
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompiler.cmake.in"
26
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompilerABI.c"
27
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCInformation.cmake"
28
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
29
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
30
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXInformation.cmake"
31
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
32
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
33
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
34
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
35
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
36
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
37
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeDetermineCompiler.cmake"
38
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
39
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
40
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeDetermineSystem.cmake"
41
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeFindBinUtils.cmake"
42
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeGenericSystem.cmake"
43
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeLanguageInformation.cmake"
44
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeParseArguments.cmake"
45
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
46
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeSystem.cmake.in"
47
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
48
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
49
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeTestCCompiler.cmake"
50
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
51
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
52
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeUnixFindMake.cmake"
53
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckCCompilerFlag.cmake"
54
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckCSourceCompiles.cmake"
55
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckCSourceRuns.cmake"
56
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckCXXCompilerFlag.cmake"
57
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckCXXSourceCompiles.cmake"
58
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckIncludeFile.c.in"
59
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckIncludeFile.cmake"
60
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CheckSymbolExists.cmake"
61
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
62
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
63
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/AppleClang-C-FeatureTests.cmake"
64
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/AppleClang-C.cmake"
65
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/AppleClang-CXX-FeatureTests.cmake"
66
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/AppleClang-CXX.cmake"
67
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
68
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
69
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
70
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Clang-CXX-TestableFeatures.cmake"
71
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
72
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
73
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Clang.cmake"
74
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
75
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
76
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
77
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
78
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
79
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
80
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
81
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake"
82
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/GNU.cmake"
83
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
84
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
85
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
86
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
87
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
88
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
89
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
90
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
91
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
92
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
93
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
94
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
95
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
96
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
97
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
98
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
99
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
100
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
101
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
102
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
103
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
104
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
105
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
106
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
107
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
108
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/FindPackageMessage.cmake"
109
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/FindPythonInterp.cmake"
110
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/GNUInstallDirs.cmake"
111
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/GenerateExportHeader.cmake"
112
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/InstallRequiredSystemLibraries.cmake"
113
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Internal/FeatureTesting.cmake"
114
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin-AppleClang-C.cmake"
115
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin-AppleClang-CXX.cmake"
116
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin-Clang-C.cmake"
117
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin-Clang-CXX.cmake"
118
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin-Clang.cmake"
119
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake"
120
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake"
121
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/Darwin.cmake"
122
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/Platform/UnixPaths.cmake"
123
+ "/usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/exportheader.cmake.in"
124
124
  )
125
125
 
126
126
  # The corresponding makefile is:
@@ -131,11 +131,11 @@ set(CMAKE_MAKEFILE_OUTPUTS
131
131
 
132
132
  # Byproducts of CMake generate step:
133
133
  set(CMAKE_MAKEFILE_PRODUCTS
134
- "CMakeFiles/3.7.1/CMakeSystem.cmake"
135
- "CMakeFiles/3.7.1/CMakeCCompiler.cmake"
136
- "CMakeFiles/3.7.1/CMakeCXXCompiler.cmake"
137
- "CMakeFiles/3.7.1/CMakeCCompiler.cmake"
138
- "CMakeFiles/3.7.1/CMakeCXXCompiler.cmake"
134
+ "CMakeFiles/3.7.2/CMakeSystem.cmake"
135
+ "CMakeFiles/3.7.2/CMakeCCompiler.cmake"
136
+ "CMakeFiles/3.7.2/CMakeCXXCompiler.cmake"
137
+ "CMakeFiles/3.7.2/CMakeCCompiler.cmake"
138
+ "CMakeFiles/3.7.2/CMakeCXXCompiler.cmake"
139
139
  "CMakeFiles/CMakeDirectoryInformation.cmake"
140
140
  "src/CMakeFiles/CMakeDirectoryInformation.cmake"
141
141
  "extensions/CMakeFiles/CMakeDirectoryInformation.cmake"
@@ -45,10 +45,10 @@ cmake_force:
45
45
  SHELL = /bin/sh
46
46
 
47
47
  # The CMake executable.
48
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.1/bin/cmake
48
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
49
49
 
50
50
  # The command to remove a file.
51
- RM = /usr/local/Cellar/cmake/3.7.1/bin/cmake -E remove -f
51
+ RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
52
52
 
53
53
  # Escaping for special characters.
54
54
  EQUALS = =
@@ -39,10 +39,10 @@ cmake_force:
39
39
  SHELL = /bin/sh
40
40
 
41
41
  # The CMake executable.
42
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.1/bin/cmake
42
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
43
43
 
44
44
  # The command to remove a file.
45
- RM = /usr/local/Cellar/cmake/3.7.1/bin/cmake -E remove -f
45
+ RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
46
46
 
47
47
  # Escaping for special characters.
48
48
  EQUALS = =
@@ -59,7 +59,7 @@ CMAKE_BINARY_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker
59
59
  # Special rule for the target install/strip
60
60
  install/strip: preinstall
61
61
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
62
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
62
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
63
63
  .PHONY : install/strip
64
64
 
65
65
  # Special rule for the target install/strip
@@ -70,13 +70,13 @@ install/strip/fast: install/strip
70
70
  # Special rule for the target install
71
71
  install: preinstall
72
72
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
73
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
73
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
74
74
  .PHONY : install
75
75
 
76
76
  # Special rule for the target install
77
77
  install/fast: preinstall/fast
78
78
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
79
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
79
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
80
80
  .PHONY : install/fast
81
81
 
82
82
  # Special rule for the target list_install_components
@@ -92,7 +92,7 @@ list_install_components/fast: list_install_components
92
92
  # Special rule for the target rebuild_cache
93
93
  rebuild_cache:
94
94
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
95
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
95
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
96
96
  .PHONY : rebuild_cache
97
97
 
98
98
  # Special rule for the target rebuild_cache
@@ -103,7 +103,7 @@ rebuild_cache/fast: rebuild_cache
103
103
  # Special rule for the target edit_cache
104
104
  edit_cache:
105
105
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
106
- /usr/local/Cellar/cmake/3.7.1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
106
+ /usr/local/Cellar/cmake/3.7.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
107
107
  .PHONY : edit_cache
108
108
 
109
109
  # Special rule for the target edit_cache
@@ -114,7 +114,7 @@ edit_cache/fast: edit_cache
114
114
  # Special rule for the target install/local
115
115
  install/local: preinstall
116
116
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
117
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
117
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
118
118
  .PHONY : install/local
119
119
 
120
120
  # Special rule for the target install/local
@@ -125,7 +125,7 @@ install/local/fast: install/local
125
125
  # Special rule for the target test
126
126
  test:
127
127
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
128
- /usr/local/Cellar/cmake/3.7.1/bin/ctest --force-new-ctest-process $(ARGS)
128
+ /usr/local/Cellar/cmake/3.7.2/bin/ctest --force-new-ctest-process $(ARGS)
129
129
  .PHONY : test
130
130
 
131
131
  # Special rule for the target test
@@ -34,10 +34,10 @@ cmake_force:
34
34
  SHELL = /bin/sh
35
35
 
36
36
  # The CMake executable.
37
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.1/bin/cmake
37
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
38
38
 
39
39
  # The command to remove a file.
40
- RM = /usr/local/Cellar/cmake/3.7.1/bin/cmake -E remove -f
40
+ RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
41
41
 
42
42
  # Escaping for special characters.
43
43
  EQUALS = =
@@ -1 +1 @@
1
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/api_test.dir/cplusplus.cpp.o CMakeFiles/api_test.dir/harness.c.o CMakeFiles/api_test.dir/main.c.o -o api_test -Wl,-rpath,/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/src ../src/libcmark.0.27.1.dylib
1
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names 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.27.1.dylib
@@ -39,10 +39,10 @@ cmake_force:
39
39
  SHELL = /bin/sh
40
40
 
41
41
  # The CMake executable.
42
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.1/bin/cmake
42
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
43
43
 
44
44
  # The command to remove a file.
45
- RM = /usr/local/Cellar/cmake/3.7.1/bin/cmake -E remove -f
45
+ RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
46
46
 
47
47
  # Escaping for special characters.
48
48
  EQUALS = =
@@ -59,7 +59,7 @@ CMAKE_BINARY_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker
59
59
  # Special rule for the target install/strip
60
60
  install/strip: preinstall
61
61
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
62
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
62
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
63
63
  .PHONY : install/strip
64
64
 
65
65
  # Special rule for the target install/strip
@@ -70,19 +70,19 @@ install/strip/fast: install/strip
70
70
  # Special rule for the target install
71
71
  install: preinstall
72
72
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
73
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
73
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
74
74
  .PHONY : install
75
75
 
76
76
  # Special rule for the target install
77
77
  install/fast: preinstall/fast
78
78
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
79
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
79
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
80
80
  .PHONY : install/fast
81
81
 
82
82
  # Special rule for the target rebuild_cache
83
83
  rebuild_cache:
84
84
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
85
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
85
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
86
86
  .PHONY : rebuild_cache
87
87
 
88
88
  # Special rule for the target rebuild_cache
@@ -93,7 +93,7 @@ rebuild_cache/fast: rebuild_cache
93
93
  # Special rule for the target edit_cache
94
94
  edit_cache:
95
95
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
96
- /usr/local/Cellar/cmake/3.7.1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
96
+ /usr/local/Cellar/cmake/3.7.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
97
97
  .PHONY : edit_cache
98
98
 
99
99
  # Special rule for the target edit_cache
@@ -104,7 +104,7 @@ edit_cache/fast: edit_cache
104
104
  # Special rule for the target install/local
105
105
  install/local: preinstall
106
106
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
107
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
107
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
108
108
  .PHONY : install/local
109
109
 
110
110
  # Special rule for the target install/local
@@ -115,7 +115,7 @@ install/local/fast: install/local
115
115
  # Special rule for the target test
116
116
  test:
117
117
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
118
- /usr/local/Cellar/cmake/3.7.1/bin/ctest --force-new-ctest-process $(ARGS)
118
+ /usr/local/Cellar/cmake/3.7.2/bin/ctest --force-new-ctest-process $(ARGS)
119
119
  .PHONY : test
120
120
 
121
121
  # Special rule for the target test
@@ -34,10 +34,10 @@ cmake_force:
34
34
  SHELL = /bin/sh
35
35
 
36
36
  # The CMake executable.
37
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.1/bin/cmake
37
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
38
38
 
39
39
  # The command to remove a file.
40
- RM = /usr/local/Cellar/cmake/3.7.1/bin/cmake -E remove -f
40
+ RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
41
41
 
42
42
  # Escaping for special characters.
43
43
  EQUALS = =
@@ -39,10 +39,10 @@ cmake_force:
39
39
  SHELL = /bin/sh
40
40
 
41
41
  # The CMake executable.
42
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.1/bin/cmake
42
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.7.2/bin/cmake
43
43
 
44
44
  # The command to remove a file.
45
- RM = /usr/local/Cellar/cmake/3.7.1/bin/cmake -E remove -f
45
+ RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f
46
46
 
47
47
  # Escaping for special characters.
48
48
  EQUALS = =
@@ -59,7 +59,7 @@ CMAKE_BINARY_DIR = /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker
59
59
  # Special rule for the target install/strip
60
60
  install/strip: preinstall
61
61
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
62
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
62
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
63
63
  .PHONY : install/strip
64
64
 
65
65
  # Special rule for the target install/strip
@@ -70,19 +70,19 @@ install/strip/fast: install/strip
70
70
  # Special rule for the target install
71
71
  install: preinstall
72
72
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
73
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
73
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
74
74
  .PHONY : install
75
75
 
76
76
  # Special rule for the target install
77
77
  install/fast: preinstall/fast
78
78
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
79
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
79
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -P cmake_install.cmake
80
80
  .PHONY : install/fast
81
81
 
82
82
  # Special rule for the target rebuild_cache
83
83
  rebuild_cache:
84
84
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
85
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
85
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
86
86
  .PHONY : rebuild_cache
87
87
 
88
88
  # Special rule for the target rebuild_cache
@@ -93,7 +93,7 @@ rebuild_cache/fast: rebuild_cache
93
93
  # Special rule for the target edit_cache
94
94
  edit_cache:
95
95
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
96
- /usr/local/Cellar/cmake/3.7.1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
96
+ /usr/local/Cellar/cmake/3.7.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
97
97
  .PHONY : edit_cache
98
98
 
99
99
  # Special rule for the target edit_cache
@@ -104,7 +104,7 @@ edit_cache/fast: edit_cache
104
104
  # Special rule for the target install/local
105
105
  install/local: preinstall
106
106
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
107
- /usr/local/Cellar/cmake/3.7.1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
107
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
108
108
  .PHONY : install/local
109
109
 
110
110
  # Special rule for the target install/local
@@ -115,7 +115,7 @@ install/local/fast: install/local
115
115
  # Special rule for the target test
116
116
  test:
117
117
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
118
- /usr/local/Cellar/cmake/3.7.1/bin/ctest --force-new-ctest-process $(ARGS)
118
+ /usr/local/Cellar/cmake/3.7.2/bin/ctest --force-new-ctest-process $(ARGS)
119
119
  .PHONY : test
120
120
 
121
121
  # Special rule for the target test