enable builds for all archs where go compiler exists
[debian/orchestra.git] / src / orchestra / Makefile
1 include $(GOROOT)/src/Make.inc
2
3 #TARGDIR=../build/pkg/$(GOOS)_$(GOARCH)
4
5 TARG=orchestra/orchestra
6 GOFILES=\
7         orchestra.pb.go\
8         wire.go\
9         marshal.go\
10         shared.go\
11         registry.go\
12
13 include $(GOROOT)/src/Make.pkg
14
15 ifdef HAVE_PROTOBUF
16 include $(GOROOT)/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf
17 endif