|
|
@ -39,18 +39,19 @@ protodir = $(includedir) |
|
|
|
# If you are adding new files here, also remember to change the build files for
|
|
|
|
# If you are adding new files here, also remember to change the build files for
|
|
|
|
# all other languages, //protoc-artifacts/build-zip.sh and run
|
|
|
|
# all other languages, //protoc-artifacts/build-zip.sh and run
|
|
|
|
# //update_file_list.sh for bazel.
|
|
|
|
# //update_file_list.sh for bazel.
|
|
|
|
nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
|
|
|
|
nobase_dist_proto_DATA = \
|
|
|
|
google/protobuf/any.proto \
|
|
|
|
google/protobuf/any.proto \
|
|
|
|
google/protobuf/api.proto \
|
|
|
|
google/protobuf/api.proto \
|
|
|
|
google/protobuf/duration.proto \
|
|
|
|
google/protobuf/compiler/plugin.proto \
|
|
|
|
google/protobuf/empty.proto \
|
|
|
|
google/protobuf/descriptor.proto \
|
|
|
|
google/protobuf/field_mask.proto \
|
|
|
|
google/protobuf/duration.proto \
|
|
|
|
google/protobuf/source_context.proto \
|
|
|
|
google/protobuf/empty.proto \
|
|
|
|
google/protobuf/struct.proto \
|
|
|
|
google/protobuf/field_mask.proto \
|
|
|
|
google/protobuf/timestamp.proto \
|
|
|
|
google/protobuf/source_context.proto \
|
|
|
|
google/protobuf/type.proto \
|
|
|
|
google/protobuf/struct.proto \
|
|
|
|
google/protobuf/wrappers.proto \
|
|
|
|
google/protobuf/timestamp.proto \
|
|
|
|
google/protobuf/compiler/plugin.proto
|
|
|
|
google/protobuf/type.proto \
|
|
|
|
|
|
|
|
google/protobuf/wrappers.proto
|
|
|
|
|
|
|
|
|
|
|
|
# Not sure why these don't get cleaned automatically.
|
|
|
|
# Not sure why these don't get cleaned automatically.
|
|
|
|
clean-local: |
|
|
|
clean-local: |
|
|
@ -64,32 +65,34 @@ MAINTAINERCLEANFILES = \ |
|
|
|
Makefile.in
|
|
|
|
Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
nobase_include_HEADERS = \
|
|
|
|
nobase_include_HEADERS = \
|
|
|
|
google/protobuf/stubs/callback.h \
|
|
|
|
google/protobuf/any.h \
|
|
|
|
google/protobuf/stubs/bytestream.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/casts.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/common.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/hash.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/logging.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/macros.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/map_util.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/mutex.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/once.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/platform_macros.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/port.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/status.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stl_util.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stringpiece.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/strutil.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/template_util.h \
|
|
|
|
|
|
|
|
google/protobuf/any.pb.h \
|
|
|
|
google/protobuf/any.pb.h \
|
|
|
|
google/protobuf/api.pb.h \
|
|
|
|
google/protobuf/api.pb.h \
|
|
|
|
google/protobuf/any.h \
|
|
|
|
|
|
|
|
google/protobuf/arena.h \
|
|
|
|
google/protobuf/arena.h \
|
|
|
|
google/protobuf/arena_impl.h \
|
|
|
|
google/protobuf/arena_impl.h \
|
|
|
|
google/protobuf/arenastring.h \
|
|
|
|
google/protobuf/arenastring.h \
|
|
|
|
google/protobuf/descriptor_database.h \
|
|
|
|
google/protobuf/compiler/code_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/command_line_interface.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_names.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/importer.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_kotlin_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_names.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/js/js_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/js/well_known_types_embed.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_helpers.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/parser.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/php/php_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/plugin.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/plugin.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/python/python_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generator.h \
|
|
|
|
google/protobuf/descriptor.h \
|
|
|
|
google/protobuf/descriptor.h \
|
|
|
|
google/protobuf/descriptor.pb.h \
|
|
|
|
google/protobuf/descriptor.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/descriptor_database.h \
|
|
|
|
google/protobuf/duration.pb.h \
|
|
|
|
google/protobuf/duration.pb.h \
|
|
|
|
google/protobuf/dynamic_message.h \
|
|
|
|
google/protobuf/dynamic_message.h \
|
|
|
|
google/protobuf/empty.pb.h \
|
|
|
|
google/protobuf/empty.pb.h \
|
|
|
@ -99,6 +102,7 @@ nobase_include_HEADERS = \ |
|
|
|
google/protobuf/field_mask.pb.h \
|
|
|
|
google/protobuf/field_mask.pb.h \
|
|
|
|
google/protobuf/generated_enum_reflection.h \
|
|
|
|
google/protobuf/generated_enum_reflection.h \
|
|
|
|
google/protobuf/generated_enum_util.h \
|
|
|
|
google/protobuf/generated_enum_util.h \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_bases.h \
|
|
|
|
google/protobuf/generated_message_reflection.h \
|
|
|
|
google/protobuf/generated_message_reflection.h \
|
|
|
|
google/protobuf/generated_message_table_driven.h \
|
|
|
|
google/protobuf/generated_message_table_driven.h \
|
|
|
|
google/protobuf/generated_message_tctable_decl.h \
|
|
|
|
google/protobuf/generated_message_tctable_decl.h \
|
|
|
@ -108,22 +112,30 @@ nobase_include_HEADERS = \ |
|
|
|
google/protobuf/has_bits.h \
|
|
|
|
google/protobuf/has_bits.h \
|
|
|
|
google/protobuf/implicit_weak_message.h \
|
|
|
|
google/protobuf/implicit_weak_message.h \
|
|
|
|
google/protobuf/inlined_string_field.h \
|
|
|
|
google/protobuf/inlined_string_field.h \
|
|
|
|
google/protobuf/io/io_win32.h \
|
|
|
|
google/protobuf/io/coded_stream.h \
|
|
|
|
|
|
|
|
$(GZHEADERS) \
|
|
|
|
|
|
|
|
google/protobuf/io/io_win32.h \
|
|
|
|
|
|
|
|
google/protobuf/io/printer.h \
|
|
|
|
|
|
|
|
google/protobuf/io/strtod.h \
|
|
|
|
|
|
|
|
google/protobuf/io/tokenizer.h \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream.h \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl.h \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/map.h \
|
|
|
|
google/protobuf/map_entry.h \
|
|
|
|
google/protobuf/map_entry.h \
|
|
|
|
google/protobuf/map_entry_lite.h \
|
|
|
|
google/protobuf/map_entry_lite.h \
|
|
|
|
google/protobuf/map_field.h \
|
|
|
|
google/protobuf/map_field.h \
|
|
|
|
google/protobuf/map_field_inl.h \
|
|
|
|
google/protobuf/map_field_inl.h \
|
|
|
|
google/protobuf/map_field_lite.h \
|
|
|
|
google/protobuf/map_field_lite.h \
|
|
|
|
google/protobuf/map.h \
|
|
|
|
|
|
|
|
google/protobuf/map_type_handler.h \
|
|
|
|
google/protobuf/map_type_handler.h \
|
|
|
|
google/protobuf/message.h \
|
|
|
|
google/protobuf/message.h \
|
|
|
|
google/protobuf/message_lite.h \
|
|
|
|
google/protobuf/message_lite.h \
|
|
|
|
google/protobuf/metadata.h \
|
|
|
|
google/protobuf/metadata.h \
|
|
|
|
google/protobuf/metadata_lite.h \
|
|
|
|
google/protobuf/metadata_lite.h \
|
|
|
|
google/protobuf/parse_context.h \
|
|
|
|
google/protobuf/parse_context.h \
|
|
|
|
google/protobuf/port.h \
|
|
|
|
|
|
|
|
google/protobuf/port_def.inc \
|
|
|
|
google/protobuf/port_def.inc \
|
|
|
|
google/protobuf/port_undef.inc \
|
|
|
|
google/protobuf/port_undef.inc \
|
|
|
|
|
|
|
|
google/protobuf/port.h \
|
|
|
|
google/protobuf/reflection.h \
|
|
|
|
google/protobuf/reflection.h \
|
|
|
|
google/protobuf/reflection_ops.h \
|
|
|
|
google/protobuf/reflection_ops.h \
|
|
|
|
google/protobuf/repeated_field.h \
|
|
|
|
google/protobuf/repeated_field.h \
|
|
|
@ -131,48 +143,38 @@ nobase_include_HEADERS = \ |
|
|
|
google/protobuf/source_context.pb.h \
|
|
|
|
google/protobuf/source_context.pb.h \
|
|
|
|
google/protobuf/string_member_robber.h \
|
|
|
|
google/protobuf/string_member_robber.h \
|
|
|
|
google/protobuf/struct.pb.h \
|
|
|
|
google/protobuf/struct.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/bytestream.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/callback.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/casts.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/common.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/hash.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/logging.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/macros.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/map_util.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/mutex.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/once.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/platform_macros.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/port.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/status.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stl_util.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stringpiece.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/strutil.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/template_util.h \
|
|
|
|
google/protobuf/text_format.h \
|
|
|
|
google/protobuf/text_format.h \
|
|
|
|
google/protobuf/timestamp.pb.h \
|
|
|
|
google/protobuf/timestamp.pb.h \
|
|
|
|
google/protobuf/type.pb.h \
|
|
|
|
google/protobuf/type.pb.h \
|
|
|
|
google/protobuf/unknown_field_set.h \
|
|
|
|
google/protobuf/unknown_field_set.h \
|
|
|
|
google/protobuf/wire_format.h \
|
|
|
|
|
|
|
|
google/protobuf/wire_format_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/wrappers.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/io/coded_stream.h \
|
|
|
|
|
|
|
|
$(GZHEADERS) \
|
|
|
|
|
|
|
|
google/protobuf/io/printer.h \
|
|
|
|
|
|
|
|
google/protobuf/io/strtod.h \
|
|
|
|
|
|
|
|
google/protobuf/io/tokenizer.h \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream.h \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl.h \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/code_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/command_line_interface.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/importer.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/parser.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/plugin.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/plugin.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_names.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_kotlin_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_names.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/js/js_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/js/well_known_types_embed.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_helpers.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/php/php_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/python/python_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/util/type_resolver.h \
|
|
|
|
|
|
|
|
google/protobuf/util/delimited_message_util.h \
|
|
|
|
google/protobuf/util/delimited_message_util.h \
|
|
|
|
google/protobuf/util/field_comparator.h \
|
|
|
|
google/protobuf/util/field_comparator.h \
|
|
|
|
google/protobuf/util/field_mask_util.h \
|
|
|
|
google/protobuf/util/field_mask_util.h \
|
|
|
|
google/protobuf/util/json_util.h \
|
|
|
|
google/protobuf/util/json_util.h \
|
|
|
|
|
|
|
|
google/protobuf/util/message_differencer.h \
|
|
|
|
google/protobuf/util/time_util.h \
|
|
|
|
google/protobuf/util/time_util.h \
|
|
|
|
|
|
|
|
google/protobuf/util/type_resolver.h \
|
|
|
|
google/protobuf/util/type_resolver_util.h \
|
|
|
|
google/protobuf/util/type_resolver_util.h \
|
|
|
|
google/protobuf/util/message_differencer.h
|
|
|
|
google/protobuf/wire_format.h \
|
|
|
|
|
|
|
|
google/protobuf/wire_format_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/wrappers.pb.h
|
|
|
|
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la
|
|
|
|
lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la
|
|
|
|
|
|
|
|
|
|
|
@ -183,18 +185,37 @@ libprotobuf_lite_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libprotobuf-lite.m |
|
|
|
EXTRA_libprotobuf_lite_la_DEPENDENCIES = libprotobuf-lite.map
|
|
|
|
EXTRA_libprotobuf_lite_la_DEPENDENCIES = libprotobuf-lite.map
|
|
|
|
endif |
|
|
|
endif |
|
|
|
libprotobuf_lite_la_SOURCES = \
|
|
|
|
libprotobuf_lite_la_SOURCES = \
|
|
|
|
|
|
|
|
google/protobuf/any_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/arena.cc \
|
|
|
|
|
|
|
|
google/protobuf/arenastring.cc \
|
|
|
|
|
|
|
|
google/protobuf/extension_set.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_enum_util.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_table_driven_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_table_driven_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_util.cc \
|
|
|
|
|
|
|
|
google/protobuf/implicit_weak_message.cc \
|
|
|
|
|
|
|
|
google/protobuf/inlined_string_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/coded_stream.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/io_win32.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/strtod.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/map.cc \
|
|
|
|
|
|
|
|
google/protobuf/message_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/parse_context.cc \
|
|
|
|
|
|
|
|
google/protobuf/repeated_field.cc \
|
|
|
|
google/protobuf/stubs/bytestream.cc \
|
|
|
|
google/protobuf/stubs/bytestream.cc \
|
|
|
|
google/protobuf/stubs/bytestream.h \
|
|
|
|
google/protobuf/stubs/bytestream.h \
|
|
|
|
google/protobuf/stubs/common.cc \
|
|
|
|
google/protobuf/stubs/common.cc \
|
|
|
|
google/protobuf/stubs/hash.h \
|
|
|
|
google/protobuf/stubs/hash.h \
|
|
|
|
google/protobuf/stubs/int128.cc \
|
|
|
|
google/protobuf/stubs/int128.cc \
|
|
|
|
google/protobuf/stubs/int128.h \
|
|
|
|
google/protobuf/stubs/int128.h \
|
|
|
|
google/protobuf/io/io_win32.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/map_util.h \
|
|
|
|
google/protobuf/stubs/map_util.h \
|
|
|
|
google/protobuf/stubs/mathutil.h \
|
|
|
|
google/protobuf/stubs/mathutil.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/status_macros.h \
|
|
|
|
google/protobuf/stubs/status.cc \
|
|
|
|
google/protobuf/stubs/status.cc \
|
|
|
|
google/protobuf/stubs/status.h \
|
|
|
|
google/protobuf/stubs/status.h \
|
|
|
|
google/protobuf/stubs/status_macros.h \
|
|
|
|
|
|
|
|
google/protobuf/stubs/statusor.cc \
|
|
|
|
google/protobuf/stubs/statusor.cc \
|
|
|
|
google/protobuf/stubs/statusor.h \
|
|
|
|
google/protobuf/stubs/statusor.h \
|
|
|
|
google/protobuf/stubs/stringpiece.cc \
|
|
|
|
google/protobuf/stubs/stringpiece.cc \
|
|
|
@ -205,26 +226,7 @@ libprotobuf_lite_la_SOURCES = \ |
|
|
|
google/protobuf/stubs/strutil.cc \
|
|
|
|
google/protobuf/stubs/strutil.cc \
|
|
|
|
google/protobuf/stubs/time.cc \
|
|
|
|
google/protobuf/stubs/time.cc \
|
|
|
|
google/protobuf/stubs/time.h \
|
|
|
|
google/protobuf/stubs/time.h \
|
|
|
|
google/protobuf/any_lite.cc \
|
|
|
|
google/protobuf/wire_format_lite.cc
|
|
|
|
google/protobuf/arena.cc \
|
|
|
|
|
|
|
|
google/protobuf/arenastring.cc \
|
|
|
|
|
|
|
|
google/protobuf/extension_set.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_enum_util.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_util.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_table_driven_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_table_driven_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/implicit_weak_message.cc \
|
|
|
|
|
|
|
|
google/protobuf/inlined_string_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/map.cc \
|
|
|
|
|
|
|
|
google/protobuf/message_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/parse_context.cc \
|
|
|
|
|
|
|
|
google/protobuf/repeated_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/wire_format_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/coded_stream.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/strtod.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_impl_lite.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libprotobuf_la_LIBADD = $(PTHREAD_LIBS) $(LIBATOMIC_LIBS)
|
|
|
|
libprotobuf_la_LIBADD = $(PTHREAD_LIBS) $(LIBATOMIC_LIBS)
|
|
|
|
libprotobuf_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
|
|
|
|
libprotobuf_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
|
|
|
@ -234,21 +236,27 @@ EXTRA_libprotobuf_la_DEPENDENCIES = libprotobuf.map |
|
|
|
endif |
|
|
|
endif |
|
|
|
libprotobuf_la_SOURCES = \
|
|
|
|
libprotobuf_la_SOURCES = \
|
|
|
|
$(libprotobuf_lite_la_SOURCES) \
|
|
|
|
$(libprotobuf_lite_la_SOURCES) \
|
|
|
|
|
|
|
|
google/protobuf/any.cc \
|
|
|
|
google/protobuf/any.pb.cc \
|
|
|
|
google/protobuf/any.pb.cc \
|
|
|
|
google/protobuf/api.pb.cc \
|
|
|
|
google/protobuf/api.pb.cc \
|
|
|
|
google/protobuf/any.cc \
|
|
|
|
google/protobuf/compiler/importer.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/parser.cc \
|
|
|
|
google/protobuf/descriptor.cc \
|
|
|
|
google/protobuf/descriptor.cc \
|
|
|
|
google/protobuf/descriptor_database.cc \
|
|
|
|
|
|
|
|
google/protobuf/descriptor.pb.cc \
|
|
|
|
google/protobuf/descriptor.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/descriptor_database.cc \
|
|
|
|
google/protobuf/duration.pb.cc \
|
|
|
|
google/protobuf/duration.pb.cc \
|
|
|
|
google/protobuf/dynamic_message.cc \
|
|
|
|
google/protobuf/dynamic_message.cc \
|
|
|
|
google/protobuf/empty.pb.cc \
|
|
|
|
google/protobuf/empty.pb.cc \
|
|
|
|
google/protobuf/extension_set_heavy.cc \
|
|
|
|
google/protobuf/extension_set_heavy.cc \
|
|
|
|
google/protobuf/field_access_listener.cc \
|
|
|
|
google/protobuf/field_access_listener.cc \
|
|
|
|
google/protobuf/field_mask.pb.cc \
|
|
|
|
google/protobuf/field_mask.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_bases.cc \
|
|
|
|
google/protobuf/generated_message_reflection.cc \
|
|
|
|
google/protobuf/generated_message_reflection.cc \
|
|
|
|
google/protobuf/generated_message_table_driven_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_table_driven.cc \
|
|
|
|
google/protobuf/generated_message_table_driven.cc \
|
|
|
|
|
|
|
|
google/protobuf/generated_message_table_driven_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/io/gzip_stream.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/printer.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/tokenizer.cc \
|
|
|
|
google/protobuf/map_field.cc \
|
|
|
|
google/protobuf/map_field.cc \
|
|
|
|
google/protobuf/message.cc \
|
|
|
|
google/protobuf/message.cc \
|
|
|
|
google/protobuf/reflection_internal.h \
|
|
|
|
google/protobuf/reflection_internal.h \
|
|
|
@ -262,13 +270,6 @@ libprotobuf_la_SOURCES = \ |
|
|
|
google/protobuf/timestamp.pb.cc \
|
|
|
|
google/protobuf/timestamp.pb.cc \
|
|
|
|
google/protobuf/type.pb.cc \
|
|
|
|
google/protobuf/type.pb.cc \
|
|
|
|
google/protobuf/unknown_field_set.cc \
|
|
|
|
google/protobuf/unknown_field_set.cc \
|
|
|
|
google/protobuf/wire_format.cc \
|
|
|
|
|
|
|
|
google/protobuf/wrappers.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/gzip_stream.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/printer.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/tokenizer.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/importer.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/parser.cc \
|
|
|
|
|
|
|
|
google/protobuf/util/delimited_message_util.cc \
|
|
|
|
google/protobuf/util/delimited_message_util.cc \
|
|
|
|
google/protobuf/util/field_comparator.cc \
|
|
|
|
google/protobuf/util/field_comparator.cc \
|
|
|
|
google/protobuf/util/field_mask_util.cc \
|
|
|
|
google/protobuf/util/field_mask_util.cc \
|
|
|
@ -294,12 +295,12 @@ libprotobuf_la_SOURCES = \ |
|
|
|
google/protobuf/util/internal/object_source.h \
|
|
|
|
google/protobuf/util/internal/object_source.h \
|
|
|
|
google/protobuf/util/internal/object_writer.cc \
|
|
|
|
google/protobuf/util/internal/object_writer.cc \
|
|
|
|
google/protobuf/util/internal/object_writer.h \
|
|
|
|
google/protobuf/util/internal/object_writer.h \
|
|
|
|
|
|
|
|
google/protobuf/util/internal/proto_writer.cc \
|
|
|
|
|
|
|
|
google/protobuf/util/internal/proto_writer.h \
|
|
|
|
google/protobuf/util/internal/protostream_objectsource.cc \
|
|
|
|
google/protobuf/util/internal/protostream_objectsource.cc \
|
|
|
|
google/protobuf/util/internal/protostream_objectsource.h \
|
|
|
|
google/protobuf/util/internal/protostream_objectsource.h \
|
|
|
|
google/protobuf/util/internal/protostream_objectwriter.cc \
|
|
|
|
google/protobuf/util/internal/protostream_objectwriter.cc \
|
|
|
|
google/protobuf/util/internal/protostream_objectwriter.h \
|
|
|
|
google/protobuf/util/internal/protostream_objectwriter.h \
|
|
|
|
google/protobuf/util/internal/proto_writer.cc \
|
|
|
|
|
|
|
|
google/protobuf/util/internal/proto_writer.h \
|
|
|
|
|
|
|
|
google/protobuf/util/internal/structured_objectwriter.h \
|
|
|
|
google/protobuf/util/internal/structured_objectwriter.h \
|
|
|
|
google/protobuf/util/internal/type_info.cc \
|
|
|
|
google/protobuf/util/internal/type_info.cc \
|
|
|
|
google/protobuf/util/internal/type_info.h \
|
|
|
|
google/protobuf/util/internal/type_info.h \
|
|
|
@ -310,7 +311,9 @@ libprotobuf_la_SOURCES = \ |
|
|
|
google/protobuf/util/json_util.cc \
|
|
|
|
google/protobuf/util/json_util.cc \
|
|
|
|
google/protobuf/util/message_differencer.cc \
|
|
|
|
google/protobuf/util/message_differencer.cc \
|
|
|
|
google/protobuf/util/time_util.cc \
|
|
|
|
google/protobuf/util/time_util.cc \
|
|
|
|
google/protobuf/util/type_resolver_util.cc
|
|
|
|
google/protobuf/util/type_resolver_util.cc \
|
|
|
|
|
|
|
|
google/protobuf/wire_format.cc \
|
|
|
|
|
|
|
|
google/protobuf/wrappers.pb.cc
|
|
|
|
|
|
|
|
|
|
|
|
nodist_libprotobuf_la_SOURCES = $(nodist_libprotobuf_lite_la_SOURCES)
|
|
|
|
nodist_libprotobuf_la_SOURCES = $(nodist_libprotobuf_lite_la_SOURCES)
|
|
|
|
|
|
|
|
|
|
|
@ -323,13 +326,6 @@ endif |
|
|
|
libprotoc_la_SOURCES = \
|
|
|
|
libprotoc_la_SOURCES = \
|
|
|
|
google/protobuf/compiler/code_generator.cc \
|
|
|
|
google/protobuf/compiler/code_generator.cc \
|
|
|
|
google/protobuf/compiler/command_line_interface.cc \
|
|
|
|
google/protobuf/compiler/command_line_interface.cc \
|
|
|
|
google/protobuf/compiler/plugin.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/plugin.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/scc.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/subprocess.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/subprocess.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/zip_writer.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/zip_writer.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_enum.cc \
|
|
|
|
google/protobuf/compiler/cpp/cpp_enum.cc \
|
|
|
|
google/protobuf/compiler/cpp/cpp_enum.h \
|
|
|
|
google/protobuf/compiler/cpp/cpp_enum.h \
|
|
|
|
google/protobuf/compiler/cpp/cpp_enum_field.cc \
|
|
|
|
google/protobuf/compiler/cpp/cpp_enum_field.cc \
|
|
|
@ -362,15 +358,49 @@ libprotoc_la_SOURCES = \ |
|
|
|
google/protobuf/compiler/cpp/cpp_service.h \
|
|
|
|
google/protobuf/compiler/cpp/cpp_service.h \
|
|
|
|
google/protobuf/compiler/cpp/cpp_string_field.cc \
|
|
|
|
google/protobuf/compiler/cpp/cpp_string_field.cc \
|
|
|
|
google/protobuf/compiler/cpp/cpp_string_field.h \
|
|
|
|
google/protobuf/compiler/cpp/cpp_string_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_doc_comment.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_doc_comment.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_field_base.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_field_base.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_helpers.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_helpers.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_map_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_map_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_options.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_primitive_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_primitive_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_reflection_class.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_reflection_class.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_enum_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_message_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_message_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_source_generator_base.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_source_generator_base.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_wrapper_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_wrapper_field.h \
|
|
|
|
google/protobuf/compiler/java/java_context.cc \
|
|
|
|
google/protobuf/compiler/java/java_context.cc \
|
|
|
|
google/protobuf/compiler/java/java_context.h \
|
|
|
|
google/protobuf/compiler/java/java_context.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_doc_comment.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_doc_comment.h \
|
|
|
|
google/protobuf/compiler/java/java_enum.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum.h \
|
|
|
|
google/protobuf/compiler/java/java_enum_field.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum_field.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum_field.h \
|
|
|
|
google/protobuf/compiler/java/java_enum_field.h \
|
|
|
|
google/protobuf/compiler/java/java_enum_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_enum_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_enum.h \
|
|
|
|
google/protobuf/compiler/java/java_enum_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_enum_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_enum_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_extension.cc \
|
|
|
|
google/protobuf/compiler/java/java_extension.cc \
|
|
|
|
google/protobuf/compiler/java/java_extension.h \
|
|
|
|
google/protobuf/compiler/java/java_extension.h \
|
|
|
@ -391,17 +421,17 @@ libprotoc_la_SOURCES = \ |
|
|
|
google/protobuf/compiler/java/java_map_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_map_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_map_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_map_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_message.cc \
|
|
|
|
google/protobuf/compiler/java/java_message.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_message.h \
|
|
|
|
google/protobuf/compiler/java/java_message_builder.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_builder.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_message_builder.h \
|
|
|
|
google/protobuf/compiler/java/java_message_builder_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_builder_lite.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_message_builder_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_message_field.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_field.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_field.h \
|
|
|
|
google/protobuf/compiler/java/java_message_field.h \
|
|
|
|
google/protobuf/compiler/java/java_message_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_message_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_message.h \
|
|
|
|
google/protobuf/compiler/java/java_message_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_message_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_message_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_message_builder.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_message_builder_lite.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_name_resolver.cc \
|
|
|
|
google/protobuf/compiler/java/java_name_resolver.cc \
|
|
|
|
google/protobuf/compiler/java/java_name_resolver.h \
|
|
|
|
google/protobuf/compiler/java/java_name_resolver.h \
|
|
|
|
google/protobuf/compiler/java/java_options.h \
|
|
|
|
google/protobuf/compiler/java/java_options.h \
|
|
|
@ -409,16 +439,14 @@ libprotoc_la_SOURCES = \ |
|
|
|
google/protobuf/compiler/java/java_primitive_field.h \
|
|
|
|
google/protobuf/compiler/java/java_primitive_field.h \
|
|
|
|
google/protobuf/compiler/java/java_primitive_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_primitive_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_primitive_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_primitive_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_shared_code_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_shared_code_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_service.cc \
|
|
|
|
google/protobuf/compiler/java/java_service.cc \
|
|
|
|
google/protobuf/compiler/java/java_service.h \
|
|
|
|
google/protobuf/compiler/java/java_service.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_shared_code_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_shared_code_generator.h \
|
|
|
|
google/protobuf/compiler/java/java_string_field.cc \
|
|
|
|
google/protobuf/compiler/java/java_string_field.cc \
|
|
|
|
google/protobuf/compiler/java/java_string_field.h \
|
|
|
|
google/protobuf/compiler/java/java_string_field.h \
|
|
|
|
google/protobuf/compiler/java/java_string_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_string_field_lite.cc \
|
|
|
|
google/protobuf/compiler/java/java_string_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_string_field_lite.h \
|
|
|
|
google/protobuf/compiler/java/java_doc_comment.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_doc_comment.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/js/js_generator.cc \
|
|
|
|
google/protobuf/compiler/js/js_generator.cc \
|
|
|
|
google/protobuf/compiler/js/well_known_types_embed.cc \
|
|
|
|
google/protobuf/compiler/js/well_known_types_embed.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_enum.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_enum.cc \
|
|
|
@ -440,46 +468,21 @@ libprotoc_la_SOURCES = \ |
|
|
|
google/protobuf/compiler/objectivec/objectivec_message.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_message.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_message_field.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_message_field.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_message_field.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_message_field.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_nsobject_methods.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_nsobject_methods.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_oneof.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_oneof.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_oneof.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_oneof.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_primitive_field.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_primitive_field.cc \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_primitive_field.h \
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_primitive_field.h \
|
|
|
|
google/protobuf/compiler/php/php_generator.cc \
|
|
|
|
google/protobuf/compiler/php/php_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/plugin.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/plugin.pb.cc \
|
|
|
|
google/protobuf/compiler/python/python_generator.cc \
|
|
|
|
google/protobuf/compiler/python/python_generator.cc \
|
|
|
|
google/protobuf/compiler/ruby/ruby_generator.cc \
|
|
|
|
google/protobuf/compiler/ruby/ruby_generator.cc \
|
|
|
|
google/protobuf/compiler/csharp/csharp_doc_comment.cc \
|
|
|
|
google/protobuf/compiler/scc.h \
|
|
|
|
google/protobuf/compiler/csharp/csharp_doc_comment.h \
|
|
|
|
google/protobuf/compiler/subprocess.cc \
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum.cc \
|
|
|
|
google/protobuf/compiler/subprocess.h \
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum.h \
|
|
|
|
google/protobuf/compiler/zip_writer.cc \
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum_field.cc \
|
|
|
|
google/protobuf/compiler/zip_writer.h
|
|
|
|
google/protobuf/compiler/csharp/csharp_enum_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_field_base.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_field_base.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_helpers.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_helpers.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_map_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_map_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_message_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_options.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_primitive_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_primitive_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_reflection_class.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_reflection_class.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_enum_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_message_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_message_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_source_generator_base.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_source_generator_base.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_wrapper_field.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_wrapper_field.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = protoc
|
|
|
|
bin_PROGRAMS = protoc
|
|
|
|
protoc_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la
|
|
|
|
protoc_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la
|
|
|
@ -490,32 +493,33 @@ protoc_SOURCES = google/protobuf/compiler/main.cc |
|
|
|
protoc_inputs = \
|
|
|
|
protoc_inputs = \
|
|
|
|
google/protobuf/any_test.proto \
|
|
|
|
google/protobuf/any_test.proto \
|
|
|
|
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto \
|
|
|
|
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto \
|
|
|
|
google/protobuf/map_lite_unittest.proto \
|
|
|
|
google/protobuf/map_lite_unittest.proto \
|
|
|
|
google/protobuf/map_proto2_unittest.proto \
|
|
|
|
google/protobuf/map_proto2_unittest.proto \
|
|
|
|
google/protobuf/map_unittest.proto \
|
|
|
|
google/protobuf/map_unittest.proto \
|
|
|
|
|
|
|
|
google/protobuf/unittest.proto \
|
|
|
|
google/protobuf/unittest_arena.proto \
|
|
|
|
google/protobuf/unittest_arena.proto \
|
|
|
|
google/protobuf/unittest_custom_options.proto \
|
|
|
|
google/protobuf/unittest_custom_options.proto \
|
|
|
|
google/protobuf/unittest_drop_unknown_fields.proto \
|
|
|
|
google/protobuf/unittest_drop_unknown_fields.proto \
|
|
|
|
google/protobuf/unittest_embed_optimize_for.proto \
|
|
|
|
google/protobuf/unittest_embed_optimize_for.proto \
|
|
|
|
google/protobuf/unittest_empty.proto \
|
|
|
|
google/protobuf/unittest_empty.proto \
|
|
|
|
google/protobuf/unittest_enormous_descriptor.proto \
|
|
|
|
google/protobuf/unittest_enormous_descriptor.proto \
|
|
|
|
google/protobuf/unittest_import_lite.proto \
|
|
|
|
|
|
|
|
google/protobuf/unittest_import.proto \
|
|
|
|
google/protobuf/unittest_import.proto \
|
|
|
|
google/protobuf/unittest_import_public_lite.proto \
|
|
|
|
google/protobuf/unittest_import_lite.proto \
|
|
|
|
google/protobuf/unittest_import_public.proto \
|
|
|
|
google/protobuf/unittest_import_public.proto \
|
|
|
|
|
|
|
|
google/protobuf/unittest_import_public_lite.proto \
|
|
|
|
google/protobuf/unittest_lazy_dependencies.proto \
|
|
|
|
google/protobuf/unittest_lazy_dependencies.proto \
|
|
|
|
google/protobuf/unittest_lazy_dependencies_custom_option.proto \
|
|
|
|
google/protobuf/unittest_lazy_dependencies_custom_option.proto \
|
|
|
|
google/protobuf/unittest_lazy_dependencies_enum.proto \
|
|
|
|
google/protobuf/unittest_lazy_dependencies_enum.proto \
|
|
|
|
google/protobuf/unittest_lite_imports_nonlite.proto \
|
|
|
|
|
|
|
|
google/protobuf/unittest_lite.proto \
|
|
|
|
google/protobuf/unittest_lite.proto \
|
|
|
|
|
|
|
|
google/protobuf/unittest_lite_imports_nonlite.proto \
|
|
|
|
google/protobuf/unittest_mset.proto \
|
|
|
|
google/protobuf/unittest_mset.proto \
|
|
|
|
google/protobuf/unittest_mset_wire_format.proto \
|
|
|
|
google/protobuf/unittest_mset_wire_format.proto \
|
|
|
|
google/protobuf/unittest_no_field_presence.proto \
|
|
|
|
google/protobuf/unittest_no_field_presence.proto \
|
|
|
|
google/protobuf/unittest_no_generic_services.proto \
|
|
|
|
google/protobuf/unittest_no_generic_services.proto \
|
|
|
|
google/protobuf/unittest_optimize_for.proto \
|
|
|
|
google/protobuf/unittest_optimize_for.proto \
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum2.proto \
|
|
|
|
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum.proto \
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum.proto \
|
|
|
|
google/protobuf/unittest.proto \
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum2.proto \
|
|
|
|
google/protobuf/unittest_proto3.proto \
|
|
|
|
google/protobuf/unittest_proto3.proto \
|
|
|
|
google/protobuf/unittest_proto3_arena.proto \
|
|
|
|
google/protobuf/unittest_proto3_arena.proto \
|
|
|
|
google/protobuf/unittest_proto3_arena_lite.proto \
|
|
|
|
google/protobuf/unittest_proto3_arena_lite.proto \
|
|
|
@ -535,22 +539,35 @@ protoc_inputs = \ |
|
|
|
google/protobuf/util/internal/testdata/wrappers.proto \
|
|
|
|
google/protobuf/util/internal/testdata/wrappers.proto \
|
|
|
|
google/protobuf/util/json_format.proto \
|
|
|
|
google/protobuf/util/json_format.proto \
|
|
|
|
google/protobuf/util/json_format_proto3.proto \
|
|
|
|
google/protobuf/util/json_format_proto3.proto \
|
|
|
|
google/protobuf/util/message_differencer_unittest.proto \
|
|
|
|
google/protobuf/util/message_differencer_unittest.proto
|
|
|
|
google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(protoc_inputs) \
|
|
|
|
$(protoc_inputs) \
|
|
|
|
solaris/libstdc++.la \
|
|
|
|
solaris/libstdc++.la \
|
|
|
|
google/protobuf/test_messages_proto3.proto \
|
|
|
|
google/protobuf/compiler/package_info.h \
|
|
|
|
google/protobuf/test_messages_proto2.proto \
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code_proto2.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code_proto2_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_implicit.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_implicit_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/zip_output_unittest.sh \
|
|
|
|
google/protobuf/io/gzip_stream.h \
|
|
|
|
google/protobuf/io/gzip_stream.h \
|
|
|
|
google/protobuf/io/gzip_stream_unittest.sh \
|
|
|
|
google/protobuf/io/gzip_stream_unittest.sh \
|
|
|
|
|
|
|
|
google/protobuf/io/package_info.h \
|
|
|
|
|
|
|
|
google/protobuf/package_info.h \
|
|
|
|
|
|
|
|
google/protobuf/test_messages_proto2.proto \
|
|
|
|
|
|
|
|
google/protobuf/test_messages_proto3.proto \
|
|
|
|
|
|
|
|
google/protobuf/testdata/bad_utf8_string \
|
|
|
|
google/protobuf/testdata/golden_message \
|
|
|
|
google/protobuf/testdata/golden_message \
|
|
|
|
google/protobuf/testdata/golden_message_maps \
|
|
|
|
google/protobuf/testdata/golden_message_maps \
|
|
|
|
google/protobuf/testdata/golden_message_oneof_implemented \
|
|
|
|
google/protobuf/testdata/golden_message_oneof_implemented \
|
|
|
|
google/protobuf/testdata/golden_message_proto3 \
|
|
|
|
google/protobuf/testdata/golden_message_proto3 \
|
|
|
|
google/protobuf/testdata/golden_packed_fields_message \
|
|
|
|
google/protobuf/testdata/golden_packed_fields_message \
|
|
|
|
google/protobuf/testdata/bad_utf8_string \
|
|
|
|
|
|
|
|
google/protobuf/testdata/map_test_data.txt \
|
|
|
|
google/protobuf/testdata/map_test_data.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_data.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_data.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt \
|
|
|
@ -558,21 +575,7 @@ EXTRA_DIST = \ |
|
|
|
google/protobuf/testdata/text_format_unittest_data_pointy_oneof.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_data_pointy_oneof.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_extensions_data.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_extensions_data.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_extensions_data_pointy.txt \
|
|
|
|
google/protobuf/testdata/text_format_unittest_extensions_data_pointy.txt \
|
|
|
|
google/protobuf/package_info.h \
|
|
|
|
|
|
|
|
google/protobuf/io/package_info.h \
|
|
|
|
|
|
|
|
google/protobuf/util/package_info.h \
|
|
|
|
google/protobuf/util/package_info.h \
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code_proto2.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_code_proto2_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_implicit.proto \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generated_pkg_implicit_pb.rb \
|
|
|
|
|
|
|
|
google/protobuf/compiler/package_info.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/zip_output_unittest.sh \
|
|
|
|
|
|
|
|
libprotobuf-lite.map \
|
|
|
|
libprotobuf-lite.map \
|
|
|
|
libprotobuf.map \
|
|
|
|
libprotobuf.map \
|
|
|
|
libprotoc.map \
|
|
|
|
libprotoc.map \
|
|
|
@ -581,12 +584,12 @@ EXTRA_DIST = \ |
|
|
|
protoc_lite_outputs = \
|
|
|
|
protoc_lite_outputs = \
|
|
|
|
google/protobuf/map_lite_unittest.pb.cc \
|
|
|
|
google/protobuf/map_lite_unittest.pb.cc \
|
|
|
|
google/protobuf/map_lite_unittest.pb.h \
|
|
|
|
google/protobuf/map_lite_unittest.pb.h \
|
|
|
|
google/protobuf/unittest_lite.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/unittest_lite.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/unittest_import_lite.pb.cc \
|
|
|
|
google/protobuf/unittest_import_lite.pb.cc \
|
|
|
|
google/protobuf/unittest_import_lite.pb.h \
|
|
|
|
google/protobuf/unittest_import_lite.pb.h \
|
|
|
|
google/protobuf/unittest_import_public_lite.pb.cc \
|
|
|
|
google/protobuf/unittest_import_public_lite.pb.cc \
|
|
|
|
google/protobuf/unittest_import_public_lite.pb.h
|
|
|
|
google/protobuf/unittest_import_public_lite.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/unittest_lite.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/unittest_lite.pb.h
|
|
|
|
|
|
|
|
|
|
|
|
protoc_outputs = \
|
|
|
|
protoc_outputs = \
|
|
|
|
$(protoc_lite_outputs) \
|
|
|
|
$(protoc_lite_outputs) \
|
|
|
@ -600,6 +603,8 @@ protoc_outputs = \ |
|
|
|
google/protobuf/map_proto2_unittest.pb.h \
|
|
|
|
google/protobuf/map_proto2_unittest.pb.h \
|
|
|
|
google/protobuf/map_unittest.pb.cc \
|
|
|
|
google/protobuf/map_unittest.pb.cc \
|
|
|
|
google/protobuf/map_unittest.pb.h \
|
|
|
|
google/protobuf/map_unittest.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/unittest.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/unittest.pb.h \
|
|
|
|
google/protobuf/unittest_arena.pb.cc \
|
|
|
|
google/protobuf/unittest_arena.pb.cc \
|
|
|
|
google/protobuf/unittest_arena.pb.h \
|
|
|
|
google/protobuf/unittest_arena.pb.h \
|
|
|
|
google/protobuf/unittest_custom_options.pb.cc \
|
|
|
|
google/protobuf/unittest_custom_options.pb.cc \
|
|
|
@ -634,12 +639,10 @@ protoc_outputs = \ |
|
|
|
google/protobuf/unittest_no_generic_services.pb.h \
|
|
|
|
google/protobuf/unittest_no_generic_services.pb.h \
|
|
|
|
google/protobuf/unittest_optimize_for.pb.cc \
|
|
|
|
google/protobuf/unittest_optimize_for.pb.cc \
|
|
|
|
google/protobuf/unittest_optimize_for.pb.h \
|
|
|
|
google/protobuf/unittest_optimize_for.pb.h \
|
|
|
|
google/protobuf/unittest.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/unittest.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum2.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum2.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum.pb.cc \
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum.pb.cc \
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum.pb.h \
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum.pb.h \
|
|
|
|
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum2.pb.cc \
|
|
|
|
|
|
|
|
google/protobuf/unittest_preserve_unknown_enum2.pb.h \
|
|
|
|
google/protobuf/unittest_proto3.pb.cc \
|
|
|
|
google/protobuf/unittest_proto3.pb.cc \
|
|
|
|
google/protobuf/unittest_proto3.pb.h \
|
|
|
|
google/protobuf/unittest_proto3.pb.h \
|
|
|
|
google/protobuf/unittest_proto3_arena.pb.cc \
|
|
|
|
google/protobuf/unittest_proto3_arena.pb.cc \
|
|
|
@ -703,8 +706,8 @@ $(protoc_outputs): unittest_proto_middleman |
|
|
|
COMMON_TEST_SOURCES = \
|
|
|
|
COMMON_TEST_SOURCES = \
|
|
|
|
google/protobuf/arena_test_util.cc \
|
|
|
|
google/protobuf/arena_test_util.cc \
|
|
|
|
google/protobuf/arena_test_util.h \
|
|
|
|
google/protobuf/arena_test_util.h \
|
|
|
|
google/protobuf/map_test_util.inc \
|
|
|
|
|
|
|
|
google/protobuf/map_test_util.h \
|
|
|
|
google/protobuf/map_test_util.h \
|
|
|
|
|
|
|
|
google/protobuf/map_test_util.inc \
|
|
|
|
google/protobuf/map_test_util_impl.h \
|
|
|
|
google/protobuf/map_test_util_impl.h \
|
|
|
|
google/protobuf/reflection_tester.cc \
|
|
|
|
google/protobuf/reflection_tester.cc \
|
|
|
|
google/protobuf/reflection_tester.h \
|
|
|
|
google/protobuf/reflection_tester.h \
|
|
|
@ -712,10 +715,10 @@ COMMON_TEST_SOURCES = \ |
|
|
|
google/protobuf/test_util.h \
|
|
|
|
google/protobuf/test_util.h \
|
|
|
|
google/protobuf/test_util.inc \
|
|
|
|
google/protobuf/test_util.inc \
|
|
|
|
google/protobuf/test_util2.h \
|
|
|
|
google/protobuf/test_util2.h \
|
|
|
|
google/protobuf/testing/googletest.cc \
|
|
|
|
|
|
|
|
google/protobuf/testing/googletest.h \
|
|
|
|
|
|
|
|
google/protobuf/testing/file.cc \
|
|
|
|
google/protobuf/testing/file.cc \
|
|
|
|
google/protobuf/testing/file.h
|
|
|
|
google/protobuf/testing/file.h \
|
|
|
|
|
|
|
|
google/protobuf/testing/googletest.cc \
|
|
|
|
|
|
|
|
google/protobuf/testing/googletest.h
|
|
|
|
|
|
|
|
|
|
|
|
GOOGLETEST_BUILD_DIR=../third_party/googletest/googletest
|
|
|
|
GOOGLETEST_BUILD_DIR=../third_party/googletest/googletest
|
|
|
|
GOOGLEMOCK_BUILD_DIR=../third_party/googletest/googlemock
|
|
|
|
GOOGLEMOCK_BUILD_DIR=../third_party/googletest/googlemock
|
|
|
@ -734,25 +737,31 @@ protobuf_test_CPPFLAGS = -I$(GOOGLETEST_SRC_DIR)/include \ |
|
|
|
# since test_util.cc takes forever to compile with optimization (with GCC).
|
|
|
|
# since test_util.cc takes forever to compile with optimization (with GCC).
|
|
|
|
# See configure.ac for more info.
|
|
|
|
# See configure.ac for more info.
|
|
|
|
protobuf_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
|
|
|
protobuf_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
|
|
|
# Doesn't pass on Windows with MSVC
|
|
|
|
|
|
|
|
NON_MSVC_TEST_SOURCES = \
|
|
|
|
|
|
|
|
google/protobuf/compiler/command_line_interface_unittest.cc
|
|
|
|
|
|
|
|
protobuf_test_SOURCES = \
|
|
|
|
protobuf_test_SOURCES = \
|
|
|
|
google/protobuf/stubs/bytestream_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/common_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/int128_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/io_win32_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/statusor_test.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/status_test.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stringpiece_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stringprintf_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/structurally_valid_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/strutil_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/template_util_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/time_test.cc \
|
|
|
|
|
|
|
|
google/protobuf/any_test.cc \
|
|
|
|
google/protobuf/any_test.cc \
|
|
|
|
google/protobuf/arenastring_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/arena_unittest.cc \
|
|
|
|
google/protobuf/arena_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/arenastring_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/annotation_test_util.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/annotation_test_util.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/command_line_interface_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_move_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_plugin_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_unittest.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_unittest.inc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/metadata_test.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_generator_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/importer_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_doc_comment_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_plugin_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/mock_code_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/mock_code_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/parser_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/python/python_plugin_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generator_unittest.cc \
|
|
|
|
google/protobuf/descriptor_database_unittest.cc \
|
|
|
|
google/protobuf/descriptor_database_unittest.cc \
|
|
|
|
google/protobuf/descriptor_unittest.cc \
|
|
|
|
google/protobuf/descriptor_unittest.cc \
|
|
|
|
google/protobuf/drop_unknown_fields_test.cc \
|
|
|
|
google/protobuf/drop_unknown_fields_test.cc \
|
|
|
@ -760,6 +769,11 @@ protobuf_test_SOURCES = \ |
|
|
|
google/protobuf/extension_set_unittest.cc \
|
|
|
|
google/protobuf/extension_set_unittest.cc \
|
|
|
|
google/protobuf/generated_message_reflection_unittest.cc \
|
|
|
|
google/protobuf/generated_message_reflection_unittest.cc \
|
|
|
|
google/protobuf/inlined_string_field_unittest.cc \
|
|
|
|
google/protobuf/inlined_string_field_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/coded_stream_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/io_win32_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/printer_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/tokenizer_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_unittest.cc \
|
|
|
|
google/protobuf/map_field_test.cc \
|
|
|
|
google/protobuf/map_field_test.cc \
|
|
|
|
google/protobuf/map_test.cc \
|
|
|
|
google/protobuf/map_test.cc \
|
|
|
|
google/protobuf/map_test.inc \
|
|
|
|
google/protobuf/map_test.inc \
|
|
|
@ -774,35 +788,19 @@ protobuf_test_SOURCES = \ |
|
|
|
google/protobuf/reflection_ops_unittest.cc \
|
|
|
|
google/protobuf/reflection_ops_unittest.cc \
|
|
|
|
google/protobuf/repeated_field_reflection_unittest.cc \
|
|
|
|
google/protobuf/repeated_field_reflection_unittest.cc \
|
|
|
|
google/protobuf/repeated_field_unittest.cc \
|
|
|
|
google/protobuf/repeated_field_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/bytestream_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/common_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/int128_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/status_test.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/statusor_test.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stringpiece_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/stringprintf_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/structurally_valid_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/strutil_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/template_util_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/stubs/time_test.cc \
|
|
|
|
google/protobuf/text_format_unittest.cc \
|
|
|
|
google/protobuf/text_format_unittest.cc \
|
|
|
|
google/protobuf/unknown_field_set_unittest.cc \
|
|
|
|
google/protobuf/unknown_field_set_unittest.cc \
|
|
|
|
google/protobuf/well_known_types_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/wire_format_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/wire_format_unittest.inc \
|
|
|
|
|
|
|
|
google/protobuf/io/coded_stream_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/printer_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/tokenizer_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/io/zero_copy_stream_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/annotation_test_util.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/annotation_test_util.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/importer_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/mock_code_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/mock_code_generator.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/parser_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_move_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_unittest.h \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_unittest.inc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/cpp_plugin_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/cpp/metadata_test.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_plugin_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/java/java_doc_comment_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/python/python_plugin_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/ruby/ruby_generator_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/csharp/csharp_generator_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/util/delimited_message_util_test.cc \
|
|
|
|
google/protobuf/util/delimited_message_util_test.cc \
|
|
|
|
google/protobuf/util/field_comparator_test.cc \
|
|
|
|
google/protobuf/util/field_comparator_test.cc \
|
|
|
|
google/protobuf/util/field_mask_util_test.cc \
|
|
|
|
google/protobuf/util/field_mask_util_test.cc \
|
|
|
@ -816,8 +814,11 @@ protobuf_test_SOURCES = \ |
|
|
|
google/protobuf/util/message_differencer_unittest.cc \
|
|
|
|
google/protobuf/util/message_differencer_unittest.cc \
|
|
|
|
google/protobuf/util/time_util_test.cc \
|
|
|
|
google/protobuf/util/time_util_test.cc \
|
|
|
|
google/protobuf/util/type_resolver_util_test.cc \
|
|
|
|
google/protobuf/util/type_resolver_util_test.cc \
|
|
|
|
$(NON_MSVC_TEST_SOURCES) \
|
|
|
|
google/protobuf/well_known_types_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/wire_format_unittest.cc \
|
|
|
|
|
|
|
|
google/protobuf/wire_format_unittest.inc \
|
|
|
|
$(COMMON_TEST_SOURCES)
|
|
|
|
$(COMMON_TEST_SOURCES)
|
|
|
|
|
|
|
|
|
|
|
|
nodist_protobuf_test_SOURCES = $(protoc_outputs)
|
|
|
|
nodist_protobuf_test_SOURCES = $(protoc_outputs)
|
|
|
|
$(am_protobuf_test_OBJECTS): unittest_proto_middleman |
|
|
|
$(am_protobuf_test_OBJECTS): unittest_proto_middleman |
|
|
|
|
|
|
|
|
|
|
@ -884,9 +885,9 @@ test_plugin_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \ |
|
|
|
test_plugin_CPPFLAGS = -I$(GOOGLETEST_SRC_DIR)/include
|
|
|
|
test_plugin_CPPFLAGS = -I$(GOOGLETEST_SRC_DIR)/include
|
|
|
|
test_plugin_SOURCES = \
|
|
|
|
test_plugin_SOURCES = \
|
|
|
|
google/protobuf/compiler/mock_code_generator.cc \
|
|
|
|
google/protobuf/compiler/mock_code_generator.cc \
|
|
|
|
|
|
|
|
google/protobuf/compiler/test_plugin.cc \
|
|
|
|
google/protobuf/testing/file.cc \
|
|
|
|
google/protobuf/testing/file.cc \
|
|
|
|
google/protobuf/testing/file.h \
|
|
|
|
google/protobuf/testing/file.h
|
|
|
|
google/protobuf/compiler/test_plugin.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if HAVE_ZLIB |
|
|
|
if HAVE_ZLIB |
|
|
|
zcgzip_LDADD = $(PTHREAD_LIBS) libprotobuf.la
|
|
|
|
zcgzip_LDADD = $(PTHREAD_LIBS) libprotobuf.la
|
|
|
@ -902,9 +903,8 @@ endif |
|
|
|
no_warning_test.cc: |
|
|
|
no_warning_test.cc: |
|
|
|
echo "// Generated from Makefile.am" > no_warning_test.cc
|
|
|
|
echo "// Generated from Makefile.am" > no_warning_test.cc
|
|
|
|
for FILE in $(nobase_include_HEADERS); do \
|
|
|
|
for FILE in $(nobase_include_HEADERS); do \
|
|
|
|
if [[ $$FILE != *.inc ]]; then \
|
|
|
|
case $$FILE in *.inc) continue;; esac; \
|
|
|
|
echo "#include <$${FILE}>" >> no_warning_test.cc; \
|
|
|
|
echo "#include <$${FILE}>" >> no_warning_test.cc; \
|
|
|
|
fi \
|
|
|
|
|
|
|
|
done
|
|
|
|
done
|
|
|
|
echo "int main(int, char**) { return 0; }" >> no_warning_test.cc
|
|
|
|
echo "int main(int, char**) { return 0; }" >> no_warning_test.cc
|
|
|
|
|
|
|
|
|
|
|
|