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