1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81target_triplet = @target@
82subdir = .
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/configure $(am__configure_deps) \
85	$(srcdir)/config.h.in $(srcdir)/protobuf.pc.in \
86	$(srcdir)/protobuf-lite.pc.in compile config.guess config.sub \
87	depcomp install-sh missing ltmain.sh
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89am__aclocal_m4_deps = $(top_srcdir)/m4/ac_system_extensions.m4 \
90	$(top_srcdir)/m4/acx_check_suncc.m4 \
91	$(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
92	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94	$(top_srcdir)/m4/stl_hash.m4 $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98 configure.lineno config.status.lineno
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = config.h
101CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118	ctags-recursive dvi-recursive html-recursive info-recursive \
119	install-data-recursive install-dvi-recursive \
120	install-exec-recursive install-html-recursive \
121	install-info-recursive install-pdf-recursive \
122	install-ps-recursive install-recursive installcheck-recursive \
123	installdirs-recursive pdf-recursive ps-recursive \
124	tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133    *) f=$$p;; \
134  esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142  for p in $$list; do echo "$$p $$p"; done | \
143  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145    if (++n[$$2] == $(am__install_max)) \
146      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147    END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152  test -z "$$files" \
153    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155         $(am__cd) "$$dir" && rm -f $$files; }; \
156  }
157am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
158DATA = $(pkgconfig_DATA)
159RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
160  distclean-recursive maintainer-clean-recursive
161am__recursive_targets = \
162  $(RECURSIVE_TARGETS) \
163  $(RECURSIVE_CLEAN_TARGETS) \
164  $(am__extra_recursive_targets)
165AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
166	cscope distdir dist dist-all distcheck
167am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
168	$(LISP)config.h.in
169# Read a list of newline-separated strings from the standard input,
170# and print each of them once, without duplicates.  Input order is
171# *not* preserved.
172am__uniquify_input = $(AWK) '\
173  BEGIN { nonempty = 0; } \
174  { items[$$0] = 1; nonempty = 1; } \
175  END { if (nonempty) { for (i in items) print i; }; } \
176'
177# Make sure the list of sources is unique.  This is necessary because,
178# e.g., the same source file might be shared among _SOURCES variables
179# for different programs/libraries.
180am__define_uniq_tagged_files = \
181  list='$(am__tagged_files)'; \
182  unique=`for i in $$list; do \
183    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184  done | $(am__uniquify_input)`
185ETAGS = etags
186CTAGS = ctags
187CSCOPE = cscope
188DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189distdir = $(PACKAGE)-$(VERSION)
190top_distdir = $(distdir)
191am__remove_distdir = \
192  if test -d "$(distdir)"; then \
193    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
194      && rm -rf "$(distdir)" \
195      || { sleep 5 && rm -rf "$(distdir)"; }; \
196  else :; fi
197am__post_remove_distdir = $(am__remove_distdir)
198am__relativize = \
199  dir0=`pwd`; \
200  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
201  sed_rest='s,^[^/]*/*,,'; \
202  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
203  sed_butlast='s,/*[^/]*$$,,'; \
204  while test -n "$$dir1"; do \
205    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
206    if test "$$first" != "."; then \
207      if test "$$first" = ".."; then \
208        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
209        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
210      else \
211        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
212        if test "$$first2" = "$$first"; then \
213          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
214        else \
215          dir2="../$$dir2"; \
216        fi; \
217        dir0="$$dir0"/"$$first"; \
218      fi; \
219    fi; \
220    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
221  done; \
222  reldir="$$dir2"
223DIST_ARCHIVES = $(distdir).tar.gz
224GZIP_ENV = --best
225DIST_TARGETS = dist-gzip
226distuninstallcheck_listfiles = find . -type f -print
227am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
228  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
229distcleancheck_listfiles = find . -type f -print
230ACLOCAL = @ACLOCAL@
231AMTAR = @AMTAR@
232AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
233AR = @AR@
234AUTOCONF = @AUTOCONF@
235AUTOHEADER = @AUTOHEADER@
236AUTOMAKE = @AUTOMAKE@
237AWK = @AWK@
238CC = @CC@
239CCDEPMODE = @CCDEPMODE@
240CFLAGS = @CFLAGS@
241CPPFLAGS = @CPPFLAGS@
242CXX = @CXX@
243CXXCPP = @CXXCPP@
244CXXDEPMODE = @CXXDEPMODE@
245CXXFLAGS = @CXXFLAGS@
246CYGPATH_W = @CYGPATH_W@
247DEFS = @DEFS@
248DEPDIR = @DEPDIR@
249DLLTOOL = @DLLTOOL@
250DSYMUTIL = @DSYMUTIL@
251DUMPBIN = @DUMPBIN@
252ECHO_C = @ECHO_C@
253ECHO_N = @ECHO_N@
254ECHO_T = @ECHO_T@
255EGREP = @EGREP@
256EXEEXT = @EXEEXT@
257FGREP = @FGREP@
258GREP = @GREP@
259INSTALL = @INSTALL@
260INSTALL_DATA = @INSTALL_DATA@
261INSTALL_PROGRAM = @INSTALL_PROGRAM@
262INSTALL_SCRIPT = @INSTALL_SCRIPT@
263INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264ISAINFO = @ISAINFO@
265LD = @LD@
266LDFLAGS = @LDFLAGS@
267LIBOBJS = @LIBOBJS@
268LIBS = @LIBS@
269LIBTOOL = @LIBTOOL@
270LIPO = @LIPO@
271LN_S = @LN_S@
272LTLIBOBJS = @LTLIBOBJS@
273MAINT = @MAINT@
274MAKEINFO = @MAKEINFO@
275MANIFEST_TOOL = @MANIFEST_TOOL@
276MKDIR_P = @MKDIR_P@
277NM = @NM@
278NMEDIT = @NMEDIT@
279OBJDUMP = @OBJDUMP@
280OBJEXT = @OBJEXT@
281OTOOL = @OTOOL@
282OTOOL64 = @OTOOL64@
283PACKAGE = @PACKAGE@
284PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285PACKAGE_NAME = @PACKAGE_NAME@
286PACKAGE_STRING = @PACKAGE_STRING@
287PACKAGE_TARNAME = @PACKAGE_TARNAME@
288PACKAGE_URL = @PACKAGE_URL@
289PACKAGE_VERSION = @PACKAGE_VERSION@
290PATH_SEPARATOR = @PATH_SEPARATOR@
291POW_LIB = @POW_LIB@
292PROTOBUF_OPT_FLAG = @PROTOBUF_OPT_FLAG@
293PROTOC = @PROTOC@
294PTHREAD_CC = @PTHREAD_CC@
295PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
296PTHREAD_LIBS = @PTHREAD_LIBS@
297RANLIB = @RANLIB@
298SED = @SED@
299SET_MAKE = @SET_MAKE@
300SHELL = @SHELL@
301STRIP = @STRIP@
302VERSION = @VERSION@
303abs_builddir = @abs_builddir@
304abs_srcdir = @abs_srcdir@
305abs_top_builddir = @abs_top_builddir@
306abs_top_srcdir = @abs_top_srcdir@
307ac_ct_AR = @ac_ct_AR@
308ac_ct_CC = @ac_ct_CC@
309ac_ct_CXX = @ac_ct_CXX@
310ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
311acx_pthread_config = @acx_pthread_config@
312am__include = @am__include@
313am__leading_dot = @am__leading_dot@
314am__quote = @am__quote@
315am__tar = @am__tar@
316am__untar = @am__untar@
317bindir = @bindir@
318build = @build@
319build_alias = @build_alias@
320build_cpu = @build_cpu@
321build_os = @build_os@
322build_vendor = @build_vendor@
323builddir = @builddir@
324datadir = @datadir@
325datarootdir = @datarootdir@
326docdir = @docdir@
327dvidir = @dvidir@
328exec_prefix = @exec_prefix@
329host = @host@
330host_alias = @host_alias@
331host_cpu = @host_cpu@
332host_os = @host_os@
333host_vendor = @host_vendor@
334htmldir = @htmldir@
335includedir = @includedir@
336infodir = @infodir@
337install_sh = @install_sh@
338libdir = @libdir@
339libexecdir = @libexecdir@
340localedir = @localedir@
341localstatedir = @localstatedir@
342mandir = @mandir@
343mkdir_p = @mkdir_p@
344oldincludedir = @oldincludedir@
345pdfdir = @pdfdir@
346prefix = @prefix@
347program_transform_name = @program_transform_name@
348psdir = @psdir@
349sbindir = @sbindir@
350sharedstatedir = @sharedstatedir@
351srcdir = @srcdir@
352subdirs = @subdirs@
353sysconfdir = @sysconfdir@
354target = @target@
355target_alias = @target_alias@
356target_cpu = @target_cpu@
357target_os = @target_os@
358target_vendor = @target_vendor@
359top_build_prefix = @top_build_prefix@
360top_builddir = @top_builddir@
361top_srcdir = @top_srcdir@
362ACLOCAL_AMFLAGS = -I m4
363AUTOMAKE_OPTIONS = foreign
364
365# Build . before src so that our all-local and clean-local hooks kicks in at
366# the right time.
367SUBDIRS = . src
368
369# Always include gtest in distributions.
370DIST_SUBDIRS = $(subdirs) src
371pkgconfigdir = $(libdir)/pkgconfig
372pkgconfig_DATA = protobuf.pc protobuf-lite.pc
373EXTRA_DIST = \
374  autogen.sh                                                                 \
375  generate_descriptor_proto.sh                                               \
376  README.md                                                                  \
377  INSTALL.txt                                                                \
378  LICENSE                                                                    \
379  CONTRIBUTORS.txt                                                           \
380  CHANGES.txt                                                                \
381  editors/README.txt                                                         \
382  editors/proto.vim                                                          \
383  editors/protobuf-mode.el                                                   \
384  vsprojects/config.h                                                        \
385  vsprojects/extract_includes.bat                                            \
386  vsprojects/libprotobuf.vcproj                                              \
387  vsprojects/libprotobuf-lite.vcproj                                         \
388  vsprojects/libprotoc.vcproj                                                \
389  vsprojects/protobuf.sln                                                    \
390  vsprojects/protoc.vcproj                                                   \
391  vsprojects/readme.txt                                                      \
392  vsprojects/test_plugin.vcproj                                              \
393  vsprojects/tests.vcproj                                                    \
394  vsprojects/lite-test.vcproj                                                \
395  vsprojects/convert2008to2005.sh                                            \
396  examples/README.txt                                                        \
397  examples/Makefile                                                          \
398  examples/addressbook.proto                                                 \
399  examples/add_person.cc                                                     \
400  examples/list_people.cc                                                    \
401  examples/AddPerson.java                                                    \
402  examples/ListPeople.java                                                   \
403  examples/add_person.py                                                     \
404  examples/list_people.py                                                    \
405  java/src/main/java/com/google/protobuf/AbstractMessage.java                \
406  java/src/main/java/com/google/protobuf/AbstractMessageLite.java            \
407  java/src/main/java/com/google/protobuf/AbstractParser.java                 \
408  java/src/main/java/com/google/protobuf/BlockingRpcChannel.java             \
409  java/src/main/java/com/google/protobuf/BlockingService.java                \
410  java/src/main/java/com/google/protobuf/BoundedByteString.java              \
411  java/src/main/java/com/google/protobuf/ByteString.java                     \
412  java/src/main/java/com/google/protobuf/CodedInputStream.java               \
413  java/src/main/java/com/google/protobuf/CodedOutputStream.java              \
414  java/src/main/java/com/google/protobuf/Descriptors.java                    \
415  java/src/main/java/com/google/protobuf/DynamicMessage.java                 \
416  java/src/main/java/com/google/protobuf/Extension.java                      \
417  java/src/main/java/com/google/protobuf/ExtensionRegistry.java              \
418  java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java          \
419  java/src/main/java/com/google/protobuf/FieldSet.java                       \
420  java/src/main/java/com/google/protobuf/GeneratedMessage.java               \
421  java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           \
422  java/src/main/java/com/google/protobuf/Internal.java                       \
423  java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java \
424  java/src/main/java/com/google/protobuf/LazyField.java                      \
425  java/src/main/java/com/google/protobuf/LazyFieldLite.java                  \
426  java/src/main/java/com/google/protobuf/LazyStringArrayList.java            \
427  java/src/main/java/com/google/protobuf/LazyStringList.java                 \
428  java/src/main/java/com/google/protobuf/LiteralByteString.java              \
429  java/src/main/java/com/google/protobuf/Message.java                        \
430  java/src/main/java/com/google/protobuf/MessageLite.java                    \
431  java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java           \
432  java/src/main/java/com/google/protobuf/MessageOrBuilder.java               \
433  java/src/main/java/com/google/protobuf/MessageReflection.java              \
434  java/src/main/java/com/google/protobuf/Parser.java                         \
435  java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java            \
436  java/src/main/java/com/google/protobuf/ProtocolStringList.java             \
437  java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java           \
438  java/src/main/java/com/google/protobuf/RopeByteString.java                 \
439  java/src/main/java/com/google/protobuf/RpcCallback.java                    \
440  java/src/main/java/com/google/protobuf/RpcChannel.java                     \
441  java/src/main/java/com/google/protobuf/RpcController.java                  \
442  java/src/main/java/com/google/protobuf/RpcUtil.java                        \
443  java/src/main/java/com/google/protobuf/ServiceException.java               \
444  java/src/main/java/com/google/protobuf/Service.java                        \
445  java/src/main/java/com/google/protobuf/SingleFieldBuilder.java             \
446  java/src/main/java/com/google/protobuf/SmallSortedMap.java                 \
447  java/src/main/java/com/google/protobuf/TextFormat.java                     \
448  java/src/main/java/com/google/protobuf/UninitializedMessageException.java  \
449  java/src/main/java/com/google/protobuf/UnknownFieldSet.java                \
450  java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java     \
451  java/src/main/java/com/google/protobuf/Utf8.java                           \
452  java/src/main/java/com/google/protobuf/WireFormat.java                     \
453  java/src/test/java/com/google/protobuf/AbstractMessageTest.java            \
454  java/src/test/java/com/google/protobuf/BoundedByteStringTest.java          \
455  java/src/test/java/com/google/protobuf/ByteStringTest.java                 \
456  java/src/test/java/com/google/protobuf/CheckUtf8Test.java                  \
457  java/src/test/java/com/google/protobuf/CodedInputStreamTest.java           \
458  java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java          \
459  java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java            \
460  java/src/test/java/com/google/protobuf/DescriptorsTest.java                \
461  java/src/test/java/com/google/protobuf/DynamicMessageTest.java             \
462  java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java       \
463  java/src/test/java/com/google/protobuf/GeneratedMessageTest.java           \
464  java/src/test/java/com/google/protobuf/IsValidUtf8Test.java                \
465  java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java            \
466  java/src/test/java/com/google/protobuf/LazyFieldTest.java                  \
467  java/src/test/java/com/google/protobuf/LazyFieldLiteTest.java              \
468  java/src/test/java/com/google/protobuf/LazyMessageLiteTest.java            \
469  java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java        \
470  java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java         \
471  java/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java          \
472  java/src/test/java/com/google/protobuf/LiteralByteStringTest.java          \
473  java/src/test/java/com/google/protobuf/LiteTest.java                       \
474  java/src/test/java/com/google/protobuf/MessageTest.java                    \
475  java/src/test/java/com/google/protobuf/NestedBuildersTest.java             \
476  java/src/test/java/com/google/protobuf/ParserTest.java                     \
477  java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java       \
478  java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java    \
479  java/src/test/java/com/google/protobuf/RopeByteStringTest.java             \
480  java/src/test/java/com/google/protobuf/ServiceTest.java                    \
481  java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java         \
482  java/src/test/java/com/google/protobuf/SmallSortedMapTest.java             \
483  java/src/test/java/com/google/protobuf/TestBadIdentifiers.java             \
484  java/src/test/java/com/google/protobuf/TestUtil.java                       \
485  java/src/test/java/com/google/protobuf/TextFormatTest.java                 \
486  java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java            \
487  java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java \
488  java/src/test/java/com/google/protobuf/WireFormatTest.java                 \
489  java/src/test/java/com/google/protobuf/lazy_fields_lite.proto              \
490  java/src/test/java/com/google/protobuf/lite_equals_and_hash.proto          \
491  java/src/test/java/com/google/protobuf/multiple_files_test.proto           \
492  java/src/test/java/com/google/protobuf/nested_builders_test.proto          \
493  java/src/test/java/com/google/protobuf/nested_extension_lite.proto         \
494  java/src/test/java/com/google/protobuf/nested_extension.proto              \
495  java/src/test/java/com/google/protobuf/non_nested_extension_lite.proto     \
496  java/src/test/java/com/google/protobuf/non_nested_extension.proto          \
497  java/src/test/java/com/google/protobuf/outer_class_name_test.proto         \
498  java/src/test/java/com/google/protobuf/outer_class_name_test2.proto        \
499  java/src/test/java/com/google/protobuf/outer_class_name_test3.proto        \
500  java/src/test/java/com/google/protobuf/test_bad_identifiers.proto          \
501  java/src/test/java/com/google/protobuf/test_check_utf8.proto               \
502  java/src/test/java/com/google/protobuf/test_check_utf8_size.proto          \
503  java/src/test/java/com/google/protobuf/test_custom_options.proto           \
504  java/pom.xml                                                               \
505  java/README.txt                                                            \
506  python/google/protobuf/internal/api_implementation.cc                      \
507  python/google/protobuf/internal/api_implementation.py                      \
508  python/google/protobuf/internal/api_implementation_default_test.py         \
509  python/google/protobuf/internal/containers.py                              \
510  python/google/protobuf/internal/cpp_message.py                             \
511  python/google/protobuf/internal/decoder.py                                 \
512  python/google/protobuf/internal/descriptor_database_test.py                \
513  python/google/protobuf/internal/descriptor_pool_test.py                    \
514  python/google/protobuf/internal/descriptor_pool_test1.proto                \
515  python/google/protobuf/internal/descriptor_pool_test2.proto                \
516  python/google/protobuf/internal/descriptor_python_test.py                  \
517  python/google/protobuf/internal/descriptor_test.py                         \
518  python/google/protobuf/internal/encoder.py                                 \
519  python/google/protobuf/internal/enum_type_wrapper.py                       \
520  python/google/protobuf/internal/factory_test1.proto                        \
521  python/google/protobuf/internal/factory_test2.proto                        \
522  python/google/protobuf/internal/generator_test.py                          \
523  python/google/protobuf/internal/message_factory_python_test.py             \
524  python/google/protobuf/internal/message_factory_test.py                    \
525  python/google/protobuf/internal/message_listener.py                        \
526  python/google/protobuf/internal/message_python_test.py                     \
527  python/google/protobuf/internal/message_test.py                            \
528  python/google/protobuf/internal/missing_enum_values.proto                  \
529  python/google/protobuf/internal/more_extensions.proto                      \
530  python/google/protobuf/internal/more_extensions_dynamic.proto              \
531  python/google/protobuf/internal/more_messages.proto                        \
532  python/google/protobuf/internal/python_message.py                          \
533  python/google/protobuf/internal/reflection_test.py                         \
534  python/google/protobuf/internal/service_reflection_test.py                 \
535  python/google/protobuf/internal/symbol_database_test.py                    \
536  python/google/protobuf/internal/test_bad_identifiers.proto                 \
537  python/google/protobuf/internal/test_util.py                               \
538  python/google/protobuf/internal/text_encoding_test.py                      \
539  python/google/protobuf/internal/text_format_test.py                        \
540  python/google/protobuf/internal/type_checkers.py                           \
541  python/google/protobuf/internal/unknown_fields_test.py                     \
542  python/google/protobuf/internal/wire_format.py                             \
543  python/google/protobuf/internal/wire_format_test.py                        \
544  python/google/protobuf/internal/__init__.py                                \
545  python/google/protobuf/pyext/README                                        \
546  python/google/protobuf/pyext/cpp_message.py                                \
547  python/google/protobuf/pyext/descriptor.h                                  \
548  python/google/protobuf/pyext/descriptor.cc                                 \
549  python/google/protobuf/pyext/descriptor_cpp2_test.py                       \
550  python/google/protobuf/pyext/extension_dict.h                              \
551  python/google/protobuf/pyext/extension_dict.cc                             \
552  python/google/protobuf/pyext/message.h                                     \
553  python/google/protobuf/pyext/message.cc                                    \
554  python/google/protobuf/pyext/message_factory_cpp2_test.py                  \
555  python/google/protobuf/pyext/proto2_api_test.proto                         \
556  python/google/protobuf/pyext/python.proto                                  \
557  python/google/protobuf/pyext/python_protobuf.h                             \
558  python/google/protobuf/pyext/reflection_cpp2_generated_test.py             \
559  python/google/protobuf/pyext/repeated_composite_container.h                \
560  python/google/protobuf/pyext/repeated_composite_container.cc               \
561  python/google/protobuf/pyext/repeated_scalar_container.h                   \
562  python/google/protobuf/pyext/repeated_scalar_container.cc                  \
563  python/google/protobuf/pyext/scoped_pyobject_ptr.h                         \
564  python/google/protobuf/pyext/__init__.py                                   \
565  python/google/protobuf/descriptor.py                                       \
566  python/google/protobuf/descriptor_database.py                              \
567  python/google/protobuf/descriptor_pool.py                                  \
568  python/google/protobuf/message.py                                          \
569  python/google/protobuf/message_factory.py                                  \
570  python/google/protobuf/reflection.py                                       \
571  python/google/protobuf/service.py                                          \
572  python/google/protobuf/service_reflection.py                               \
573  python/google/protobuf/symbol_database.py                                  \
574  python/google/protobuf/text_encoding.py                                    \
575  python/google/protobuf/text_format.py                                      \
576  python/google/protobuf/__init__.py                                         \
577  python/google/__init__.py                                                  \
578  python/ez_setup.py                                                         \
579  python/setup.py                                                            \
580  python/mox.py                                                              \
581  python/stubout.py                                                          \
582  python/README.txt
583
584
585# Deletes all the files generated by autogen.sh.
586MAINTAINERCLEANFILES = \
587  aclocal.m4             \
588  config.guess           \
589  config.sub             \
590  configure              \
591  depcomp                \
592  install-sh             \
593  ltmain.sh              \
594  Makefile.in            \
595  missing                \
596  mkinstalldirs          \
597  config.h.in            \
598  stamp.h.in             \
599  m4/ltsugar.m4          \
600  m4/libtool.m4          \
601  m4/ltversion.m4        \
602  m4/lt~obsolete.m4      \
603  m4/ltoptions.m4
604
605all: config.h
606	$(MAKE) $(AM_MAKEFLAGS) all-recursive
607
608.SUFFIXES:
609am--refresh: Makefile
610	@:
611$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
612	@for dep in $?; do \
613	  case '$(am__configure_deps)' in \
614	    *$$dep*) \
615	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
616	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
617		&& exit 0; \
618	      exit 1;; \
619	  esac; \
620	done; \
621	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
622	$(am__cd) $(top_srcdir) && \
623	  $(AUTOMAKE) --foreign Makefile
624.PRECIOUS: Makefile
625Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
626	@case '$?' in \
627	  *config.status*) \
628	    echo ' $(SHELL) ./config.status'; \
629	    $(SHELL) ./config.status;; \
630	  *) \
631	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
632	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
633	esac;
634
635$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
636	$(SHELL) ./config.status --recheck
637
638$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
639	$(am__cd) $(srcdir) && $(AUTOCONF)
640$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
641	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
642$(am__aclocal_m4_deps):
643
644config.h: stamp-h1
645	@test -f $@ || rm -f stamp-h1
646	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
647
648stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
649	@rm -f stamp-h1
650	cd $(top_builddir) && $(SHELL) ./config.status config.h
651$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
652	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
653	rm -f stamp-h1
654	touch $@
655
656distclean-hdr:
657	-rm -f config.h stamp-h1
658protobuf.pc: $(top_builddir)/config.status $(srcdir)/protobuf.pc.in
659	cd $(top_builddir) && $(SHELL) ./config.status $@
660protobuf-lite.pc: $(top_builddir)/config.status $(srcdir)/protobuf-lite.pc.in
661	cd $(top_builddir) && $(SHELL) ./config.status $@
662
663mostlyclean-libtool:
664	-rm -f *.lo
665
666clean-libtool:
667	-rm -rf .libs _libs
668
669distclean-libtool:
670	-rm -f libtool config.lt
671install-pkgconfigDATA: $(pkgconfig_DATA)
672	@$(NORMAL_INSTALL)
673	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
674	if test -n "$$list"; then \
675	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
676	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
677	fi; \
678	for p in $$list; do \
679	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
680	  echo "$$d$$p"; \
681	done | $(am__base_list) | \
682	while read files; do \
683	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
684	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
685	done
686
687uninstall-pkgconfigDATA:
688	@$(NORMAL_UNINSTALL)
689	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
690	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
691	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
692
693# This directory's subdirectories are mostly independent; you can cd
694# into them and run 'make' without going through this Makefile.
695# To change the values of 'make' variables: instead of editing Makefiles,
696# (1) if the variable is set in 'config.status', edit 'config.status'
697#     (which will cause the Makefiles to be regenerated when you run 'make');
698# (2) otherwise, pass the desired values on the 'make' command line.
699$(am__recursive_targets):
700	@fail=; \
701	if $(am__make_keepgoing); then \
702	  failcom='fail=yes'; \
703	else \
704	  failcom='exit 1'; \
705	fi; \
706	dot_seen=no; \
707	target=`echo $@ | sed s/-recursive//`; \
708	case "$@" in \
709	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
710	  *) list='$(SUBDIRS)' ;; \
711	esac; \
712	for subdir in $$list; do \
713	  echo "Making $$target in $$subdir"; \
714	  if test "$$subdir" = "."; then \
715	    dot_seen=yes; \
716	    local_target="$$target-am"; \
717	  else \
718	    local_target="$$target"; \
719	  fi; \
720	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
721	  || eval $$failcom; \
722	done; \
723	if test "$$dot_seen" = "no"; then \
724	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
725	fi; test -z "$$fail"
726
727ID: $(am__tagged_files)
728	$(am__define_uniq_tagged_files); mkid -fID $$unique
729tags: tags-recursive
730TAGS: tags
731
732tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
733	set x; \
734	here=`pwd`; \
735	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
736	  include_option=--etags-include; \
737	  empty_fix=.; \
738	else \
739	  include_option=--include; \
740	  empty_fix=; \
741	fi; \
742	list='$(SUBDIRS)'; for subdir in $$list; do \
743	  if test "$$subdir" = .; then :; else \
744	    test ! -f $$subdir/TAGS || \
745	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
746	  fi; \
747	done; \
748	$(am__define_uniq_tagged_files); \
749	shift; \
750	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
751	  test -n "$$unique" || unique=$$empty_fix; \
752	  if test $$# -gt 0; then \
753	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
754	      "$$@" $$unique; \
755	  else \
756	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
757	      $$unique; \
758	  fi; \
759	fi
760ctags: ctags-recursive
761
762CTAGS: ctags
763ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
764	$(am__define_uniq_tagged_files); \
765	test -z "$(CTAGS_ARGS)$$unique" \
766	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
767	     $$unique
768
769GTAGS:
770	here=`$(am__cd) $(top_builddir) && pwd` \
771	  && $(am__cd) $(top_srcdir) \
772	  && gtags -i $(GTAGS_ARGS) "$$here"
773cscope: cscope.files
774	test ! -s cscope.files \
775	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
776clean-cscope:
777	-rm -f cscope.files
778cscope.files: clean-cscope cscopelist
779cscopelist: cscopelist-recursive
780
781cscopelist-am: $(am__tagged_files)
782	list='$(am__tagged_files)'; \
783	case "$(srcdir)" in \
784	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
785	  *) sdir=$(subdir)/$(srcdir) ;; \
786	esac; \
787	for i in $$list; do \
788	  if test -f "$$i"; then \
789	    echo "$(subdir)/$$i"; \
790	  else \
791	    echo "$$sdir/$$i"; \
792	  fi; \
793	done >> $(top_builddir)/cscope.files
794
795distclean-tags:
796	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
797	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
798
799distdir: $(DISTFILES)
800	$(am__remove_distdir)
801	test -d "$(distdir)" || mkdir "$(distdir)"
802	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
803	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
804	list='$(DISTFILES)'; \
805	  dist_files=`for file in $$list; do echo $$file; done | \
806	  sed -e "s|^$$srcdirstrip/||;t" \
807	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
808	case $$dist_files in \
809	  */*) $(MKDIR_P) `echo "$$dist_files" | \
810			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
811			   sort -u` ;; \
812	esac; \
813	for file in $$dist_files; do \
814	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
815	  if test -d $$d/$$file; then \
816	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
817	    if test -d "$(distdir)/$$file"; then \
818	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
819	    fi; \
820	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
821	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
822	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
823	    fi; \
824	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
825	  else \
826	    test -f "$(distdir)/$$file" \
827	    || cp -p $$d/$$file "$(distdir)/$$file" \
828	    || exit 1; \
829	  fi; \
830	done
831	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
832	  if test "$$subdir" = .; then :; else \
833	    $(am__make_dryrun) \
834	      || test -d "$(distdir)/$$subdir" \
835	      || $(MKDIR_P) "$(distdir)/$$subdir" \
836	      || exit 1; \
837	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
838	    $(am__relativize); \
839	    new_distdir=$$reldir; \
840	    dir1=$$subdir; dir2="$(top_distdir)"; \
841	    $(am__relativize); \
842	    new_top_distdir=$$reldir; \
843	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
844	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
845	    ($(am__cd) $$subdir && \
846	      $(MAKE) $(AM_MAKEFLAGS) \
847	        top_distdir="$$new_top_distdir" \
848	        distdir="$$new_distdir" \
849		am__remove_distdir=: \
850		am__skip_length_check=: \
851		am__skip_mode_fix=: \
852	        distdir) \
853	      || exit 1; \
854	  fi; \
855	done
856	-test -n "$(am__skip_mode_fix)" \
857	|| find "$(distdir)" -type d ! -perm -755 \
858		-exec chmod u+rwx,go+rx {} \; -o \
859	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
860	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
861	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
862	|| chmod -R a+r "$(distdir)"
863dist-gzip: distdir
864	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
865	$(am__post_remove_distdir)
866
867dist-bzip2: distdir
868	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
869	$(am__post_remove_distdir)
870
871dist-lzip: distdir
872	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
873	$(am__post_remove_distdir)
874
875dist-xz: distdir
876	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
877	$(am__post_remove_distdir)
878
879dist-tarZ: distdir
880	@echo WARNING: "Support for shar distribution archives is" \
881	               "deprecated." >&2
882	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
883	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
884	$(am__post_remove_distdir)
885
886dist-shar: distdir
887	@echo WARNING: "Support for distribution archives compressed with" \
888		       "legacy program 'compress' is deprecated." >&2
889	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
890	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
891	$(am__post_remove_distdir)
892
893dist-zip: distdir
894	-rm -f $(distdir).zip
895	zip -rq $(distdir).zip $(distdir)
896	$(am__post_remove_distdir)
897
898dist dist-all:
899	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
900	$(am__post_remove_distdir)
901
902# This target untars the dist file and tries a VPATH configuration.  Then
903# it guarantees that the distribution is self-contained by making another
904# tarfile.
905distcheck: dist
906	case '$(DIST_ARCHIVES)' in \
907	*.tar.gz*) \
908	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
909	*.tar.bz2*) \
910	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
911	*.tar.lz*) \
912	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
913	*.tar.xz*) \
914	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
915	*.tar.Z*) \
916	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
917	*.shar.gz*) \
918	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
919	*.zip*) \
920	  unzip $(distdir).zip ;;\
921	esac
922	chmod -R a-w $(distdir)
923	chmod u+w $(distdir)
924	mkdir $(distdir)/_build $(distdir)/_inst
925	chmod a-w $(distdir)
926	test -d $(distdir)/_build || exit 0; \
927	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
928	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
929	  && am__cwd=`pwd` \
930	  && $(am__cd) $(distdir)/_build \
931	  && ../configure \
932	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
933	    $(DISTCHECK_CONFIGURE_FLAGS) \
934	    --srcdir=.. --prefix="$$dc_install_base" \
935	  && $(MAKE) $(AM_MAKEFLAGS) \
936	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
937	  && $(MAKE) $(AM_MAKEFLAGS) check \
938	  && $(MAKE) $(AM_MAKEFLAGS) install \
939	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
940	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
941	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
942	        distuninstallcheck \
943	  && chmod -R a-w "$$dc_install_base" \
944	  && ({ \
945	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
946	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
947	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
948	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
949	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
950	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
951	  && rm -rf "$$dc_destdir" \
952	  && $(MAKE) $(AM_MAKEFLAGS) dist \
953	  && rm -rf $(DIST_ARCHIVES) \
954	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
955	  && cd "$$am__cwd" \
956	  || exit 1
957	$(am__post_remove_distdir)
958	@(echo "$(distdir) archives ready for distribution: "; \
959	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
960	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
961distuninstallcheck:
962	@test -n '$(distuninstallcheck_dir)' || { \
963	  echo 'ERROR: trying to run $@ with an empty' \
964	       '$$(distuninstallcheck_dir)' >&2; \
965	  exit 1; \
966	}; \
967	$(am__cd) '$(distuninstallcheck_dir)' || { \
968	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
969	  exit 1; \
970	}; \
971	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
972	   || { echo "ERROR: files left after uninstall:" ; \
973	        if test -n "$(DESTDIR)"; then \
974	          echo "  (check DESTDIR support)"; \
975	        fi ; \
976	        $(distuninstallcheck_listfiles) ; \
977	        exit 1; } >&2
978distcleancheck: distclean
979	@if test '$(srcdir)' = . ; then \
980	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
981	  exit 1 ; \
982	fi
983	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
984	  || { echo "ERROR: files left in build directory after distclean:" ; \
985	       $(distcleancheck_listfiles) ; \
986	       exit 1; } >&2
987check-am: all-am
988	$(MAKE) $(AM_MAKEFLAGS) check-local
989check: check-recursive
990all-am: Makefile $(DATA) config.h
991installdirs: installdirs-recursive
992installdirs-am:
993	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
994	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
995	done
996install: install-recursive
997install-exec: install-exec-recursive
998install-data: install-data-recursive
999uninstall: uninstall-recursive
1000
1001install-am: all-am
1002	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1003
1004installcheck: installcheck-recursive
1005install-strip:
1006	if test -z '$(STRIP)'; then \
1007	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1008	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1009	      install; \
1010	else \
1011	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1012	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1013	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1014	fi
1015mostlyclean-generic:
1016
1017clean-generic:
1018
1019distclean-generic:
1020	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1021	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1022
1023maintainer-clean-generic:
1024	@echo "This command is intended for maintainers to use"
1025	@echo "it deletes files that may require special tools to rebuild."
1026	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1027clean: clean-recursive
1028
1029clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1030
1031distclean: distclean-recursive
1032	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1033	-rm -f Makefile
1034distclean-am: clean-am distclean-generic distclean-hdr \
1035	distclean-libtool distclean-tags
1036
1037dvi: dvi-recursive
1038
1039dvi-am:
1040
1041html: html-recursive
1042
1043html-am:
1044
1045info: info-recursive
1046
1047info-am:
1048
1049install-data-am: install-pkgconfigDATA
1050
1051install-dvi: install-dvi-recursive
1052
1053install-dvi-am:
1054
1055install-exec-am:
1056
1057install-html: install-html-recursive
1058
1059install-html-am:
1060
1061install-info: install-info-recursive
1062
1063install-info-am:
1064
1065install-man:
1066
1067install-pdf: install-pdf-recursive
1068
1069install-pdf-am:
1070
1071install-ps: install-ps-recursive
1072
1073install-ps-am:
1074
1075installcheck-am:
1076
1077maintainer-clean: maintainer-clean-recursive
1078	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1079	-rm -rf $(top_srcdir)/autom4te.cache
1080	-rm -f Makefile
1081maintainer-clean-am: distclean-am maintainer-clean-generic
1082
1083mostlyclean: mostlyclean-recursive
1084
1085mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1086
1087pdf: pdf-recursive
1088
1089pdf-am:
1090
1091ps: ps-recursive
1092
1093ps-am:
1094
1095uninstall-am: uninstall-pkgconfigDATA
1096
1097.MAKE: $(am__recursive_targets) all check-am install-am install-strip
1098
1099.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1100	am--refresh check check-am check-local clean clean-cscope \
1101	clean-generic clean-libtool clean-local cscope cscopelist-am \
1102	ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1103	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1104	distclean-generic distclean-hdr distclean-libtool \
1105	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1106	dvi-am html html-am info info-am install install-am \
1107	install-data install-data-am install-dvi install-dvi-am \
1108	install-exec install-exec-am install-html install-html-am \
1109	install-info install-info-am install-man install-pdf \
1110	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1111	install-strip installcheck installcheck-am installdirs \
1112	installdirs-am maintainer-clean maintainer-clean-generic \
1113	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1114	ps ps-am tags tags-am uninstall uninstall-am \
1115	uninstall-pkgconfigDATA
1116
1117
1118# Build gtest before we build protobuf tests.  We don't add gtest to SUBDIRS
1119# because then "make check" would also build and run all of gtest's own tests,
1120# which takes a lot of time and is generally not useful to us.  Also, we don't
1121# want "make install" to recurse into gtest since we don't want to overwrite
1122# the installed version of gtest if there is one.
1123check-local:
1124	@echo "Making lib/libgtest.a lib/libgtest_main.a in gtest"
1125	@cd gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
1126
1127# We would like to clean gtest when "make clean" is invoked.  But we have to
1128# be careful because clean-local is also invoked during "make distclean", but
1129# "make distclean" already recurses into gtest because it's listed among the
1130# DIST_SUBDIRS.  distclean will delete gtest/Makefile, so if we then try to
1131# cd to the directory again and "make clean" it will fail.  So, check that the
1132# Makefile exists before recursing.
1133clean-local:
1134	@if test -e gtest/Makefile; then \
1135	  echo "Making clean in gtest"; \
1136	  cd gtest && $(MAKE) $(AM_MAKEFLAGS) clean; \
1137	fi
1138
1139# Tell versions [3.59,3.63) of GNU make to not export all variables.
1140# Otherwise a system limit (for SysV at least) may be exceeded.
1141.NOEXPORT:
1142