123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.2
- # Default target executed when no arguments are given to make.
- default_target: all
- .PHONY : default_target
- # Allow only one "make -f Makefile2" at a time, but pass parallelism.
- .NOTPARALLEL:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical targets will work.
- .SUFFIXES:
- # Remove some rules from gmake that .SUFFIXES does not remove.
- SUFFIXES =
- .SUFFIXES: .hpux_make_needs_suffix_list
- # Suppress display of executed commands.
- $(VERBOSE).SILENT:
- # A target that is always out of date.
- cmake_force:
- .PHONY : cmake_force
- #=============================================================================
- # Set environment variables for the build.
- # The shell in which to execute make rules.
- SHELL = /bin/sh
- # The CMake executable.
- CMAKE_COMMAND = /usr/bin/cmake
- # The command to remove a file.
- RM = /usr/bin/cmake -E remove -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap
- #=============================================================================
- # Targets provided globally by CMake.
- # Special rule for the target install/local
- install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install/local
- # Special rule for the target install/local
- install/local/fast: install/local
- .PHONY : install/local/fast
- # Special rule for the target edit_cache
- edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
- .PHONY : edit_cache
- # Special rule for the target edit_cache
- edit_cache/fast: edit_cache
- .PHONY : edit_cache/fast
- # Special rule for the target install
- install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
- .PHONY : install
- # Special rule for the target install
- install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
- .PHONY : install/fast
- # Special rule for the target rebuild_cache
- rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
- .PHONY : rebuild_cache
- # Special rule for the target rebuild_cache
- rebuild_cache/fast: rebuild_cache
- .PHONY : rebuild_cache/fast
- # Special rule for the target package
- package: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
- cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && /usr/bin/cpack --config ./CPackConfig.cmake
- .PHONY : package
- # Special rule for the target package
- package/fast: package
- .PHONY : package/fast
- # Special rule for the target list_install_components
- list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
- .PHONY : list_install_components
- # Special rule for the target list_install_components
- list_install_components/fast: list_install_components
- .PHONY : list_install_components/fast
- # Special rule for the target package_source
- package_source:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
- 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
- .PHONY : package_source
- # Special rule for the target package_source
- package_source/fast: package_source
- .PHONY : package_source/fast
- # The main all target
- all: cmake_check_build_system
- 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
- cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap/CMakeFiles 0
- .PHONY : all
- # The main clean target
- clean:
- cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/clean
- .PHONY : clean
- # The main clean target
- clean/fast: clean
- .PHONY : clean/fast
- # Prepare targets for installation.
- preinstall: all
- cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
- .PHONY : preinstall
- # Prepare targets for installation.
- preinstall/fast:
- cd /home/mike/folder/studium_ms/semester_5/master_thesis/scm-ssi-probe-response/attack_implementation/zmap && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
- .PHONY : preinstall/fast
- # clear depends
- depend:
- 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
- .PHONY : depend
- # Convenience name for target.
- lib/CMakeFiles/zmaplib.dir/rule:
- 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
- .PHONY : lib/CMakeFiles/zmaplib.dir/rule
- # Convenience name for target.
- zmaplib: lib/CMakeFiles/zmaplib.dir/rule
- .PHONY : zmaplib
- # fast build rule for target.
- zmaplib/fast:
- 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
- .PHONY : zmaplib/fast
- blacklist.o: blacklist.c.o
- .PHONY : blacklist.o
- # target to build an object file
- blacklist.c.o:
- 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
- .PHONY : blacklist.c.o
- blacklist.i: blacklist.c.i
- .PHONY : blacklist.i
- # target to preprocess a source file
- blacklist.c.i:
- 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
- .PHONY : blacklist.c.i
- blacklist.s: blacklist.c.s
- .PHONY : blacklist.s
- # target to generate assembly for a file
- blacklist.c.s:
- 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
- .PHONY : blacklist.c.s
- constraint.o: constraint.c.o
- .PHONY : constraint.o
- # target to build an object file
- constraint.c.o:
- 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
- .PHONY : constraint.c.o
- constraint.i: constraint.c.i
- .PHONY : constraint.i
- # target to preprocess a source file
- constraint.c.i:
- 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
- .PHONY : constraint.c.i
- constraint.s: constraint.c.s
- .PHONY : constraint.s
- # target to generate assembly for a file
- constraint.c.s:
- 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
- .PHONY : constraint.c.s
- csv.o: csv.c.o
- .PHONY : csv.o
- # target to build an object file
- csv.c.o:
- 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
- .PHONY : csv.c.o
- csv.i: csv.c.i
- .PHONY : csv.i
- # target to preprocess a source file
- csv.c.i:
- 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
- .PHONY : csv.c.i
- csv.s: csv.c.s
- .PHONY : csv.s
- # target to generate assembly for a file
- csv.c.s:
- 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
- .PHONY : csv.c.s
- lockfd.o: lockfd.c.o
- .PHONY : lockfd.o
- # target to build an object file
- lockfd.c.o:
- 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
- .PHONY : lockfd.c.o
- lockfd.i: lockfd.c.i
- .PHONY : lockfd.i
- # target to preprocess a source file
- lockfd.c.i:
- 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
- .PHONY : lockfd.c.i
- lockfd.s: lockfd.c.s
- .PHONY : lockfd.s
- # target to generate assembly for a file
- lockfd.c.s:
- 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
- .PHONY : lockfd.c.s
- logger.o: logger.c.o
- .PHONY : logger.o
- # target to build an object file
- logger.c.o:
- 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
- .PHONY : logger.c.o
- logger.i: logger.c.i
- .PHONY : logger.i
- # target to preprocess a source file
- logger.c.i:
- 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
- .PHONY : logger.c.i
- logger.s: logger.c.s
- .PHONY : logger.s
- # target to generate assembly for a file
- logger.c.s:
- 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
- .PHONY : logger.c.s
- pbm.o: pbm.c.o
- .PHONY : pbm.o
- # target to build an object file
- pbm.c.o:
- 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
- .PHONY : pbm.c.o
- pbm.i: pbm.c.i
- .PHONY : pbm.i
- # target to preprocess a source file
- pbm.c.i:
- 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
- .PHONY : pbm.c.i
- pbm.s: pbm.c.s
- .PHONY : pbm.s
- # target to generate assembly for a file
- pbm.c.s:
- 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
- .PHONY : pbm.c.s
- queue.o: queue.c.o
- .PHONY : queue.o
- # target to build an object file
- queue.c.o:
- 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
- .PHONY : queue.c.o
- queue.i: queue.c.i
- .PHONY : queue.i
- # target to preprocess a source file
- queue.c.i:
- 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
- .PHONY : queue.c.i
- queue.s: queue.c.s
- .PHONY : queue.s
- # target to generate assembly for a file
- queue.c.s:
- 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
- .PHONY : queue.c.s
- random.o: random.c.o
- .PHONY : random.o
- # target to build an object file
- random.c.o:
- 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
- .PHONY : random.c.o
- random.i: random.c.i
- .PHONY : random.i
- # target to preprocess a source file
- random.c.i:
- 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
- .PHONY : random.c.i
- random.s: random.c.s
- .PHONY : random.s
- # target to generate assembly for a file
- random.c.s:
- 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
- .PHONY : random.c.s
- rijndael-alg-fst.o: rijndael-alg-fst.c.o
- .PHONY : rijndael-alg-fst.o
- # target to build an object file
- rijndael-alg-fst.c.o:
- 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
- .PHONY : rijndael-alg-fst.c.o
- rijndael-alg-fst.i: rijndael-alg-fst.c.i
- .PHONY : rijndael-alg-fst.i
- # target to preprocess a source file
- rijndael-alg-fst.c.i:
- 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
- .PHONY : rijndael-alg-fst.c.i
- rijndael-alg-fst.s: rijndael-alg-fst.c.s
- .PHONY : rijndael-alg-fst.s
- # target to generate assembly for a file
- rijndael-alg-fst.c.s:
- 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
- .PHONY : rijndael-alg-fst.c.s
- util.o: util.c.o
- .PHONY : util.o
- # target to build an object file
- util.c.o:
- 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
- .PHONY : util.c.o
- util.i: util.c.i
- .PHONY : util.i
- # target to preprocess a source file
- util.c.i:
- 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
- .PHONY : util.c.i
- util.s: util.c.s
- .PHONY : util.s
- # target to generate assembly for a file
- util.c.s:
- 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
- .PHONY : util.c.s
- xalloc.o: xalloc.c.o
- .PHONY : xalloc.o
- # target to build an object file
- xalloc.c.o:
- 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
- .PHONY : xalloc.c.o
- xalloc.i: xalloc.c.i
- .PHONY : xalloc.i
- # target to preprocess a source file
- xalloc.c.i:
- 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
- .PHONY : xalloc.c.i
- xalloc.s: xalloc.c.s
- .PHONY : xalloc.s
- # target to generate assembly for a file
- xalloc.c.s:
- 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
- .PHONY : xalloc.c.s
- # Help Target
- help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... install/local"
- @echo "... edit_cache"
- @echo "... install"
- @echo "... rebuild_cache"
- @echo "... package"
- @echo "... list_install_components"
- @echo "... package_source"
- @echo "... zmaplib"
- @echo "... blacklist.o"
- @echo "... blacklist.i"
- @echo "... blacklist.s"
- @echo "... constraint.o"
- @echo "... constraint.i"
- @echo "... constraint.s"
- @echo "... csv.o"
- @echo "... csv.i"
- @echo "... csv.s"
- @echo "... lockfd.o"
- @echo "... lockfd.i"
- @echo "... lockfd.s"
- @echo "... logger.o"
- @echo "... logger.i"
- @echo "... logger.s"
- @echo "... pbm.o"
- @echo "... pbm.i"
- @echo "... pbm.s"
- @echo "... queue.o"
- @echo "... queue.i"
- @echo "... queue.s"
- @echo "... random.o"
- @echo "... random.i"
- @echo "... random.s"
- @echo "... rijndael-alg-fst.o"
- @echo "... rijndael-alg-fst.i"
- @echo "... rijndael-alg-fst.s"
- @echo "... util.o"
- @echo "... util.i"
- @echo "... util.s"
- @echo "... xalloc.o"
- @echo "... xalloc.i"
- @echo "... xalloc.s"
- .PHONY : help
- #=============================================================================
- # Special targets to cleanup operation of make.
- # Special rule to run CMake to check the build system integrity.
- # No rule that depends on this can have commands that come from listfiles
- # because they might be regenerated.
- cmake_check_build_system:
- 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
- .PHONY : cmake_check_build_system
|