251e3d9436
- use BUILDFIRST - have fontconfig use normal 'all' targets to make sure its files are built - explicitly document the fontconfig lib order okay matthieu@
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# $OpenBSD: Makefile,v 1.2 2017/06/18 21:09:07 espie Exp $
|
|
|
|
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
|
|
|
|
PROG= fc-glyphname
|
|
|
|
afterdepend: fcglyphname.h
|
|
all: fcglyphname.h
|
|
|
|
fcglyphname.h: ${PROG}
|
|
./${PROG} ${FONTCONFIG}/fc-glyphname/zapfdingbats.txt \
|
|
< ${FONTCONFIG}/fc-glyphname/fcglyphname.tmpl.h > fcglyphname.h
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.PATH: ${FONTCONFIG}/fc-glyphname
|
|
|
|
CLEANFILES = fcglyphname.h
|
|
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|