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.

1329 lines
56 KiB

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