freetype-go: fix Makefiles.

R=rsc
CC=golang-dev
http://codereview.appspot.com/1989044
This commit is contained in:
Nigel Tao 2010-08-26 09:47:25 +10:00
parent 3657abe884
commit acecb39ad9
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# FreeType License or the GNU General Public License version 2 (or
# any later version), both of which can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc
all: install

View File

@ -3,7 +3,7 @@
# FreeType License or the GNU General Public License version 2 (or
# any later version), both of which can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc
TARG=freetype-go.googlecode.com/hg/freetype
GOFILES=\

View File

@ -3,7 +3,7 @@
# FreeType License or the GNU General Public License version 2 (or
# any later version), both of which can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc
TARG=freetype-go.googlecode.com/hg/freetype/raster
GOFILES=\

View File

@ -3,7 +3,7 @@
# FreeType License or the GNU General Public License version 2 (or
# any later version), both of which can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc
TARG=freetype-go.googlecode.com/hg/freetype/truetype
GOFILES=\