Home
last modified time | relevance | path

Searched refs:HAS_PROTOC (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/examples/cpp/route_guide/
DMakefile63 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
64 ifeq ($(HAS_PROTOC),true)
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile74 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
75 ifeq ($(HAS_PROTOC),true)