1 # $NetBSD: Makefile,v 1.2 2003/09/13 20:18:07 lukem Exp $
6 SRCS
= mkcfm.c arith.c curves.c fontfcn.c hints.c lines.c objects.c \
7 paths.c regions.c scanfont.c spaces.c t1funcs.c t1info.c \
8 t1io.c t1malloc.c t1snap.c t1stub.c token.c type1.c util.c \
11 CPPFLAGS
+= -DBUILDCID
-DCID_ALL_CHARS
12 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/lib
/font
/Type1 \
13 -I
${X11SRCDIR.xc
}/include/fonts \
14 -I
${X11SRCDIR.xc
}/lib
/font
/include \
15 -I
${DESTDIR}${X11INCDIR}/X11 \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include
21 .PATH
: ${X11SRCDIR.xc
}/programs
/${PROG}
22 .PATH
: ${X11SRCDIR.xc
}/lib
/font
/Type1
25 .
include <bsd.prog.mk
>