updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / go-xgb-hg / Makefile
blob25548e998656005d96d84aeefc2354776e305d4d
1 # Copyright 2009 The XGB Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file.
5 include $(GOROOT)/src/Make.inc
7 TARG=x-go-binding.googlecode.com/hg/xgb
8 GOFILES=\
9 auth.go\
10 xgb.go\
11 xproto.go\
13 include $(GOROOT)/src/Make.pkg
15 xproto.go:
16 python2 go_client.py -p /usr/share/xcb/ /usr/share/xcb/xproto.xml
17 gofmt -w xproto.go