aboutsummaryrefslogtreecommitdiffstats
path: root/spike/Makefile
blob: 2dc18f894ee1b0b72381cb424cb0b16625e0833f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
evdns:
	$(CC) -o evdns evdns.c -levent
evdns_chrooted:
	$(CC) -o evdns_chrooted evdns_chrooted.c -levent

igraph_edges:
	$(CC) -o igraph_edges igraph_edges.c -ligraph
igraph_graph:
	$(CC) -o igraph_graph igraph_graph.c -ligraph

libpcap_pcap_lookupnet:
	$(CC) -o libpcap_pcap_lookupnet libpcap_pcap_lookupnet.c -lpcap

libpcap_pcap_open_live:
	$(CC) -o libpcap_pcap_open_live libpcap_pcap_open_live.c -lpcap

dnet_intf_get_dst:
	$(CC) -o dnet_intf_get_dst dnet_intf_get_dst.c -ldnet