Makefile2 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 4.2
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canonical targets will work.
  9. .SUFFIXES:
  10. # Disable VCS-based implicit rules.
  11. % : %,v
  12. # Disable VCS-based implicit rules.
  13. % : RCS/%
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%,v
  16. # Disable VCS-based implicit rules.
  17. % : SCCS/s.%
  18. # Disable VCS-based implicit rules.
  19. % : s.%
  20. .SUFFIXES: .hpux_make_needs_suffix_list
  21. # Command-line flag to silence nested $(MAKE).
  22. $(VERBOSE)MAKESILENT = -s
  23. #Suppress display of executed commands.
  24. $(VERBOSE).SILENT:
  25. # A target that is always out of date.
  26. cmake_force:
  27. .PHONY : cmake_force
  28. #=============================================================================
  29. # Set environment variables for the build.
  30. # The shell in which to execute make rules.
  31. SHELL = /data/data/com.termux/files/usr/bin/sh
  32. # The CMake executable.
  33. CMAKE_COMMAND = /data/data/com.termux/files/usr/bin/cmake
  34. # The command to remove a file.
  35. RM = /data/data/com.termux/files/usr/bin/cmake -E rm -f
  36. # Escaping for special characters.
  37. EQUALS = =
  38. # The top-level source directory on which CMake was run.
  39. CMAKE_SOURCE_DIR = /data/data/com.termux/files/home/projects/uidefedit
  40. # The top-level build directory on which CMake was run.
  41. CMAKE_BINARY_DIR = /data/data/com.termux/files/home/projects/uidefedit/build
  42. #=============================================================================
  43. # Directory level rules for the build root directory
  44. # The main recursive "all" target.
  45. all: CMakeFiles/uidef-tool.dir/all
  46. all: third_party/libxml2/all
  47. .PHONY : all
  48. # The main recursive "codegen" target.
  49. codegen: CMakeFiles/uidef-tool.dir/codegen
  50. codegen: third_party/libxml2/codegen
  51. .PHONY : codegen
  52. # The main recursive "preinstall" target.
  53. preinstall: third_party/libxml2/preinstall
  54. .PHONY : preinstall
  55. # The main recursive "clean" target.
  56. clean: CMakeFiles/uidef-tool.dir/clean
  57. clean: third_party/libxml2/clean
  58. .PHONY : clean
  59. #=============================================================================
  60. # Directory level rules for directory third_party/libxml2
  61. # Recursive "all" directory target.
  62. third_party/libxml2/all: third_party/libxml2/CMakeFiles/LibXml2.dir/all
  63. .PHONY : third_party/libxml2/all
  64. # Recursive "codegen" directory target.
  65. third_party/libxml2/codegen: third_party/libxml2/CMakeFiles/LibXml2.dir/codegen
  66. .PHONY : third_party/libxml2/codegen
  67. # Recursive "preinstall" directory target.
  68. third_party/libxml2/preinstall:
  69. .PHONY : third_party/libxml2/preinstall
  70. # Recursive "clean" directory target.
  71. third_party/libxml2/clean: third_party/libxml2/CMakeFiles/LibXml2.dir/clean
  72. .PHONY : third_party/libxml2/clean
  73. #=============================================================================
  74. # Target rules for target CMakeFiles/uidef-tool.dir
  75. # All Build rule for target.
  76. CMakeFiles/uidef-tool.dir/all: third_party/libxml2/CMakeFiles/LibXml2.dir/all
  77. $(MAKE) $(MAKESILENT) -f CMakeFiles/uidef-tool.dir/build.make CMakeFiles/uidef-tool.dir/depend
  78. $(MAKE) $(MAKESILENT) -f CMakeFiles/uidef-tool.dir/build.make CMakeFiles/uidef-tool.dir/build
  79. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles --progress-num=46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72 "Built target uidef-tool"
  80. .PHONY : CMakeFiles/uidef-tool.dir/all
  81. # Build rule for subdir invocation for target.
  82. CMakeFiles/uidef-tool.dir/rule: cmake_check_build_system
  83. $(CMAKE_COMMAND) -E cmake_progress_start /data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles 72
  84. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uidef-tool.dir/all
  85. $(CMAKE_COMMAND) -E cmake_progress_start /data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles 0
  86. .PHONY : CMakeFiles/uidef-tool.dir/rule
  87. # Convenience name for target.
  88. uidef-tool: CMakeFiles/uidef-tool.dir/rule
  89. .PHONY : uidef-tool
  90. # codegen rule for target.
  91. CMakeFiles/uidef-tool.dir/codegen:
  92. $(MAKE) $(MAKESILENT) -f CMakeFiles/uidef-tool.dir/build.make CMakeFiles/uidef-tool.dir/codegen
  93. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles --progress-num=46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72 "Finished codegen for target uidef-tool"
  94. .PHONY : CMakeFiles/uidef-tool.dir/codegen
  95. # clean rule for target.
  96. CMakeFiles/uidef-tool.dir/clean:
  97. $(MAKE) $(MAKESILENT) -f CMakeFiles/uidef-tool.dir/build.make CMakeFiles/uidef-tool.dir/clean
  98. .PHONY : CMakeFiles/uidef-tool.dir/clean
  99. #=============================================================================
  100. # Target rules for target third_party/libxml2/CMakeFiles/LibXml2.dir
  101. # All Build rule for target.
  102. third_party/libxml2/CMakeFiles/LibXml2.dir/all:
  103. $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/depend
  104. $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/build
  105. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45 "Built target LibXml2"
  106. .PHONY : third_party/libxml2/CMakeFiles/LibXml2.dir/all
  107. # Build rule for subdir invocation for target.
  108. third_party/libxml2/CMakeFiles/LibXml2.dir/rule: cmake_check_build_system
  109. $(CMAKE_COMMAND) -E cmake_progress_start /data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles 45
  110. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/libxml2/CMakeFiles/LibXml2.dir/all
  111. $(CMAKE_COMMAND) -E cmake_progress_start /data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles 0
  112. .PHONY : third_party/libxml2/CMakeFiles/LibXml2.dir/rule
  113. # Convenience name for target.
  114. LibXml2: third_party/libxml2/CMakeFiles/LibXml2.dir/rule
  115. .PHONY : LibXml2
  116. # codegen rule for target.
  117. third_party/libxml2/CMakeFiles/LibXml2.dir/codegen:
  118. $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/codegen
  119. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45 "Finished codegen for target LibXml2"
  120. .PHONY : third_party/libxml2/CMakeFiles/LibXml2.dir/codegen
  121. # clean rule for target.
  122. third_party/libxml2/CMakeFiles/LibXml2.dir/clean:
  123. $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/clean
  124. .PHONY : third_party/libxml2/CMakeFiles/LibXml2.dir/clean
  125. #=============================================================================
  126. # Special targets to cleanup operation of make.
  127. # Special rule to run CMake to check the build system integrity.
  128. # No rule that depends on this can have commands that come from listfiles
  129. # because they might be regenerated.
  130. cmake_check_build_system:
  131. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  132. .PHONY : cmake_check_build_system