4aa7375072
Introduce MonochromePainter and GammaCorrectionPainter. R=r, rsc CC=golang-dev http://codereview.appspot.com/904041
15 lines
400 B
Makefile
15 lines
400 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=\
|
|
paint.go\
|
|
raster.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|