Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1041 lines
41 KiB

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