apex-ruby 1.0.17 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +17 -3
- data/ext/apex_ext/apex_ext.c +260 -91
- data/ext/apex_ext/apex_src/CHANGELOG.md +440 -0
- data/ext/apex_ext/apex_src/CMakeLists.txt +15 -1
- data/ext/apex_ext/apex_src/Formula/apex.rb +7 -2
- data/ext/apex_ext/apex_src/Package.swift +15 -4
- data/ext/apex_ext/apex_src/README.md +94 -35
- data/ext/apex_ext/apex_src/VERSION +1 -1
- data/ext/apex_ext/apex_src/apex-debug.log +4 -0
- data/ext/apex_ext/apex_src/apex.code-workspace +38 -0
- data/ext/apex_ext/apex_src/apex.taskpaper +12 -0
- data/ext/apex_ext/apex_src/apex_deflist_debug.log +25 -0
- data/ext/apex_ext/apex_src/buildnotes.md +1435 -0
- data/ext/apex_ext/apex_src/cli/main.c +262 -33
- data/ext/apex_ext/apex_src/debug.log +7 -0
- data/ext/apex_ext/apex_src/docs/CITATIONS_EXAMPLES.md +274 -0
- data/ext/apex_ext/apex_src/docs/CITATIONS_IMPLEMENTATION_PLAN.md +749 -0
- data/ext/apex_ext/apex_src/docs/CITATIONS_PLAN.md +744 -0
- data/ext/apex_ext/apex_src/docs/INDEX_IMPLEMENTATION_ANALYSIS.md +382 -0
- data/ext/apex_ext/apex_src/docs/plans/2025-02-27-man-page-output-implementation.md +351 -0
- data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-12-toc-output-format.md +745 -0
- data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-18-bear-image-attributes.md +829 -0
- data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-19-apex-node-npm.md +1148 -0
- data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-12-toc-output-format-design.md +161 -0
- data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-18-bear-image-attributes-design.md +184 -0
- data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-19-apex-node-npm-design.md +211 -0
- data/ext/apex_ext/apex_src/documentation/app-settings-table.md +67 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Citations.md +340 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Credits.md +11 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Header-IDs.md +234 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Inline-Attribute-Lists.md +516 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Metadata-Transforms.md +461 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Modes.md +193 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Multi-File-Documents.md +201 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Plugins.md +678 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Syntax.md +1367 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex Command Line Options.cheatsheet.txt +6 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/C-API.html +774 -300
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Callouts.html +1194 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Citations.html +416 -216
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Command-Line-Options.html +3544 -1094
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Configuration.html +371 -97
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Credits.html +153 -23
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Examples.html +358 -124
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Filters.html +1656 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Generating-Man-Pages.html +1226 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Getting-Started.html +201 -56
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Header-IDs.html +279 -109
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Home.html +200 -53
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Indices.html +2327 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Inline-Attribute-Lists.html +690 -271
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Installation.html +201 -55
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Limitations-and-Roadmap.html +238 -68
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Metadata-Transforms.html +421 -221
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Modes.html +340 -78
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Multi-File-Documents.html +251 -86
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Multi-Format-Images.html +1362 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Pandoc-Integration.html +277 -90
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Plugins.html +673 -346
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Quarto-Mode.html +1405 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Rendering-Markdown-In-Terminal.html +1902 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Syntax.html +1939 -1698
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Tables.html +1781 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Troubleshooting.html +315 -140
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Usage.html +307 -113
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Using-Apex-with-Jekyll.html +1132 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Writing-Tests.html +1754 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Xcode-Integration.html +872 -376
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/docSet.dsidx +0 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/optimizedIndex.dsidx +0 -0
- data/ext/apex_ext/apex_src/documentation/html/apex-app-docs.html +8746 -0
- data/ext/apex_ext/apex_src/documentation/shared_styles.css +20 -15
- data/ext/apex_ext/apex_src/documentation/transform_for_app.md +55 -0
- data/ext/apex_ext/apex_src/escaping-repro.md +103 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/Info.plist +8 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/QuickLook/Preview.png +0 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/document.wflow +547 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown-to-RTF.workflow.zip +0 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/README.md +33 -0
- data/ext/apex_ext/apex_src/include/apex/apex.h +92 -6
- data/ext/apex_ext/apex_src/include/apex/ast_rtf.h +23 -0
- data/ext/apex_ext/apex_src/include/apex/ast_terminal.h +6 -0
- data/ext/apex_ext/apex_src/include/apex/module.modulemap +5 -0
- data/ext/apex_ext/apex_src/include/apex/plugins.h +105 -0
- data/ext/apex_ext/apex_src/include/apexc.h +1 -0
- data/ext/apex_ext/apex_src/man/apex.1 +82 -78
- data/ext/apex_ext/apex_src/man/apex.1.md +81 -4
- data/ext/apex_ext/apex_src/objc/Apex.swift +73 -0
- data/ext/apex_ext/apex_src/objc/ApexPlugins.swift +79 -0
- data/ext/apex_ext/apex_src/objc/NSString+Apex.h +83 -5
- data/ext/apex_ext/apex_src/objc/NSString+Apex.m +244 -1
- data/ext/apex_ext/apex_src/objc/NSString+ApexPlugins.h +76 -0
- data/ext/apex_ext/apex_src/objc/NSString+ApexPlugins.m +169 -0
- data/ext/apex_ext/apex_src/output.html +87 -0
- data/ext/apex_ext/apex_src/plans/quarto-mode.md +442 -0
- data/ext/apex_ext/apex_src/src/_README.md +85 -32
- data/ext/apex_ext/apex_src/src/apex.c +770 -200
- data/ext/apex_ext/apex_src/src/ast_rtf.c +848 -0
- data/ext/apex_ext/apex_src/src/ast_terminal.c +184 -7
- data/ext/apex_ext/apex_src/src/extensions/abbreviations.c +10 -3
- data/ext/apex_ext/apex_src/src/extensions/advanced_tables.c +7 -11
- data/ext/apex_ext/apex_src/src/extensions/bear_image_attrs.c +467 -0
- data/ext/apex_ext/apex_src/src/extensions/bear_image_attrs.h +27 -0
- data/ext/apex_ext/apex_src/src/extensions/callouts.c +400 -4
- data/ext/apex_ext/apex_src/src/extensions/callouts.h +15 -5
- data/ext/apex_ext/apex_src/src/extensions/citations.c +26 -5
- data/ext/apex_ext/apex_src/src/extensions/code_fence_attrs.c +632 -0
- data/ext/apex_ext/apex_src/src/extensions/code_fence_attrs.h +22 -0
- data/ext/apex_ext/apex_src/src/extensions/concordance.c +632 -0
- data/ext/apex_ext/apex_src/src/extensions/definition_list.c +129 -15
- data/ext/apex_ext/apex_src/src/extensions/grid_tables.c +1050 -121
- data/ext/apex_ext/apex_src/src/extensions/html_markdown.c +569 -16
- data/ext/apex_ext/apex_src/src/extensions/ial.c +502 -52
- data/ext/apex_ext/apex_src/src/extensions/ial.h +2 -1
- data/ext/apex_ext/apex_src/src/extensions/includes.c +532 -33
- data/ext/apex_ext/apex_src/src/extensions/includes.h +7 -1
- data/ext/apex_ext/apex_src/src/extensions/index.c +1427 -140
- data/ext/apex_ext/apex_src/src/extensions/index.h +28 -0
- data/ext/apex_ext/apex_src/src/extensions/metadata.c +200 -161
- data/ext/apex_ext/apex_src/src/extensions/quarto_diagrams.c +251 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_diagrams.h +22 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_lists.c +624 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_lists.h +35 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_polish.c +264 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_polish.h +23 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_shortcodes.c +307 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_shortcodes.h +21 -0
- data/ext/apex_ext/apex_src/src/extensions/raw_content.c +351 -0
- data/ext/apex_ext/apex_src/src/extensions/raw_content.h +20 -0
- data/ext/apex_ext/apex_src/src/extensions/relaxed_tables.c +117 -3
- data/ext/apex_ext/apex_src/src/extensions/special_markers.c +53 -0
- data/ext/apex_ext/apex_src/src/extensions/syntax_highlight.c +23 -1
- data/ext/apex_ext/apex_src/src/extensions/table_html_postprocess.c +83 -92
- data/ext/apex_ext/apex_src/src/extensions/toc.c +446 -25
- data/ext/apex_ext/apex_src/src/extensions/toc.h +26 -1
- data/ext/apex_ext/apex_src/src/extensions/wiki_links.c +28 -0
- data/ext/apex_ext/apex_src/src/html_renderer.c +387 -17
- data/ext/apex_ext/apex_src/src/plugin_catalog.c +517 -0
- data/ext/apex_ext/apex_src/src/plugins_remote.c +88 -14
- data/ext/apex_ext/apex_src/src/plugins_remote.h +34 -0
- data/ext/apex_ext/apex_src/src/pretty_html.c +6 -1
- data/ext/apex_ext/apex_src/tests/fixtures/comprehensive_test.md +21 -0
- data/ext/apex_ext/apex_src/tests/fixtures/images/bear_image_attributes.md +10 -0
- data/ext/apex_ext/apex_src/tests/fixtures/includes/sections.md +19 -0
- data/ext/apex_ext/apex_src/tests/fixtures/includes/sections.txt +11 -0
- data/ext/apex_ext/apex_src/tests/fixtures/minimal_pb.md +2 -0
- data/ext/apex_ext/apex_src/tests/fixtures/obsidian-callouts.md +46 -0
- data/ext/apex_ext/apex_src/tests/fixtures/pagebreak_html_repro.md +5 -0
- data/ext/apex_ext/apex_src/tests/fixtures/python-callouts.md +47 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/callouts.md +3 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/code-attrs.md +3 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/diagrams.md +8 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/lists.md +19 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/raw-content.md +5 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/shortcodes.md +7 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/smoke.md +81 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/spans.md +5 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto-callouts.md +47 -0
- data/ext/apex_ext/apex_src/tests/fixtures/speed.md +192 -0
- data/ext/apex_ext/apex_src/tests/fixtures/tables/grid-tables.md +37 -0
- data/ext/apex_ext/apex_src/tests/paginate_cli_test.sh +16 -0
- data/ext/apex_ext/apex_src/tests/test_bear_image_attrs.c +301 -0
- data/ext/apex_ext/apex_src/tests/test_concordance.tsv +4 -0
- data/ext/apex_ext/apex_src/tests/test_escaping_repro.c +82 -0
- data/ext/apex_ext/apex_src/tests/test_extensions.c +821 -1
- data/ext/apex_ext/apex_src/tests/test_ial.c +7 -0
- data/ext/apex_ext/apex_src/tests/test_marked_integration.c +25 -0
- data/ext/apex_ext/apex_src/tests/test_metadata.c +129 -0
- data/ext/apex_ext/apex_src/tests/test_output.c +568 -2
- data/ext/apex_ext/apex_src/tests/test_runner.c +11 -0
- data/ext/apex_ext/apex_src/tests/test_tables.c +420 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/CMakeLists.txt +1 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/extensions/autolink.c +77 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/extensions/table.c +135 -5
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/blocks.c +56 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/config.h +38 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/main.c +1 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/__pycache__/cmark.cpython-314.pyc +0 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/__pycache__/normalize.cpython-314.pyc +0 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/extensions.txt +69 -0
- data/ext/apex_ext/apex_src/xcode_build/CMakeScripts/ReRunCMake.make +74 -0
- data/ext/apex_ext/apex_src/xcode_build/CTestTestfile.cmake +22 -0
- data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/Apex +0 -0
- data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/Resources/Info.plist +44 -0
- data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/_CodeSignature/CodeResources +128 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.pbxproj +5118 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcuserdata/ttscoff.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcuserdata/ttscoff.xcuserdatad/WorkspaceSettings.xcsettings +8 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/xcuserdata/ttscoff.xcuserdatad/xcschemes/xcschememanagement.plist +99 -0
- data/ext/apex_ext/apex_src/xcode_build/cmake_install.cmake +452 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/CMakeScripts/ReRunCMake.make +52 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmake_install.cmake +55 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmark-gfm.xcodeproj/project.pbxproj +2455 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmark-gfm.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/extensions/cmake_install.cmake +171 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/man/cmake_install.cmake +55 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmake_install.cmake +220 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmark-gfm_export.h +43 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmark-gfm_version.h +7 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/config.h +76 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/libcmark-gfm.pc +10 -0
- data/ext/apex_ext/extconf.rb +35 -0
- data/lib/apex/version.rb +2 -2
- metadata +117 -2
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/tempOptimizedIndex.dsidx +0 -0
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# Install script for directory: /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/extensions
|
|
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
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
|
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
|
+
set(CMAKE_OBJDUMP "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
|
|
38
|
+
endif()
|
|
39
|
+
|
|
40
|
+
set(CMAKE_BINARY_DIR "/Users/ttscoff/Desktop/Code/apex/xcode_build")
|
|
41
|
+
|
|
42
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
43
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
44
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Debug/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
45
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib" AND
|
|
46
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
47
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
48
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug"
|
|
49
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
50
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
51
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
52
|
+
endif()
|
|
53
|
+
endif()
|
|
54
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
55
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Release/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
56
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib" AND
|
|
57
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
58
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
59
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release"
|
|
60
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
61
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
62
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
63
|
+
endif()
|
|
64
|
+
endif()
|
|
65
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
66
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/MinSizeRel/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
67
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib" AND
|
|
68
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
69
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
70
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel"
|
|
71
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
72
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
73
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
74
|
+
endif()
|
|
75
|
+
endif()
|
|
76
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
77
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/RelWithDebInfo/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
78
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib" AND
|
|
79
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
80
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
81
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo"
|
|
82
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
83
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
84
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.0.29.0.gfm.13.dylib")
|
|
85
|
+
endif()
|
|
86
|
+
endif()
|
|
87
|
+
endif()
|
|
88
|
+
endif()
|
|
89
|
+
|
|
90
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
91
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
92
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Debug/libcmark-gfm-extensions.dylib")
|
|
93
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
94
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Release/libcmark-gfm-extensions.dylib")
|
|
95
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
96
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/MinSizeRel/libcmark-gfm-extensions.dylib")
|
|
97
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
98
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/RelWithDebInfo/libcmark-gfm-extensions.dylib")
|
|
99
|
+
endif()
|
|
100
|
+
endif()
|
|
101
|
+
|
|
102
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
103
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
104
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Debug/libcmark-gfm-extensions.a")
|
|
105
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a" AND
|
|
106
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
107
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
108
|
+
endif()
|
|
109
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
110
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Release/libcmark-gfm-extensions.a")
|
|
111
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a" AND
|
|
112
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
113
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
114
|
+
endif()
|
|
115
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
116
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/MinSizeRel/libcmark-gfm-extensions.a")
|
|
117
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a" AND
|
|
118
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
119
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
120
|
+
endif()
|
|
121
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
122
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/RelWithDebInfo/libcmark-gfm-extensions.a")
|
|
123
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a" AND
|
|
124
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
125
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm-extensions.a")
|
|
126
|
+
endif()
|
|
127
|
+
endif()
|
|
128
|
+
endif()
|
|
129
|
+
|
|
130
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
131
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/extensions/cmark-gfm-core-extensions.h")
|
|
132
|
+
endif()
|
|
133
|
+
|
|
134
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
135
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions/cmark-gfm-extensions.cmake")
|
|
136
|
+
file(DIFFERENT _cmake_export_file_changed FILES
|
|
137
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions/cmark-gfm-extensions.cmake"
|
|
138
|
+
"/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/CMakeFiles/Export/5057fd061760ce21f415218109840d4c/cmark-gfm-extensions.cmake")
|
|
139
|
+
if(_cmake_export_file_changed)
|
|
140
|
+
file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions/cmark-gfm-extensions-*.cmake")
|
|
141
|
+
if(_cmake_old_config_files)
|
|
142
|
+
string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
|
|
143
|
+
message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions/cmark-gfm-extensions.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
|
|
144
|
+
unset(_cmake_old_config_files_text)
|
|
145
|
+
file(REMOVE ${_cmake_old_config_files})
|
|
146
|
+
endif()
|
|
147
|
+
unset(_cmake_old_config_files)
|
|
148
|
+
endif()
|
|
149
|
+
unset(_cmake_export_file_changed)
|
|
150
|
+
endif()
|
|
151
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/CMakeFiles/Export/5057fd061760ce21f415218109840d4c/cmark-gfm-extensions.cmake")
|
|
152
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
153
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/CMakeFiles/Export/5057fd061760ce21f415218109840d4c/cmark-gfm-extensions-debug.cmake")
|
|
154
|
+
endif()
|
|
155
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
156
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/CMakeFiles/Export/5057fd061760ce21f415218109840d4c/cmark-gfm-extensions-minsizerel.cmake")
|
|
157
|
+
endif()
|
|
158
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
159
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/CMakeFiles/Export/5057fd061760ce21f415218109840d4c/cmark-gfm-extensions-relwithdebinfo.cmake")
|
|
160
|
+
endif()
|
|
161
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
162
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake-gfm-extensions" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/CMakeFiles/Export/5057fd061760ce21f415218109840d4c/cmark-gfm-extensions-release.cmake")
|
|
163
|
+
endif()
|
|
164
|
+
endif()
|
|
165
|
+
|
|
166
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
167
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
168
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
169
|
+
file(WRITE "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/install_local_manifest.txt"
|
|
170
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
171
|
+
endif()
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Install script for directory: /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/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
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
|
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
|
+
set(CMAKE_OBJDUMP "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
|
|
38
|
+
endif()
|
|
39
|
+
|
|
40
|
+
set(CMAKE_BINARY_DIR "/Users/ttscoff/Desktop/Code/apex/xcode_build")
|
|
41
|
+
|
|
42
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
43
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/man/man1/cmark-gfm.1")
|
|
44
|
+
endif()
|
|
45
|
+
|
|
46
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
47
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/man/man3/cmark-gfm.3")
|
|
48
|
+
endif()
|
|
49
|
+
|
|
50
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
51
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
52
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
53
|
+
file(WRITE "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/man/install_local_manifest.txt"
|
|
54
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
55
|
+
endif()
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
# Install script for directory: /Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/src
|
|
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
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
|
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
|
+
set(CMAKE_OBJDUMP "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
|
|
38
|
+
endif()
|
|
39
|
+
|
|
40
|
+
set(CMAKE_BINARY_DIR "/Users/ttscoff/Desktop/Code/apex/xcode_build")
|
|
41
|
+
|
|
42
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
43
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
44
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug/cmark-gfm")
|
|
45
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm" AND
|
|
46
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
47
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
48
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Debug"
|
|
49
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug"
|
|
50
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
51
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
52
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
53
|
+
endif()
|
|
54
|
+
endif()
|
|
55
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
56
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release/cmark-gfm")
|
|
57
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm" AND
|
|
58
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
59
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
60
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/Release"
|
|
61
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release"
|
|
62
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
63
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
64
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
65
|
+
endif()
|
|
66
|
+
endif()
|
|
67
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
68
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel/cmark-gfm")
|
|
69
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm" AND
|
|
70
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
71
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
72
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/MinSizeRel"
|
|
73
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel"
|
|
74
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
75
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
76
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
77
|
+
endif()
|
|
78
|
+
endif()
|
|
79
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
80
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo/cmark-gfm")
|
|
81
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm" AND
|
|
82
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
83
|
+
execute_process(COMMAND /usr/bin/install_name_tool
|
|
84
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/extensions/RelWithDebInfo"
|
|
85
|
+
-delete_rpath "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo"
|
|
86
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
87
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
88
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cmark-gfm")
|
|
89
|
+
endif()
|
|
90
|
+
endif()
|
|
91
|
+
endif()
|
|
92
|
+
endif()
|
|
93
|
+
|
|
94
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
95
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
96
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
97
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib" AND
|
|
98
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
99
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
100
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
101
|
+
endif()
|
|
102
|
+
endif()
|
|
103
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
104
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
105
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib" AND
|
|
106
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
107
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
108
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
109
|
+
endif()
|
|
110
|
+
endif()
|
|
111
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
112
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
113
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib" AND
|
|
114
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
115
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
116
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
117
|
+
endif()
|
|
118
|
+
endif()
|
|
119
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
120
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
121
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib" AND
|
|
122
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
123
|
+
if(CMAKE_INSTALL_DO_STRIP)
|
|
124
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.0.29.0.gfm.13.dylib")
|
|
125
|
+
endif()
|
|
126
|
+
endif()
|
|
127
|
+
endif()
|
|
128
|
+
endif()
|
|
129
|
+
|
|
130
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
131
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
132
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug/libcmark-gfm.dylib")
|
|
133
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
134
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release/libcmark-gfm.dylib")
|
|
135
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
136
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel/libcmark-gfm.dylib")
|
|
137
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
138
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo/libcmark-gfm.dylib")
|
|
139
|
+
endif()
|
|
140
|
+
endif()
|
|
141
|
+
|
|
142
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
143
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
144
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Debug/libcmark-gfm.a")
|
|
145
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a" AND
|
|
146
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
147
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
148
|
+
endif()
|
|
149
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
150
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/Release/libcmark-gfm.a")
|
|
151
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a" AND
|
|
152
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
153
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
154
|
+
endif()
|
|
155
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
156
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/MinSizeRel/libcmark-gfm.a")
|
|
157
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a" AND
|
|
158
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
159
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
160
|
+
endif()
|
|
161
|
+
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
162
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/RelWithDebInfo/libcmark-gfm.a")
|
|
163
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a" AND
|
|
164
|
+
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
165
|
+
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcmark-gfm.a")
|
|
166
|
+
endif()
|
|
167
|
+
endif()
|
|
168
|
+
endif()
|
|
169
|
+
|
|
170
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
171
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/libcmark-gfm.pc")
|
|
172
|
+
endif()
|
|
173
|
+
|
|
174
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
175
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES
|
|
176
|
+
"/Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/src/cmark-gfm.h"
|
|
177
|
+
"/Users/ttscoff/Desktop/Code/apex/vendor/cmark-gfm/src/cmark-gfm-extension_api.h"
|
|
178
|
+
"/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/cmark-gfm_export.h"
|
|
179
|
+
"/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/cmark-gfm_version.h"
|
|
180
|
+
)
|
|
181
|
+
endif()
|
|
182
|
+
|
|
183
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
184
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/cmark-gfm.cmake")
|
|
185
|
+
file(DIFFERENT _cmake_export_file_changed FILES
|
|
186
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/cmark-gfm.cmake"
|
|
187
|
+
"/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/CMakeFiles/Export/c220ae0af1591e9e9e916bba91f25986/cmark-gfm.cmake")
|
|
188
|
+
if(_cmake_export_file_changed)
|
|
189
|
+
file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/cmark-gfm-*.cmake")
|
|
190
|
+
if(_cmake_old_config_files)
|
|
191
|
+
string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
|
|
192
|
+
message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/cmark-gfm.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
|
|
193
|
+
unset(_cmake_old_config_files_text)
|
|
194
|
+
file(REMOVE ${_cmake_old_config_files})
|
|
195
|
+
endif()
|
|
196
|
+
unset(_cmake_old_config_files)
|
|
197
|
+
endif()
|
|
198
|
+
unset(_cmake_export_file_changed)
|
|
199
|
+
endif()
|
|
200
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/CMakeFiles/Export/c220ae0af1591e9e9e916bba91f25986/cmark-gfm.cmake")
|
|
201
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
|
202
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/CMakeFiles/Export/c220ae0af1591e9e9e916bba91f25986/cmark-gfm-debug.cmake")
|
|
203
|
+
endif()
|
|
204
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
|
205
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/CMakeFiles/Export/c220ae0af1591e9e9e916bba91f25986/cmark-gfm-minsizerel.cmake")
|
|
206
|
+
endif()
|
|
207
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
|
208
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/CMakeFiles/Export/c220ae0af1591e9e9e916bba91f25986/cmark-gfm-relwithdebinfo.cmake")
|
|
209
|
+
endif()
|
|
210
|
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
211
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake" TYPE FILE FILES "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/CMakeFiles/Export/c220ae0af1591e9e9e916bba91f25986/cmark-gfm-release.cmake")
|
|
212
|
+
endif()
|
|
213
|
+
endif()
|
|
214
|
+
|
|
215
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
216
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
217
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
218
|
+
file(WRITE "/Users/ttscoff/Desktop/Code/apex/xcode_build/vendor/cmark-gfm/src/install_local_manifest.txt"
|
|
219
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
220
|
+
endif()
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
|
|
2
|
+
#ifndef CMARK_GFM_EXPORT_H
|
|
3
|
+
#define CMARK_GFM_EXPORT_H
|
|
4
|
+
|
|
5
|
+
#ifdef CMARK_GFM_STATIC_DEFINE
|
|
6
|
+
# define CMARK_GFM_EXPORT
|
|
7
|
+
# define CMARK_GFM_NO_EXPORT
|
|
8
|
+
#else
|
|
9
|
+
# ifndef CMARK_GFM_EXPORT
|
|
10
|
+
# ifdef libcmark_gfm_EXPORTS
|
|
11
|
+
/* We are building this library */
|
|
12
|
+
# define CMARK_GFM_EXPORT __attribute__((visibility("default")))
|
|
13
|
+
# else
|
|
14
|
+
/* We are using this library */
|
|
15
|
+
# define CMARK_GFM_EXPORT __attribute__((visibility("default")))
|
|
16
|
+
# endif
|
|
17
|
+
# endif
|
|
18
|
+
|
|
19
|
+
# ifndef CMARK_GFM_NO_EXPORT
|
|
20
|
+
# define CMARK_GFM_NO_EXPORT __attribute__((visibility("hidden")))
|
|
21
|
+
# endif
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#ifndef CMARK_GFM_DEPRECATED
|
|
25
|
+
# define CMARK_GFM_DEPRECATED __attribute__ ((__deprecated__))
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
#ifndef CMARK_GFM_DEPRECATED_EXPORT
|
|
29
|
+
# define CMARK_GFM_DEPRECATED_EXPORT CMARK_GFM_EXPORT CMARK_GFM_DEPRECATED
|
|
30
|
+
#endif
|
|
31
|
+
|
|
32
|
+
#ifndef CMARK_GFM_DEPRECATED_NO_EXPORT
|
|
33
|
+
# define CMARK_GFM_DEPRECATED_NO_EXPORT CMARK_GFM_NO_EXPORT CMARK_GFM_DEPRECATED
|
|
34
|
+
#endif
|
|
35
|
+
|
|
36
|
+
/* NOLINTNEXTLINE(readability-avoid-unconditional-preprocessor-if) */
|
|
37
|
+
#if 0 /* DEFINE_NO_DEPRECATED */
|
|
38
|
+
# ifndef CMARK_GFM_NO_DEPRECATED
|
|
39
|
+
# define CMARK_GFM_NO_DEPRECATED
|
|
40
|
+
# endif
|
|
41
|
+
#endif
|
|
42
|
+
|
|
43
|
+
#endif /* CMARK_GFM_EXPORT_H */
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
#ifndef CMARK_CONFIG_H
|
|
2
|
+
#define CMARK_CONFIG_H
|
|
3
|
+
|
|
4
|
+
#ifdef __cplusplus
|
|
5
|
+
extern "C" {
|
|
6
|
+
#endif
|
|
7
|
+
|
|
8
|
+
#define HAVE_STDBOOL_H
|
|
9
|
+
|
|
10
|
+
#ifdef HAVE_STDBOOL_H
|
|
11
|
+
#include <stdbool.h>
|
|
12
|
+
#elif !defined(__cplusplus)
|
|
13
|
+
typedef char bool;
|
|
14
|
+
#endif
|
|
15
|
+
|
|
16
|
+
#define HAVE___BUILTIN_EXPECT
|
|
17
|
+
|
|
18
|
+
#define HAVE___ATTRIBUTE__
|
|
19
|
+
|
|
20
|
+
#ifdef HAVE___ATTRIBUTE__
|
|
21
|
+
#define CMARK_ATTRIBUTE(list) __attribute__ (list)
|
|
22
|
+
#else
|
|
23
|
+
#define CMARK_ATTRIBUTE(list)
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
#ifndef CMARK_INLINE
|
|
27
|
+
#if defined(_MSC_VER) && !defined(__cplusplus)
|
|
28
|
+
#define CMARK_INLINE __inline
|
|
29
|
+
#else
|
|
30
|
+
#define CMARK_INLINE inline
|
|
31
|
+
#endif
|
|
32
|
+
#endif
|
|
33
|
+
|
|
34
|
+
/* snprintf and vsnprintf fallbacks for MSVC before 2015,
|
|
35
|
+
due to Valentin Milea http://stackoverflow.com/questions/2915672/
|
|
36
|
+
*/
|
|
37
|
+
|
|
38
|
+
#if defined(_MSC_VER) && _MSC_VER < 1900
|
|
39
|
+
|
|
40
|
+
#include <stdio.h>
|
|
41
|
+
#include <stdarg.h>
|
|
42
|
+
|
|
43
|
+
#define snprintf c99_snprintf
|
|
44
|
+
#define vsnprintf c99_vsnprintf
|
|
45
|
+
|
|
46
|
+
CMARK_INLINE int c99_vsnprintf(char *outBuf, size_t size, const char *format, va_list ap)
|
|
47
|
+
{
|
|
48
|
+
int count = -1;
|
|
49
|
+
|
|
50
|
+
if (size != 0)
|
|
51
|
+
count = _vsnprintf_s(outBuf, size, _TRUNCATE, format, ap);
|
|
52
|
+
if (count == -1)
|
|
53
|
+
count = _vscprintf(format, ap);
|
|
54
|
+
|
|
55
|
+
return count;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
CMARK_INLINE int c99_snprintf(char *outBuf, size_t size, const char *format, ...)
|
|
59
|
+
{
|
|
60
|
+
int count;
|
|
61
|
+
va_list ap;
|
|
62
|
+
|
|
63
|
+
va_start(ap, format);
|
|
64
|
+
count = c99_vsnprintf(outBuf, size, format, ap);
|
|
65
|
+
va_end(ap);
|
|
66
|
+
|
|
67
|
+
return count;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
#endif
|
|
71
|
+
|
|
72
|
+
#ifdef __cplusplus
|
|
73
|
+
}
|
|
74
|
+
#endif
|
|
75
|
+
|
|
76
|
+
#endif
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
prefix=/usr/local
|
|
2
|
+
exec_prefix=/usr/local
|
|
3
|
+
libdir=/usr/local/lib
|
|
4
|
+
includedir=/usr/local/include
|
|
5
|
+
|
|
6
|
+
Name: libcmark-gfm
|
|
7
|
+
Description: CommonMark parsing, rendering, and manipulation with GitHub Flavored Markdown extensions
|
|
8
|
+
Version: 0.29.0.gfm.13
|
|
9
|
+
Libs: -L${libdir} -lcmark-gfm -lcmark-gfm-extensions
|
|
10
|
+
Cflags: -I${includedir}
|
data/ext/apex_ext/extconf.rb
CHANGED
|
@@ -100,4 +100,39 @@ end
|
|
|
100
100
|
|
|
101
101
|
require_cmark_gfm!
|
|
102
102
|
|
|
103
|
+
# ---- libyaml (optional, enables nested YAML front matter) -----------------
|
|
104
|
+
have_libyaml = false
|
|
105
|
+
if pkg_config('yaml-0.1') || pkg_config('yaml')
|
|
106
|
+
have_libyaml = true
|
|
107
|
+
elsif have_header('yaml.h') && have_library('yaml')
|
|
108
|
+
have_libyaml = true
|
|
109
|
+
else
|
|
110
|
+
# Homebrew libyaml without pkg-config in some setups
|
|
111
|
+
brew_yaml = `brew --prefix libyaml 2>/dev/null`.strip
|
|
112
|
+
unless brew_yaml.empty?
|
|
113
|
+
yaml_inc = File.join(brew_yaml, 'include')
|
|
114
|
+
yaml_lib = File.join(brew_yaml, 'lib')
|
|
115
|
+
if File.exist?(File.join(yaml_inc, 'yaml.h'))
|
|
116
|
+
$INCFLAGS << " -I#{yaml_inc}"
|
|
117
|
+
$LDFLAGS << " -L#{yaml_lib}"
|
|
118
|
+
if have_library('yaml')
|
|
119
|
+
have_libyaml = true
|
|
120
|
+
if RbConfig::CONFIG['host_os'].to_s.include?('darwin')
|
|
121
|
+
$LDFLAGS << " -Wl,-rpath,#{yaml_lib}"
|
|
122
|
+
end
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
if have_libyaml
|
|
129
|
+
$defs << ' -DAPEX_HAVE_LIBYAML'
|
|
130
|
+
puts 'libyaml: enabled (nested YAML front matter)'
|
|
131
|
+
else
|
|
132
|
+
puts 'libyaml: not found (using Apex simple YAML front-matter parser)'
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Apex sources include "extensions/...." from the src/ tree
|
|
136
|
+
$INCFLAGS << " -I#{apex_srcdir}"
|
|
137
|
+
|
|
103
138
|
create_makefile('apex_ext/apex_ext')
|