File: Makefile

package info (click to toggle)
xidle 20200802
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 68 kB
  • sloc: ansic: 384; makefile: 52
file content (12 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# $MirOS: X11/extras/xidle/Makefile,v 1.6 2020/08/02 21:43:24 tg Exp $
# $OpenBSD: Makefile,v 1.4 2005/07/10 21:12:10 matthieu Exp $

PROG=		xidle
SRCS=		${PROG}.c ${MBSDPORT_SRCS}
CFLAGS+=	-Wall -Wextra
.if defined(X11LIBDIR) && !empty(X11LIBDIR)
LDADD+=		-L${X11LIBDIR}
.endif
LDADD+=		-lXss -lXext -lX11

.include <bsd.prog.mk>