Adding dep files and dependencies.
This commit is contained in:
parent
45f9efa578
commit
b341c0a0e4
539 changed files with 313111 additions and 0 deletions
9
vendor/github.com/mesos/mesos-go/api/v0/mesosproto/Makefile
generated
vendored
Normal file
9
vendor/github.com/mesos/mesos-go/api/v0/mesosproto/Makefile
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
PROTO_PATH := ${GOPATH}/src:.
|
||||
PROTO_PATH := ${PROTO_PATH}:${GOPATH}/src/github.com/gogo/protobuf/protobuf
|
||||
PROTO_PATH := ${PROTO_PATH}:${GOPATH}/src/github.com/gogo/protobuf/gogoproto
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all:
|
||||
protoc --proto_path=${PROTO_PATH} --gogo_out=. *.proto
|
||||
protoc --proto_path=${PROTO_PATH} --gogo_out=. ./scheduler/*.proto
|
Reference in a new issue