Home | History | Annotate | Download | only in protobuf
      1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
      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 
     17 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkglibdir = $(libdir)/@PACKAGE@
     20 pkgincludedir = $(includedir)/@PACKAGE@
     21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     22 install_sh_DATA = $(install_sh) -c -m 644
     23 install_sh_PROGRAM = $(install_sh) -c
     24 install_sh_SCRIPT = $(install_sh) -c
     25 INSTALL_HEADER = $(INSTALL_DATA)
     26 transform = $(program_transform_name)
     27 NORMAL_INSTALL = :
     28 PRE_INSTALL = :
     29 POST_INSTALL = :
     30 NORMAL_UNINSTALL = :
     31 PRE_UNINSTALL = :
     32 POST_UNINSTALL = :
     33 build_triplet = @build@
     34 host_triplet = @host@
     35 target_triplet = @target@
     36 subdir = .
     37 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
     38 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
     39 	$(srcdir)/protobuf-lite.pc.in $(srcdir)/protobuf.pc.in \
     40 	$(top_srcdir)/configure config.guess config.sub depcomp \
     41 	install-sh ltmain.sh missing
     42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     43 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_system_extensions.m4 \
     44 	$(top_srcdir)/m4/acx_check_suncc.m4 \
     45 	$(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
     46 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     47 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     48 	$(top_srcdir)/m4/stl_hash.m4 $(top_srcdir)/configure.ac
     49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     50 	$(ACLOCAL_M4)
     51 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     52  configure.lineno config.status.lineno
     53 mkinstalldirs = $(install_sh) -d
     54 CONFIG_HEADER = config.h
     55 CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc
     56 SOURCES =
     57 DIST_SOURCES =
     58 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     59 	html-recursive info-recursive install-data-recursive \
     60 	install-dvi-recursive install-exec-recursive \
     61 	install-html-recursive install-info-recursive \
     62 	install-pdf-recursive install-ps-recursive install-recursive \
     63 	installcheck-recursive installdirs-recursive pdf-recursive \
     64 	ps-recursive uninstall-recursive
     65 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     66 am__vpath_adj = case $$p in \
     67     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     68     *) f=$$p;; \
     69   esac;
     70 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
     71 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
     72 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
     73 DATA = $(pkgconfig_DATA)
     74 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
     75   distclean-recursive maintainer-clean-recursive
     76 ETAGS = etags
     77 CTAGS = ctags
     78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     79 distdir = $(PACKAGE)-$(VERSION)
     80 top_distdir = $(distdir)
     81 am__remove_distdir = \
     82   { test ! -d $(distdir) \
     83     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
     84          && rm -fr $(distdir); }; }
     85 DIST_ARCHIVES = $(distdir).tar.gz
     86 GZIP_ENV = --best
     87 distuninstallcheck_listfiles = find . -type f -print
     88 distcleancheck_listfiles = find . -type f -print
     89 ACLOCAL = @ACLOCAL@
     90 AMTAR = @AMTAR@
     91 AR = @AR@
     92 AUTOCONF = @AUTOCONF@
     93 AUTOHEADER = @AUTOHEADER@
     94 AUTOMAKE = @AUTOMAKE@
     95 AWK = @AWK@
     96 CC = @CC@
     97 CCDEPMODE = @CCDEPMODE@
     98 CFLAGS = @CFLAGS@
     99 CPPFLAGS = @CPPFLAGS@
    100 CXX = @CXX@
    101 CXXCPP = @CXXCPP@
    102 CXXDEPMODE = @CXXDEPMODE@
    103 CXXFLAGS = @CXXFLAGS@
    104 CYGPATH_W = @CYGPATH_W@
    105 DEFS = @DEFS@
    106 DEPDIR = @DEPDIR@
    107 DSYMUTIL = @DSYMUTIL@
    108 DUMPBIN = @DUMPBIN@
    109 ECHO_C = @ECHO_C@
    110 ECHO_N = @ECHO_N@
    111 ECHO_T = @ECHO_T@
    112 EGREP = @EGREP@
    113 EXEEXT = @EXEEXT@
    114 FGREP = @FGREP@
    115 GREP = @GREP@
    116 INSTALL = @INSTALL@
    117 INSTALL_DATA = @INSTALL_DATA@
    118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    121 ISAINFO = @ISAINFO@
    122 LD = @LD@
    123 LDFLAGS = @LDFLAGS@
    124 LIBOBJS = @LIBOBJS@
    125 LIBS = @LIBS@
    126 LIBTOOL = @LIBTOOL@
    127 LIPO = @LIPO@
    128 LN_S = @LN_S@
    129 LTLIBOBJS = @LTLIBOBJS@
    130 MAKEINFO = @MAKEINFO@
    131 MKDIR_P = @MKDIR_P@
    132 NM = @NM@
    133 NMEDIT = @NMEDIT@
    134 OBJEXT = @OBJEXT@
    135 OTOOL = @OTOOL@
    136 OTOOL64 = @OTOOL64@
    137 PACKAGE = @PACKAGE@
    138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    139 PACKAGE_NAME = @PACKAGE_NAME@
    140 PACKAGE_STRING = @PACKAGE_STRING@
    141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    142 PACKAGE_VERSION = @PACKAGE_VERSION@
    143 PATH_SEPARATOR = @PATH_SEPARATOR@
    144 POW_LIB = @POW_LIB@
    145 PROTOBUF_OPT_FLAG = @PROTOBUF_OPT_FLAG@
    146 PROTOC = @PROTOC@
    147 PTHREAD_CC = @PTHREAD_CC@
    148 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    149 PTHREAD_LIBS = @PTHREAD_LIBS@
    150 RANLIB = @RANLIB@
    151 SED = @SED@
    152 SET_MAKE = @SET_MAKE@
    153 SHELL = @SHELL@
    154 STRIP = @STRIP@
    155 VERSION = @VERSION@
    156 abs_builddir = @abs_builddir@
    157 abs_srcdir = @abs_srcdir@
    158 abs_top_builddir = @abs_top_builddir@
    159 abs_top_srcdir = @abs_top_srcdir@
    160 ac_ct_CC = @ac_ct_CC@
    161 ac_ct_CXX = @ac_ct_CXX@
    162 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    163 acx_pthread_config = @acx_pthread_config@
    164 am__include = @am__include@
    165 am__leading_dot = @am__leading_dot@
    166 am__quote = @am__quote@
    167 am__tar = @am__tar@
    168 am__untar = @am__untar@
    169 bindir = @bindir@
    170 build = @build@
    171 build_alias = @build_alias@
    172 build_cpu = @build_cpu@
    173 build_os = @build_os@
    174 build_vendor = @build_vendor@
    175 builddir = @builddir@
    176 datadir = @datadir@
    177 datarootdir = @datarootdir@
    178 docdir = @docdir@
    179 dvidir = @dvidir@
    180 exec_prefix = @exec_prefix@
    181 host = @host@
    182 host_alias = @host_alias@
    183 host_cpu = @host_cpu@
    184 host_os = @host_os@
    185 host_vendor = @host_vendor@
    186 htmldir = @htmldir@
    187 includedir = @includedir@
    188 infodir = @infodir@
    189 install_sh = @install_sh@
    190 libdir = @libdir@
    191 libexecdir = @libexecdir@
    192 localedir = @localedir@
    193 localstatedir = @localstatedir@
    194 lt_ECHO = @lt_ECHO@
    195 mandir = @mandir@
    196 mkdir_p = @mkdir_p@
    197 oldincludedir = @oldincludedir@
    198 pdfdir = @pdfdir@
    199 prefix = @prefix@
    200 program_transform_name = @program_transform_name@
    201 psdir = @psdir@
    202 sbindir = @sbindir@
    203 sharedstatedir = @sharedstatedir@
    204 srcdir = @srcdir@
    205 subdirs = @subdirs@
    206 sysconfdir = @sysconfdir@
    207 target = @target@
    208 target_alias = @target_alias@
    209 target_cpu = @target_cpu@
    210 target_os = @target_os@
    211 target_vendor = @target_vendor@
    212 top_builddir = @top_builddir@
    213 top_srcdir = @top_srcdir@
    214 ACLOCAL_AMFLAGS = -I m4
    215 AUTOMAKE_OPTIONS = foreign
    216 
    217 # Build . before src so that our all-local and clean-local hooks kicks in at
    218 # the right time.
    219 SUBDIRS = . src
    220 
    221 # Always include gtest in distributions.
    222 DIST_SUBDIRS = $(subdirs) src
    223 pkgconfigdir = $(libdir)/pkgconfig
    224 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
    225 EXTRA_DIST = \
    226   autogen.sh                                                                 \
    227   generate_descriptor_proto.sh                                               \
    228   README.txt                                                                 \
    229   INSTALL.txt                                                                \
    230   COPYING.txt                                                                \
    231   CONTRIBUTORS.txt                                                           \
    232   CHANGES.txt                                                                \
    233   editors/README.txt                                                         \
    234   editors/proto.vim                                                          \
    235   editors/protobuf-mode.el                                                   \
    236   vsprojects/config.h                                                        \
    237   vsprojects/extract_includes.bat                                            \
    238   vsprojects/libprotobuf.vcproj                                              \
    239   vsprojects/libprotobuf-lite.vcproj                                         \
    240   vsprojects/libprotoc.vcproj                                                \
    241   vsprojects/protobuf.sln                                                    \
    242   vsprojects/protoc.vcproj                                                   \
    243   vsprojects/readme.txt                                                      \
    244   vsprojects/test_plugin.vcproj                                              \
    245   vsprojects/tests.vcproj                                                    \
    246   vsprojects/lite-test.vcproj                                                \
    247   vsprojects/convert2008to2005.sh                                            \
    248   examples/README.txt                                                        \
    249   examples/Makefile                                                          \
    250   examples/addressbook.proto                                                 \
    251   examples/add_person.cc                                                     \
    252   examples/list_people.cc                                                    \
    253   examples/AddPerson.java                                                    \
    254   examples/ListPeople.java                                                   \
    255   examples/add_person.py                                                     \
    256   examples/list_people.py                                                    \
    257   java/src/main/java/com/google/protobuf/AbstractMessage.java                \
    258   java/src/main/java/com/google/protobuf/AbstractMessageLite.java            \
    259   java/src/main/java/com/google/protobuf/BlockingRpcChannel.java             \
    260   java/src/main/java/com/google/protobuf/BlockingService.java                \
    261   java/src/main/java/com/google/protobuf/ByteString.java                     \
    262   java/src/main/java/com/google/protobuf/CodedInputStream.java               \
    263   java/src/main/java/com/google/protobuf/CodedOutputStream.java              \
    264   java/src/main/java/com/google/protobuf/Descriptors.java                    \
    265   java/src/main/java/com/google/protobuf/DynamicMessage.java                 \
    266   java/src/main/java/com/google/protobuf/ExtensionRegistry.java              \
    267   java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java          \
    268   java/src/main/java/com/google/protobuf/FieldSet.java                       \
    269   java/src/main/java/com/google/protobuf/GeneratedMessage.java               \
    270   java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           \
    271   java/src/main/java/com/google/protobuf/Internal.java                       \
    272   java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java \
    273   java/src/main/java/com/google/protobuf/Message.java                        \
    274   java/src/main/java/com/google/protobuf/MessageLite.java                    \
    275   java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java            \
    276   java/src/main/java/com/google/protobuf/RpcCallback.java                    \
    277   java/src/main/java/com/google/protobuf/RpcChannel.java                     \
    278   java/src/main/java/com/google/protobuf/RpcController.java                  \
    279   java/src/main/java/com/google/protobuf/RpcUtil.java                        \
    280   java/src/main/java/com/google/protobuf/Service.java                        \
    281   java/src/main/java/com/google/protobuf/ServiceException.java               \
    282   java/src/main/java/com/google/protobuf/TextFormat.java                     \
    283   java/src/main/java/com/google/protobuf/UninitializedMessageException.java  \
    284   java/src/main/java/com/google/protobuf/UnknownFieldSet.java                \
    285   java/src/main/java/com/google/protobuf/WireFormat.java                     \
    286   java/src/test/java/com/google/protobuf/AbstractMessageTest.java            \
    287   java/src/test/java/com/google/protobuf/CodedInputStreamTest.java           \
    288   java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java          \
    289   java/src/test/java/com/google/protobuf/DescriptorsTest.java                \
    290   java/src/test/java/com/google/protobuf/DynamicMessageTest.java             \
    291   java/src/test/java/com/google/protobuf/GeneratedMessageTest.java           \
    292   java/src/test/java/com/google/protobuf/LiteTest.java                       \
    293   java/src/test/java/com/google/protobuf/MessageTest.java                    \
    294   java/src/test/java/com/google/protobuf/ServiceTest.java                    \
    295   java/src/test/java/com/google/protobuf/TestUtil.java                       \
    296   java/src/test/java/com/google/protobuf/TextFormatTest.java                 \
    297   java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java            \
    298   java/src/test/java/com/google/protobuf/WireFormatTest.java                 \
    299   java/src/test/java/com/google/protobuf/multiple_files_test.proto           \
    300   java/pom.xml                                                               \
    301   java/README.txt                                                            \
    302   python/google/protobuf/internal/generator_test.py                          \
    303   python/google/protobuf/internal/containers.py                              \
    304   python/google/protobuf/internal/decoder.py                                 \
    305   python/google/protobuf/internal/descriptor_test.py                         \
    306   python/google/protobuf/internal/encoder.py                                 \
    307   python/google/protobuf/internal/message_listener.py                        \
    308   python/google/protobuf/internal/message_test.py                            \
    309   python/google/protobuf/internal/more_extensions.proto                      \
    310   python/google/protobuf/internal/more_messages.proto                        \
    311   python/google/protobuf/internal/reflection_test.py                         \
    312   python/google/protobuf/internal/service_reflection_test.py                 \
    313   python/google/protobuf/internal/test_util.py                               \
    314   python/google/protobuf/internal/text_format_test.py                        \
    315   python/google/protobuf/internal/type_checkers.py                           \
    316   python/google/protobuf/internal/wire_format.py                             \
    317   python/google/protobuf/internal/wire_format_test.py                        \
    318   python/google/protobuf/internal/__init__.py                                \
    319   python/google/protobuf/descriptor.py                                       \
    320   python/google/protobuf/message.py                                          \
    321   python/google/protobuf/reflection.py                                       \
    322   python/google/protobuf/service.py                                          \
    323   python/google/protobuf/service_reflection.py                               \
    324   python/google/protobuf/text_format.py                                      \
    325   python/google/protobuf/__init__.py                                         \
    326   python/google/__init__.py                                                  \
    327   python/ez_setup.py                                                         \
    328   python/setup.py                                                            \
    329   python/mox.py                                                              \
    330   python/stubout.py                                                          \
    331   python/README.txt
    332 
    333 
    334 # Deletes all the files generated by autogen.sh.
    335 MAINTAINERCLEANFILES = \
    336   aclocal.m4             \
    337   config.guess           \
    338   config.sub             \
    339   configure              \
    340   depcomp                \
    341   install-sh             \
    342   ltmain.sh              \
    343   Makefile.in            \
    344   missing                \
    345   mkinstalldirs          \
    346   config.h.in            \
    347   stamp.h.in             \
    348   m4/ltsugar.m4          \
    349   m4/libtool.m4          \
    350   m4/ltversion.m4        \
    351   m4/lt~obsolete.m4      \
    352   m4/ltoptions.m4
    353 
    354 all: config.h
    355 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    356 
    357 .SUFFIXES:
    358 am--refresh:
    359 	@:
    360 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    361 	@for dep in $?; do \
    362 	  case '$(am__configure_deps)' in \
    363 	    *$$dep*) \
    364 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
    365 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
    366 		&& exit 0; \
    367 	      exit 1;; \
    368 	  esac; \
    369 	done; \
    370 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
    371 	cd $(top_srcdir) && \
    372 	  $(AUTOMAKE) --foreign  Makefile
    373 .PRECIOUS: Makefile
    374 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    375 	@case '$?' in \
    376 	  *config.status*) \
    377 	    echo ' $(SHELL) ./config.status'; \
    378 	    $(SHELL) ./config.status;; \
    379 	  *) \
    380 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    381 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    382 	esac;
    383 
    384 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    385 	$(SHELL) ./config.status --recheck
    386 
    387 $(top_srcdir)/configure:  $(am__configure_deps)
    388 	cd $(srcdir) && $(AUTOCONF)
    389 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    390 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    391 
    392 config.h: stamp-h1
    393 	@if test ! -f $@; then \
    394 	  rm -f stamp-h1; \
    395 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    396 	else :; fi
    397 
    398 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    399 	@rm -f stamp-h1
    400 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    401 $(srcdir)/config.h.in:  $(am__configure_deps) 
    402 	cd $(top_srcdir) && $(AUTOHEADER)
    403 	rm -f stamp-h1
    404 	touch $@
    405 
    406 distclean-hdr:
    407 	-rm -f config.h stamp-h1
    408 protobuf.pc: $(top_builddir)/config.status $(srcdir)/protobuf.pc.in
    409 	cd $(top_builddir) && $(SHELL) ./config.status $@
    410 protobuf-lite.pc: $(top_builddir)/config.status $(srcdir)/protobuf-lite.pc.in
    411 	cd $(top_builddir) && $(SHELL) ./config.status $@
    412 
    413 mostlyclean-libtool:
    414 	-rm -f *.lo
    415 
    416 clean-libtool:
    417 	-rm -rf .libs _libs
    418 
    419 distclean-libtool:
    420 	-rm -f libtool
    421 install-pkgconfigDATA: $(pkgconfig_DATA)
    422 	@$(NORMAL_INSTALL)
    423 	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
    424 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
    425 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    426 	  f=$(am__strip_dir) \
    427 	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
    428 	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
    429 	done
    430 
    431 uninstall-pkgconfigDATA:
    432 	@$(NORMAL_UNINSTALL)
    433 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
    434 	  f=$(am__strip_dir) \
    435 	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
    436 	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
    437 	done
    438 
    439 # This directory's subdirectories are mostly independent; you can cd
    440 # into them and run `make' without going through this Makefile.
    441 # To change the values of `make' variables: instead of editing Makefiles,
    442 # (1) if the variable is set in `config.status', edit `config.status'
    443 #     (which will cause the Makefiles to be regenerated when you run `make');
    444 # (2) otherwise, pass the desired values on the `make' command line.
    445 $(RECURSIVE_TARGETS):
    446 	@failcom='exit 1'; \
    447 	for f in x $$MAKEFLAGS; do \
    448 	  case $$f in \
    449 	    *=* | --[!k]*);; \
    450 	    *k*) failcom='fail=yes';; \
    451 	  esac; \
    452 	done; \
    453 	dot_seen=no; \
    454 	target=`echo $@ | sed s/-recursive//`; \
    455 	list='$(SUBDIRS)'; for subdir in $$list; do \
    456 	  echo "Making $$target in $$subdir"; \
    457 	  if test "$$subdir" = "."; then \
    458 	    dot_seen=yes; \
    459 	    local_target="$$target-am"; \
    460 	  else \
    461 	    local_target="$$target"; \
    462 	  fi; \
    463 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    464 	  || eval $$failcom; \
    465 	done; \
    466 	if test "$$dot_seen" = "no"; then \
    467 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    468 	fi; test -z "$$fail"
    469 
    470 $(RECURSIVE_CLEAN_TARGETS):
    471 	@failcom='exit 1'; \
    472 	for f in x $$MAKEFLAGS; do \
    473 	  case $$f in \
    474 	    *=* | --[!k]*);; \
    475 	    *k*) failcom='fail=yes';; \
    476 	  esac; \
    477 	done; \
    478 	dot_seen=no; \
    479 	case "$@" in \
    480 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    481 	  *) list='$(SUBDIRS)' ;; \
    482 	esac; \
    483 	rev=''; for subdir in $$list; do \
    484 	  if test "$$subdir" = "."; then :; else \
    485 	    rev="$$subdir $$rev"; \
    486 	  fi; \
    487 	done; \
    488 	rev="$$rev ."; \
    489 	target=`echo $@ | sed s/-recursive//`; \
    490 	for subdir in $$rev; do \
    491 	  echo "Making $$target in $$subdir"; \
    492 	  if test "$$subdir" = "."; then \
    493 	    local_target="$$target-am"; \
    494 	  else \
    495 	    local_target="$$target"; \
    496 	  fi; \
    497 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    498 	  || eval $$failcom; \
    499 	done && test -z "$$fail"
    500 tags-recursive:
    501 	list='$(SUBDIRS)'; for subdir in $$list; do \
    502 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    503 	done
    504 ctags-recursive:
    505 	list='$(SUBDIRS)'; for subdir in $$list; do \
    506 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    507 	done
    508 
    509 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    510 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    511 	unique=`for i in $$list; do \
    512 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    513 	  done | \
    514 	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
    515 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    516 	mkid -fID $$unique
    517 tags: TAGS
    518 
    519 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    520 		$(TAGS_FILES) $(LISP)
    521 	tags=; \
    522 	here=`pwd`; \
    523 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    524 	  include_option=--etags-include; \
    525 	  empty_fix=.; \
    526 	else \
    527 	  include_option=--include; \
    528 	  empty_fix=; \
    529 	fi; \
    530 	list='$(SUBDIRS)'; for subdir in $$list; do \
    531 	  if test "$$subdir" = .; then :; else \
    532 	    test ! -f $$subdir/TAGS || \
    533 	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    534 	  fi; \
    535 	done; \
    536 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    537 	unique=`for i in $$list; do \
    538 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    539 	  done | \
    540 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    541 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    542 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    543 	  test -n "$$unique" || unique=$$empty_fix; \
    544 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    545 	    $$tags $$unique; \
    546 	fi
    547 ctags: CTAGS
    548 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    549 		$(TAGS_FILES) $(LISP)
    550 	tags=; \
    551 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    552 	unique=`for i in $$list; do \
    553 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    554 	  done | \
    555 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    556 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    557 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    558 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    559 	     $$tags $$unique
    560 
    561 GTAGS:
    562 	here=`$(am__cd) $(top_builddir) && pwd` \
    563 	  && cd $(top_srcdir) \
    564 	  && gtags -i $(GTAGS_ARGS) $$here
    565 
    566 distclean-tags:
    567 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    568 
    569 distdir: $(DISTFILES)
    570 	$(am__remove_distdir)
    571 	test -d $(distdir) || mkdir $(distdir)
    572 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    573 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    574 	list='$(DISTFILES)'; \
    575 	  dist_files=`for file in $$list; do echo $$file; done | \
    576 	  sed -e "s|^$$srcdirstrip/||;t" \
    577 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    578 	case $$dist_files in \
    579 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    580 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    581 			   sort -u` ;; \
    582 	esac; \
    583 	for file in $$dist_files; do \
    584 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    585 	  if test -d $$d/$$file; then \
    586 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    587 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    588 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    589 	    fi; \
    590 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    591 	  else \
    592 	    test -f $(distdir)/$$file \
    593 	    || cp -p $$d/$$file $(distdir)/$$file \
    594 	    || exit 1; \
    595 	  fi; \
    596 	done
    597 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    598 	  if test "$$subdir" = .; then :; else \
    599 	    test -d "$(distdir)/$$subdir" \
    600 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
    601 	    || exit 1; \
    602 	    distdir=`$(am__cd) $(distdir) && pwd`; \
    603 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    604 	    (cd $$subdir && \
    605 	      $(MAKE) $(AM_MAKEFLAGS) \
    606 	        top_distdir="$$top_distdir" \
    607 	        distdir="$$distdir/$$subdir" \
    608 		am__remove_distdir=: \
    609 		am__skip_length_check=: \
    610 	        distdir) \
    611 	      || exit 1; \
    612 	  fi; \
    613 	done
    614 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    615 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    616 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    617 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    618 	|| chmod -R a+r $(distdir)
    619 dist-gzip: distdir
    620 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    621 	$(am__remove_distdir)
    622 
    623 dist-bzip2: distdir
    624 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    625 	$(am__remove_distdir)
    626 
    627 dist-lzma: distdir
    628 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    629 	$(am__remove_distdir)
    630 
    631 dist-tarZ: distdir
    632 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    633 	$(am__remove_distdir)
    634 
    635 dist-shar: distdir
    636 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    637 	$(am__remove_distdir)
    638 
    639 dist-zip: distdir
    640 	-rm -f $(distdir).zip
    641 	zip -rq $(distdir).zip $(distdir)
    642 	$(am__remove_distdir)
    643 
    644 dist dist-all: distdir
    645 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    646 	$(am__remove_distdir)
    647 
    648 # This target untars the dist file and tries a VPATH configuration.  Then
    649 # it guarantees that the distribution is self-contained by making another
    650 # tarfile.
    651 distcheck: dist
    652 	case '$(DIST_ARCHIVES)' in \
    653 	*.tar.gz*) \
    654 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    655 	*.tar.bz2*) \
    656 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    657 	*.tar.lzma*) \
    658 	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
    659 	*.tar.Z*) \
    660 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    661 	*.shar.gz*) \
    662 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    663 	*.zip*) \
    664 	  unzip $(distdir).zip ;;\
    665 	esac
    666 	chmod -R a-w $(distdir); chmod a+w $(distdir)
    667 	mkdir $(distdir)/_build
    668 	mkdir $(distdir)/_inst
    669 	chmod a-w $(distdir)
    670 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    671 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    672 	  && cd $(distdir)/_build \
    673 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    674 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    675 	  && $(MAKE) $(AM_MAKEFLAGS) \
    676 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    677 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    678 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    679 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    680 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    681 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    682 	        distuninstallcheck \
    683 	  && chmod -R a-w "$$dc_install_base" \
    684 	  && ({ \
    685 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    686 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    687 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    688 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    689 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    690 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    691 	  && rm -rf "$$dc_destdir" \
    692 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    693 	  && rm -rf $(DIST_ARCHIVES) \
    694 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    695 	$(am__remove_distdir)
    696 	@(echo "$(distdir) archives ready for distribution: "; \
    697 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    698 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    699 distuninstallcheck:
    700 	@cd $(distuninstallcheck_dir) \
    701 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
    702 	   || { echo "ERROR: files left after uninstall:" ; \
    703 	        if test -n "$(DESTDIR)"; then \
    704 	          echo "  (check DESTDIR support)"; \
    705 	        fi ; \
    706 	        $(distuninstallcheck_listfiles) ; \
    707 	        exit 1; } >&2
    708 distcleancheck: distclean
    709 	@if test '$(srcdir)' = . ; then \
    710 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    711 	  exit 1 ; \
    712 	fi
    713 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    714 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    715 	       $(distcleancheck_listfiles) ; \
    716 	       exit 1; } >&2
    717 check-am: all-am
    718 	$(MAKE) $(AM_MAKEFLAGS) check-local
    719 check: check-recursive
    720 all-am: Makefile $(DATA) config.h
    721 installdirs: installdirs-recursive
    722 installdirs-am:
    723 	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
    724 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    725 	done
    726 install: install-recursive
    727 install-exec: install-exec-recursive
    728 install-data: install-data-recursive
    729 uninstall: uninstall-recursive
    730 
    731 install-am: all-am
    732 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    733 
    734 installcheck: installcheck-recursive
    735 install-strip:
    736 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    737 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    738 	  `test -z '$(STRIP)' || \
    739 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    740 mostlyclean-generic:
    741 
    742 clean-generic:
    743 
    744 distclean-generic:
    745 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    746 
    747 maintainer-clean-generic:
    748 	@echo "This command is intended for maintainers to use"
    749 	@echo "it deletes files that may require special tools to rebuild."
    750 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
    751 clean: clean-recursive
    752 
    753 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
    754 
    755 distclean: distclean-recursive
    756 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    757 	-rm -f Makefile
    758 distclean-am: clean-am distclean-generic distclean-hdr \
    759 	distclean-libtool distclean-tags
    760 
    761 dvi: dvi-recursive
    762 
    763 dvi-am:
    764 
    765 html: html-recursive
    766 
    767 info: info-recursive
    768 
    769 info-am:
    770 
    771 install-data-am: install-pkgconfigDATA
    772 
    773 install-dvi: install-dvi-recursive
    774 
    775 install-exec-am:
    776 
    777 install-html: install-html-recursive
    778 
    779 install-info: install-info-recursive
    780 
    781 install-man:
    782 
    783 install-pdf: install-pdf-recursive
    784 
    785 install-ps: install-ps-recursive
    786 
    787 installcheck-am:
    788 
    789 maintainer-clean: maintainer-clean-recursive
    790 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    791 	-rm -rf $(top_srcdir)/autom4te.cache
    792 	-rm -f Makefile
    793 maintainer-clean-am: distclean-am maintainer-clean-generic
    794 
    795 mostlyclean: mostlyclean-recursive
    796 
    797 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    798 
    799 pdf: pdf-recursive
    800 
    801 pdf-am:
    802 
    803 ps: ps-recursive
    804 
    805 ps-am:
    806 
    807 uninstall-am: uninstall-pkgconfigDATA
    808 
    809 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
    810 	install-strip
    811 
    812 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    813 	all all-am am--refresh check check-am check-local clean \
    814 	clean-generic clean-libtool clean-local ctags ctags-recursive \
    815 	dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
    816 	dist-tarZ dist-zip distcheck distclean distclean-generic \
    817 	distclean-hdr distclean-libtool distclean-tags distcleancheck \
    818 	distdir distuninstallcheck dvi dvi-am html html-am info \
    819 	info-am install install-am install-data install-data-am \
    820 	install-dvi install-dvi-am install-exec install-exec-am \
    821 	install-html install-html-am install-info install-info-am \
    822 	install-man install-pdf install-pdf-am install-pkgconfigDATA \
    823 	install-ps install-ps-am install-strip installcheck \
    824 	installcheck-am installdirs installdirs-am maintainer-clean \
    825 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    826 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
    827 	uninstall uninstall-am uninstall-pkgconfigDATA
    828 
    829 
    830 # Build gtest before we build protobuf tests.  We don't add gtest to SUBDIRS
    831 # because then "make check" would also build and run all of gtest's own tests,
    832 # which takes a lot of time and is generally not useful to us.  Also, we don't
    833 # want "make install" to recurse into gtest since we don't want to overwrite
    834 # the installed version of gtest if there is one.
    835 check-local:
    836 	@echo "Making lib/libgtest.a lib/libgtest_main.a in gtest"
    837 	@cd gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
    838 
    839 # We would like to clean gtest when "make clean" is invoked.  But we have to
    840 # be careful because clean-local is also invoked during "make distclean", but
    841 # "make distclean" already recurses into gtest because it's listed among the
    842 # DIST_SUBDIRS.  distclean will delete gtest/Makefile, so if we then try to
    843 # cd to the directory again and "make clean" it will fail.  So, check that the
    844 # Makefile exists before recursing.
    845 clean-local:
    846 	@if test -e gtest/Makefile; then \
    847 	  echo "Making clean in gtest"; \
    848 	  cd gtest && $(MAKE) $(AM_MAKEFLAGS) clean; \
    849 	fi
    850 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    851 # Otherwise a system limit (for SysV at least) may be exceeded.
    852 .NOEXPORT:
    853