HomeSort by relevance Sort by last modified time
    Searched refs:PROTOC (Results 1 - 3 of 3) sorted by null

  /external/protobuf/
configure.ac 38 AC_ARG_WITH([protoc],
39 [AS_HELP_STRING([--with-protoc=COMMAND],
40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
120 PROTOC=$with_protoc
122 # No argument given. Use system protoc.
123 PROTOC=protoc
125 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
130 # is a nested package and --with-protoc was actually given on the outer
132 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
configure 887 PROTOC
    [all...]
  /external/protobuf/src/
Makefile.am 201 bin_PROGRAMS = protoc
270 $(PROTOC) -I$(srcdir) --cpp_out=. $^
275 # We have to cd to $(srcdir) before executing protoc because $(protoc_inputs) is
278 unittest_proto_middleman: protoc$(EXEEXT) $(protoc_inputs)
279 oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/protoc$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
294 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \

Completed in 21 milliseconds