Edit

IABSD.fr/xenocara/app/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-06-18 20:19:53
    Hash : 08ba1c99
    Message : Disconnect lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist from the build. Those clients are not useful anymore now that the server side is not there anymore. ok krw@ mbalmer@ and others.

  • app/Makefile
  • # $OpenBSD: Makefile,v 1.16 2008/06/18 20:19:53 matthieu Exp $
    .include <bsd.xconf.mk>
    
    SUBDIR= bdftopcf mkfontscale mkfontdir \
    	appres beforelight bitmap editres fonttosfnt fslsfonts \
    	fstobdf	iceauth ico listres luit oclock \
    	proxymngr rgb rstart scripts sessreg setxkbmap showfont \
    	smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
    	xclipboard xclock xcmsdb xconsole  \
    	xdm xdpyinfo xedit xev xeyes xf86dga \
    	xfd  xfindproxy xfontsel xfsinfo xfwp xgamma xgc xhost \
    	xinit xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
    	xlsatoms xlsclients xlsfonts xmag xman xmessage \
    	xmodmap xmore xpr \
    	xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \
    	xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \
    	xwud
    
    # Deprecated
    # lbxproxy  xphelloworld xplsprinters  xprehashprinterlist 
    
    # Font server doesn't link on architectures with static only libraries
    .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes"
    SUBDIR += xfs
    .endif
    
    # GL
    .if ${XENOCARA_BUILD_GL:L} == "yes"
    SUBDIR +=   xdriinfo glxgears glxinfo
    .endif
    
    # extras
    SUBDIR += cwm fvwm ssh-askpass xterm xidle xlockmore xsystrace \
    	  xtsscale xvctl
    
    .include <bsd.subdir.mk>
    
    build:	_SUBDIRUSE