commonmarker 0.9.0 → 0.9.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 (105) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/ext/commonmarker/commonmarker.c +12 -2
  4. data/lib/commonmarker/version.rb +1 -1
  5. data/test/test_pathological_inputs.rb +47 -8
  6. metadata +2 -101
  7. data/ext/commonmarker/cmark/build/CMakeCache.txt +0 -459
  8. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeCCompiler.cmake +0 -67
  9. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeCXXCompiler.cmake +0 -68
  10. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_C.bin +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeSystem.cmake +0 -15
  13. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdC/CMakeCCompilerId.c +0 -544
  14. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdC/a.out +0 -0
  15. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
  16. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out +0 -0
  17. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  18. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +0 -14
  19. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +0 -562
  20. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +0 -150
  21. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +0 -295
  22. data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +0 -39
  23. data/ext/commonmarker/cmark/build/CMakeFiles/cmake.check_cache +0 -1
  24. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
  25. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +0 -34
  26. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +0 -405
  27. data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +0 -1
  28. data/ext/commonmarker/cmark/build/CTestTestfile.cmake +0 -10
  29. data/ext/commonmarker/cmark/build/Makefile +0 -250
  30. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  31. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +0 -35
  32. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +0 -168
  33. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +0 -12
  34. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/depend.make +0 -2
  35. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +0 -17
  36. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +0 -1
  37. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +0 -5
  38. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +0 -1
  39. data/ext/commonmarker/cmark/build/api_test/Makefile +0 -300
  40. data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +0 -29
  41. data/ext/commonmarker/cmark/build/cmake_install.cmake +0 -48
  42. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  43. data/ext/commonmarker/cmark/build/man/CMakeFiles/progress.marks +0 -1
  44. data/ext/commonmarker/cmark/build/man/Makefile +0 -194
  45. data/ext/commonmarker/cmark/build/man/cmake_install.cmake +0 -37
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +0 -41
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +0 -626
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +0 -29
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/depend.make +0 -2
  51. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +0 -10
  52. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +0 -1
  53. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +0 -22
  54. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +0 -46
  55. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +0 -603
  56. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +0 -29
  57. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/depend.make +0 -2
  58. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +0 -10
  59. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +0 -1
  60. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +0 -21
  61. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +0 -446
  62. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +0 -40
  63. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  64. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/buffer.c.o +0 -0
  65. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +0 -600
  66. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +0 -28
  67. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +0 -3
  68. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  69. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
  70. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
  71. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +0 -195
  72. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +0 -195
  73. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +0 -10
  74. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
  75. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
  76. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
  77. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
  78. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  79. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
  80. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
  81. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +0 -2
  82. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
  83. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  84. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +0 -21
  85. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  86. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/render.c.o +0 -0
  87. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  88. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
  89. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
  90. data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +0 -1
  91. data/ext/commonmarker/cmark/build/src/Makefile +0 -956
  92. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +0 -77
  93. data/ext/commonmarker/cmark/build/src/cmark_export.h +0 -41
  94. data/ext/commonmarker/cmark/build/src/cmark_version.h +0 -7
  95. data/ext/commonmarker/cmark/build/src/config.h +0 -76
  96. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  97. data/ext/commonmarker/cmark/build/src/libcmark.pc +0 -10
  98. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  99. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/progress.marks +0 -1
  100. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +0 -14
  101. data/ext/commonmarker/cmark/build/testdir/Makefile +0 -194
  102. data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +0 -29
  103. data/ext/commonmarker/cmark/test/__pycache__/cmark.cpython-34.pyc +0 -0
  104. data/ext/commonmarker/cmark/test/__pycache__/normalize.cpython-34.pyc +0 -0
  105. data/ext/commonmarker/commonmarker.c.orig +0 -1041
@@ -1,194 +0,0 @@
1
- # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
3
-
4
- # Default target executed when no arguments are given to make.
5
- default_target: all
6
-
7
- .PHONY : default_target
8
-
9
- # Allow only one "make -f Makefile2" at a time, but pass parallelism.
10
- .NOTPARALLEL:
11
-
12
-
13
- #=============================================================================
14
- # Special targets provided by cmake.
15
-
16
- # Disable implicit rules so canonical targets will work.
17
- .SUFFIXES:
18
-
19
-
20
- # Remove some rules from gmake that .SUFFIXES does not remove.
21
- SUFFIXES =
22
-
23
- .SUFFIXES: .hpux_make_needs_suffix_list
24
-
25
-
26
- # Suppress display of executed commands.
27
- $(VERBOSE).SILENT:
28
-
29
-
30
- # A target that is always out of date.
31
- cmake_force:
32
-
33
- .PHONY : cmake_force
34
-
35
- #=============================================================================
36
- # Set environment variables for the build.
37
-
38
- # The shell in which to execute make rules.
39
- SHELL = /bin/sh
40
-
41
- # The CMake executable.
42
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.5.2/bin/cmake
43
-
44
- # The command to remove a file.
45
- RM = /usr/local/Cellar/cmake/3.5.2/bin/cmake -E remove -f
46
-
47
- # Escaping for special characters.
48
- EQUALS = =
49
-
50
- # The top-level source directory on which CMake was run.
51
- CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
52
-
53
- # The top-level build directory on which CMake was run.
54
- CMAKE_BINARY_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
55
-
56
- #=============================================================================
57
- # Targets provided globally by CMake.
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.5.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.5.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
-
81
- # Special rule for the target edit_cache
82
- edit_cache:
83
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
84
- /usr/local/Cellar/cmake/3.5.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
85
- .PHONY : edit_cache
86
-
87
- # Special rule for the target edit_cache
88
- edit_cache/fast: edit_cache
89
-
90
- .PHONY : edit_cache/fast
91
-
92
- # Special rule for the target rebuild_cache
93
- rebuild_cache:
94
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
95
- /usr/local/Cellar/cmake/3.5.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
-
113
- # Special rule for the target install
114
- install: preinstall
115
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
116
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -P cmake_install.cmake
117
- .PHONY : install
118
-
119
- # Special rule for the target install
120
- install/fast: preinstall/fast
121
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
122
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -P cmake_install.cmake
123
- .PHONY : install/fast
124
-
125
- # Special rule for the target install/strip
126
- install/strip: preinstall
127
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
128
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
129
- .PHONY : install/strip
130
-
131
- # Special rule for the target install/strip
132
- install/strip/fast: install/strip
133
-
134
- .PHONY : install/strip/fast
135
-
136
- # The main all target
137
- all: cmake_check_build_system
138
- 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
139
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/all
140
- $(CMAKE_COMMAND) -E cmake_progress_start /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles 0
141
- .PHONY : all
142
-
143
- # The main clean target
144
- clean:
145
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/clean
146
- .PHONY : clean
147
-
148
- # The main clean target
149
- clean/fast: clean
150
-
151
- .PHONY : clean/fast
152
-
153
- # Prepare targets for installation.
154
- preinstall: all
155
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
156
- .PHONY : preinstall
157
-
158
- # Prepare targets for installation.
159
- preinstall/fast:
160
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
161
- .PHONY : preinstall/fast
162
-
163
- # clear depends
164
- depend:
165
- 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
166
- .PHONY : depend
167
-
168
- # Help Target
169
- help:
170
- @echo "The following are some of the valid targets for this Makefile:"
171
- @echo "... all (the default if no target is provided)"
172
- @echo "... clean"
173
- @echo "... depend"
174
- @echo "... test"
175
- @echo "... install/local"
176
- @echo "... edit_cache"
177
- @echo "... rebuild_cache"
178
- @echo "... list_install_components"
179
- @echo "... install"
180
- @echo "... install/strip"
181
- .PHONY : help
182
-
183
-
184
-
185
- #=============================================================================
186
- # Special targets to cleanup operation of make.
187
-
188
- # Special rule to run CMake to check the build system integrity.
189
- # No rule that depends on this can have commands that come from listfiles
190
- # because they might be regenerated.
191
- cmake_check_build_system:
192
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
193
- .PHONY : cmake_check_build_system
194
-
@@ -1,37 +0,0 @@
1
- # Install script for directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/man
2
-
3
- # Set the install prefix
4
- if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/usr/local")
6
- endif()
7
- string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
-
9
- # Set the install configuration name.
10
- if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11
- if(BUILD_TYPE)
12
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14
- else()
15
- set(CMAKE_INSTALL_CONFIG_NAME "Release")
16
- endif()
17
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18
- endif()
19
-
20
- # Set the component getting installed.
21
- if(NOT CMAKE_INSTALL_COMPONENT)
22
- if(COMPONENT)
23
- message(STATUS "Install component: \"${COMPONENT}\"")
24
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25
- else()
26
- set(CMAKE_INSTALL_COMPONENT)
27
- endif()
28
- endif()
29
-
30
- if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
31
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/man/man1/cmark.1")
32
- endif()
33
-
34
- if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
35
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/man/man3/cmark.3")
36
- endif()
37
-
@@ -1,16 +0,0 @@
1
- # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
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})
@@ -1,41 +0,0 @@
1
- # The set of languages for which implicit dependencies are needed:
2
- set(CMAKE_DEPENDS_LANGUAGES
3
- "C"
4
- )
5
- # The set of files for implicit dependencies of each language:
6
- set(CMAKE_DEPENDS_CHECK_C
7
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/blocks.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/blocks.c.o"
8
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/buffer.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/buffer.c.o"
9
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmark.c.o"
10
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark_ctype.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmark_ctype.c.o"
11
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/commonmark.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/commonmark.c.o"
12
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_href_e.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/houdini_href_e.c.o"
13
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_e.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/houdini_html_e.c.o"
14
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_u.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/houdini_html_u.c.o"
15
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/html.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/html.c.o"
16
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/inlines.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/inlines.c.o"
17
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/iterator.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/iterator.c.o"
18
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/latex.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/latex.c.o"
19
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/main.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/main.c.o"
20
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/man.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/man.c.o"
21
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/node.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/node.c.o"
22
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/references.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/references.c.o"
23
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/render.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/render.c.o"
24
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/scanners.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/scanners.c.o"
25
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/utf8.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/utf8.c.o"
26
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/xml.c" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/xml.c.o"
27
- )
28
- set(CMAKE_C_COMPILER_ID "Clang")
29
-
30
- # The include file search paths:
31
- set(CMAKE_C_TARGET_INCLUDE_PATH
32
- "../src/."
33
- "src"
34
- )
35
-
36
- # Targets to which this target links.
37
- set(CMAKE_TARGET_LINKED_INFO_FILES
38
- )
39
-
40
- # Fortran module output directory.
41
- set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -1,626 +0,0 @@
1
- # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
3
-
4
- # Delete rule output on recipe failure.
5
- .DELETE_ON_ERROR:
6
-
7
-
8
- #=============================================================================
9
- # Special targets provided by cmake.
10
-
11
- # Disable implicit rules so canonical targets will work.
12
- .SUFFIXES:
13
-
14
-
15
- # Remove some rules from gmake that .SUFFIXES does not remove.
16
- SUFFIXES =
17
-
18
- .SUFFIXES: .hpux_make_needs_suffix_list
19
-
20
-
21
- # Suppress display of executed commands.
22
- $(VERBOSE).SILENT:
23
-
24
-
25
- # A target that is always out of date.
26
- cmake_force:
27
-
28
- .PHONY : cmake_force
29
-
30
- #=============================================================================
31
- # Set environment variables for the build.
32
-
33
- # The shell in which to execute make rules.
34
- SHELL = /bin/sh
35
-
36
- # The CMake executable.
37
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.5.2/bin/cmake
38
-
39
- # The command to remove a file.
40
- RM = /usr/local/Cellar/cmake/3.5.2/bin/cmake -E remove -f
41
-
42
- # Escaping for special characters.
43
- EQUALS = =
44
-
45
- # The top-level source directory on which CMake was run.
46
- CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
47
-
48
- # The top-level build directory on which CMake was run.
49
- CMAKE_BINARY_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
50
-
51
- # Include any dependencies generated for this target.
52
- include src/CMakeFiles/cmark.dir/depend.make
53
-
54
- # Include the progress variables for this target.
55
- include src/CMakeFiles/cmark.dir/progress.make
56
-
57
- # Include the compile flags for this target's objects.
58
- include src/CMakeFiles/cmark.dir/flags.make
59
-
60
- src/CMakeFiles/cmark.dir/cmark.c.o: src/CMakeFiles/cmark.dir/flags.make
61
- src/CMakeFiles/cmark.dir/cmark.c.o: ../src/cmark.c
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 C object src/CMakeFiles/cmark.dir/cmark.c.o"
63
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/cmark.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark.c
64
-
65
- src/CMakeFiles/cmark.dir/cmark.c.i: cmake_force
66
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/cmark.c.i"
67
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark.c > CMakeFiles/cmark.dir/cmark.c.i
68
-
69
- src/CMakeFiles/cmark.dir/cmark.c.s: cmake_force
70
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/cmark.c.s"
71
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark.c -o CMakeFiles/cmark.dir/cmark.c.s
72
-
73
- src/CMakeFiles/cmark.dir/cmark.c.o.requires:
74
-
75
- .PHONY : src/CMakeFiles/cmark.dir/cmark.c.o.requires
76
-
77
- src/CMakeFiles/cmark.dir/cmark.c.o.provides: src/CMakeFiles/cmark.dir/cmark.c.o.requires
78
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/cmark.c.o.provides.build
79
- .PHONY : src/CMakeFiles/cmark.dir/cmark.c.o.provides
80
-
81
- src/CMakeFiles/cmark.dir/cmark.c.o.provides.build: src/CMakeFiles/cmark.dir/cmark.c.o
82
-
83
-
84
- src/CMakeFiles/cmark.dir/node.c.o: src/CMakeFiles/cmark.dir/flags.make
85
- src/CMakeFiles/cmark.dir/node.c.o: ../src/node.c
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 src/CMakeFiles/cmark.dir/node.c.o"
87
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/node.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/node.c
88
-
89
- src/CMakeFiles/cmark.dir/node.c.i: cmake_force
90
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/node.c.i"
91
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/node.c > CMakeFiles/cmark.dir/node.c.i
92
-
93
- src/CMakeFiles/cmark.dir/node.c.s: cmake_force
94
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/node.c.s"
95
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/node.c -o CMakeFiles/cmark.dir/node.c.s
96
-
97
- src/CMakeFiles/cmark.dir/node.c.o.requires:
98
-
99
- .PHONY : src/CMakeFiles/cmark.dir/node.c.o.requires
100
-
101
- src/CMakeFiles/cmark.dir/node.c.o.provides: src/CMakeFiles/cmark.dir/node.c.o.requires
102
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/node.c.o.provides.build
103
- .PHONY : src/CMakeFiles/cmark.dir/node.c.o.provides
104
-
105
- src/CMakeFiles/cmark.dir/node.c.o.provides.build: src/CMakeFiles/cmark.dir/node.c.o
106
-
107
-
108
- src/CMakeFiles/cmark.dir/iterator.c.o: src/CMakeFiles/cmark.dir/flags.make
109
- src/CMakeFiles/cmark.dir/iterator.c.o: ../src/iterator.c
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 src/CMakeFiles/cmark.dir/iterator.c.o"
111
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/iterator.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/iterator.c
112
-
113
- src/CMakeFiles/cmark.dir/iterator.c.i: cmake_force
114
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/iterator.c.i"
115
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/iterator.c > CMakeFiles/cmark.dir/iterator.c.i
116
-
117
- src/CMakeFiles/cmark.dir/iterator.c.s: cmake_force
118
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/iterator.c.s"
119
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/iterator.c -o CMakeFiles/cmark.dir/iterator.c.s
120
-
121
- src/CMakeFiles/cmark.dir/iterator.c.o.requires:
122
-
123
- .PHONY : src/CMakeFiles/cmark.dir/iterator.c.o.requires
124
-
125
- src/CMakeFiles/cmark.dir/iterator.c.o.provides: src/CMakeFiles/cmark.dir/iterator.c.o.requires
126
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/iterator.c.o.provides.build
127
- .PHONY : src/CMakeFiles/cmark.dir/iterator.c.o.provides
128
-
129
- src/CMakeFiles/cmark.dir/iterator.c.o.provides.build: src/CMakeFiles/cmark.dir/iterator.c.o
130
-
131
-
132
- src/CMakeFiles/cmark.dir/blocks.c.o: src/CMakeFiles/cmark.dir/flags.make
133
- src/CMakeFiles/cmark.dir/blocks.c.o: ../src/blocks.c
134
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object src/CMakeFiles/cmark.dir/blocks.c.o"
135
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/blocks.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/blocks.c
136
-
137
- src/CMakeFiles/cmark.dir/blocks.c.i: cmake_force
138
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/blocks.c.i"
139
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/blocks.c > CMakeFiles/cmark.dir/blocks.c.i
140
-
141
- src/CMakeFiles/cmark.dir/blocks.c.s: cmake_force
142
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/blocks.c.s"
143
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/blocks.c -o CMakeFiles/cmark.dir/blocks.c.s
144
-
145
- src/CMakeFiles/cmark.dir/blocks.c.o.requires:
146
-
147
- .PHONY : src/CMakeFiles/cmark.dir/blocks.c.o.requires
148
-
149
- src/CMakeFiles/cmark.dir/blocks.c.o.provides: src/CMakeFiles/cmark.dir/blocks.c.o.requires
150
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/blocks.c.o.provides.build
151
- .PHONY : src/CMakeFiles/cmark.dir/blocks.c.o.provides
152
-
153
- src/CMakeFiles/cmark.dir/blocks.c.o.provides.build: src/CMakeFiles/cmark.dir/blocks.c.o
154
-
155
-
156
- src/CMakeFiles/cmark.dir/inlines.c.o: src/CMakeFiles/cmark.dir/flags.make
157
- src/CMakeFiles/cmark.dir/inlines.c.o: ../src/inlines.c
158
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object src/CMakeFiles/cmark.dir/inlines.c.o"
159
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/inlines.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/inlines.c
160
-
161
- src/CMakeFiles/cmark.dir/inlines.c.i: cmake_force
162
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/inlines.c.i"
163
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/inlines.c > CMakeFiles/cmark.dir/inlines.c.i
164
-
165
- src/CMakeFiles/cmark.dir/inlines.c.s: cmake_force
166
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/inlines.c.s"
167
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/inlines.c -o CMakeFiles/cmark.dir/inlines.c.s
168
-
169
- src/CMakeFiles/cmark.dir/inlines.c.o.requires:
170
-
171
- .PHONY : src/CMakeFiles/cmark.dir/inlines.c.o.requires
172
-
173
- src/CMakeFiles/cmark.dir/inlines.c.o.provides: src/CMakeFiles/cmark.dir/inlines.c.o.requires
174
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/inlines.c.o.provides.build
175
- .PHONY : src/CMakeFiles/cmark.dir/inlines.c.o.provides
176
-
177
- src/CMakeFiles/cmark.dir/inlines.c.o.provides.build: src/CMakeFiles/cmark.dir/inlines.c.o
178
-
179
-
180
- src/CMakeFiles/cmark.dir/scanners.c.o: src/CMakeFiles/cmark.dir/flags.make
181
- src/CMakeFiles/cmark.dir/scanners.c.o: ../src/scanners.c
182
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object src/CMakeFiles/cmark.dir/scanners.c.o"
183
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/scanners.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/scanners.c
184
-
185
- src/CMakeFiles/cmark.dir/scanners.c.i: cmake_force
186
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/scanners.c.i"
187
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/scanners.c > CMakeFiles/cmark.dir/scanners.c.i
188
-
189
- src/CMakeFiles/cmark.dir/scanners.c.s: cmake_force
190
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/scanners.c.s"
191
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/scanners.c -o CMakeFiles/cmark.dir/scanners.c.s
192
-
193
- src/CMakeFiles/cmark.dir/scanners.c.o.requires:
194
-
195
- .PHONY : src/CMakeFiles/cmark.dir/scanners.c.o.requires
196
-
197
- src/CMakeFiles/cmark.dir/scanners.c.o.provides: src/CMakeFiles/cmark.dir/scanners.c.o.requires
198
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/scanners.c.o.provides.build
199
- .PHONY : src/CMakeFiles/cmark.dir/scanners.c.o.provides
200
-
201
- src/CMakeFiles/cmark.dir/scanners.c.o.provides.build: src/CMakeFiles/cmark.dir/scanners.c.o
202
-
203
-
204
- src/CMakeFiles/cmark.dir/utf8.c.o: src/CMakeFiles/cmark.dir/flags.make
205
- src/CMakeFiles/cmark.dir/utf8.c.o: ../src/utf8.c
206
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object src/CMakeFiles/cmark.dir/utf8.c.o"
207
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/utf8.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/utf8.c
208
-
209
- src/CMakeFiles/cmark.dir/utf8.c.i: cmake_force
210
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/utf8.c.i"
211
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/utf8.c > CMakeFiles/cmark.dir/utf8.c.i
212
-
213
- src/CMakeFiles/cmark.dir/utf8.c.s: cmake_force
214
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/utf8.c.s"
215
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/utf8.c -o CMakeFiles/cmark.dir/utf8.c.s
216
-
217
- src/CMakeFiles/cmark.dir/utf8.c.o.requires:
218
-
219
- .PHONY : src/CMakeFiles/cmark.dir/utf8.c.o.requires
220
-
221
- src/CMakeFiles/cmark.dir/utf8.c.o.provides: src/CMakeFiles/cmark.dir/utf8.c.o.requires
222
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/utf8.c.o.provides.build
223
- .PHONY : src/CMakeFiles/cmark.dir/utf8.c.o.provides
224
-
225
- src/CMakeFiles/cmark.dir/utf8.c.o.provides.build: src/CMakeFiles/cmark.dir/utf8.c.o
226
-
227
-
228
- src/CMakeFiles/cmark.dir/buffer.c.o: src/CMakeFiles/cmark.dir/flags.make
229
- src/CMakeFiles/cmark.dir/buffer.c.o: ../src/buffer.c
230
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object src/CMakeFiles/cmark.dir/buffer.c.o"
231
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/buffer.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/buffer.c
232
-
233
- src/CMakeFiles/cmark.dir/buffer.c.i: cmake_force
234
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/buffer.c.i"
235
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/buffer.c > CMakeFiles/cmark.dir/buffer.c.i
236
-
237
- src/CMakeFiles/cmark.dir/buffer.c.s: cmake_force
238
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/buffer.c.s"
239
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/buffer.c -o CMakeFiles/cmark.dir/buffer.c.s
240
-
241
- src/CMakeFiles/cmark.dir/buffer.c.o.requires:
242
-
243
- .PHONY : src/CMakeFiles/cmark.dir/buffer.c.o.requires
244
-
245
- src/CMakeFiles/cmark.dir/buffer.c.o.provides: src/CMakeFiles/cmark.dir/buffer.c.o.requires
246
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/buffer.c.o.provides.build
247
- .PHONY : src/CMakeFiles/cmark.dir/buffer.c.o.provides
248
-
249
- src/CMakeFiles/cmark.dir/buffer.c.o.provides.build: src/CMakeFiles/cmark.dir/buffer.c.o
250
-
251
-
252
- src/CMakeFiles/cmark.dir/references.c.o: src/CMakeFiles/cmark.dir/flags.make
253
- src/CMakeFiles/cmark.dir/references.c.o: ../src/references.c
254
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object src/CMakeFiles/cmark.dir/references.c.o"
255
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/references.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/references.c
256
-
257
- src/CMakeFiles/cmark.dir/references.c.i: cmake_force
258
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/references.c.i"
259
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/references.c > CMakeFiles/cmark.dir/references.c.i
260
-
261
- src/CMakeFiles/cmark.dir/references.c.s: cmake_force
262
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/references.c.s"
263
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/references.c -o CMakeFiles/cmark.dir/references.c.s
264
-
265
- src/CMakeFiles/cmark.dir/references.c.o.requires:
266
-
267
- .PHONY : src/CMakeFiles/cmark.dir/references.c.o.requires
268
-
269
- src/CMakeFiles/cmark.dir/references.c.o.provides: src/CMakeFiles/cmark.dir/references.c.o.requires
270
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/references.c.o.provides.build
271
- .PHONY : src/CMakeFiles/cmark.dir/references.c.o.provides
272
-
273
- src/CMakeFiles/cmark.dir/references.c.o.provides.build: src/CMakeFiles/cmark.dir/references.c.o
274
-
275
-
276
- src/CMakeFiles/cmark.dir/render.c.o: src/CMakeFiles/cmark.dir/flags.make
277
- src/CMakeFiles/cmark.dir/render.c.o: ../src/render.c
278
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object src/CMakeFiles/cmark.dir/render.c.o"
279
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/render.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/render.c
280
-
281
- src/CMakeFiles/cmark.dir/render.c.i: cmake_force
282
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/render.c.i"
283
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/render.c > CMakeFiles/cmark.dir/render.c.i
284
-
285
- src/CMakeFiles/cmark.dir/render.c.s: cmake_force
286
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/render.c.s"
287
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/render.c -o CMakeFiles/cmark.dir/render.c.s
288
-
289
- src/CMakeFiles/cmark.dir/render.c.o.requires:
290
-
291
- .PHONY : src/CMakeFiles/cmark.dir/render.c.o.requires
292
-
293
- src/CMakeFiles/cmark.dir/render.c.o.provides: src/CMakeFiles/cmark.dir/render.c.o.requires
294
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/render.c.o.provides.build
295
- .PHONY : src/CMakeFiles/cmark.dir/render.c.o.provides
296
-
297
- src/CMakeFiles/cmark.dir/render.c.o.provides.build: src/CMakeFiles/cmark.dir/render.c.o
298
-
299
-
300
- src/CMakeFiles/cmark.dir/man.c.o: src/CMakeFiles/cmark.dir/flags.make
301
- src/CMakeFiles/cmark.dir/man.c.o: ../src/man.c
302
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object src/CMakeFiles/cmark.dir/man.c.o"
303
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/man.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/man.c
304
-
305
- src/CMakeFiles/cmark.dir/man.c.i: cmake_force
306
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/man.c.i"
307
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/man.c > CMakeFiles/cmark.dir/man.c.i
308
-
309
- src/CMakeFiles/cmark.dir/man.c.s: cmake_force
310
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/man.c.s"
311
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/man.c -o CMakeFiles/cmark.dir/man.c.s
312
-
313
- src/CMakeFiles/cmark.dir/man.c.o.requires:
314
-
315
- .PHONY : src/CMakeFiles/cmark.dir/man.c.o.requires
316
-
317
- src/CMakeFiles/cmark.dir/man.c.o.provides: src/CMakeFiles/cmark.dir/man.c.o.requires
318
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/man.c.o.provides.build
319
- .PHONY : src/CMakeFiles/cmark.dir/man.c.o.provides
320
-
321
- src/CMakeFiles/cmark.dir/man.c.o.provides.build: src/CMakeFiles/cmark.dir/man.c.o
322
-
323
-
324
- src/CMakeFiles/cmark.dir/xml.c.o: src/CMakeFiles/cmark.dir/flags.make
325
- src/CMakeFiles/cmark.dir/xml.c.o: ../src/xml.c
326
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object src/CMakeFiles/cmark.dir/xml.c.o"
327
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/xml.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/xml.c
328
-
329
- src/CMakeFiles/cmark.dir/xml.c.i: cmake_force
330
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/xml.c.i"
331
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/xml.c > CMakeFiles/cmark.dir/xml.c.i
332
-
333
- src/CMakeFiles/cmark.dir/xml.c.s: cmake_force
334
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/xml.c.s"
335
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/xml.c -o CMakeFiles/cmark.dir/xml.c.s
336
-
337
- src/CMakeFiles/cmark.dir/xml.c.o.requires:
338
-
339
- .PHONY : src/CMakeFiles/cmark.dir/xml.c.o.requires
340
-
341
- src/CMakeFiles/cmark.dir/xml.c.o.provides: src/CMakeFiles/cmark.dir/xml.c.o.requires
342
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/xml.c.o.provides.build
343
- .PHONY : src/CMakeFiles/cmark.dir/xml.c.o.provides
344
-
345
- src/CMakeFiles/cmark.dir/xml.c.o.provides.build: src/CMakeFiles/cmark.dir/xml.c.o
346
-
347
-
348
- src/CMakeFiles/cmark.dir/html.c.o: src/CMakeFiles/cmark.dir/flags.make
349
- src/CMakeFiles/cmark.dir/html.c.o: ../src/html.c
350
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object src/CMakeFiles/cmark.dir/html.c.o"
351
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/html.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/html.c
352
-
353
- src/CMakeFiles/cmark.dir/html.c.i: cmake_force
354
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/html.c.i"
355
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/html.c > CMakeFiles/cmark.dir/html.c.i
356
-
357
- src/CMakeFiles/cmark.dir/html.c.s: cmake_force
358
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/html.c.s"
359
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/html.c -o CMakeFiles/cmark.dir/html.c.s
360
-
361
- src/CMakeFiles/cmark.dir/html.c.o.requires:
362
-
363
- .PHONY : src/CMakeFiles/cmark.dir/html.c.o.requires
364
-
365
- src/CMakeFiles/cmark.dir/html.c.o.provides: src/CMakeFiles/cmark.dir/html.c.o.requires
366
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/html.c.o.provides.build
367
- .PHONY : src/CMakeFiles/cmark.dir/html.c.o.provides
368
-
369
- src/CMakeFiles/cmark.dir/html.c.o.provides.build: src/CMakeFiles/cmark.dir/html.c.o
370
-
371
-
372
- src/CMakeFiles/cmark.dir/commonmark.c.o: src/CMakeFiles/cmark.dir/flags.make
373
- src/CMakeFiles/cmark.dir/commonmark.c.o: ../src/commonmark.c
374
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object src/CMakeFiles/cmark.dir/commonmark.c.o"
375
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/commonmark.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/commonmark.c
376
-
377
- src/CMakeFiles/cmark.dir/commonmark.c.i: cmake_force
378
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/commonmark.c.i"
379
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/commonmark.c > CMakeFiles/cmark.dir/commonmark.c.i
380
-
381
- src/CMakeFiles/cmark.dir/commonmark.c.s: cmake_force
382
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/commonmark.c.s"
383
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/commonmark.c -o CMakeFiles/cmark.dir/commonmark.c.s
384
-
385
- src/CMakeFiles/cmark.dir/commonmark.c.o.requires:
386
-
387
- .PHONY : src/CMakeFiles/cmark.dir/commonmark.c.o.requires
388
-
389
- src/CMakeFiles/cmark.dir/commonmark.c.o.provides: src/CMakeFiles/cmark.dir/commonmark.c.o.requires
390
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/commonmark.c.o.provides.build
391
- .PHONY : src/CMakeFiles/cmark.dir/commonmark.c.o.provides
392
-
393
- src/CMakeFiles/cmark.dir/commonmark.c.o.provides.build: src/CMakeFiles/cmark.dir/commonmark.c.o
394
-
395
-
396
- src/CMakeFiles/cmark.dir/latex.c.o: src/CMakeFiles/cmark.dir/flags.make
397
- src/CMakeFiles/cmark.dir/latex.c.o: ../src/latex.c
398
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object src/CMakeFiles/cmark.dir/latex.c.o"
399
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/latex.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/latex.c
400
-
401
- src/CMakeFiles/cmark.dir/latex.c.i: cmake_force
402
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/latex.c.i"
403
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/latex.c > CMakeFiles/cmark.dir/latex.c.i
404
-
405
- src/CMakeFiles/cmark.dir/latex.c.s: cmake_force
406
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/latex.c.s"
407
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/latex.c -o CMakeFiles/cmark.dir/latex.c.s
408
-
409
- src/CMakeFiles/cmark.dir/latex.c.o.requires:
410
-
411
- .PHONY : src/CMakeFiles/cmark.dir/latex.c.o.requires
412
-
413
- src/CMakeFiles/cmark.dir/latex.c.o.provides: src/CMakeFiles/cmark.dir/latex.c.o.requires
414
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/latex.c.o.provides.build
415
- .PHONY : src/CMakeFiles/cmark.dir/latex.c.o.provides
416
-
417
- src/CMakeFiles/cmark.dir/latex.c.o.provides.build: src/CMakeFiles/cmark.dir/latex.c.o
418
-
419
-
420
- src/CMakeFiles/cmark.dir/houdini_href_e.c.o: src/CMakeFiles/cmark.dir/flags.make
421
- src/CMakeFiles/cmark.dir/houdini_href_e.c.o: ../src/houdini_href_e.c
422
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object src/CMakeFiles/cmark.dir/houdini_href_e.c.o"
423
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/houdini_href_e.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_href_e.c
424
-
425
- src/CMakeFiles/cmark.dir/houdini_href_e.c.i: cmake_force
426
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/houdini_href_e.c.i"
427
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_href_e.c > CMakeFiles/cmark.dir/houdini_href_e.c.i
428
-
429
- src/CMakeFiles/cmark.dir/houdini_href_e.c.s: cmake_force
430
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/houdini_href_e.c.s"
431
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_href_e.c -o CMakeFiles/cmark.dir/houdini_href_e.c.s
432
-
433
- src/CMakeFiles/cmark.dir/houdini_href_e.c.o.requires:
434
-
435
- .PHONY : src/CMakeFiles/cmark.dir/houdini_href_e.c.o.requires
436
-
437
- src/CMakeFiles/cmark.dir/houdini_href_e.c.o.provides: src/CMakeFiles/cmark.dir/houdini_href_e.c.o.requires
438
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/houdini_href_e.c.o.provides.build
439
- .PHONY : src/CMakeFiles/cmark.dir/houdini_href_e.c.o.provides
440
-
441
- src/CMakeFiles/cmark.dir/houdini_href_e.c.o.provides.build: src/CMakeFiles/cmark.dir/houdini_href_e.c.o
442
-
443
-
444
- src/CMakeFiles/cmark.dir/houdini_html_e.c.o: src/CMakeFiles/cmark.dir/flags.make
445
- src/CMakeFiles/cmark.dir/houdini_html_e.c.o: ../src/houdini_html_e.c
446
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object src/CMakeFiles/cmark.dir/houdini_html_e.c.o"
447
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/houdini_html_e.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_e.c
448
-
449
- src/CMakeFiles/cmark.dir/houdini_html_e.c.i: cmake_force
450
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/houdini_html_e.c.i"
451
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_e.c > CMakeFiles/cmark.dir/houdini_html_e.c.i
452
-
453
- src/CMakeFiles/cmark.dir/houdini_html_e.c.s: cmake_force
454
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/houdini_html_e.c.s"
455
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_e.c -o CMakeFiles/cmark.dir/houdini_html_e.c.s
456
-
457
- src/CMakeFiles/cmark.dir/houdini_html_e.c.o.requires:
458
-
459
- .PHONY : src/CMakeFiles/cmark.dir/houdini_html_e.c.o.requires
460
-
461
- src/CMakeFiles/cmark.dir/houdini_html_e.c.o.provides: src/CMakeFiles/cmark.dir/houdini_html_e.c.o.requires
462
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/houdini_html_e.c.o.provides.build
463
- .PHONY : src/CMakeFiles/cmark.dir/houdini_html_e.c.o.provides
464
-
465
- src/CMakeFiles/cmark.dir/houdini_html_e.c.o.provides.build: src/CMakeFiles/cmark.dir/houdini_html_e.c.o
466
-
467
-
468
- src/CMakeFiles/cmark.dir/houdini_html_u.c.o: src/CMakeFiles/cmark.dir/flags.make
469
- src/CMakeFiles/cmark.dir/houdini_html_u.c.o: ../src/houdini_html_u.c
470
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object src/CMakeFiles/cmark.dir/houdini_html_u.c.o"
471
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/houdini_html_u.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_u.c
472
-
473
- src/CMakeFiles/cmark.dir/houdini_html_u.c.i: cmake_force
474
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/houdini_html_u.c.i"
475
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_u.c > CMakeFiles/cmark.dir/houdini_html_u.c.i
476
-
477
- src/CMakeFiles/cmark.dir/houdini_html_u.c.s: cmake_force
478
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/houdini_html_u.c.s"
479
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/houdini_html_u.c -o CMakeFiles/cmark.dir/houdini_html_u.c.s
480
-
481
- src/CMakeFiles/cmark.dir/houdini_html_u.c.o.requires:
482
-
483
- .PHONY : src/CMakeFiles/cmark.dir/houdini_html_u.c.o.requires
484
-
485
- src/CMakeFiles/cmark.dir/houdini_html_u.c.o.provides: src/CMakeFiles/cmark.dir/houdini_html_u.c.o.requires
486
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/houdini_html_u.c.o.provides.build
487
- .PHONY : src/CMakeFiles/cmark.dir/houdini_html_u.c.o.provides
488
-
489
- src/CMakeFiles/cmark.dir/houdini_html_u.c.o.provides.build: src/CMakeFiles/cmark.dir/houdini_html_u.c.o
490
-
491
-
492
- src/CMakeFiles/cmark.dir/cmark_ctype.c.o: src/CMakeFiles/cmark.dir/flags.make
493
- src/CMakeFiles/cmark.dir/cmark_ctype.c.o: ../src/cmark_ctype.c
494
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object src/CMakeFiles/cmark.dir/cmark_ctype.c.o"
495
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/cmark_ctype.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark_ctype.c
496
-
497
- src/CMakeFiles/cmark.dir/cmark_ctype.c.i: cmake_force
498
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/cmark_ctype.c.i"
499
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark_ctype.c > CMakeFiles/cmark.dir/cmark_ctype.c.i
500
-
501
- src/CMakeFiles/cmark.dir/cmark_ctype.c.s: cmake_force
502
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/cmark_ctype.c.s"
503
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/cmark_ctype.c -o CMakeFiles/cmark.dir/cmark_ctype.c.s
504
-
505
- src/CMakeFiles/cmark.dir/cmark_ctype.c.o.requires:
506
-
507
- .PHONY : src/CMakeFiles/cmark.dir/cmark_ctype.c.o.requires
508
-
509
- src/CMakeFiles/cmark.dir/cmark_ctype.c.o.provides: src/CMakeFiles/cmark.dir/cmark_ctype.c.o.requires
510
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/cmark_ctype.c.o.provides.build
511
- .PHONY : src/CMakeFiles/cmark.dir/cmark_ctype.c.o.provides
512
-
513
- src/CMakeFiles/cmark.dir/cmark_ctype.c.o.provides.build: src/CMakeFiles/cmark.dir/cmark_ctype.c.o
514
-
515
-
516
- src/CMakeFiles/cmark.dir/main.c.o: src/CMakeFiles/cmark.dir/flags.make
517
- src/CMakeFiles/cmark.dir/main.c.o: ../src/main.c
518
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object src/CMakeFiles/cmark.dir/main.c.o"
519
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cmark.dir/main.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/main.c
520
-
521
- src/CMakeFiles/cmark.dir/main.c.i: cmake_force
522
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cmark.dir/main.c.i"
523
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/main.c > CMakeFiles/cmark.dir/main.c.i
524
-
525
- src/CMakeFiles/cmark.dir/main.c.s: cmake_force
526
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cmark.dir/main.c.s"
527
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/main.c -o CMakeFiles/cmark.dir/main.c.s
528
-
529
- src/CMakeFiles/cmark.dir/main.c.o.requires:
530
-
531
- .PHONY : src/CMakeFiles/cmark.dir/main.c.o.requires
532
-
533
- src/CMakeFiles/cmark.dir/main.c.o.provides: src/CMakeFiles/cmark.dir/main.c.o.requires
534
- $(MAKE) -f src/CMakeFiles/cmark.dir/build.make src/CMakeFiles/cmark.dir/main.c.o.provides.build
535
- .PHONY : src/CMakeFiles/cmark.dir/main.c.o.provides
536
-
537
- src/CMakeFiles/cmark.dir/main.c.o.provides.build: src/CMakeFiles/cmark.dir/main.c.o
538
-
539
-
540
- # Object files for target cmark
541
- cmark_OBJECTS = \
542
- "CMakeFiles/cmark.dir/cmark.c.o" \
543
- "CMakeFiles/cmark.dir/node.c.o" \
544
- "CMakeFiles/cmark.dir/iterator.c.o" \
545
- "CMakeFiles/cmark.dir/blocks.c.o" \
546
- "CMakeFiles/cmark.dir/inlines.c.o" \
547
- "CMakeFiles/cmark.dir/scanners.c.o" \
548
- "CMakeFiles/cmark.dir/utf8.c.o" \
549
- "CMakeFiles/cmark.dir/buffer.c.o" \
550
- "CMakeFiles/cmark.dir/references.c.o" \
551
- "CMakeFiles/cmark.dir/render.c.o" \
552
- "CMakeFiles/cmark.dir/man.c.o" \
553
- "CMakeFiles/cmark.dir/xml.c.o" \
554
- "CMakeFiles/cmark.dir/html.c.o" \
555
- "CMakeFiles/cmark.dir/commonmark.c.o" \
556
- "CMakeFiles/cmark.dir/latex.c.o" \
557
- "CMakeFiles/cmark.dir/houdini_href_e.c.o" \
558
- "CMakeFiles/cmark.dir/houdini_html_e.c.o" \
559
- "CMakeFiles/cmark.dir/houdini_html_u.c.o" \
560
- "CMakeFiles/cmark.dir/cmark_ctype.c.o" \
561
- "CMakeFiles/cmark.dir/main.c.o"
562
-
563
- # External object files for target cmark
564
- cmark_EXTERNAL_OBJECTS =
565
-
566
- src/cmark: src/CMakeFiles/cmark.dir/cmark.c.o
567
- src/cmark: src/CMakeFiles/cmark.dir/node.c.o
568
- src/cmark: src/CMakeFiles/cmark.dir/iterator.c.o
569
- src/cmark: src/CMakeFiles/cmark.dir/blocks.c.o
570
- src/cmark: src/CMakeFiles/cmark.dir/inlines.c.o
571
- src/cmark: src/CMakeFiles/cmark.dir/scanners.c.o
572
- src/cmark: src/CMakeFiles/cmark.dir/utf8.c.o
573
- src/cmark: src/CMakeFiles/cmark.dir/buffer.c.o
574
- src/cmark: src/CMakeFiles/cmark.dir/references.c.o
575
- src/cmark: src/CMakeFiles/cmark.dir/render.c.o
576
- src/cmark: src/CMakeFiles/cmark.dir/man.c.o
577
- src/cmark: src/CMakeFiles/cmark.dir/xml.c.o
578
- src/cmark: src/CMakeFiles/cmark.dir/html.c.o
579
- src/cmark: src/CMakeFiles/cmark.dir/commonmark.c.o
580
- src/cmark: src/CMakeFiles/cmark.dir/latex.c.o
581
- src/cmark: src/CMakeFiles/cmark.dir/houdini_href_e.c.o
582
- src/cmark: src/CMakeFiles/cmark.dir/houdini_html_e.c.o
583
- src/cmark: src/CMakeFiles/cmark.dir/houdini_html_u.c.o
584
- src/cmark: src/CMakeFiles/cmark.dir/cmark_ctype.c.o
585
- src/cmark: src/CMakeFiles/cmark.dir/main.c.o
586
- src/cmark: src/CMakeFiles/cmark.dir/build.make
587
- src/cmark: src/CMakeFiles/cmark.dir/link.txt
588
- @$(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_21) "Linking C executable cmark"
589
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cmark.dir/link.txt --verbose=$(VERBOSE)
590
-
591
- # Rule to build all files generated by this target.
592
- src/CMakeFiles/cmark.dir/build: src/cmark
593
-
594
- .PHONY : src/CMakeFiles/cmark.dir/build
595
-
596
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/cmark.c.o.requires
597
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/node.c.o.requires
598
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/iterator.c.o.requires
599
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/blocks.c.o.requires
600
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/inlines.c.o.requires
601
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/scanners.c.o.requires
602
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/utf8.c.o.requires
603
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/buffer.c.o.requires
604
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/references.c.o.requires
605
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/render.c.o.requires
606
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/man.c.o.requires
607
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/xml.c.o.requires
608
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/html.c.o.requires
609
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/commonmark.c.o.requires
610
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/latex.c.o.requires
611
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/houdini_href_e.c.o.requires
612
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/houdini_html_e.c.o.requires
613
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/houdini_html_u.c.o.requires
614
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/cmark_ctype.c.o.requires
615
- src/CMakeFiles/cmark.dir/requires: src/CMakeFiles/cmark.dir/main.c.o.requires
616
-
617
- .PHONY : src/CMakeFiles/cmark.dir/requires
618
-
619
- src/CMakeFiles/cmark.dir/clean:
620
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && $(CMAKE_COMMAND) -P CMakeFiles/cmark.dir/cmake_clean.cmake
621
- .PHONY : src/CMakeFiles/cmark.dir/clean
622
-
623
- src/CMakeFiles/cmark.dir/depend:
624
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake --color=$(COLOR)
625
- .PHONY : src/CMakeFiles/cmark.dir/depend
626
-