2008-03-25 17:41:50 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2008/03/25 23:41:50 matthieu Exp $
|
|
|
|
.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 \
|
2006-12-16 12:29:02 -07:00
|
|
|
fstobdf iceauth ico lbxproxy listres luit oclock \
|
2006-11-26 07:03:40 -07:00
|
|
|
proxymngr rgb rstart scripts sessreg setxkbmap showfont \
|
2007-11-24 10:07:52 -07:00
|
|
|
smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
|
2006-11-26 08:04:55 -07:00
|
|
|
xclipboard xclock xcmsdb xconsole \
|
2007-05-09 00:19:30 -06:00
|
|
|
xdm xdpyinfo xedit xev xeyes xf86dga \
|
|
|
|
xfd xfindproxy xfontsel xfsinfo xfwp xgamma xgc xhost \
|
2006-11-26 07:03:40 -07:00
|
|
|
xinit xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
|
2006-11-26 08:04:55 -07:00
|
|
|
xlsatoms xlsclients xlsfonts xmag xman xmessage \
|
2006-11-26 07:03:40 -07:00
|
|
|
xmodmap xmore xphelloworld xplsprinters xpr xprehashprinterlist \
|
|
|
|
xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \
|
|
|
|
xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \
|
|
|
|
xwud
|
|
|
|
|
2007-05-09 00:19:30 -06:00
|
|
|
# Font server doesn't link on architectures with static only libraries
|
2008-03-25 17:41:50 -06:00
|
|
|
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes"
|
2007-05-09 00:19:30 -06:00
|
|
|
SUBDIR += xfs
|
|
|
|
.endif
|
|
|
|
|
2006-11-26 07:03:40 -07:00
|
|
|
# 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
|
2007-05-22 03:23:09 -06:00
|
|
|
SUBDIR += cwm fvwm ssh-askpass xterm xidle xlockmore xsystrace \
|
|
|
|
xtsscale xvctl
|
2006-11-26 07:03:40 -07:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|
|
|
|
build: _SUBDIRUSE
|