Makefile2 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.18
  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 = /bin/sh
  32. # The CMake executable.
  33. CMAKE_COMMAND = /usr/bin/cmake
  34. # The command to remove a file.
  35. RM = /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 = /home/ajld/Documents/school/mp/prac/fantasyFB
  40. # The top-level build directory on which CMake was run.
  41. CMAKE_BINARY_DIR = /home/ajld/Documents/school/mp/prac/fantasyFB
  42. #=============================================================================
  43. # Directory level rules for the build root directory
  44. # The main recursive "all" target.
  45. all: CMakeFiles/fantasyFB.dir/all
  46. .PHONY : all
  47. # The main recursive "preinstall" target.
  48. preinstall:
  49. .PHONY : preinstall
  50. # The main recursive "clean" target.
  51. clean: CMakeFiles/fantasyFB.dir/clean
  52. .PHONY : clean
  53. #=============================================================================
  54. # Target rules for target CMakeFiles/fantasyFB.dir
  55. # All Build rule for target.
  56. CMakeFiles/fantasyFB.dir/all:
  57. $(MAKE) $(MAKESILENT) -f CMakeFiles/fantasyFB.dir/build.make CMakeFiles/fantasyFB.dir/depend
  58. $(MAKE) $(MAKESILENT) -f CMakeFiles/fantasyFB.dir/build.make CMakeFiles/fantasyFB.dir/build
  59. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ajld/Documents/school/mp/prac/fantasyFB/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13 "Built target fantasyFB"
  60. .PHONY : CMakeFiles/fantasyFB.dir/all
  61. # Build rule for subdir invocation for target.
  62. CMakeFiles/fantasyFB.dir/rule: cmake_check_build_system
  63. $(CMAKE_COMMAND) -E cmake_progress_start /home/ajld/Documents/school/mp/prac/fantasyFB/CMakeFiles 13
  64. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fantasyFB.dir/all
  65. $(CMAKE_COMMAND) -E cmake_progress_start /home/ajld/Documents/school/mp/prac/fantasyFB/CMakeFiles 0
  66. .PHONY : CMakeFiles/fantasyFB.dir/rule
  67. # Convenience name for target.
  68. fantasyFB: CMakeFiles/fantasyFB.dir/rule
  69. .PHONY : fantasyFB
  70. # clean rule for target.
  71. CMakeFiles/fantasyFB.dir/clean:
  72. $(MAKE) $(MAKESILENT) -f CMakeFiles/fantasyFB.dir/build.make CMakeFiles/fantasyFB.dir/clean
  73. .PHONY : CMakeFiles/fantasyFB.dir/clean
  74. #=============================================================================
  75. # Special targets to cleanup operation of make.
  76. # Special rule to run CMake to check the build system integrity.
  77. # No rule that depends on this can have commands that come from listfiles
  78. # because they might be regenerated.
  79. cmake_check_build_system:
  80. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  81. .PHONY : cmake_check_build_system