Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 line
3.4KB

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