Edit

IABSD.fr/xenocara/lib/fontconfig/fc-case

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2013-03-09 14:34:40
    Hash : c7464f0c
    Message : Update to fontconfig 2.10.91 + a few local fixes. Move to a new BSD make based build system since fontconfig's build system has become too dependant on GNU make. Requested by ajacoutot@, tested by many back in january.

  • Makefile
  • #	$OpenBSD: Makefile,v 1.1 2013/03/09 14:34:44 matthieu Exp $
    
    FONTCONFIG=	${.CURDIR}/../../../dist/fontconfig
    
    PROG=	fc-case
    
    afterdepend: fccase.h
    
    fccase.h: ${PROG}
    	./${PROG} ${FONTCONFIG}/fc-case/CaseFolding.txt \
    	< ${FONTCONFIG}/fc-case/fccase.tmpl.h > fccase.h
    
    obj:	_xenocara_obj
    
    .PATH: ${FONTCONFIG}/fc-case
    
    CLEANFILES = fccase.h
    
    NOMAN=
    
    .include <bsd.prog.mk>
    .include <bsd.xorg.mk>