xenocara/app/xidle/Makefile

19 lines
367 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/11/27 14:25:47 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 03:57:44 -07:00
PROG= xidle
CPPFLAGS+= -I${X11BASE}/include
CFLAGS+= -Wall
.if ${XENOCARA_BUILD_XCB:L} != "no"
LIBXCB= -lxcb
.endif
LDADD+= -L${X11BASE}/lib -lXss -lXext -lX11 ${LIBXCB} -lXau -lXdmcp
2006-11-26 03:57:44 -07:00
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
2006-11-26 03:57:44 -07:00
.include <bsd.prog.mk>
.include <bsd.xorg.mk>