Re-organize the way to produce stacktrace.
[platform/upstream/glog.git] / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19
20
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39
40 # These are good warnings to turn on by default
41 @GCC_TRUE@am__append_1 = -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare
42
43 # These are x86-specific, having to do with frame-pointers
44 @ENABLE_FRAME_POINTERS_TRUE@@X86_64_TRUE@am__append_2 = -fno-omit-frame-pointer
45 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_TRUE@am__append_3 = -DNO_FRAME_POINTER
46 TESTS = logging_unittest$(EXEEXT) demangle_unittest$(EXEEXT) \
47         stacktrace_unittest$(EXEEXT) symbolize_unittest$(EXEEXT) \
48         stl_logging_unittest$(EXEEXT) utilities_unittest$(EXEEXT)
49 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
50 subdir = .
51 DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
52         $(gloginclude_HEADERS) $(srcdir)/Makefile.am \
53         $(srcdir)/Makefile.in $(top_srcdir)/configure \
54         $(top_srcdir)/src/config.h.in \
55         $(top_srcdir)/src/glog/logging.h.in \
56         $(top_srcdir)/src/glog/raw_logging.h.in \
57         $(top_srcdir)/src/glog/stl_logging.h.in \
58         $(top_srcdir)/src/glog/vlog_is_on.h.in AUTHORS COPYING \
59         ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
60         install-sh ltmain.sh missing mkinstalldirs
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \
63         $(top_srcdir)/m4/ac_have_builtin_expect.m4 \
64         $(top_srcdir)/m4/ac_have_sync_val_compare_and_swap.m4 \
65         $(top_srcdir)/m4/ac_rwlock.m4 $(top_srcdir)/m4/acx_pthread.m4 \
66         $(top_srcdir)/m4/google_namespace.m4 \
67         $(top_srcdir)/m4/namespaces.m4 \
68         $(top_srcdir)/m4/stl_namespace.m4 \
69         $(top_srcdir)/m4/using_operator.m4 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
73  configure.lineno config.status.lineno
74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/src/config.h
76 CONFIG_CLEAN_FILES = src/glog/logging.h src/glog/raw_logging.h \
77         src/glog/vlog_is_on.h src/glog/stl_logging.h
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81     *) f=$$p;; \
82   esac;
83 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
84 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
85         "$(DESTDIR)$(glogincludedir)"
86 libLTLIBRARIES_INSTALL = $(INSTALL)
87 LTLIBRARIES = $(lib_LTLIBRARIES)
88 am__DEPENDENCIES_1 =
89 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
90         $(am__DEPENDENCIES_1)
91 libglog_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
92 am__objects_1 =
93 am_libglog_la_OBJECTS = $(am__objects_1) libglog_la-logging.lo \
94         libglog_la-raw_logging.lo libglog_la-vlog_is_on.lo \
95         libglog_la-utilities.lo libglog_la-demangle.lo \
96         libglog_la-symbolize.lo libglog_la-signalhandler.lo
97 libglog_la_OBJECTS = $(am_libglog_la_OBJECTS)
98 libglog_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
99         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libglog_la_CXXFLAGS) \
100         $(CXXFLAGS) $(libglog_la_LDFLAGS) $(LDFLAGS) -o $@
101 am__EXEEXT_1 = logging_unittest$(EXEEXT) demangle_unittest$(EXEEXT) \
102         stacktrace_unittest$(EXEEXT) symbolize_unittest$(EXEEXT) \
103         stl_logging_unittest$(EXEEXT) utilities_unittest$(EXEEXT)
104 am__EXEEXT_2 = logging_striptest0$(EXEEXT) logging_striptest2$(EXEEXT) \
105         logging_striptest10$(EXEEXT) signalhandler_unittest$(EXEEXT)
106 PROGRAMS = $(noinst_PROGRAMS)
107 am_demangle_unittest_OBJECTS = $(am__objects_1) \
108         demangle_unittest-demangle_unittest.$(OBJEXT)
109 demangle_unittest_OBJECTS = $(am_demangle_unittest_OBJECTS)
110 demangle_unittest_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
111 demangle_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
112         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
113         $(demangle_unittest_CXXFLAGS) $(CXXFLAGS) \
114         $(demangle_unittest_LDFLAGS) $(LDFLAGS) -o $@
115 am_logging_striptest0_OBJECTS = $(am__objects_1) \
116         logging_striptest0-logging_striptest_main.$(OBJEXT)
117 logging_striptest0_OBJECTS = $(am_logging_striptest0_OBJECTS)
118 logging_striptest0_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
119 logging_striptest0_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
120         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
121         $(logging_striptest0_CXXFLAGS) $(CXXFLAGS) \
122         $(logging_striptest0_LDFLAGS) $(LDFLAGS) -o $@
123 am_logging_striptest10_OBJECTS = $(am__objects_1) \
124         logging_striptest10-logging_striptest10.$(OBJEXT)
125 logging_striptest10_OBJECTS = $(am_logging_striptest10_OBJECTS)
126 logging_striptest10_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
127 logging_striptest10_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
128         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
129         $(logging_striptest10_CXXFLAGS) $(CXXFLAGS) \
130         $(logging_striptest10_LDFLAGS) $(LDFLAGS) -o $@
131 am_logging_striptest2_OBJECTS = $(am__objects_1) \
132         logging_striptest2-logging_striptest2.$(OBJEXT)
133 logging_striptest2_OBJECTS = $(am_logging_striptest2_OBJECTS)
134 logging_striptest2_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
135 logging_striptest2_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
136         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
137         $(logging_striptest2_CXXFLAGS) $(CXXFLAGS) \
138         $(logging_striptest2_LDFLAGS) $(LDFLAGS) -o $@
139 am_logging_unittest_OBJECTS = $(am__objects_1) \
140         logging_unittest-logging_unittest.$(OBJEXT)
141 logging_unittest_OBJECTS = $(am_logging_unittest_OBJECTS)
142 logging_unittest_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
143 logging_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
144         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
145         $(logging_unittest_CXXFLAGS) $(CXXFLAGS) \
146         $(logging_unittest_LDFLAGS) $(LDFLAGS) -o $@
147 am_signalhandler_unittest_OBJECTS = $(am__objects_1) \
148         signalhandler_unittest-signalhandler_unittest.$(OBJEXT)
149 signalhandler_unittest_OBJECTS = $(am_signalhandler_unittest_OBJECTS)
150 signalhandler_unittest_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
151 signalhandler_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
152         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
153         $(signalhandler_unittest_CXXFLAGS) $(CXXFLAGS) \
154         $(signalhandler_unittest_LDFLAGS) $(LDFLAGS) -o $@
155 am_stacktrace_unittest_OBJECTS = $(am__objects_1) \
156         stacktrace_unittest-stacktrace_unittest.$(OBJEXT)
157 stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS)
158 stacktrace_unittest_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
159 stacktrace_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
160         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
161         $(stacktrace_unittest_CXXFLAGS) $(CXXFLAGS) \
162         $(stacktrace_unittest_LDFLAGS) $(LDFLAGS) -o $@
163 am_stl_logging_unittest_OBJECTS = $(am__objects_1) \
164         stl_logging_unittest-stl_logging_unittest.$(OBJEXT)
165 stl_logging_unittest_OBJECTS = $(am_stl_logging_unittest_OBJECTS)
166 stl_logging_unittest_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
167 stl_logging_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
168         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
169         $(stl_logging_unittest_CXXFLAGS) $(CXXFLAGS) \
170         $(stl_logging_unittest_LDFLAGS) $(LDFLAGS) -o $@
171 am_symbolize_unittest_OBJECTS = $(am__objects_1) \
172         symbolize_unittest-symbolize_unittest.$(OBJEXT)
173 symbolize_unittest_OBJECTS = $(am_symbolize_unittest_OBJECTS)
174 symbolize_unittest_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
175 symbolize_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
176         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
177         $(symbolize_unittest_CXXFLAGS) $(CXXFLAGS) \
178         $(symbolize_unittest_LDFLAGS) $(LDFLAGS) -o $@
179 am_utilities_unittest_OBJECTS = $(am__objects_1) \
180         utilities_unittest-utilities_unittest.$(OBJEXT)
181 utilities_unittest_OBJECTS = $(am_utilities_unittest_OBJECTS)
182 utilities_unittest_DEPENDENCIES = libglog.la $(am__DEPENDENCIES_2)
183 utilities_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
184         $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
185         $(utilities_unittest_CXXFLAGS) $(CXXFLAGS) \
186         $(utilities_unittest_LDFLAGS) $(LDFLAGS) -o $@
187 SCRIPTS = $(noinst_SCRIPTS)
188 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
189 depcomp = $(SHELL) $(top_srcdir)/depcomp
190 am__depfiles_maybe = depfiles
191 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
192         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
193 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
194         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
195         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
196 CXXLD = $(CXX)
197 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
198         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
199         $(LDFLAGS) -o $@
200 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
201         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
203         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
204         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
205 CCLD = $(CC)
206 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
207         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
208         $(LDFLAGS) -o $@
209 SOURCES = $(libglog_la_SOURCES) $(demangle_unittest_SOURCES) \
210         $(logging_striptest0_SOURCES) $(logging_striptest10_SOURCES) \
211         $(logging_striptest2_SOURCES) $(logging_unittest_SOURCES) \
212         $(signalhandler_unittest_SOURCES) \
213         $(stacktrace_unittest_SOURCES) $(stl_logging_unittest_SOURCES) \
214         $(symbolize_unittest_SOURCES) $(utilities_unittest_SOURCES)
215 DIST_SOURCES = $(libglog_la_SOURCES) $(demangle_unittest_SOURCES) \
216         $(logging_striptest0_SOURCES) $(logging_striptest10_SOURCES) \
217         $(logging_striptest2_SOURCES) $(logging_unittest_SOURCES) \
218         $(signalhandler_unittest_SOURCES) \
219         $(stacktrace_unittest_SOURCES) $(stl_logging_unittest_SOURCES) \
220         $(symbolize_unittest_SOURCES) $(utilities_unittest_SOURCES)
221 dist_docDATA_INSTALL = $(INSTALL_DATA)
222 DATA = $(dist_doc_DATA)
223 glogincludeHEADERS_INSTALL = $(INSTALL_HEADER)
224 HEADERS = $(gloginclude_HEADERS)
225 ETAGS = etags
226 CTAGS = ctags
227 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228 distdir = $(PACKAGE)-$(VERSION)
229 top_distdir = $(distdir)
230 am__remove_distdir = \
231   { test ! -d $(distdir) \
232     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
233          && rm -fr $(distdir); }; }
234 DIST_ARCHIVES = $(distdir).tar.gz
235 GZIP_ENV = --best
236 distuninstallcheck_listfiles = find . -type f -print
237 distcleancheck_listfiles = find . -type f -print
238 ACLOCAL = @ACLOCAL@
239 AMTAR = @AMTAR@
240 AR = @AR@
241 AUTOCONF = @AUTOCONF@
242 AUTOHEADER = @AUTOHEADER@
243 AUTOMAKE = @AUTOMAKE@
244 AWK = @AWK@
245 CC = @CC@
246 CCDEPMODE = @CCDEPMODE@
247 CFLAGS = @CFLAGS@
248 CPP = @CPP@
249 CPPFLAGS = @CPPFLAGS@
250 CXX = @CXX@
251 CXXCPP = @CXXCPP@
252 CXXDEPMODE = @CXXDEPMODE@
253 CXXFLAGS = @CXXFLAGS@
254 CYGPATH_W = @CYGPATH_W@
255 DEFS = @DEFS@
256 DEPDIR = @DEPDIR@
257 DSYMUTIL = @DSYMUTIL@
258 ECHO = @ECHO@
259 ECHO_C = @ECHO_C@
260 ECHO_N = @ECHO_N@
261 ECHO_T = @ECHO_T@
262 EGREP = @EGREP@
263 EXEEXT = @EXEEXT@
264 F77 = @F77@
265 FFLAGS = @FFLAGS@
266 GFLAGS_LIBS = @GFLAGS_LIBS@
267 GREP = @GREP@
268 INSTALL = @INSTALL@
269 INSTALL_DATA = @INSTALL_DATA@
270 INSTALL_PROGRAM = @INSTALL_PROGRAM@
271 INSTALL_SCRIPT = @INSTALL_SCRIPT@
272 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
273 LDFLAGS = @LDFLAGS@
274 LIBOBJS = @LIBOBJS@
275 LIBS = @LIBS@
276 LIBTOOL = @LIBTOOL@
277 LIBTOOL_DEPS = @LIBTOOL_DEPS@
278 LN_S = @LN_S@
279 LTLIBOBJS = @LTLIBOBJS@
280 MAKEINFO = @MAKEINFO@
281 MKDIR_P = @MKDIR_P@
282 NMEDIT = @NMEDIT@
283 OBJEXT = @OBJEXT@
284 PACKAGE = @PACKAGE@
285 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286 PACKAGE_NAME = @PACKAGE_NAME@
287 PACKAGE_STRING = @PACKAGE_STRING@
288 PACKAGE_TARNAME = @PACKAGE_TARNAME@
289 PACKAGE_VERSION = @PACKAGE_VERSION@
290 PATH_SEPARATOR = @PATH_SEPARATOR@
291 PTHREAD_CC = @PTHREAD_CC@
292 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
293 PTHREAD_LIBS = @PTHREAD_LIBS@
294 RANLIB = @RANLIB@
295 SED = @SED@
296 SET_MAKE = @SET_MAKE@
297 SHELL = @SHELL@
298 STRIP = @STRIP@
299 UNWIND_LIBS = @UNWIND_LIBS@
300 VERSION = @VERSION@
301 abs_builddir = @abs_builddir@
302 abs_srcdir = @abs_srcdir@
303 abs_top_builddir = @abs_top_builddir@
304 abs_top_srcdir = @abs_top_srcdir@
305 ac_ct_CC = @ac_ct_CC@
306 ac_ct_CXX = @ac_ct_CXX@
307 ac_ct_F77 = @ac_ct_F77@
308 ac_cv___attribute___noreturn = @ac_cv___attribute___noreturn@
309 ac_cv___attribute___printf_4_5 = @ac_cv___attribute___printf_4_5@
310 ac_cv_cxx_using_operator = @ac_cv_cxx_using_operator@
311 ac_cv_have___builtin_expect = @ac_cv_have___builtin_expect@
312 ac_cv_have___uint16 = @ac_cv_have___uint16@
313 ac_cv_have_inttypes_h = @ac_cv_have_inttypes_h@
314 ac_cv_have_libgflags = @ac_cv_have_libgflags@
315 ac_cv_have_stdint_h = @ac_cv_have_stdint_h@
316 ac_cv_have_systypes_h = @ac_cv_have_systypes_h@
317 ac_cv_have_u_int16_t = @ac_cv_have_u_int16_t@
318 ac_cv_have_uint16_t = @ac_cv_have_uint16_t@
319 ac_google_end_namespace = @ac_google_end_namespace@
320 ac_google_namespace = @ac_google_namespace@
321 ac_google_start_namespace = @ac_google_start_namespace@
322 acx_pthread_config = @acx_pthread_config@
323 am__include = @am__include@
324 am__leading_dot = @am__leading_dot@
325 am__quote = @am__quote@
326 am__tar = @am__tar@
327 am__untar = @am__untar@
328 bindir = @bindir@
329 build = @build@
330 build_alias = @build_alias@
331 build_cpu = @build_cpu@
332 build_os = @build_os@
333 build_vendor = @build_vendor@
334 builddir = @builddir@
335 datadir = @datadir@
336 datarootdir = @datarootdir@
337 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
338 dvidir = @dvidir@
339 exec_prefix = @exec_prefix@
340 host = @host@
341 host_alias = @host_alias@
342 host_cpu = @host_cpu@
343 host_os = @host_os@
344 host_vendor = @host_vendor@
345 htmldir = @htmldir@
346 includedir = @includedir@
347 infodir = @infodir@
348 install_sh = @install_sh@
349 libdir = @libdir@
350 libexecdir = @libexecdir@
351 localedir = @localedir@
352 localstatedir = @localstatedir@
353 mandir = @mandir@
354 mkdir_p = @mkdir_p@
355 oldincludedir = @oldincludedir@
356 pdfdir = @pdfdir@
357 prefix = @prefix@
358 program_transform_name = @program_transform_name@
359 psdir = @psdir@
360 sbindir = @sbindir@
361 sharedstatedir = @sharedstatedir@
362 srcdir = @srcdir@
363 sysconfdir = @sysconfdir@
364 target_alias = @target_alias@
365 top_builddir = @top_builddir@
366 top_srcdir = @top_srcdir@
367
368 # Make sure that when we re-make ./configure, we get the macros we need
369 ACLOCAL_AMFLAGS = -I m4
370
371 # This is so we can #include <glog/foo>
372 AM_CPPFLAGS = -I$(top_srcdir)/src
373
374 # This is mostly based on configure options
375 AM_CXXFLAGS = $(am__append_1) $(am__append_2) $(am__append_3)
376 glogincludedir = $(includedir)/glog
377 gloginclude_HEADERS = src/glog/log_severity.h src/glog/logging.h src/glog/raw_logging.h src/glog/vlog_is_on.h src/glog/stl_logging.h
378 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
379         doc/designstyle.css doc/glog.html
380
381 lib_LTLIBRARIES = libglog.la
382
383 # The libraries libglog depends on.
384 COMMON_LIBS = $(PTHREAD_LIBS) $(GFLAGS_LIBS) $(UNWIND_LIBS)
385 TESTS_ENVIRONMENT = 
386 check_SCRIPTS = logging_striplog_test_sh demangle_unittest_sh \
387         signalhandler_unittest_sh
388 # Every time you add a unittest to check_SCRIPTS, add it here too
389 noinst_SCRIPTS = src/logging_striplog_test.sh src/demangle_unittest.sh \
390         src/signalhandler_unittest.sh
391 # Binaries used for script-based unittests.
392 TEST_BINARIES = logging_striptest0 logging_striptest2 \
393         logging_striptest10 signalhandler_unittest
394 logging_unittest_SOURCES = $(gloginclude_HEADERS) src/config.h \
395                             src/logging_unittest.cc
396
397 logging_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
398 logging_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
399 logging_unittest_LDADD = libglog.la $(COMMON_LIBS)
400 logging_striptest0_SOURCES = $(gloginclude_HEADERS) src/config.h \
401                              src/logging_striptest_main.cc
402
403 logging_striptest0_CXXFLAGS = $(PTHREAD_CFLAGS)
404 logging_striptest0_LDFLAGS = $(PTHREAD_CFLAGS)
405 logging_striptest0_LDADD = libglog.la $(COMMON_LIBS)
406 logging_striptest2_SOURCES = $(gloginclude_HEADERS) src/config.h \
407                              src/logging_striptest2.cc
408
409 logging_striptest2_CXXFLAGS = $(PTHREAD_CFLAGS)
410 logging_striptest2_LDFLAGS = $(PTHREAD_CFLAGS)
411 logging_striptest2_LDADD = libglog.la $(COMMON_LIBS)
412 logging_striptest10_SOURCES = $(gloginclude_HEADERS) src/config.h \
413                               src/logging_striptest10.cc
414
415 logging_striptest10_CXXFLAGS = $(PTHREAD_CFLAGS)
416 logging_striptest10_LDFLAGS = $(PTHREAD_CFLAGS)
417 logging_striptest10_LDADD = libglog.la $(COMMON_LIBS)
418 demangle_unittest_SOURCES = $(gloginclude_HEADERS) src/config.h \
419                             src/demangle_unittest.cc
420
421 demangle_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
422 demangle_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
423 demangle_unittest_LDADD = libglog.la $(COMMON_LIBS)
424 stacktrace_unittest_SOURCES = $(gloginclude_HEADERS) src/config.h \
425                               src/stacktrace_unittest.cc
426
427 stacktrace_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
428 stacktrace_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
429 stacktrace_unittest_LDADD = libglog.la $(COMMON_LIBS)
430 symbolize_unittest_SOURCES = $(gloginclude_HEADERS) src/config.h \
431                               src/symbolize_unittest.cc
432
433 symbolize_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
434 symbolize_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
435 symbolize_unittest_LDADD = libglog.la $(COMMON_LIBS)
436 stl_logging_unittest_SOURCES = $(gloginclude_HEADERS) src/config.h \
437                                src/stl_logging_unittest.cc
438
439 stl_logging_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
440 stl_logging_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
441 stl_logging_unittest_LDADD = libglog.la $(COMMON_LIBS)
442 signalhandler_unittest_SOURCES = $(gloginclude_HEADERS) src/config.h \
443                                src/signalhandler_unittest.cc
444
445 signalhandler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
446 signalhandler_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
447 signalhandler_unittest_LDADD = libglog.la $(COMMON_LIBS)
448 utilities_unittest_SOURCES = $(gloginclude_HEADERS) src/config.h \
449                              src/utilities_unittest.cc
450
451 utilities_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
452 utilities_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
453 utilities_unittest_LDADD = libglog.la $(COMMON_LIBS)
454 libglog_la_SOURCES = $(gloginclude_HEADERS) src/config.h \
455                        src/logging.cc src/raw_logging.cc src/vlog_is_on.cc \
456                        src/utilities.cc src/utilities.h \
457                        src/demangle.cc src/demangle.h \
458                        src/stacktrace.h \
459                        src/stacktrace_generic-inl.h \
460                        src/stacktrace_libunwind-inl.h \
461                        src/stacktrace_powerpc-inl.h \
462                        src/stacktrace_x86-inl.h \
463                        src/stacktrace_x86_64-inl.h \
464                        src/symbolize.cc src/symbolize.h \
465                        src/signalhandler.cc \
466                        src/base/mutex.h src/base/googleinit.h \
467                        src/base/commandlineflags.h src/googletest.h
468
469 libglog_la_CXXFLAGS = $(PTRHEAD_CFLAGS) -DNDEBUG
470 libglog_la_LDFLAGS = $(PTRHEAD_CFLAGS)
471 libglog_la_LIBADD = $(COMMON_LIBS)
472 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
473         $(SCRIPTS) src/logging_unittest.err src/demangle_unittest.txt
474
475 all: all-am
476
477 .SUFFIXES:
478 .SUFFIXES: .cc .lo .o .obj
479 am--refresh:
480         @:
481 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
482         @for dep in $?; do \
483           case '$(am__configure_deps)' in \
484             *$$dep*) \
485               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
486               cd $(srcdir) && $(AUTOMAKE) --gnu  \
487                 && exit 0; \
488               exit 1;; \
489           esac; \
490         done; \
491         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
492         cd $(top_srcdir) && \
493           $(AUTOMAKE) --gnu  Makefile
494 .PRECIOUS: Makefile
495 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
496         @case '$?' in \
497           *config.status*) \
498             echo ' $(SHELL) ./config.status'; \
499             $(SHELL) ./config.status;; \
500           *) \
501             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
502             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
503         esac;
504
505 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
506         $(SHELL) ./config.status --recheck
507
508 $(top_srcdir)/configure:  $(am__configure_deps)
509         cd $(srcdir) && $(AUTOCONF)
510 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
511         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
512
513 src/config.h: src/stamp-h1
514         @if test ! -f $@; then \
515           rm -f src/stamp-h1; \
516           $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \
517         else :; fi
518
519 src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
520         @rm -f src/stamp-h1
521         cd $(top_builddir) && $(SHELL) ./config.status src/config.h
522 $(top_srcdir)/src/config.h.in:  $(am__configure_deps) 
523         cd $(top_srcdir) && $(AUTOHEADER)
524         rm -f src/stamp-h1
525         touch $@
526
527 distclean-hdr:
528         -rm -f src/config.h src/stamp-h1
529 src/glog/logging.h: $(top_builddir)/config.status $(top_srcdir)/src/glog/logging.h.in
530         cd $(top_builddir) && $(SHELL) ./config.status $@
531 src/glog/raw_logging.h: $(top_builddir)/config.status $(top_srcdir)/src/glog/raw_logging.h.in
532         cd $(top_builddir) && $(SHELL) ./config.status $@
533 src/glog/vlog_is_on.h: $(top_builddir)/config.status $(top_srcdir)/src/glog/vlog_is_on.h.in
534         cd $(top_builddir) && $(SHELL) ./config.status $@
535 src/glog/stl_logging.h: $(top_builddir)/config.status $(top_srcdir)/src/glog/stl_logging.h.in
536         cd $(top_builddir) && $(SHELL) ./config.status $@
537 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
538         @$(NORMAL_INSTALL)
539         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
540         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
541           if test -f $$p; then \
542             f=$(am__strip_dir) \
543             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
544             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
545           else :; fi; \
546         done
547
548 uninstall-libLTLIBRARIES:
549         @$(NORMAL_UNINSTALL)
550         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
551           p=$(am__strip_dir) \
552           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
553           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
554         done
555
556 clean-libLTLIBRARIES:
557         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
558         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
559           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
560           test "$$dir" != "$$p" || dir=.; \
561           echo "rm -f \"$${dir}/so_locations\""; \
562           rm -f "$${dir}/so_locations"; \
563         done
564 libglog.la: $(libglog_la_OBJECTS) $(libglog_la_DEPENDENCIES) 
565         $(libglog_la_LINK) -rpath $(libdir) $(libglog_la_OBJECTS) $(libglog_la_LIBADD) $(LIBS)
566
567 clean-noinstPROGRAMS:
568         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
569           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
570           echo " rm -f $$p $$f"; \
571           rm -f $$p $$f ; \
572         done
573 demangle_unittest$(EXEEXT): $(demangle_unittest_OBJECTS) $(demangle_unittest_DEPENDENCIES) 
574         @rm -f demangle_unittest$(EXEEXT)
575         $(demangle_unittest_LINK) $(demangle_unittest_OBJECTS) $(demangle_unittest_LDADD) $(LIBS)
576 logging_striptest0$(EXEEXT): $(logging_striptest0_OBJECTS) $(logging_striptest0_DEPENDENCIES) 
577         @rm -f logging_striptest0$(EXEEXT)
578         $(logging_striptest0_LINK) $(logging_striptest0_OBJECTS) $(logging_striptest0_LDADD) $(LIBS)
579 logging_striptest10$(EXEEXT): $(logging_striptest10_OBJECTS) $(logging_striptest10_DEPENDENCIES) 
580         @rm -f logging_striptest10$(EXEEXT)
581         $(logging_striptest10_LINK) $(logging_striptest10_OBJECTS) $(logging_striptest10_LDADD) $(LIBS)
582 logging_striptest2$(EXEEXT): $(logging_striptest2_OBJECTS) $(logging_striptest2_DEPENDENCIES) 
583         @rm -f logging_striptest2$(EXEEXT)
584         $(logging_striptest2_LINK) $(logging_striptest2_OBJECTS) $(logging_striptest2_LDADD) $(LIBS)
585 logging_unittest$(EXEEXT): $(logging_unittest_OBJECTS) $(logging_unittest_DEPENDENCIES) 
586         @rm -f logging_unittest$(EXEEXT)
587         $(logging_unittest_LINK) $(logging_unittest_OBJECTS) $(logging_unittest_LDADD) $(LIBS)
588 signalhandler_unittest$(EXEEXT): $(signalhandler_unittest_OBJECTS) $(signalhandler_unittest_DEPENDENCIES) 
589         @rm -f signalhandler_unittest$(EXEEXT)
590         $(signalhandler_unittest_LINK) $(signalhandler_unittest_OBJECTS) $(signalhandler_unittest_LDADD) $(LIBS)
591 stacktrace_unittest$(EXEEXT): $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_DEPENDENCIES) 
592         @rm -f stacktrace_unittest$(EXEEXT)
593         $(stacktrace_unittest_LINK) $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_LDADD) $(LIBS)
594 stl_logging_unittest$(EXEEXT): $(stl_logging_unittest_OBJECTS) $(stl_logging_unittest_DEPENDENCIES) 
595         @rm -f stl_logging_unittest$(EXEEXT)
596         $(stl_logging_unittest_LINK) $(stl_logging_unittest_OBJECTS) $(stl_logging_unittest_LDADD) $(LIBS)
597 symbolize_unittest$(EXEEXT): $(symbolize_unittest_OBJECTS) $(symbolize_unittest_DEPENDENCIES) 
598         @rm -f symbolize_unittest$(EXEEXT)
599         $(symbolize_unittest_LINK) $(symbolize_unittest_OBJECTS) $(symbolize_unittest_LDADD) $(LIBS)
600 utilities_unittest$(EXEEXT): $(utilities_unittest_OBJECTS) $(utilities_unittest_DEPENDENCIES) 
601         @rm -f utilities_unittest$(EXEEXT)
602         $(utilities_unittest_LINK) $(utilities_unittest_OBJECTS) $(utilities_unittest_LDADD) $(LIBS)
603
604 mostlyclean-compile:
605         -rm -f *.$(OBJEXT)
606
607 distclean-compile:
608         -rm -f *.tab.c
609
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demangle_unittest-demangle_unittest.Po@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglog_la-demangle.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglog_la-logging.Plo@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglog_la-raw_logging.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglog_la-signalhandler.Plo@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglog_la-symbolize.Plo@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglog_la-utilities.Plo@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglog_la-vlog_is_on.Plo@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging_striptest0-logging_striptest_main.Po@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging_striptest10-logging_striptest10.Po@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging_striptest2-logging_striptest2.Po@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging_unittest-logging_unittest.Po@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signalhandler_unittest-signalhandler_unittest.Po@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace_unittest-stacktrace_unittest.Po@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stl_logging_unittest-stl_logging_unittest.Po@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbolize_unittest-symbolize_unittest.Po@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities_unittest-utilities_unittest.Po@am__quote@
627
628 .cc.o:
629 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
630 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
631 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
632 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
634
635 .cc.obj:
636 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
637 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
638 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
639 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
641
642 .cc.lo:
643 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
644 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
645 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
646 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
648
649 libglog_la-logging.lo: src/logging.cc
650 @am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -MT libglog_la-logging.lo -MD -MP -MF $(DEPDIR)/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo '$(srcdir)/'`src/logging.cc
651 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libglog_la-logging.Tpo $(DEPDIR)/libglog_la-logging.Plo
652 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging.cc' object='libglog_la-logging.lo' libtool=yes @AMDEPBACKSLASH@
653 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654 @am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo '$(srcdir)/'`src/logging.cc
655
656 libglog_la-raw_logging.lo: src/raw_logging.cc
657 @am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -MT libglog_la-raw_logging.lo -MD -MP -MF $(DEPDIR)/libglog_la-raw_logging.Tpo -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo '$(srcdir)/'`src/raw_logging.cc
658 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libglog_la-raw_logging.Tpo $(DEPDIR)/libglog_la-raw_logging.Plo
659 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/raw_logging.cc' object='libglog_la-raw_logging.lo' libtool=yes @AMDEPBACKSLASH@
660 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 @am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo '$(srcdir)/'`src/raw_logging.cc
662
663 libglog_la-vlog_is_on.lo: src/vlog_is_on.cc
664 @am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -MT libglog_la-vlog_is_on.lo -MD -MP -MF $(DEPDIR)/libglog_la-vlog_is_on.Tpo -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo '$(srcdir)/'`src/vlog_is_on.cc
665 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libglog_la-vlog_is_on.Tpo $(DEPDIR)/libglog_la-vlog_is_on.Plo
666 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/vlog_is_on.cc' object='libglog_la-vlog_is_on.lo' libtool=yes @AMDEPBACKSLASH@
667 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668 @am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo '$(srcdir)/'`src/vlog_is_on.cc
669
670 libglog_la-utilities.lo: src/utilities.cc
671 @am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -MT libglog_la-utilities.lo -MD -MP -MF $(DEPDIR)/libglog_la-utilities.Tpo -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo '$(srcdir)/'`src/utilities.cc
672 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libglog_la-utilities.Tpo $(DEPDIR)/libglog_la-utilities.Plo
673 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/utilities.cc' object='libglog_la-utilities.lo' libtool=yes @AMDEPBACKSLASH@
674 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675 @am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo '$(srcdir)/'`src/utilities.cc
676
677 libglog_la-demangle.lo: src/demangle.cc
678 @am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -MT libglog_la-demangle.lo -MD -MP -MF $(DEPDIR)/libglog_la-demangle.Tpo -c -o libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo '$(srcdir)/'`src/demangle.cc
679 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libglog_la-demangle.Tpo $(DEPDIR)/libglog_la-demangle.Plo
680 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/demangle.cc' object='libglog_la-demangle.lo' libtool=yes @AMDEPBACKSLASH@
681 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682 @am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -c -o libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo '$(srcdir)/'`src/demangle.cc
683
684 libglog_la-symbolize.lo: src/symbolize.cc
685 @am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -MT libglog_la-symbolize.lo -MD -MP -MF $(DEPDIR)/libglog_la-symbolize.Tpo -c -o libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
686 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libglog_la-symbolize.Tpo $(DEPDIR)/libglog_la-symbolize.Plo
687 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/symbolize.cc' object='libglog_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@
688 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689 @am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -c -o libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
690
691 libglog_la-signalhandler.lo: src/signalhandler.cc
692 @am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -MT libglog_la-signalhandler.lo -MD -MP -MF $(DEPDIR)/libglog_la-signalhandler.Tpo -c -o libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo '$(srcdir)/'`src/signalhandler.cc
693 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libglog_la-signalhandler.Tpo $(DEPDIR)/libglog_la-signalhandler.Plo
694 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/signalhandler.cc' object='libglog_la-signalhandler.lo' libtool=yes @AMDEPBACKSLASH@
695 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696 @am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglog_la_CXXFLAGS) $(CXXFLAGS) -c -o libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo '$(srcdir)/'`src/signalhandler.cc
697
698 demangle_unittest-demangle_unittest.o: src/demangle_unittest.cc
699 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(demangle_unittest_CXXFLAGS) $(CXXFLAGS) -MT demangle_unittest-demangle_unittest.o -MD -MP -MF $(DEPDIR)/demangle_unittest-demangle_unittest.Tpo -c -o demangle_unittest-demangle_unittest.o `test -f 'src/demangle_unittest.cc' || echo '$(srcdir)/'`src/demangle_unittest.cc
700 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/demangle_unittest-demangle_unittest.Tpo $(DEPDIR)/demangle_unittest-demangle_unittest.Po
701 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/demangle_unittest.cc' object='demangle_unittest-demangle_unittest.o' libtool=no @AMDEPBACKSLASH@
702 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(demangle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o demangle_unittest-demangle_unittest.o `test -f 'src/demangle_unittest.cc' || echo '$(srcdir)/'`src/demangle_unittest.cc
704
705 demangle_unittest-demangle_unittest.obj: src/demangle_unittest.cc
706 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(demangle_unittest_CXXFLAGS) $(CXXFLAGS) -MT demangle_unittest-demangle_unittest.obj -MD -MP -MF $(DEPDIR)/demangle_unittest-demangle_unittest.Tpo -c -o demangle_unittest-demangle_unittest.obj `if test -f 'src/demangle_unittest.cc'; then $(CYGPATH_W) 'src/demangle_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/demangle_unittest.cc'; fi`
707 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/demangle_unittest-demangle_unittest.Tpo $(DEPDIR)/demangle_unittest-demangle_unittest.Po
708 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/demangle_unittest.cc' object='demangle_unittest-demangle_unittest.obj' libtool=no @AMDEPBACKSLASH@
709 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(demangle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o demangle_unittest-demangle_unittest.obj `if test -f 'src/demangle_unittest.cc'; then $(CYGPATH_W) 'src/demangle_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/demangle_unittest.cc'; fi`
711
712 logging_striptest0-logging_striptest_main.o: src/logging_striptest_main.cc
713 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest0_CXXFLAGS) $(CXXFLAGS) -MT logging_striptest0-logging_striptest_main.o -MD -MP -MF $(DEPDIR)/logging_striptest0-logging_striptest_main.Tpo -c -o logging_striptest0-logging_striptest_main.o `test -f 'src/logging_striptest_main.cc' || echo '$(srcdir)/'`src/logging_striptest_main.cc
714 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_striptest0-logging_striptest_main.Tpo $(DEPDIR)/logging_striptest0-logging_striptest_main.Po
715 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_striptest_main.cc' object='logging_striptest0-logging_striptest_main.o' libtool=no @AMDEPBACKSLASH@
716 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest0_CXXFLAGS) $(CXXFLAGS) -c -o logging_striptest0-logging_striptest_main.o `test -f 'src/logging_striptest_main.cc' || echo '$(srcdir)/'`src/logging_striptest_main.cc
718
719 logging_striptest0-logging_striptest_main.obj: src/logging_striptest_main.cc
720 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest0_CXXFLAGS) $(CXXFLAGS) -MT logging_striptest0-logging_striptest_main.obj -MD -MP -MF $(DEPDIR)/logging_striptest0-logging_striptest_main.Tpo -c -o logging_striptest0-logging_striptest_main.obj `if test -f 'src/logging_striptest_main.cc'; then $(CYGPATH_W) 'src/logging_striptest_main.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_striptest_main.cc'; fi`
721 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_striptest0-logging_striptest_main.Tpo $(DEPDIR)/logging_striptest0-logging_striptest_main.Po
722 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_striptest_main.cc' object='logging_striptest0-logging_striptest_main.obj' libtool=no @AMDEPBACKSLASH@
723 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest0_CXXFLAGS) $(CXXFLAGS) -c -o logging_striptest0-logging_striptest_main.obj `if test -f 'src/logging_striptest_main.cc'; then $(CYGPATH_W) 'src/logging_striptest_main.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_striptest_main.cc'; fi`
725
726 logging_striptest10-logging_striptest10.o: src/logging_striptest10.cc
727 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest10_CXXFLAGS) $(CXXFLAGS) -MT logging_striptest10-logging_striptest10.o -MD -MP -MF $(DEPDIR)/logging_striptest10-logging_striptest10.Tpo -c -o logging_striptest10-logging_striptest10.o `test -f 'src/logging_striptest10.cc' || echo '$(srcdir)/'`src/logging_striptest10.cc
728 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_striptest10-logging_striptest10.Tpo $(DEPDIR)/logging_striptest10-logging_striptest10.Po
729 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_striptest10.cc' object='logging_striptest10-logging_striptest10.o' libtool=no @AMDEPBACKSLASH@
730 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest10_CXXFLAGS) $(CXXFLAGS) -c -o logging_striptest10-logging_striptest10.o `test -f 'src/logging_striptest10.cc' || echo '$(srcdir)/'`src/logging_striptest10.cc
732
733 logging_striptest10-logging_striptest10.obj: src/logging_striptest10.cc
734 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest10_CXXFLAGS) $(CXXFLAGS) -MT logging_striptest10-logging_striptest10.obj -MD -MP -MF $(DEPDIR)/logging_striptest10-logging_striptest10.Tpo -c -o logging_striptest10-logging_striptest10.obj `if test -f 'src/logging_striptest10.cc'; then $(CYGPATH_W) 'src/logging_striptest10.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_striptest10.cc'; fi`
735 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_striptest10-logging_striptest10.Tpo $(DEPDIR)/logging_striptest10-logging_striptest10.Po
736 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_striptest10.cc' object='logging_striptest10-logging_striptest10.obj' libtool=no @AMDEPBACKSLASH@
737 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest10_CXXFLAGS) $(CXXFLAGS) -c -o logging_striptest10-logging_striptest10.obj `if test -f 'src/logging_striptest10.cc'; then $(CYGPATH_W) 'src/logging_striptest10.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_striptest10.cc'; fi`
739
740 logging_striptest2-logging_striptest2.o: src/logging_striptest2.cc
741 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest2_CXXFLAGS) $(CXXFLAGS) -MT logging_striptest2-logging_striptest2.o -MD -MP -MF $(DEPDIR)/logging_striptest2-logging_striptest2.Tpo -c -o logging_striptest2-logging_striptest2.o `test -f 'src/logging_striptest2.cc' || echo '$(srcdir)/'`src/logging_striptest2.cc
742 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_striptest2-logging_striptest2.Tpo $(DEPDIR)/logging_striptest2-logging_striptest2.Po
743 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_striptest2.cc' object='logging_striptest2-logging_striptest2.o' libtool=no @AMDEPBACKSLASH@
744 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest2_CXXFLAGS) $(CXXFLAGS) -c -o logging_striptest2-logging_striptest2.o `test -f 'src/logging_striptest2.cc' || echo '$(srcdir)/'`src/logging_striptest2.cc
746
747 logging_striptest2-logging_striptest2.obj: src/logging_striptest2.cc
748 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest2_CXXFLAGS) $(CXXFLAGS) -MT logging_striptest2-logging_striptest2.obj -MD -MP -MF $(DEPDIR)/logging_striptest2-logging_striptest2.Tpo -c -o logging_striptest2-logging_striptest2.obj `if test -f 'src/logging_striptest2.cc'; then $(CYGPATH_W) 'src/logging_striptest2.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_striptest2.cc'; fi`
749 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_striptest2-logging_striptest2.Tpo $(DEPDIR)/logging_striptest2-logging_striptest2.Po
750 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_striptest2.cc' object='logging_striptest2-logging_striptest2.obj' libtool=no @AMDEPBACKSLASH@
751 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_striptest2_CXXFLAGS) $(CXXFLAGS) -c -o logging_striptest2-logging_striptest2.obj `if test -f 'src/logging_striptest2.cc'; then $(CYGPATH_W) 'src/logging_striptest2.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_striptest2.cc'; fi`
753
754 logging_unittest-logging_unittest.o: src/logging_unittest.cc
755 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_unittest_CXXFLAGS) $(CXXFLAGS) -MT logging_unittest-logging_unittest.o -MD -MP -MF $(DEPDIR)/logging_unittest-logging_unittest.Tpo -c -o logging_unittest-logging_unittest.o `test -f 'src/logging_unittest.cc' || echo '$(srcdir)/'`src/logging_unittest.cc
756 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_unittest-logging_unittest.Tpo $(DEPDIR)/logging_unittest-logging_unittest.Po
757 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_unittest.cc' object='logging_unittest-logging_unittest.o' libtool=no @AMDEPBACKSLASH@
758 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_unittest_CXXFLAGS) $(CXXFLAGS) -c -o logging_unittest-logging_unittest.o `test -f 'src/logging_unittest.cc' || echo '$(srcdir)/'`src/logging_unittest.cc
760
761 logging_unittest-logging_unittest.obj: src/logging_unittest.cc
762 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_unittest_CXXFLAGS) $(CXXFLAGS) -MT logging_unittest-logging_unittest.obj -MD -MP -MF $(DEPDIR)/logging_unittest-logging_unittest.Tpo -c -o logging_unittest-logging_unittest.obj `if test -f 'src/logging_unittest.cc'; then $(CYGPATH_W) 'src/logging_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_unittest.cc'; fi`
763 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/logging_unittest-logging_unittest.Tpo $(DEPDIR)/logging_unittest-logging_unittest.Po
764 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/logging_unittest.cc' object='logging_unittest-logging_unittest.obj' libtool=no @AMDEPBACKSLASH@
765 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(logging_unittest_CXXFLAGS) $(CXXFLAGS) -c -o logging_unittest-logging_unittest.obj `if test -f 'src/logging_unittest.cc'; then $(CYGPATH_W) 'src/logging_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/logging_unittest.cc'; fi`
767
768 signalhandler_unittest-signalhandler_unittest.o: src/signalhandler_unittest.cc
769 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(signalhandler_unittest_CXXFLAGS) $(CXXFLAGS) -MT signalhandler_unittest-signalhandler_unittest.o -MD -MP -MF $(DEPDIR)/signalhandler_unittest-signalhandler_unittest.Tpo -c -o signalhandler_unittest-signalhandler_unittest.o `test -f 'src/signalhandler_unittest.cc' || echo '$(srcdir)/'`src/signalhandler_unittest.cc
770 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/signalhandler_unittest-signalhandler_unittest.Tpo $(DEPDIR)/signalhandler_unittest-signalhandler_unittest.Po
771 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/signalhandler_unittest.cc' object='signalhandler_unittest-signalhandler_unittest.o' libtool=no @AMDEPBACKSLASH@
772 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
773 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(signalhandler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o signalhandler_unittest-signalhandler_unittest.o `test -f 'src/signalhandler_unittest.cc' || echo '$(srcdir)/'`src/signalhandler_unittest.cc
774
775 signalhandler_unittest-signalhandler_unittest.obj: src/signalhandler_unittest.cc
776 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(signalhandler_unittest_CXXFLAGS) $(CXXFLAGS) -MT signalhandler_unittest-signalhandler_unittest.obj -MD -MP -MF $(DEPDIR)/signalhandler_unittest-signalhandler_unittest.Tpo -c -o signalhandler_unittest-signalhandler_unittest.obj `if test -f 'src/signalhandler_unittest.cc'; then $(CYGPATH_W) 'src/signalhandler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/signalhandler_unittest.cc'; fi`
777 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/signalhandler_unittest-signalhandler_unittest.Tpo $(DEPDIR)/signalhandler_unittest-signalhandler_unittest.Po
778 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/signalhandler_unittest.cc' object='signalhandler_unittest-signalhandler_unittest.obj' libtool=no @AMDEPBACKSLASH@
779 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(signalhandler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o signalhandler_unittest-signalhandler_unittest.obj `if test -f 'src/signalhandler_unittest.cc'; then $(CYGPATH_W) 'src/signalhandler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/signalhandler_unittest.cc'; fi`
781
782 stacktrace_unittest-stacktrace_unittest.o: src/stacktrace_unittest.cc
783 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stacktrace_unittest_CXXFLAGS) $(CXXFLAGS) -MT stacktrace_unittest-stacktrace_unittest.o -MD -MP -MF $(DEPDIR)/stacktrace_unittest-stacktrace_unittest.Tpo -c -o stacktrace_unittest-stacktrace_unittest.o `test -f 'src/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/stacktrace_unittest.cc
784 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/stacktrace_unittest-stacktrace_unittest.Tpo $(DEPDIR)/stacktrace_unittest-stacktrace_unittest.Po
785 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/stacktrace_unittest.cc' object='stacktrace_unittest-stacktrace_unittest.o' libtool=no @AMDEPBACKSLASH@
786 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stacktrace_unittest_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest-stacktrace_unittest.o `test -f 'src/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/stacktrace_unittest.cc
788
789 stacktrace_unittest-stacktrace_unittest.obj: src/stacktrace_unittest.cc
790 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stacktrace_unittest_CXXFLAGS) $(CXXFLAGS) -MT stacktrace_unittest-stacktrace_unittest.obj -MD -MP -MF $(DEPDIR)/stacktrace_unittest-stacktrace_unittest.Tpo -c -o stacktrace_unittest-stacktrace_unittest.obj `if test -f 'src/stacktrace_unittest.cc'; then $(CYGPATH_W) 'src/stacktrace_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/stacktrace_unittest.cc'; fi`
791 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/stacktrace_unittest-stacktrace_unittest.Tpo $(DEPDIR)/stacktrace_unittest-stacktrace_unittest.Po
792 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/stacktrace_unittest.cc' object='stacktrace_unittest-stacktrace_unittest.obj' libtool=no @AMDEPBACKSLASH@
793 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stacktrace_unittest_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest-stacktrace_unittest.obj `if test -f 'src/stacktrace_unittest.cc'; then $(CYGPATH_W) 'src/stacktrace_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/stacktrace_unittest.cc'; fi`
795
796 stl_logging_unittest-stl_logging_unittest.o: src/stl_logging_unittest.cc
797 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stl_logging_unittest_CXXFLAGS) $(CXXFLAGS) -MT stl_logging_unittest-stl_logging_unittest.o -MD -MP -MF $(DEPDIR)/stl_logging_unittest-stl_logging_unittest.Tpo -c -o stl_logging_unittest-stl_logging_unittest.o `test -f 'src/stl_logging_unittest.cc' || echo '$(srcdir)/'`src/stl_logging_unittest.cc
798 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/stl_logging_unittest-stl_logging_unittest.Tpo $(DEPDIR)/stl_logging_unittest-stl_logging_unittest.Po
799 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/stl_logging_unittest.cc' object='stl_logging_unittest-stl_logging_unittest.o' libtool=no @AMDEPBACKSLASH@
800 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stl_logging_unittest_CXXFLAGS) $(CXXFLAGS) -c -o stl_logging_unittest-stl_logging_unittest.o `test -f 'src/stl_logging_unittest.cc' || echo '$(srcdir)/'`src/stl_logging_unittest.cc
802
803 stl_logging_unittest-stl_logging_unittest.obj: src/stl_logging_unittest.cc
804 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stl_logging_unittest_CXXFLAGS) $(CXXFLAGS) -MT stl_logging_unittest-stl_logging_unittest.obj -MD -MP -MF $(DEPDIR)/stl_logging_unittest-stl_logging_unittest.Tpo -c -o stl_logging_unittest-stl_logging_unittest.obj `if test -f 'src/stl_logging_unittest.cc'; then $(CYGPATH_W) 'src/stl_logging_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/stl_logging_unittest.cc'; fi`
805 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/stl_logging_unittest-stl_logging_unittest.Tpo $(DEPDIR)/stl_logging_unittest-stl_logging_unittest.Po
806 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/stl_logging_unittest.cc' object='stl_logging_unittest-stl_logging_unittest.obj' libtool=no @AMDEPBACKSLASH@
807 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stl_logging_unittest_CXXFLAGS) $(CXXFLAGS) -c -o stl_logging_unittest-stl_logging_unittest.obj `if test -f 'src/stl_logging_unittest.cc'; then $(CYGPATH_W) 'src/stl_logging_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/stl_logging_unittest.cc'; fi`
809
810 symbolize_unittest-symbolize_unittest.o: src/symbolize_unittest.cc
811 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(symbolize_unittest_CXXFLAGS) $(CXXFLAGS) -MT symbolize_unittest-symbolize_unittest.o -MD -MP -MF $(DEPDIR)/symbolize_unittest-symbolize_unittest.Tpo -c -o symbolize_unittest-symbolize_unittest.o `test -f 'src/symbolize_unittest.cc' || echo '$(srcdir)/'`src/symbolize_unittest.cc
812 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/symbolize_unittest-symbolize_unittest.Tpo $(DEPDIR)/symbolize_unittest-symbolize_unittest.Po
813 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/symbolize_unittest.cc' object='symbolize_unittest-symbolize_unittest.o' libtool=no @AMDEPBACKSLASH@
814 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(symbolize_unittest_CXXFLAGS) $(CXXFLAGS) -c -o symbolize_unittest-symbolize_unittest.o `test -f 'src/symbolize_unittest.cc' || echo '$(srcdir)/'`src/symbolize_unittest.cc
816
817 symbolize_unittest-symbolize_unittest.obj: src/symbolize_unittest.cc
818 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(symbolize_unittest_CXXFLAGS) $(CXXFLAGS) -MT symbolize_unittest-symbolize_unittest.obj -MD -MP -MF $(DEPDIR)/symbolize_unittest-symbolize_unittest.Tpo -c -o symbolize_unittest-symbolize_unittest.obj `if test -f 'src/symbolize_unittest.cc'; then $(CYGPATH_W) 'src/symbolize_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/symbolize_unittest.cc'; fi`
819 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/symbolize_unittest-symbolize_unittest.Tpo $(DEPDIR)/symbolize_unittest-symbolize_unittest.Po
820 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/symbolize_unittest.cc' object='symbolize_unittest-symbolize_unittest.obj' libtool=no @AMDEPBACKSLASH@
821 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(symbolize_unittest_CXXFLAGS) $(CXXFLAGS) -c -o symbolize_unittest-symbolize_unittest.obj `if test -f 'src/symbolize_unittest.cc'; then $(CYGPATH_W) 'src/symbolize_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/symbolize_unittest.cc'; fi`
823
824 utilities_unittest-utilities_unittest.o: src/utilities_unittest.cc
825 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utilities_unittest_CXXFLAGS) $(CXXFLAGS) -MT utilities_unittest-utilities_unittest.o -MD -MP -MF $(DEPDIR)/utilities_unittest-utilities_unittest.Tpo -c -o utilities_unittest-utilities_unittest.o `test -f 'src/utilities_unittest.cc' || echo '$(srcdir)/'`src/utilities_unittest.cc
826 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/utilities_unittest-utilities_unittest.Tpo $(DEPDIR)/utilities_unittest-utilities_unittest.Po
827 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/utilities_unittest.cc' object='utilities_unittest-utilities_unittest.o' libtool=no @AMDEPBACKSLASH@
828 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
829 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utilities_unittest_CXXFLAGS) $(CXXFLAGS) -c -o utilities_unittest-utilities_unittest.o `test -f 'src/utilities_unittest.cc' || echo '$(srcdir)/'`src/utilities_unittest.cc
830
831 utilities_unittest-utilities_unittest.obj: src/utilities_unittest.cc
832 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utilities_unittest_CXXFLAGS) $(CXXFLAGS) -MT utilities_unittest-utilities_unittest.obj -MD -MP -MF $(DEPDIR)/utilities_unittest-utilities_unittest.Tpo -c -o utilities_unittest-utilities_unittest.obj `if test -f 'src/utilities_unittest.cc'; then $(CYGPATH_W) 'src/utilities_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/utilities_unittest.cc'; fi`
833 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/utilities_unittest-utilities_unittest.Tpo $(DEPDIR)/utilities_unittest-utilities_unittest.Po
834 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='src/utilities_unittest.cc' object='utilities_unittest-utilities_unittest.obj' libtool=no @AMDEPBACKSLASH@
835 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
836 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utilities_unittest_CXXFLAGS) $(CXXFLAGS) -c -o utilities_unittest-utilities_unittest.obj `if test -f 'src/utilities_unittest.cc'; then $(CYGPATH_W) 'src/utilities_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/utilities_unittest.cc'; fi`
837
838 mostlyclean-libtool:
839         -rm -f *.lo
840
841 clean-libtool:
842         -rm -rf .libs _libs
843
844 distclean-libtool:
845         -rm -f libtool
846 install-dist_docDATA: $(dist_doc_DATA)
847         @$(NORMAL_INSTALL)
848         test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
849         @list='$(dist_doc_DATA)'; for p in $$list; do \
850           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
851           f=$(am__strip_dir) \
852           echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
853           $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
854         done
855
856 uninstall-dist_docDATA:
857         @$(NORMAL_UNINSTALL)
858         @list='$(dist_doc_DATA)'; for p in $$list; do \
859           f=$(am__strip_dir) \
860           echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
861           rm -f "$(DESTDIR)$(docdir)/$$f"; \
862         done
863 install-glogincludeHEADERS: $(gloginclude_HEADERS)
864         @$(NORMAL_INSTALL)
865         test -z "$(glogincludedir)" || $(MKDIR_P) "$(DESTDIR)$(glogincludedir)"
866         @list='$(gloginclude_HEADERS)'; for p in $$list; do \
867           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
868           f=$(am__strip_dir) \
869           echo " $(glogincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(glogincludedir)/$$f'"; \
870           $(glogincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(glogincludedir)/$$f"; \
871         done
872
873 uninstall-glogincludeHEADERS:
874         @$(NORMAL_UNINSTALL)
875         @list='$(gloginclude_HEADERS)'; for p in $$list; do \
876           f=$(am__strip_dir) \
877           echo " rm -f '$(DESTDIR)$(glogincludedir)/$$f'"; \
878           rm -f "$(DESTDIR)$(glogincludedir)/$$f"; \
879         done
880
881 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
882         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
883         unique=`for i in $$list; do \
884             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
885           done | \
886           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
887               END { if (nonempty) { for (i in files) print i; }; }'`; \
888         mkid -fID $$unique
889 tags: TAGS
890
891 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
892                 $(TAGS_FILES) $(LISP)
893         tags=; \
894         here=`pwd`; \
895         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
896         unique=`for i in $$list; do \
897             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
898           done | \
899           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
900               END { if (nonempty) { for (i in files) print i; }; }'`; \
901         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
902           test -n "$$unique" || unique=$$empty_fix; \
903           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
904             $$tags $$unique; \
905         fi
906 ctags: CTAGS
907 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
908                 $(TAGS_FILES) $(LISP)
909         tags=; \
910         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
911         unique=`for i in $$list; do \
912             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
913           done | \
914           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
915               END { if (nonempty) { for (i in files) print i; }; }'`; \
916         test -z "$(CTAGS_ARGS)$$tags$$unique" \
917           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
918              $$tags $$unique
919
920 GTAGS:
921         here=`$(am__cd) $(top_builddir) && pwd` \
922           && cd $(top_srcdir) \
923           && gtags -i $(GTAGS_ARGS) $$here
924
925 distclean-tags:
926         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
927
928 check-TESTS: $(TESTS)
929         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
930         srcdir=$(srcdir); export srcdir; \
931         list=' $(TESTS) '; \
932         if test -n "$$list"; then \
933           for tst in $$list; do \
934             if test -f ./$$tst; then dir=./; \
935             elif test -f $$tst; then dir=; \
936             else dir="$(srcdir)/"; fi; \
937             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
938               all=`expr $$all + 1`; \
939               case " $(XFAIL_TESTS) " in \
940               *$$ws$$tst$$ws*) \
941                 xpass=`expr $$xpass + 1`; \
942                 failed=`expr $$failed + 1`; \
943                 echo "XPASS: $$tst"; \
944               ;; \
945               *) \
946                 echo "PASS: $$tst"; \
947               ;; \
948               esac; \
949             elif test $$? -ne 77; then \
950               all=`expr $$all + 1`; \
951               case " $(XFAIL_TESTS) " in \
952               *$$ws$$tst$$ws*) \
953                 xfail=`expr $$xfail + 1`; \
954                 echo "XFAIL: $$tst"; \
955               ;; \
956               *) \
957                 failed=`expr $$failed + 1`; \
958                 echo "FAIL: $$tst"; \
959               ;; \
960               esac; \
961             else \
962               skip=`expr $$skip + 1`; \
963               echo "SKIP: $$tst"; \
964             fi; \
965           done; \
966           if test "$$failed" -eq 0; then \
967             if test "$$xfail" -eq 0; then \
968               banner="All $$all tests passed"; \
969             else \
970               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
971             fi; \
972           else \
973             if test "$$xpass" -eq 0; then \
974               banner="$$failed of $$all tests failed"; \
975             else \
976               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
977             fi; \
978           fi; \
979           dashes="$$banner"; \
980           skipped=""; \
981           if test "$$skip" -ne 0; then \
982             skipped="($$skip tests were not run)"; \
983             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
984               dashes="$$skipped"; \
985           fi; \
986           report=""; \
987           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
988             report="Please report to $(PACKAGE_BUGREPORT)"; \
989             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
990               dashes="$$report"; \
991           fi; \
992           dashes=`echo "$$dashes" | sed s/./=/g`; \
993           echo "$$dashes"; \
994           echo "$$banner"; \
995           test -z "$$skipped" || echo "$$skipped"; \
996           test -z "$$report" || echo "$$report"; \
997           echo "$$dashes"; \
998           test "$$failed" -eq 0; \
999         else :; fi
1000
1001 distdir: $(DISTFILES)
1002         $(am__remove_distdir)
1003         test -d $(distdir) || mkdir $(distdir)
1004         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1005         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1006         list='$(DISTFILES)'; \
1007           dist_files=`for file in $$list; do echo $$file; done | \
1008           sed -e "s|^$$srcdirstrip/||;t" \
1009               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1010         case $$dist_files in \
1011           */*) $(MKDIR_P) `echo "$$dist_files" | \
1012                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1013                            sort -u` ;; \
1014         esac; \
1015         for file in $$dist_files; do \
1016           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1017           if test -d $$d/$$file; then \
1018             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1019             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1020               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1021             fi; \
1022             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1023           else \
1024             test -f $(distdir)/$$file \
1025             || cp -p $$d/$$file $(distdir)/$$file \
1026             || exit 1; \
1027           fi; \
1028         done
1029         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1030           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1031           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1032           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1033         || chmod -R a+r $(distdir)
1034 dist-gzip: distdir
1035         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1036         $(am__remove_distdir)
1037
1038 dist-bzip2: distdir
1039         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1040         $(am__remove_distdir)
1041
1042 dist-lzma: distdir
1043         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1044         $(am__remove_distdir)
1045
1046 dist-tarZ: distdir
1047         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1048         $(am__remove_distdir)
1049
1050 dist-shar: distdir
1051         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1052         $(am__remove_distdir)
1053
1054 dist-zip: distdir
1055         -rm -f $(distdir).zip
1056         zip -rq $(distdir).zip $(distdir)
1057         $(am__remove_distdir)
1058
1059 dist dist-all: distdir
1060         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1061         $(am__remove_distdir)
1062
1063 # This target untars the dist file and tries a VPATH configuration.  Then
1064 # it guarantees that the distribution is self-contained by making another
1065 # tarfile.
1066 distcheck: dist
1067         case '$(DIST_ARCHIVES)' in \
1068         *.tar.gz*) \
1069           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1070         *.tar.bz2*) \
1071           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1072         *.tar.lzma*) \
1073           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1074         *.tar.Z*) \
1075           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1076         *.shar.gz*) \
1077           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1078         *.zip*) \
1079           unzip $(distdir).zip ;;\
1080         esac
1081         chmod -R a-w $(distdir); chmod a+w $(distdir)
1082         mkdir $(distdir)/_build
1083         mkdir $(distdir)/_inst
1084         chmod a-w $(distdir)
1085         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1086           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1087           && cd $(distdir)/_build \
1088           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1089             $(DISTCHECK_CONFIGURE_FLAGS) \
1090           && $(MAKE) $(AM_MAKEFLAGS) \
1091           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1092           && $(MAKE) $(AM_MAKEFLAGS) check \
1093           && $(MAKE) $(AM_MAKEFLAGS) install \
1094           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1095           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1096           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1097                 distuninstallcheck \
1098           && chmod -R a-w "$$dc_install_base" \
1099           && ({ \
1100                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1101                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1102                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1103                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1104                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1105               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1106           && rm -rf "$$dc_destdir" \
1107           && $(MAKE) $(AM_MAKEFLAGS) dist \
1108           && rm -rf $(DIST_ARCHIVES) \
1109           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1110         $(am__remove_distdir)
1111         @(echo "$(distdir) archives ready for distribution: "; \
1112           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1113           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1114 distuninstallcheck:
1115         @cd $(distuninstallcheck_dir) \
1116         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1117            || { echo "ERROR: files left after uninstall:" ; \
1118                 if test -n "$(DESTDIR)"; then \
1119                   echo "  (check DESTDIR support)"; \
1120                 fi ; \
1121                 $(distuninstallcheck_listfiles) ; \
1122                 exit 1; } >&2
1123 distcleancheck: distclean
1124         @if test '$(srcdir)' = . ; then \
1125           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1126           exit 1 ; \
1127         fi
1128         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1129           || { echo "ERROR: files left in build directory after distclean:" ; \
1130                $(distcleancheck_listfiles) ; \
1131                exit 1; } >&2
1132 check-am: all-am
1133         $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
1134         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1135 check: check-am
1136 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1137                 $(HEADERS)
1138 installdirs:
1139         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(glogincludedir)"; do \
1140           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1141         done
1142 install: install-am
1143 install-exec: install-exec-am
1144 install-data: install-data-am
1145 uninstall: uninstall-am
1146
1147 install-am: all-am
1148         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1149
1150 installcheck: installcheck-am
1151 install-strip:
1152         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1153           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1154           `test -z '$(STRIP)' || \
1155             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1156 mostlyclean-generic:
1157
1158 clean-generic:
1159
1160 distclean-generic:
1161         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1162
1163 maintainer-clean-generic:
1164         @echo "This command is intended for maintainers to use"
1165         @echo "it deletes files that may require special tools to rebuild."
1166 clean: clean-am
1167
1168 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1169         clean-noinstPROGRAMS mostlyclean-am
1170
1171 distclean: distclean-am
1172         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1173         -rm -rf ./$(DEPDIR)
1174         -rm -f Makefile
1175 distclean-am: clean-am distclean-compile distclean-generic \
1176         distclean-hdr distclean-libtool distclean-tags
1177
1178 dvi: dvi-am
1179
1180 dvi-am:
1181
1182 html: html-am
1183
1184 info: info-am
1185
1186 info-am:
1187
1188 install-data-am: install-dist_docDATA install-glogincludeHEADERS
1189
1190 install-dvi: install-dvi-am
1191
1192 install-exec-am: install-libLTLIBRARIES
1193
1194 install-html: install-html-am
1195
1196 install-info: install-info-am
1197
1198 install-man:
1199
1200 install-pdf: install-pdf-am
1201
1202 install-ps: install-ps-am
1203
1204 installcheck-am:
1205
1206 maintainer-clean: maintainer-clean-am
1207         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1208         -rm -rf $(top_srcdir)/autom4te.cache
1209         -rm -rf ./$(DEPDIR)
1210         -rm -f Makefile
1211 maintainer-clean-am: distclean-am maintainer-clean-generic
1212
1213 mostlyclean: mostlyclean-am
1214
1215 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1216         mostlyclean-libtool
1217
1218 pdf: pdf-am
1219
1220 pdf-am:
1221
1222 ps: ps-am
1223
1224 ps-am:
1225
1226 uninstall-am: uninstall-dist_docDATA uninstall-glogincludeHEADERS \
1227         uninstall-libLTLIBRARIES
1228
1229 .MAKE: install-am install-strip
1230
1231 .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
1232         clean clean-generic clean-libLTLIBRARIES clean-libtool \
1233         clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
1234         dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
1235         distclean-compile distclean-generic distclean-hdr \
1236         distclean-libtool distclean-tags distcleancheck distdir \
1237         distuninstallcheck dvi dvi-am html html-am info info-am \
1238         install install-am install-data install-data-am \
1239         install-dist_docDATA install-dvi install-dvi-am install-exec \
1240         install-exec-am install-glogincludeHEADERS install-html \
1241         install-html-am install-info install-info-am \
1242         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1243         install-ps install-ps-am install-strip installcheck \
1244         installcheck-am installdirs maintainer-clean \
1245         maintainer-clean-generic mostlyclean mostlyclean-compile \
1246         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1247         tags uninstall uninstall-am uninstall-dist_docDATA \
1248         uninstall-glogincludeHEADERS uninstall-libLTLIBRARIES
1249
1250 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_TRUE@  # TODO(csilvers): check if -fomit-frame-pointer might be in $(CXXFLAGS),
1251 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_TRUE@  #                 before setting this.
1252 logging_striplog_test_sh: logging_striptest0 logging_striptest2 logging_striptest10
1253         $(top_srcdir)/src/logging_striplog_test.sh
1254 demangle_unittest_sh: demangle_unittest
1255         $(top_srcdir)/demangle_unittest  # force to create lt-demangle_unittest
1256         $(top_srcdir)/src/demangle_unittest.sh
1257 signalhandler_unittest_sh: signalhandler_unittest
1258         # force to create lt-signalhandler_unittest
1259         $(top_srcdir)/signalhandler_unittest
1260         $(top_srcdir)/src/signalhandler_unittest.sh
1261
1262 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
1263         @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}
1264
1265 deb: dist-gzip packages/deb.sh packages/deb/*
1266         @cd packages && ./deb.sh ${PACKAGE} ${VERSION}
1267
1268 # TODO(hamaji): We don't support Visual Studio for now.
1269 #dist-hook:
1270 #       test -e "$(distdir)/vsprojects" \
1271 #          && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/
1272
1273 libtool: $(LIBTOOL_DEPS)
1274         $(SHELL) ./config.status --recheck
1275 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1276 # Otherwise a system limit (for SysV at least) may be exceeded.
1277 .NOEXPORT: