Edit

IABSD.fr/xenocara/proto/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-03-25 23:28:19
    Hash : 736c23fb
    Message : Replace autotools based build by native BSD Makefiles in proto/. tested by naddy@ and oga@. ok oga@.

  • proto/Makefile
  • # $OpenBSD: Makefile,v 1.5 2008/03/25 23:28:19 matthieu Exp $
    
    .include <bsd.xconf.mk>
    
    SUBDIR= bigreqsproto compositeproto dmxproto damageproto evieproto \
    	fixesproto fontcacheproto fontsproto glproto inputproto \
    	kbproto pmproto xineramaproto printproto randrproto \
    	recordproto renderproto resourceproto scrnsaverproto \
    	trapproto videoproto x11proto xcmiscproto xextproto \
    	xf86bigfontproto xf86dgaproto xf86miscproto \
    	xf86rushproto xf86vidmodeproto 
    
    .if ${XENOCARA_BUILD_DRI:L} == "yes"
    SUBDIR+= xf86driproto
    .endif
    
    .include <bsd.subdir.mk>
    
    build: _SUBDIRUSE