toolkit/crashreporter/google-breakpad/src/third_party/glog/Makefile.in

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial