Makefile 930 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.33 2014/08/25 19:14:54 matthieu Exp $
  2. .include <bsd.xconf.mk>
  3. SUBDIR= bdftopcf mkfontscale mkfontdir \
  4. appres beforelight bitmap editres fonttosfnt fslsfonts \
  5. fstobdf iceauth ico listres luit oclock \
  6. rgb scripts sessreg setxkbmap showfont \
  7. smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
  8. xclipboard xclock xcmsdb xcompmgr xconsole \
  9. xdm xdpyinfo xedit xev xeyes xf86dga \
  10. xfd xfontsel xfsinfo xfwp xgamma xgc xhost \
  11. xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
  12. xlsatoms xlsclients xlsfonts xmag xman xmessage \
  13. xmodmap xmore xpr \
  14. xprop xrandr xrdb xrefresh xset \
  15. xsetroot xsm xstdcmap xvidtune xvinfo xwd xwininfo \
  16. xwud
  17. # GL
  18. .if ${XENOCARA_BUILD_GL:L} == "yes"
  19. SUBDIR += xdriinfo glxgears glxinfo
  20. .endif
  21. # extras
  22. SUBDIR += cwm fvwm ssh-askpass video xterm xidle xlockmore xsystrace \
  23. xtsscale xvctl
  24. .include <bsd.subdir.mk>
  25. build: _SUBDIRUSE