1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Automake file 18 19 20 21 22VPATH = @srcdir@ 23am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 24am__make_running_with_option = \ 25 case $${target_option-} in \ 26 ?) ;; \ 27 *) echo "am__make_running_with_option: internal error: invalid" \ 28 "target option '$${target_option-}' specified" >&2; \ 29 exit 1;; \ 30 esac; \ 31 has_opt=no; \ 32 sane_makeflags=$$MAKEFLAGS; \ 33 if $(am__is_gnu_make); then \ 34 sane_makeflags=$$MFLAGS; \ 35 else \ 36 case $$MAKEFLAGS in \ 37 *\\[\ \ ]*) \ 38 bs=\\; \ 39 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 40 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 41 esac; \ 42 fi; \ 43 skip_next=no; \ 44 strip_trailopt () \ 45 { \ 46 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 47 }; \ 48 for flg in $$sane_makeflags; do \ 49 test $$skip_next = yes && { skip_next=no; continue; }; \ 50 case $$flg in \ 51 *=*|--*) continue;; \ 52 -*I) strip_trailopt 'I'; skip_next=yes;; \ 53 -*I?*) strip_trailopt 'I';; \ 54 -*O) strip_trailopt 'O'; skip_next=yes;; \ 55 -*O?*) strip_trailopt 'O';; \ 56 -*l) strip_trailopt 'l'; skip_next=yes;; \ 57 -*l?*) strip_trailopt 'l';; \ 58 -[dEDm]) skip_next=yes;; \ 59 -[JT]) skip_next=yes;; \ 60 esac; \ 61 case $$flg in \ 62 *$$target_option*) has_opt=yes; break;; \ 63 esac; \ 64 done; \ 65 test $$has_opt = yes 66am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 67am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 68pkgdatadir = $(datadir)/@PACKAGE@ 69pkgincludedir = $(includedir)/@PACKAGE@ 70pkglibdir = $(libdir)/@PACKAGE@ 71pkglibexecdir = $(libexecdir)/@PACKAGE@ 72am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 73install_sh_DATA = $(install_sh) -c -m 644 74install_sh_PROGRAM = $(install_sh) -c 75install_sh_SCRIPT = $(install_sh) -c 76INSTALL_HEADER = $(INSTALL_DATA) 77transform = $(program_transform_name) 78NORMAL_INSTALL = : 79PRE_INSTALL = : 80POST_INSTALL = : 81NORMAL_UNINSTALL = : 82PRE_UNINSTALL = : 83POST_UNINSTALL = : 84build_triplet = @build@ 85host_triplet = @host@ 86TESTS = samples/sample1_unittest$(EXEEXT) \ 87 samples/sample10_unittest$(EXEEXT) \ 88 test/gtest_all_test$(EXEEXT) test/fused_gtest_test$(EXEEXT) 89check_PROGRAMS = samples/sample1_unittest$(EXEEXT) \ 90 samples/sample10_unittest$(EXEEXT) \ 91 test/gtest_all_test$(EXEEXT) test/fused_gtest_test$(EXEEXT) 92subdir = . 93DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 94 $(top_srcdir)/configure $(am__configure_deps) \ 95 $(top_srcdir)/build-aux/config.h.in \ 96 $(top_srcdir)/scripts/gtest-config.in \ 97 $(top_srcdir)/build-aux/depcomp $(pkginclude_HEADERS) \ 98 $(pkginclude_internal_HEADERS) \ 99 $(top_srcdir)/build-aux/test-driver COPYING README \ 100 build-aux/compile build-aux/config.guess build-aux/config.sub \ 101 build-aux/depcomp build-aux/install-sh build-aux/missing \ 102 build-aux/ltmain.sh $(top_srcdir)/build-aux/compile \ 103 $(top_srcdir)/build-aux/config.guess \ 104 $(top_srcdir)/build-aux/config.sub \ 105 $(top_srcdir)/build-aux/install-sh \ 106 $(top_srcdir)/build-aux/ltmain.sh \ 107 $(top_srcdir)/build-aux/missing 108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 109am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ 110 $(top_srcdir)/configure.ac 111am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 112 $(ACLOCAL_M4) 113am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 114 configure.lineno config.status.lineno 115mkinstalldirs = $(install_sh) -d 116CONFIG_HEADER = $(top_builddir)/build-aux/config.h 117CONFIG_CLEAN_FILES = scripts/gtest-config 118CONFIG_CLEAN_VPATH_FILES = 119am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 120am__vpath_adj = case $$p in \ 121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 122 *) f=$$p;; \ 123 esac; 124am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 125am__install_max = 40 126am__nobase_strip_setup = \ 127 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 128am__nobase_strip = \ 129 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 130am__nobase_list = $(am__nobase_strip_setup); \ 131 for p in $$list; do echo "$$p $$p"; done | \ 132 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 133 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 134 if (++n[$$2] == $(am__install_max)) \ 135 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 136 END { for (dir in files) print dir, files[dir] }' 137am__base_list = \ 138 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 139 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 140am__uninstall_files_from_dir = { \ 141 test -z "$$files" \ 142 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 143 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 144 $(am__cd) "$$dir" && rm -f $$files; }; \ 145 } 146am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 147 "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgincludedir)" \ 148 "$(DESTDIR)$(pkginclude_internaldir)" 149LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 150lib_libgtest_la_LIBADD = 151am__dirstamp = $(am__leading_dot)dirstamp 152am_lib_libgtest_la_OBJECTS = src/gtest-all.lo 153lib_libgtest_la_OBJECTS = $(am_lib_libgtest_la_OBJECTS) 154AM_V_lt = $(am__v_lt_@AM_V@) 155am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 156am__v_lt_0 = --silent 157am__v_lt_1 = 158lib_libgtest_main_la_DEPENDENCIES = lib/libgtest.la 159am_lib_libgtest_main_la_OBJECTS = src/gtest_main.lo 160lib_libgtest_main_la_OBJECTS = $(am_lib_libgtest_main_la_OBJECTS) 161samples_libsamples_la_LIBADD = 162am_samples_libsamples_la_OBJECTS = samples/sample1.lo \ 163 samples/sample2.lo samples/sample4.lo 164samples_libsamples_la_OBJECTS = $(am_samples_libsamples_la_OBJECTS) 165am_samples_sample10_unittest_OBJECTS = \ 166 samples/sample10_unittest.$(OBJEXT) 167samples_sample10_unittest_OBJECTS = \ 168 $(am_samples_sample10_unittest_OBJECTS) 169samples_sample10_unittest_DEPENDENCIES = lib/libgtest.la 170am_samples_sample1_unittest_OBJECTS = \ 171 samples/sample1_unittest.$(OBJEXT) 172samples_sample1_unittest_OBJECTS = \ 173 $(am_samples_sample1_unittest_OBJECTS) 174samples_sample1_unittest_DEPENDENCIES = lib/libgtest_main.la \ 175 samples/libsamples.la 176am__objects_1 = \ 177 fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \ 178 fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT) 179am_test_fused_gtest_test_OBJECTS = $(am__objects_1) \ 180 samples/test_fused_gtest_test-sample1.$(OBJEXT) \ 181 samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT) 182test_fused_gtest_test_OBJECTS = $(am_test_fused_gtest_test_OBJECTS) 183test_fused_gtest_test_LDADD = $(LDADD) 184am_test_gtest_all_test_OBJECTS = test/gtest_all_test.$(OBJEXT) 185test_gtest_all_test_OBJECTS = $(am_test_gtest_all_test_OBJECTS) 186test_gtest_all_test_DEPENDENCIES = lib/libgtest_main.la 187SCRIPTS = $(bin_SCRIPTS) 188AM_V_P = $(am__v_P_@AM_V@) 189am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 190am__v_P_0 = false 191am__v_P_1 = : 192AM_V_GEN = $(am__v_GEN_@AM_V@) 193am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 194am__v_GEN_0 = @echo " GEN " $@; 195am__v_GEN_1 = 196AM_V_at = $(am__v_at_@AM_V@) 197am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 198am__v_at_0 = @ 199am__v_at_1 = 200DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/build-aux 201depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 202am__depfiles_maybe = depfiles 203am__mv = mv -f 204CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 205 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 206LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ 207 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ 208 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 209 $(AM_CXXFLAGS) $(CXXFLAGS) 210AM_V_CXX = $(am__v_CXX_@AM_V@) 211am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) 212am__v_CXX_0 = @echo " CXX " $@; 213am__v_CXX_1 = 214CXXLD = $(CXX) 215CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ 216 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 217 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 218AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) 219am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) 220am__v_CXXLD_0 = @echo " CXXLD " $@; 221am__v_CXXLD_1 = 222COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 223 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 224LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 225 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 226 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 227 $(AM_CFLAGS) $(CFLAGS) 228AM_V_CC = $(am__v_CC_@AM_V@) 229am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 230am__v_CC_0 = @echo " CC " $@; 231am__v_CC_1 = 232CCLD = $(CC) 233LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 234 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 235 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 236AM_V_CCLD = $(am__v_CCLD_@AM_V@) 237am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 238am__v_CCLD_0 = @echo " CCLD " $@; 239am__v_CCLD_1 = 240SOURCES = $(lib_libgtest_la_SOURCES) $(lib_libgtest_main_la_SOURCES) \ 241 $(samples_libsamples_la_SOURCES) \ 242 $(samples_sample10_unittest_SOURCES) \ 243 $(samples_sample1_unittest_SOURCES) \ 244 $(test_fused_gtest_test_SOURCES) \ 245 $(test_gtest_all_test_SOURCES) 246DIST_SOURCES = $(lib_libgtest_la_SOURCES) \ 247 $(lib_libgtest_main_la_SOURCES) \ 248 $(samples_libsamples_la_SOURCES) \ 249 $(samples_sample10_unittest_SOURCES) \ 250 $(samples_sample1_unittest_SOURCES) \ 251 $(test_fused_gtest_test_SOURCES) \ 252 $(test_gtest_all_test_SOURCES) 253am__can_run_installinfo = \ 254 case $$AM_UPDATE_INFO_DIR in \ 255 n|no|NO) false;; \ 256 *) (install-info --version) >/dev/null 2>&1;; \ 257 esac 258DATA = $(m4data_DATA) 259HEADERS = $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) 260am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 261# Read a list of newline-separated strings from the standard input, 262# and print each of them once, without duplicates. Input order is 263# *not* preserved. 264am__uniquify_input = $(AWK) '\ 265 BEGIN { nonempty = 0; } \ 266 { items[$$0] = 1; nonempty = 1; } \ 267 END { if (nonempty) { for (i in items) print i; }; } \ 268' 269# Make sure the list of sources is unique. This is necessary because, 270# e.g., the same source file might be shared among _SOURCES variables 271# for different programs/libraries. 272am__define_uniq_tagged_files = \ 273 list='$(am__tagged_files)'; \ 274 unique=`for i in $$list; do \ 275 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 276 done | $(am__uniquify_input)` 277ETAGS = etags 278CTAGS = ctags 279CSCOPE = cscope 280AM_RECURSIVE_TARGETS = cscope check recheck 281am__tty_colors_dummy = \ 282 mgn= red= grn= lgn= blu= brg= std=; \ 283 am__color_tests=no 284am__tty_colors = { \ 285 $(am__tty_colors_dummy); \ 286 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 287 am__color_tests=no; \ 288 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 289 am__color_tests=yes; \ 290 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 291 am__color_tests=yes; \ 292 fi; \ 293 if test $$am__color_tests = yes; then \ 294 red='[0;31m'; \ 295 grn='[0;32m'; \ 296 lgn='[1;32m'; \ 297 blu='[1;34m'; \ 298 mgn='[0;35m'; \ 299 brg='[1m'; \ 300 std='[m'; \ 301 fi; \ 302} 303am__recheck_rx = ^[ ]*:recheck:[ ]* 304am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 305am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 306# A command that, given a newline-separated list of test names on the 307# standard input, print the name of the tests that are to be re-run 308# upon "make recheck". 309am__list_recheck_tests = $(AWK) '{ \ 310 recheck = 1; \ 311 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 312 { \ 313 if (rc < 0) \ 314 { \ 315 if ((getline line2 < ($$0 ".log")) < 0) \ 316 recheck = 0; \ 317 break; \ 318 } \ 319 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 320 { \ 321 recheck = 0; \ 322 break; \ 323 } \ 324 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 325 { \ 326 break; \ 327 } \ 328 }; \ 329 if (recheck) \ 330 print $$0; \ 331 close ($$0 ".trs"); \ 332 close ($$0 ".log"); \ 333}' 334# A command that, given a newline-separated list of test names on the 335# standard input, create the global log from their .trs and .log files. 336am__create_global_log = $(AWK) ' \ 337function fatal(msg) \ 338{ \ 339 print "fatal: making $@: " msg | "cat >&2"; \ 340 exit 1; \ 341} \ 342function rst_section(header) \ 343{ \ 344 print header; \ 345 len = length(header); \ 346 for (i = 1; i <= len; i = i + 1) \ 347 printf "="; \ 348 printf "\n\n"; \ 349} \ 350{ \ 351 copy_in_global_log = 1; \ 352 global_test_result = "RUN"; \ 353 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 354 { \ 355 if (rc < 0) \ 356 fatal("failed to read from " $$0 ".trs"); \ 357 if (line ~ /$(am__global_test_result_rx)/) \ 358 { \ 359 sub("$(am__global_test_result_rx)", "", line); \ 360 sub("[ ]*$$", "", line); \ 361 global_test_result = line; \ 362 } \ 363 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 364 copy_in_global_log = 0; \ 365 }; \ 366 if (copy_in_global_log) \ 367 { \ 368 rst_section(global_test_result ": " $$0); \ 369 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 370 { \ 371 if (rc < 0) \ 372 fatal("failed to read from " $$0 ".log"); \ 373 print line; \ 374 }; \ 375 printf "\n"; \ 376 }; \ 377 close ($$0 ".trs"); \ 378 close ($$0 ".log"); \ 379}' 380# Restructured Text title. 381am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 382# Solaris 10 'make', and several other traditional 'make' implementations, 383# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 384# by disabling -e (using the XSI extension "set +e") if it's set. 385am__sh_e_setup = case $$- in *e*) set +e;; esac 386# Default flags passed to test drivers. 387am__common_driver_flags = \ 388 --color-tests "$$am__color_tests" \ 389 --enable-hard-errors "$$am__enable_hard_errors" \ 390 --expect-failure "$$am__expect_failure" 391# To be inserted before the command running the test. Creates the 392# directory for the log if needed. Stores in $dir the directory 393# containing $f, in $tst the test, in $log the log. Executes the 394# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 395# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 396# will run the test scripts (or their associated LOG_COMPILER, if 397# thy have one). 398am__check_pre = \ 399$(am__sh_e_setup); \ 400$(am__vpath_adj_setup) $(am__vpath_adj) \ 401$(am__tty_colors); \ 402srcdir=$(srcdir); export srcdir; \ 403case "$@" in \ 404 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 405 *) am__odir=.;; \ 406esac; \ 407test "x$$am__odir" = x"." || test -d "$$am__odir" \ 408 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 409if test -f "./$$f"; then dir=./; \ 410elif test -f "$$f"; then dir=; \ 411else dir="$(srcdir)/"; fi; \ 412tst=$$dir$$f; log='$@'; \ 413if test -n '$(DISABLE_HARD_ERRORS)'; then \ 414 am__enable_hard_errors=no; \ 415else \ 416 am__enable_hard_errors=yes; \ 417fi; \ 418case " $(XFAIL_TESTS) " in \ 419 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 420 am__expect_failure=yes;; \ 421 *) \ 422 am__expect_failure=no;; \ 423esac; \ 424$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 425# A shell command to get the names of the tests scripts with any registered 426# extension removed (i.e., equivalently, the names of the test logs, with 427# the '.log' extension removed). The result is saved in the shell variable 428# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 429# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 430# since that might cause problem with VPATH rewrites for suffix-less tests. 431# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 432am__set_TESTS_bases = \ 433 bases='$(TEST_LOGS)'; \ 434 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 435 bases=`echo $$bases` 436RECHECK_LOGS = $(TEST_LOGS) 437TEST_SUITE_LOG = test-suite.log 438TEST_EXTENSIONS = @EXEEXT@ .test 439LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 440LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 441am__set_b = \ 442 case '$@' in \ 443 */*) \ 444 case '$*' in \ 445 */*) b='$*';; \ 446 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 447 esac;; \ 448 *) \ 449 b='$*';; \ 450 esac 451am__test_logs1 = $(TESTS:=.log) 452am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 453TEST_LOGS = $(am__test_logs2:.test.log=.log) 454TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 455TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 456 $(TEST_LOG_FLAGS) 457DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 458distdir = $(PACKAGE)-$(VERSION) 459top_distdir = $(distdir) 460am__remove_distdir = \ 461 if test -d "$(distdir)"; then \ 462 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 463 && rm -rf "$(distdir)" \ 464 || { sleep 5 && rm -rf "$(distdir)"; }; \ 465 else :; fi 466am__post_remove_distdir = $(am__remove_distdir) 467DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip 468GZIP_ENV = --best 469DIST_TARGETS = dist-bzip2 dist-gzip dist-zip 470distuninstallcheck_listfiles = find . -type f -print 471am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 472 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 473distcleancheck_listfiles = find . -type f -print 474ACLOCAL = @ACLOCAL@ 475AMTAR = @AMTAR@ 476AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 477AR = @AR@ 478AUTOCONF = @AUTOCONF@ 479AUTOHEADER = @AUTOHEADER@ 480AUTOMAKE = @AUTOMAKE@ 481AWK = @AWK@ 482CC = @CC@ 483CCDEPMODE = @CCDEPMODE@ 484CFLAGS = @CFLAGS@ 485CPP = @CPP@ 486CPPFLAGS = @CPPFLAGS@ 487CXX = @CXX@ 488CXXCPP = @CXXCPP@ 489CXXDEPMODE = @CXXDEPMODE@ 490CXXFLAGS = @CXXFLAGS@ 491CYGPATH_W = @CYGPATH_W@ 492DEFS = @DEFS@ 493DEPDIR = @DEPDIR@ 494DLLTOOL = @DLLTOOL@ 495DSYMUTIL = @DSYMUTIL@ 496DUMPBIN = @DUMPBIN@ 497ECHO_C = @ECHO_C@ 498ECHO_N = @ECHO_N@ 499ECHO_T = @ECHO_T@ 500EGREP = @EGREP@ 501EXEEXT = @EXEEXT@ 502FGREP = @FGREP@ 503GREP = @GREP@ 504INSTALL = @INSTALL@ 505INSTALL_DATA = @INSTALL_DATA@ 506INSTALL_PROGRAM = @INSTALL_PROGRAM@ 507INSTALL_SCRIPT = @INSTALL_SCRIPT@ 508INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 509LD = @LD@ 510LDFLAGS = @LDFLAGS@ 511LIBOBJS = @LIBOBJS@ 512LIBS = @LIBS@ 513LIBTOOL = @LIBTOOL@ 514LIPO = @LIPO@ 515LN_S = @LN_S@ 516LTLIBOBJS = @LTLIBOBJS@ 517MAKEINFO = @MAKEINFO@ 518MANIFEST_TOOL = @MANIFEST_TOOL@ 519MKDIR_P = @MKDIR_P@ 520NM = @NM@ 521NMEDIT = @NMEDIT@ 522OBJDUMP = @OBJDUMP@ 523OBJEXT = @OBJEXT@ 524OTOOL = @OTOOL@ 525OTOOL64 = @OTOOL64@ 526PACKAGE = @PACKAGE@ 527PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 528PACKAGE_NAME = @PACKAGE_NAME@ 529PACKAGE_STRING = @PACKAGE_STRING@ 530PACKAGE_TARNAME = @PACKAGE_TARNAME@ 531PACKAGE_URL = @PACKAGE_URL@ 532PACKAGE_VERSION = @PACKAGE_VERSION@ 533PATH_SEPARATOR = @PATH_SEPARATOR@ 534PTHREAD_CC = @PTHREAD_CC@ 535PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 536PTHREAD_LIBS = @PTHREAD_LIBS@ 537PYTHON = @PYTHON@ 538RANLIB = @RANLIB@ 539SED = @SED@ 540SET_MAKE = @SET_MAKE@ 541SHELL = @SHELL@ 542STRIP = @STRIP@ 543VERSION = @VERSION@ 544abs_builddir = @abs_builddir@ 545abs_srcdir = @abs_srcdir@ 546abs_top_builddir = @abs_top_builddir@ 547abs_top_srcdir = @abs_top_srcdir@ 548ac_ct_AR = @ac_ct_AR@ 549ac_ct_CC = @ac_ct_CC@ 550ac_ct_CXX = @ac_ct_CXX@ 551ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 552acx_pthread_config = @acx_pthread_config@ 553am__include = @am__include@ 554am__leading_dot = @am__leading_dot@ 555am__quote = @am__quote@ 556am__tar = @am__tar@ 557am__untar = @am__untar@ 558bindir = @bindir@ 559build = @build@ 560build_alias = @build_alias@ 561build_cpu = @build_cpu@ 562build_os = @build_os@ 563build_vendor = @build_vendor@ 564builddir = @builddir@ 565datadir = @datadir@ 566datarootdir = @datarootdir@ 567docdir = @docdir@ 568dvidir = @dvidir@ 569exec_prefix = @exec_prefix@ 570host = @host@ 571host_alias = @host_alias@ 572host_cpu = @host_cpu@ 573host_os = @host_os@ 574host_vendor = @host_vendor@ 575htmldir = @htmldir@ 576includedir = @includedir@ 577infodir = @infodir@ 578install_sh = @install_sh@ 579libdir = @libdir@ 580libexecdir = @libexecdir@ 581localedir = @localedir@ 582localstatedir = @localstatedir@ 583mandir = @mandir@ 584mkdir_p = @mkdir_p@ 585oldincludedir = @oldincludedir@ 586pdfdir = @pdfdir@ 587prefix = @prefix@ 588program_transform_name = @program_transform_name@ 589psdir = @psdir@ 590sbindir = @sbindir@ 591sharedstatedir = @sharedstatedir@ 592srcdir = @srcdir@ 593sysconfdir = @sysconfdir@ 594target_alias = @target_alias@ 595top_build_prefix = @top_build_prefix@ 596top_builddir = @top_builddir@ 597top_srcdir = @top_srcdir@ 598 599# Nonstandard package files for distribution 600 601# Sample files that we don't compile. 602 603# C++ test files that we don't compile directly. 604 605# Python tests that we don't run. 606 607# CMake script 608 609# MSVC project files 610 611# xcode project files 612 613# xcode sample files 614 615# C++Builder project files 616EXTRA_DIST = CHANGES CONTRIBUTORS \ 617 include/gtest/gtest-param-test.h.pump \ 618 include/gtest/internal/gtest-tuple.h.pump \ 619 include/gtest/internal/gtest-type-util.h.pump \ 620 include/gtest/internal/gtest-param-util-generated.h.pump \ 621 make/Makefile scripts/fuse_gtest_files.py \ 622 scripts/gen_gtest_pred_impl.py scripts/pump.py \ 623 scripts/test/Makefile $(GTEST_SRC) samples/prime_tables.h \ 624 samples/sample2_unittest.cc samples/sample3_unittest.cc \ 625 samples/sample4_unittest.cc samples/sample5_unittest.cc \ 626 samples/sample6_unittest.cc samples/sample7_unittest.cc \ 627 samples/sample8_unittest.cc samples/sample9_unittest.cc \ 628 test/gtest-death-test_test.cc test/gtest_environment_test.cc \ 629 test/gtest-filepath_test.cc test/gtest-linked_ptr_test.cc \ 630 test/gtest-message_test.cc test/gtest_no_test_unittest.cc \ 631 test/gtest-options_test.cc test/gtest-param-test_test.cc \ 632 test/gtest-param-test2_test.cc test/gtest-param-test_test.h \ 633 test/gtest-port_test.cc test/gtest_pred_impl_unittest.cc \ 634 test/gtest_prod_test.cc test/production.cc test/production.h \ 635 test/gtest_repeat_test.cc test/gtest_sole_header_test.cc \ 636 test/gtest_stress_test.cc test/gtest-test-part_test.cc \ 637 test/gtest_throw_on_failure_ex_test.cc \ 638 test/gtest-typed-test_test.cc test/gtest-typed-test2_test.cc \ 639 test/gtest-typed-test_test.h test/gtest_unittest.cc \ 640 test/gtest-unittest-api_test.cc test/gtest-listener_test.cc \ 641 test/gtest_main_unittest.cc test/gtest_unittest.cc \ 642 test/gtest-tuple_test.cc test/gtest-param-test_test.cc \ 643 test/gtest-param-test2_test.cc \ 644 test/gtest_break_on_failure_unittest_.cc \ 645 test/gtest_color_test_.cc test/gtest_env_var_test_.cc \ 646 test/gtest_filter_unittest_.cc test/gtest_help_test_.cc \ 647 test/gtest_list_tests_unittest_.cc test/gtest_output_test_.cc \ 648 test/gtest_shuffle_test_.cc \ 649 test/gtest_throw_on_failure_test_.cc \ 650 test/gtest_uninitialized_test_.cc \ 651 test/gtest_xml_outfile1_test_.cc \ 652 test/gtest_xml_outfile2_test_.cc \ 653 test/gtest_xml_output_unittest_.cc test/gtest_test_utils.py \ 654 test/gtest_xml_test_utils.py \ 655 test/gtest_break_on_failure_unittest.py \ 656 test/gtest_color_test.py test/gtest_env_var_test.py \ 657 test/gtest_filter_unittest.py test/gtest_help_test.py \ 658 test/gtest_list_tests_unittest.py test/gtest_output_test.py \ 659 test/gtest_output_test_golden_lin.txt \ 660 test/gtest_output_test_golden_win.txt \ 661 test/gtest_shuffle_test.py test/gtest_throw_on_failure_test.py \ 662 test/gtest_uninitialized_test.py \ 663 test/gtest_xml_outfiles_test.py \ 664 test/gtest_xml_output_unittest.py test/run_tests_util.py \ 665 test/run_tests_util_test.py CMakeLists.txt msvc/gtest-md.sln \ 666 msvc/gtest.sln msvc/gtest-md.vcproj msvc/gtest.vcproj \ 667 msvc/gtest_main-md.vcproj msvc/gtest_main.vcproj \ 668 msvc/gtest_prod_test-md.vcproj msvc/gtest_prod_test.vcproj \ 669 msvc/gtest_unittest-md.vcproj msvc/gtest_unittest.vcproj \ 670 xcode/Config/DebugProject.xcconfig \ 671 xcode/Config/FrameworkTarget.xcconfig \ 672 xcode/Config/General.xcconfig \ 673 xcode/Config/ReleaseProject.xcconfig \ 674 xcode/Config/StaticLibraryTarget.xcconfig \ 675 xcode/Config/TestTarget.xcconfig xcode/Resources/Info.plist \ 676 xcode/Scripts/versiongenerate.py xcode/Scripts/runtests.sh \ 677 xcode/gtest.xcodeproj/project.pbxproj \ 678 xcode/Samples/FrameworkSample/Info.plist \ 679 xcode/Samples/FrameworkSample/runtests.sh \ 680 xcode/Samples/FrameworkSample/widget_test.cc \ 681 xcode/Samples/FrameworkSample/widget.cc \ 682 xcode/Samples/FrameworkSample/widget.h \ 683 xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \ 684 codegear/gtest_all.cc codegear/gtest_link.cc \ 685 codegear/gtest.cbproj codegear/gtest_main.cbproj \ 686 codegear/gtest_unittest.cbproj codegear/gtest.groupproj \ 687 $(m4data_DATA) 688 689# gtest source files that we don't compile directly. They are 690# #included by gtest-all.cc. 691GTEST_SRC = \ 692 src/gtest.cc \ 693 src/gtest-death-test.cc \ 694 src/gtest-filepath.cc \ 695 src/gtest-internal-inl.h \ 696 src/gtest-port.cc \ 697 src/gtest-test-part.cc \ 698 src/gtest-typed-test.cc 699 700 701# Scripts and utilities 702bin_SCRIPTS = scripts/gtest-config 703 704# Death tests may produce core dumps in the build directory. In case 705# this happens, clean them to keep distcleancheck happy. 706CLEANFILES = $(bin_SCRIPTS) core 707 708# Distribute and install M4 macro 709m4datadir = $(datadir)/aclocal 710m4data_DATA = m4/gtest.m4 711 712# We define the global AM_CPPFLAGS as everything we compile includes from these 713# directories. 714AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/include 715@HAVE_PTHREADS_FALSE@AM_CXXFLAGS = -DGTEST_HAS_PTHREAD=0 716 717# Modifies compiler and linker flags for pthreads compatibility. 718@HAVE_PTHREADS_TRUE@AM_CXXFLAGS = @PTHREAD_CFLAGS@ -DGTEST_HAS_PTHREAD=1 719@HAVE_PTHREADS_TRUE@AM_LIBS = @PTHREAD_LIBS@ 720 721# Build rules for libraries. 722lib_LTLIBRARIES = lib/libgtest.la lib/libgtest_main.la 723lib_libgtest_la_SOURCES = src/gtest-all.cc 724pkginclude_HEADERS = include/gtest/gtest.h \ 725 include/gtest/gtest-death-test.h \ 726 include/gtest/gtest-message.h \ 727 include/gtest/gtest-param-test.h \ 728 include/gtest/gtest_pred_impl.h \ 729 include/gtest/gtest_prod.h \ 730 include/gtest/gtest-spi.h \ 731 include/gtest/gtest-test-part.h \ 732 include/gtest/gtest-typed-test.h 733 734pkginclude_internaldir = $(pkgincludedir)/internal 735pkginclude_internal_HEADERS = \ 736 include/gtest/internal/gtest-death-test-internal.h \ 737 include/gtest/internal/gtest-filepath.h \ 738 include/gtest/internal/gtest-internal.h \ 739 include/gtest/internal/gtest-linked_ptr.h \ 740 include/gtest/internal/gtest-param-util-generated.h \ 741 include/gtest/internal/gtest-param-util.h \ 742 include/gtest/internal/gtest-port.h \ 743 include/gtest/internal/gtest-string.h \ 744 include/gtest/internal/gtest-tuple.h \ 745 include/gtest/internal/gtest-type-util.h 746 747lib_libgtest_main_la_SOURCES = src/gtest_main.cc 748lib_libgtest_main_la_LIBADD = lib/libgtest.la 749 750# Bulid rules for samples and tests. Automake's naming for some of 751# these variables isn't terribly obvious, so this is a brief 752# reference: 753# 754# TESTS -- Programs run automatically by "make check" 755# check_PROGRAMS -- Programs built by "make check" but not necessarily run 756noinst_LTLIBRARIES = samples/libsamples.la 757samples_libsamples_la_SOURCES = samples/sample1.cc \ 758 samples/sample1.h \ 759 samples/sample2.cc \ 760 samples/sample2.h \ 761 samples/sample3-inl.h \ 762 samples/sample4.cc \ 763 samples/sample4.h 764 765TESTS_ENVIRONMENT = GTEST_SOURCE_DIR="$(srcdir)/test" \ 766 GTEST_BUILD_DIR="$(top_builddir)/test" 767 768samples_sample1_unittest_SOURCES = samples/sample1_unittest.cc 769samples_sample1_unittest_LDADD = lib/libgtest_main.la \ 770 samples/libsamples.la 771 772samples_sample10_unittest_SOURCES = samples/sample10_unittest.cc 773samples_sample10_unittest_LDADD = lib/libgtest.la 774test_gtest_all_test_SOURCES = test/gtest_all_test.cc 775test_gtest_all_test_LDADD = lib/libgtest_main.la 776 777# Tests that fused gtest files compile and work. 778FUSED_GTEST_SRC = \ 779 fused-src/gtest/gtest-all.cc \ 780 fused-src/gtest/gtest_main.cc \ 781 fused-src/gtest/gtest.h 782 783test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \ 784 samples/sample1.cc samples/sample1_unittest.cc 785 786test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src" 787all: all-am 788 789.SUFFIXES: 790.SUFFIXES: .cc .lo .log .o .obj .test .test$(EXEEXT) .trs 791am--refresh: Makefile 792 @: 793$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 794 @for dep in $?; do \ 795 case '$(am__configure_deps)' in \ 796 *$$dep*) \ 797 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 798 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 799 && exit 0; \ 800 exit 1;; \ 801 esac; \ 802 done; \ 803 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 804 $(am__cd) $(top_srcdir) && \ 805 $(AUTOMAKE) --foreign Makefile 806.PRECIOUS: Makefile 807Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 808 @case '$?' in \ 809 *config.status*) \ 810 echo ' $(SHELL) ./config.status'; \ 811 $(SHELL) ./config.status;; \ 812 *) \ 813 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 814 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 815 esac; 816 817$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 818 $(SHELL) ./config.status --recheck 819 820$(top_srcdir)/configure: $(am__configure_deps) 821 $(am__cd) $(srcdir) && $(AUTOCONF) 822$(ACLOCAL_M4): $(am__aclocal_m4_deps) 823 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 824$(am__aclocal_m4_deps): 825 826build-aux/config.h: build-aux/stamp-h1 827 @test -f $@ || rm -f build-aux/stamp-h1 828 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) build-aux/stamp-h1 829 830build-aux/stamp-h1: $(top_srcdir)/build-aux/config.h.in $(top_builddir)/config.status 831 @rm -f build-aux/stamp-h1 832 cd $(top_builddir) && $(SHELL) ./config.status build-aux/config.h 833$(top_srcdir)/build-aux/config.h.in: $(am__configure_deps) 834 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 835 rm -f build-aux/stamp-h1 836 touch $@ 837 838distclean-hdr: 839 -rm -f build-aux/config.h build-aux/stamp-h1 840scripts/gtest-config: $(top_builddir)/config.status $(top_srcdir)/scripts/gtest-config.in 841 cd $(top_builddir) && $(SHELL) ./config.status $@ 842 843install-libLTLIBRARIES: $(lib_LTLIBRARIES) 844 @$(NORMAL_INSTALL) 845 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 846 list2=; for p in $$list; do \ 847 if test -f $$p; then \ 848 list2="$$list2 $$p"; \ 849 else :; fi; \ 850 done; \ 851 test -z "$$list2" || { \ 852 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 853 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 854 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 855 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 856 } 857 858uninstall-libLTLIBRARIES: 859 @$(NORMAL_UNINSTALL) 860 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 861 for p in $$list; do \ 862 $(am__strip_dir) \ 863 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 864 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 865 done 866 867clean-libLTLIBRARIES: 868 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 869 @list='$(lib_LTLIBRARIES)'; \ 870 locs=`for p in $$list; do echo $$p; done | \ 871 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 872 sort -u`; \ 873 test -z "$$locs" || { \ 874 echo rm -f $${locs}; \ 875 rm -f $${locs}; \ 876 } 877 878clean-noinstLTLIBRARIES: 879 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 880 @list='$(noinst_LTLIBRARIES)'; \ 881 locs=`for p in $$list; do echo $$p; done | \ 882 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 883 sort -u`; \ 884 test -z "$$locs" || { \ 885 echo rm -f $${locs}; \ 886 rm -f $${locs}; \ 887 } 888src/$(am__dirstamp): 889 @$(MKDIR_P) src 890 @: > src/$(am__dirstamp) 891src/$(DEPDIR)/$(am__dirstamp): 892 @$(MKDIR_P) src/$(DEPDIR) 893 @: > src/$(DEPDIR)/$(am__dirstamp) 894src/gtest-all.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 895lib/$(am__dirstamp): 896 @$(MKDIR_P) lib 897 @: > lib/$(am__dirstamp) 898 899lib/libgtest.la: $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_DEPENDENCIES) $(EXTRA_lib_libgtest_la_DEPENDENCIES) lib/$(am__dirstamp) 900 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_LIBADD) $(LIBS) 901src/gtest_main.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 902 903lib/libgtest_main.la: $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_DEPENDENCIES) $(EXTRA_lib_libgtest_main_la_DEPENDENCIES) lib/$(am__dirstamp) 904 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_LIBADD) $(LIBS) 905samples/$(am__dirstamp): 906 @$(MKDIR_P) samples 907 @: > samples/$(am__dirstamp) 908samples/$(DEPDIR)/$(am__dirstamp): 909 @$(MKDIR_P) samples/$(DEPDIR) 910 @: > samples/$(DEPDIR)/$(am__dirstamp) 911samples/sample1.lo: samples/$(am__dirstamp) \ 912 samples/$(DEPDIR)/$(am__dirstamp) 913samples/sample2.lo: samples/$(am__dirstamp) \ 914 samples/$(DEPDIR)/$(am__dirstamp) 915samples/sample4.lo: samples/$(am__dirstamp) \ 916 samples/$(DEPDIR)/$(am__dirstamp) 917 918samples/libsamples.la: $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_DEPENDENCIES) $(EXTRA_samples_libsamples_la_DEPENDENCIES) samples/$(am__dirstamp) 919 $(AM_V_CXXLD)$(CXXLINK) $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_LIBADD) $(LIBS) 920 921clean-checkPROGRAMS: 922 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 923 echo " rm -f" $$list; \ 924 rm -f $$list || exit $$?; \ 925 test -n "$(EXEEXT)" || exit 0; \ 926 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 927 echo " rm -f" $$list; \ 928 rm -f $$list 929samples/sample10_unittest.$(OBJEXT): samples/$(am__dirstamp) \ 930 samples/$(DEPDIR)/$(am__dirstamp) 931 932samples/sample10_unittest$(EXEEXT): $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_DEPENDENCIES) $(EXTRA_samples_sample10_unittest_DEPENDENCIES) samples/$(am__dirstamp) 933 @rm -f samples/sample10_unittest$(EXEEXT) 934 $(AM_V_CXXLD)$(CXXLINK) $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_LDADD) $(LIBS) 935samples/sample1_unittest.$(OBJEXT): samples/$(am__dirstamp) \ 936 samples/$(DEPDIR)/$(am__dirstamp) 937 938samples/sample1_unittest$(EXEEXT): $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_DEPENDENCIES) $(EXTRA_samples_sample1_unittest_DEPENDENCIES) samples/$(am__dirstamp) 939 @rm -f samples/sample1_unittest$(EXEEXT) 940 $(AM_V_CXXLD)$(CXXLINK) $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_LDADD) $(LIBS) 941fused-src/gtest/$(am__dirstamp): 942 @$(MKDIR_P) fused-src/gtest 943 @: > fused-src/gtest/$(am__dirstamp) 944fused-src/gtest/$(DEPDIR)/$(am__dirstamp): 945 @$(MKDIR_P) fused-src/gtest/$(DEPDIR) 946 @: > fused-src/gtest/$(DEPDIR)/$(am__dirstamp) 947fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT): \ 948 fused-src/gtest/$(am__dirstamp) \ 949 fused-src/gtest/$(DEPDIR)/$(am__dirstamp) 950fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT): \ 951 fused-src/gtest/$(am__dirstamp) \ 952 fused-src/gtest/$(DEPDIR)/$(am__dirstamp) 953samples/test_fused_gtest_test-sample1.$(OBJEXT): \ 954 samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp) 955samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT): \ 956 samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp) 957test/$(am__dirstamp): 958 @$(MKDIR_P) test 959 @: > test/$(am__dirstamp) 960 961test/fused_gtest_test$(EXEEXT): $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_DEPENDENCIES) $(EXTRA_test_fused_gtest_test_DEPENDENCIES) test/$(am__dirstamp) 962 @rm -f test/fused_gtest_test$(EXEEXT) 963 $(AM_V_CXXLD)$(CXXLINK) $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_LDADD) $(LIBS) 964test/$(DEPDIR)/$(am__dirstamp): 965 @$(MKDIR_P) test/$(DEPDIR) 966 @: > test/$(DEPDIR)/$(am__dirstamp) 967test/gtest_all_test.$(OBJEXT): test/$(am__dirstamp) \ 968 test/$(DEPDIR)/$(am__dirstamp) 969 970test/gtest_all_test$(EXEEXT): $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_DEPENDENCIES) $(EXTRA_test_gtest_all_test_DEPENDENCIES) test/$(am__dirstamp) 971 @rm -f test/gtest_all_test$(EXEEXT) 972 $(AM_V_CXXLD)$(CXXLINK) $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_LDADD) $(LIBS) 973install-binSCRIPTS: $(bin_SCRIPTS) 974 @$(NORMAL_INSTALL) 975 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 976 if test -n "$$list"; then \ 977 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 978 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 979 fi; \ 980 for p in $$list; do \ 981 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 982 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 983 done | \ 984 sed -e 'p;s,.*/,,;n' \ 985 -e 'h;s|.*|.|' \ 986 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 987 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 988 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 989 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 990 if (++n[d] == $(am__install_max)) { \ 991 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 992 else { print "f", d "/" $$4, $$1 } } \ 993 END { for (d in files) print "f", d, files[d] }' | \ 994 while read type dir files; do \ 995 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 996 test -z "$$files" || { \ 997 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 998 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 999 } \ 1000 ; done 1001 1002uninstall-binSCRIPTS: 1003 @$(NORMAL_UNINSTALL) 1004 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 1005 files=`for p in $$list; do echo "$$p"; done | \ 1006 sed -e 's,.*/,,;$(transform)'`; \ 1007 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 1008 1009mostlyclean-compile: 1010 -rm -f *.$(OBJEXT) 1011 -rm -f fused-src/gtest/*.$(OBJEXT) 1012 -rm -f samples/*.$(OBJEXT) 1013 -rm -f samples/*.lo 1014 -rm -f src/*.$(OBJEXT) 1015 -rm -f src/*.lo 1016 -rm -f test/*.$(OBJEXT) 1017 1018distclean-compile: 1019 -rm -f *.tab.c 1020 1021@AMDEP_TRUE@@am__include@ @am__quote@fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po@am__quote@ 1022@AMDEP_TRUE@@am__include@ @am__quote@fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po@am__quote@ 1023@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample1.Plo@am__quote@ 1024@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample10_unittest.Po@am__quote@ 1025@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample1_unittest.Po@am__quote@ 1026@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample2.Plo@am__quote@ 1027@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample4.Plo@am__quote@ 1028@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po@am__quote@ 1029@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po@am__quote@ 1030@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gtest-all.Plo@am__quote@ 1031@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gtest_main.Plo@am__quote@ 1032@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/gtest_all_test.Po@am__quote@ 1033 1034.cc.o: 1035@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 1036@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1037@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1038@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1039@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1040@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< 1041 1042.cc.obj: 1043@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 1044@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 1045@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1046@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1047@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1048@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1049 1050.cc.lo: 1051@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 1052@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1053@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 1054@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1055@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1056@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< 1057 1058fused-src/gtest/test_fused_gtest_test-gtest-all.o: fused-src/gtest/gtest-all.cc 1059@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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 1060@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po 1061@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.o' libtool=no @AMDEPBACKSLASH@ 1062@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1063@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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 1064 1065fused-src/gtest/test_fused_gtest_test-gtest-all.obj: fused-src/gtest/gtest-all.cc 1066@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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` 1067@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po 1068@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.obj' libtool=no @AMDEPBACKSLASH@ 1069@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1070@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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` 1071 1072fused-src/gtest/test_fused_gtest_test-gtest_main.o: fused-src/gtest/gtest_main.cc 1073@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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 1074@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po 1075@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.o' libtool=no @AMDEPBACKSLASH@ 1076@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1077@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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 1078 1079fused-src/gtest/test_fused_gtest_test-gtest_main.obj: fused-src/gtest/gtest_main.cc 1080@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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` 1081@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po 1082@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.obj' libtool=no @AMDEPBACKSLASH@ 1083@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1084@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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` 1085 1086samples/test_fused_gtest_test-sample1.o: samples/sample1.cc 1087@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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 1088@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po 1089@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.o' libtool=no @AMDEPBACKSLASH@ 1090@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1091@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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 1092 1093samples/test_fused_gtest_test-sample1.obj: samples/sample1.cc 1094@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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` 1095@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po 1096@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.obj' libtool=no @AMDEPBACKSLASH@ 1097@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1098@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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` 1099 1100samples/test_fused_gtest_test-sample1_unittest.o: samples/sample1_unittest.cc 1101@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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 1102@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po 1103@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.o' libtool=no @AMDEPBACKSLASH@ 1104@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1105@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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 1106 1107samples/test_fused_gtest_test-sample1_unittest.obj: samples/sample1_unittest.cc 1108@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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` 1109@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po 1110@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.obj' libtool=no @AMDEPBACKSLASH@ 1111@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1112@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(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` 1113 1114mostlyclean-libtool: 1115 -rm -f *.lo 1116 1117clean-libtool: 1118 -rm -rf .libs _libs 1119 -rm -rf lib/.libs lib/_libs 1120 -rm -rf samples/.libs samples/_libs 1121 -rm -rf src/.libs src/_libs 1122 -rm -rf test/.libs test/_libs 1123 1124distclean-libtool: 1125 -rm -f libtool config.lt 1126install-m4dataDATA: $(m4data_DATA) 1127 @$(NORMAL_INSTALL) 1128 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 1129 if test -n "$$list"; then \ 1130 echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \ 1131 $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \ 1132 fi; \ 1133 for p in $$list; do \ 1134 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1135 echo "$$d$$p"; \ 1136 done | $(am__base_list) | \ 1137 while read files; do \ 1138 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ 1139 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ 1140 done 1141 1142uninstall-m4dataDATA: 1143 @$(NORMAL_UNINSTALL) 1144 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 1145 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1146 dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) 1147install-pkgincludeHEADERS: $(pkginclude_HEADERS) 1148 @$(NORMAL_INSTALL) 1149 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 1150 if test -n "$$list"; then \ 1151 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ 1152 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ 1153 fi; \ 1154 for p in $$list; do \ 1155 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1156 echo "$$d$$p"; \ 1157 done | $(am__base_list) | \ 1158 while read files; do \ 1159 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ 1160 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 1161 done 1162 1163uninstall-pkgincludeHEADERS: 1164 @$(NORMAL_UNINSTALL) 1165 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 1166 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1167 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 1168install-pkginclude_internalHEADERS: $(pkginclude_internal_HEADERS) 1169 @$(NORMAL_INSTALL) 1170 @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \ 1171 if test -n "$$list"; then \ 1172 echo " $(MKDIR_P) '$(DESTDIR)$(pkginclude_internaldir)'"; \ 1173 $(MKDIR_P) "$(DESTDIR)$(pkginclude_internaldir)" || exit 1; \ 1174 fi; \ 1175 for p in $$list; do \ 1176 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1177 echo "$$d$$p"; \ 1178 done | $(am__base_list) | \ 1179 while read files; do \ 1180 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginclude_internaldir)'"; \ 1181 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginclude_internaldir)" || exit $$?; \ 1182 done 1183 1184uninstall-pkginclude_internalHEADERS: 1185 @$(NORMAL_UNINSTALL) 1186 @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \ 1187 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1188 dir='$(DESTDIR)$(pkginclude_internaldir)'; $(am__uninstall_files_from_dir) 1189 1190ID: $(am__tagged_files) 1191 $(am__define_uniq_tagged_files); mkid -fID $$unique 1192tags: tags-am 1193TAGS: tags 1194 1195tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1196 set x; \ 1197 here=`pwd`; \ 1198 $(am__define_uniq_tagged_files); \ 1199 shift; \ 1200 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1201 test -n "$$unique" || unique=$$empty_fix; \ 1202 if test $$# -gt 0; then \ 1203 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1204 "$$@" $$unique; \ 1205 else \ 1206 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1207 $$unique; \ 1208 fi; \ 1209 fi 1210ctags: ctags-am 1211 1212CTAGS: ctags 1213ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1214 $(am__define_uniq_tagged_files); \ 1215 test -z "$(CTAGS_ARGS)$$unique" \ 1216 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1217 $$unique 1218 1219GTAGS: 1220 here=`$(am__cd) $(top_builddir) && pwd` \ 1221 && $(am__cd) $(top_srcdir) \ 1222 && gtags -i $(GTAGS_ARGS) "$$here" 1223cscope: cscope.files 1224 test ! -s cscope.files \ 1225 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 1226clean-cscope: 1227 -rm -f cscope.files 1228cscope.files: clean-cscope cscopelist 1229cscopelist: cscopelist-am 1230 1231cscopelist-am: $(am__tagged_files) 1232 list='$(am__tagged_files)'; \ 1233 case "$(srcdir)" in \ 1234 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1235 *) sdir=$(subdir)/$(srcdir) ;; \ 1236 esac; \ 1237 for i in $$list; do \ 1238 if test -f "$$i"; then \ 1239 echo "$(subdir)/$$i"; \ 1240 else \ 1241 echo "$$sdir/$$i"; \ 1242 fi; \ 1243 done >> $(top_builddir)/cscope.files 1244 1245distclean-tags: 1246 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1247 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 1248 1249# Recover from deleted '.trs' file; this should ensure that 1250# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1251# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1252# to avoid problems with "make -n". 1253.log.trs: 1254 rm -f $< $@ 1255 $(MAKE) $(AM_MAKEFLAGS) $< 1256 1257# Leading 'am--fnord' is there to ensure the list of targets does not 1258# expand to empty, as could happen e.g. with make check TESTS=''. 1259am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1260am--force-recheck: 1261 @: 1262 1263$(TEST_SUITE_LOG): $(TEST_LOGS) 1264 @$(am__set_TESTS_bases); \ 1265 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1266 redo_bases=`for i in $$bases; do \ 1267 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1268 done`; \ 1269 if test -n "$$redo_bases"; then \ 1270 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1271 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1272 if $(am__make_dryrun); then :; else \ 1273 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1274 fi; \ 1275 fi; \ 1276 if test -n "$$am__remaking_logs"; then \ 1277 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1278 "recursion detected" >&2; \ 1279 else \ 1280 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1281 fi; \ 1282 if $(am__make_dryrun); then :; else \ 1283 st=0; \ 1284 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1285 for i in $$redo_bases; do \ 1286 test -f $$i.trs && test -r $$i.trs \ 1287 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1288 test -f $$i.log && test -r $$i.log \ 1289 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1290 done; \ 1291 test $$st -eq 0 || exit 1; \ 1292 fi 1293 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1294 ws='[ ]'; \ 1295 results=`for b in $$bases; do echo $$b.trs; done`; \ 1296 test -n "$$results" || results=/dev/null; \ 1297 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1298 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1299 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1300 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1301 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1302 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1303 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1304 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1305 success=true; \ 1306 else \ 1307 success=false; \ 1308 fi; \ 1309 br='==================='; br=$$br$$br$$br$$br; \ 1310 result_count () \ 1311 { \ 1312 if test x"$$1" = x"--maybe-color"; then \ 1313 maybe_colorize=yes; \ 1314 elif test x"$$1" = x"--no-color"; then \ 1315 maybe_colorize=no; \ 1316 else \ 1317 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1318 fi; \ 1319 shift; \ 1320 desc=$$1 count=$$2; \ 1321 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1322 color_start=$$3 color_end=$$std; \ 1323 else \ 1324 color_start= color_end=; \ 1325 fi; \ 1326 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1327 }; \ 1328 create_testsuite_report () \ 1329 { \ 1330 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1331 result_count $$1 "PASS: " $$pass "$$grn"; \ 1332 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1333 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1334 result_count $$1 "FAIL: " $$fail "$$red"; \ 1335 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1336 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1337 }; \ 1338 { \ 1339 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1340 $(am__rst_title); \ 1341 create_testsuite_report --no-color; \ 1342 echo; \ 1343 echo ".. contents:: :depth: 2"; \ 1344 echo; \ 1345 for b in $$bases; do echo $$b; done \ 1346 | $(am__create_global_log); \ 1347 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1348 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1349 if $$success; then \ 1350 col="$$grn"; \ 1351 else \ 1352 col="$$red"; \ 1353 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1354 fi; \ 1355 echo "$${col}$$br$${std}"; \ 1356 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ 1357 echo "$${col}$$br$${std}"; \ 1358 create_testsuite_report --maybe-color; \ 1359 echo "$$col$$br$$std"; \ 1360 if $$success; then :; else \ 1361 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1362 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1363 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1364 fi; \ 1365 echo "$$col$$br$$std"; \ 1366 fi; \ 1367 $$success || exit 1 1368 1369check-TESTS: 1370 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1371 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1372 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1373 @set +e; $(am__set_TESTS_bases); \ 1374 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1375 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1376 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1377 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1378 exit $$?; 1379recheck: all $(check_PROGRAMS) 1380 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1381 @set +e; $(am__set_TESTS_bases); \ 1382 bases=`for i in $$bases; do echo $$i; done \ 1383 | $(am__list_recheck_tests)` || exit 1; \ 1384 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1385 log_list=`echo $$log_list`; \ 1386 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1387 am__force_recheck=am--force-recheck \ 1388 TEST_LOGS="$$log_list"; \ 1389 exit $$? 1390samples/sample1_unittest.log: samples/sample1_unittest$(EXEEXT) 1391 @p='samples/sample1_unittest$(EXEEXT)'; \ 1392 b='samples/sample1_unittest'; \ 1393 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1394 --log-file $$b.log --trs-file $$b.trs \ 1395 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1396 "$$tst" $(AM_TESTS_FD_REDIRECT) 1397samples/sample10_unittest.log: samples/sample10_unittest$(EXEEXT) 1398 @p='samples/sample10_unittest$(EXEEXT)'; \ 1399 b='samples/sample10_unittest'; \ 1400 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1401 --log-file $$b.log --trs-file $$b.trs \ 1402 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1403 "$$tst" $(AM_TESTS_FD_REDIRECT) 1404test/gtest_all_test.log: test/gtest_all_test$(EXEEXT) 1405 @p='test/gtest_all_test$(EXEEXT)'; \ 1406 b='test/gtest_all_test'; \ 1407 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1408 --log-file $$b.log --trs-file $$b.trs \ 1409 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1410 "$$tst" $(AM_TESTS_FD_REDIRECT) 1411test/fused_gtest_test.log: test/fused_gtest_test$(EXEEXT) 1412 @p='test/fused_gtest_test$(EXEEXT)'; \ 1413 b='test/fused_gtest_test'; \ 1414 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1415 --log-file $$b.log --trs-file $$b.trs \ 1416 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1417 "$$tst" $(AM_TESTS_FD_REDIRECT) 1418.test.log: 1419 @p='$<'; \ 1420 $(am__set_b); \ 1421 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1422 --log-file $$b.log --trs-file $$b.trs \ 1423 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1424 "$$tst" $(AM_TESTS_FD_REDIRECT) 1425@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1426@am__EXEEXT_TRUE@ @p='$<'; \ 1427@am__EXEEXT_TRUE@ $(am__set_b); \ 1428@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1429@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1430@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1431@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1432 1433distdir: $(DISTFILES) 1434 $(am__remove_distdir) 1435 test -d "$(distdir)" || mkdir "$(distdir)" 1436 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1437 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1438 list='$(DISTFILES)'; \ 1439 dist_files=`for file in $$list; do echo $$file; done | \ 1440 sed -e "s|^$$srcdirstrip/||;t" \ 1441 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1442 case $$dist_files in \ 1443 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1444 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1445 sort -u` ;; \ 1446 esac; \ 1447 for file in $$dist_files; do \ 1448 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1449 if test -d $$d/$$file; then \ 1450 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1451 if test -d "$(distdir)/$$file"; then \ 1452 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1453 fi; \ 1454 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1455 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1456 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1457 fi; \ 1458 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1459 else \ 1460 test -f "$(distdir)/$$file" \ 1461 || cp -p $$d/$$file "$(distdir)/$$file" \ 1462 || exit 1; \ 1463 fi; \ 1464 done 1465 -test -n "$(am__skip_mode_fix)" \ 1466 || find "$(distdir)" -type d ! -perm -755 \ 1467 -exec chmod u+rwx,go+rx {} \; -o \ 1468 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 1469 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1470 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1471 || chmod -R a+r "$(distdir)" 1472dist-gzip: distdir 1473 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1474 $(am__post_remove_distdir) 1475dist-bzip2: distdir 1476 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 1477 $(am__post_remove_distdir) 1478 1479dist-lzip: distdir 1480 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 1481 $(am__post_remove_distdir) 1482 1483dist-xz: distdir 1484 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 1485 $(am__post_remove_distdir) 1486 1487dist-tarZ: distdir 1488 @echo WARNING: "Support for shar distribution archives is" \ 1489 "deprecated." >&2 1490 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1491 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1492 $(am__post_remove_distdir) 1493 1494dist-shar: distdir 1495 @echo WARNING: "Support for distribution archives compressed with" \ 1496 "legacy program 'compress' is deprecated." >&2 1497 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1498 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 1499 $(am__post_remove_distdir) 1500dist-zip: distdir 1501 -rm -f $(distdir).zip 1502 zip -rq $(distdir).zip $(distdir) 1503 $(am__post_remove_distdir) 1504 1505dist dist-all: 1506 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 1507 $(am__post_remove_distdir) 1508 1509# This target untars the dist file and tries a VPATH configuration. Then 1510# it guarantees that the distribution is self-contained by making another 1511# tarfile. 1512distcheck: dist 1513 case '$(DIST_ARCHIVES)' in \ 1514 *.tar.gz*) \ 1515 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 1516 *.tar.bz2*) \ 1517 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 1518 *.tar.lz*) \ 1519 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 1520 *.tar.xz*) \ 1521 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1522 *.tar.Z*) \ 1523 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1524 *.shar.gz*) \ 1525 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 1526 *.zip*) \ 1527 unzip $(distdir).zip ;;\ 1528 esac 1529 chmod -R a-w $(distdir) 1530 chmod u+w $(distdir) 1531 mkdir $(distdir)/_build $(distdir)/_inst 1532 chmod a-w $(distdir) 1533 test -d $(distdir)/_build || exit 0; \ 1534 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1535 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1536 && am__cwd=`pwd` \ 1537 && $(am__cd) $(distdir)/_build \ 1538 && ../configure \ 1539 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 1540 $(DISTCHECK_CONFIGURE_FLAGS) \ 1541 --srcdir=.. --prefix="$$dc_install_base" \ 1542 && $(MAKE) $(AM_MAKEFLAGS) \ 1543 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 1544 && $(MAKE) $(AM_MAKEFLAGS) check \ 1545 && $(MAKE) $(AM_MAKEFLAGS) install \ 1546 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1547 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1548 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1549 distuninstallcheck \ 1550 && chmod -R a-w "$$dc_install_base" \ 1551 && ({ \ 1552 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1553 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1554 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1555 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1556 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1557 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1558 && rm -rf "$$dc_destdir" \ 1559 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1560 && rm -rf $(DIST_ARCHIVES) \ 1561 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1562 && cd "$$am__cwd" \ 1563 || exit 1 1564 $(am__post_remove_distdir) 1565 @(echo "$(distdir) archives ready for distribution: "; \ 1566 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1567 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1568distuninstallcheck: 1569 @test -n '$(distuninstallcheck_dir)' || { \ 1570 echo 'ERROR: trying to run $@ with an empty' \ 1571 '$$(distuninstallcheck_dir)' >&2; \ 1572 exit 1; \ 1573 }; \ 1574 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1575 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1576 exit 1; \ 1577 }; \ 1578 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1579 || { echo "ERROR: files left after uninstall:" ; \ 1580 if test -n "$(DESTDIR)"; then \ 1581 echo " (check DESTDIR support)"; \ 1582 fi ; \ 1583 $(distuninstallcheck_listfiles) ; \ 1584 exit 1; } >&2 1585distcleancheck: distclean 1586 @if test '$(srcdir)' = . ; then \ 1587 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1588 exit 1 ; \ 1589 fi 1590 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1591 || { echo "ERROR: files left in build directory after distclean:" ; \ 1592 $(distcleancheck_listfiles) ; \ 1593 exit 1; } >&2 1594check-am: all-am 1595 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1596 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1597check: check-am 1598all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) 1599installdirs: 1600 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkginclude_internaldir)"; do \ 1601 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1602 done 1603install: install-am 1604install-exec: install-exec-am 1605install-data: install-data-am 1606uninstall: uninstall-am 1607 1608install-am: all-am 1609 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1610 1611installcheck: installcheck-am 1612install-strip: 1613 if test -z '$(STRIP)'; then \ 1614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1616 install; \ 1617 else \ 1618 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1619 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1620 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1621 fi 1622mostlyclean-generic: 1623 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1624 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1625 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1626 1627clean-generic: 1628 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1629 1630distclean-generic: 1631 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1632 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1633 -rm -f fused-src/gtest/$(DEPDIR)/$(am__dirstamp) 1634 -rm -f fused-src/gtest/$(am__dirstamp) 1635 -rm -f lib/$(am__dirstamp) 1636 -rm -f samples/$(DEPDIR)/$(am__dirstamp) 1637 -rm -f samples/$(am__dirstamp) 1638 -rm -f src/$(DEPDIR)/$(am__dirstamp) 1639 -rm -f src/$(am__dirstamp) 1640 -rm -f test/$(DEPDIR)/$(am__dirstamp) 1641 -rm -f test/$(am__dirstamp) 1642 1643maintainer-clean-generic: 1644 @echo "This command is intended for maintainers to use" 1645 @echo "it deletes files that may require special tools to rebuild." 1646clean: clean-am 1647 1648clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ 1649 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am 1650 1651distclean: distclean-am 1652 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1653 -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR) 1654 -rm -f Makefile 1655distclean-am: clean-am distclean-compile distclean-generic \ 1656 distclean-hdr distclean-libtool distclean-tags 1657 1658dvi: dvi-am 1659 1660dvi-am: 1661 1662html: html-am 1663 1664html-am: 1665 1666info: info-am 1667 1668info-am: 1669 1670install-data-am: install-m4dataDATA install-pkgincludeHEADERS \ 1671 install-pkginclude_internalHEADERS 1672 1673install-dvi: install-dvi-am 1674 1675install-dvi-am: 1676 1677install-exec-am: install-binSCRIPTS install-libLTLIBRARIES 1678 1679install-html: install-html-am 1680 1681install-html-am: 1682 1683install-info: install-info-am 1684 1685install-info-am: 1686 1687install-man: 1688 1689install-pdf: install-pdf-am 1690 1691install-pdf-am: 1692 1693install-ps: install-ps-am 1694 1695install-ps-am: 1696 1697installcheck-am: 1698 1699maintainer-clean: maintainer-clean-am 1700 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1701 -rm -rf $(top_srcdir)/autom4te.cache 1702 -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR) 1703 -rm -f Makefile 1704maintainer-clean-am: distclean-am maintainer-clean-generic \ 1705 maintainer-clean-local 1706 1707mostlyclean: mostlyclean-am 1708 1709mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1710 mostlyclean-libtool 1711 1712pdf: pdf-am 1713 1714pdf-am: 1715 1716ps: ps-am 1717 1718ps-am: 1719 1720uninstall-am: uninstall-binSCRIPTS uninstall-libLTLIBRARIES \ 1721 uninstall-m4dataDATA uninstall-pkgincludeHEADERS \ 1722 uninstall-pkginclude_internalHEADERS 1723 1724.MAKE: check-am install-am install-strip 1725 1726.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \ 1727 check-am clean clean-checkPROGRAMS clean-cscope clean-generic \ 1728 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ 1729 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1730 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 1731 distcheck distclean distclean-compile distclean-generic \ 1732 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 1733 distdir distuninstallcheck dvi dvi-am html html-am info \ 1734 info-am install install-am install-binSCRIPTS install-data \ 1735 install-data-am install-dvi install-dvi-am install-exec \ 1736 install-exec-am install-html install-html-am install-info \ 1737 install-info-am install-libLTLIBRARIES install-m4dataDATA \ 1738 install-man install-pdf install-pdf-am \ 1739 install-pkgincludeHEADERS install-pkginclude_internalHEADERS \ 1740 install-ps install-ps-am install-strip installcheck \ 1741 installcheck-am installdirs maintainer-clean \ 1742 maintainer-clean-generic maintainer-clean-local mostlyclean \ 1743 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1744 pdf pdf-am ps ps-am recheck tags tags-am uninstall \ 1745 uninstall-am uninstall-binSCRIPTS uninstall-libLTLIBRARIES \ 1746 uninstall-m4dataDATA uninstall-pkgincludeHEADERS \ 1747 uninstall-pkginclude_internalHEADERS 1748 1749 1750# Build rules for putting fused Google Test files into the distribution 1751# package. The user can also create those files by manually running 1752# scripts/fuse_gtest_files.py. 1753$(test_fused_gtest_test_SOURCES): fused-gtest 1754 1755fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \ 1756 $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \ 1757 scripts/fuse_gtest_files.py 1758 mkdir -p "$(srcdir)/fused-src" 1759 chmod -R u+w "$(srcdir)/fused-src" 1760 rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc" 1761 rm -f "$(srcdir)/fused-src/gtest/gtest.h" 1762 "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src" 1763 cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/" 1764 1765maintainer-clean-local: 1766 rm -rf "$(srcdir)/fused-src" 1767 1768# Tell versions [3.59,3.63) of GNU make to not export all variables. 1769# Otherwise a system limit (for SysV at least) may be exceeded. 1770.NOEXPORT: 1771