golang-freetype/freetype/truetype/Makefile
Nigel Tao f6caa104ec Freetype-Go: truetype parser initial check-in.
Parsing a malformed TTF may result in an index out-of-bounds panic,
rather than guaranteeing to return an error. This may be tightened
in the future.

R=r, rsc
CC=golang-dev
http://codereview.appspot.com/940044
2010-05-04 09:54:43 +10:00

14 lines
393 B
Makefile

# Copyright 2010 The Freetype-Go Authors. All rights reserved.
# Use of this source code is governed by your choice of either the
# FreeType License or the GNU General Public License version 2,
# both of which can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
TARG=freetype-go.googlecode.com/hg/freetype/truetype
GOFILES=\
truetype.go\
include $(GOROOT)/src/Make.pkg