• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = .
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/ac_system_extensions.m4 \
95	$(top_srcdir)/m4/acx_check_suncc.m4 \
96	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
97	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
98	$(top_srcdir)/m4/ax_prog_cxx_for_build.m4 \
99	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
100	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102	$(top_srcdir)/m4/stl_hash.m4 $(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106	$(am__configure_deps) $(am__DIST_COMMON)
107am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108 configure.lineno config.status.lineno
109mkinstalldirs = $(install_sh) -d
110CONFIG_HEADER = config.h
111CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc
112CONFIG_CLEAN_VPATH_FILES =
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo "  GEN     " $@;
120am__v_GEN_1 =
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
124am__v_at_1 =
125SOURCES =
126DIST_SOURCES =
127RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
128	ctags-recursive dvi-recursive html-recursive info-recursive \
129	install-data-recursive install-dvi-recursive \
130	install-exec-recursive install-html-recursive \
131	install-info-recursive install-pdf-recursive \
132	install-ps-recursive install-recursive installcheck-recursive \
133	installdirs-recursive pdf-recursive ps-recursive \
134	tags-recursive uninstall-recursive
135am__can_run_installinfo = \
136  case $$AM_UPDATE_INFO_DIR in \
137    n|no|NO) false;; \
138    *) (install-info --version) >/dev/null 2>&1;; \
139  esac
140am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141am__vpath_adj = case $$p in \
142    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143    *) f=$$p;; \
144  esac;
145am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146am__install_max = 40
147am__nobase_strip_setup = \
148  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149am__nobase_strip = \
150  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151am__nobase_list = $(am__nobase_strip_setup); \
152  for p in $$list; do echo "$$p $$p"; done | \
153  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155    if (++n[$$2] == $(am__install_max)) \
156      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157    END { for (dir in files) print dir, files[dir] }'
158am__base_list = \
159  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161am__uninstall_files_from_dir = { \
162  test -z "$$files" \
163    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165         $(am__cd) "$$dir" && rm -f $$files; }; \
166  }
167am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
168DATA = $(pkgconfig_DATA)
169RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
170  distclean-recursive maintainer-clean-recursive
171am__recursive_targets = \
172  $(RECURSIVE_TARGETS) \
173  $(RECURSIVE_CLEAN_TARGETS) \
174  $(am__extra_recursive_targets)
175AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176	cscope distdir distdir-am dist dist-all distcheck
177am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
178	config.h.in
179# Read a list of newline-separated strings from the standard input,
180# and print each of them once, without duplicates.  Input order is
181# *not* preserved.
182am__uniquify_input = $(AWK) '\
183  BEGIN { nonempty = 0; } \
184  { items[$$0] = 1; nonempty = 1; } \
185  END { if (nonempty) { for (i in items) print i; }; } \
186'
187# Make sure the list of sources is unique.  This is necessary because,
188# e.g., the same source file might be shared among _SOURCES variables
189# for different programs/libraries.
190am__define_uniq_tagged_files = \
191  list='$(am__tagged_files)'; \
192  unique=`for i in $$list; do \
193    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194  done | $(am__uniquify_input)`
195ETAGS = etags
196CTAGS = ctags
197CSCOPE = cscope
198am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
199	$(srcdir)/protobuf-lite.pc.in $(srcdir)/protobuf.pc.in ar-lib \
200	compile config.guess config.sub install-sh ltmain.sh missing
201DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202distdir = $(PACKAGE)-$(VERSION)
203top_distdir = $(distdir)
204am__remove_distdir = \
205  if test -d "$(distdir)"; then \
206    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
207      && rm -rf "$(distdir)" \
208      || { sleep 5 && rm -rf "$(distdir)"; }; \
209  else :; fi
210am__post_remove_distdir = $(am__remove_distdir)
211am__relativize = \
212  dir0=`pwd`; \
213  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
214  sed_rest='s,^[^/]*/*,,'; \
215  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
216  sed_butlast='s,/*[^/]*$$,,'; \
217  while test -n "$$dir1"; do \
218    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
219    if test "$$first" != "."; then \
220      if test "$$first" = ".."; then \
221        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
222        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
223      else \
224        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
225        if test "$$first2" = "$$first"; then \
226          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
227        else \
228          dir2="../$$dir2"; \
229        fi; \
230        dir0="$$dir0"/"$$first"; \
231      fi; \
232    fi; \
233    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
234  done; \
235  reldir="$$dir2"
236DIST_ARCHIVES = $(distdir).tar.gz
237GZIP_ENV = --best
238DIST_TARGETS = dist-gzip
239distuninstallcheck_listfiles = find . -type f -print
240am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
241  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
242distcleancheck_listfiles = find . -type f -print
243ACLOCAL = @ACLOCAL@
244AMTAR = @AMTAR@
245AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246AR = @AR@
247AUTOCONF = @AUTOCONF@
248AUTOHEADER = @AUTOHEADER@
249AUTOMAKE = @AUTOMAKE@
250AWK = @AWK@
251BUILD_EXEEXT = @BUILD_EXEEXT@
252BUILD_OBJEXT = @BUILD_OBJEXT@
253CC = @CC@
254CCDEPMODE = @CCDEPMODE@
255CC_FOR_BUILD = @CC_FOR_BUILD@
256CFLAGS = @CFLAGS@
257CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
258CPP = @CPP@
259CPPFLAGS = @CPPFLAGS@
260CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
261CPP_FOR_BUILD = @CPP_FOR_BUILD@
262CXX = @CXX@
263CXXCPP = @CXXCPP@
264CXXCPPFLAGS_FOR_BUILD = @CXXCPPFLAGS_FOR_BUILD@
265CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@
266CXXDEPMODE = @CXXDEPMODE@
267CXXFLAGS = @CXXFLAGS@
268CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
269CXX_FOR_BUILD = @CXX_FOR_BUILD@
270CYGPATH_W = @CYGPATH_W@
271DEFS = @DEFS@
272DEPDIR = @DEPDIR@
273DIST_LANG = @DIST_LANG@
274DLLTOOL = @DLLTOOL@
275DSYMUTIL = @DSYMUTIL@
276DUMPBIN = @DUMPBIN@
277ECHO_C = @ECHO_C@
278ECHO_N = @ECHO_N@
279ECHO_T = @ECHO_T@
280EGREP = @EGREP@
281EXEEXT = @EXEEXT@
282FGREP = @FGREP@
283GREP = @GREP@
284HAVE_CXX11 = @HAVE_CXX11@
285INSTALL = @INSTALL@
286INSTALL_DATA = @INSTALL_DATA@
287INSTALL_PROGRAM = @INSTALL_PROGRAM@
288INSTALL_SCRIPT = @INSTALL_SCRIPT@
289INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
290ISAINFO = @ISAINFO@
291LD = @LD@
292LDFLAGS = @LDFLAGS@
293LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
294LIBATOMIC_LIBS = @LIBATOMIC_LIBS@
295LIBOBJS = @LIBOBJS@
296LIBS = @LIBS@
297LIBTOOL = @LIBTOOL@
298LIPO = @LIPO@
299LN_S = @LN_S@
300LTLIBOBJS = @LTLIBOBJS@
301LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
302MAINT = @MAINT@
303MAKEINFO = @MAKEINFO@
304MANIFEST_TOOL = @MANIFEST_TOOL@
305MKDIR_P = @MKDIR_P@
306NM = @NM@
307NMEDIT = @NMEDIT@
308OBJC = @OBJC@
309OBJCDEPMODE = @OBJCDEPMODE@
310OBJCFLAGS = @OBJCFLAGS@
311OBJDUMP = @OBJDUMP@
312OBJEXT = @OBJEXT@
313OTOOL = @OTOOL@
314OTOOL64 = @OTOOL64@
315PACKAGE = @PACKAGE@
316PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
317PACKAGE_NAME = @PACKAGE_NAME@
318PACKAGE_STRING = @PACKAGE_STRING@
319PACKAGE_TARNAME = @PACKAGE_TARNAME@
320PACKAGE_URL = @PACKAGE_URL@
321PACKAGE_VERSION = @PACKAGE_VERSION@
322PATH_SEPARATOR = @PATH_SEPARATOR@
323POW_LIB = @POW_LIB@
324PROTOBUF_OPT_FLAG = @PROTOBUF_OPT_FLAG@
325PROTOC = @PROTOC@
326PTHREAD_CC = @PTHREAD_CC@
327PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
328PTHREAD_LIBS = @PTHREAD_LIBS@
329RANLIB = @RANLIB@
330SED = @SED@
331SET_MAKE = @SET_MAKE@
332SHELL = @SHELL@
333STRIP = @STRIP@
334VERSION = @VERSION@
335abs_builddir = @abs_builddir@
336abs_srcdir = @abs_srcdir@
337abs_top_builddir = @abs_top_builddir@
338abs_top_srcdir = @abs_top_srcdir@
339ac_ct_AR = @ac_ct_AR@
340ac_ct_CC = @ac_ct_CC@
341ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
342ac_ct_CXX = @ac_ct_CXX@
343ac_ct_CXX_FOR_BUILD = @ac_ct_CXX_FOR_BUILD@
344ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
345ac_ct_OBJC = @ac_ct_OBJC@
346am__include = @am__include@
347am__leading_dot = @am__leading_dot@
348am__quote = @am__quote@
349am__tar = @am__tar@
350am__untar = @am__untar@
351ax_pthread_config = @ax_pthread_config@
352bindir = @bindir@
353build = @build@
354build_alias = @build_alias@
355build_cpu = @build_cpu@
356build_os = @build_os@
357build_vendor = @build_vendor@
358builddir = @builddir@
359datadir = @datadir@
360datarootdir = @datarootdir@
361docdir = @docdir@
362dvidir = @dvidir@
363exec_prefix = @exec_prefix@
364host = @host@
365host_alias = @host_alias@
366host_cpu = @host_cpu@
367host_os = @host_os@
368host_vendor = @host_vendor@
369htmldir = @htmldir@
370includedir = @includedir@
371infodir = @infodir@
372install_sh = @install_sh@
373libdir = @libdir@
374libexecdir = @libexecdir@
375localedir = @localedir@
376localstatedir = @localstatedir@
377mandir = @mandir@
378mkdir_p = @mkdir_p@
379oldincludedir = @oldincludedir@
380pdfdir = @pdfdir@
381prefix = @prefix@
382program_transform_name = @program_transform_name@
383psdir = @psdir@
384runstatedir = @runstatedir@
385sbindir = @sbindir@
386sharedstatedir = @sharedstatedir@
387srcdir = @srcdir@
388subdirs = @subdirs@
389sysconfdir = @sysconfdir@
390target = @target@
391target_alias = @target_alias@
392target_cpu = @target_cpu@
393target_os = @target_os@
394target_vendor = @target_vendor@
395top_build_prefix = @top_build_prefix@
396top_builddir = @top_builddir@
397top_srcdir = @top_srcdir@
398ACLOCAL_AMFLAGS = -I m4
399AUTOMAKE_OPTIONS = foreign
400
401# Build . before src so that our all-local and clean-local hooks kicks in at
402# the right time.
403SUBDIRS = . src
404
405# Always include third_party directories in distributions.
406DIST_SUBDIRS = src conformance benchmarks third_party/googletest
407pkgconfigdir = $(libdir)/pkgconfig
408pkgconfig_DATA = protobuf.pc protobuf-lite.pc
409csharp_EXTRA_DIST = \
410  global.json                                                                \
411  csharp/.gitignore                                                          \
412  csharp/CHANGES.txt                                                         \
413  csharp/Google.Protobuf.Tools.targets                                       \
414  csharp/Google.Protobuf.Tools.nuspec                                        \
415  csharp/README.md                                                           \
416  csharp/build_packages.bat                                                  \
417  csharp/build_tools.sh                                                      \
418  csharp/buildall.bat                                                        \
419  csharp/buildall.sh                                                         \
420  csharp/generate_protos.sh                                                  \
421  csharp/install_dotnet_sdk.ps1                                              \
422  csharp/keys/Google.Protobuf.public.snk                                     \
423  csharp/keys/Google.Protobuf.snk                                            \
424  csharp/keys/README.md                                                      \
425  csharp/protos/README.md                                                    \
426  csharp/protos/map_unittest_proto3.proto                                    \
427  csharp/protos/old_extensions1.proto                                        \
428  csharp/protos/old_extensions2.proto                                        \
429  csharp/protos/unittest_issue6936_a.proto                                   \
430  csharp/protos/unittest_issue6936_b.proto                                   \
431  csharp/protos/unittest_issue6936_c.proto                                   \
432  csharp/protos/unittest_custom_options_proto3.proto                         \
433  csharp/protos/unittest_import_public_proto3.proto                          \
434  csharp/protos/unittest_import_public.proto                                 \
435  csharp/protos/unittest_import_proto3.proto                                 \
436  csharp/protos/unittest_import.proto                                        \
437  csharp/protos/unittest_issues.proto                                        \
438  csharp/protos/unittest_proto3.proto                                        \
439  csharp/protos/unittest_selfreferential_options.proto                       \
440  csharp/protos/unittest.proto                                               \
441  csharp/src/AddressBook/AddPerson.cs                                        \
442  csharp/src/AddressBook/Addressbook.cs                                      \
443  csharp/src/AddressBook/AddressBook.csproj                                  \
444  csharp/src/AddressBook/ListPeople.cs                                       \
445  csharp/src/AddressBook/Program.cs                                          \
446  csharp/src/AddressBook/SampleUsage.cs                                      \
447  csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs            \
448  csharp/src/Google.Protobuf.Benchmarks/BenchmarkMessage1Proto3.cs           \
449  csharp/src/Google.Protobuf.Benchmarks/Benchmarks.cs                        \
450  csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj    \
451  csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs            \
452  csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs            \
453  csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs       \
454  csharp/src/Google.Protobuf.Benchmarks/Program.cs                           \
455  csharp/src/Google.Protobuf.Benchmarks/wrapper_benchmark_messages.proto     \
456  csharp/src/Google.Protobuf.Benchmarks/WrapperBenchmarkMessages.cs          \
457  csharp/src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs            \
458  csharp/src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs       \
459  csharp/src/Google.Protobuf.Conformance/Conformance.cs                      \
460  csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj  \
461  csharp/src/Google.Protobuf.Conformance/Program.cs                          \
462  csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj        \
463  csharp/src/Google.Protobuf.JsonDump/Program.cs                             \
464  csharp/src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs               \
465  csharp/src/Google.Protobuf.Test/ByteStringTest.cs                          \
466  csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs              \
467  csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs                    \
468  csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs                   \
469  csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs                \
470  csharp/src/Google.Protobuf.Test/Collections/ProtobufEqualityComparersTest.cs \
471  csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs           \
472  csharp/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs \
473  csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs      \
474  csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs        \
475  csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs                    \
476  csharp/src/Google.Protobuf.Test/EqualityTester.cs                          \
477  csharp/src/Google.Protobuf.Test/ExtensionSetTest.cs                        \
478  csharp/src/Google.Protobuf.Test/FieldCodecTest.cs                          \
479  csharp/src/Google.Protobuf.Test/FieldMaskTreeTest.cs                       \
480  csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs                    \
481  csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs             \
482  csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj                \
483  csharp/src/Google.Protobuf.Test/IssuesTest.cs                              \
484  csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs                       \
485  csharp/src/Google.Protobuf.Test/JsonParserTest.cs                          \
486  csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs                       \
487  csharp/src/Google.Protobuf.Test/LegacyGeneratedCodeTest.cs                 \
488  csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs                   \
489  csharp/src/Google.Protobuf.Test/Proto3OptionalTest.cs                      \
490  csharp/src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs                 \
491  csharp/src/Google.Protobuf.Test/RefStructCompatibilityTest.cs              \
492  csharp/src/Google.Protobuf.Test/Reflection/CustomOptionsTest.cs            \
493  csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs    \
494  csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs              \
495  csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs              \
496  csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs             \
497  csharp/src/Google.Protobuf.Test/SampleEnum.cs                              \
498  csharp/src/Google.Protobuf.Test/SampleMessages.cs                          \
499  csharp/src/Google.Protobuf.Test/SampleNaNs.cs                              \
500  csharp/src/Google.Protobuf.Test/TestCornerCases.cs                         \
501  csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj \
502  csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936A.cs              \
503  csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936B.cs              \
504  csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936C.cs              \
505  csharp/src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs           \
506  csharp/src/Google.Protobuf.Test.TestProtos/MapUnittestProto3.cs               \
507  csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions1.cs                  \
508  csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions2.cs                  \
509  csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto2.cs              \
510  csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto3.cs              \
511  csharp/src/Google.Protobuf.Test.TestProtos/UnittestCustomOptionsProto3.cs     \
512  csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportProto3.cs            \
513  csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublicProto3.cs      \
514  csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublic.cs            \
515  csharp/src/Google.Protobuf.Test.TestProtos/UnittestImport.cs                  \
516  csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs                  \
517  csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs                  \
518  csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3Optional.cs          \
519  csharp/src/Google.Protobuf.Test.TestProtos/UnittestSelfreferentialOptions.cs  \
520  csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs          \
521  csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs                        \
522  csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs                  \
523  csharp/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs             \
524  csharp/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs            \
525  csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs            \
526  csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs             \
527  csharp/src/Google.Protobuf.Test/UnknownFieldSetTest.cs                     \
528  csharp/src/Google.Protobuf.Test/testprotos.pb                              \
529  csharp/src/Google.Protobuf.sln                                             \
530  csharp/src/Google.Protobuf/ByteArray.cs                                    \
531  csharp/src/Google.Protobuf/ByteString.cs                                   \
532  csharp/src/Google.Protobuf/CodedInputStream.cs                             \
533  csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs                \
534  csharp/src/Google.Protobuf/CodedOutputStream.cs                            \
535  csharp/src/Google.Protobuf/Collections/Lists.cs                            \
536  csharp/src/Google.Protobuf/Collections/MapField.cs                         \
537  csharp/src/Google.Protobuf/Collections/ProtobufEqualityComparers.cs        \
538  csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs               \
539  csharp/src/Google.Protobuf/Collections/RepeatedField.cs                    \
540  csharp/src/Google.Protobuf/Compatibility/MethodInfoExtensions.cs           \
541  csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs         \
542  csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs               \
543  csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs                 \
544  csharp/src/Google.Protobuf/Extension.cs                                    \
545  csharp/src/Google.Protobuf/ExtensionRegistry.cs                            \
546  csharp/src/Google.Protobuf/ExtensionSet.cs                                 \
547  csharp/src/Google.Protobuf/ExtensionValue.cs                               \
548  csharp/src/Google.Protobuf/FieldCodec.cs                                   \
549  csharp/src/Google.Protobuf/FieldMaskTree.cs                                \
550  csharp/src/Google.Protobuf/FrameworkPortability.cs                         \
551  csharp/src/Google.Protobuf/Google.Protobuf.csproj                          \
552  csharp/src/Google.Protobuf/IBufferMessage.cs                               \
553  csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs                     \
554  csharp/src/Google.Protobuf/IDeepCloneable.cs                               \
555  csharp/src/Google.Protobuf/IExtendableMessage.cs                           \
556  csharp/src/Google.Protobuf/IMessage.cs                                     \
557  csharp/src/Google.Protobuf/InvalidJsonException.cs                         \
558  csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs               \
559  csharp/src/Google.Protobuf/JsonFormatter.cs                                \
560  csharp/src/Google.Protobuf/JsonParser.cs                                   \
561  csharp/src/Google.Protobuf/JsonToken.cs                                    \
562  csharp/src/Google.Protobuf/JsonTokenizer.cs                                \
563  csharp/src/Google.Protobuf/LimitedInputStream.cs                           \
564  csharp/src/Google.Protobuf/MessageExtensions.cs                            \
565  csharp/src/Google.Protobuf/MessageParser.cs                                \
566  csharp/src/Google.Protobuf/ObjectIntPair.cs                                \
567  csharp/src/Google.Protobuf/ParseContext.cs                                 \
568  csharp/src/Google.Protobuf/ParserInternalState.cs                          \
569  csharp/src/Google.Protobuf/ParsingPrimitives.cs                            \
570  csharp/src/Google.Protobuf/ParsingPrimitivesMessages.cs                    \
571  csharp/src/Google.Protobuf/ParsingPrimitivesWrappers.cs                    \
572  csharp/src/Google.Protobuf/ProtoPreconditions.cs                           \
573  csharp/src/Google.Protobuf/SegmentedBufferHelper.cs                        \
574  csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs                      \
575  csharp/src/Google.Protobuf/Reflection/CustomOptions.cs                     \
576  csharp/src/Google.Protobuf/Reflection/Descriptor.cs                        \
577  csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs                    \
578  csharp/src/Google.Protobuf/Reflection/DescriptorDeclaration.cs             \
579  csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs                    \
580  csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs                    \
581  csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs     \
582  csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs                    \
583  csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs               \
584  csharp/src/Google.Protobuf/Reflection/ExtensionAccessor.cs                 \
585  csharp/src/Google.Protobuf/Reflection/ExtensionCollection.cs               \
586  csharp/src/Google.Protobuf/Reflection/FieldAccessorBase.cs                 \
587  csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs                   \
588  csharp/src/Google.Protobuf/Reflection/FieldType.cs                         \
589  csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs                    \
590  csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs              \
591  csharp/src/Google.Protobuf/Reflection/IDescriptor.cs                       \
592  csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs                    \
593  csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs                  \
594  csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs                 \
595  csharp/src/Google.Protobuf/Reflection/MethodDescriptor.cs                  \
596  csharp/src/Google.Protobuf/Reflection/OneofAccessor.cs                     \
597  csharp/src/Google.Protobuf/Reflection/OneofDescriptor.cs                   \
598  csharp/src/Google.Protobuf/Reflection/OriginalNameAttribute.cs             \
599  csharp/src/Google.Protobuf/Reflection/PackageDescriptor.cs                 \
600  csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs                    \
601  csharp/src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs             \
602  csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs                 \
603  csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs               \
604  csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs                      \
605  csharp/src/Google.Protobuf/WellKnownTypes/Any.cs                           \
606  csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs                    \
607  csharp/src/Google.Protobuf/WellKnownTypes/Api.cs                           \
608  csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs                      \
609  csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs               \
610  csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs                         \
611  csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs                     \
612  csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs              \
613  csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs                 \
614  csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs                        \
615  csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs                \
616  csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs                     \
617  csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs              \
618  csharp/src/Google.Protobuf/WellKnownTypes/Type.cs                          \
619  csharp/src/Google.Protobuf/WellKnownTypes/ValuePartial.cs                  \
620  csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs                      \
621  csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs               \
622  csharp/src/Google.Protobuf/WireFormat.cs                                   \
623  csharp/src/Google.Protobuf/WritingPrimitivesMessages.cs                    \
624  csharp/src/Google.Protobuf/WritingPrimitives.cs                            \
625  csharp/src/Google.Protobuf/WriterInternalState.cs                          \
626  csharp/src/Google.Protobuf/WriteContext.cs                                 \
627  csharp/src/Google.Protobuf/WriteBufferHelper.cs                            \
628  csharp/src/Google.Protobuf/UnknownField.cs                                 \
629  csharp/src/Google.Protobuf/UnknownFieldSet.cs
630
631java_EXTRA_DIST = \
632  java/README.md                                                                   \
633  java/bom/pom.xml                                                                 \
634  java/core/BUILD                                                                  \
635  java/core/generate-sources-build.xml                                             \
636  java/core/generate-test-sources-build.xml                                        \
637  java/core/pom.xml                                                                \
638  java/core/src/main/java/com/google/protobuf/AbstractMessage.java                 \
639  java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java             \
640  java/core/src/main/java/com/google/protobuf/AbstractParser.java                  \
641  java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java            \
642  java/core/src/main/java/com/google/protobuf/AllocatedBuffer.java                 \
643  java/core/src/main/java/com/google/protobuf/Android.java                         \
644  java/core/src/main/java/com/google/protobuf/ArrayDecoders.java                   \
645  java/core/src/main/java/com/google/protobuf/BinaryReader.java                    \
646  java/core/src/main/java/com/google/protobuf/BinaryWriter.java                    \
647  java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java              \
648  java/core/src/main/java/com/google/protobuf/BlockingService.java                 \
649  java/core/src/main/java/com/google/protobuf/BooleanArrayList.java                \
650  java/core/src/main/java/com/google/protobuf/BufferAllocator.java                 \
651  java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java                \
652  java/core/src/main/java/com/google/protobuf/ByteOutput.java                      \
653  java/core/src/main/java/com/google/protobuf/ByteString.java                      \
654  java/core/src/main/java/com/google/protobuf/CodedInputStream.java                \
655  java/core/src/main/java/com/google/protobuf/CodedInputStreamReader.java          \
656  java/core/src/main/java/com/google/protobuf/CodedOutputStream.java               \
657  java/core/src/main/java/com/google/protobuf/CodedOutputStreamWriter.java         \
658  java/core/src/main/java/com/google/protobuf/DescriptorMessageInfoFactory.java    \
659  java/core/src/main/java/com/google/protobuf/Descriptors.java                     \
660  java/core/src/main/java/com/google/protobuf/DiscardUnknownFieldsParser.java      \
661  java/core/src/main/java/com/google/protobuf/DoubleArrayList.java                 \
662  java/core/src/main/java/com/google/protobuf/DynamicMessage.java                  \
663  java/core/src/main/java/com/google/protobuf/ExperimentalApi.java                 \
664  java/core/src/main/java/com/google/protobuf/Extension.java                       \
665  java/core/src/main/java/com/google/protobuf/ExtensionLite.java                   \
666  java/core/src/main/java/com/google/protobuf/ExtensionRegistry.java               \
667  java/core/src/main/java/com/google/protobuf/ExtensionRegistryFactory.java        \
668  java/core/src/main/java/com/google/protobuf/ExtensionRegistryLite.java           \
669  java/core/src/main/java/com/google/protobuf/ExtensionSchema.java                 \
670  java/core/src/main/java/com/google/protobuf/ExtensionSchemaFull.java             \
671  java/core/src/main/java/com/google/protobuf/ExtensionSchemaLite.java             \
672  java/core/src/main/java/com/google/protobuf/ExtensionSchemas.java                \
673  java/core/src/main/java/com/google/protobuf/FieldInfo.java                       \
674  java/core/src/main/java/com/google/protobuf/FieldSet.java                        \
675  java/core/src/main/java/com/google/protobuf/FieldType.java                       \
676  java/core/src/main/java/com/google/protobuf/FloatArrayList.java                  \
677  java/core/src/main/java/com/google/protobuf/GeneratedMessage.java                \
678  java/core/src/main/java/com/google/protobuf/GeneratedMessageInfoFactory.java     \
679  java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java            \
680  java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java              \
681  java/core/src/main/java/com/google/protobuf/IntArrayList.java                    \
682  java/core/src/main/java/com/google/protobuf/Internal.java                        \
683  java/core/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java  \
684  java/core/src/main/java/com/google/protobuf/IterableByteBufferInputStream.java   \
685  java/core/src/main/java/com/google/protobuf/JavaType.java                        \
686  java/core/src/main/java/com/google/protobuf/LazyField.java                       \
687  java/core/src/main/java/com/google/protobuf/LazyFieldLite.java                   \
688  java/core/src/main/java/com/google/protobuf/LazyStringArrayList.java             \
689  java/core/src/main/java/com/google/protobuf/LazyStringList.java                  \
690  java/core/src/main/java/com/google/protobuf/ListFieldSchema.java                 \
691  java/core/src/main/java/com/google/protobuf/LongArrayList.java                   \
692  java/core/src/main/java/com/google/protobuf/ManifestSchemaFactory.java           \
693  java/core/src/main/java/com/google/protobuf/MapEntry.java                        \
694  java/core/src/main/java/com/google/protobuf/MapEntryLite.java                    \
695  java/core/src/main/java/com/google/protobuf/MapField.java                        \
696  java/core/src/main/java/com/google/protobuf/MapFieldLite.java                    \
697  java/core/src/main/java/com/google/protobuf/MapFieldSchema.java                  \
698  java/core/src/main/java/com/google/protobuf/MapFieldSchemaFull.java              \
699  java/core/src/main/java/com/google/protobuf/MapFieldSchemaLite.java              \
700  java/core/src/main/java/com/google/protobuf/MapFieldSchemas.java                 \
701  java/core/src/main/java/com/google/protobuf/Message.java                         \
702  java/core/src/main/java/com/google/protobuf/MessageInfo.java                     \
703  java/core/src/main/java/com/google/protobuf/MessageInfoFactory.java              \
704  java/core/src/main/java/com/google/protobuf/MessageLite.java                     \
705  java/core/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java            \
706  java/core/src/main/java/com/google/protobuf/MessageLiteToString.java             \
707  java/core/src/main/java/com/google/protobuf/MessageOrBuilder.java                \
708  java/core/src/main/java/com/google/protobuf/MessageReflection.java               \
709  java/core/src/main/java/com/google/protobuf/MessageSchema.java                   \
710  java/core/src/main/java/com/google/protobuf/MessageSetSchema.java                \
711  java/core/src/main/java/com/google/protobuf/MutabilityOracle.java                \
712  java/core/src/main/java/com/google/protobuf/NewInstanceSchema.java               \
713  java/core/src/main/java/com/google/protobuf/NewInstanceSchemaFull.java           \
714  java/core/src/main/java/com/google/protobuf/NewInstanceSchemaLite.java           \
715  java/core/src/main/java/com/google/protobuf/NewInstanceSchemas.java              \
716  java/core/src/main/java/com/google/protobuf/NioByteString.java                   \
717  java/core/src/main/java/com/google/protobuf/OneofInfo.java                       \
718  java/core/src/main/java/com/google/protobuf/Parser.java                          \
719  java/core/src/main/java/com/google/protobuf/PrimitiveNonBoxingCollection.java    \
720  java/core/src/main/java/com/google/protobuf/ProtoSyntax.java                     \
721  java/core/src/main/java/com/google/protobuf/Protobuf.java                        \
722  java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java               \
723  java/core/src/main/java/com/google/protobuf/ProtobufLists.java                   \
724  java/core/src/main/java/com/google/protobuf/ProtocolMessageEnum.java             \
725  java/core/src/main/java/com/google/protobuf/ProtocolStringList.java              \
726  java/core/src/main/java/com/google/protobuf/RawMessageInfo.java                  \
727  java/core/src/main/java/com/google/protobuf/Reader.java                          \
728  java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java            \
729  java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java          \
730  java/core/src/main/java/com/google/protobuf/RopeByteString.java                  \
731  java/core/src/main/java/com/google/protobuf/RpcCallback.java                     \
732  java/core/src/main/java/com/google/protobuf/RpcChannel.java                      \
733  java/core/src/main/java/com/google/protobuf/RpcController.java                   \
734  java/core/src/main/java/com/google/protobuf/RpcUtil.java                         \
735  java/core/src/main/java/com/google/protobuf/Schema.java                          \
736  java/core/src/main/java/com/google/protobuf/SchemaFactory.java                   \
737  java/core/src/main/java/com/google/protobuf/SchemaUtil.java                      \
738  java/core/src/main/java/com/google/protobuf/Service.java                         \
739  java/core/src/main/java/com/google/protobuf/ServiceException.java                \
740  java/core/src/main/java/com/google/protobuf/SingleFieldBuilder.java              \
741  java/core/src/main/java/com/google/protobuf/SingleFieldBuilderV3.java            \
742  java/core/src/main/java/com/google/protobuf/SmallSortedMap.java                  \
743  java/core/src/main/java/com/google/protobuf/StructuralMessageInfo.java           \
744  java/core/src/main/java/com/google/protobuf/TextFormat.java                      \
745  java/core/src/main/java/com/google/protobuf/TextFormatEscaper.java               \
746  java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java         \
747  java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java         \
748  java/core/src/main/java/com/google/protobuf/TypeRegistry.java                    \
749  java/core/src/main/java/com/google/protobuf/UninitializedMessageException.java   \
750  java/core/src/main/java/com/google/protobuf/UnknownFieldSchema.java              \
751  java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java                 \
752  java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java             \
753  java/core/src/main/java/com/google/protobuf/UnknownFieldSetLiteSchema.java       \
754  java/core/src/main/java/com/google/protobuf/UnknownFieldSetSchema.java           \
755  java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java      \
756  java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java            \
757  java/core/src/main/java/com/google/protobuf/UnsafeUtil.java                      \
758  java/core/src/main/java/com/google/protobuf/Utf8.java                            \
759  java/core/src/main/java/com/google/protobuf/WireFormat.java                      \
760  java/core/src/main/java/com/google/protobuf/Writer.java                          \
761  java/core/src/test/java/com/google/protobuf/AbstractMessageTest.java             \
762  java/core/src/test/java/com/google/protobuf/AbstractProto2LiteSchemaTest.java    \
763  java/core/src/test/java/com/google/protobuf/AbstractProto2SchemaTest.java        \
764  java/core/src/test/java/com/google/protobuf/AbstractProto3LiteSchemaTest.java    \
765  java/core/src/test/java/com/google/protobuf/AbstractProto3SchemaTest.java        \
766  java/core/src/test/java/com/google/protobuf/AbstractSchemaTest.java              \
767  java/core/src/test/java/com/google/protobuf/AnyTest.java                         \
768  java/core/src/test/java/com/google/protobuf/ArrayDecodersTest.java               \
769  java/core/src/test/java/com/google/protobuf/BinaryProtocolTest.java              \
770  java/core/src/test/java/com/google/protobuf/BooleanArrayListTest.java            \
771  java/core/src/test/java/com/google/protobuf/BoundedByteStringTest.java           \
772  java/core/src/test/java/com/google/protobuf/ByteBufferWriterTest.java            \
773  java/core/src/test/java/com/google/protobuf/ByteStringTest.java                  \
774  java/core/src/test/java/com/google/protobuf/CachedFieldSizeTest.java             \
775  java/core/src/test/java/com/google/protobuf/CheckUtf8Test.java                   \
776  java/core/src/test/java/com/google/protobuf/CodedAdapterTest.java                \
777  java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java            \
778  java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java           \
779  java/core/src/test/java/com/google/protobuf/DecodeUtf8Test.java                  \
780  java/core/src/test/java/com/google/protobuf/DeprecatedFieldTest.java             \
781  java/core/src/test/java/com/google/protobuf/DescriptorsTest.java                 \
782  java/core/src/test/java/com/google/protobuf/DiscardUnknownFieldsTest.java        \
783  java/core/src/test/java/com/google/protobuf/DoubleArrayListTest.java             \
784  java/core/src/test/java/com/google/protobuf/DynamicMessageTest.java              \
785  java/core/src/test/java/com/google/protobuf/EnumTest.java                        \
786  java/core/src/test/java/com/google/protobuf/ExperimentalMessageFactory.java      \
787  java/core/src/test/java/com/google/protobuf/ExperimentalSerializationUtil.java   \
788  java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java    \
789  java/core/src/test/java/com/google/protobuf/ExtensionRegistryFactoryTest.java    \
790  java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java               \
791  java/core/src/test/java/com/google/protobuf/FloatArrayListTest.java              \
792  java/core/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java        \
793  java/core/src/test/java/com/google/protobuf/GeneratedMessageTest.java            \
794  java/core/src/test/java/com/google/protobuf/IntArrayListTest.java                \
795  java/core/src/test/java/com/google/protobuf/IsValidUtf8Test.java                 \
796  java/core/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java             \
797  java/core/src/test/java/com/google/protobuf/LazyFieldLiteTest.java               \
798  java/core/src/test/java/com/google/protobuf/LazyFieldTest.java                   \
799  java/core/src/test/java/com/google/protobuf/LazyMessageLiteTest.java             \
800  java/core/src/test/java/com/google/protobuf/LazyStringArrayListTest.java         \
801  java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java          \
802  java/core/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java           \
803  java/core/src/test/java/com/google/protobuf/LiteralByteStringTest.java           \
804  java/core/src/test/java/com/google/protobuf/LongArrayListTest.java               \
805  java/core/src/test/java/com/google/protobuf/MapForProto2LiteTest.java            \
806  java/core/src/test/java/com/google/protobuf/MapForProto2Test.java                \
807  java/core/src/test/java/com/google/protobuf/MapLiteTest.java                     \
808  java/core/src/test/java/com/google/protobuf/MapTest.java                         \
809  java/core/src/test/java/com/google/protobuf/MessageTest.java                     \
810  java/core/src/test/java/com/google/protobuf/NestedBuildersTest.java              \
811  java/core/src/test/java/com/google/protobuf/NioByteStringTest.java               \
812  java/core/src/test/java/com/google/protobuf/PackedFieldTest.java                 \
813  java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java             \
814  java/core/src/test/java/com/google/protobuf/ParserLiteTest.java                  \
815  java/core/src/test/java/com/google/protobuf/ParserTest.java                      \
816  java/core/src/test/java/com/google/protobuf/Proto2ExtensionLookupSchemaTest.java \
817  java/core/src/test/java/com/google/protobuf/Proto2LiteSchemaTest.java            \
818  java/core/src/test/java/com/google/protobuf/Proto2MessageFactory.java            \
819  java/core/src/test/java/com/google/protobuf/Proto2MessageInfoFactory.java        \
820  java/core/src/test/java/com/google/protobuf/Proto2MessageLiteFactory.java        \
821  java/core/src/test/java/com/google/protobuf/Proto2SchemaTest.java                \
822  java/core/src/test/java/com/google/protobuf/Proto2UnknownEnumValueTest.java      \
823  java/core/src/test/java/com/google/protobuf/Proto3LiteSchemaTest.java            \
824  java/core/src/test/java/com/google/protobuf/Proto3MessageFactory.java            \
825  java/core/src/test/java/com/google/protobuf/Proto3MessageInfoFactory.java        \
826  java/core/src/test/java/com/google/protobuf/Proto3MessageLiteFactory.java        \
827  java/core/src/test/java/com/google/protobuf/Proto3MessageLiteInfoFactory.java    \
828  java/core/src/test/java/com/google/protobuf/Proto3SchemaTest.java                \
829  java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java           \
830  java/core/src/test/java/com/google/protobuf/RepeatedFieldBuilderV3Test.java      \
831  java/core/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java     \
832  java/core/src/test/java/com/google/protobuf/RopeByteStringTest.java              \
833  java/core/src/test/java/com/google/protobuf/ServiceTest.java                     \
834  java/core/src/test/java/com/google/protobuf/SingleFieldBuilderV3Test.java        \
835  java/core/src/test/java/com/google/protobuf/SmallSortedMapTest.java              \
836  java/core/src/test/java/com/google/protobuf/TestBadIdentifiers.java              \
837  java/core/src/test/java/com/google/protobuf/TestBadIdentifiersLite.java          \
838  java/core/src/test/java/com/google/protobuf/TestSchemas.java                     \
839  java/core/src/test/java/com/google/protobuf/TestSchemasLite.java                 \
840  java/core/src/test/java/com/google/protobuf/TestUtil.java                        \
841  java/core/src/test/java/com/google/protobuf/TestUtilLite.java                    \
842  java/core/src/test/java/com/google/protobuf/TextFormatParseInfoTreeTest.java     \
843  java/core/src/test/java/com/google/protobuf/TextFormatParseLocationTest.java     \
844  java/core/src/test/java/com/google/protobuf/TextFormatTest.java                  \
845  java/core/src/test/java/com/google/protobuf/TypeRegistryTest.java                \
846  java/core/src/test/java/com/google/protobuf/UnknownEnumValueTest.java            \
847  java/core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java             \
848  java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java  \
849  java/core/src/test/java/com/google/protobuf/Utf8Test.java                        \
850  java/core/src/test/java/com/google/protobuf/Utf8Utils.java                       \
851  java/core/src/test/java/com/google/protobuf/WellKnownTypesTest.java              \
852  java/core/src/test/java/com/google/protobuf/WireFormatLiteTest.java              \
853  java/core/src/test/java/com/google/protobuf/WireFormatTest.java                  \
854  java/core/src/test/java/com/google/protobuf/WrappersLiteOfMethodTest.java        \
855  java/core/src/test/java/com/google/protobuf/WrappersOfMethodTest.java            \
856  java/core/src/test/proto/com/google/protobuf/any_test.proto                      \
857  java/core/src/test/proto/com/google/protobuf/cached_field_size_test.proto        \
858  java/core/src/test/proto/com/google/protobuf/deprecated_file.proto               \
859  java/core/src/test/proto/com/google/protobuf/field_presence_test.proto           \
860  java/core/src/test/proto/com/google/protobuf/lazy_fields_lite.proto              \
861  java/core/src/test/proto/com/google/protobuf/lite_equals_and_hash.proto          \
862  java/core/src/test/proto/com/google/protobuf/map_for_proto2_lite_test.proto      \
863  java/core/src/test/proto/com/google/protobuf/map_for_proto2_test.proto           \
864  java/core/src/test/proto/com/google/protobuf/map_initialization_order_test.proto \
865  java/core/src/test/proto/com/google/protobuf/map_lite_test.proto                 \
866  java/core/src/test/proto/com/google/protobuf/map_test.proto                      \
867  java/core/src/test/proto/com/google/protobuf/message_lite_extension_util_test.proto\
868  java/core/src/test/proto/com/google/protobuf/multiple_files_test.proto           \
869  java/core/src/test/proto/com/google/protobuf/nested_builders_test.proto          \
870  java/core/src/test/proto/com/google/protobuf/nested_extension.proto              \
871  java/core/src/test/proto/com/google/protobuf/nested_extension_lite.proto         \
872  java/core/src/test/proto/com/google/protobuf/non_nested_extension.proto          \
873  java/core/src/test/proto/com/google/protobuf/non_nested_extension_lite.proto     \
874  java/core/src/test/proto/com/google/protobuf/outer_class_name_test.proto         \
875  java/core/src/test/proto/com/google/protobuf/outer_class_name_test2.proto        \
876  java/core/src/test/proto/com/google/protobuf/outer_class_name_test3.proto        \
877  java/core/src/test/proto/com/google/protobuf/packed_field_test.proto             \
878  java/core/src/test/proto/com/google/protobuf/proto2_message.proto                \
879  java/core/src/test/proto/com/google/protobuf/proto2_message_lite.proto           \
880  java/core/src/test/proto/com/google/protobuf/proto2_unknown_enum_values.proto    \
881  java/core/src/test/proto/com/google/protobuf/proto3_message.proto                \
882  java/core/src/test/proto/com/google/protobuf/proto3_message_lite.proto           \
883  java/core/src/test/proto/com/google/protobuf/test_bad_identifiers.proto          \
884  java/core/src/test/proto/com/google/protobuf/test_check_utf8.proto               \
885  java/core/src/test/proto/com/google/protobuf/test_check_utf8_size.proto          \
886  java/core/src/test/proto/com/google/protobuf/test_custom_options.proto           \
887  java/core/src/test/proto/com/google/protobuf/test_extra_interfaces.proto         \
888  java/core/src/test/proto/com/google/protobuf/wrappers_test.proto                 \
889  java/lite.md                                                                     \
890  java/lite/BUILD                                                                  \
891  java/lite/generate-sources-build.xml                                             \
892  java/lite/generate-test-sources-build.xml                                        \
893  java/lite/lite.awk                                                               \
894  java/lite/pom.xml                                                                \
895  java/lite/process-lite-sources-build.xml                                         \
896  java/lite/src/test/java/com/google/protobuf/LiteTest.java                        \
897  java/lite/src/test/java/com/google/protobuf/Proto2MessageLiteInfoFactory.java    \
898  java/pom.xml                                                                     \
899  java/util/BUILD                                                                  \
900  java/util/pom.xml                                                                \
901  java/util/src/main/java/com/google/protobuf/util/Durations.java                  \
902  java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java              \
903  java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java              \
904  java/util/src/main/java/com/google/protobuf/util/JsonFormat.java                 \
905  java/util/src/main/java/com/google/protobuf/util/TimeUtil.java                   \
906  java/util/src/main/java/com/google/protobuf/util/Structs.java                    \
907  java/util/src/main/java/com/google/protobuf/util/Timestamps.java                 \
908  java/util/src/main/java/com/google/protobuf/util/Values.java                     \
909  java/util/src/test/java/com/google/protobuf/util/FieldMaskTreeTest.java          \
910  java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java          \
911  java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java             \
912  java/util/src/test/java/com/google/protobuf/util/StructsTest.java                \
913  java/util/src/test/java/com/google/protobuf/util/TimeUtilTest.java               \
914  java/util/src/test/java/com/google/protobuf/util/ValuesTest.java                 \
915  java/util/src/test/proto/com/google/protobuf/util/json_test.proto
916
917objectivec_EXTRA_DIST = \
918  objectivec/.clang-format                                                   \
919  objectivec/BUILD                                                           \
920  objectivec/DevTools/check_version_stamps.sh                                \
921  objectivec/DevTools/compile_testing_protos.sh                              \
922  objectivec/DevTools/full_mac_build.sh                                      \
923  objectivec/DevTools/pddm.py                                                \
924  objectivec/DevTools/pddm_tests.py                                          \
925  objectivec/generate_well_known_types.sh                                    \
926  objectivec/google/protobuf/Any.pbobjc.h                                    \
927  objectivec/google/protobuf/Api.pbobjc.h                                    \
928  objectivec/google/protobuf/Duration.pbobjc.h                               \
929  objectivec/google/protobuf/Empty.pbobjc.h                                  \
930  objectivec/google/protobuf/FieldMask.pbobjc.h                              \
931  objectivec/google/protobuf/SourceContext.pbobjc.h                          \
932  objectivec/google/protobuf/Struct.pbobjc.h                                 \
933  objectivec/google/protobuf/Timestamp.pbobjc.h                              \
934  objectivec/google/protobuf/Type.pbobjc.h                                   \
935  objectivec/google/protobuf/Wrappers.pbobjc.h                               \
936  objectivec/GPBAny.pbobjc.h                                                 \
937  objectivec/GPBAny.pbobjc.m                                                 \
938  objectivec/GPBApi.pbobjc.h                                                 \
939  objectivec/GPBApi.pbobjc.m                                                 \
940  objectivec/GPBArray.h                                                      \
941  objectivec/GPBArray.m                                                      \
942  objectivec/GPBArray_PackagePrivate.h                                       \
943  objectivec/GPBBootstrap.h                                                  \
944  objectivec/GPBCodedInputStream.h                                           \
945  objectivec/GPBCodedInputStream.m                                           \
946  objectivec/GPBCodedInputStream_PackagePrivate.h                            \
947  objectivec/GPBCodedOutputStream.h                                          \
948  objectivec/GPBCodedOutputStream.m                                          \
949  objectivec/GPBCodedOutputStream_PackagePrivate.h                           \
950  objectivec/GPBDescriptor.h                                                 \
951  objectivec/GPBDescriptor.m                                                 \
952  objectivec/GPBDescriptor_PackagePrivate.h                                  \
953  objectivec/GPBDictionary.h                                                 \
954  objectivec/GPBDictionary.m                                                 \
955  objectivec/GPBDictionary_PackagePrivate.h                                  \
956  objectivec/GPBDuration.pbobjc.h                                            \
957  objectivec/GPBDuration.pbobjc.m                                            \
958  objectivec/GPBEmpty.pbobjc.h                                               \
959  objectivec/GPBEmpty.pbobjc.m                                               \
960  objectivec/GPBExtensionInternals.h                                         \
961  objectivec/GPBExtensionInternals.m                                         \
962  objectivec/GPBExtensionRegistry.h                                          \
963  objectivec/GPBExtensionRegistry.m                                          \
964  objectivec/GPBFieldMask.pbobjc.h                                           \
965  objectivec/GPBFieldMask.pbobjc.m                                           \
966  objectivec/GPBMessage.h                                                    \
967  objectivec/GPBMessage.m                                                    \
968  objectivec/GPBMessage_PackagePrivate.h                                     \
969  objectivec/GPBProtocolBuffers.h                                            \
970  objectivec/GPBProtocolBuffers.m                                            \
971  objectivec/GPBProtocolBuffers_RuntimeSupport.h                             \
972  objectivec/GPBRootObject.h                                                 \
973  objectivec/GPBRootObject.m                                                 \
974  objectivec/GPBRootObject_PackagePrivate.h                                  \
975  objectivec/GPBRuntimeTypes.h                                               \
976  objectivec/GPBSourceContext.pbobjc.h                                       \
977  objectivec/GPBSourceContext.pbobjc.m                                       \
978  objectivec/GPBStruct.pbobjc.h                                              \
979  objectivec/GPBStruct.pbobjc.m                                              \
980  objectivec/GPBTimestamp.pbobjc.h                                           \
981  objectivec/GPBTimestamp.pbobjc.m                                           \
982  objectivec/GPBType.pbobjc.h                                                \
983  objectivec/GPBType.pbobjc.m                                                \
984  objectivec/GPBUnknownField.h                                               \
985  objectivec/GPBUnknownField.m                                               \
986  objectivec/GPBUnknownField_PackagePrivate.h                                \
987  objectivec/GPBUnknownFieldSet.h                                            \
988  objectivec/GPBUnknownFieldSet.m                                            \
989  objectivec/GPBUnknownFieldSet_PackagePrivate.h                             \
990  objectivec/GPBUtilities.h                                                  \
991  objectivec/GPBUtilities.m                                                  \
992  objectivec/GPBUtilities_PackagePrivate.h                                   \
993  objectivec/GPBWellKnownTypes.h                                             \
994  objectivec/GPBWellKnownTypes.m                                             \
995  objectivec/GPBWireFormat.h                                                 \
996  objectivec/GPBWireFormat.m                                                 \
997  objectivec/GPBWrappers.pbobjc.h                                            \
998  objectivec/GPBWrappers.pbobjc.m                                            \
999  objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj                   \
1000  objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata \
1001  objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist \
1002  objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings \
1003  objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme \
1004  objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme \
1005  objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj                   \
1006  objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/contents.xcworkspacedata \
1007  objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist \
1008  objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings \
1009  objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme \
1010  objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme \
1011  objectivec/ProtocolBuffers_tvOS.xcodeproj/project.pbxproj                  \
1012  objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata \
1013  objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist \
1014  objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings \
1015  objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme \
1016  objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme \
1017  objectivec/README.md                                                       \
1018  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.pbxproj \
1019  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.xcworkspace/contents.xcworkspacedata \
1020  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/OSXCocoaPodsTester.xcscheme \
1021  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h \
1022  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m \
1023  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/Contents.json \
1024  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/MainMenu.xib \
1025  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Info.plist \
1026  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m    \
1027  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework            \
1028  objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static               \
1029  objectivec/Tests/CocoaPods/README.md                                       \
1030  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework            \
1031  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static               \
1032  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/project.pbxproj \
1033  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/project.xcworkspace/contents.xcworkspacedata \
1034  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/iOSCocoaPodsTester.xcscheme \
1035  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.h \
1036  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.m \
1037  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/Contents.json \
1038  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/LaunchScreen.storyboard \
1039  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/Main.storyboard \
1040  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Info.plist \
1041  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.h \
1042  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.m \
1043  objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/main.m    \
1044  objectivec/Tests/CocoaPods/run_tests.sh                                    \
1045  objectivec/Tests/golden_message                                            \
1046  objectivec/Tests/golden_packed_fields_message                              \
1047  objectivec/Tests/GPBARCUnittestProtos.m                                    \
1048  objectivec/Tests/GPBArrayTests.m                                           \
1049  objectivec/Tests/GPBCodedInputStreamTests.m                                \
1050  objectivec/Tests/GPBCodedOuputStreamTests.m                                \
1051  objectivec/Tests/GPBCompileTest01.m                                        \
1052  objectivec/Tests/GPBCompileTest02.m                                        \
1053  objectivec/Tests/GPBCompileTest03.m                                        \
1054  objectivec/Tests/GPBCompileTest04.m                                        \
1055  objectivec/Tests/GPBCompileTest05.m                                        \
1056  objectivec/Tests/GPBCompileTest06.m                                        \
1057  objectivec/Tests/GPBCompileTest07.m                                        \
1058  objectivec/Tests/GPBCompileTest08.m                                        \
1059  objectivec/Tests/GPBCompileTest09.m                                        \
1060  objectivec/Tests/GPBCompileTest10.m                                        \
1061  objectivec/Tests/GPBCompileTest11.m                                        \
1062  objectivec/Tests/GPBCompileTest12.m                                        \
1063  objectivec/Tests/GPBCompileTest13.m                                        \
1064  objectivec/Tests/GPBCompileTest14.m                                        \
1065  objectivec/Tests/GPBCompileTest15.m                                        \
1066  objectivec/Tests/GPBCompileTest16.m                                        \
1067  objectivec/Tests/GPBCompileTest17.m                                        \
1068  objectivec/Tests/GPBCompileTest18.m                                        \
1069  objectivec/Tests/GPBCompileTest19.m                                        \
1070  objectivec/Tests/GPBCompileTest20.m                                        \
1071  objectivec/Tests/GPBCompileTest21.m                                        \
1072  objectivec/Tests/GPBCompileTest22.m                                        \
1073  objectivec/Tests/GPBCompileTest23.m                                        \
1074  objectivec/Tests/GPBCompileTest24.m                                        \
1075  objectivec/Tests/GPBCompileTest25.m                                        \
1076  objectivec/Tests/GPBConcurrencyTests.m                                     \
1077  objectivec/Tests/GPBDescriptorTests.m                                      \
1078  objectivec/Tests/GPBDictionaryTests+Bool.m                                 \
1079  objectivec/Tests/GPBDictionaryTests+Int32.m                                \
1080  objectivec/Tests/GPBDictionaryTests+Int64.m                                \
1081  objectivec/Tests/GPBDictionaryTests+String.m                               \
1082  objectivec/Tests/GPBDictionaryTests+UInt32.m                               \
1083  objectivec/Tests/GPBDictionaryTests+UInt64.m                               \
1084  objectivec/Tests/GPBDictionaryTests.m                                      \
1085  objectivec/Tests/GPBDictionaryTests.pddm                                   \
1086  objectivec/Tests/GPBExtensionRegistryTest.m                                \
1087  objectivec/Tests/GPBMessageTests+ClassNames.m                              \
1088  objectivec/Tests/GPBMessageTests+Merge.m                                   \
1089  objectivec/Tests/GPBMessageTests+Runtime.m                                 \
1090  objectivec/Tests/GPBMessageTests+Serialization.m                           \
1091  objectivec/Tests/GPBMessageTests.m                                         \
1092  objectivec/Tests/GPBObjectiveCPlusPlusTest.mm                              \
1093  objectivec/Tests/GPBPerfTests.m                                            \
1094  objectivec/Tests/GPBSwiftTests.swift                                       \
1095  objectivec/Tests/GPBTestUtilities.h                                        \
1096  objectivec/Tests/GPBTestUtilities.m                                        \
1097  objectivec/Tests/GPBUnittestProtos.m                                       \
1098  objectivec/Tests/GPBUnittestProtos2.m                                      \
1099  objectivec/Tests/GPBUnknownFieldSetTest.m                                  \
1100  objectivec/Tests/GPBUtilitiesTests.m                                       \
1101  objectivec/Tests/GPBWellKnownTypesTest.m                                   \
1102  objectivec/Tests/GPBWireFormatTests.m                                      \
1103  objectivec/Tests/text_format_extensions_unittest_data.txt                   \
1104  objectivec/Tests/text_format_map_unittest_data.txt                          \
1105  objectivec/Tests/text_format_unittest_data.txt                              \
1106  objectivec/Tests/unittest_cycle.proto                                       \
1107  objectivec/Tests/unittest_deprecated.proto                                  \
1108  objectivec/Tests/unittest_deprecated_file.proto                             \
1109  objectivec/Tests/unittest_extension_chain_a.proto                           \
1110  objectivec/Tests/unittest_extension_chain_b.proto                           \
1111  objectivec/Tests/unittest_extension_chain_c.proto                           \
1112  objectivec/Tests/unittest_extension_chain_d.proto                           \
1113  objectivec/Tests/unittest_extension_chain_e.proto                           \
1114  objectivec/Tests/unittest_extension_chain_f.proto                           \
1115  objectivec/Tests/unittest_extension_chain_g.proto                           \
1116  objectivec/Tests/unittest_objc.proto                                        \
1117  objectivec/Tests/unittest_objc_options.proto                                \
1118  objectivec/Tests/unittest_objc_startup.proto                                \
1119  objectivec/Tests/unittest_runtime_proto2.proto                              \
1120  objectivec/Tests/unittest_runtime_proto3.proto                              \
1121  objectivec/Tests/UnitTests-Bridging-Header.h                                \
1122  objectivec/Tests/UnitTests-Info.plist                                       \
1123  Protobuf.podspec
1124
1125php_EXTRA_DIST = \
1126  composer.json                                                       \
1127  php/README.md                                                       \
1128  php/composer.json                                                   \
1129  php/ext/google/protobuf/arena.c                                     \
1130  php/ext/google/protobuf/arena.h                                     \
1131  php/ext/google/protobuf/array.c                                     \
1132  php/ext/google/protobuf/array.h                                     \
1133  php/ext/google/protobuf/config.m4                                   \
1134  php/ext/google/protobuf/convert.c                                   \
1135  php/ext/google/protobuf/convert.h                                   \
1136  php/ext/google/protobuf/def.c                                       \
1137  php/ext/google/protobuf/def.h                                       \
1138  php/ext/google/protobuf/map.c                                       \
1139  php/ext/google/protobuf/map.h                                       \
1140  php/ext/google/protobuf/message.c                                   \
1141  php/ext/google/protobuf/message.h                                   \
1142  php/ext/google/protobuf/names.c                                     \
1143  php/ext/google/protobuf/names.h                                     \
1144  php/ext/google/protobuf/package.xml                                 \
1145  php/ext/google/protobuf/php-upb.c                                   \
1146  php/ext/google/protobuf/php-upb.h                                   \
1147  php/ext/google/protobuf/protobuf.c                                  \
1148  php/ext/google/protobuf/protobuf.h                                  \
1149  php/ext/google/protobuf/wkt.inc                                     \
1150  php/generate_descriptor_protos.sh                                   \
1151  php/phpunit.xml                                                     \
1152  php/prepare_c_extension.sh                                          \
1153  php/release.sh                                                      \
1154  php/src/GPBMetadata/Google/Protobuf/Any.php                         \
1155  php/src/GPBMetadata/Google/Protobuf/Api.php                         \
1156  php/src/GPBMetadata/Google/Protobuf/Duration.php                    \
1157  php/src/GPBMetadata/Google/Protobuf/FieldMask.php                   \
1158  php/src/GPBMetadata/Google/Protobuf/GPBEmpty.php                    \
1159  php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php         \
1160  php/src/GPBMetadata/Google/Protobuf/SourceContext.php               \
1161  php/src/GPBMetadata/Google/Protobuf/Struct.php                      \
1162  php/src/GPBMetadata/Google/Protobuf/Timestamp.php                   \
1163  php/src/GPBMetadata/Google/Protobuf/Type.php                        \
1164  php/src/GPBMetadata/Google/Protobuf/Wrappers.php                    \
1165  php/src/Google/Protobuf/Any.php                                     \
1166  php/src/Google/Protobuf/Api.php                                     \
1167  php/src/Google/Protobuf/BoolValue.php                               \
1168  php/src/Google/Protobuf/BytesValue.php                              \
1169  php/src/Google/Protobuf/Descriptor.php                              \
1170  php/src/Google/Protobuf/DescriptorPool.php                          \
1171  php/src/Google/Protobuf/DoubleValue.php                             \
1172  php/src/Google/Protobuf/Duration.php                                \
1173  php/src/Google/Protobuf/Enum.php                                    \
1174  php/src/Google/Protobuf/EnumDescriptor.php                          \
1175  php/src/Google/Protobuf/EnumValue.php                               \
1176  php/src/Google/Protobuf/EnumValueDescriptor.php                     \
1177  php/src/Google/Protobuf/Field.php                                   \
1178  php/src/Google/Protobuf/FieldDescriptor.php                         \
1179  php/src/Google/Protobuf/FieldMask.php                               \
1180  php/src/Google/Protobuf/Field/Cardinality.php                       \
1181  php/src/Google/Protobuf/Field_Cardinality.php                       \
1182  php/src/Google/Protobuf/Field/Kind.php                              \
1183  php/src/Google/Protobuf/Field_Kind.php                              \
1184  php/src/Google/Protobuf/FloatValue.php                              \
1185  php/src/Google/Protobuf/GPBEmpty.php                                \
1186  php/src/Google/Protobuf/Int32Value.php                              \
1187  php/src/Google/Protobuf/Int64Value.php                              \
1188  php/src/Google/Protobuf/Internal/AnyBase.php                        \
1189  php/src/Google/Protobuf/Internal/CodedInputStream.php               \
1190  php/src/Google/Protobuf/Internal/CodedOutputStream.php              \
1191  php/src/Google/Protobuf/Internal/Descriptor.php                     \
1192  php/src/Google/Protobuf/Internal/DescriptorPool.php                 \
1193  php/src/Google/Protobuf/Internal/DescriptorProto.php                \
1194  php/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php \
1195  php/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php  \
1196  php/src/Google/Protobuf/Internal/EnumBuilderContext.php             \
1197  php/src/Google/Protobuf/Internal/EnumDescriptor.php                 \
1198  php/src/Google/Protobuf/Internal/EnumDescriptorProto.php            \
1199  php/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php \
1200  php/src/Google/Protobuf/Internal/EnumOptions.php                    \
1201  php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php       \
1202  php/src/Google/Protobuf/Internal/EnumValueOptions.php               \
1203  php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php          \
1204  php/src/Google/Protobuf/Internal/FieldDescriptorProto.php           \
1205  php/src/Google/Protobuf/Internal/FieldDescriptor.php                \
1206  php/src/Google/Protobuf/Internal/FieldDescriptorProto.php           \
1207  php/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php     \
1208  php/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php      \
1209  php/src/Google/Protobuf/Internal/FieldOptions.php                   \
1210  php/src/Google/Protobuf/Internal/FieldOptions/CType.php             \
1211  php/src/Google/Protobuf/Internal/FieldOptions/JSType.php            \
1212  php/src/Google/Protobuf/Internal/FileDescriptor.php                 \
1213  php/src/Google/Protobuf/Internal/FileDescriptorProto.php            \
1214  php/src/Google/Protobuf/Internal/FileDescriptorSet.php              \
1215  php/src/Google/Protobuf/Internal/FileOptions.php                    \
1216  php/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php       \
1217  php/src/Google/Protobuf/Internal/GPBDecodeException.php             \
1218  php/src/Google/Protobuf/Internal/GPBJsonWire.php                    \
1219  php/src/Google/Protobuf/Internal/GPBLabel.php                       \
1220  php/src/Google/Protobuf/Internal/GPBType.php                        \
1221  php/src/Google/Protobuf/Internal/GPBUtil.php                        \
1222  php/src/Google/Protobuf/Internal/GPBWire.php                        \
1223  php/src/Google/Protobuf/Internal/GPBWireType.php                    \
1224  php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php              \
1225  php/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php   \
1226  php/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php       \
1227  php/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php       \
1228  php/src/Google/Protobuf/Internal/MapEntry.php                       \
1229  php/src/Google/Protobuf/Internal/MapField.php                       \
1230  php/src/Google/Protobuf/Internal/MapFieldIter.php                   \
1231  php/src/Google/Protobuf/Internal/Message.php                        \
1232  php/src/Google/Protobuf/Internal/MessageBuilderContext.php          \
1233  php/src/Google/Protobuf/Internal/MessageOptions.php                 \
1234  php/src/Google/Protobuf/Internal/MethodDescriptorProto.php          \
1235  php/src/Google/Protobuf/Internal/MethodOptions.php                  \
1236  php/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php \
1237  php/src/Google/Protobuf/Internal/OneofDescriptor.php                \
1238  php/src/Google/Protobuf/Internal/OneofDescriptorProto.php           \
1239  php/src/Google/Protobuf/Internal/OneofField.php                     \
1240  php/src/Google/Protobuf/Internal/OneofOptions.php                   \
1241  php/src/Google/Protobuf/Internal/RawInputStream.php                 \
1242  php/src/Google/Protobuf/Internal/RepeatedField.php                  \
1243  php/src/Google/Protobuf/Internal/RepeatedFieldIter.php              \
1244  php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php         \
1245  php/src/Google/Protobuf/Internal/ServiceOptions.php                 \
1246  php/src/Google/Protobuf/Internal/SourceCodeInfo.php                 \
1247  php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php        \
1248  php/src/Google/Protobuf/Internal/TimestampBase.php                  \
1249  php/src/Google/Protobuf/Internal/UninterpretedOption.php            \
1250  php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php   \
1251  php/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php \
1252  php/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php  \
1253  php/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php \
1254  php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php     \
1255  php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php      \
1256  php/src/Google/Protobuf/Internal/FieldOptions_CType.php             \
1257  php/src/Google/Protobuf/Internal/FieldOptions_JSType.php            \
1258  php/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php       \
1259  php/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php   \
1260  php/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php \
1261  php/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php        \
1262  php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php   \
1263  php/src/Google/Protobuf/ListValue.php                               \
1264  php/src/Google/Protobuf/Method.php                                  \
1265  php/src/Google/Protobuf/Mixin.php                                   \
1266  php/src/Google/Protobuf/NullValue.php                               \
1267  php/src/Google/Protobuf/OneofDescriptor.php                         \
1268  php/src/Google/Protobuf/Option.php                                  \
1269  php/src/Google/Protobuf/SourceContext.php                           \
1270  php/src/Google/Protobuf/StringValue.php                             \
1271  php/src/Google/Protobuf/Struct.php                                  \
1272  php/src/Google/Protobuf/Syntax.php                                  \
1273  php/src/Google/Protobuf/Timestamp.php                               \
1274  php/src/Google/Protobuf/Type.php                                    \
1275  php/src/Google/Protobuf/UInt32Value.php                             \
1276  php/src/Google/Protobuf/UInt64Value.php                             \
1277  php/src/Google/Protobuf/Value.php                                   \
1278  php/src/phpdoc.dist.xml                                             \
1279  php/tests/ArrayTest.php                                             \
1280  php/tests/autoload.php                                              \
1281  php/tests/bootstrap_phpunit.php                                     \
1282  php/tests/compatibility_test.sh                                     \
1283  php/tests/compile_extension.sh                                      \
1284  php/tests/DescriptorsTest.php                                       \
1285  php/tests/EncodeDecodeTest.php                                      \
1286  php/tests/gdb_test.sh                                               \
1287  php/tests/generate_protos.sh                                        \
1288  php/tests/GeneratedClassTest.php                                    \
1289  php/tests/GeneratedPhpdocTest.php                                   \
1290  php/tests/GeneratedServiceTest.php                                  \
1291  php/tests/MapFieldTest.php                                          \
1292  php/tests/memory_leak_test.php                                      \
1293  php/tests/multirequest.php                                          \
1294  php/tests/multirequest.sh                                           \
1295  php/tests/PhpImplementationTest.php                                 \
1296  php/tests/proto/empty/echo.proto                                    \
1297  php/tests/proto/test.proto                                          \
1298  php/tests/proto/test_descriptors.proto                              \
1299  php/tests/proto/test_empty_php_namespace.proto                      \
1300  php/tests/proto/test_import_descriptor_proto.proto                  \
1301  php/tests/proto/test_include.proto                                  \
1302  php/tests/proto/test_no_namespace.proto                             \
1303  php/tests/proto/test_php_namespace.proto                            \
1304  php/tests/proto/test_prefix.proto                                   \
1305  php/tests/proto/test_reserved_enum_lower.proto                      \
1306  php/tests/proto/test_reserved_enum_upper.proto                      \
1307  php/tests/proto/test_reserved_enum_value_lower.proto                \
1308  php/tests/proto/test_reserved_enum_value_upper.proto                \
1309  php/tests/proto/test_reserved_message_lower.proto                   \
1310  php/tests/proto/test_reserved_message_upper.proto                   \
1311  php/tests/proto/test_service.proto                                  \
1312  php/tests/proto/test_service_namespace.proto                        \
1313  php/tests/proto/test_wrapper_type_setters.proto                     \
1314  php/tests/test.sh                                                   \
1315  php/tests/test_base.php                                             \
1316  php/tests/test_util.php                                             \
1317  php/tests/undefined_test.php                                        \
1318  php/tests/valgrind.supp                                             \
1319  php/tests/WellKnownTest.php                                         \
1320  php/tests/WrapperTypeSettersTest.php
1321
1322python_EXTRA_DIST = \
1323  python/MANIFEST.in                                                         \
1324  python/google/__init__.py                                                  \
1325  python/google/protobuf/__init__.py                                         \
1326  python/google/protobuf/compiler/__init__.py                                \
1327  python/google/protobuf/descriptor.py                                       \
1328  python/google/protobuf/descriptor_database.py                              \
1329  python/google/protobuf/descriptor_pool.py                                  \
1330  python/google/protobuf/internal/__init__.py                                \
1331  python/google/protobuf/internal/_parameterized.py                          \
1332  python/google/protobuf/internal/any_test.proto                             \
1333  python/google/protobuf/internal/any_test.proto                             \
1334  python/google/protobuf/internal/api_implementation.cc                      \
1335  python/google/protobuf/internal/api_implementation.py                      \
1336  python/google/protobuf/internal/containers.py                              \
1337  python/google/protobuf/internal/decoder.py                                 \
1338  python/google/protobuf/internal/descriptor_database_test.py                \
1339  python/google/protobuf/internal/descriptor_pool_test.py                    \
1340  python/google/protobuf/internal/descriptor_pool_test1.proto                \
1341  python/google/protobuf/internal/descriptor_pool_test2.proto                \
1342  python/google/protobuf/internal/descriptor_test.py                         \
1343  python/google/protobuf/internal/encoder.py                                 \
1344  python/google/protobuf/internal/enum_type_wrapper.py                       \
1345  python/google/protobuf/internal/extension_dict.py                          \
1346  python/google/protobuf/internal/factory_test1.proto                        \
1347  python/google/protobuf/internal/factory_test2.proto                        \
1348  python/google/protobuf/internal/file_options_test.proto                    \
1349  python/google/protobuf/internal/generator_test.py                          \
1350  python/google/protobuf/internal/import_test_package/__init__.py            \
1351  python/google/protobuf/internal/import_test_package/inner.proto            \
1352  python/google/protobuf/internal/import_test_package/outer.proto            \
1353  python/google/protobuf/internal/json_format_test.py                        \
1354  python/google/protobuf/internal/keywords_test.py                           \
1355  python/google/protobuf/internal/message_factory_test.py                    \
1356  python/google/protobuf/internal/message_listener.py                        \
1357  python/google/protobuf/internal/message_set_extensions.proto               \
1358  python/google/protobuf/internal/message_test.py                            \
1359  python/google/protobuf/internal/missing_enum_values.proto                  \
1360  python/google/protobuf/internal/more_extensions.proto                      \
1361  python/google/protobuf/internal/more_extensions_dynamic.proto              \
1362  python/google/protobuf/internal/more_messages.proto                        \
1363  python/google/protobuf/internal/no_package.proto                           \
1364  python/google/protobuf/internal/packed_field_test.proto                    \
1365  python/google/protobuf/internal/proto_builder_test.py                      \
1366  python/google/protobuf/internal/python_message.py                          \
1367  python/google/protobuf/internal/python_protobuf.cc                         \
1368  python/google/protobuf/internal/reflection_test.py                         \
1369  python/google/protobuf/internal/service_reflection_test.py                 \
1370  python/google/protobuf/internal/symbol_database_test.py                    \
1371  python/google/protobuf/internal/test_bad_identifiers.proto                 \
1372  python/google/protobuf/internal/test_proto3_optional.proto                 \
1373  python/google/protobuf/internal/test_util.py                               \
1374  python/google/protobuf/internal/testing_refleaks.py                        \
1375  python/google/protobuf/internal/text_encoding_test.py                      \
1376  python/google/protobuf/internal/text_format_test.py                        \
1377  python/google/protobuf/internal/type_checkers.py                           \
1378  python/google/protobuf/internal/unknown_fields_test.py                     \
1379  python/google/protobuf/internal/well_known_types.py                        \
1380  python/google/protobuf/internal/well_known_types.py                        \
1381  python/google/protobuf/internal/well_known_types_test.py                   \
1382  python/google/protobuf/internal/well_known_types_test.py                   \
1383  python/google/protobuf/internal/wire_format.py                             \
1384  python/google/protobuf/internal/wire_format_test.py                        \
1385  python/google/protobuf/json_format.py                                      \
1386  python/google/protobuf/message.py                                          \
1387  python/google/protobuf/message_factory.py                                  \
1388  python/google/protobuf/python_protobuf.h                                   \
1389  python/google/protobuf/proto_api.h                                         \
1390  python/google/protobuf/proto_builder.py                                    \
1391  python/google/protobuf/pyext/README                                        \
1392  python/google/protobuf/pyext/__init__.py                                   \
1393  python/google/protobuf/pyext/cpp_message.py                                \
1394  python/google/protobuf/pyext/descriptor.cc                                 \
1395  python/google/protobuf/pyext/descriptor.h                                  \
1396  python/google/protobuf/pyext/descriptor_containers.cc                      \
1397  python/google/protobuf/pyext/descriptor_containers.h                       \
1398  python/google/protobuf/pyext/descriptor_database.cc                        \
1399  python/google/protobuf/pyext/descriptor_database.h                         \
1400  python/google/protobuf/pyext/descriptor_pool.cc                            \
1401  python/google/protobuf/pyext/descriptor_pool.h                             \
1402  python/google/protobuf/pyext/extension_dict.cc                             \
1403  python/google/protobuf/pyext/extension_dict.h                              \
1404  python/google/protobuf/pyext/map_container.cc                              \
1405  python/google/protobuf/pyext/map_container.h                               \
1406  python/google/protobuf/pyext/message.cc                                    \
1407  python/google/protobuf/pyext/message.h                                     \
1408  python/google/protobuf/pyext/field.cc                                      \
1409  python/google/protobuf/pyext/field.h                                       \
1410  python/google/protobuf/pyext/unknown_fields.cc                             \
1411  python/google/protobuf/pyext/unknown_fields.h                              \
1412  python/google/protobuf/pyext/message_factory.cc                            \
1413  python/google/protobuf/pyext/message_factory.h                             \
1414  python/google/protobuf/pyext/message_module.cc                             \
1415  python/google/protobuf/pyext/proto2_api_test.proto                         \
1416  python/google/protobuf/pyext/python.proto                                  \
1417  python/google/protobuf/pyext/repeated_composite_container.cc               \
1418  python/google/protobuf/pyext/repeated_composite_container.h                \
1419  python/google/protobuf/pyext/repeated_scalar_container.cc                  \
1420  python/google/protobuf/pyext/repeated_scalar_container.h                   \
1421  python/google/protobuf/pyext/safe_numerics.h                               \
1422  python/google/protobuf/pyext/scoped_pyobject_ptr.h                         \
1423  python/google/protobuf/reflection.py                                       \
1424  python/google/protobuf/service.py                                          \
1425  python/google/protobuf/service_reflection.py                               \
1426  python/google/protobuf/symbol_database.py                                  \
1427  python/google/protobuf/text_encoding.py                                    \
1428  python/google/protobuf/text_format.py                                      \
1429  python/google/protobuf/util/__init__.py                                    \
1430  python/release.sh                                                          \
1431  python/mox.py                                                              \
1432  python/setup.cfg                                                           \
1433  python/setup.py                                                            \
1434  python/stubout.py                                                          \
1435  python/tox.ini                                                             \
1436  python/README.md
1437
1438ruby_EXTRA_DIST = \
1439  ruby/Gemfile                                                               \
1440  ruby/.gitignore                                                            \
1441  ruby/README.md                                                             \
1442  ruby/Rakefile                                                              \
1443  ruby/compatibility_tests/v3.0.0/tests/test_import.proto                    \
1444  ruby/compatibility_tests/v3.0.0/tests/stress.rb                            \
1445  ruby/compatibility_tests/v3.0.0/tests/repeated_field_test.rb               \
1446  ruby/compatibility_tests/v3.0.0/tests/generated_code_test.rb               \
1447  ruby/compatibility_tests/v3.0.0/tests/generated_code.proto                 \
1448  ruby/compatibility_tests/v3.0.0/tests/basic.rb                             \
1449  ruby/compatibility_tests/v3.0.0/test.sh                                    \
1450  ruby/compatibility_tests/v3.0.0/Rakefile                                   \
1451  ruby/compatibility_tests/v3.0.0/README.md                                  \
1452  ruby/ext/google/protobuf_c/defs.c                                          \
1453  ruby/ext/google/protobuf_c/encode_decode.c                                 \
1454  ruby/ext/google/protobuf_c/extconf.rb                                      \
1455  ruby/ext/google/protobuf_c/map.c                                           \
1456  ruby/ext/google/protobuf_c/message.c                                       \
1457  ruby/ext/google/protobuf_c/protobuf.c                                      \
1458  ruby/ext/google/protobuf_c/protobuf.h                                      \
1459  ruby/ext/google/protobuf_c/repeated_field.c                                \
1460  ruby/ext/google/protobuf_c/storage.c                                       \
1461  ruby/ext/google/protobuf_c/upb.c                                           \
1462  ruby/ext/google/protobuf_c/upb.h                                           \
1463  ruby/ext/google/protobuf_c/wrap_memcpy.c                                   \
1464  ruby/google-protobuf.gemspec                                               \
1465  ruby/lib/google/protobuf/message_exts.rb                                   \
1466  ruby/lib/google/protobuf/repeated_field.rb                                 \
1467  ruby/lib/google/protobuf/well_known_types.rb                               \
1468  ruby/lib/google/protobuf.rb                                                \
1469  ruby/pom.xml                                                               \
1470  ruby/src/main/java/com/google/protobuf/jruby/RubyBuilder.java              \
1471  ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptor.java           \
1472  ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java       \
1473  ruby/src/main/java/com/google/protobuf/jruby/RubyEnumBuilderContext.java   \
1474  ruby/src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java       \
1475  ruby/src/main/java/com/google/protobuf/jruby/RubyEnum.java                 \
1476  ruby/src/main/java/com/google/protobuf/jruby/RubyFieldDescriptor.java      \
1477  ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java                  \
1478  ruby/src/main/java/com/google/protobuf/jruby/RubyMessageBuilderContext.java \
1479  ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java              \
1480  ruby/src/main/java/com/google/protobuf/jruby/RubyOneofBuilderContext.java  \
1481  ruby/src/main/java/com/google/protobuf/jruby/RubyOneofDescriptor.java      \
1482  ruby/src/main/java/com/google/protobuf/jruby/RubyProtobuf.java             \
1483  ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java        \
1484  ruby/src/main/java/com/google/protobuf/jruby/SentinelOuterClass.java       \
1485  ruby/src/main/java/com/google/protobuf/jruby/Utils.java                    \
1486  ruby/src/main/java/google/ProtobufJavaService.java                         \
1487  ruby/src/main/sentinel.proto                                               \
1488  ruby/tests/basic_proto2.rb                                                 \
1489  ruby/tests/basic_test_proto2.proto                                         \
1490  ruby/tests/basic_test.proto                                                \
1491  ruby/tests/basic.rb                                                        \
1492  ruby/tests/common_tests.rb                                                 \
1493  ruby/tests/encode_decode_test.rb                                           \
1494  ruby/tests/gc_test.rb                                                      \
1495  ruby/tests/repeated_field_test.rb                                          \
1496  ruby/tests/stress.rb                                                       \
1497  ruby/tests/generated_code_proto2_test.rb                                   \
1498  ruby/tests/generated_code_proto2.proto                                     \
1499  ruby/tests/generated_code.proto                                            \
1500  ruby/tests/test_import_proto2.proto                                        \
1501  ruby/tests/test_import.proto                                               \
1502  ruby/tests/test_ruby_package_proto2.proto                                  \
1503  ruby/tests/test_ruby_package.proto                                         \
1504  ruby/tests/generated_code_test.rb                                          \
1505  ruby/tests/well_known_types_test.rb                                        \
1506  ruby/tests/type_errors.rb                                                  \
1507  ruby/travis-test.sh
1508
1509js_EXTRA_DIST = \
1510  js/README.md                                                         \
1511  js/binary/arith.js                                                   \
1512  js/binary/arith_test.js                                              \
1513  js/binary/constants.js                                               \
1514  js/binary/decoder.js                                                 \
1515  js/binary/decoder_test.js                                            \
1516  js/binary/encoder.js                                                 \
1517  js/binary/message_test.js                                            \
1518  js/binary/proto_test.js                                              \
1519  js/binary/reader.js                                                  \
1520  js/binary/reader_test.js                                             \
1521  js/binary/utils.js                                                   \
1522  js/binary/utils_test.js                                              \
1523  js/binary/writer.js                                                  \
1524  js/binary/writer_test.js                                             \
1525  js/commonjs/export.js                                                \
1526  js/commonjs/export_asserts.js                                        \
1527  js/commonjs/export_testdeps.js                                       \
1528  js/commonjs/import_test.js                                           \
1529  js/commonjs/jasmine.json                                             \
1530  js/commonjs/rewrite_tests_for_commonjs.js                            \
1531  js/commonjs/strict_test.js                                           \
1532  js/commonjs/test6/test6.proto                                        \
1533  js/commonjs/test7/test7.proto                                        \
1534  js/compatibility_tests/v3.0.0/binary/arith_test.js                   \
1535  js/compatibility_tests/v3.0.0/binary/decoder_test.js                 \
1536  js/compatibility_tests/v3.0.0/binary/proto_test.js                   \
1537  js/compatibility_tests/v3.0.0/binary/reader_test.js                  \
1538  js/compatibility_tests/v3.0.0/binary/utils_test.js                   \
1539  js/compatibility_tests/v3.0.0/binary/writer_test.js                  \
1540  js/compatibility_tests/v3.0.0/commonjs/export_asserts.js             \
1541  js/compatibility_tests/v3.0.0/commonjs/export_testdeps.js            \
1542  js/compatibility_tests/v3.0.0/commonjs/import_test.js                \
1543  js/compatibility_tests/v3.0.0/commonjs/jasmine.json                  \
1544  js/compatibility_tests/v3.0.0/commonjs/rewrite_tests_for_commonjs.js \
1545  js/compatibility_tests/v3.0.0/commonjs/test6/test6.proto             \
1546  js/compatibility_tests/v3.0.0/commonjs/test7/test7.proto             \
1547  js/compatibility_tests/v3.0.0/data.proto                             \
1548  js/compatibility_tests/v3.0.0/debug_test.js                          \
1549  js/compatibility_tests/v3.0.0/jasmine1.json                          \
1550  js/compatibility_tests/v3.0.0/jasmine2.json                          \
1551  js/compatibility_tests/v3.0.0/jasmine3.json                          \
1552  js/compatibility_tests/v3.0.0/message_test.js                        \
1553  js/compatibility_tests/v3.0.0/proto3_test.js                         \
1554  js/compatibility_tests/v3.0.0/proto3_test.proto                      \
1555  js/compatibility_tests/v3.0.0/test2.proto                            \
1556  js/compatibility_tests/v3.0.0/test3.proto                            \
1557  js/compatibility_tests/v3.0.0/test4.proto                            \
1558  js/compatibility_tests/v3.0.0/test5.proto                            \
1559  js/compatibility_tests/v3.0.0/testbinary.proto                       \
1560  js/compatibility_tests/v3.0.0/testempty.proto                        \
1561  js/compatibility_tests/v3.0.0/test.proto                             \
1562  js/compatibility_tests/v3.0.0/test.sh                                \
1563  js/compatibility_tests/v3.1.0/testempty.proto                        \
1564  js/compatibility_tests/v3.1.0/testbinary.proto                       \
1565  js/compatibility_tests/v3.1.0/test5.proto                            \
1566  js/compatibility_tests/v3.1.0/test4.proto                            \
1567  js/compatibility_tests/v3.1.0/test3.proto                            \
1568  js/compatibility_tests/v3.1.0/test2.proto                            \
1569  js/compatibility_tests/v3.1.0/test.proto                             \
1570  js/compatibility_tests/v3.1.0/proto3_test.proto                      \
1571  js/compatibility_tests/v3.1.0/proto3_test.js                         \
1572  js/compatibility_tests/v3.1.0/message_test.js                        \
1573  js/compatibility_tests/v3.1.0/maps_test.js                           \
1574  js/compatibility_tests/v3.1.0/debug_test.js                          \
1575  js/compatibility_tests/v3.1.0/data.proto                             \
1576  js/compatibility_tests/v3.1.0/commonjs/test7/test7.proto             \
1577  js/compatibility_tests/v3.1.0/commonjs/test6/test6.proto             \
1578  js/compatibility_tests/v3.1.0/binary/writer_test.js                  \
1579  js/compatibility_tests/v3.1.0/binary/utils_test.js                   \
1580  js/compatibility_tests/v3.1.0/binary/reader_test.js                  \
1581  js/compatibility_tests/v3.1.0/binary/proto_test.js                   \
1582  js/compatibility_tests/v3.1.0/binary/decoder_test.js                 \
1583  js/compatibility_tests/v3.1.0/binary/arith_test.js                   \
1584  js/data.proto                                                        \
1585  js/debug.js                                                          \
1586  js/debug_test.js                                                     \
1587  js/experimental/runtime/kernel/message_set.js                        \
1588  js/experimental/runtime/kernel/message_set_test.js                   \
1589  js/experimental/runtime/kernel/tag.js                                \
1590  js/experimental/runtime/kernel/tag_test.js                           \
1591  js/gulpfile.js                                                       \
1592  js/jasmine.json                                                      \
1593  js/map.js                                                            \
1594  js/maps_test.js                                                      \
1595  js/message.js                                                        \
1596  js/message_test.js                                                   \
1597  js/node_loader.js                                                    \
1598  js/package.json                                                      \
1599  js/proto3_test.js                                                    \
1600  js/proto3_test.proto                                                 \
1601  js/test.proto                                                        \
1602  js/test2.proto                                                       \
1603  js/test3.proto                                                       \
1604  js/test4.proto                                                       \
1605  js/test5.proto                                                       \
1606  js/test8.proto                                                       \
1607  js/test9.proto                                                       \
1608  js/test10.proto                                                      \
1609  js/test11.proto                                                      \
1610  js/test12.proto                                                      \
1611  js/test13.proto                                                      \
1612  js/test14.proto                                                      \
1613  js/test15.proto                                                      \
1614  js/test_bootstrap.js                                                 \
1615  js/testbinary.proto                                                  \
1616  js/testempty.proto                                                   \
1617  js/testlargenumbers.proto                                            \
1618  js/experimental/runtime/testing/jasmine_protobuf.js                  \
1619  js/experimental/runtime/testing/ensure_custom_equality_test.js       \
1620  js/experimental/runtime/testing/binary/test_message.js               \
1621  js/experimental/runtime/kernel/writer_test.js                        \
1622  js/experimental/runtime/kernel/writer.js                             \
1623  js/experimental/runtime/kernel/wire_type.js                          \
1624  js/experimental/runtime/kernel/uint8arrays_test.js                   \
1625  js/experimental/runtime/kernel/uint8arrays.js                        \
1626  js/experimental/runtime/kernel/uint32_test_pairs.js                  \
1627  js/experimental/runtime/kernel/typed_arrays_test.js                  \
1628  js/experimental/runtime/kernel/typed_arrays.js                       \
1629  js/experimental/runtime/kernel/textencoding_test.js                  \
1630  js/experimental/runtime/kernel/textencoding.js                       \
1631  js/experimental/runtime/kernel/storage.js                            \
1632  js/experimental/runtime/kernel/sint64_test_pairs.js                  \
1633  js/experimental/runtime/kernel/sint32_test_pairs.js                  \
1634  js/experimental/runtime/kernel/sfixed64_test_pairs.js                \
1635  js/experimental/runtime/kernel/sfixed32_test_pairs.js                \
1636  js/experimental/runtime/kernel/reader_test.js                        \
1637  js/experimental/runtime/kernel/reader.js                             \
1638  js/experimental/runtime/kernel/packed_uint32_test_pairs.js           \
1639  js/experimental/runtime/kernel/packed_sint64_test_pairs.js           \
1640  js/experimental/runtime/kernel/packed_sint32_test_pairs.js           \
1641  js/experimental/runtime/kernel/packed_sfixed64_test_pairs.js         \
1642  js/experimental/runtime/kernel/packed_sfixed32_test_pairs.js         \
1643  js/experimental/runtime/kernel/packed_int64_test_pairs.js            \
1644  js/experimental/runtime/kernel/packed_int32_test_pairs.js            \
1645  js/experimental/runtime/kernel/packed_float_test_pairs.js            \
1646  js/experimental/runtime/kernel/packed_fixed32_test_pairs.js          \
1647  js/experimental/runtime/kernel/packed_double_test_pairs.js           \
1648  js/experimental/runtime/kernel/packed_bool_test_pairs.js             \
1649  js/experimental/runtime/kernel/kernel_test.js                        \
1650  js/experimental/runtime/kernel/kernel_repeated_test.js               \
1651  js/experimental/runtime/kernel/kernel_compatibility_test.js          \
1652  js/experimental/runtime/kernel/kernel.js                             \
1653  js/experimental/runtime/kernel/internal_message.js                   \
1654  js/experimental/runtime/kernel/int64_test_pairs.js                   \
1655  js/experimental/runtime/kernel/int32_test_pairs.js                   \
1656  js/experimental/runtime/kernel/indexer_test.js                       \
1657  js/experimental/runtime/kernel/indexer.js                            \
1658  js/experimental/runtime/kernel/float_test_pairs.js                   \
1659  js/experimental/runtime/kernel/fixed32_test_pairs.js                 \
1660  js/experimental/runtime/kernel/field.js                              \
1661  js/experimental/runtime/kernel/double_test_pairs.js                  \
1662  js/experimental/runtime/kernel/conformance/wire_format.js            \
1663  js/experimental/runtime/kernel/conformance/test_all_types_proto3.js  \
1664  js/experimental/runtime/kernel/conformance/test_all_types_proto2.js  \
1665  js/experimental/runtime/kernel/conformance/conformance_testee_runner_node.js \
1666  js/experimental/runtime/kernel/conformance/conformance_testee.js     \
1667  js/experimental/runtime/kernel/conformance/conformance_response.js   \
1668  js/experimental/runtime/kernel/conformance/conformance_request.js    \
1669  js/experimental/runtime/kernel/buffer_decoder_test.js                \
1670  js/experimental/runtime/kernel/buffer_decoder_helper.js              \
1671  js/experimental/runtime/kernel/buffer_decoder.js                     \
1672  js/experimental/runtime/kernel/bool_test_pairs.js                    \
1673  js/experimental/runtime/kernel/binary_storage_test.js                \
1674  js/experimental/runtime/kernel/binary_storage.js                     \
1675  js/experimental/runtime/internal/checks_test.js                      \
1676  js/experimental/runtime/internal/checks.js                           \
1677  js/experimental/runtime/int64_test.js                                \
1678  js/experimental/runtime/int64.js                                     \
1679  js/experimental/runtime/bytestring_test.js                           \
1680  js/experimental/runtime/bytestring_internal.js                       \
1681  js/experimental/runtime/bytestring.js                                \
1682  js/experimental/benchmarks/code_size/kernel/popular_types.js         \
1683  js/experimental/benchmarks/code_size/kernel/all_types.js             \
1684  js/experimental/benchmarks/code_size/code_size_base.js               \
1685  js/experimental/benchmarks/code_size/apps_jspb/popular_types_proto3.js \
1686  js/experimental/benchmarks/code_size/apps_jspb/popular_types_proto2.js \
1687  js/experimental/benchmarks/code_size/apps_jspb/all_types_proto3.js \
1688  js/experimental/benchmarks/code_size/apps_jspb/all_types_proto2.js
1689
1690all_EXTRA_DIST = $(csharp_EXTRA_DIST) $(java_EXTRA_DIST) $(objectivec_EXTRA_DIST) $(php_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST) $(js_EXTRA_DIST)
1691EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST)   \
1692  autogen.sh                             \
1693  generate_descriptor_proto.sh           \
1694  README.md                              \
1695  LICENSE                                \
1696  CONTRIBUTORS.txt                       \
1697  CHANGES.txt                            \
1698  update_file_lists.sh                   \
1699  BUILD                                  \
1700  WORKSPACE                              \
1701  cmake/CMakeLists.txt                   \
1702  cmake/README.md                        \
1703  cmake/conformance.cmake                \
1704  cmake/examples.cmake                   \
1705  cmake/extract_includes.bat.in          \
1706  cmake/install.cmake                    \
1707  cmake/libprotobuf.cmake                \
1708  cmake/libprotobuf-lite.cmake           \
1709  cmake/libprotoc.cmake                  \
1710  cmake/protobuf-config-version.cmake.in \
1711  cmake/protobuf-config.cmake.in         \
1712  cmake/protobuf-lite.pc.cmake           \
1713  cmake/protobuf-module.cmake.in         \
1714  cmake/protobuf-options.cmake           \
1715  cmake/protobuf.pc.cmake                \
1716  cmake/protoc.cmake                     \
1717  cmake/tests.cmake                      \
1718  cmake/version.rc.in                    \
1719  compiler_config_setting.bzl            \
1720  build_files_updated_unittest.sh        \
1721  cc_proto_blacklist_test.bzl            \
1722  editors/README.txt                     \
1723  editors/proto.vim                      \
1724  editors/protobuf-mode.el               \
1725  examples/AddPerson.java                \
1726  examples/BUILD                         \
1727  examples/CMakeLists.txt                \
1728  examples/ListPeople.java               \
1729  examples/Makefile                      \
1730  examples/README.md                     \
1731  examples/WORKSPACE                     \
1732  examples/add_person.cc                 \
1733  examples/add_person.dart               \
1734  examples/add_person.go                 \
1735  examples/add_person.py                 \
1736  examples/add_person_test.go            \
1737  examples/addressbook.proto             \
1738  examples/list_people.cc                \
1739  examples/list_people.dart              \
1740  examples/list_people.go                \
1741  examples/list_people.py                \
1742  examples/list_people_test.go           \
1743  examples/pubspec.yaml                  \
1744  protobuf.bzl                           \
1745  protobuf_deps.bzl                      \
1746  python/release/wheel/build_wheel_manylinux.sh  \
1747  python/release/wheel/Dockerfile                \
1748  python/release/wheel/protobuf_optimized_pip.sh \
1749  python/release/wheel/README.md         \
1750  third_party/six.BUILD                  \
1751  third_party/zlib.BUILD                 \
1752  third_party/wyhash/LICENSE             \
1753  third_party/wyhash/wyhash.h            \
1754  util/python/BUILD
1755
1756
1757# Deletes all the files generated by autogen.sh.
1758MAINTAINERCLEANFILES = \
1759  aclocal.m4             \
1760  ar-lib                 \
1761  config.guess           \
1762  config.sub             \
1763  configure              \
1764  depcomp                \
1765  install-sh             \
1766  ltmain.sh              \
1767  Makefile.in            \
1768  missing                \
1769  mkinstalldirs          \
1770  config.h.in            \
1771  stamp.h.in             \
1772  m4/ltsugar.m4          \
1773  m4/libtool.m4          \
1774  m4/ltversion.m4        \
1775  m4/lt~obsolete.m4      \
1776  m4/ltoptions.m4
1777
1778all: config.h
1779	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1780
1781.SUFFIXES:
1782am--refresh: Makefile
1783	@:
1784$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1785	@for dep in $?; do \
1786	  case '$(am__configure_deps)' in \
1787	    *$$dep*) \
1788	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1789	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1790		&& exit 0; \
1791	      exit 1;; \
1792	  esac; \
1793	done; \
1794	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1795	$(am__cd) $(top_srcdir) && \
1796	  $(AUTOMAKE) --foreign Makefile
1797Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1798	@case '$?' in \
1799	  *config.status*) \
1800	    echo ' $(SHELL) ./config.status'; \
1801	    $(SHELL) ./config.status;; \
1802	  *) \
1803	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
1804	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1805	esac;
1806
1807$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1808	$(SHELL) ./config.status --recheck
1809
1810$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1811	$(am__cd) $(srcdir) && $(AUTOCONF)
1812$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1813	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1814$(am__aclocal_m4_deps):
1815
1816config.h: stamp-h1
1817	@test -f $@ || rm -f stamp-h1
1818	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1819
1820stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1821	@rm -f stamp-h1
1822	cd $(top_builddir) && $(SHELL) ./config.status config.h
1823$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1824	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1825	rm -f stamp-h1
1826	touch $@
1827
1828distclean-hdr:
1829	-rm -f config.h stamp-h1
1830protobuf.pc: $(top_builddir)/config.status $(srcdir)/protobuf.pc.in
1831	cd $(top_builddir) && $(SHELL) ./config.status $@
1832protobuf-lite.pc: $(top_builddir)/config.status $(srcdir)/protobuf-lite.pc.in
1833	cd $(top_builddir) && $(SHELL) ./config.status $@
1834
1835mostlyclean-libtool:
1836	-rm -f *.lo
1837
1838clean-libtool:
1839	-rm -rf .libs _libs
1840
1841distclean-libtool:
1842	-rm -f libtool config.lt
1843install-pkgconfigDATA: $(pkgconfig_DATA)
1844	@$(NORMAL_INSTALL)
1845	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1846	if test -n "$$list"; then \
1847	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1848	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1849	fi; \
1850	for p in $$list; do \
1851	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1852	  echo "$$d$$p"; \
1853	done | $(am__base_list) | \
1854	while read files; do \
1855	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1856	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1857	done
1858
1859uninstall-pkgconfigDATA:
1860	@$(NORMAL_UNINSTALL)
1861	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1862	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1863	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1864
1865# This directory's subdirectories are mostly independent; you can cd
1866# into them and run 'make' without going through this Makefile.
1867# To change the values of 'make' variables: instead of editing Makefiles,
1868# (1) if the variable is set in 'config.status', edit 'config.status'
1869#     (which will cause the Makefiles to be regenerated when you run 'make');
1870# (2) otherwise, pass the desired values on the 'make' command line.
1871$(am__recursive_targets):
1872	@fail=; \
1873	if $(am__make_keepgoing); then \
1874	  failcom='fail=yes'; \
1875	else \
1876	  failcom='exit 1'; \
1877	fi; \
1878	dot_seen=no; \
1879	target=`echo $@ | sed s/-recursive//`; \
1880	case "$@" in \
1881	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1882	  *) list='$(SUBDIRS)' ;; \
1883	esac; \
1884	for subdir in $$list; do \
1885	  echo "Making $$target in $$subdir"; \
1886	  if test "$$subdir" = "."; then \
1887	    dot_seen=yes; \
1888	    local_target="$$target-am"; \
1889	  else \
1890	    local_target="$$target"; \
1891	  fi; \
1892	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1893	  || eval $$failcom; \
1894	done; \
1895	if test "$$dot_seen" = "no"; then \
1896	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1897	fi; test -z "$$fail"
1898
1899ID: $(am__tagged_files)
1900	$(am__define_uniq_tagged_files); mkid -fID $$unique
1901tags: tags-recursive
1902TAGS: tags
1903
1904tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1905	set x; \
1906	here=`pwd`; \
1907	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1908	  include_option=--etags-include; \
1909	  empty_fix=.; \
1910	else \
1911	  include_option=--include; \
1912	  empty_fix=; \
1913	fi; \
1914	list='$(SUBDIRS)'; for subdir in $$list; do \
1915	  if test "$$subdir" = .; then :; else \
1916	    test ! -f $$subdir/TAGS || \
1917	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1918	  fi; \
1919	done; \
1920	$(am__define_uniq_tagged_files); \
1921	shift; \
1922	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1923	  test -n "$$unique" || unique=$$empty_fix; \
1924	  if test $$# -gt 0; then \
1925	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1926	      "$$@" $$unique; \
1927	  else \
1928	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1929	      $$unique; \
1930	  fi; \
1931	fi
1932ctags: ctags-recursive
1933
1934CTAGS: ctags
1935ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1936	$(am__define_uniq_tagged_files); \
1937	test -z "$(CTAGS_ARGS)$$unique" \
1938	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1939	     $$unique
1940
1941GTAGS:
1942	here=`$(am__cd) $(top_builddir) && pwd` \
1943	  && $(am__cd) $(top_srcdir) \
1944	  && gtags -i $(GTAGS_ARGS) "$$here"
1945cscope: cscope.files
1946	test ! -s cscope.files \
1947	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1948clean-cscope:
1949	-rm -f cscope.files
1950cscope.files: clean-cscope cscopelist
1951cscopelist: cscopelist-recursive
1952
1953cscopelist-am: $(am__tagged_files)
1954	list='$(am__tagged_files)'; \
1955	case "$(srcdir)" in \
1956	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1957	  *) sdir=$(subdir)/$(srcdir) ;; \
1958	esac; \
1959	for i in $$list; do \
1960	  if test -f "$$i"; then \
1961	    echo "$(subdir)/$$i"; \
1962	  else \
1963	    echo "$$sdir/$$i"; \
1964	  fi; \
1965	done >> $(top_builddir)/cscope.files
1966
1967distclean-tags:
1968	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1969	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1970
1971distdir: $(BUILT_SOURCES)
1972	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1973
1974distdir-am: $(DISTFILES)
1975	$(am__remove_distdir)
1976	test -d "$(distdir)" || mkdir "$(distdir)"
1977	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1978	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1979	list='$(DISTFILES)'; \
1980	  dist_files=`for file in $$list; do echo $$file; done | \
1981	  sed -e "s|^$$srcdirstrip/||;t" \
1982	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1983	case $$dist_files in \
1984	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1985			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1986			   sort -u` ;; \
1987	esac; \
1988	for file in $$dist_files; do \
1989	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1990	  if test -d $$d/$$file; then \
1991	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1992	    if test -d "$(distdir)/$$file"; then \
1993	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1994	    fi; \
1995	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1996	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1997	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1998	    fi; \
1999	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2000	  else \
2001	    test -f "$(distdir)/$$file" \
2002	    || cp -p $$d/$$file "$(distdir)/$$file" \
2003	    || exit 1; \
2004	  fi; \
2005	done
2006	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2007	  if test "$$subdir" = .; then :; else \
2008	    $(am__make_dryrun) \
2009	      || test -d "$(distdir)/$$subdir" \
2010	      || $(MKDIR_P) "$(distdir)/$$subdir" \
2011	      || exit 1; \
2012	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2013	    $(am__relativize); \
2014	    new_distdir=$$reldir; \
2015	    dir1=$$subdir; dir2="$(top_distdir)"; \
2016	    $(am__relativize); \
2017	    new_top_distdir=$$reldir; \
2018	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2019	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2020	    ($(am__cd) $$subdir && \
2021	      $(MAKE) $(AM_MAKEFLAGS) \
2022	        top_distdir="$$new_top_distdir" \
2023	        distdir="$$new_distdir" \
2024		am__remove_distdir=: \
2025		am__skip_length_check=: \
2026		am__skip_mode_fix=: \
2027	        distdir) \
2028	      || exit 1; \
2029	  fi; \
2030	done
2031	-test -n "$(am__skip_mode_fix)" \
2032	|| find "$(distdir)" -type d ! -perm -755 \
2033		-exec chmod u+rwx,go+rx {} \; -o \
2034	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2035	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2036	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2037	|| chmod -R a+r "$(distdir)"
2038dist-gzip: distdir
2039	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
2040	$(am__post_remove_distdir)
2041
2042dist-bzip2: distdir
2043	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2044	$(am__post_remove_distdir)
2045
2046dist-lzip: distdir
2047	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2048	$(am__post_remove_distdir)
2049
2050dist-xz: distdir
2051	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2052	$(am__post_remove_distdir)
2053
2054dist-zstd: distdir
2055	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
2056	$(am__post_remove_distdir)
2057
2058dist-tarZ: distdir
2059	@echo WARNING: "Support for distribution archives compressed with" \
2060		       "legacy program 'compress' is deprecated." >&2
2061	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2062	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2063	$(am__post_remove_distdir)
2064
2065dist-shar: distdir
2066	@echo WARNING: "Support for shar distribution archives is" \
2067	               "deprecated." >&2
2068	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2069	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
2070	$(am__post_remove_distdir)
2071
2072dist-zip: distdir
2073	-rm -f $(distdir).zip
2074	zip -rq $(distdir).zip $(distdir)
2075	$(am__post_remove_distdir)
2076
2077dist dist-all:
2078	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2079	$(am__post_remove_distdir)
2080
2081# This target untars the dist file and tries a VPATH configuration.  Then
2082# it guarantees that the distribution is self-contained by making another
2083# tarfile.
2084distcheck: dist
2085	case '$(DIST_ARCHIVES)' in \
2086	*.tar.gz*) \
2087	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
2088	*.tar.bz2*) \
2089	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2090	*.tar.lz*) \
2091	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2092	*.tar.xz*) \
2093	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2094	*.tar.Z*) \
2095	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2096	*.shar.gz*) \
2097	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
2098	*.zip*) \
2099	  unzip $(distdir).zip ;;\
2100	*.tar.zst*) \
2101	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
2102	esac
2103	chmod -R a-w $(distdir)
2104	chmod u+w $(distdir)
2105	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
2106	chmod a-w $(distdir)
2107	test -d $(distdir)/_build || exit 0; \
2108	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2109	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2110	  && am__cwd=`pwd` \
2111	  && $(am__cd) $(distdir)/_build/sub \
2112	  && ../../configure \
2113	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2114	    $(DISTCHECK_CONFIGURE_FLAGS) \
2115	    --srcdir=../.. --prefix="$$dc_install_base" \
2116	  && $(MAKE) $(AM_MAKEFLAGS) \
2117	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
2118	  && $(MAKE) $(AM_MAKEFLAGS) check \
2119	  && $(MAKE) $(AM_MAKEFLAGS) install \
2120	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2121	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2122	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2123	        distuninstallcheck \
2124	  && chmod -R a-w "$$dc_install_base" \
2125	  && ({ \
2126	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2127	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2128	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2129	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2130	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2131	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
2132	  && rm -rf "$$dc_destdir" \
2133	  && $(MAKE) $(AM_MAKEFLAGS) dist \
2134	  && rm -rf $(DIST_ARCHIVES) \
2135	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2136	  && cd "$$am__cwd" \
2137	  || exit 1
2138	$(am__post_remove_distdir)
2139	@(echo "$(distdir) archives ready for distribution: "; \
2140	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2141	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2142distuninstallcheck:
2143	@test -n '$(distuninstallcheck_dir)' || { \
2144	  echo 'ERROR: trying to run $@ with an empty' \
2145	       '$$(distuninstallcheck_dir)' >&2; \
2146	  exit 1; \
2147	}; \
2148	$(am__cd) '$(distuninstallcheck_dir)' || { \
2149	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2150	  exit 1; \
2151	}; \
2152	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2153	   || { echo "ERROR: files left after uninstall:" ; \
2154	        if test -n "$(DESTDIR)"; then \
2155	          echo "  (check DESTDIR support)"; \
2156	        fi ; \
2157	        $(distuninstallcheck_listfiles) ; \
2158	        exit 1; } >&2
2159distcleancheck: distclean
2160	@if test '$(srcdir)' = . ; then \
2161	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2162	  exit 1 ; \
2163	fi
2164	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2165	  || { echo "ERROR: files left in build directory after distclean:" ; \
2166	       $(distcleancheck_listfiles) ; \
2167	       exit 1; } >&2
2168check-am: all-am
2169	$(MAKE) $(AM_MAKEFLAGS) check-local
2170check: check-recursive
2171all-am: Makefile $(DATA) config.h
2172installdirs: installdirs-recursive
2173installdirs-am:
2174	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
2175	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2176	done
2177install: install-recursive
2178install-exec: install-exec-recursive
2179install-data: install-data-recursive
2180uninstall: uninstall-recursive
2181
2182install-am: all-am
2183	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2184
2185installcheck: installcheck-recursive
2186install-strip:
2187	if test -z '$(STRIP)'; then \
2188	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2189	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2190	      install; \
2191	else \
2192	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2193	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2194	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2195	fi
2196mostlyclean-generic:
2197
2198clean-generic:
2199
2200distclean-generic:
2201	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2202	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2203
2204maintainer-clean-generic:
2205	@echo "This command is intended for maintainers to use"
2206	@echo "it deletes files that may require special tools to rebuild."
2207	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2208clean: clean-recursive
2209
2210clean-am: clean-generic clean-libtool clean-local mostlyclean-am
2211
2212distclean: distclean-recursive
2213	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2214	-rm -f Makefile
2215distclean-am: clean-am distclean-generic distclean-hdr \
2216	distclean-libtool distclean-tags
2217
2218dvi: dvi-recursive
2219
2220dvi-am:
2221
2222html: html-recursive
2223
2224html-am:
2225
2226info: info-recursive
2227
2228info-am:
2229
2230install-data-am: install-pkgconfigDATA
2231
2232install-dvi: install-dvi-recursive
2233
2234install-dvi-am:
2235
2236install-exec-am:
2237
2238install-html: install-html-recursive
2239
2240install-html-am:
2241
2242install-info: install-info-recursive
2243
2244install-info-am:
2245
2246install-man:
2247
2248install-pdf: install-pdf-recursive
2249
2250install-pdf-am:
2251
2252install-ps: install-ps-recursive
2253
2254install-ps-am:
2255
2256installcheck-am:
2257
2258maintainer-clean: maintainer-clean-recursive
2259	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2260	-rm -rf $(top_srcdir)/autom4te.cache
2261	-rm -f Makefile
2262maintainer-clean-am: distclean-am maintainer-clean-generic
2263
2264mostlyclean: mostlyclean-recursive
2265
2266mostlyclean-am: mostlyclean-generic mostlyclean-libtool
2267
2268pdf: pdf-recursive
2269
2270pdf-am:
2271
2272ps: ps-recursive
2273
2274ps-am:
2275
2276uninstall-am: uninstall-pkgconfigDATA
2277
2278.MAKE: $(am__recursive_targets) all check-am install-am install-strip
2279
2280.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2281	am--refresh check check-am check-local clean clean-cscope \
2282	clean-generic clean-libtool clean-local cscope cscopelist-am \
2283	ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
2284	dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \
2285	distclean distclean-generic distclean-hdr distclean-libtool \
2286	distclean-tags distcleancheck distdir distuninstallcheck dvi \
2287	dvi-am html html-am info info-am install install-am \
2288	install-data install-data-am install-dvi install-dvi-am \
2289	install-exec install-exec-am install-html install-html-am \
2290	install-info install-info-am install-man install-pdf \
2291	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
2292	install-strip installcheck installcheck-am installdirs \
2293	installdirs-am maintainer-clean maintainer-clean-generic \
2294	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
2295	ps ps-am tags tags-am uninstall uninstall-am \
2296	uninstall-pkgconfigDATA
2297
2298.PRECIOUS: Makefile
2299
2300
2301# Build gmock before we build protobuf tests.  We don't add gmock to SUBDIRS
2302# because then "make check" would also build and run all of gmock's own tests,
2303# which takes a lot of time and is generally not useful to us.  Also, we don't
2304# want "make install" to recurse into gmock since we don't want to overwrite
2305# the installed version of gmock if there is one.
2306check-local:
2307	@echo "Making lib/libgmock.a lib/libgmock_main.a in gmock"
2308	@cd third_party/googletest/googletest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
2309	@cd third_party/googletest/googlemock && $(MAKE) $(AM_MAKEFLAGS) lib/libgmock.la lib/libgmock_main.la
2310
2311# We would like to clean gmock when "make clean" is invoked.  But we have to
2312# be careful because clean-local is also invoked during "make distclean", but
2313# "make distclean" already recurses into gmock because it's listed among the
2314# DIST_SUBDIRS.  distclean will delete gmock/Makefile, so if we then try to
2315# cd to the directory again and "make clean" it will fail.  So, check that the
2316# Makefile exists before recursing.
2317clean-local:
2318	@if test -e third_party/googletest/Makefile; then \
2319	  echo "Making clean in googletest"; \
2320	  cd third_party/googletest && $(MAKE) $(AM_MAKEFLAGS) clean; \
2321	fi; \
2322	if test -e conformance/Makefile; then \
2323	  echo "Making clean in conformance"; \
2324	  cd conformance && $(MAKE) $(AM_MAKEFLAGS) clean; \
2325	fi; \
2326	if test -e benchmarks/Makefile; then \
2327	  echo "Making clean in benchmarks"; \
2328	  cd benchmarks && $(MAKE) $(AM_MAKEFLAGS) clean; \
2329	fi; \
2330	if test -e objectivec/DevTools; then \
2331	  echo "Cleaning any ObjC pyc files"; \
2332	  rm -f objectivec/DevTools/*.pyc; \
2333	fi
2334
2335# Tell versions [3.59,3.63) of GNU make to not export all variables.
2336# Otherwise a system limit (for SysV at least) may be exceeded.
2337.NOEXPORT:
2338