xref: /freebsd/lib/libevent1/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*c5ea81f7SEd MastePACKAGE=lib${LIB}
2*c5ea81f7SEd Maste.PATH:	${SRCTOP}/contrib/pf/libevent
3*c5ea81f7SEd Maste
4*c5ea81f7SEd Maste.include <src.opts.mk>
5*c5ea81f7SEd Maste
6*c5ea81f7SEd MasteLIB=		event1
7*c5ea81f7SEd MasteSHLIB_MAJOR=	1
8*c5ea81f7SEd MastePRIVATELIB=
9*c5ea81f7SEd Maste
10*c5ea81f7SEd MasteSRCS=	buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c
11*c5ea81f7SEd MasteINCS=	event.h
12*c5ea81f7SEd Maste
13*c5ea81f7SEd MasteCFLAGS+= -I${.CURDIR} \
14*c5ea81f7SEd Maste	-DHAVE_CLOCK_GETTIME \
15*c5ea81f7SEd Maste	-DHAVE_FCNTL_H \
16*c5ea81f7SEd Maste	-DHAVE_POLL \
17*c5ea81f7SEd Maste	-DHAVE_SELECT \
18*c5ea81f7SEd Maste	-DHAVE_SETFD \
19*c5ea81f7SEd Maste	-DHAVE_STDARG_H \
20*c5ea81f7SEd Maste	-DHAVE_SYS_IOCTL_H \
21*c5ea81f7SEd Maste	-DHAVE_SYS_TIME_H \
22*c5ea81f7SEd Maste	-DHAVE_UNISTD_H \
23*c5ea81f7SEd Maste	-DHAVE_VASPRINTF \
24*c5ea81f7SEd Maste	-DHAVE_WORKING_KQUEUE \
25*c5ea81f7SEd Maste	-DVERSION='"1.3b"'
26*c5ea81f7SEd Maste
27*c5ea81f7SEd MasteWARNS?=	2
28*c5ea81f7SEd Maste
29*c5ea81f7SEd Maste.include <bsd.lib.mk>
30