true type includes
This commit is contained in:
parent
506d12cd39
commit
73a679e1b3
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2003/09/30 06:41:31 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2004/01/05 12:14:04 rtr Exp $
|
||||
|
||||
XTODO= SUBDIR=*/module
|
||||
|
||||
|
@ -121,7 +121,7 @@ SRCS= ${SRCS.bitmap} ${SRCS.fontfile} ${SRCS.fc} ${SRCS.fontcache} \
|
|||
${SRCS.Speedo} ${SRCS.Type1} ${SRCS.FreeType} ${SRCS.util}
|
||||
|
||||
|
||||
SUBDIR= stubs
|
||||
SUBDIR= stubs xtt
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2004/01/05 12:14:04 rtr Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= xtt
|
||||
|
||||
.PATH: ${X11SRCDIR.xc}/extras/X-TrueType
|
||||
.PATH: ${X11SRCDIR.xc}/lib/font/X-TrueType
|
||||
|
||||
INCS= xttcap.h xttcconv.h xttcconvP.h xttcommon.h xttversion.h \
|
||||
cconvversion.h
|
||||
INCSDIR=${X11INCDIR}/X11/fonts/codeconv
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.inc.mk>
|
Loading…
Reference in New Issue