Makefile 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.2
  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 = /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/local
  37. install/local: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  39. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  40. .PHONY : install/local
  41. # Special rule for the target install/local
  42. install/local/fast: install/local
  43. .PHONY : install/local/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 -H$(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 install
  53. install: preinstall
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  55. /usr/bin/cmake -P cmake_install.cmake
  56. .PHONY : install
  57. # Special rule for the target install
  58. install/fast: preinstall/fast
  59. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  60. /usr/bin/cmake -P cmake_install.cmake
  61. .PHONY : install/fast
  62. # Special rule for the target rebuild_cache
  63. rebuild_cache:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  65. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  66. .PHONY : rebuild_cache
  67. # Special rule for the target rebuild_cache
  68. rebuild_cache/fast: rebuild_cache
  69. .PHONY : rebuild_cache/fast
  70. # Special rule for the target package
  71. package: preinstall
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  73. /usr/bin/cpack --config ./CPackConfig.cmake
  74. .PHONY : package
  75. # Special rule for the target package
  76. package/fast: package
  77. .PHONY : package/fast
  78. # Special rule for the target list_install_components
  79. list_install_components:
  80. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  81. .PHONY : list_install_components
  82. # Special rule for the target list_install_components
  83. list_install_components/fast: list_install_components
  84. .PHONY : list_install_components/fast
  85. # Special rule for the target package_source
  86. package_source:
  87. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  88. /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap/CPackSourceConfig.cmake
  89. .PHONY : package_source
  90. # Special rule for the target package_source
  91. package_source/fast: package_source
  92. .PHONY : package_source/fast
  93. # The main all target
  94. all: cmake_check_build_system
  95. $(CMAKE_COMMAND) -E cmake_progress_start /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap/CMakeFiles /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap/CMakeFiles/progress.marks
  96. $(MAKE) -f CMakeFiles/Makefile2 all
  97. $(CMAKE_COMMAND) -E cmake_progress_start /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap/CMakeFiles 0
  98. .PHONY : all
  99. # The main clean target
  100. clean:
  101. $(MAKE) -f CMakeFiles/Makefile2 clean
  102. .PHONY : clean
  103. # The main clean target
  104. clean/fast: clean
  105. .PHONY : clean/fast
  106. # Prepare targets for installation.
  107. preinstall: all
  108. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  109. .PHONY : preinstall
  110. # Prepare targets for installation.
  111. preinstall/fast:
  112. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  113. .PHONY : preinstall/fast
  114. # clear depends
  115. depend:
  116. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  117. .PHONY : depend
  118. #=============================================================================
  119. # Target rules for targets named zmaplib
  120. # Build rule for target.
  121. zmaplib: cmake_check_build_system
  122. $(MAKE) -f CMakeFiles/Makefile2 zmaplib
  123. .PHONY : zmaplib
  124. # fast build rule for target.
  125. zmaplib/fast:
  126. $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/build
  127. .PHONY : zmaplib/fast
  128. #=============================================================================
  129. # Target rules for targets named zblacklist
  130. # Build rule for target.
  131. zblacklist: cmake_check_build_system
  132. $(MAKE) -f CMakeFiles/Makefile2 zblacklist
  133. .PHONY : zblacklist
  134. # fast build rule for target.
  135. zblacklist/fast:
  136. $(MAKE) -f src/CMakeFiles/zblacklist.dir/build.make src/CMakeFiles/zblacklist.dir/build
  137. .PHONY : zblacklist/fast
  138. # Manual pre-install relink rule for target.
  139. zblacklist/preinstall:
  140. $(MAKE) -f src/CMakeFiles/zblacklist.dir/build.make src/CMakeFiles/zblacklist.dir/preinstall
  141. .PHONY : zblacklist/preinstall
  142. #=============================================================================
  143. # Target rules for targets named zmap
  144. # Build rule for target.
  145. zmap: cmake_check_build_system
  146. $(MAKE) -f CMakeFiles/Makefile2 zmap
  147. .PHONY : zmap
  148. # fast build rule for target.
  149. zmap/fast:
  150. $(MAKE) -f src/CMakeFiles/zmap.dir/build.make src/CMakeFiles/zmap.dir/build
  151. .PHONY : zmap/fast
  152. # Manual pre-install relink rule for target.
  153. zmap/preinstall:
  154. $(MAKE) -f src/CMakeFiles/zmap.dir/build.make src/CMakeFiles/zmap.dir/preinstall
  155. .PHONY : zmap/preinstall
  156. #=============================================================================
  157. # Target rules for targets named ztee
  158. # Build rule for target.
  159. ztee: cmake_check_build_system
  160. $(MAKE) -f CMakeFiles/Makefile2 ztee
  161. .PHONY : ztee
  162. # fast build rule for target.
  163. ztee/fast:
  164. $(MAKE) -f src/CMakeFiles/ztee.dir/build.make src/CMakeFiles/ztee.dir/build
  165. .PHONY : ztee/fast
  166. # Manual pre-install relink rule for target.
  167. ztee/preinstall:
  168. $(MAKE) -f src/CMakeFiles/ztee.dir/build.make src/CMakeFiles/ztee.dir/preinstall
  169. .PHONY : ztee/preinstall
  170. # Help Target
  171. help:
  172. @echo "The following are some of the valid targets for this Makefile:"
  173. @echo "... all (the default if no target is provided)"
  174. @echo "... clean"
  175. @echo "... depend"
  176. @echo "... install/local"
  177. @echo "... edit_cache"
  178. @echo "... install"
  179. @echo "... rebuild_cache"
  180. @echo "... package"
  181. @echo "... list_install_components"
  182. @echo "... package_source"
  183. @echo "... zmaplib"
  184. @echo "... ztee"
  185. @echo "... zmap"
  186. @echo "... zblacklist"
  187. .PHONY : help
  188. #=============================================================================
  189. # Special targets to cleanup operation of make.
  190. # Special rule to run CMake to check the build system integrity.
  191. # No rule that depends on this can have commands that come from listfiles
  192. # because they might be regenerated.
  193. cmake_check_build_system:
  194. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  195. .PHONY : cmake_check_build_system