Edit

IABSD.fr/xenocara/lib/libtxc_dxtn/Makefile

Branch :

  • Show log

    Commit

  • Author : todd
    Date : 2013-09-05 22:14:39
    Hash : 93ce17e2
    Message : custom is to do NOPROFILE= in X libs, continue this here too

  • lib/libtxc_dxtn/Makefile
  • #	$OpenBSD: Makefile,v 1.3 2013/09/05 22:14:39 todd Exp $
    
    LIB=		txc_dxtn
    
    CPPFLAGS+=	-I${X11BASE}/include
    
    HEADERS=	txc_dxtn.h
    SRCS=		txc_compress_dxtn.c txc_fetch_dxtn.c
    
    NOPROFILE=
    
    obj: _xenocara_obj
    
    .include <bsd.lib.mk>
    .include <bsd.xorg.mk>