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