Makefile2 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.13
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # The main recursive all target
  7. all:
  8. .PHONY : all
  9. # The main recursive preinstall target
  10. preinstall:
  11. .PHONY : preinstall
  12. # The main recursive clean target
  13. clean:
  14. .PHONY : clean
  15. #=============================================================================
  16. # Special targets provided by cmake.
  17. # Disable implicit rules so canonical targets will work.
  18. .SUFFIXES:
  19. # Remove some rules from gmake that .SUFFIXES does not remove.
  20. SUFFIXES =
  21. .SUFFIXES: .hpux_make_needs_suffix_list
  22. # Suppress display of executed commands.
  23. $(VERBOSE).SILENT:
  24. # A target that is always out of date.
  25. cmake_force:
  26. .PHONY : cmake_force
  27. #=============================================================================
  28. # Set environment variables for the build.
  29. # The shell in which to execute make rules.
  30. SHELL = /bin/sh
  31. # The CMake executable.
  32. CMAKE_COMMAND = /usr/bin/cmake
  33. # The command to remove a file.
  34. RM = /usr/bin/cmake -E remove -f
  35. # Escaping for special characters.
  36. EQUALS = =
  37. # The top-level source directory on which CMake was run.
  38. CMAKE_SOURCE_DIR = /tmp/tmp.FXo2ddokbN
  39. # The top-level build directory on which CMake was run.
  40. CMAKE_BINARY_DIR = /tmp/tmp.FXo2ddokbN/cmake-build-debug
  41. #=============================================================================
  42. # Target rules for target CMakeFiles/FDIACS.dir
  43. # All Build rule for target.
  44. CMakeFiles/FDIACS.dir/all:
  45. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/depend
  46. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/build
  47. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/tmp/tmp.FXo2ddokbN/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4,5,6 "Built target FDIACS"
  48. .PHONY : CMakeFiles/FDIACS.dir/all
  49. # Include target in all.
  50. all: CMakeFiles/FDIACS.dir/all
  51. .PHONY : all
  52. # Build rule for subdir invocation for target.
  53. CMakeFiles/FDIACS.dir/rule: cmake_check_build_system
  54. $(CMAKE_COMMAND) -E cmake_progress_start /tmp/tmp.FXo2ddokbN/cmake-build-debug/CMakeFiles 6
  55. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/FDIACS.dir/all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /tmp/tmp.FXo2ddokbN/cmake-build-debug/CMakeFiles 0
  57. .PHONY : CMakeFiles/FDIACS.dir/rule
  58. # Convenience name for target.
  59. FDIACS: CMakeFiles/FDIACS.dir/rule
  60. .PHONY : FDIACS
  61. # clean rule for target.
  62. CMakeFiles/FDIACS.dir/clean:
  63. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/clean
  64. .PHONY : CMakeFiles/FDIACS.dir/clean
  65. # clean rule for target.
  66. clean: CMakeFiles/FDIACS.dir/clean
  67. .PHONY : clean
  68. #=============================================================================
  69. # Special targets to cleanup operation of make.
  70. # Special rule to run CMake to check the build system integrity.
  71. # No rule that depends on this can have commands that come from listfiles
  72. # because they might be regenerated.
  73. cmake_check_build_system:
  74. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  75. .PHONY : cmake_check_build_system