Advertisement
oz1sej

Makefile

Feb 13th, 2020
1,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 11.28 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.13
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6.  
  7. .PHONY : default_target
  8.  
  9. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  10. .NOTPARALLEL:
  11.  
  12.  
  13. #=============================================================================
  14. # Special targets provided by cmake.
  15.  
  16. # Disable implicit rules so canonical targets will work.
  17. .SUFFIXES:
  18.  
  19.  
  20. # Remove some rules from gmake that .SUFFIXES does not remove.
  21. SUFFIXES =
  22.  
  23. .SUFFIXES: .hpux_make_needs_suffix_list
  24.  
  25.  
  26. # Suppress display of executed commands.
  27. $(VERBOSE).SILENT:
  28.  
  29.  
  30. # A target that is always out of date.
  31. cmake_force:
  32.  
  33. .PHONY : cmake_force
  34.  
  35. #=============================================================================
  36. # Set environment variables for the build.
  37.  
  38. # The shell in which to execute make rules.
  39. SHELL = /bin/sh
  40.  
  41. # The CMake executable.
  42. CMAKE_COMMAND = /usr/bin/cmake
  43.  
  44. # The command to remove a file.
  45. RM = /usr/bin/cmake -E remove -f
  46.  
  47. # Escaping for special characters.
  48. EQUALS = =
  49.  
  50. # The top-level source directory on which CMake was run.
  51. CMAKE_SOURCE_DIR = /home/steen/Radio/gr-satellites
  52.  
  53. # The top-level build directory on which CMake was run.
  54. CMAKE_BINARY_DIR = /home/steen/Radio/gr-satellites/build
  55.  
  56. #=============================================================================
  57. # Targets provided globally by CMake.
  58.  
  59. # Special rule for the target install/strip
  60. install/strip: preinstall
  61.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  62.     /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  63. .PHONY : install/strip
  64.  
  65. # Special rule for the target install/strip
  66. install/strip/fast: preinstall/fast
  67.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  68.     /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  69. .PHONY : install/strip/fast
  70.  
  71. # Special rule for the target install/local
  72. install/local: preinstall
  73.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  74.     /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  75. .PHONY : install/local
  76.  
  77. # Special rule for the target install/local
  78. install/local/fast: preinstall/fast
  79.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  80.     /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  81. .PHONY : install/local/fast
  82.  
  83. # Special rule for the target test
  84. test:
  85.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  86.     /usr/bin/ctest --force-new-ctest-process $(ARGS)
  87. .PHONY : test
  88.  
  89. # Special rule for the target test
  90. test/fast: test
  91.  
  92. .PHONY : test/fast
  93.  
  94. # Special rule for the target edit_cache
  95. edit_cache:
  96.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  97.     /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  98. .PHONY : edit_cache
  99.  
  100. # Special rule for the target edit_cache
  101. edit_cache/fast: edit_cache
  102.  
  103. .PHONY : edit_cache/fast
  104.  
  105. # Special rule for the target rebuild_cache
  106. rebuild_cache:
  107.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  108.     /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  109. .PHONY : rebuild_cache
  110.  
  111. # Special rule for the target rebuild_cache
  112. rebuild_cache/fast: rebuild_cache
  113.  
  114. .PHONY : rebuild_cache/fast
  115.  
  116. # Special rule for the target install
  117. install: preinstall
  118.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  119.     /usr/bin/cmake -P cmake_install.cmake
  120. .PHONY : install
  121.  
  122. # Special rule for the target install
  123. install/fast: preinstall/fast
  124.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  125.     /usr/bin/cmake -P cmake_install.cmake
  126. .PHONY : install/fast
  127.  
  128. # Special rule for the target list_install_components
  129. list_install_components:
  130.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  131. .PHONY : list_install_components
  132.  
  133. # Special rule for the target list_install_components
  134. list_install_components/fast: list_install_components
  135.  
  136. .PHONY : list_install_components/fast
  137.  
  138. # The main all target
  139. all: cmake_check_build_system
  140.     $(CMAKE_COMMAND) -E cmake_progress_start /home/steen/Radio/gr-satellites/build/CMakeFiles /home/steen/Radio/gr-satellites/build/CMakeFiles/progress.marks
  141.     $(MAKE) -f CMakeFiles/Makefile2 all
  142.     $(CMAKE_COMMAND) -E cmake_progress_start /home/steen/Radio/gr-satellites/build/CMakeFiles 0
  143. .PHONY : all
  144.  
  145. # The main clean target
  146. clean:
  147.     $(MAKE) -f CMakeFiles/Makefile2 clean
  148. .PHONY : clean
  149.  
  150. # The main clean target
  151. clean/fast: clean
  152.  
  153. .PHONY : clean/fast
  154.  
  155. # Prepare targets for installation.
  156. preinstall: all
  157.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  158. .PHONY : preinstall
  159.  
  160. # Prepare targets for installation.
  161. preinstall/fast:
  162.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  163. .PHONY : preinstall/fast
  164.  
  165. # clear depends
  166. depend:
  167.     $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  168. .PHONY : depend
  169.  
  170. #=============================================================================
  171. # Target rules for targets named uninstall
  172.  
  173. # Build rule for target.
  174. uninstall: cmake_check_build_system
  175.     $(MAKE) -f CMakeFiles/Makefile2 uninstall
  176. .PHONY : uninstall
  177.  
  178. # fast build rule for target.
  179. uninstall/fast:
  180.     $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  181. .PHONY : uninstall/fast
  182.  
  183. #=============================================================================
  184. # Target rules for targets named gnuradio-satellites
  185.  
  186. # Build rule for target.
  187. gnuradio-satellites: cmake_check_build_system
  188.     $(MAKE) -f CMakeFiles/Makefile2 gnuradio-satellites
  189. .PHONY : gnuradio-satellites
  190.  
  191. # fast build rule for target.
  192. gnuradio-satellites/fast:
  193.     $(MAKE) -f lib/CMakeFiles/gnuradio-satellites.dir/build.make lib/CMakeFiles/gnuradio-satellites.dir/build
  194. .PHONY : gnuradio-satellites/fast
  195.  
  196. #=============================================================================
  197. # Target rules for targets named pygen_apps_9a6dd
  198.  
  199. # Build rule for target.
  200. pygen_apps_9a6dd: cmake_check_build_system
  201.     $(MAKE) -f CMakeFiles/Makefile2 pygen_apps_9a6dd
  202. .PHONY : pygen_apps_9a6dd
  203.  
  204. # fast build rule for target.
  205. pygen_apps_9a6dd/fast:
  206.     $(MAKE) -f apps/CMakeFiles/pygen_apps_9a6dd.dir/build.make apps/CMakeFiles/pygen_apps_9a6dd.dir/build
  207. .PHONY : pygen_apps_9a6dd/fast
  208.  
  209. #=============================================================================
  210. # Target rules for targets named doxygen_target
  211.  
  212. # Build rule for target.
  213. doxygen_target: cmake_check_build_system
  214.     $(MAKE) -f CMakeFiles/Makefile2 doxygen_target
  215. .PHONY : doxygen_target
  216.  
  217. # fast build rule for target.
  218. doxygen_target/fast:
  219.     $(MAKE) -f docs/doxygen/CMakeFiles/doxygen_target.dir/build.make docs/doxygen/CMakeFiles/doxygen_target.dir/build
  220. .PHONY : doxygen_target/fast
  221.  
  222. #=============================================================================
  223. # Target rules for targets named satellites_swig
  224.  
  225. # Build rule for target.
  226. satellites_swig: cmake_check_build_system
  227.     $(MAKE) -f CMakeFiles/Makefile2 satellites_swig
  228. .PHONY : satellites_swig
  229.  
  230. # fast build rule for target.
  231. satellites_swig/fast:
  232.     $(MAKE) -f swig/CMakeFiles/satellites_swig.dir/build.make swig/CMakeFiles/satellites_swig.dir/build
  233. .PHONY : satellites_swig/fast
  234.  
  235. #=============================================================================
  236. # Target rules for targets named _satellites_swig_doc_tag
  237.  
  238. # Build rule for target.
  239. _satellites_swig_doc_tag: cmake_check_build_system
  240.     $(MAKE) -f CMakeFiles/Makefile2 _satellites_swig_doc_tag
  241. .PHONY : _satellites_swig_doc_tag
  242.  
  243. # fast build rule for target.
  244. _satellites_swig_doc_tag/fast:
  245.     $(MAKE) -f swig/CMakeFiles/_satellites_swig_doc_tag.dir/build.make swig/CMakeFiles/_satellites_swig_doc_tag.dir/build
  246. .PHONY : _satellites_swig_doc_tag/fast
  247.  
  248. #=============================================================================
  249. # Target rules for targets named pygen_swig_9843b
  250.  
  251. # Build rule for target.
  252. pygen_swig_9843b: cmake_check_build_system
  253.     $(MAKE) -f CMakeFiles/Makefile2 pygen_swig_9843b
  254. .PHONY : pygen_swig_9843b
  255.  
  256. # fast build rule for target.
  257. pygen_swig_9843b/fast:
  258.     $(MAKE) -f swig/CMakeFiles/pygen_swig_9843b.dir/build.make swig/CMakeFiles/pygen_swig_9843b.dir/build
  259. .PHONY : pygen_swig_9843b/fast
  260.  
  261. #=============================================================================
  262. # Target rules for targets named satellites_swig_swig_compilation
  263.  
  264. # Build rule for target.
  265. satellites_swig_swig_compilation: cmake_check_build_system
  266.     $(MAKE) -f CMakeFiles/Makefile2 satellites_swig_swig_compilation
  267. .PHONY : satellites_swig_swig_compilation
  268.  
  269. # fast build rule for target.
  270. satellites_swig_swig_compilation/fast:
  271.     $(MAKE) -f swig/CMakeFiles/satellites_swig_swig_compilation.dir/build.make swig/CMakeFiles/satellites_swig_swig_compilation.dir/build
  272. .PHONY : satellites_swig_swig_compilation/fast
  273.  
  274. #=============================================================================
  275. # Target rules for targets named satellites_swig_swig_doc
  276.  
  277. # Build rule for target.
  278. satellites_swig_swig_doc: cmake_check_build_system
  279.     $(MAKE) -f CMakeFiles/Makefile2 satellites_swig_swig_doc
  280. .PHONY : satellites_swig_swig_doc
  281.  
  282. # fast build rule for target.
  283. satellites_swig_swig_doc/fast:
  284.     $(MAKE) -f swig/CMakeFiles/satellites_swig_swig_doc.dir/build.make swig/CMakeFiles/satellites_swig_swig_doc.dir/build
  285. .PHONY : satellites_swig_swig_doc/fast
  286.  
  287. #=============================================================================
  288. # Target rules for targets named pygen_python_ed1b8
  289.  
  290. # Build rule for target.
  291. pygen_python_ed1b8: cmake_check_build_system
  292.     $(MAKE) -f CMakeFiles/Makefile2 pygen_python_ed1b8
  293. .PHONY : pygen_python_ed1b8
  294.  
  295. # fast build rule for target.
  296. pygen_python_ed1b8/fast:
  297.     $(MAKE) -f python/CMakeFiles/pygen_python_ed1b8.dir/build.make python/CMakeFiles/pygen_python_ed1b8.dir/build
  298. .PHONY : pygen_python_ed1b8/fast
  299.  
  300. # Help Target
  301. help:
  302.     @echo "The following are some of the valid targets for this Makefile:"
  303.     @echo "... all (the default if no target is provided)"
  304.     @echo "... clean"
  305.     @echo "... depend"
  306.     @echo "... install/strip"
  307.     @echo "... install/local"
  308.     @echo "... test"
  309.     @echo "... uninstall"
  310.     @echo "... edit_cache"
  311.     @echo "... rebuild_cache"
  312.     @echo "... install"
  313.     @echo "... list_install_components"
  314.     @echo "... gnuradio-satellites"
  315.     @echo "... pygen_apps_9a6dd"
  316.     @echo "... doxygen_target"
  317.     @echo "... satellites_swig"
  318.     @echo "... _satellites_swig_doc_tag"
  319.     @echo "... pygen_swig_9843b"
  320.     @echo "... satellites_swig_swig_compilation"
  321.     @echo "... satellites_swig_swig_doc"
  322.     @echo "... pygen_python_ed1b8"
  323. .PHONY : help
  324.  
  325.  
  326.  
  327. #=============================================================================
  328. # Special targets to cleanup operation of make.
  329.  
  330. # Special rule to run CMake to check the build system integrity.
  331. # No rule that depends on this can have commands that come from listfiles
  332. # because they might be regenerated.
  333. cmake_check_build_system:
  334.     $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  335. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement