2010-04-02 01:07:24 +02:00
|
|
|
# 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=\
|
2010-04-13 14:26:10 +02:00
|
|
|
paint.go\
|
2010-04-02 01:07:24 +02:00
|
|
|
raster.go\
|
|
|
|
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|
|
|