Makefile2 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.31
  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. # Produce verbose output by default.
  22. VERBOSE = 1
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = /usr/local/bin/cmake
  36. # The command to remove a file.
  37. RM = /usr/local/bin/cmake -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /home/runner/work/pocketpy/pocketpy
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/runner/work/pocketpy/pocketpy/_codeql_build_dir
  44. #=============================================================================
  45. # Directory level rules for the build root directory
  46. # The main recursive "all" target.
  47. all: CMakeFiles/pocketpy.dir/all
  48. all: CMakeFiles/main.dir/all
  49. .PHONY : all
  50. # The main recursive "codegen" target.
  51. codegen: CMakeFiles/pocketpy.dir/codegen
  52. codegen: CMakeFiles/main.dir/codegen
  53. .PHONY : codegen
  54. # The main recursive "preinstall" target.
  55. preinstall:
  56. .PHONY : preinstall
  57. # The main recursive "clean" target.
  58. clean: CMakeFiles/pocketpy.dir/clean
  59. clean: CMakeFiles/main.dir/clean
  60. .PHONY : clean
  61. #=============================================================================
  62. # Target rules for target CMakeFiles/pocketpy.dir
  63. # All Build rule for target.
  64. CMakeFiles/pocketpy.dir/all:
  65. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/depend
  66. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/build
  67. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles --progress-num=3,4 "Built target pocketpy"
  68. .PHONY : CMakeFiles/pocketpy.dir/all
  69. # Build rule for subdir invocation for target.
  70. CMakeFiles/pocketpy.dir/rule: cmake_check_build_system
  71. $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles 2
  72. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/pocketpy.dir/all
  73. $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles 0
  74. .PHONY : CMakeFiles/pocketpy.dir/rule
  75. # Convenience name for target.
  76. pocketpy: CMakeFiles/pocketpy.dir/rule
  77. .PHONY : pocketpy
  78. # codegen rule for target.
  79. CMakeFiles/pocketpy.dir/codegen:
  80. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/codegen
  81. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles --progress-num=3,4 "Finished codegen for target pocketpy"
  82. .PHONY : CMakeFiles/pocketpy.dir/codegen
  83. # clean rule for target.
  84. CMakeFiles/pocketpy.dir/clean:
  85. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/clean
  86. .PHONY : CMakeFiles/pocketpy.dir/clean
  87. #=============================================================================
  88. # Target rules for target CMakeFiles/main.dir
  89. # All Build rule for target.
  90. CMakeFiles/main.dir/all: CMakeFiles/pocketpy.dir/all
  91. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend
  92. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
  93. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles --progress-num=1,2 "Built target main"
  94. .PHONY : CMakeFiles/main.dir/all
  95. # Build rule for subdir invocation for target.
  96. CMakeFiles/main.dir/rule: cmake_check_build_system
  97. $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles 4
  98. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all
  99. $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles 0
  100. .PHONY : CMakeFiles/main.dir/rule
  101. # Convenience name for target.
  102. main: CMakeFiles/main.dir/rule
  103. .PHONY : main
  104. # codegen rule for target.
  105. CMakeFiles/main.dir/codegen:
  106. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/codegen
  107. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles --progress-num=1,2 "Finished codegen for target main"
  108. .PHONY : CMakeFiles/main.dir/codegen
  109. # clean rule for target.
  110. CMakeFiles/main.dir/clean:
  111. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/clean
  112. .PHONY : CMakeFiles/main.dir/clean
  113. #=============================================================================
  114. # Special targets to cleanup operation of make.
  115. # Special rule to run CMake to check the build system integrity.
  116. # No rule that depends on this can have commands that come from listfiles
  117. # because they might be regenerated.
  118. cmake_check_build_system:
  119. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  120. .PHONY : cmake_check_build_system