Makefile 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 4.1
  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. # 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 = /opt/homebrew/bin/cmake
  36. # The command to remove a file.
  37. RM = /opt/homebrew/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 = /Users/wenhongquan/CLionProjects/jtjai_media
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /Users/wenhongquan/CLionProjects/jtjai_media/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
  49. /opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  57. /opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # The main all target
  63. all: cmake_check_build_system
  64. $(CMAKE_COMMAND) -E cmake_progress_start /Users/wenhongquan/CLionProjects/jtjai_media/build/CMakeFiles /Users/wenhongquan/CLionProjects/jtjai_media/build//CMakeFiles/progress.marks
  65. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  66. $(CMAKE_COMMAND) -E cmake_progress_start /Users/wenhongquan/CLionProjects/jtjai_media/build/CMakeFiles 0
  67. .PHONY : all
  68. # The main codegen target
  69. codegen: cmake_check_build_system
  70. $(CMAKE_COMMAND) -E cmake_progress_start /Users/wenhongquan/CLionProjects/jtjai_media/build/CMakeFiles /Users/wenhongquan/CLionProjects/jtjai_media/build//CMakeFiles/progress.marks
  71. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 codegen
  72. $(CMAKE_COMMAND) -E cmake_progress_start /Users/wenhongquan/CLionProjects/jtjai_media/build/CMakeFiles 0
  73. .PHONY : codegen
  74. # The main clean target
  75. clean:
  76. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  77. .PHONY : clean
  78. # The main clean target
  79. clean/fast: clean
  80. .PHONY : clean/fast
  81. # Prepare targets for installation.
  82. preinstall: all
  83. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  84. .PHONY : preinstall
  85. # Prepare targets for installation.
  86. preinstall/fast:
  87. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  88. .PHONY : preinstall/fast
  89. # clear depends
  90. depend:
  91. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  92. .PHONY : depend
  93. #=============================================================================
  94. # Target rules for targets named jtjai_media
  95. # Build rule for target.
  96. jtjai_media: cmake_check_build_system
  97. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jtjai_media
  98. .PHONY : jtjai_media
  99. # fast build rule for target.
  100. jtjai_media/fast:
  101. $(MAKE) $(MAKESILENT) -f CMakeFiles/jtjai_media.dir/build.make CMakeFiles/jtjai_media.dir/build
  102. .PHONY : jtjai_media/fast
  103. main.o: main.cpp.o
  104. .PHONY : main.o
  105. # target to build an object file
  106. main.cpp.o:
  107. $(MAKE) $(MAKESILENT) -f CMakeFiles/jtjai_media.dir/build.make CMakeFiles/jtjai_media.dir/main.cpp.o
  108. .PHONY : main.cpp.o
  109. main.i: main.cpp.i
  110. .PHONY : main.i
  111. # target to preprocess a source file
  112. main.cpp.i:
  113. $(MAKE) $(MAKESILENT) -f CMakeFiles/jtjai_media.dir/build.make CMakeFiles/jtjai_media.dir/main.cpp.i
  114. .PHONY : main.cpp.i
  115. main.s: main.cpp.s
  116. .PHONY : main.s
  117. # target to generate assembly for a file
  118. main.cpp.s:
  119. $(MAKE) $(MAKESILENT) -f CMakeFiles/jtjai_media.dir/build.make CMakeFiles/jtjai_media.dir/main.cpp.s
  120. .PHONY : main.cpp.s
  121. # Help Target
  122. help:
  123. @echo "The following are some of the valid targets for this Makefile:"
  124. @echo "... all (the default if no target is provided)"
  125. @echo "... clean"
  126. @echo "... depend"
  127. @echo "... codegen"
  128. @echo "... edit_cache"
  129. @echo "... rebuild_cache"
  130. @echo "... jtjai_media"
  131. @echo "... main.o"
  132. @echo "... main.i"
  133. @echo "... main.s"
  134. .PHONY : help
  135. #=============================================================================
  136. # Special targets to cleanup operation of make.
  137. # Special rule to run CMake to check the build system integrity.
  138. # No rule that depends on this can have commands that come from listfiles
  139. # because they might be regenerated.
  140. cmake_check_build_system:
  141. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  142. .PHONY : cmake_check_build_system