2010-09-08 05:02:20 +00:00
|
|
|
include $(GOROOT)/src/Make.inc
|
2010-06-29 17:36:40 +00:00
|
|
|
|
2011-02-03 23:45:35 +00:00
|
|
|
PREREQ=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/blobserver.a
|
|
|
|
|
2010-06-29 17:36:40 +00:00
|
|
|
TARG=camlistored
|
2010-07-11 04:18:16 +00:00
|
|
|
GOFILES=\
|
|
|
|
camlistored.go\
|
2010-07-26 03:34:04 +00:00
|
|
|
enumerate.go\
|
|
|
|
get.go\
|
2011-02-03 06:42:31 +00:00
|
|
|
localdisk.go\
|
|
|
|
partitions.go\
|
2010-07-26 03:34:04 +00:00
|
|
|
preupload.go\
|
2010-09-08 05:02:20 +00:00
|
|
|
range.go\
|
2011-02-03 06:42:31 +00:00
|
|
|
remove.go\
|
|
|
|
temp_testing.go\
|
2010-07-26 03:34:04 +00:00
|
|
|
upload.go\
|
2011-02-03 06:42:31 +00:00
|
|
|
util.go\
|
2010-06-29 17:36:40 +00:00
|
|
|
|
|
|
|
include $(GOROOT)/src/Make.cmd
|