2010-05-14 05:29:53 +02:00
|
|
|
# Copyright 2010 The Freetype-Go Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by your choice of either the
|
2010-08-03 03:07:23 +02:00
|
|
|
# FreeType License or the GNU General Public License version 2 (or
|
|
|
|
# any later version), both of which can be found in the LICENSE file.
|
2010-05-14 05:29:53 +02:00
|
|
|
|
2010-08-26 01:47:25 +02:00
|
|
|
include $(GOROOT)/src/Make.inc
|
2010-05-14 05:29:53 +02:00
|
|
|
|
|
|
|
TARG=freetype-go.googlecode.com/hg/freetype
|
|
|
|
GOFILES=\
|
|
|
|
freetype.go\
|
|
|
|
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|
|
|