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