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