Makefile 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  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. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && /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. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && /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. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(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/lib/CMakeFiles/progress.marks
  96. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/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. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/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. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
  109. .PHONY : preinstall
  110. # Prepare targets for installation.
  111. preinstall/fast:
  112. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
  113. .PHONY : preinstall/fast
  114. # clear depends
  115. depend:
  116. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  117. .PHONY : depend
  118. # Convenience name for target.
  119. lib/CMakeFiles/zmaplib.dir/rule:
  120. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/CMakeFiles/zmaplib.dir/rule
  121. .PHONY : lib/CMakeFiles/zmaplib.dir/rule
  122. # Convenience name for target.
  123. zmaplib: lib/CMakeFiles/zmaplib.dir/rule
  124. .PHONY : zmaplib
  125. # fast build rule for target.
  126. zmaplib/fast:
  127. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/build
  128. .PHONY : zmaplib/fast
  129. blacklist.o: blacklist.c.o
  130. .PHONY : blacklist.o
  131. # target to build an object file
  132. blacklist.c.o:
  133. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/blacklist.c.o
  134. .PHONY : blacklist.c.o
  135. blacklist.i: blacklist.c.i
  136. .PHONY : blacklist.i
  137. # target to preprocess a source file
  138. blacklist.c.i:
  139. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/blacklist.c.i
  140. .PHONY : blacklist.c.i
  141. blacklist.s: blacklist.c.s
  142. .PHONY : blacklist.s
  143. # target to generate assembly for a file
  144. blacklist.c.s:
  145. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/blacklist.c.s
  146. .PHONY : blacklist.c.s
  147. constraint.o: constraint.c.o
  148. .PHONY : constraint.o
  149. # target to build an object file
  150. constraint.c.o:
  151. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/constraint.c.o
  152. .PHONY : constraint.c.o
  153. constraint.i: constraint.c.i
  154. .PHONY : constraint.i
  155. # target to preprocess a source file
  156. constraint.c.i:
  157. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/constraint.c.i
  158. .PHONY : constraint.c.i
  159. constraint.s: constraint.c.s
  160. .PHONY : constraint.s
  161. # target to generate assembly for a file
  162. constraint.c.s:
  163. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/constraint.c.s
  164. .PHONY : constraint.c.s
  165. csv.o: csv.c.o
  166. .PHONY : csv.o
  167. # target to build an object file
  168. csv.c.o:
  169. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/csv.c.o
  170. .PHONY : csv.c.o
  171. csv.i: csv.c.i
  172. .PHONY : csv.i
  173. # target to preprocess a source file
  174. csv.c.i:
  175. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/csv.c.i
  176. .PHONY : csv.c.i
  177. csv.s: csv.c.s
  178. .PHONY : csv.s
  179. # target to generate assembly for a file
  180. csv.c.s:
  181. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/csv.c.s
  182. .PHONY : csv.c.s
  183. lockfd.o: lockfd.c.o
  184. .PHONY : lockfd.o
  185. # target to build an object file
  186. lockfd.c.o:
  187. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/lockfd.c.o
  188. .PHONY : lockfd.c.o
  189. lockfd.i: lockfd.c.i
  190. .PHONY : lockfd.i
  191. # target to preprocess a source file
  192. lockfd.c.i:
  193. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/lockfd.c.i
  194. .PHONY : lockfd.c.i
  195. lockfd.s: lockfd.c.s
  196. .PHONY : lockfd.s
  197. # target to generate assembly for a file
  198. lockfd.c.s:
  199. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/lockfd.c.s
  200. .PHONY : lockfd.c.s
  201. logger.o: logger.c.o
  202. .PHONY : logger.o
  203. # target to build an object file
  204. logger.c.o:
  205. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/logger.c.o
  206. .PHONY : logger.c.o
  207. logger.i: logger.c.i
  208. .PHONY : logger.i
  209. # target to preprocess a source file
  210. logger.c.i:
  211. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/logger.c.i
  212. .PHONY : logger.c.i
  213. logger.s: logger.c.s
  214. .PHONY : logger.s
  215. # target to generate assembly for a file
  216. logger.c.s:
  217. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/logger.c.s
  218. .PHONY : logger.c.s
  219. pbm.o: pbm.c.o
  220. .PHONY : pbm.o
  221. # target to build an object file
  222. pbm.c.o:
  223. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/pbm.c.o
  224. .PHONY : pbm.c.o
  225. pbm.i: pbm.c.i
  226. .PHONY : pbm.i
  227. # target to preprocess a source file
  228. pbm.c.i:
  229. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/pbm.c.i
  230. .PHONY : pbm.c.i
  231. pbm.s: pbm.c.s
  232. .PHONY : pbm.s
  233. # target to generate assembly for a file
  234. pbm.c.s:
  235. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/pbm.c.s
  236. .PHONY : pbm.c.s
  237. queue.o: queue.c.o
  238. .PHONY : queue.o
  239. # target to build an object file
  240. queue.c.o:
  241. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/queue.c.o
  242. .PHONY : queue.c.o
  243. queue.i: queue.c.i
  244. .PHONY : queue.i
  245. # target to preprocess a source file
  246. queue.c.i:
  247. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/queue.c.i
  248. .PHONY : queue.c.i
  249. queue.s: queue.c.s
  250. .PHONY : queue.s
  251. # target to generate assembly for a file
  252. queue.c.s:
  253. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/queue.c.s
  254. .PHONY : queue.c.s
  255. random.o: random.c.o
  256. .PHONY : random.o
  257. # target to build an object file
  258. random.c.o:
  259. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/random.c.o
  260. .PHONY : random.c.o
  261. random.i: random.c.i
  262. .PHONY : random.i
  263. # target to preprocess a source file
  264. random.c.i:
  265. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/random.c.i
  266. .PHONY : random.c.i
  267. random.s: random.c.s
  268. .PHONY : random.s
  269. # target to generate assembly for a file
  270. random.c.s:
  271. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/random.c.s
  272. .PHONY : random.c.s
  273. rijndael-alg-fst.o: rijndael-alg-fst.c.o
  274. .PHONY : rijndael-alg-fst.o
  275. # target to build an object file
  276. rijndael-alg-fst.c.o:
  277. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o
  278. .PHONY : rijndael-alg-fst.c.o
  279. rijndael-alg-fst.i: rijndael-alg-fst.c.i
  280. .PHONY : rijndael-alg-fst.i
  281. # target to preprocess a source file
  282. rijndael-alg-fst.c.i:
  283. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.i
  284. .PHONY : rijndael-alg-fst.c.i
  285. rijndael-alg-fst.s: rijndael-alg-fst.c.s
  286. .PHONY : rijndael-alg-fst.s
  287. # target to generate assembly for a file
  288. rijndael-alg-fst.c.s:
  289. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.s
  290. .PHONY : rijndael-alg-fst.c.s
  291. util.o: util.c.o
  292. .PHONY : util.o
  293. # target to build an object file
  294. util.c.o:
  295. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/util.c.o
  296. .PHONY : util.c.o
  297. util.i: util.c.i
  298. .PHONY : util.i
  299. # target to preprocess a source file
  300. util.c.i:
  301. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/util.c.i
  302. .PHONY : util.c.i
  303. util.s: util.c.s
  304. .PHONY : util.s
  305. # target to generate assembly for a file
  306. util.c.s:
  307. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/util.c.s
  308. .PHONY : util.c.s
  309. xalloc.o: xalloc.c.o
  310. .PHONY : xalloc.o
  311. # target to build an object file
  312. xalloc.c.o:
  313. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/xalloc.c.o
  314. .PHONY : xalloc.c.o
  315. xalloc.i: xalloc.c.i
  316. .PHONY : xalloc.i
  317. # target to preprocess a source file
  318. xalloc.c.i:
  319. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/xalloc.c.i
  320. .PHONY : xalloc.c.i
  321. xalloc.s: xalloc.c.s
  322. .PHONY : xalloc.s
  323. # target to generate assembly for a file
  324. xalloc.c.s:
  325. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/xalloc.c.s
  326. .PHONY : xalloc.c.s
  327. # Help Target
  328. help:
  329. @echo "The following are some of the valid targets for this Makefile:"
  330. @echo "... all (the default if no target is provided)"
  331. @echo "... clean"
  332. @echo "... depend"
  333. @echo "... install/local"
  334. @echo "... edit_cache"
  335. @echo "... install"
  336. @echo "... rebuild_cache"
  337. @echo "... package"
  338. @echo "... list_install_components"
  339. @echo "... package_source"
  340. @echo "... zmaplib"
  341. @echo "... blacklist.o"
  342. @echo "... blacklist.i"
  343. @echo "... blacklist.s"
  344. @echo "... constraint.o"
  345. @echo "... constraint.i"
  346. @echo "... constraint.s"
  347. @echo "... csv.o"
  348. @echo "... csv.i"
  349. @echo "... csv.s"
  350. @echo "... lockfd.o"
  351. @echo "... lockfd.i"
  352. @echo "... lockfd.s"
  353. @echo "... logger.o"
  354. @echo "... logger.i"
  355. @echo "... logger.s"
  356. @echo "... pbm.o"
  357. @echo "... pbm.i"
  358. @echo "... pbm.s"
  359. @echo "... queue.o"
  360. @echo "... queue.i"
  361. @echo "... queue.s"
  362. @echo "... random.o"
  363. @echo "... random.i"
  364. @echo "... random.s"
  365. @echo "... rijndael-alg-fst.o"
  366. @echo "... rijndael-alg-fst.i"
  367. @echo "... rijndael-alg-fst.s"
  368. @echo "... util.o"
  369. @echo "... util.i"
  370. @echo "... util.s"
  371. @echo "... xalloc.o"
  372. @echo "... xalloc.i"
  373. @echo "... xalloc.s"
  374. .PHONY : help
  375. #=============================================================================
  376. # Special targets to cleanup operation of make.
  377. # Special rule to run CMake to check the build system integrity.
  378. # No rule that depends on this can have commands that come from listfiles
  379. # because they might be regenerated.
  380. cmake_check_build_system:
  381. cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  382. .PHONY : cmake_check_build_system