golang-freetype/freetype/raster/Makefile
Nigel Tao 2316e5355d freetype/raster: new Path and Stroke API.
The stroking algorithm is a placeholder. A proper one will land in a
future change once the API is agreed upon.

R=r, rsc
CC=golang-dev, rog
http://codereview.appspot.com/1708045
2010-06-23 17:38:35 +10:00

16 lines
410 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/raster
GOFILES=\
geom.go\
paint.go\
raster.go\
include $(GOROOT)/src/Make.pkg