xenocara/app/Makefile

39 lines
1.2 KiB
Makefile
Raw Normal View History

2007-05-22 03:23:09 -06:00
# $OpenBSD: Makefile,v 1.10 2007/05/22 09:23:09 robert Exp $
2006-11-26 07:03:40 -07:00
.if ${MACHINE} != landisk
MKFONTSCALE= mkfontscale
.endif
SUBDIR= bdftopcf $(MKFONTSCALE) mkfontdir \
2006-11-26 07:03:40 -07:00
appres beforelight bitmap editres fonttosfnt fslsfonts \
fstobdf iceauth ico lbxproxy listres luit oclock \
2006-11-26 07:03:40 -07:00
proxymngr rgb rstart scripts sessreg setxkbmap showfont \
smproxy twm viewres x11perf xauth xbiff xcalc \
xclipboard xclock xcmsdb xconsole \
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 \
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
# Font server doesn't link on architectures with static only libraries
.if ${MACHINE} != landisk && ${MACHINE} != "vax"
SUBDIR += xfs
.endif
2006-11-26 07:03:40 -07:00
# GL
.if ${MACHINE} != "sgi" && ${MACHINE} != "vax"
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