Lines Matching refs:libpcap
2 # GNU Makefile for DOS-libpcap. djgpp version.
4 # Use this makefile from the libpcap root directory.
47 TARGETS = msdos/bin2c.exe libpcap.a filtertest.exe findalldevstest.exe \
51 @echo 'Welcome to libpcap/djgpp with samples.'
58 libpcap.a: version.h $(OBJECTS) $(PM_OBJECTS)
62 filtertest.exe: tests/filtertest.c libpcap.a
66 findalldevstest.exe: tests/findalldevstest.c libpcap.a
70 nonblocktest.exe: tests/nonblocktest.c libpcap.a
74 opentest.exe: tests/opentest.c libpcap.a
91 sed -e 's/.*/static char pcap_version_string[] = "libpcap (&)";/' ./VERSION >> $@