version 1.1.1.1, 2012/02/21 22:11:37
|
version 1.1.1.1.2.1, 2013/07/22 00:14:48
|
Line 9
|
Line 9
|
CC?= gcc |
CC?= gcc |
AR=/usr/bin/ar |
AR=/usr/bin/ar |
RANLIB=/usr/bin/ranlib |
RANLIB=/usr/bin/ranlib |
CCOPT= -Wall -O2 -pipe -fno-strict-aliasing | CCOPT= -Wall |
DEBUG= -g |
DEBUG= -g |
#uncomment the following if you need libpcap based build under linux |
#uncomment the following if you need libpcap based build under linux |
#(not raccomanded) |
#(not raccomanded) |
COMPILE_TIME= -DFORCE_LIBPCAP | COMPILE_TIME= |
INSTALL_MANPATH=/usr/local/man |
INSTALL_MANPATH=/usr/local/man |
PCAP=-lpcap |
PCAP=-lpcap |
|
|