2014-08-25 13:14:54 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2014/08/25 19:14:54 matthieu Exp $
|
2008-03-25 17:41:50 -06:00
|
|
|
.include <bsd.xconf.mk>
|
2006-11-26 07:03:40 -07:00
|
|
|
|
2007-06-28 12:48:49 -06:00
|
|
|
SUBDIR= bdftopcf mkfontscale mkfontdir \
|
2006-11-26 07:03:40 -07:00
|
|
|
appres beforelight bitmap editres fonttosfnt fslsfonts \
|
2008-06-18 14:19:53 -06:00
|
|
|
fstobdf iceauth ico listres luit oclock \
|
2009-03-28 09:38:46 -06:00
|
|
|
rgb scripts sessreg setxkbmap showfont \
|
2010-10-03 08:59:11 -06:00
|
|
|
smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
|
2008-09-13 10:36:52 -06:00
|
|
|
xclipboard xclock xcmsdb xcompmgr xconsole \
|
2007-05-09 00:19:30 -06:00
|
|
|
xdm xdpyinfo xedit xev xeyes xf86dga \
|
2008-12-23 02:02:50 -07:00
|
|
|
xfd xfontsel xfsinfo xfwp xgamma xgc xhost \
|
2008-09-07 15:09:57 -06:00
|
|
|
xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
|
2006-11-26 08:04:55 -07:00
|
|
|
xlsatoms xlsclients xlsfonts xmag xman xmessage \
|
2008-06-18 14:19:53 -06:00
|
|
|
xmodmap xmore xpr \
|
2014-07-12 10:36:22 -06:00
|
|
|
xprop xrandr xrdb xrefresh xset \
|
2009-10-04 09:01:49 -06:00
|
|
|
xsetroot xsm xstdcmap xvidtune xvinfo xwd xwininfo \
|
2006-11-26 07:03:40 -07:00
|
|
|
xwud
|
|
|
|
|
|
|
|
# GL
|
2008-03-25 17:41:50 -06:00
|
|
|
.if ${XENOCARA_BUILD_GL:L} == "yes"
|
2007-05-09 00:19:30 -06:00
|
|
|
SUBDIR += xdriinfo glxgears glxinfo
|
|
|
|
.endif
|
2006-11-26 07:03:40 -07:00
|
|
|
|
|
|
|
# extras
|
2010-10-03 08:59:11 -06:00
|
|
|
SUBDIR += cwm fvwm ssh-askpass video xterm xidle xlockmore xsystrace \
|
2009-12-01 14:36:52 -07:00
|
|
|
xtsscale xvctl
|
2006-11-26 07:03:40 -07:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|
|
|
|
build: _SUBDIRUSE
|