File: //home/ubuntu/neovim/build/runtime/cmake_install.cmake
# Install script for directory: /home/ubuntu/neovim/runtime
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/pack/dist/opt/matchit/doc")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/pack/dist/opt/matchit/doc" TYPE FILE MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES
"/home/ubuntu/neovim/build/runtime/pack/dist/opt/matchit/doc/tags"
"/home/ubuntu/neovim/build/runtime/pack/dist/opt/matchit/doc/matchit.txt"
)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/doc")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/doc" TYPE FILE MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES
"/home/ubuntu/neovim/build/runtime/doc/tags"
"/home/ubuntu/neovim/build/runtime/doc/api.txt"
"/home/ubuntu/neovim/build/runtime/doc/arabic.txt"
"/home/ubuntu/neovim/build/runtime/doc/autocmd.txt"
"/home/ubuntu/neovim/build/runtime/doc/backers.txt"
"/home/ubuntu/neovim/build/runtime/doc/builtin.txt"
"/home/ubuntu/neovim/build/runtime/doc/change.txt"
"/home/ubuntu/neovim/build/runtime/doc/channel.txt"
"/home/ubuntu/neovim/build/runtime/doc/cmdline.txt"
"/home/ubuntu/neovim/build/runtime/doc/debug.txt"
"/home/ubuntu/neovim/build/runtime/doc/deprecated.txt"
"/home/ubuntu/neovim/build/runtime/doc/dev_style.txt"
"/home/ubuntu/neovim/build/runtime/doc/dev_theme.txt"
"/home/ubuntu/neovim/build/runtime/doc/dev_tools.txt"
"/home/ubuntu/neovim/build/runtime/doc/dev_vimpatch.txt"
"/home/ubuntu/neovim/build/runtime/doc/develop.txt"
"/home/ubuntu/neovim/build/runtime/doc/diagnostic.txt"
"/home/ubuntu/neovim/build/runtime/doc/diff.txt"
"/home/ubuntu/neovim/build/runtime/doc/digraph.txt"
"/home/ubuntu/neovim/build/runtime/doc/editing.txt"
"/home/ubuntu/neovim/build/runtime/doc/editorconfig.txt"
"/home/ubuntu/neovim/build/runtime/doc/eval.txt"
"/home/ubuntu/neovim/build/runtime/doc/faq.txt"
"/home/ubuntu/neovim/build/runtime/doc/filetype.txt"
"/home/ubuntu/neovim/build/runtime/doc/fold.txt"
"/home/ubuntu/neovim/build/runtime/doc/ft_ada.txt"
"/home/ubuntu/neovim/build/runtime/doc/ft_hare.txt"
"/home/ubuntu/neovim/build/runtime/doc/ft_ps1.txt"
"/home/ubuntu/neovim/build/runtime/doc/ft_raku.txt"
"/home/ubuntu/neovim/build/runtime/doc/ft_rust.txt"
"/home/ubuntu/neovim/build/runtime/doc/ft_sql.txt"
"/home/ubuntu/neovim/build/runtime/doc/gui.txt"
"/home/ubuntu/neovim/build/runtime/doc/health.txt"
"/home/ubuntu/neovim/build/runtime/doc/hebrew.txt"
"/home/ubuntu/neovim/build/runtime/doc/help.txt"
"/home/ubuntu/neovim/build/runtime/doc/helphelp.txt"
"/home/ubuntu/neovim/build/runtime/doc/if_perl.txt"
"/home/ubuntu/neovim/build/runtime/doc/if_pyth.txt"
"/home/ubuntu/neovim/build/runtime/doc/if_ruby.txt"
"/home/ubuntu/neovim/build/runtime/doc/indent.txt"
"/home/ubuntu/neovim/build/runtime/doc/index.txt"
"/home/ubuntu/neovim/build/runtime/doc/insert.txt"
"/home/ubuntu/neovim/build/runtime/doc/intro.txt"
"/home/ubuntu/neovim/build/runtime/doc/job_control.txt"
"/home/ubuntu/neovim/build/runtime/doc/lsp.txt"
"/home/ubuntu/neovim/build/runtime/doc/lua-guide.txt"
"/home/ubuntu/neovim/build/runtime/doc/lua.txt"
"/home/ubuntu/neovim/build/runtime/doc/luaref.txt"
"/home/ubuntu/neovim/build/runtime/doc/luvref.txt"
"/home/ubuntu/neovim/build/runtime/doc/map.txt"
"/home/ubuntu/neovim/build/runtime/doc/mbyte.txt"
"/home/ubuntu/neovim/build/runtime/doc/message.txt"
"/home/ubuntu/neovim/build/runtime/doc/mlang.txt"
"/home/ubuntu/neovim/build/runtime/doc/motion.txt"
"/home/ubuntu/neovim/build/runtime/doc/news-0.10.txt"
"/home/ubuntu/neovim/build/runtime/doc/news-0.9.txt"
"/home/ubuntu/neovim/build/runtime/doc/news.txt"
"/home/ubuntu/neovim/build/runtime/doc/nvim.txt"
"/home/ubuntu/neovim/build/runtime/doc/nvim_terminal_emulator.txt"
"/home/ubuntu/neovim/build/runtime/doc/options.txt"
"/home/ubuntu/neovim/build/runtime/doc/pattern.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_gzip.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_msgpack.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_netrw.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_paren.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_spec.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_tar.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_tutor.txt"
"/home/ubuntu/neovim/build/runtime/doc/pi_zip.txt"
"/home/ubuntu/neovim/build/runtime/doc/provider.txt"
"/home/ubuntu/neovim/build/runtime/doc/quickfix.txt"
"/home/ubuntu/neovim/build/runtime/doc/quickref.txt"
"/home/ubuntu/neovim/build/runtime/doc/recover.txt"
"/home/ubuntu/neovim/build/runtime/doc/remote.txt"
"/home/ubuntu/neovim/build/runtime/doc/remote_plugin.txt"
"/home/ubuntu/neovim/build/runtime/doc/repeat.txt"
"/home/ubuntu/neovim/build/runtime/doc/rileft.txt"
"/home/ubuntu/neovim/build/runtime/doc/russian.txt"
"/home/ubuntu/neovim/build/runtime/doc/scroll.txt"
"/home/ubuntu/neovim/build/runtime/doc/sign.txt"
"/home/ubuntu/neovim/build/runtime/doc/spell.txt"
"/home/ubuntu/neovim/build/runtime/doc/starting.txt"
"/home/ubuntu/neovim/build/runtime/doc/support.txt"
"/home/ubuntu/neovim/build/runtime/doc/syntax.txt"
"/home/ubuntu/neovim/build/runtime/doc/tabpage.txt"
"/home/ubuntu/neovim/build/runtime/doc/tagsrch.txt"
"/home/ubuntu/neovim/build/runtime/doc/term.txt"
"/home/ubuntu/neovim/build/runtime/doc/testing.txt"
"/home/ubuntu/neovim/build/runtime/doc/tips.txt"
"/home/ubuntu/neovim/build/runtime/doc/treesitter.txt"
"/home/ubuntu/neovim/build/runtime/doc/uganda.txt"
"/home/ubuntu/neovim/build/runtime/doc/ui.txt"
"/home/ubuntu/neovim/build/runtime/doc/undo.txt"
"/home/ubuntu/neovim/build/runtime/doc/userfunc.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_01.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_02.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_03.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_04.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_05.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_06.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_07.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_08.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_09.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_10.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_11.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_12.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_20.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_21.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_22.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_23.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_24.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_25.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_26.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_27.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_28.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_29.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_30.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_31.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_32.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_40.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_41.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_42.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_43.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_44.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_45.txt"
"/home/ubuntu/neovim/build/runtime/doc/usr_toc.txt"
"/home/ubuntu/neovim/build/runtime/doc/various.txt"
"/home/ubuntu/neovim/build/runtime/doc/vi_diff.txt"
"/home/ubuntu/neovim/build/runtime/doc/vim_diff.txt"
"/home/ubuntu/neovim/build/runtime/doc/visual.txt"
"/home/ubuntu/neovim/build/runtime/doc/vvars.txt"
"/home/ubuntu/neovim/build/runtime/doc/windows.txt"
)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/syntax/vim")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/syntax/vim" TYPE FILE MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/ubuntu/neovim/build/runtime/syntax/vim/generated.vim")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/applications")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications" TYPE FILE MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/ubuntu/neovim/runtime/nvim.desktop")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps" TYPE FILE MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/ubuntu/neovim/runtime/nvim.png")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime" TYPE FILE MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES
"/home/ubuntu/neovim/runtime/delmenu.vim"
"/home/ubuntu/neovim/runtime/filetype.lua"
"/home/ubuntu/neovim/runtime/ftoff.vim"
"/home/ubuntu/neovim/runtime/ftplugin.vim"
"/home/ubuntu/neovim/runtime/ftplugof.vim"
"/home/ubuntu/neovim/runtime/indent.vim"
"/home/ubuntu/neovim/runtime/indoff.vim"
"/home/ubuntu/neovim/runtime/macmap.vim"
"/home/ubuntu/neovim/runtime/makemenu.vim"
"/home/ubuntu/neovim/runtime/menu.vim"
"/home/ubuntu/neovim/runtime/mswin.vim"
"/home/ubuntu/neovim/runtime/neovim.ico"
"/home/ubuntu/neovim/runtime/optwin.vim"
"/home/ubuntu/neovim/runtime/synmenu.vim"
)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/autoload")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/colors")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/compiler")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/doc")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/ftplugin")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/indent")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/keymap")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/lua")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/macros")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/pack")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/plugin")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/queries")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/spell")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/syntax")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/tools")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/" TYPE DIRECTORY MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/tutor")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
set(_current_dir "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/macros/")
set(_dir_permissions "OWNER_READ;OWNER_WRITE;OWNER_EXECUTE;GROUP_READ;GROUP_EXECUTE;WORLD_READ;WORLD_EXECUTE")
set(_parent_dirs)
set(_prev_dir)
# Explicitly prepend DESTDIR when using EXISTS.
# file(INSTALL ...) implicitly respects DESTDIR, but EXISTS does not.
while(NOT EXISTS $ENV{DESTDIR}${_current_dir} AND NOT ${_prev_dir} STREQUAL ${_current_dir})
list(APPEND _parent_dirs ${_current_dir})
set(_prev_dir ${_current_dir})
get_filename_component(_current_dir ${_current_dir} DIRECTORY)
endwhile()
if(_parent_dirs)
list(REVERSE _parent_dirs)
endif()
# Create any missing folders with the useful permissions. Note: this uses
# a hidden option of CMake, but it's been shown to work with 2.8.11 thru
# 3.0.2.
foreach(_current_dir ${_parent_dirs})
if(NOT IS_DIRECTORY ${_current_dir})
# file(INSTALL ...) implicitly respects DESTDIR, so there's no need to
# prepend it here.
file(INSTALL DESTINATION ${_current_dir}
TYPE DIRECTORY
DIR_PERMISSIONS ${_dir_permissions}
FILES "")
endif()
endforeach()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nvim/runtime/macros" TYPE PROGRAM MESSAGE_NEVER PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/ubuntu/neovim/runtime/macros/less.sh")
endif()