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/ByteString.java                     \
411  java/src/main/java/com/google/protobuf/CodedInputStream.java               \
412  java/src/main/java/com/google/protobuf/CodedOutputStream.java              \
413  java/src/main/java/com/google/protobuf/Descriptors.java                    \
414  java/src/main/java/com/google/protobuf/DynamicMessage.java                 \
415  java/src/main/java/com/google/protobuf/Extension.java                      \
416  java/src/main/java/com/google/protobuf/ExtensionRegistry.java              \
417  java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java          \
418  java/src/main/java/com/google/protobuf/FieldSet.java                       \
419  java/src/main/java/com/google/protobuf/GeneratedMessage.java               \
420  java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           \
421  java/src/main/java/com/google/protobuf/Internal.java                       \
422  java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java \
423  java/src/main/java/com/google/protobuf/LazyField.java                      \
424  java/src/main/java/com/google/protobuf/LazyFieldLite.java                  \
425  java/src/main/java/com/google/protobuf/LazyStringArrayList.java            \
426  java/src/main/java/com/google/protobuf/LazyStringList.java                 \
427  java/src/main/java/com/google/protobuf/Message.java                        \
428  java/src/main/java/com/google/protobuf/MessageLite.java                    \
429  java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java           \
430  java/src/main/java/com/google/protobuf/MessageOrBuilder.java               \
431  java/src/main/java/com/google/protobuf/MessageReflection.java              \
432  java/src/main/java/com/google/protobuf/Parser.java                         \
433  java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java            \
434  java/src/main/java/com/google/protobuf/ProtocolStringList.java             \
435  java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java           \
436  java/src/main/java/com/google/protobuf/RopeByteString.java                 \
437  java/src/main/java/com/google/protobuf/RpcCallback.java                    \
438  java/src/main/java/com/google/protobuf/RpcChannel.java                     \
439  java/src/main/java/com/google/protobuf/RpcController.java                  \
440  java/src/main/java/com/google/protobuf/RpcUtil.java                        \
441  java/src/main/java/com/google/protobuf/ServiceException.java               \
442  java/src/main/java/com/google/protobuf/Service.java                        \
443  java/src/main/java/com/google/protobuf/SingleFieldBuilder.java             \
444  java/src/main/java/com/google/protobuf/SmallSortedMap.java                 \
445  java/src/main/java/com/google/protobuf/TextFormat.java                     \
446  java/src/main/java/com/google/protobuf/UninitializedMessageException.java  \
447  java/src/main/java/com/google/protobuf/UnknownFieldSet.java                \
448  java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java     \
449  java/src/main/java/com/google/protobuf/Utf8.java                           \
450  java/src/main/java/com/google/protobuf/WireFormat.java                     \
451  java/src/test/java/com/google/protobuf/AbstractMessageTest.java            \
452  java/src/test/java/com/google/protobuf/BoundedByteStringTest.java          \
453  java/src/test/java/com/google/protobuf/ByteStringTest.java                 \
454  java/src/test/java/com/google/protobuf/CheckUtf8Test.java                  \
455  java/src/test/java/com/google/protobuf/CodedInputStreamTest.java           \
456  java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java          \
457  java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java            \
458  java/src/test/java/com/google/protobuf/DescriptorsTest.java                \
459  java/src/test/java/com/google/protobuf/DynamicMessageTest.java             \
460  java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java       \
461  java/src/test/java/com/google/protobuf/GeneratedMessageTest.java           \
462  java/src/test/java/com/google/protobuf/IsValidUtf8Test.java                \
463  java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java            \
464  java/src/test/java/com/google/protobuf/LazyFieldTest.java                  \
465  java/src/test/java/com/google/protobuf/LazyFieldLiteTest.java              \
466  java/src/test/java/com/google/protobuf/LazyMessageLiteTest.java            \
467  java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java        \
468  java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java         \
469  java/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java          \
470  java/src/test/java/com/google/protobuf/LiteralByteStringTest.java          \
471  java/src/test/java/com/google/protobuf/LiteTest.java                       \
472  java/src/test/java/com/google/protobuf/MessageTest.java                    \
473  java/src/test/java/com/google/protobuf/NestedBuildersTest.java             \
474  java/src/test/java/com/google/protobuf/ParserTest.java                     \
475  java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java       \
476  java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java    \
477  java/src/test/java/com/google/protobuf/RopeByteStringTest.java             \
478  java/src/test/java/com/google/protobuf/ServiceTest.java                    \
479  java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java         \
480  java/src/test/java/com/google/protobuf/SmallSortedMapTest.java             \
481  java/src/test/java/com/google/protobuf/TestBadIdentifiers.java             \
482  java/src/test/java/com/google/protobuf/TestUtil.java                       \
483  java/src/test/java/com/google/protobuf/TextFormatTest.java                 \
484  java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java            \
485  java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java \
486  java/src/test/java/com/google/protobuf/WireFormatTest.java                 \
487  java/src/test/java/com/google/protobuf/lazy_fields_lite.proto              \
488  java/src/test/java/com/google/protobuf/lite_equals_and_hash.proto          \
489  java/src/test/java/com/google/protobuf/multiple_files_test.proto           \
490  java/src/test/java/com/google/protobuf/nested_builders_test.proto          \
491  java/src/test/java/com/google/protobuf/nested_extension_lite.proto         \
492  java/src/test/java/com/google/protobuf/nested_extension.proto              \
493  java/src/test/java/com/google/protobuf/non_nested_extension_lite.proto     \
494  java/src/test/java/com/google/protobuf/non_nested_extension.proto          \
495  java/src/test/java/com/google/protobuf/outer_class_name_test.proto         \
496  java/src/test/java/com/google/protobuf/outer_class_name_test2.proto        \
497  java/src/test/java/com/google/protobuf/outer_class_name_test3.proto        \
498  java/src/test/java/com/google/protobuf/test_bad_identifiers.proto          \
499  java/src/test/java/com/google/protobuf/test_check_utf8.proto               \
500  java/src/test/java/com/google/protobuf/test_check_utf8_size.proto          \
501  java/src/test/java/com/google/protobuf/test_custom_options.proto           \
502  java/pom.xml                                                               \
503  java/README.txt                                                            \
504  python/google/protobuf/internal/api_implementation.cc                      \
505  python/google/protobuf/internal/api_implementation.py                      \
506  python/google/protobuf/internal/api_implementation_default_test.py         \
507  python/google/protobuf/internal/containers.py                              \
508  python/google/protobuf/internal/cpp_message.py                             \
509  python/google/protobuf/internal/decoder.py                                 \
510  python/google/protobuf/internal/descriptor_database_test.py                \
511  python/google/protobuf/internal/descriptor_pool_test.py                    \
512  python/google/protobuf/internal/descriptor_pool_test1.proto                \
513  python/google/protobuf/internal/descriptor_pool_test2.proto                \
514  python/google/protobuf/internal/descriptor_python_test.py                  \
515  python/google/protobuf/internal/descriptor_test.py                         \
516  python/google/protobuf/internal/encoder.py                                 \
517  python/google/protobuf/internal/enum_type_wrapper.py                       \
518  python/google/protobuf/internal/factory_test1.proto                        \
519  python/google/protobuf/internal/factory_test2.proto                        \
520  python/google/protobuf/internal/generator_test.py                          \
521  python/google/protobuf/internal/message_factory_python_test.py             \
522  python/google/protobuf/internal/message_factory_test.py                    \
523  python/google/protobuf/internal/message_listener.py                        \
524  python/google/protobuf/internal/message_python_test.py                     \
525  python/google/protobuf/internal/message_test.py                            \
526  python/google/protobuf/internal/missing_enum_values.proto                  \
527  python/google/protobuf/internal/more_extensions.proto                      \
528  python/google/protobuf/internal/more_extensions_dynamic.proto              \
529  python/google/protobuf/internal/more_messages.proto                        \
530  python/google/protobuf/internal/python_message.py                          \
531  python/google/protobuf/internal/reflection_test.py                         \
532  python/google/protobuf/internal/service_reflection_test.py                 \
533  python/google/protobuf/internal/symbol_database_test.py                    \
534  python/google/protobuf/internal/test_bad_identifiers.proto                 \
535  python/google/protobuf/internal/test_util.py                               \
536  python/google/protobuf/internal/text_encoding_test.py                      \
537  python/google/protobuf/internal/text_format_test.py                        \
538  python/google/protobuf/internal/type_checkers.py                           \
539  python/google/protobuf/internal/unknown_fields_test.py                     \
540  python/google/protobuf/internal/wire_format.py                             \
541  python/google/protobuf/internal/wire_format_test.py                        \
542  python/google/protobuf/internal/__init__.py                                \
543  python/google/protobuf/pyext/README                                        \
544  python/google/protobuf/pyext/cpp_message.py                                \
545  python/google/protobuf/pyext/descriptor.h                                  \
546  python/google/protobuf/pyext/descriptor.cc                                 \
547  python/google/protobuf/pyext/descriptor_cpp2_test.py                       \
548  python/google/protobuf/pyext/extension_dict.h                              \
549  python/google/protobuf/pyext/extension_dict.cc                             \
550  python/google/protobuf/pyext/message.h                                     \
551  python/google/protobuf/pyext/message.cc                                    \
552  python/google/protobuf/pyext/message_factory_cpp2_test.py                  \
553  python/google/protobuf/pyext/proto2_api_test.proto                         \
554  python/google/protobuf/pyext/python.proto                                  \
555  python/google/protobuf/pyext/python_protobuf.h                             \
556  python/google/protobuf/pyext/reflection_cpp2_generated_test.py             \
557  python/google/protobuf/pyext/repeated_composite_container.h                \
558  python/google/protobuf/pyext/repeated_composite_container.cc               \
559  python/google/protobuf/pyext/repeated_scalar_container.h                   \
560  python/google/protobuf/pyext/repeated_scalar_container.cc                  \
561  python/google/protobuf/pyext/scoped_pyobject_ptr.h                         \
562  python/google/protobuf/pyext/__init__.py                                   \
563  python/google/protobuf/descriptor.py                                       \
564  python/google/protobuf/descriptor_database.py                              \
565  python/google/protobuf/descriptor_pool.py                                  \
566  python/google/protobuf/message.py                                          \
567  python/google/protobuf/message_factory.py                                  \
568  python/google/protobuf/reflection.py                                       \
569  python/google/protobuf/service.py                                          \
570  python/google/protobuf/service_reflection.py                               \
571  python/google/protobuf/symbol_database.py                                  \
572  python/google/protobuf/text_encoding.py                                    \
573  python/google/protobuf/text_format.py                                      \
574  python/google/protobuf/__init__.py                                         \
575  python/google/__init__.py                                                  \
576  python/ez_setup.py                                                         \
577  python/setup.py                                                            \
578  python/mox.py                                                              \
579  python/stubout.py                                                          \
580  python/README.txt
581
582
583# Deletes all the files generated by autogen.sh.
584MAINTAINERCLEANFILES = \
585  aclocal.m4             \
586  config.guess           \
587  config.sub             \
588  configure              \
589  depcomp                \
590  install-sh             \
591  ltmain.sh              \
592  Makefile.in            \
593  missing                \
594  mkinstalldirs          \
595  config.h.in            \
596  stamp.h.in             \
597  m4/ltsugar.m4          \
598  m4/libtool.m4          \
599  m4/ltversion.m4        \
600  m4/lt~obsolete.m4      \
601  m4/ltoptions.m4
602
603all: config.h
604	$(MAKE) $(AM_MAKEFLAGS) all-recursive
605
606.SUFFIXES:
607am--refresh: Makefile
608	@:
609$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
610	@for dep in $?; do \
611	  case '$(am__configure_deps)' in \
612	    *$$dep*) \
613	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
614	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
615		&& exit 0; \
616	      exit 1;; \
617	  esac; \
618	done; \
619	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
620	$(am__cd) $(top_srcdir) && \
621	  $(AUTOMAKE) --foreign Makefile
622.PRECIOUS: Makefile
623Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
624	@case '$?' in \
625	  *config.status*) \
626	    echo ' $(SHELL) ./config.status'; \
627	    $(SHELL) ./config.status;; \
628	  *) \
629	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
630	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
631	esac;
632
633$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
634	$(SHELL) ./config.status --recheck
635
636$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
637	$(am__cd) $(srcdir) && $(AUTOCONF)
638$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
639	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
640$(am__aclocal_m4_deps):
641
642config.h: stamp-h1
643	@test -f $@ || rm -f stamp-h1
644	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
645
646stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
647	@rm -f stamp-h1
648	cd $(top_builddir) && $(SHELL) ./config.status config.h
649$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
650	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
651	rm -f stamp-h1
652	touch $@
653
654distclean-hdr:
655	-rm -f config.h stamp-h1
656protobuf.pc: $(top_builddir)/config.status $(srcdir)/protobuf.pc.in
657	cd $(top_builddir) && $(SHELL) ./config.status $@
658protobuf-lite.pc: $(top_builddir)/config.status $(srcdir)/protobuf-lite.pc.in
659	cd $(top_builddir) && $(SHELL) ./config.status $@
660
661mostlyclean-libtool:
662	-rm -f *.lo
663
664clean-libtool:
665	-rm -rf .libs _libs
666
667distclean-libtool:
668	-rm -f libtool config.lt
669install-pkgconfigDATA: $(pkgconfig_DATA)
670	@$(NORMAL_INSTALL)
671	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
672	if test -n "$$list"; then \
673	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
674	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
675	fi; \
676	for p in $$list; do \
677	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
678	  echo "$$d$$p"; \
679	done | $(am__base_list) | \
680	while read files; do \
681	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
682	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
683	done
684
685uninstall-pkgconfigDATA:
686	@$(NORMAL_UNINSTALL)
687	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
688	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
689	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
690
691# This directory's subdirectories are mostly independent; you can cd
692# into them and run 'make' without going through this Makefile.
693# To change the values of 'make' variables: instead of editing Makefiles,
694# (1) if the variable is set in 'config.status', edit 'config.status'
695#     (which will cause the Makefiles to be regenerated when you run 'make');
696# (2) otherwise, pass the desired values on the 'make' command line.
697$(am__recursive_targets):
698	@fail=; \
699	if $(am__make_keepgoing); then \
700	  failcom='fail=yes'; \
701	else \
702	  failcom='exit 1'; \
703	fi; \
704	dot_seen=no; \
705	target=`echo $@ | sed s/-recursive//`; \
706	case "$@" in \
707	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
708	  *) list='$(SUBDIRS)' ;; \
709	esac; \
710	for subdir in $$list; do \
711	  echo "Making $$target in $$subdir"; \
712	  if test "$$subdir" = "."; then \
713	    dot_seen=yes; \
714	    local_target="$$target-am"; \
715	  else \
716	    local_target="$$target"; \
717	  fi; \
718	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
719	  || eval $$failcom; \
720	done; \
721	if test "$$dot_seen" = "no"; then \
722	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
723	fi; test -z "$$fail"
724
725ID: $(am__tagged_files)
726	$(am__define_uniq_tagged_files); mkid -fID $$unique
727tags: tags-recursive
728TAGS: tags
729
730tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
731	set x; \
732	here=`pwd`; \
733	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
734	  include_option=--etags-include; \
735	  empty_fix=.; \
736	else \
737	  include_option=--include; \
738	  empty_fix=; \
739	fi; \
740	list='$(SUBDIRS)'; for subdir in $$list; do \
741	  if test "$$subdir" = .; then :; else \
742	    test ! -f $$subdir/TAGS || \
743	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
744	  fi; \
745	done; \
746	$(am__define_uniq_tagged_files); \
747	shift; \
748	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
749	  test -n "$$unique" || unique=$$empty_fix; \
750	  if test $$# -gt 0; then \
751	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
752	      "$$@" $$unique; \
753	  else \
754	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
755	      $$unique; \
756	  fi; \
757	fi
758ctags: ctags-recursive
759
760CTAGS: ctags
761ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
762	$(am__define_uniq_tagged_files); \
763	test -z "$(CTAGS_ARGS)$$unique" \
764	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
765	     $$unique
766
767GTAGS:
768	here=`$(am__cd) $(top_builddir) && pwd` \
769	  && $(am__cd) $(top_srcdir) \
770	  && gtags -i $(GTAGS_ARGS) "$$here"
771cscope: cscope.files
772	test ! -s cscope.files \
773	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
774clean-cscope:
775	-rm -f cscope.files
776cscope.files: clean-cscope cscopelist
777cscopelist: cscopelist-recursive
778
779cscopelist-am: $(am__tagged_files)
780	list='$(am__tagged_files)'; \
781	case "$(srcdir)" in \
782	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
783	  *) sdir=$(subdir)/$(srcdir) ;; \
784	esac; \
785	for i in $$list; do \
786	  if test -f "$$i"; then \
787	    echo "$(subdir)/$$i"; \
788	  else \
789	    echo "$$sdir/$$i"; \
790	  fi; \
791	done >> $(top_builddir)/cscope.files
792
793distclean-tags:
794	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
795	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
796
797distdir: $(DISTFILES)
798	$(am__remove_distdir)
799	test -d "$(distdir)" || mkdir "$(distdir)"
800	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
801	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
802	list='$(DISTFILES)'; \
803	  dist_files=`for file in $$list; do echo $$file; done | \
804	  sed -e "s|^$$srcdirstrip/||;t" \
805	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
806	case $$dist_files in \
807	  */*) $(MKDIR_P) `echo "$$dist_files" | \
808			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
809			   sort -u` ;; \
810	esac; \
811	for file in $$dist_files; do \
812	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
813	  if test -d $$d/$$file; then \
814	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
815	    if test -d "$(distdir)/$$file"; then \
816	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
817	    fi; \
818	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
819	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
820	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
821	    fi; \
822	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
823	  else \
824	    test -f "$(distdir)/$$file" \
825	    || cp -p $$d/$$file "$(distdir)/$$file" \
826	    || exit 1; \
827	  fi; \
828	done
829	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
830	  if test "$$subdir" = .; then :; else \
831	    $(am__make_dryrun) \
832	      || test -d "$(distdir)/$$subdir" \
833	      || $(MKDIR_P) "$(distdir)/$$subdir" \
834	      || exit 1; \
835	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
836	    $(am__relativize); \
837	    new_distdir=$$reldir; \
838	    dir1=$$subdir; dir2="$(top_distdir)"; \
839	    $(am__relativize); \
840	    new_top_distdir=$$reldir; \
841	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
842	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
843	    ($(am__cd) $$subdir && \
844	      $(MAKE) $(AM_MAKEFLAGS) \
845	        top_distdir="$$new_top_distdir" \
846	        distdir="$$new_distdir" \
847		am__remove_distdir=: \
848		am__skip_length_check=: \
849		am__skip_mode_fix=: \
850	        distdir) \
851	      || exit 1; \
852	  fi; \
853	done
854	-test -n "$(am__skip_mode_fix)" \
855	|| find "$(distdir)" -type d ! -perm -755 \
856		-exec chmod u+rwx,go+rx {} \; -o \
857	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
858	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
859	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
860	|| chmod -R a+r "$(distdir)"
861dist-gzip: distdir
862	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
863	$(am__post_remove_distdir)
864
865dist-bzip2: distdir
866	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
867	$(am__post_remove_distdir)
868
869dist-lzip: distdir
870	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
871	$(am__post_remove_distdir)
872
873dist-xz: distdir
874	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
875	$(am__post_remove_distdir)
876
877dist-tarZ: distdir
878	@echo WARNING: "Support for shar distribution archives is" \
879	               "deprecated." >&2
880	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
881	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
882	$(am__post_remove_distdir)
883
884dist-shar: distdir
885	@echo WARNING: "Support for distribution archives compressed with" \
886		       "legacy program 'compress' is deprecated." >&2
887	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
888	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
889	$(am__post_remove_distdir)
890
891dist-zip: distdir
892	-rm -f $(distdir).zip
893	zip -rq $(distdir).zip $(distdir)
894	$(am__post_remove_distdir)
895
896dist dist-all:
897	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
898	$(am__post_remove_distdir)
899
900# This target untars the dist file and tries a VPATH configuration.  Then
901# it guarantees that the distribution is self-contained by making another
902# tarfile.
903distcheck: dist
904	case '$(DIST_ARCHIVES)' in \
905	*.tar.gz*) \
906	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
907	*.tar.bz2*) \
908	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
909	*.tar.lz*) \
910	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
911	*.tar.xz*) \
912	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
913	*.tar.Z*) \
914	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
915	*.shar.gz*) \
916	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
917	*.zip*) \
918	  unzip $(distdir).zip ;;\
919	esac
920	chmod -R a-w $(distdir)
921	chmod u+w $(distdir)
922	mkdir $(distdir)/_build $(distdir)/_inst
923	chmod a-w $(distdir)
924	test -d $(distdir)/_build || exit 0; \
925	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
926	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
927	  && am__cwd=`pwd` \
928	  && $(am__cd) $(distdir)/_build \
929	  && ../configure \
930	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
931	    $(DISTCHECK_CONFIGURE_FLAGS) \
932	    --srcdir=.. --prefix="$$dc_install_base" \
933	  && $(MAKE) $(AM_MAKEFLAGS) \
934	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
935	  && $(MAKE) $(AM_MAKEFLAGS) check \
936	  && $(MAKE) $(AM_MAKEFLAGS) install \
937	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
938	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
939	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
940	        distuninstallcheck \
941	  && chmod -R a-w "$$dc_install_base" \
942	  && ({ \
943	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
944	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
945	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
946	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
947	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
948	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
949	  && rm -rf "$$dc_destdir" \
950	  && $(MAKE) $(AM_MAKEFLAGS) dist \
951	  && rm -rf $(DIST_ARCHIVES) \
952	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
953	  && cd "$$am__cwd" \
954	  || exit 1
955	$(am__post_remove_distdir)
956	@(echo "$(distdir) archives ready for distribution: "; \
957	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
958	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
959distuninstallcheck:
960	@test -n '$(distuninstallcheck_dir)' || { \
961	  echo 'ERROR: trying to run $@ with an empty' \
962	       '$$(distuninstallcheck_dir)' >&2; \
963	  exit 1; \
964	}; \
965	$(am__cd) '$(distuninstallcheck_dir)' || { \
966	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
967	  exit 1; \
968	}; \
969	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
970	   || { echo "ERROR: files left after uninstall:" ; \
971	        if test -n "$(DESTDIR)"; then \
972	          echo "  (check DESTDIR support)"; \
973	        fi ; \
974	        $(distuninstallcheck_listfiles) ; \
975	        exit 1; } >&2
976distcleancheck: distclean
977	@if test '$(srcdir)' = . ; then \
978	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
979	  exit 1 ; \
980	fi
981	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
982	  || { echo "ERROR: files left in build directory after distclean:" ; \
983	       $(distcleancheck_listfiles) ; \
984	       exit 1; } >&2
985check-am: all-am
986	$(MAKE) $(AM_MAKEFLAGS) check-local
987check: check-recursive
988all-am: Makefile $(DATA) config.h
989installdirs: installdirs-recursive
990installdirs-am:
991	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
992	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
993	done
994install: install-recursive
995install-exec: install-exec-recursive
996install-data: install-data-recursive
997uninstall: uninstall-recursive
998
999install-am: all-am
1000	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1001
1002installcheck: installcheck-recursive
1003install-strip:
1004	if test -z '$(STRIP)'; then \
1005	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1006	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1007	      install; \
1008	else \
1009	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1010	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1011	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1012	fi
1013mostlyclean-generic:
1014
1015clean-generic:
1016
1017distclean-generic:
1018	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1019	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1020
1021maintainer-clean-generic:
1022	@echo "This command is intended for maintainers to use"
1023	@echo "it deletes files that may require special tools to rebuild."
1024	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1025clean: clean-recursive
1026
1027clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1028
1029distclean: distclean-recursive
1030	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1031	-rm -f Makefile
1032distclean-am: clean-am distclean-generic distclean-hdr \
1033	distclean-libtool distclean-tags
1034
1035dvi: dvi-recursive
1036
1037dvi-am:
1038
1039html: html-recursive
1040
1041html-am:
1042
1043info: info-recursive
1044
1045info-am:
1046
1047install-data-am: install-pkgconfigDATA
1048
1049install-dvi: install-dvi-recursive
1050
1051install-dvi-am:
1052
1053install-exec-am:
1054
1055install-html: install-html-recursive
1056
1057install-html-am:
1058
1059install-info: install-info-recursive
1060
1061install-info-am:
1062
1063install-man:
1064
1065install-pdf: install-pdf-recursive
1066
1067install-pdf-am:
1068
1069install-ps: install-ps-recursive
1070
1071install-ps-am:
1072
1073installcheck-am:
1074
1075maintainer-clean: maintainer-clean-recursive
1076	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1077	-rm -rf $(top_srcdir)/autom4te.cache
1078	-rm -f Makefile
1079maintainer-clean-am: distclean-am maintainer-clean-generic
1080
1081mostlyclean: mostlyclean-recursive
1082
1083mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1084
1085pdf: pdf-recursive
1086
1087pdf-am:
1088
1089ps: ps-recursive
1090
1091ps-am:
1092
1093uninstall-am: uninstall-pkgconfigDATA
1094
1095.MAKE: $(am__recursive_targets) all check-am install-am install-strip
1096
1097.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1098	am--refresh check check-am check-local clean clean-cscope \
1099	clean-generic clean-libtool clean-local cscope cscopelist-am \
1100	ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1101	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1102	distclean-generic distclean-hdr distclean-libtool \
1103	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1104	dvi-am html html-am info info-am install install-am \
1105	install-data install-data-am install-dvi install-dvi-am \
1106	install-exec install-exec-am install-html install-html-am \
1107	install-info install-info-am install-man install-pdf \
1108	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1109	install-strip installcheck installcheck-am installdirs \
1110	installdirs-am maintainer-clean maintainer-clean-generic \
1111	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1112	ps ps-am tags tags-am uninstall uninstall-am \
1113	uninstall-pkgconfigDATA
1114
1115
1116# Build gtest before we build protobuf tests.  We don't add gtest to SUBDIRS
1117# because then "make check" would also build and run all of gtest's own tests,
1118# which takes a lot of time and is generally not useful to us.  Also, we don't
1119# want "make install" to recurse into gtest since we don't want to overwrite
1120# the installed version of gtest if there is one.
1121check-local:
1122	@echo "Making lib/libgtest.a lib/libgtest_main.a in gtest"
1123	@cd gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
1124
1125# We would like to clean gtest when "make clean" is invoked.  But we have to
1126# be careful because clean-local is also invoked during "make distclean", but
1127# "make distclean" already recurses into gtest because it's listed among the
1128# DIST_SUBDIRS.  distclean will delete gtest/Makefile, so if we then try to
1129# cd to the directory again and "make clean" it will fail.  So, check that the
1130# Makefile exists before recursing.
1131clean-local:
1132	@if test -e gtest/Makefile; then \
1133	  echo "Making clean in gtest"; \
1134	  cd gtest && $(MAKE) $(AM_MAKEFLAGS) clean; \
1135	fi
1136
1137# Tell versions [3.59,3.63) of GNU make to not export all variables.
1138# Otherwise a system limit (for SysV at least) may be exceeded.
1139.NOEXPORT:
1140