Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / tools / bdftopcf / Makefile
blobf2a12854c8ae28618bd6f1c425a73ba24aff1336
1 # $NetBSD: Makefile,v 1.6 2013/05/31 05:24:50 mrg Exp $
3 NOMAN= 1
5 .include <bsd.own.mk>
7 HOSTPROG= bdftopcf
8 .PATH: ${X11SRCDIR.bdftopcf}
10 FREETYPE= ${X11SRCDIR.freetype}
12 SRCS= bdftopcf.c
14 HOST_CPPFLAGS+= -I${DESTDIR}${X11INCDIR} \
15 -I${DESTDIR}${X11INCDIR} \
16 -I${DESTDIR}${X11INCDIR}/X11/fonts \
17 -I${DESTDIR}${X11INCDIR}/freetype2 \
18 -I${X11SRCDIR.Xfont}/src/stubs \
19 -DBDFFORMAT -DPCFFORMAT -DSNFFORMAT -DX_GZIP_FONT_COMPRESSION \
20 -DFONT_ENCODINGS_DIRECTORY=\"${X11FONTDIR}/encodings/encodings.dir\" \
21 -DPACKAGE_STRING="\"NetBSD tool bdftopcf 1.0.4\""
23 .PATH: ${X11SRCDIR.Xfont}/src/bitmap
24 SRCS+= bdfread.c bdfutils.c bitmap.c bitmaputil.c fontink.c \
25 pcfread.c pcfwrite.c
27 .PATH: ${X11SRCDIR.Xfont}/src/fontfile
28 SRCS+= bufio.c decompress.c defaults.c fileio.c filewr.c gunzip.c
30 .PATH: ${X11SRCDIR.Xfont}/src/util
31 SRCS+= atom.c fontaccel.c private.c utilbitmap.c
33 LDADD+= -lz
35 .include <bsd.x11.mk>
36 .include <bsd.hostprog.mk>