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