9618db6f9c
- start using it in fvwm, ssh-askpass and xsystrace (more to come). ok matthieu@
27 lines
516 B
Makefile
27 lines
516 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/03/30 17:24:13 aanriot Exp $
|
|
|
|
PROG= xsystrace
|
|
MAN= xsystrace.1
|
|
|
|
.ifmake install
|
|
SUBDIR= pixmaps
|
|
.endif
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
LDADD+= -L${X11BASE}/lib -lXaw -lXt -lXmu -lX11 -lXext
|
|
|
|
SRCS= main.c interface.c callbacks.c policy.c
|
|
|
|
afterinstall:
|
|
${INSTALL_DATA} \
|
|
${.CURDIR}/Xsystrace.ad ${DESTDIR}/etc/X11/app-defaults/Xsystrace
|
|
|
|
X11BASE?= /usr/X11R6
|
|
MANDIR= ${X11BASE}/man/cat
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|
|
.include <bsd.subdir.mk>
|