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