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.

1352 lines
57 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. # Automake file
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkgincludedir = $(includedir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkglibexecdir = $(libexecdir)/@PACKAGE@
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. install_sh_DATA = $(install_sh) -c -m 644
  22. install_sh_PROGRAM = $(install_sh) -c
  23. install_sh_SCRIPT = $(install_sh) -c
  24. INSTALL_HEADER = $(INSTALL_DATA)
  25. transform = $(program_transform_name)
  26. NORMAL_INSTALL = :
  27. PRE_INSTALL = :
  28. POST_INSTALL = :
  29. NORMAL_UNINSTALL = :
  30. PRE_UNINSTALL = :
  31. POST_UNINSTALL = :
  32. build_triplet = @build@
  33. host_triplet = @host@
  34. TESTS = samples/sample1_unittest$(EXEEXT) \
  35. samples/sample10_unittest$(EXEEXT) \
  36. test/gtest_all_test$(EXEEXT) test/fused_gtest_test$(EXEEXT)
  37. check_PROGRAMS = samples/sample1_unittest$(EXEEXT) \
  38. samples/sample10_unittest$(EXEEXT) \
  39. test/gtest_all_test$(EXEEXT) test/fused_gtest_test$(EXEEXT)
  40. subdir = .
  41. DIST_COMMON = README $(am__configure_deps) $(pkginclude_HEADERS) \
  42. $(pkginclude_internal_HEADERS) $(srcdir)/Makefile.am \
  43. $(srcdir)/Makefile.in $(top_srcdir)/build-aux/config.h.in \
  44. $(top_srcdir)/configure $(top_srcdir)/scripts/gtest-config.in \
  45. COPYING build-aux/config.guess build-aux/config.sub \
  46. build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
  47. build-aux/missing
  48. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  49. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  50. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  51. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  52. $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/configure.ac
  53. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  54. $(ACLOCAL_M4)
  55. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  56. configure.lineno config.status.lineno
  57. mkinstalldirs = $(install_sh) -d
  58. CONFIG_HEADER = $(top_builddir)/build-aux/config.h
  59. CONFIG_CLEAN_FILES = scripts/gtest-config
  60. CONFIG_CLEAN_VPATH_FILES =
  61. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  62. am__vpath_adj = case $$p in \
  63. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  64. *) f=$$p;; \
  65. esac;
  66. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  67. am__install_max = 40
  68. am__nobase_strip_setup = \
  69. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  70. am__nobase_strip = \
  71. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  72. am__nobase_list = $(am__nobase_strip_setup); \
  73. for p in $$list; do echo "$$p $$p"; done | \
  74. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  75. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  76. if (++n[$$2] == $(am__install_max)) \
  77. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  78. END { for (dir in files) print dir, files[dir] }'
  79. am__base_list = \
  80. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  81. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  82. am__uninstall_files_from_dir = { \
  83. test -z "$$files" \
  84. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  85. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  86. $(am__cd) "$$dir" && rm -f $$files; }; \
  87. }
  88. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \
  89. "$(DESTDIR)$(pkgincludedir)" \
  90. "$(DESTDIR)$(pkginclude_internaldir)"
  91. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  92. lib_libgtest_la_LIBADD =
  93. am__dirstamp = $(am__leading_dot)dirstamp
  94. am_lib_libgtest_la_OBJECTS = src/gtest-all.lo
  95. lib_libgtest_la_OBJECTS = $(am_lib_libgtest_la_OBJECTS)
  96. lib_libgtest_main_la_DEPENDENCIES = lib/libgtest.la
  97. am_lib_libgtest_main_la_OBJECTS = src/gtest_main.lo
  98. lib_libgtest_main_la_OBJECTS = $(am_lib_libgtest_main_la_OBJECTS)
  99. samples_libsamples_la_LIBADD =
  100. am_samples_libsamples_la_OBJECTS = samples/sample1.lo \
  101. samples/sample2.lo samples/sample4.lo
  102. samples_libsamples_la_OBJECTS = $(am_samples_libsamples_la_OBJECTS)
  103. am_samples_sample10_unittest_OBJECTS = \
  104. samples/sample10_unittest.$(OBJEXT)
  105. samples_sample10_unittest_OBJECTS = \
  106. $(am_samples_sample10_unittest_OBJECTS)
  107. samples_sample10_unittest_DEPENDENCIES = lib/libgtest.la
  108. am_samples_sample1_unittest_OBJECTS = \
  109. samples/sample1_unittest.$(OBJEXT)
  110. samples_sample1_unittest_OBJECTS = \
  111. $(am_samples_sample1_unittest_OBJECTS)
  112. samples_sample1_unittest_DEPENDENCIES = lib/libgtest_main.la \
  113. lib/libgtest.la samples/libsamples.la
  114. am__objects_1 = \
  115. fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \
  116. fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT)
  117. am_test_fused_gtest_test_OBJECTS = $(am__objects_1) \
  118. samples/test_fused_gtest_test-sample1.$(OBJEXT) \
  119. samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT)
  120. test_fused_gtest_test_OBJECTS = $(am_test_fused_gtest_test_OBJECTS)
  121. test_fused_gtest_test_LDADD = $(LDADD)
  122. am_test_gtest_all_test_OBJECTS = test/gtest_all_test.$(OBJEXT)
  123. test_gtest_all_test_OBJECTS = $(am_test_gtest_all_test_OBJECTS)
  124. test_gtest_all_test_DEPENDENCIES = lib/libgtest_main.la \
  125. lib/libgtest.la
  126. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/build-aux
  127. depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
  128. am__depfiles_maybe = depfiles
  129. am__mv = mv -f
  130. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  131. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  132. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  133. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  134. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  135. CXXLD = $(CXX)
  136. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  137. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  138. $(LDFLAGS) -o $@
  139. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  140. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  141. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  142. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  143. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  144. CCLD = $(CC)
  145. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  146. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  147. $(LDFLAGS) -o $@
  148. SOURCES = $(lib_libgtest_la_SOURCES) $(lib_libgtest_main_la_SOURCES) \
  149. $(samples_libsamples_la_SOURCES) \
  150. $(samples_sample10_unittest_SOURCES) \
  151. $(samples_sample1_unittest_SOURCES) \
  152. $(test_fused_gtest_test_SOURCES) \
  153. $(test_gtest_all_test_SOURCES)
  154. DIST_SOURCES = $(lib_libgtest_la_SOURCES) \
  155. $(lib_libgtest_main_la_SOURCES) \
  156. $(samples_libsamples_la_SOURCES) \
  157. $(samples_sample10_unittest_SOURCES) \
  158. $(samples_sample1_unittest_SOURCES) \
  159. $(test_fused_gtest_test_SOURCES) \
  160. $(test_gtest_all_test_SOURCES)
  161. DATA = $(m4data_DATA)
  162. HEADERS = $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS)
  163. ETAGS = etags
  164. CTAGS = ctags
  165. am__tty_colors = \
  166. red=; grn=; lgn=; blu=; std=
  167. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  168. distdir = $(PACKAGE)-$(VERSION)
  169. top_distdir = $(distdir)
  170. am__remove_distdir = \
  171. if test -d "$(distdir)"; then \
  172. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  173. && rm -rf "$(distdir)" \
  174. || { sleep 5 && rm -rf "$(distdir)"; }; \
  175. else :; fi
  176. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
  177. GZIP_ENV = --best
  178. distuninstallcheck_listfiles = find . -type f -print
  179. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  180. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  181. distcleancheck_listfiles = find . -type f -print
  182. ACLOCAL = @ACLOCAL@
  183. AMTAR = @AMTAR@
  184. AR = @AR@
  185. AUTOCONF = @AUTOCONF@
  186. AUTOHEADER = @AUTOHEADER@
  187. AUTOMAKE = @AUTOMAKE@
  188. AWK = @AWK@
  189. CC = @CC@
  190. CCDEPMODE = @CCDEPMODE@
  191. CFLAGS = @CFLAGS@
  192. CPP = @CPP@
  193. CPPFLAGS = @CPPFLAGS@
  194. CXX = @CXX@
  195. CXXCPP = @CXXCPP@
  196. CXXDEPMODE = @CXXDEPMODE@
  197. CXXFLAGS = @CXXFLAGS@
  198. CYGPATH_W = @CYGPATH_W@
  199. DEFS = @DEFS@
  200. DEPDIR = @DEPDIR@
  201. DSYMUTIL = @DSYMUTIL@
  202. DUMPBIN = @DUMPBIN@
  203. ECHO_C = @ECHO_C@
  204. ECHO_N = @ECHO_N@
  205. ECHO_T = @ECHO_T@
  206. EGREP = @EGREP@
  207. EXEEXT = @EXEEXT@
  208. FGREP = @FGREP@
  209. GREP = @GREP@
  210. INSTALL = @INSTALL@
  211. INSTALL_DATA = @INSTALL_DATA@
  212. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  213. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  214. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  215. LD = @LD@
  216. LDFLAGS = @LDFLAGS@
  217. LIBOBJS = @LIBOBJS@
  218. LIBS = @LIBS@
  219. LIBTOOL = @LIBTOOL@
  220. LIPO = @LIPO@
  221. LN_S = @LN_S@
  222. LTLIBOBJS = @LTLIBOBJS@
  223. MAKEINFO = @MAKEINFO@
  224. MKDIR_P = @MKDIR_P@
  225. NM = @NM@
  226. NMEDIT = @NMEDIT@
  227. OBJDUMP = @OBJDUMP@
  228. OBJEXT = @OBJEXT@
  229. OTOOL = @OTOOL@
  230. OTOOL64 = @OTOOL64@
  231. PACKAGE = @PACKAGE@
  232. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  233. PACKAGE_NAME = @PACKAGE_NAME@
  234. PACKAGE_STRING = @PACKAGE_STRING@
  235. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  236. PACKAGE_URL = @PACKAGE_URL@
  237. PACKAGE_VERSION = @PACKAGE_VERSION@
  238. PATH_SEPARATOR = @PATH_SEPARATOR@
  239. PTHREAD_CC = @PTHREAD_CC@
  240. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  241. PTHREAD_LIBS = @PTHREAD_LIBS@
  242. PYTHON = @PYTHON@
  243. RANLIB = @RANLIB@
  244. SED = @SED@
  245. SET_MAKE = @SET_MAKE@
  246. SHELL = @SHELL@
  247. STRIP = @STRIP@
  248. VERSION = @VERSION@
  249. abs_builddir = @abs_builddir@
  250. abs_srcdir = @abs_srcdir@
  251. abs_top_builddir = @abs_top_builddir@
  252. abs_top_srcdir = @abs_top_srcdir@
  253. ac_ct_CC = @ac_ct_CC@
  254. ac_ct_CXX = @ac_ct_CXX@
  255. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  256. acx_pthread_config = @acx_pthread_config@
  257. am__include = @am__include@
  258. am__leading_dot = @am__leading_dot@
  259. am__quote = @am__quote@
  260. am__tar = @am__tar@
  261. am__untar = @am__untar@
  262. bindir = @bindir@
  263. build = @build@
  264. build_alias = @build_alias@
  265. build_cpu = @build_cpu@
  266. build_os = @build_os@
  267. build_vendor = @build_vendor@
  268. builddir = @builddir@
  269. datadir = @datadir@
  270. datarootdir = @datarootdir@
  271. docdir = @docdir@
  272. dvidir = @dvidir@
  273. exec_prefix = @exec_prefix@
  274. host = @host@
  275. host_alias = @host_alias@
  276. host_cpu = @host_cpu@
  277. host_os = @host_os@
  278. host_vendor = @host_vendor@
  279. htmldir = @htmldir@
  280. includedir = @includedir@
  281. infodir = @infodir@
  282. install_sh = @install_sh@
  283. libdir = @libdir@
  284. libexecdir = @libexecdir@
  285. localedir = @localedir@
  286. localstatedir = @localstatedir@
  287. lt_ECHO = @lt_ECHO@
  288. mandir = @mandir@
  289. mkdir_p = @mkdir_p@
  290. oldincludedir = @oldincludedir@
  291. pdfdir = @pdfdir@
  292. prefix = @prefix@
  293. program_transform_name = @program_transform_name@
  294. psdir = @psdir@
  295. sbindir = @sbindir@
  296. sharedstatedir = @sharedstatedir@
  297. srcdir = @srcdir@
  298. sysconfdir = @sysconfdir@
  299. target_alias = @target_alias@
  300. top_build_prefix = @top_build_prefix@
  301. top_builddir = @top_builddir@
  302. top_srcdir = @top_srcdir@
  303. ACLOCAL_AMFLAGS = -I m4
  304. # Nonstandard package files for distribution
  305. # Sample files that we don't compile.
  306. # C++ test files that we don't compile directly.
  307. # Python tests that we don't run.
  308. # CMake script
  309. # MSVC project files
  310. # xcode project files
  311. # xcode sample files
  312. # C++Builder project files
  313. EXTRA_DIST = CHANGES CONTRIBUTORS \
  314. include/gtest/gtest-param-test.h.pump \
  315. include/gtest/internal/gtest-param-util-generated.h.pump \
  316. include/gtest/internal/gtest-tuple.h.pump \
  317. include/gtest/internal/gtest-type-util.h.pump make/Makefile \
  318. scripts/fuse_gtest_files.py scripts/gen_gtest_pred_impl.py \
  319. scripts/pump.py scripts/test/Makefile $(GTEST_SRC) \
  320. samples/prime_tables.h samples/sample2_unittest.cc \
  321. samples/sample3_unittest.cc samples/sample4_unittest.cc \
  322. samples/sample5_unittest.cc samples/sample6_unittest.cc \
  323. samples/sample7_unittest.cc samples/sample8_unittest.cc \
  324. samples/sample9_unittest.cc test/gtest-death-test_ex_test.cc \
  325. test/gtest-death-test_test.cc test/gtest-filepath_test.cc \
  326. test/gtest-linked_ptr_test.cc test/gtest-listener_test.cc \
  327. test/gtest-message_test.cc test/gtest-options_test.cc \
  328. test/gtest-param-test2_test.cc test/gtest-param-test2_test.cc \
  329. test/gtest-param-test_test.cc test/gtest-param-test_test.cc \
  330. test/gtest-param-test_test.h test/gtest-port_test.cc \
  331. test/gtest-printers_test.cc test/gtest-test-part_test.cc \
  332. test/gtest-tuple_test.cc test/gtest-typed-test2_test.cc \
  333. test/gtest-typed-test_test.cc test/gtest-typed-test_test.h \
  334. test/gtest-unittest-api_test.cc \
  335. test/gtest_break_on_failure_unittest_.cc \
  336. test/gtest_catch_exceptions_test_.cc test/gtest_color_test_.cc \
  337. test/gtest_env_var_test_.cc test/gtest_environment_test.cc \
  338. test/gtest_filter_unittest_.cc test/gtest_help_test_.cc \
  339. test/gtest_list_tests_unittest_.cc test/gtest_main_unittest.cc \
  340. test/gtest_no_test_unittest.cc test/gtest_output_test_.cc \
  341. test/gtest_pred_impl_unittest.cc test/gtest_prod_test.cc \
  342. test/gtest_repeat_test.cc test/gtest_shuffle_test_.cc \
  343. test/gtest_sole_header_test.cc test/gtest_stress_test.cc \
  344. test/gtest_throw_on_failure_ex_test.cc \
  345. test/gtest_throw_on_failure_test_.cc \
  346. test/gtest_uninitialized_test_.cc test/gtest_unittest.cc \
  347. test/gtest_unittest.cc test/gtest_xml_outfile1_test_.cc \
  348. test/gtest_xml_outfile2_test_.cc \
  349. test/gtest_xml_output_unittest_.cc test/production.cc \
  350. test/production.h test/gtest_break_on_failure_unittest.py \
  351. test/gtest_catch_exceptions_test.py test/gtest_color_test.py \
  352. test/gtest_env_var_test.py test/gtest_filter_unittest.py \
  353. test/gtest_help_test.py test/gtest_list_tests_unittest.py \
  354. test/gtest_output_test.py \
  355. test/gtest_output_test_golden_lin.txt \
  356. test/gtest_shuffle_test.py test/gtest_test_utils.py \
  357. test/gtest_throw_on_failure_test.py \
  358. test/gtest_uninitialized_test.py \
  359. test/gtest_xml_outfiles_test.py \
  360. test/gtest_xml_output_unittest.py test/gtest_xml_test_utils.py \
  361. CMakeLists.txt cmake/internal_utils.cmake msvc/gtest-md.sln \
  362. msvc/gtest-md.vcproj msvc/gtest.sln msvc/gtest.vcproj \
  363. msvc/gtest_main-md.vcproj msvc/gtest_main.vcproj \
  364. msvc/gtest_prod_test-md.vcproj msvc/gtest_prod_test.vcproj \
  365. msvc/gtest_unittest-md.vcproj msvc/gtest_unittest.vcproj \
  366. xcode/Config/DebugProject.xcconfig \
  367. xcode/Config/FrameworkTarget.xcconfig \
  368. xcode/Config/General.xcconfig \
  369. xcode/Config/ReleaseProject.xcconfig \
  370. xcode/Config/StaticLibraryTarget.xcconfig \
  371. xcode/Config/TestTarget.xcconfig xcode/Resources/Info.plist \
  372. xcode/Scripts/runtests.sh xcode/Scripts/versiongenerate.py \
  373. xcode/gtest.xcodeproj/project.pbxproj \
  374. xcode/Samples/FrameworkSample/Info.plist \
  375. xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \
  376. xcode/Samples/FrameworkSample/runtests.sh \
  377. xcode/Samples/FrameworkSample/widget.cc \
  378. xcode/Samples/FrameworkSample/widget.h \
  379. xcode/Samples/FrameworkSample/widget_test.cc \
  380. codegear/gtest.cbproj codegear/gtest.groupproj \
  381. codegear/gtest_all.cc codegear/gtest_link.cc \
  382. codegear/gtest_main.cbproj codegear/gtest_unittest.cbproj \
  383. $(m4data_DATA)
  384. # gtest source files that we don't compile directly. They are
  385. # #included by gtest-all.cc.
  386. GTEST_SRC = \
  387. src/gtest-death-test.cc \
  388. src/gtest-filepath.cc \
  389. src/gtest-internal-inl.h \
  390. src/gtest-port.cc \
  391. src/gtest-printers.cc \
  392. src/gtest-test-part.cc \
  393. src/gtest-typed-test.cc \
  394. src/gtest.cc
  395. # Distribute and install M4 macro
  396. m4datadir = $(datadir)/aclocal
  397. m4data_DATA = m4/gtest.m4
  398. # We define the global AM_CPPFLAGS as everything we compile includes from these
  399. # directories.
  400. AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/include
  401. @HAVE_PTHREADS_FALSE@AM_CXXFLAGS = -DGTEST_HAS_PTHREAD=0
  402. # Modifies compiler and linker flags for pthreads compatibility.
  403. @HAVE_PTHREADS_TRUE@AM_CXXFLAGS = @PTHREAD_CFLAGS@ -DGTEST_HAS_PTHREAD=1
  404. @HAVE_PTHREADS_TRUE@AM_LIBS = @PTHREAD_LIBS@
  405. # Build rules for libraries.
  406. lib_LTLIBRARIES = lib/libgtest.la lib/libgtest_main.la
  407. lib_libgtest_la_SOURCES = src/gtest-all.cc
  408. pkginclude_HEADERS = \
  409. include/gtest/gtest-death-test.h \
  410. include/gtest/gtest-message.h \
  411. include/gtest/gtest-param-test.h \
  412. include/gtest/gtest-printers.h \
  413. include/gtest/gtest-spi.h \
  414. include/gtest/gtest-test-part.h \
  415. include/gtest/gtest-typed-test.h \
  416. include/gtest/gtest.h \
  417. include/gtest/gtest_pred_impl.h \
  418. include/gtest/gtest_prod.h
  419. pkginclude_internaldir = $(pkgincludedir)/internal
  420. pkginclude_internal_HEADERS = \
  421. include/gtest/internal/gtest-death-test-internal.h \
  422. include/gtest/internal/gtest-filepath.h \
  423. include/gtest/internal/gtest-internal.h \
  424. include/gtest/internal/gtest-linked_ptr.h \
  425. include/gtest/internal/gtest-param-util-generated.h \
  426. include/gtest/internal/gtest-param-util.h \
  427. include/gtest/internal/gtest-port.h \
  428. include/gtest/internal/gtest-string.h \
  429. include/gtest/internal/gtest-tuple.h \
  430. include/gtest/internal/gtest-type-util.h
  431. lib_libgtest_main_la_SOURCES = src/gtest_main.cc
  432. lib_libgtest_main_la_LIBADD = lib/libgtest.la
  433. # Bulid rules for samples and tests. Automake's naming for some of
  434. # these variables isn't terribly obvious, so this is a brief
  435. # reference:
  436. #
  437. # TESTS -- Programs run automatically by "make check"
  438. # check_PROGRAMS -- Programs built by "make check" but not necessarily run
  439. noinst_LTLIBRARIES = samples/libsamples.la
  440. samples_libsamples_la_SOURCES = \
  441. samples/sample1.cc \
  442. samples/sample1.h \
  443. samples/sample2.cc \
  444. samples/sample2.h \
  445. samples/sample3-inl.h \
  446. samples/sample4.cc \
  447. samples/sample4.h
  448. TESTS_ENVIRONMENT = GTEST_SOURCE_DIR="$(srcdir)/test" \
  449. GTEST_BUILD_DIR="$(top_builddir)/test"
  450. samples_sample1_unittest_SOURCES = samples/sample1_unittest.cc
  451. samples_sample1_unittest_LDADD = lib/libgtest_main.la \
  452. lib/libgtest.la \
  453. samples/libsamples.la
  454. samples_sample10_unittest_SOURCES = samples/sample10_unittest.cc
  455. samples_sample10_unittest_LDADD = lib/libgtest.la
  456. test_gtest_all_test_SOURCES = test/gtest_all_test.cc
  457. test_gtest_all_test_LDADD = lib/libgtest_main.la \
  458. lib/libgtest.la
  459. # Tests that fused gtest files compile and work.
  460. FUSED_GTEST_SRC = \
  461. fused-src/gtest/gtest-all.cc \
  462. fused-src/gtest/gtest.h \
  463. fused-src/gtest/gtest_main.cc
  464. test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \
  465. samples/sample1.cc samples/sample1_unittest.cc
  466. test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src"
  467. # Death tests may produce core dumps in the build directory. In case
  468. # this happens, clean them to keep distcleancheck happy.
  469. CLEANFILES = core
  470. all: all-am
  471. .SUFFIXES:
  472. .SUFFIXES: .cc .lo .o .obj
  473. am--refresh: Makefile
  474. @:
  475. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  476. @for dep in $?; do \
  477. case '$(am__configure_deps)' in \
  478. *$$dep*) \
  479. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  480. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  481. && exit 0; \
  482. exit 1;; \
  483. esac; \
  484. done; \
  485. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  486. $(am__cd) $(top_srcdir) && \
  487. $(AUTOMAKE) --foreign Makefile
  488. .PRECIOUS: Makefile
  489. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  490. @case '$?' in \
  491. *config.status*) \
  492. echo ' $(SHELL) ./config.status'; \
  493. $(SHELL) ./config.status;; \
  494. *) \
  495. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  496. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  497. esac;
  498. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  499. $(SHELL) ./config.status --recheck
  500. $(top_srcdir)/configure: $(am__configure_deps)
  501. $(am__cd) $(srcdir) && $(AUTOCONF)
  502. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  503. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  504. $(am__aclocal_m4_deps):
  505. build-aux/config.h: build-aux/stamp-h1
  506. @if test ! -f $@; then rm -f build-aux/stamp-h1; else :; fi
  507. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) build-aux/stamp-h1; else :; fi
  508. build-aux/stamp-h1: $(top_srcdir)/build-aux/config.h.in $(top_builddir)/config.status
  509. @rm -f build-aux/stamp-h1
  510. cd $(top_builddir) && $(SHELL) ./config.status build-aux/config.h
  511. $(top_srcdir)/build-aux/config.h.in: $(am__configure_deps)
  512. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  513. rm -f build-aux/stamp-h1
  514. touch $@
  515. distclean-hdr:
  516. -rm -f build-aux/config.h build-aux/stamp-h1
  517. scripts/gtest-config: $(top_builddir)/config.status $(top_srcdir)/scripts/gtest-config.in
  518. cd $(top_builddir) && $(SHELL) ./config.status $@
  519. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  520. @$(NORMAL_INSTALL)
  521. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  522. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  523. list2=; for p in $$list; do \
  524. if test -f $$p; then \
  525. list2="$$list2 $$p"; \
  526. else :; fi; \
  527. done; \
  528. test -z "$$list2" || { \
  529. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  530. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  531. }
  532. uninstall-libLTLIBRARIES:
  533. @$(NORMAL_UNINSTALL)
  534. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  535. for p in $$list; do \
  536. $(am__strip_dir) \
  537. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  538. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  539. done
  540. clean-libLTLIBRARIES:
  541. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  542. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  543. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  544. test "$$dir" != "$$p" || dir=.; \
  545. echo "rm -f \"$${dir}/so_locations\""; \
  546. rm -f "$${dir}/so_locations"; \
  547. done
  548. clean-noinstLTLIBRARIES:
  549. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  550. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  551. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  552. test "$$dir" != "$$p" || dir=.; \
  553. echo "rm -f \"$${dir}/so_locations\""; \
  554. rm -f "$${dir}/so_locations"; \
  555. done
  556. src/$(am__dirstamp):
  557. @$(MKDIR_P) src
  558. @: > src/$(am__dirstamp)
  559. src/$(DEPDIR)/$(am__dirstamp):
  560. @$(MKDIR_P) src/$(DEPDIR)
  561. @: > src/$(DEPDIR)/$(am__dirstamp)
  562. src/gtest-all.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  563. lib/$(am__dirstamp):
  564. @$(MKDIR_P) lib
  565. @: > lib/$(am__dirstamp)
  566. lib/libgtest.la: $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_DEPENDENCIES) $(EXTRA_lib_libgtest_la_DEPENDENCIES) lib/$(am__dirstamp)
  567. $(CXXLINK) -rpath $(libdir) $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_LIBADD) $(LIBS)
  568. src/gtest_main.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  569. lib/libgtest_main.la: $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_DEPENDENCIES) $(EXTRA_lib_libgtest_main_la_DEPENDENCIES) lib/$(am__dirstamp)
  570. $(CXXLINK) -rpath $(libdir) $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_LIBADD) $(LIBS)
  571. samples/$(am__dirstamp):
  572. @$(MKDIR_P) samples
  573. @: > samples/$(am__dirstamp)
  574. samples/$(DEPDIR)/$(am__dirstamp):
  575. @$(MKDIR_P) samples/$(DEPDIR)
  576. @: > samples/$(DEPDIR)/$(am__dirstamp)
  577. samples/sample1.lo: samples/$(am__dirstamp) \
  578. samples/$(DEPDIR)/$(am__dirstamp)
  579. samples/sample2.lo: samples/$(am__dirstamp) \
  580. samples/$(DEPDIR)/$(am__dirstamp)
  581. samples/sample4.lo: samples/$(am__dirstamp) \
  582. samples/$(DEPDIR)/$(am__dirstamp)
  583. samples/libsamples.la: $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_DEPENDENCIES) $(EXTRA_samples_libsamples_la_DEPENDENCIES) samples/$(am__dirstamp)
  584. $(CXXLINK) $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_LIBADD) $(LIBS)
  585. clean-checkPROGRAMS:
  586. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  587. echo " rm -f" $$list; \
  588. rm -f $$list || exit $$?; \
  589. test -n "$(EXEEXT)" || exit 0; \
  590. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  591. echo " rm -f" $$list; \
  592. rm -f $$list
  593. samples/sample10_unittest.$(OBJEXT): samples/$(am__dirstamp) \
  594. samples/$(DEPDIR)/$(am__dirstamp)
  595. samples/sample10_unittest$(EXEEXT): $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_DEPENDENCIES) $(EXTRA_samples_sample10_unittest_DEPENDENCIES) samples/$(am__dirstamp)
  596. @rm -f samples/sample10_unittest$(EXEEXT)
  597. $(CXXLINK) $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_LDADD) $(LIBS)
  598. samples/sample1_unittest.$(OBJEXT): samples/$(am__dirstamp) \
  599. samples/$(DEPDIR)/$(am__dirstamp)
  600. samples/sample1_unittest$(EXEEXT): $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_DEPENDENCIES) $(EXTRA_samples_sample1_unittest_DEPENDENCIES) samples/$(am__dirstamp)
  601. @rm -f samples/sample1_unittest$(EXEEXT)
  602. $(CXXLINK) $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_LDADD) $(LIBS)
  603. fused-src/gtest/$(am__dirstamp):
  604. @$(MKDIR_P) fused-src/gtest
  605. @: > fused-src/gtest/$(am__dirstamp)
  606. fused-src/gtest/$(DEPDIR)/$(am__dirstamp):
  607. @$(MKDIR_P) fused-src/gtest/$(DEPDIR)
  608. @: > fused-src/gtest/$(DEPDIR)/$(am__dirstamp)
  609. fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT): \
  610. fused-src/gtest/$(am__dirstamp) \
  611. fused-src/gtest/$(DEPDIR)/$(am__dirstamp)
  612. fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT): \
  613. fused-src/gtest/$(am__dirstamp) \
  614. fused-src/gtest/$(DEPDIR)/$(am__dirstamp)
  615. samples/test_fused_gtest_test-sample1.$(OBJEXT): \
  616. samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp)
  617. samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT): \
  618. samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp)
  619. test/$(am__dirstamp):
  620. @$(MKDIR_P) test
  621. @: > test/$(am__dirstamp)
  622. test/fused_gtest_test$(EXEEXT): $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_DEPENDENCIES) $(EXTRA_test_fused_gtest_test_DEPENDENCIES) test/$(am__dirstamp)
  623. @rm -f test/fused_gtest_test$(EXEEXT)
  624. $(CXXLINK) $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_LDADD) $(LIBS)
  625. test/$(DEPDIR)/$(am__dirstamp):
  626. @$(MKDIR_P) test/$(DEPDIR)
  627. @: > test/$(DEPDIR)/$(am__dirstamp)
  628. test/gtest_all_test.$(OBJEXT): test/$(am__dirstamp) \
  629. test/$(DEPDIR)/$(am__dirstamp)
  630. test/gtest_all_test$(EXEEXT): $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_DEPENDENCIES) $(EXTRA_test_gtest_all_test_DEPENDENCIES) test/$(am__dirstamp)
  631. @rm -f test/gtest_all_test$(EXEEXT)
  632. $(CXXLINK) $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_LDADD) $(LIBS)
  633. mostlyclean-compile:
  634. -rm -f *.$(OBJEXT)
  635. -rm -f fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT)
  636. -rm -f fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT)
  637. -rm -f samples/sample1.$(OBJEXT)
  638. -rm -f samples/sample1.lo
  639. -rm -f samples/sample10_unittest.$(OBJEXT)
  640. -rm -f samples/sample1_unittest.$(OBJEXT)
  641. -rm -f samples/sample2.$(OBJEXT)
  642. -rm -f samples/sample2.lo
  643. -rm -f samples/sample4.$(OBJEXT)
  644. -rm -f samples/sample4.lo
  645. -rm -f samples/test_fused_gtest_test-sample1.$(OBJEXT)
  646. -rm -f samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT)
  647. -rm -f src/gtest-all.$(OBJEXT)
  648. -rm -f src/gtest-all.lo
  649. -rm -f src/gtest_main.$(OBJEXT)
  650. -rm -f src/gtest_main.lo
  651. -rm -f test/gtest_all_test.$(OBJEXT)
  652. distclean-compile:
  653. -rm -f *.tab.c
  654. @AMDEP_TRUE@@am__include@ @am__quote@fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po@am__quote@
  655. @AMDEP_TRUE@@am__include@ @am__quote@fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po@am__quote@
  656. @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample1.Plo@am__quote@
  657. @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample10_unittest.Po@am__quote@
  658. @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample1_unittest.Po@am__quote@
  659. @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample2.Plo@am__quote@
  660. @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample4.Plo@am__quote@
  661. @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po@am__quote@
  662. @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po@am__quote@
  663. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gtest-all.Plo@am__quote@
  664. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gtest_main.Plo@am__quote@
  665. @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/gtest_all_test.Po@am__quote@
  666. .cc.o:
  667. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  668. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  669. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  670. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  671. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  672. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  673. .cc.obj:
  674. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  675. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  676. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  677. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  678. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  679. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  680. .cc.lo:
  681. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  682. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  683. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  684. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  685. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  686. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  687. fused-src/gtest/test_fused_gtest_test-gtest-all.o: fused-src/gtest/gtest-all.cc
  688. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest-all.o -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.o `test -f 'fused-src/gtest/gtest-all.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest-all.cc
  689. @am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po
  690. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.o' libtool=no @AMDEPBACKSLASH@
  691. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  692. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.o `test -f 'fused-src/gtest/gtest-all.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest-all.cc
  693. fused-src/gtest/test_fused_gtest_test-gtest-all.obj: fused-src/gtest/gtest-all.cc
  694. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest-all.obj -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.obj `if test -f 'fused-src/gtest/gtest-all.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest-all.cc'; fi`
  695. @am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po
  696. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.obj' libtool=no @AMDEPBACKSLASH@
  697. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  698. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.obj `if test -f 'fused-src/gtest/gtest-all.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest-all.cc'; fi`
  699. fused-src/gtest/test_fused_gtest_test-gtest_main.o: fused-src/gtest/gtest_main.cc
  700. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest_main.o -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.o `test -f 'fused-src/gtest/gtest_main.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest_main.cc
  701. @am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po
  702. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.o' libtool=no @AMDEPBACKSLASH@
  703. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  704. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.o `test -f 'fused-src/gtest/gtest_main.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest_main.cc
  705. fused-src/gtest/test_fused_gtest_test-gtest_main.obj: fused-src/gtest/gtest_main.cc
  706. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest_main.obj -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.obj `if test -f 'fused-src/gtest/gtest_main.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest_main.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest_main.cc'; fi`
  707. @am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po
  708. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.obj' libtool=no @AMDEPBACKSLASH@
  709. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  710. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.obj `if test -f 'fused-src/gtest/gtest_main.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest_main.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest_main.cc'; fi`
  711. samples/test_fused_gtest_test-sample1.o: samples/sample1.cc
  712. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1.o -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo -c -o samples/test_fused_gtest_test-sample1.o `test -f 'samples/sample1.cc' || echo '$(srcdir)/'`samples/sample1.cc
  713. @am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po
  714. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.o' libtool=no @AMDEPBACKSLASH@
  715. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  716. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1.o `test -f 'samples/sample1.cc' || echo '$(srcdir)/'`samples/sample1.cc
  717. samples/test_fused_gtest_test-sample1.obj: samples/sample1.cc
  718. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1.obj -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo -c -o samples/test_fused_gtest_test-sample1.obj `if test -f 'samples/sample1.cc'; then $(CYGPATH_W) 'samples/sample1.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1.cc'; fi`
  719. @am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po
  720. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.obj' libtool=no @AMDEPBACKSLASH@
  721. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  722. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1.obj `if test -f 'samples/sample1.cc'; then $(CYGPATH_W) 'samples/sample1.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1.cc'; fi`
  723. samples/test_fused_gtest_test-sample1_unittest.o: samples/sample1_unittest.cc
  724. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1_unittest.o -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo -c -o samples/test_fused_gtest_test-sample1_unittest.o `test -f 'samples/sample1_unittest.cc' || echo '$(srcdir)/'`samples/sample1_unittest.cc
  725. @am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po
  726. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.o' libtool=no @AMDEPBACKSLASH@
  727. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  728. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1_unittest.o `test -f 'samples/sample1_unittest.cc' || echo '$(srcdir)/'`samples/sample1_unittest.cc
  729. samples/test_fused_gtest_test-sample1_unittest.obj: samples/sample1_unittest.cc
  730. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1_unittest.obj -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo -c -o samples/test_fused_gtest_test-sample1_unittest.obj `if test -f 'samples/sample1_unittest.cc'; then $(CYGPATH_W) 'samples/sample1_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1_unittest.cc'; fi`
  731. @am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po
  732. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.obj' libtool=no @AMDEPBACKSLASH@
  733. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  734. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1_unittest.obj `if test -f 'samples/sample1_unittest.cc'; then $(CYGPATH_W) 'samples/sample1_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1_unittest.cc'; fi`
  735. mostlyclean-libtool:
  736. -rm -f *.lo
  737. clean-libtool:
  738. -rm -rf .libs _libs
  739. -rm -rf lib/.libs lib/_libs
  740. -rm -rf samples/.libs samples/_libs
  741. -rm -rf src/.libs src/_libs
  742. -rm -rf test/.libs test/_libs
  743. distclean-libtool:
  744. -rm -f libtool config.lt
  745. install-m4dataDATA: $(m4data_DATA)
  746. @$(NORMAL_INSTALL)
  747. test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)"
  748. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  749. for p in $$list; do \
  750. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  751. echo "$$d$$p"; \
  752. done | $(am__base_list) | \
  753. while read files; do \
  754. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
  755. $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
  756. done
  757. uninstall-m4dataDATA:
  758. @$(NORMAL_UNINSTALL)
  759. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  760. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  761. dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
  762. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  763. @$(NORMAL_INSTALL)
  764. test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
  765. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  766. for p in $$list; do \
  767. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  768. echo "$$d$$p"; \
  769. done | $(am__base_list) | \
  770. while read files; do \
  771. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
  772. $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
  773. done
  774. uninstall-pkgincludeHEADERS:
  775. @$(NORMAL_UNINSTALL)
  776. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  777. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  778. dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
  779. install-pkginclude_internalHEADERS: $(pkginclude_internal_HEADERS)
  780. @$(NORMAL_INSTALL)
  781. test -z "$(pkginclude_internaldir)" || $(MKDIR_P) "$(DESTDIR)$(pkginclude_internaldir)"
  782. @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \
  783. for p in $$list; do \
  784. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  785. echo "$$d$$p"; \
  786. done | $(am__base_list) | \
  787. while read files; do \
  788. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginclude_internaldir)'"; \
  789. $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginclude_internaldir)" || exit $$?; \
  790. done
  791. uninstall-pkginclude_internalHEADERS:
  792. @$(NORMAL_UNINSTALL)
  793. @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \
  794. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  795. dir='$(DESTDIR)$(pkginclude_internaldir)'; $(am__uninstall_files_from_dir)
  796. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  797. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  798. unique=`for i in $$list; do \
  799. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  800. done | \
  801. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  802. END { if (nonempty) { for (i in files) print i; }; }'`; \
  803. mkid -fID $$unique
  804. tags: TAGS
  805. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  806. $(TAGS_FILES) $(LISP)
  807. set x; \
  808. here=`pwd`; \
  809. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  810. unique=`for i in $$list; do \
  811. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  812. done | \
  813. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  814. END { if (nonempty) { for (i in files) print i; }; }'`; \
  815. shift; \
  816. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  817. test -n "$$unique" || unique=$$empty_fix; \
  818. if test $$# -gt 0; then \
  819. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  820. "$$@" $$unique; \
  821. else \
  822. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  823. $$unique; \
  824. fi; \
  825. fi
  826. ctags: CTAGS
  827. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  828. $(TAGS_FILES) $(LISP)
  829. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  830. unique=`for i in $$list; do \
  831. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  832. done | \
  833. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  834. END { if (nonempty) { for (i in files) print i; }; }'`; \
  835. test -z "$(CTAGS_ARGS)$$unique" \
  836. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  837. $$unique
  838. GTAGS:
  839. here=`$(am__cd) $(top_builddir) && pwd` \
  840. && $(am__cd) $(top_srcdir) \
  841. && gtags -i $(GTAGS_ARGS) "$$here"
  842. distclean-tags:
  843. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  844. check-TESTS: $(TESTS)
  845. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  846. srcdir=$(srcdir); export srcdir; \
  847. list=' $(TESTS) '; \
  848. $(am__tty_colors); \
  849. if test -n "$$list"; then \
  850. for tst in $$list; do \
  851. if test -f ./$$tst; then dir=./; \
  852. elif test -f $$tst; then dir=; \
  853. else dir="$(srcdir)/"; fi; \
  854. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  855. all=`expr $$all + 1`; \
  856. case " $(XFAIL_TESTS) " in \
  857. *[\ \ ]$$tst[\ \ ]*) \
  858. xpass=`expr $$xpass + 1`; \
  859. failed=`expr $$failed + 1`; \
  860. col=$$red; res=XPASS; \
  861. ;; \
  862. *) \
  863. col=$$grn; res=PASS; \
  864. ;; \
  865. esac; \
  866. elif test $$? -ne 77; then \
  867. all=`expr $$all + 1`; \
  868. case " $(XFAIL_TESTS) " in \
  869. *[\ \ ]$$tst[\ \ ]*) \
  870. xfail=`expr $$xfail + 1`; \
  871. col=$$lgn; res=XFAIL; \
  872. ;; \
  873. *) \
  874. failed=`expr $$failed + 1`; \
  875. col=$$red; res=FAIL; \
  876. ;; \
  877. esac; \
  878. else \
  879. skip=`expr $$skip + 1`; \
  880. col=$$blu; res=SKIP; \
  881. fi; \
  882. echo "$${col}$$res$${std}: $$tst"; \
  883. done; \
  884. if test "$$all" -eq 1; then \
  885. tests="test"; \
  886. All=""; \
  887. else \
  888. tests="tests"; \
  889. All="All "; \
  890. fi; \
  891. if test "$$failed" -eq 0; then \
  892. if test "$$xfail" -eq 0; then \
  893. banner="$$All$$all $$tests passed"; \
  894. else \
  895. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  896. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  897. fi; \
  898. else \
  899. if test "$$xpass" -eq 0; then \
  900. banner="$$failed of $$all $$tests failed"; \
  901. else \
  902. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  903. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  904. fi; \
  905. fi; \
  906. dashes="$$banner"; \
  907. skipped=""; \
  908. if test "$$skip" -ne 0; then \
  909. if test "$$skip" -eq 1; then \
  910. skipped="($$skip test was not run)"; \
  911. else \
  912. skipped="($$skip tests were not run)"; \
  913. fi; \
  914. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  915. dashes="$$skipped"; \
  916. fi; \
  917. report=""; \
  918. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  919. report="Please report to $(PACKAGE_BUGREPORT)"; \
  920. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  921. dashes="$$report"; \
  922. fi; \
  923. dashes=`echo "$$dashes" | sed s/./=/g`; \
  924. if test "$$failed" -eq 0; then \
  925. col="$$grn"; \
  926. else \
  927. col="$$red"; \
  928. fi; \
  929. echo "$${col}$$dashes$${std}"; \
  930. echo "$${col}$$banner$${std}"; \
  931. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  932. test -z "$$report" || echo "$${col}$$report$${std}"; \
  933. echo "$${col}$$dashes$${std}"; \
  934. test "$$failed" -eq 0; \
  935. else :; fi
  936. distdir: $(DISTFILES)
  937. $(am__remove_distdir)
  938. test -d "$(distdir)" || mkdir "$(distdir)"
  939. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  940. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  941. list='$(DISTFILES)'; \
  942. dist_files=`for file in $$list; do echo $$file; done | \
  943. sed -e "s|^$$srcdirstrip/||;t" \
  944. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  945. case $$dist_files in \
  946. */*) $(MKDIR_P) `echo "$$dist_files" | \
  947. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  948. sort -u` ;; \
  949. esac; \
  950. for file in $$dist_files; do \
  951. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  952. if test -d $$d/$$file; then \
  953. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  954. if test -d "$(distdir)/$$file"; then \
  955. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  956. fi; \
  957. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  958. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  959. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  960. fi; \
  961. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  962. else \
  963. test -f "$(distdir)/$$file" \
  964. || cp -p $$d/$$file "$(distdir)/$$file" \
  965. || exit 1; \
  966. fi; \
  967. done
  968. -test -n "$(am__skip_mode_fix)" \
  969. || find "$(distdir)" -type d ! -perm -755 \
  970. -exec chmod u+rwx,go+rx {} \; -o \
  971. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  972. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  973. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  974. || chmod -R a+r "$(distdir)"
  975. dist-gzip: distdir
  976. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  977. $(am__remove_distdir)
  978. dist-bzip2: distdir
  979. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  980. $(am__remove_distdir)
  981. dist-lzip: distdir
  982. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  983. $(am__remove_distdir)
  984. dist-lzma: distdir
  985. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  986. $(am__remove_distdir)
  987. dist-xz: distdir
  988. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  989. $(am__remove_distdir)
  990. dist-tarZ: distdir
  991. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  992. $(am__remove_distdir)
  993. dist-shar: distdir
  994. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  995. $(am__remove_distdir)
  996. dist-zip: distdir
  997. -rm -f $(distdir).zip
  998. zip -rq $(distdir).zip $(distdir)
  999. $(am__remove_distdir)
  1000. dist dist-all: distdir
  1001. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  1002. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  1003. -rm -f $(distdir).zip
  1004. zip -rq $(distdir).zip $(distdir)
  1005. $(am__remove_distdir)
  1006. # This target untars the dist file and tries a VPATH configuration. Then
  1007. # it guarantees that the distribution is self-contained by making another
  1008. # tarfile.
  1009. distcheck: dist
  1010. case '$(DIST_ARCHIVES)' in \
  1011. *.tar.gz*) \
  1012. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  1013. *.tar.bz2*) \
  1014. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  1015. *.tar.lzma*) \
  1016. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  1017. *.tar.lz*) \
  1018. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  1019. *.tar.xz*) \
  1020. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1021. *.tar.Z*) \
  1022. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1023. *.shar.gz*) \
  1024. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  1025. *.zip*) \
  1026. unzip $(distdir).zip ;;\
  1027. esac
  1028. chmod -R a-w $(distdir); chmod a+w $(distdir)
  1029. mkdir $(distdir)/_build
  1030. mkdir $(distdir)/_inst
  1031. chmod a-w $(distdir)
  1032. test -d $(distdir)/_build || exit 0; \
  1033. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1034. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1035. && am__cwd=`pwd` \
  1036. && $(am__cd) $(distdir)/_build \
  1037. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  1038. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  1039. $(DISTCHECK_CONFIGURE_FLAGS) \
  1040. && $(MAKE) $(AM_MAKEFLAGS) \
  1041. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1042. && $(MAKE) $(AM_MAKEFLAGS) check \
  1043. && $(MAKE) $(AM_MAKEFLAGS) install \
  1044. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1045. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1046. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1047. distuninstallcheck \
  1048. && chmod -R a-w "$$dc_install_base" \
  1049. && ({ \
  1050. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1051. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1052. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1053. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1054. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1055. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1056. && rm -rf "$$dc_destdir" \
  1057. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1058. && rm -rf $(DIST_ARCHIVES) \
  1059. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1060. && cd "$$am__cwd" \
  1061. || exit 1
  1062. $(am__remove_distdir)
  1063. @(echo "$(distdir) archives ready for distribution: "; \
  1064. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1065. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1066. distuninstallcheck:
  1067. @test -n '$(distuninstallcheck_dir)' || { \
  1068. echo 'ERROR: trying to run $@ with an empty' \
  1069. '$$(distuninstallcheck_dir)' >&2; \
  1070. exit 1; \
  1071. }; \
  1072. $(am__cd) '$(distuninstallcheck_dir)' || { \
  1073. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  1074. exit 1; \
  1075. }; \
  1076. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  1077. || { echo "ERROR: files left after uninstall:" ; \
  1078. if test -n "$(DESTDIR)"; then \
  1079. echo " (check DESTDIR support)"; \
  1080. fi ; \
  1081. $(distuninstallcheck_listfiles) ; \
  1082. exit 1; } >&2
  1083. distcleancheck: distclean
  1084. @if test '$(srcdir)' = . ; then \
  1085. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1086. exit 1 ; \
  1087. fi
  1088. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1089. || { echo "ERROR: files left in build directory after distclean:" ; \
  1090. $(distcleancheck_listfiles) ; \
  1091. exit 1; } >&2
  1092. check-am: all-am
  1093. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  1094. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1095. check: check-am
  1096. all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
  1097. installdirs:
  1098. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkginclude_internaldir)"; do \
  1099. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1100. done
  1101. install: install-am
  1102. install-exec: install-exec-am
  1103. install-data: install-data-am
  1104. uninstall: uninstall-am
  1105. install-am: all-am
  1106. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1107. installcheck: installcheck-am
  1108. install-strip:
  1109. if test -z '$(STRIP)'; then \
  1110. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1111. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1112. install; \
  1113. else \
  1114. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1115. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1116. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1117. fi
  1118. mostlyclean-generic:
  1119. clean-generic:
  1120. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  1121. distclean-generic:
  1122. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1123. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1124. -rm -f fused-src/gtest/$(DEPDIR)/$(am__dirstamp)
  1125. -rm -f fused-src/gtest/$(am__dirstamp)
  1126. -rm -f lib/$(am__dirstamp)
  1127. -rm -f samples/$(DEPDIR)/$(am__dirstamp)
  1128. -rm -f samples/$(am__dirstamp)
  1129. -rm -f src/$(DEPDIR)/$(am__dirstamp)
  1130. -rm -f src/$(am__dirstamp)
  1131. -rm -f test/$(DEPDIR)/$(am__dirstamp)
  1132. -rm -f test/$(am__dirstamp)
  1133. maintainer-clean-generic:
  1134. @echo "This command is intended for maintainers to use"
  1135. @echo "it deletes files that may require special tools to rebuild."
  1136. clean: clean-am
  1137. clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
  1138. clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
  1139. distclean: distclean-am
  1140. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1141. -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR)
  1142. -rm -f Makefile
  1143. distclean-am: clean-am distclean-compile distclean-generic \
  1144. distclean-hdr distclean-libtool distclean-tags
  1145. dvi: dvi-am
  1146. dvi-am:
  1147. html: html-am
  1148. html-am:
  1149. info: info-am
  1150. info-am:
  1151. install-data-am: install-data-local install-m4dataDATA \
  1152. install-pkgincludeHEADERS install-pkginclude_internalHEADERS
  1153. install-dvi: install-dvi-am
  1154. install-dvi-am:
  1155. install-exec-am: install-exec-local install-libLTLIBRARIES
  1156. install-html: install-html-am
  1157. install-html-am:
  1158. install-info: install-info-am
  1159. install-info-am:
  1160. install-man:
  1161. install-pdf: install-pdf-am
  1162. install-pdf-am:
  1163. install-ps: install-ps-am
  1164. install-ps-am:
  1165. installcheck-am:
  1166. maintainer-clean: maintainer-clean-am
  1167. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1168. -rm -rf $(top_srcdir)/autom4te.cache
  1169. -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR)
  1170. -rm -f Makefile
  1171. maintainer-clean-am: distclean-am maintainer-clean-generic \
  1172. maintainer-clean-local
  1173. mostlyclean: mostlyclean-am
  1174. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1175. mostlyclean-libtool
  1176. pdf: pdf-am
  1177. pdf-am:
  1178. ps: ps-am
  1179. ps-am:
  1180. uninstall-am: uninstall-libLTLIBRARIES uninstall-m4dataDATA \
  1181. uninstall-pkgincludeHEADERS \
  1182. uninstall-pkginclude_internalHEADERS
  1183. .MAKE: check-am install-am install-strip
  1184. .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
  1185. clean clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
  1186. clean-libtool clean-noinstLTLIBRARIES ctags dist dist-all \
  1187. dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
  1188. dist-xz dist-zip distcheck distclean distclean-compile \
  1189. distclean-generic distclean-hdr distclean-libtool \
  1190. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  1191. dvi-am html html-am info info-am install install-am \
  1192. install-data install-data-am install-data-local install-dvi \
  1193. install-dvi-am install-exec install-exec-am install-exec-local \
  1194. install-html install-html-am install-info install-info-am \
  1195. install-libLTLIBRARIES install-m4dataDATA install-man \
  1196. install-pdf install-pdf-am install-pkgincludeHEADERS \
  1197. install-pkginclude_internalHEADERS install-ps install-ps-am \
  1198. install-strip installcheck installcheck-am installdirs \
  1199. maintainer-clean maintainer-clean-generic \
  1200. maintainer-clean-local mostlyclean mostlyclean-compile \
  1201. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1202. tags uninstall uninstall-am uninstall-libLTLIBRARIES \
  1203. uninstall-m4dataDATA uninstall-pkgincludeHEADERS \
  1204. uninstall-pkginclude_internalHEADERS
  1205. # Build rules for putting fused Google Test files into the distribution
  1206. # package. The user can also create those files by manually running
  1207. # scripts/fuse_gtest_files.py.
  1208. $(test_fused_gtest_test_SOURCES): fused-gtest
  1209. fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
  1210. $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \
  1211. scripts/fuse_gtest_files.py
  1212. mkdir -p "$(srcdir)/fused-src"
  1213. chmod -R u+w "$(srcdir)/fused-src"
  1214. rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc"
  1215. rm -f "$(srcdir)/fused-src/gtest/gtest.h"
  1216. "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src"
  1217. cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/"
  1218. maintainer-clean-local:
  1219. rm -rf "$(srcdir)/fused-src"
  1220. # Disables 'make install' as installing a compiled version of Google
  1221. # Test can lead to undefined behavior due to violation of the
  1222. # One-Definition Rule.
  1223. install-exec-local:
  1224. echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
  1225. false
  1226. install-data-local:
  1227. echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
  1228. false
  1229. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1230. # Otherwise a system limit (for SysV at least) may be exceeded.
  1231. .NOEXPORT: