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.

329 lines
9.1KB

  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. # 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. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /backup/weiye/src_binary_droplet_COPY
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /backup/weiye/src_binary_droplet_COPY/build
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target rebuild_cache
  37. rebuild_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  39. /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  40. .PHONY : rebuild_cache
  41. # Special rule for the target rebuild_cache
  42. rebuild_cache/fast: rebuild_cache
  43. .PHONY : rebuild_cache/fast
  44. # Special rule for the target edit_cache
  45. edit_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  47. /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  48. .PHONY : edit_cache
  49. # Special rule for the target edit_cache
  50. edit_cache/fast: edit_cache
  51. .PHONY : edit_cache/fast
  52. # The main all target
  53. all: cmake_check_build_system
  54. $(CMAKE_COMMAND) -E cmake_progress_start /backup/weiye/src_binary_droplet_COPY/build/CMakeFiles /backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/progress.marks
  55. $(MAKE) -f CMakeFiles/Makefile2 all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /backup/weiye/src_binary_droplet_COPY/build/CMakeFiles 0
  57. .PHONY : all
  58. # The main clean target
  59. clean:
  60. $(MAKE) -f CMakeFiles/Makefile2 clean
  61. .PHONY : clean
  62. # The main clean target
  63. clean/fast: clean
  64. .PHONY : clean/fast
  65. # Prepare targets for installation.
  66. preinstall: all
  67. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  68. .PHONY : preinstall
  69. # Prepare targets for installation.
  70. preinstall/fast:
  71. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  72. .PHONY : preinstall/fast
  73. # clear depends
  74. depend:
  75. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. #=============================================================================
  78. # Target rules for targets named DropletCombustion
  79. # Build rule for target.
  80. DropletCombustion: cmake_check_build_system
  81. $(MAKE) -f CMakeFiles/Makefile2 DropletCombustion
  82. .PHONY : DropletCombustion
  83. # fast build rule for target.
  84. DropletCombustion/fast:
  85. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/build
  86. .PHONY : DropletCombustion/fast
  87. src/UserData.o: src/UserData.cpp.o
  88. .PHONY : src/UserData.o
  89. # target to build an object file
  90. src/UserData.cpp.o:
  91. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/UserData.cpp.o
  92. .PHONY : src/UserData.cpp.o
  93. src/UserData.i: src/UserData.cpp.i
  94. .PHONY : src/UserData.i
  95. # target to preprocess a source file
  96. src/UserData.cpp.i:
  97. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/UserData.cpp.i
  98. .PHONY : src/UserData.cpp.i
  99. src/UserData.s: src/UserData.cpp.s
  100. .PHONY : src/UserData.s
  101. # target to generate assembly for a file
  102. src/UserData.cpp.s:
  103. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/UserData.cpp.s
  104. .PHONY : src/UserData.cpp.s
  105. src/gridRoutines.o: src/gridRoutines.cpp.o
  106. .PHONY : src/gridRoutines.o
  107. # target to build an object file
  108. src/gridRoutines.cpp.o:
  109. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/gridRoutines.cpp.o
  110. .PHONY : src/gridRoutines.cpp.o
  111. src/gridRoutines.i: src/gridRoutines.cpp.i
  112. .PHONY : src/gridRoutines.i
  113. # target to preprocess a source file
  114. src/gridRoutines.cpp.i:
  115. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/gridRoutines.cpp.i
  116. .PHONY : src/gridRoutines.cpp.i
  117. src/gridRoutines.s: src/gridRoutines.cpp.s
  118. .PHONY : src/gridRoutines.s
  119. # target to generate assembly for a file
  120. src/gridRoutines.cpp.s:
  121. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/gridRoutines.cpp.s
  122. .PHONY : src/gridRoutines.cpp.s
  123. src/main.o: src/main.cpp.o
  124. .PHONY : src/main.o
  125. # target to build an object file
  126. src/main.cpp.o:
  127. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/main.cpp.o
  128. .PHONY : src/main.cpp.o
  129. src/main.i: src/main.cpp.i
  130. .PHONY : src/main.i
  131. # target to preprocess a source file
  132. src/main.cpp.i:
  133. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/main.cpp.i
  134. .PHONY : src/main.cpp.i
  135. src/main.s: src/main.cpp.s
  136. .PHONY : src/main.s
  137. # target to generate assembly for a file
  138. src/main.cpp.s:
  139. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/main.cpp.s
  140. .PHONY : src/main.cpp.s
  141. src/parse.o: src/parse.cpp.o
  142. .PHONY : src/parse.o
  143. # target to build an object file
  144. src/parse.cpp.o:
  145. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/parse.cpp.o
  146. .PHONY : src/parse.cpp.o
  147. src/parse.i: src/parse.cpp.i
  148. .PHONY : src/parse.i
  149. # target to preprocess a source file
  150. src/parse.cpp.i:
  151. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/parse.cpp.i
  152. .PHONY : src/parse.cpp.i
  153. src/parse.s: src/parse.cpp.s
  154. .PHONY : src/parse.s
  155. # target to generate assembly for a file
  156. src/parse.cpp.s:
  157. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/parse.cpp.s
  158. .PHONY : src/parse.cpp.s
  159. src/residue.o: src/residue.cpp.o
  160. .PHONY : src/residue.o
  161. # target to build an object file
  162. src/residue.cpp.o:
  163. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/residue.cpp.o
  164. .PHONY : src/residue.cpp.o
  165. src/residue.i: src/residue.cpp.i
  166. .PHONY : src/residue.i
  167. # target to preprocess a source file
  168. src/residue.cpp.i:
  169. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/residue.cpp.i
  170. .PHONY : src/residue.cpp.i
  171. src/residue.s: src/residue.cpp.s
  172. .PHONY : src/residue.s
  173. # target to generate assembly for a file
  174. src/residue.cpp.s:
  175. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/residue.cpp.s
  176. .PHONY : src/residue.cpp.s
  177. src/solution.o: src/solution.cpp.o
  178. .PHONY : src/solution.o
  179. # target to build an object file
  180. src/solution.cpp.o:
  181. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/solution.cpp.o
  182. .PHONY : src/solution.cpp.o
  183. src/solution.i: src/solution.cpp.i
  184. .PHONY : src/solution.i
  185. # target to preprocess a source file
  186. src/solution.cpp.i:
  187. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/solution.cpp.i
  188. .PHONY : src/solution.cpp.i
  189. src/solution.s: src/solution.cpp.s
  190. .PHONY : src/solution.s
  191. # target to generate assembly for a file
  192. src/solution.cpp.s:
  193. $(MAKE) -f CMakeFiles/DropletCombustion.dir/build.make CMakeFiles/DropletCombustion.dir/src/solution.cpp.s
  194. .PHONY : src/solution.cpp.s
  195. # Help Target
  196. help:
  197. @echo "The following are some of the valid targets for this Makefile:"
  198. @echo "... all (the default if no target is provided)"
  199. @echo "... clean"
  200. @echo "... depend"
  201. @echo "... rebuild_cache"
  202. @echo "... DropletCombustion"
  203. @echo "... edit_cache"
  204. @echo "... src/UserData.o"
  205. @echo "... src/UserData.i"
  206. @echo "... src/UserData.s"
  207. @echo "... src/gridRoutines.o"
  208. @echo "... src/gridRoutines.i"
  209. @echo "... src/gridRoutines.s"
  210. @echo "... src/main.o"
  211. @echo "... src/main.i"
  212. @echo "... src/main.s"
  213. @echo "... src/parse.o"
  214. @echo "... src/parse.i"
  215. @echo "... src/parse.s"
  216. @echo "... src/residue.o"
  217. @echo "... src/residue.i"
  218. @echo "... src/residue.s"
  219. @echo "... src/solution.o"
  220. @echo "... src/solution.i"
  221. @echo "... src/solution.s"
  222. .PHONY : help
  223. #=============================================================================
  224. # Special targets to cleanup operation of make.
  225. # Special rule to run CMake to check the build system integrity.
  226. # No rule that depends on this can have commands that come from listfiles
  227. # because they might be regenerated.
  228. cmake_check_build_system:
  229. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  230. .PHONY : cmake_check_build_system