1
0

Makefile 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Produce verbose output by default.
  24. VERBOSE = 1
  25. # Command-line flag to silence nested $(MAKE).
  26. $(VERBOSE)MAKESILENT = -s
  27. #Suppress display of executed commands.
  28. $(VERBOSE).SILENT:
  29. # A target that is always out of date.
  30. cmake_force:
  31. .PHONY : cmake_force
  32. #=============================================================================
  33. # Set environment variables for the build.
  34. # The shell in which to execute make rules.
  35. SHELL = /bin/sh
  36. # The CMake executable.
  37. CMAKE_COMMAND = /usr/local/bin/cmake
  38. # The command to remove a file.
  39. RM = /usr/local/bin/cmake -E rm -f
  40. # Escaping for special characters.
  41. EQUALS = =
  42. # The top-level source directory on which CMake was run.
  43. CMAKE_SOURCE_DIR = /home/runner/work/pocketpy/pocketpy
  44. # The top-level build directory on which CMake was run.
  45. CMAKE_BINARY_DIR = /home/runner/work/pocketpy/pocketpy/_codeql_build_dir
  46. #=============================================================================
  47. # Targets provided globally by CMake.
  48. # Special rule for the target edit_cache
  49. edit_cache:
  50. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
  51. /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  52. .PHONY : edit_cache
  53. # Special rule for the target edit_cache
  54. edit_cache/fast: edit_cache
  55. .PHONY : edit_cache/fast
  56. # Special rule for the target rebuild_cache
  57. rebuild_cache:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  59. /usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  60. .PHONY : rebuild_cache
  61. # Special rule for the target rebuild_cache
  62. rebuild_cache/fast: rebuild_cache
  63. .PHONY : rebuild_cache/fast
  64. # The main all target
  65. all: cmake_check_build_system
  66. $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles /home/runner/work/pocketpy/pocketpy/_codeql_build_dir//CMakeFiles/progress.marks
  67. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  68. $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pocketpy/pocketpy/_codeql_build_dir/CMakeFiles 0
  69. .PHONY : all
  70. # The main clean target
  71. clean:
  72. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  73. .PHONY : clean
  74. # The main clean target
  75. clean/fast: clean
  76. .PHONY : clean/fast
  77. # Prepare targets for installation.
  78. preinstall: all
  79. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  80. .PHONY : preinstall
  81. # Prepare targets for installation.
  82. preinstall/fast:
  83. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  84. .PHONY : preinstall/fast
  85. # clear depends
  86. depend:
  87. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  88. .PHONY : depend
  89. #=============================================================================
  90. # Target rules for targets named pocketpy
  91. # Build rule for target.
  92. pocketpy: cmake_check_build_system
  93. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketpy
  94. .PHONY : pocketpy
  95. # fast build rule for target.
  96. pocketpy/fast:
  97. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/build
  98. .PHONY : pocketpy/fast
  99. #=============================================================================
  100. # Target rules for targets named main
  101. # Build rule for target.
  102. main: cmake_check_build_system
  103. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main
  104. .PHONY : main
  105. # fast build rule for target.
  106. main/fast:
  107. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
  108. .PHONY : main/fast
  109. Unity/unity_pocketpy_c.o: Unity/unity_pocketpy_c.c.o
  110. .PHONY : Unity/unity_pocketpy_c.o
  111. # target to build an object file
  112. Unity/unity_pocketpy_c.c.o:
  113. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/Unity/unity_pocketpy_c.c.o
  114. .PHONY : Unity/unity_pocketpy_c.c.o
  115. Unity/unity_pocketpy_c.i: Unity/unity_pocketpy_c.c.i
  116. .PHONY : Unity/unity_pocketpy_c.i
  117. # target to preprocess a source file
  118. Unity/unity_pocketpy_c.c.i:
  119. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/Unity/unity_pocketpy_c.c.i
  120. .PHONY : Unity/unity_pocketpy_c.c.i
  121. Unity/unity_pocketpy_c.s: Unity/unity_pocketpy_c.c.s
  122. .PHONY : Unity/unity_pocketpy_c.s
  123. # target to generate assembly for a file
  124. Unity/unity_pocketpy_c.c.s:
  125. $(MAKE) $(MAKESILENT) -f CMakeFiles/pocketpy.dir/build.make CMakeFiles/pocketpy.dir/Unity/unity_pocketpy_c.c.s
  126. .PHONY : Unity/unity_pocketpy_c.c.s
  127. src2/main.o: src2/main.c.o
  128. .PHONY : src2/main.o
  129. # target to build an object file
  130. src2/main.c.o:
  131. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src2/main.c.o
  132. .PHONY : src2/main.c.o
  133. src2/main.i: src2/main.c.i
  134. .PHONY : src2/main.i
  135. # target to preprocess a source file
  136. src2/main.c.i:
  137. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src2/main.c.i
  138. .PHONY : src2/main.c.i
  139. src2/main.s: src2/main.c.s
  140. .PHONY : src2/main.s
  141. # target to generate assembly for a file
  142. src2/main.c.s:
  143. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src2/main.c.s
  144. .PHONY : src2/main.c.s
  145. # Help Target
  146. help:
  147. @echo "The following are some of the valid targets for this Makefile:"
  148. @echo "... all (the default if no target is provided)"
  149. @echo "... clean"
  150. @echo "... depend"
  151. @echo "... edit_cache"
  152. @echo "... rebuild_cache"
  153. @echo "... main"
  154. @echo "... pocketpy"
  155. @echo "... Unity/unity_pocketpy_c.o"
  156. @echo "... Unity/unity_pocketpy_c.i"
  157. @echo "... Unity/unity_pocketpy_c.s"
  158. @echo "... src2/main.o"
  159. @echo "... src2/main.i"
  160. @echo "... src2/main.s"
  161. .PHONY : help
  162. #=============================================================================
  163. # Special targets to cleanup operation of make.
  164. # Special rule to run CMake to check the build system integrity.
  165. # No rule that depends on this can have commands that come from listfiles
  166. # because they might be regenerated.
  167. cmake_check_build_system:
  168. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  169. .PHONY : cmake_check_build_system