Files
AFLplusplus/frida_mode/test/libpcap/Makefile
WorksButNotTested 14178141dc Frida (#940)
* Added re2 test

* Added libpcap test

* Fix validation of setting of ADDR_NO_RANDOMIZE

* Added support for printing original and instrumented code

Co-authored-by: Your Name <you@example.com>
2021-05-27 10:49:34 +02:00

1144 lines
34 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# 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/jon/git/AFLplusplus/frida_mode/test/libpcap/build/libpcap/libpcap
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/jon/git/AFLplusplus/frida_mode/test/libpcap
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# 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: preinstall/fast
@$(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/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 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 rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(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 edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jon/git/AFLplusplus/frida_mode/test/libpcap/CMakeFiles /home/jon/git/AFLplusplus/frida_mode/test/libpcap/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jon/git/AFLplusplus/frida_mode/test/libpcap/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named pcap
# Build rule for target.
pcap: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 pcap
.PHONY : pcap
# fast build rule for target.
pcap/fast:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/build
.PHONY : pcap/fast
#=============================================================================
# Target rules for targets named uninstall
# Build rule for target.
uninstall: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 uninstall
.PHONY : uninstall
# fast build rule for target.
uninstall/fast:
$(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast
#=============================================================================
# Target rules for targets named pcap_static
# Build rule for target.
pcap_static: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 pcap_static
.PHONY : pcap_static
# fast build rule for target.
pcap_static/fast:
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/build
.PHONY : pcap_static/fast
#=============================================================================
# Target rules for targets named SerializeTarget
# Build rule for target.
SerializeTarget: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 SerializeTarget
.PHONY : SerializeTarget
# fast build rule for target.
SerializeTarget/fast:
$(MAKE) -f CMakeFiles/SerializeTarget.dir/build.make CMakeFiles/SerializeTarget.dir/build
.PHONY : SerializeTarget/fast
#=============================================================================
# Target rules for targets named testprogs
# Build rule for target.
testprogs: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 testprogs
.PHONY : testprogs
# fast build rule for target.
testprogs/fast:
$(MAKE) -f testprogs/CMakeFiles/testprogs.dir/build.make testprogs/CMakeFiles/testprogs.dir/build
.PHONY : testprogs/fast
#=============================================================================
# Target rules for targets named capturetest
# Build rule for target.
capturetest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 capturetest
.PHONY : capturetest
# fast build rule for target.
capturetest/fast:
$(MAKE) -f testprogs/CMakeFiles/capturetest.dir/build.make testprogs/CMakeFiles/capturetest.dir/build
.PHONY : capturetest/fast
#=============================================================================
# Target rules for targets named findalldevstest
# Build rule for target.
findalldevstest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 findalldevstest
.PHONY : findalldevstest
# fast build rule for target.
findalldevstest/fast:
$(MAKE) -f testprogs/CMakeFiles/findalldevstest.dir/build.make testprogs/CMakeFiles/findalldevstest.dir/build
.PHONY : findalldevstest/fast
#=============================================================================
# Target rules for targets named filtertest
# Build rule for target.
filtertest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 filtertest
.PHONY : filtertest
# fast build rule for target.
filtertest/fast:
$(MAKE) -f testprogs/CMakeFiles/filtertest.dir/build.make testprogs/CMakeFiles/filtertest.dir/build
.PHONY : filtertest/fast
#=============================================================================
# Target rules for targets named findalldevstest-perf
# Build rule for target.
findalldevstest-perf: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 findalldevstest-perf
.PHONY : findalldevstest-perf
# fast build rule for target.
findalldevstest-perf/fast:
$(MAKE) -f testprogs/CMakeFiles/findalldevstest-perf.dir/build.make testprogs/CMakeFiles/findalldevstest-perf.dir/build
.PHONY : findalldevstest-perf/fast
#=============================================================================
# Target rules for targets named can_set_rfmon_test
# Build rule for target.
can_set_rfmon_test: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 can_set_rfmon_test
.PHONY : can_set_rfmon_test
# fast build rule for target.
can_set_rfmon_test/fast:
$(MAKE) -f testprogs/CMakeFiles/can_set_rfmon_test.dir/build.make testprogs/CMakeFiles/can_set_rfmon_test.dir/build
.PHONY : can_set_rfmon_test/fast
#=============================================================================
# Target rules for targets named opentest
# Build rule for target.
opentest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 opentest
.PHONY : opentest
# fast build rule for target.
opentest/fast:
$(MAKE) -f testprogs/CMakeFiles/opentest.dir/build.make testprogs/CMakeFiles/opentest.dir/build
.PHONY : opentest/fast
#=============================================================================
# Target rules for targets named reactivatetest
# Build rule for target.
reactivatetest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 reactivatetest
.PHONY : reactivatetest
# fast build rule for target.
reactivatetest/fast:
$(MAKE) -f testprogs/CMakeFiles/reactivatetest.dir/build.make testprogs/CMakeFiles/reactivatetest.dir/build
.PHONY : reactivatetest/fast
#=============================================================================
# Target rules for targets named writecaptest
# Build rule for target.
writecaptest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 writecaptest
.PHONY : writecaptest
# fast build rule for target.
writecaptest/fast:
$(MAKE) -f testprogs/CMakeFiles/writecaptest.dir/build.make testprogs/CMakeFiles/writecaptest.dir/build
.PHONY : writecaptest/fast
#=============================================================================
# Target rules for targets named selpolltest
# Build rule for target.
selpolltest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 selpolltest
.PHONY : selpolltest
# fast build rule for target.
selpolltest/fast:
$(MAKE) -f testprogs/CMakeFiles/selpolltest.dir/build.make testprogs/CMakeFiles/selpolltest.dir/build
.PHONY : selpolltest/fast
#=============================================================================
# Target rules for targets named threadsignaltest
# Build rule for target.
threadsignaltest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 threadsignaltest
.PHONY : threadsignaltest
# fast build rule for target.
threadsignaltest/fast:
$(MAKE) -f testprogs/CMakeFiles/threadsignaltest.dir/build.make testprogs/CMakeFiles/threadsignaltest.dir/build
.PHONY : threadsignaltest/fast
#=============================================================================
# Target rules for targets named valgrindtest
# Build rule for target.
valgrindtest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 valgrindtest
.PHONY : valgrindtest
# fast build rule for target.
valgrindtest/fast:
$(MAKE) -f testprogs/CMakeFiles/valgrindtest.dir/build.make testprogs/CMakeFiles/valgrindtest.dir/build
.PHONY : valgrindtest/fast
#=============================================================================
# Target rules for targets named fuzz_both
# Build rule for target.
fuzz_both: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 fuzz_both
.PHONY : fuzz_both
# fast build rule for target.
fuzz_both/fast:
$(MAKE) -f testprogs/fuzz/CMakeFiles/fuzz_both.dir/build.make testprogs/fuzz/CMakeFiles/fuzz_both.dir/build
.PHONY : fuzz_both/fast
#=============================================================================
# Target rules for targets named fuzz_filter
# Build rule for target.
fuzz_filter: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 fuzz_filter
.PHONY : fuzz_filter
# fast build rule for target.
fuzz_filter/fast:
$(MAKE) -f testprogs/fuzz/CMakeFiles/fuzz_filter.dir/build.make testprogs/fuzz/CMakeFiles/fuzz_filter.dir/build
.PHONY : fuzz_filter/fast
#=============================================================================
# Target rules for targets named fuzz_pcap
# Build rule for target.
fuzz_pcap: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 fuzz_pcap
.PHONY : fuzz_pcap
# fast build rule for target.
fuzz_pcap/fast:
$(MAKE) -f testprogs/fuzz/CMakeFiles/fuzz_pcap.dir/build.make testprogs/fuzz/CMakeFiles/fuzz_pcap.dir/build
.PHONY : fuzz_pcap/fast
bpf_dump.o: bpf_dump.c.o
.PHONY : bpf_dump.o
# target to build an object file
bpf_dump.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_dump.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_dump.c.o
.PHONY : bpf_dump.c.o
bpf_dump.i: bpf_dump.c.i
.PHONY : bpf_dump.i
# target to preprocess a source file
bpf_dump.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_dump.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_dump.c.i
.PHONY : bpf_dump.c.i
bpf_dump.s: bpf_dump.c.s
.PHONY : bpf_dump.s
# target to generate assembly for a file
bpf_dump.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_dump.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_dump.c.s
.PHONY : bpf_dump.c.s
bpf_filter.o: bpf_filter.c.o
.PHONY : bpf_filter.o
# target to build an object file
bpf_filter.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_filter.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_filter.c.o
.PHONY : bpf_filter.c.o
bpf_filter.i: bpf_filter.c.i
.PHONY : bpf_filter.i
# target to preprocess a source file
bpf_filter.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_filter.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_filter.c.i
.PHONY : bpf_filter.c.i
bpf_filter.s: bpf_filter.c.s
.PHONY : bpf_filter.s
# target to generate assembly for a file
bpf_filter.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_filter.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_filter.c.s
.PHONY : bpf_filter.c.s
bpf_image.o: bpf_image.c.o
.PHONY : bpf_image.o
# target to build an object file
bpf_image.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_image.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_image.c.o
.PHONY : bpf_image.c.o
bpf_image.i: bpf_image.c.i
.PHONY : bpf_image.i
# target to preprocess a source file
bpf_image.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_image.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_image.c.i
.PHONY : bpf_image.c.i
bpf_image.s: bpf_image.c.s
.PHONY : bpf_image.s
# target to generate assembly for a file
bpf_image.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/bpf_image.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/bpf_image.c.s
.PHONY : bpf_image.c.s
etherent.o: etherent.c.o
.PHONY : etherent.o
# target to build an object file
etherent.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/etherent.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/etherent.c.o
.PHONY : etherent.c.o
etherent.i: etherent.c.i
.PHONY : etherent.i
# target to preprocess a source file
etherent.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/etherent.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/etherent.c.i
.PHONY : etherent.c.i
etherent.s: etherent.c.s
.PHONY : etherent.s
# target to generate assembly for a file
etherent.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/etherent.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/etherent.c.s
.PHONY : etherent.c.s
fad-getad.o: fad-getad.c.o
.PHONY : fad-getad.o
# target to build an object file
fad-getad.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/fad-getad.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/fad-getad.c.o
.PHONY : fad-getad.c.o
fad-getad.i: fad-getad.c.i
.PHONY : fad-getad.i
# target to preprocess a source file
fad-getad.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/fad-getad.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/fad-getad.c.i
.PHONY : fad-getad.c.i
fad-getad.s: fad-getad.c.s
.PHONY : fad-getad.s
# target to generate assembly for a file
fad-getad.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/fad-getad.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/fad-getad.c.s
.PHONY : fad-getad.c.s
fmtutils.o: fmtutils.c.o
.PHONY : fmtutils.o
# target to build an object file
fmtutils.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/fmtutils.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/fmtutils.c.o
.PHONY : fmtutils.c.o
fmtutils.i: fmtutils.c.i
.PHONY : fmtutils.i
# target to preprocess a source file
fmtutils.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/fmtutils.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/fmtutils.c.i
.PHONY : fmtutils.c.i
fmtutils.s: fmtutils.c.s
.PHONY : fmtutils.s
# target to generate assembly for a file
fmtutils.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/fmtutils.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/fmtutils.c.s
.PHONY : fmtutils.c.s
gencode.o: gencode.c.o
.PHONY : gencode.o
# target to build an object file
gencode.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/gencode.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/gencode.c.o
.PHONY : gencode.c.o
gencode.i: gencode.c.i
.PHONY : gencode.i
# target to preprocess a source file
gencode.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/gencode.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/gencode.c.i
.PHONY : gencode.c.i
gencode.s: gencode.c.s
.PHONY : gencode.s
# target to generate assembly for a file
gencode.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/gencode.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/gencode.c.s
.PHONY : gencode.c.s
grammar.o: grammar.c.o
.PHONY : grammar.o
# target to build an object file
grammar.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/grammar.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/grammar.c.o
.PHONY : grammar.c.o
grammar.i: grammar.c.i
.PHONY : grammar.i
# target to preprocess a source file
grammar.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/grammar.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/grammar.c.i
.PHONY : grammar.c.i
grammar.s: grammar.c.s
.PHONY : grammar.s
# target to generate assembly for a file
grammar.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/grammar.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/grammar.c.s
.PHONY : grammar.c.s
missing/strlcat.o: missing/strlcat.c.o
.PHONY : missing/strlcat.o
# target to build an object file
missing/strlcat.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/missing/strlcat.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/missing/strlcat.c.o
.PHONY : missing/strlcat.c.o
missing/strlcat.i: missing/strlcat.c.i
.PHONY : missing/strlcat.i
# target to preprocess a source file
missing/strlcat.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/missing/strlcat.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/missing/strlcat.c.i
.PHONY : missing/strlcat.c.i
missing/strlcat.s: missing/strlcat.c.s
.PHONY : missing/strlcat.s
# target to generate assembly for a file
missing/strlcat.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/missing/strlcat.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/missing/strlcat.c.s
.PHONY : missing/strlcat.c.s
missing/strlcpy.o: missing/strlcpy.c.o
.PHONY : missing/strlcpy.o
# target to build an object file
missing/strlcpy.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/missing/strlcpy.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/missing/strlcpy.c.o
.PHONY : missing/strlcpy.c.o
missing/strlcpy.i: missing/strlcpy.c.i
.PHONY : missing/strlcpy.i
# target to preprocess a source file
missing/strlcpy.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/missing/strlcpy.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/missing/strlcpy.c.i
.PHONY : missing/strlcpy.c.i
missing/strlcpy.s: missing/strlcpy.c.s
.PHONY : missing/strlcpy.s
# target to generate assembly for a file
missing/strlcpy.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/missing/strlcpy.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/missing/strlcpy.c.s
.PHONY : missing/strlcpy.c.s
nametoaddr.o: nametoaddr.c.o
.PHONY : nametoaddr.o
# target to build an object file
nametoaddr.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/nametoaddr.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/nametoaddr.c.o
.PHONY : nametoaddr.c.o
nametoaddr.i: nametoaddr.c.i
.PHONY : nametoaddr.i
# target to preprocess a source file
nametoaddr.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/nametoaddr.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/nametoaddr.c.i
.PHONY : nametoaddr.c.i
nametoaddr.s: nametoaddr.c.s
.PHONY : nametoaddr.s
# target to generate assembly for a file
nametoaddr.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/nametoaddr.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/nametoaddr.c.s
.PHONY : nametoaddr.c.s
optimize.o: optimize.c.o
.PHONY : optimize.o
# target to build an object file
optimize.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/optimize.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/optimize.c.o
.PHONY : optimize.c.o
optimize.i: optimize.c.i
.PHONY : optimize.i
# target to preprocess a source file
optimize.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/optimize.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/optimize.c.i
.PHONY : optimize.c.i
optimize.s: optimize.c.s
.PHONY : optimize.s
# target to generate assembly for a file
optimize.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/optimize.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/optimize.c.s
.PHONY : optimize.c.s
pcap-common.o: pcap-common.c.o
.PHONY : pcap-common.o
# target to build an object file
pcap-common.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-common.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-common.c.o
.PHONY : pcap-common.c.o
pcap-common.i: pcap-common.c.i
.PHONY : pcap-common.i
# target to preprocess a source file
pcap-common.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-common.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-common.c.i
.PHONY : pcap-common.c.i
pcap-common.s: pcap-common.c.s
.PHONY : pcap-common.s
# target to generate assembly for a file
pcap-common.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-common.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-common.c.s
.PHONY : pcap-common.c.s
pcap-linux.o: pcap-linux.c.o
.PHONY : pcap-linux.o
# target to build an object file
pcap-linux.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-linux.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-linux.c.o
.PHONY : pcap-linux.c.o
pcap-linux.i: pcap-linux.c.i
.PHONY : pcap-linux.i
# target to preprocess a source file
pcap-linux.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-linux.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-linux.c.i
.PHONY : pcap-linux.c.i
pcap-linux.s: pcap-linux.c.s
.PHONY : pcap-linux.s
# target to generate assembly for a file
pcap-linux.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-linux.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-linux.c.s
.PHONY : pcap-linux.c.s
pcap-netfilter-linux.o: pcap-netfilter-linux.c.o
.PHONY : pcap-netfilter-linux.o
# target to build an object file
pcap-netfilter-linux.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-netfilter-linux.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-netfilter-linux.c.o
.PHONY : pcap-netfilter-linux.c.o
pcap-netfilter-linux.i: pcap-netfilter-linux.c.i
.PHONY : pcap-netfilter-linux.i
# target to preprocess a source file
pcap-netfilter-linux.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-netfilter-linux.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-netfilter-linux.c.i
.PHONY : pcap-netfilter-linux.c.i
pcap-netfilter-linux.s: pcap-netfilter-linux.c.s
.PHONY : pcap-netfilter-linux.s
# target to generate assembly for a file
pcap-netfilter-linux.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-netfilter-linux.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-netfilter-linux.c.s
.PHONY : pcap-netfilter-linux.c.s
pcap-usb-linux.o: pcap-usb-linux.c.o
.PHONY : pcap-usb-linux.o
# target to build an object file
pcap-usb-linux.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-usb-linux.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-usb-linux.c.o
.PHONY : pcap-usb-linux.c.o
pcap-usb-linux.i: pcap-usb-linux.c.i
.PHONY : pcap-usb-linux.i
# target to preprocess a source file
pcap-usb-linux.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-usb-linux.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-usb-linux.c.i
.PHONY : pcap-usb-linux.c.i
pcap-usb-linux.s: pcap-usb-linux.c.s
.PHONY : pcap-usb-linux.s
# target to generate assembly for a file
pcap-usb-linux.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap-usb-linux.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap-usb-linux.c.s
.PHONY : pcap-usb-linux.c.s
pcap.o: pcap.c.o
.PHONY : pcap.o
# target to build an object file
pcap.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap.c.o
.PHONY : pcap.c.o
pcap.i: pcap.c.i
.PHONY : pcap.i
# target to preprocess a source file
pcap.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap.c.i
.PHONY : pcap.c.i
pcap.s: pcap.c.s
.PHONY : pcap.s
# target to generate assembly for a file
pcap.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/pcap.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/pcap.c.s
.PHONY : pcap.c.s
savefile.o: savefile.c.o
.PHONY : savefile.o
# target to build an object file
savefile.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/savefile.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/savefile.c.o
.PHONY : savefile.c.o
savefile.i: savefile.c.i
.PHONY : savefile.i
# target to preprocess a source file
savefile.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/savefile.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/savefile.c.i
.PHONY : savefile.c.i
savefile.s: savefile.c.s
.PHONY : savefile.s
# target to generate assembly for a file
savefile.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/savefile.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/savefile.c.s
.PHONY : savefile.c.s
scanner.o: scanner.c.o
.PHONY : scanner.o
# target to build an object file
scanner.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/scanner.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/scanner.c.o
.PHONY : scanner.c.o
scanner.i: scanner.c.i
.PHONY : scanner.i
# target to preprocess a source file
scanner.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/scanner.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/scanner.c.i
.PHONY : scanner.c.i
scanner.s: scanner.c.s
.PHONY : scanner.s
# target to generate assembly for a file
scanner.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/scanner.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/scanner.c.s
.PHONY : scanner.c.s
sf-pcap.o: sf-pcap.c.o
.PHONY : sf-pcap.o
# target to build an object file
sf-pcap.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/sf-pcap.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/sf-pcap.c.o
.PHONY : sf-pcap.c.o
sf-pcap.i: sf-pcap.c.i
.PHONY : sf-pcap.i
# target to preprocess a source file
sf-pcap.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/sf-pcap.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/sf-pcap.c.i
.PHONY : sf-pcap.c.i
sf-pcap.s: sf-pcap.c.s
.PHONY : sf-pcap.s
# target to generate assembly for a file
sf-pcap.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/sf-pcap.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/sf-pcap.c.s
.PHONY : sf-pcap.c.s
sf-pcapng.o: sf-pcapng.c.o
.PHONY : sf-pcapng.o
# target to build an object file
sf-pcapng.c.o:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/sf-pcapng.c.o
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/sf-pcapng.c.o
.PHONY : sf-pcapng.c.o
sf-pcapng.i: sf-pcapng.c.i
.PHONY : sf-pcapng.i
# target to preprocess a source file
sf-pcapng.c.i:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/sf-pcapng.c.i
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/sf-pcapng.c.i
.PHONY : sf-pcapng.c.i
sf-pcapng.s: sf-pcapng.c.s
.PHONY : sf-pcapng.s
# target to generate assembly for a file
sf-pcapng.c.s:
$(MAKE) -f CMakeFiles/pcap.dir/build.make CMakeFiles/pcap.dir/sf-pcapng.c.s
$(MAKE) -f CMakeFiles/pcap_static.dir/build.make CMakeFiles/pcap_static.dir/sf-pcapng.c.s
.PHONY : sf-pcapng.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/strip"
@echo "... install/local"
@echo "... install"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... edit_cache"
@echo "... pcap"
@echo "... uninstall"
@echo "... pcap_static"
@echo "... SerializeTarget"
@echo "... testprogs"
@echo "... capturetest"
@echo "... findalldevstest"
@echo "... filtertest"
@echo "... findalldevstest-perf"
@echo "... can_set_rfmon_test"
@echo "... opentest"
@echo "... reactivatetest"
@echo "... writecaptest"
@echo "... selpolltest"
@echo "... threadsignaltest"
@echo "... valgrindtest"
@echo "... fuzz_both"
@echo "... fuzz_filter"
@echo "... fuzz_pcap"
@echo "... bpf_dump.o"
@echo "... bpf_dump.i"
@echo "... bpf_dump.s"
@echo "... bpf_filter.o"
@echo "... bpf_filter.i"
@echo "... bpf_filter.s"
@echo "... bpf_image.o"
@echo "... bpf_image.i"
@echo "... bpf_image.s"
@echo "... etherent.o"
@echo "... etherent.i"
@echo "... etherent.s"
@echo "... fad-getad.o"
@echo "... fad-getad.i"
@echo "... fad-getad.s"
@echo "... fmtutils.o"
@echo "... fmtutils.i"
@echo "... fmtutils.s"
@echo "... gencode.o"
@echo "... gencode.i"
@echo "... gencode.s"
@echo "... grammar.o"
@echo "... grammar.i"
@echo "... grammar.s"
@echo "... missing/strlcat.o"
@echo "... missing/strlcat.i"
@echo "... missing/strlcat.s"
@echo "... missing/strlcpy.o"
@echo "... missing/strlcpy.i"
@echo "... missing/strlcpy.s"
@echo "... nametoaddr.o"
@echo "... nametoaddr.i"
@echo "... nametoaddr.s"
@echo "... optimize.o"
@echo "... optimize.i"
@echo "... optimize.s"
@echo "... pcap-common.o"
@echo "... pcap-common.i"
@echo "... pcap-common.s"
@echo "... pcap-linux.o"
@echo "... pcap-linux.i"
@echo "... pcap-linux.s"
@echo "... pcap-netfilter-linux.o"
@echo "... pcap-netfilter-linux.i"
@echo "... pcap-netfilter-linux.s"
@echo "... pcap-usb-linux.o"
@echo "... pcap-usb-linux.i"
@echo "... pcap-usb-linux.s"
@echo "... pcap.o"
@echo "... pcap.i"
@echo "... pcap.s"
@echo "... savefile.o"
@echo "... savefile.i"
@echo "... savefile.s"
@echo "... scanner.o"
@echo "... scanner.i"
@echo "... scanner.s"
@echo "... sf-pcap.o"
@echo "... sf-pcap.i"
@echo "... sf-pcap.s"
@echo "... sf-pcapng.o"
@echo "... sf-pcapng.i"
@echo "... sf-pcapng.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:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system