xenocara/app/Makefile

36 lines
1.0 KiB
Makefile
Raw Normal View History

2009-09-26 08:45:03 -06:00
# $OpenBSD: Makefile,v 1.22 2009/09/26 14:45:03 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 07:03:40 -07:00
SUBDIR= bdftopcf mkfontscale mkfontdir \
2006-11-26 07:03:40 -07:00
appres beforelight bitmap editres fonttosfnt fslsfonts \
fstobdf iceauth ico listres luit oclock \
rgb scripts sessreg setxkbmap showfont \
2007-11-24 10:07:52 -07:00
smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
2008-09-13 10:36:52 -06:00
xclipboard xclock xcmsdb xcompmgr xconsole \
xdm xdpyinfo xedit xev xeyes xf86dga \
xfd xfontsel xfsinfo xfwp xgamma xgc xhost \
xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
xlsatoms xlsclients xlsfonts xmag xman xmessage \
xmodmap xmore xpr \
xprop xrandr xrdb xrefresh xset \
2006-11-26 07:03:40 -07:00
xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \
xwud
# Font server doesn't link on architectures with static only libraries
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes"
SUBDIR += xfs
.endif
2006-11-26 07:03:40 -07:00
# GL
.if ${XENOCARA_BUILD_GL:L} == "yes"
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