Edit

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

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2017-06-18 21:09:07
    Hash : 251e3d94
    Message : let X directories build even if you forget depend. - use BUILDFIRST - have fontconfig use normal 'all' targets to make sure its files are built - explicitly document the fontconfig lib order okay matthieu@

  • Makefile
  • #	$OpenBSD: Makefile,v 1.2 2017/06/18 21:09:07 espie Exp $
    
    FONTCONFIG=	${.CURDIR}/../../../dist/fontconfig
    
    PROG=	fc-case
    
    afterdepend: fccase.h
    all: 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>