OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROTOC
(Results
1 - 10
of
10
) 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
...]
Android.mk
333
# used by the build systems as $(
PROTOC
) defined in
configure
765
PROTOC
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh
35
# Test
protoc
's zip output mode.
43
PROTOC
=./
protoc
54
$
PROTOC
\
57
|| fail '
protoc
failed.'
/build/core/
base_rules.mk
273
$(proto_java_sources_file_stamp) : $(proto_sources_fullpath) $(
PROTOC
)
276
#TODO:
protoc
should output the dependencies introduced by imports.
definitions.mk
900
## Commands for running
protoc
to compile .proto into .java
905
@echo "
Protoc
: $@ <= $(PRIVATE_PROTO_SRC_FILES)"
909
$(
PROTOC
) \
919
## Commands for running
protoc
to compile .proto into .pb.cc and .pb.h
923
@echo "
Protoc
: $@ <= $<"
924
$(hide) $(
PROTOC
) \
[
all
...]
binary.mk
339
$(proto_generated_cc_sources): $(proto_generated_cc_sources_dir)/%.pb.cc: %.proto $(
PROTOC
)
config.mk
310
PROTOC
:= $(HOST_OUT_EXECUTABLES)/aprotoc$(HOST_EXECUTABLE_SUFFIX)
/external/chromium_org/third_party/protobuf/src/
Makefile.am
204
bin_PROGRAMS =
protoc
279
$(
PROTOC
) -I$(srcdir) --cpp_out=. $^
284
# We have to cd to $(srcdir) before executing
protoc
because $(protoc_inputs) is
287
unittest_proto_middleman:
protoc
$(EXEEXT) $(protoc_inputs)
288
oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/
protoc
$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
303
check_PROGRAMS =
protoc
protobuf-test protobuf-lazy-descriptor-test \
/external/protobuf/src/
Makefile.am
221
bin_PROGRAMS =
protoc
290
$(
PROTOC
) -I$(srcdir) --cpp_out=. $^
295
# We have to cd to $(srcdir) before executing
protoc
because $(protoc_inputs) is
298
unittest_proto_middleman:
protoc
$(EXEEXT) $(protoc_inputs)
299
oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/
protoc
$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
314
check_PROGRAMS =
protoc
protobuf-test protobuf-lazy-descriptor-test \
Completed in 976 milliseconds