Makefile 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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 = /opt/cmake/bin/cmake
  26. # The command to remove a file.
  27. RM = /opt/cmake/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 = /home/tig/KOsty/Prog/GitHub/scattnlay
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/tig/KOsty/Prog/GitHub/scattnlay
  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. /opt/cmake/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. /opt/cmake/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. # Special rule for the target test
  53. test:
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  55. /opt/cmake/bin/ctest --force-new-ctest-process $(ARGS)
  56. .PHONY : test
  57. # Special rule for the target test
  58. test/fast: test
  59. .PHONY : test/fast
  60. # The main all target
  61. all: cmake_check_build_system
  62. $(CMAKE_COMMAND) -E cmake_progress_start /home/tig/KOsty/Prog/GitHub/scattnlay/CMakeFiles /home/tig/KOsty/Prog/GitHub/scattnlay/CMakeFiles/progress.marks
  63. $(MAKE) -f CMakeFiles/Makefile2 all
  64. $(CMAKE_COMMAND) -E cmake_progress_start /home/tig/KOsty/Prog/GitHub/scattnlay/CMakeFiles 0
  65. .PHONY : all
  66. # The main clean target
  67. clean:
  68. $(MAKE) -f CMakeFiles/Makefile2 clean
  69. .PHONY : clean
  70. # The main clean target
  71. clean/fast: clean
  72. .PHONY : clean/fast
  73. # Prepare targets for installation.
  74. preinstall: all
  75. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  76. .PHONY : preinstall
  77. # Prepare targets for installation.
  78. preinstall/fast:
  79. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  80. .PHONY : preinstall/fast
  81. # clear depends
  82. depend:
  83. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  84. .PHONY : depend
  85. #=============================================================================
  86. # Target rules for targets named python3-scattnlay
  87. # Build rule for target.
  88. python3-scattnlay: cmake_check_build_system
  89. $(MAKE) -f CMakeFiles/Makefile2 python3-scattnlay
  90. .PHONY : python3-scattnlay
  91. # fast build rule for target.
  92. python3-scattnlay/fast:
  93. $(MAKE) -f src/CMakeFiles/python3-scattnlay.dir/build.make src/CMakeFiles/python3-scattnlay.dir/build
  94. .PHONY : python3-scattnlay/fast
  95. #=============================================================================
  96. # Target rules for targets named farfield
  97. # Build rule for target.
  98. farfield: cmake_check_build_system
  99. $(MAKE) -f CMakeFiles/Makefile2 farfield
  100. .PHONY : farfield
  101. # fast build rule for target.
  102. farfield/fast:
  103. $(MAKE) -f src/CMakeFiles/farfield.dir/build.make src/CMakeFiles/farfield.dir/build
  104. .PHONY : farfield/fast
  105. #=============================================================================
  106. # Target rules for targets named nearfield
  107. # Build rule for target.
  108. nearfield: cmake_check_build_system
  109. $(MAKE) -f CMakeFiles/Makefile2 nearfield
  110. .PHONY : nearfield
  111. # fast build rule for target.
  112. nearfield/fast:
  113. $(MAKE) -f src/CMakeFiles/nearfield.dir/build.make src/CMakeFiles/nearfield.dir/build
  114. .PHONY : nearfield/fast
  115. #=============================================================================
  116. # Target rules for targets named test_near_field_multi_precision
  117. # Build rule for target.
  118. test_near_field_multi_precision: cmake_check_build_system
  119. $(MAKE) -f CMakeFiles/Makefile2 test_near_field_multi_precision
  120. .PHONY : test_near_field_multi_precision
  121. # fast build rule for target.
  122. test_near_field_multi_precision/fast:
  123. $(MAKE) -f tests/CMakeFiles/test_near_field_multi_precision.dir/build.make tests/CMakeFiles/test_near_field_multi_precision.dir/build
  124. .PHONY : test_near_field_multi_precision/fast
  125. #=============================================================================
  126. # Target rules for targets named test_near_field
  127. # Build rule for target.
  128. test_near_field: cmake_check_build_system
  129. $(MAKE) -f CMakeFiles/Makefile2 test_near_field
  130. .PHONY : test_near_field
  131. # fast build rule for target.
  132. test_near_field/fast:
  133. $(MAKE) -f tests/CMakeFiles/test_near_field.dir/build.make tests/CMakeFiles/test_near_field.dir/build
  134. .PHONY : test_near_field/fast
  135. #=============================================================================
  136. # Target rules for targets named test_Riccati_Bessel_logarithmic_derivative
  137. # Build rule for target.
  138. test_Riccati_Bessel_logarithmic_derivative: cmake_check_build_system
  139. $(MAKE) -f CMakeFiles/Makefile2 test_Riccati_Bessel_logarithmic_derivative
  140. .PHONY : test_Riccati_Bessel_logarithmic_derivative
  141. # fast build rule for target.
  142. test_Riccati_Bessel_logarithmic_derivative/fast:
  143. $(MAKE) -f tests/CMakeFiles/test_Riccati_Bessel_logarithmic_derivative.dir/build.make tests/CMakeFiles/test_Riccati_Bessel_logarithmic_derivative.dir/build
  144. .PHONY : test_Riccati_Bessel_logarithmic_derivative/fast
  145. #=============================================================================
  146. # Target rules for targets named test_bulk_sphere
  147. # Build rule for target.
  148. test_bulk_sphere: cmake_check_build_system
  149. $(MAKE) -f CMakeFiles/Makefile2 test_bulk_sphere
  150. .PHONY : test_bulk_sphere
  151. # fast build rule for target.
  152. test_bulk_sphere/fast:
  153. $(MAKE) -f tests/CMakeFiles/test_bulk_sphere.dir/build.make tests/CMakeFiles/test_bulk_sphere.dir/build
  154. .PHONY : test_bulk_sphere/fast
  155. #=============================================================================
  156. # Target rules for targets named test_bulk_sphere_multi_precision
  157. # Build rule for target.
  158. test_bulk_sphere_multi_precision: cmake_check_build_system
  159. $(MAKE) -f CMakeFiles/Makefile2 test_bulk_sphere_multi_precision
  160. .PHONY : test_bulk_sphere_multi_precision
  161. # fast build rule for target.
  162. test_bulk_sphere_multi_precision/fast:
  163. $(MAKE) -f tests/CMakeFiles/test_bulk_sphere_multi_precision.dir/build.make tests/CMakeFiles/test_bulk_sphere_multi_precision.dir/build
  164. .PHONY : test_bulk_sphere_multi_precision/fast
  165. # Help Target
  166. help:
  167. @echo "The following are some of the valid targets for this Makefile:"
  168. @echo "... all (the default if no target is provided)"
  169. @echo "... clean"
  170. @echo "... depend"
  171. @echo "... rebuild_cache"
  172. @echo "... edit_cache"
  173. @echo "... test"
  174. @echo "... python3-scattnlay"
  175. @echo "... farfield"
  176. @echo "... nearfield"
  177. @echo "... test_near_field_multi_precision"
  178. @echo "... test_near_field"
  179. @echo "... test_Riccati_Bessel_logarithmic_derivative"
  180. @echo "... test_bulk_sphere"
  181. @echo "... test_bulk_sphere_multi_precision"
  182. .PHONY : help
  183. #=============================================================================
  184. # Special targets to cleanup operation of make.
  185. # Special rule to run CMake to check the build system integrity.
  186. # No rule that depends on this can have commands that come from listfiles
  187. # because they might be regenerated.
  188. cmake_check_build_system:
  189. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  190. .PHONY : cmake_check_build_system