Home | History | Annotate | Line # | Download | only in libevent
Makefile revision 1.1
      1  1.1  plunky # $NetBSD: Makefile,v 1.1 2009/11/02 10:15:45 plunky Exp $
      2  1.1  plunky 
      3  1.1  plunky TESTSDIR=	${TESTSBASE}/lib/libevent
      4  1.1  plunky 
      5  1.1  plunky TESTS_SH=	t_event
      6  1.1  plunky 
      7  1.1  plunky .include <bsd.own.mk>
      8  1.1  plunky .include <../../../external/bsd/libevent/Makefile.inc>
      9  1.1  plunky 
     10  1.1  plunky .PATH:		${LIBEVENT_DIR}/dist/test
     11  1.1  plunky 
     12  1.1  plunky BINDIR=		${TESTSDIR}
     13  1.1  plunky 
     14  1.1  plunky PROG=		h_event
     15  1.1  plunky MAN=		# defined
     16  1.1  plunky SRCS=		regress.c regress.gen.c regress_dns.c regress_http.c \
     17  1.1  plunky 		regress_rpc.c
     18  1.1  plunky 
     19  1.1  plunky DPADD+=		${LIBEVENT}
     20  1.1  plunky LDADD+=		-levent
     21  1.1  plunky 
     22  1.1  plunky CPPFLAGS.regress.c+=		-Wno-cast-qual -Wno-sign-compare -Wno-shadow
     23  1.1  plunky CPPFLAGS.regress_http.c+=	-Wno-cast-qual -Wno-sign-compare -Wno-shadow
     24  1.1  plunky CPPFLAGS.regress_rpc.c+=	-Wno-cast-qual -Wno-shadow
     25  1.1  plunky 
     26  1.1  plunky .include <bsd.test.mk>
     27