cmake_install.cmake 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Install script for directory: /data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/usr/local")
  5. endif()
  6. string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
  7. # Set the install configuration name.
  8. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  9. if(BUILD_TYPE)
  10. string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
  11. CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  12. else()
  13. set(CMAKE_INSTALL_CONFIG_NAME "Debug")
  14. endif()
  15. message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
  16. endif()
  17. # Set the component getting installed.
  18. if(NOT CMAKE_INSTALL_COMPONENT)
  19. if(COMPONENT)
  20. message(STATUS "Install component: \"${COMPONENT}\"")
  21. set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  22. else()
  23. set(CMAKE_INSTALL_COMPONENT)
  24. endif()
  25. endif()
  26. # Install shared libraries without execute permission?
  27. if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  28. set(CMAKE_INSTALL_SO_NO_EXE "0")
  29. endif()
  30. # Is this installation the result of a crosscompile?
  31. if(NOT DEFINED CMAKE_CROSSCOMPILING)
  32. set(CMAKE_CROSSCOMPILING "FALSE")
  33. endif()
  34. # Set path to fallback-tool for dependency-resolution.
  35. if(NOT DEFINED CMAKE_OBJDUMP)
  36. set(CMAKE_OBJDUMP "/data/data/com.termux/files/usr/bin/llvm-objdump")
  37. endif()
  38. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  39. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/libxml2/libxml" TYPE FILE FILES
  40. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/c14n.h"
  41. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/catalog.h"
  42. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/chvalid.h"
  43. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/debugXML.h"
  44. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/dict.h"
  45. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/encoding.h"
  46. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/entities.h"
  47. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/globals.h"
  48. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/hash.h"
  49. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/HTMLparser.h"
  50. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/HTMLtree.h"
  51. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/list.h"
  52. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/nanoftp.h"
  53. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/nanohttp.h"
  54. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/parser.h"
  55. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/parserInternals.h"
  56. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/pattern.h"
  57. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/relaxng.h"
  58. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/SAX.h"
  59. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/SAX2.h"
  60. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/schemasInternals.h"
  61. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/schematron.h"
  62. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/threads.h"
  63. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/tree.h"
  64. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/uri.h"
  65. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/valid.h"
  66. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xinclude.h"
  67. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xlink.h"
  68. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlIO.h"
  69. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlautomata.h"
  70. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlerror.h"
  71. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlexports.h"
  72. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlmemory.h"
  73. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlmodule.h"
  74. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlreader.h"
  75. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlregexp.h"
  76. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlsave.h"
  77. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlschemas.h"
  78. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlschemastypes.h"
  79. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlstring.h"
  80. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlunicode.h"
  81. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xmlwriter.h"
  82. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xpath.h"
  83. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xpathInternals.h"
  84. "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/include/libxml/xpointer.h"
  85. )
  86. endif()
  87. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  88. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/libxml2.a")
  89. endif()
  90. if(CMAKE_INSTALL_COMPONENT STREQUAL "documentation" OR NOT CMAKE_INSTALL_COMPONENT)
  91. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/doc/xml2-config.1")
  92. endif()
  93. if(CMAKE_INSTALL_COMPONENT STREQUAL "documentation" OR NOT CMAKE_INSTALL_COMPONENT)
  94. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/doc/xmlcatalog.1")
  95. endif()
  96. if(CMAKE_INSTALL_COMPONENT STREQUAL "documentation" OR NOT CMAKE_INSTALL_COMPONENT)
  97. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/doc/xmllint.1")
  98. endif()
  99. if(CMAKE_INSTALL_COMPONENT STREQUAL "documentation" OR NOT CMAKE_INSTALL_COMPONENT)
  100. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/libxml2" TYPE DIRECTORY FILES "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/doc/" REGEX "/Makefile\\.[^/]*$" EXCLUDE REGEX "/[^/]*\\.1$" EXCLUDE REGEX "/[^/]*\\.py$" EXCLUDE REGEX "/[^/]*\\.res$" EXCLUDE REGEX "/[^/]*\\.xml$" EXCLUDE REGEX "/[^/]*\\.xsl$" EXCLUDE)
  101. endif()
  102. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  103. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/libxml2-config.cmake")
  104. endif()
  105. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  106. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/libxml2-config-version.cmake")
  107. endif()
  108. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  109. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9/libxml2-export.cmake")
  110. file(DIFFERENT _cmake_export_file_changed FILES
  111. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9/libxml2-export.cmake"
  112. "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/CMakeFiles/Export/827ee1eedc5ecb20db658d71da625fc8/libxml2-export.cmake")
  113. if(_cmake_export_file_changed)
  114. file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9/libxml2-export-*.cmake")
  115. if(_cmake_old_config_files)
  116. string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
  117. message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9/libxml2-export.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
  118. unset(_cmake_old_config_files_text)
  119. file(REMOVE ${_cmake_old_config_files})
  120. endif()
  121. unset(_cmake_old_config_files)
  122. endif()
  123. unset(_cmake_export_file_changed)
  124. endif()
  125. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/CMakeFiles/Export/827ee1eedc5ecb20db658d71da625fc8/libxml2-export.cmake")
  126. if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  127. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/libxml2-2.12.9" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/CMakeFiles/Export/827ee1eedc5ecb20db658d71da625fc8/libxml2-export-debug.cmake")
  128. endif()
  129. endif()
  130. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  131. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/libxml2/libxml" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/libxml/xmlversion.h")
  132. endif()
  133. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  134. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/libxml-2.0.pc")
  135. endif()
  136. if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  137. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE PROGRAM FILES "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/xml2-config")
  138. endif()
  139. if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
  140. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aclocal" TYPE FILE FILES "/data/data/com.termux/files/home/projects/uidefedit/third_party/libxml2/libxml.m4")
  141. endif()
  142. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  143. "${CMAKE_INSTALL_MANIFEST_FILES}")
  144. if(CMAKE_INSTALL_LOCAL_ONLY)
  145. file(WRITE "/data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2/install_local_manifest.txt"
  146. "${CMAKE_INSTALL_MANIFEST_CONTENT}")
  147. endif()