summaryrefslogtreecommitdiffstats
path: root/SOURCES/Makefile
blob: dfdb1b896eb4efe0304b3013d3385e22cd02da50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CWD	= $(shell readlink -f .)

SOURCES	= \
	$(PWD)/WpdPack_4_1_2.zip		\
	$(PWD)/WinPcap_4_1_3.exe		\
	$(PWD)/WpcapSrc_4_1_3.zip

all: $(SOURCES)

$(PWD)/WinPcap_4_1_3.exe:
	wget -c https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe
$(PWD)/WpcapSrc_4_1_3.zip:
	wget -c https://www.winpcap.org/install/bin/WpcapSrc_4_1_3.zip
$(PWD)/WpdPack_4_1_2.zip:
	wget -c https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip