Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | # Makefile.in generated by automake 1.10 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 Free Software Foundation, Inc. |
michael@0 | 6 | # This Makefile.in is free software; the Free Software Foundation |
michael@0 | 7 | # gives unlimited permission to copy and/or distribute it, |
michael@0 | 8 | # with or without modifications, as long as this notice is preserved. |
michael@0 | 9 | |
michael@0 | 10 | # This program is distributed in the hope that it will be useful, |
michael@0 | 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
michael@0 | 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
michael@0 | 13 | # PARTICULAR PURPOSE. |
michael@0 | 14 | |
michael@0 | 15 | @SET_MAKE@ |
michael@0 | 16 | |
michael@0 | 17 | # Copyright (c) 2006, Google Inc. |
michael@0 | 18 | # All rights reserved. |
michael@0 | 19 | # |
michael@0 | 20 | # Redistribution and use in source and binary forms, with or without |
michael@0 | 21 | # modification, are permitted provided that the following conditions are |
michael@0 | 22 | # met: |
michael@0 | 23 | # |
michael@0 | 24 | # * Redistributions of source code must retain the above copyright |
michael@0 | 25 | # notice, this list of conditions and the following disclaimer. |
michael@0 | 26 | # * Redistributions in binary form must reproduce the above |
michael@0 | 27 | # copyright notice, this list of conditions and the following disclaimer |
michael@0 | 28 | # in the documentation and/or other materials provided with the |
michael@0 | 29 | # distribution. |
michael@0 | 30 | # * Neither the name of Google Inc. nor the names of its |
michael@0 | 31 | # contributors may be used to endorse or promote products derived from |
michael@0 | 32 | # this software without specific prior written permission. |
michael@0 | 33 | # |
michael@0 | 34 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
michael@0 | 35 | # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
michael@0 | 36 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
michael@0 | 37 | # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
michael@0 | 38 | # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
michael@0 | 39 | # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
michael@0 | 40 | # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
michael@0 | 41 | # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
michael@0 | 42 | # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
michael@0 | 43 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
michael@0 | 44 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
michael@0 | 45 | |
michael@0 | 46 | |
michael@0 | 47 | |
michael@0 | 48 | |
michael@0 | 49 | VPATH = @srcdir@ |
michael@0 | 50 | pkgdatadir = $(datadir)/@PACKAGE@ |
michael@0 | 51 | pkglibdir = $(libdir)/@PACKAGE@ |
michael@0 | 52 | pkgincludedir = $(includedir)/@PACKAGE@ |
michael@0 | 53 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
michael@0 | 54 | install_sh_DATA = $(install_sh) -c -m 644 |
michael@0 | 55 | install_sh_PROGRAM = $(install_sh) -c |
michael@0 | 56 | install_sh_SCRIPT = $(install_sh) -c |
michael@0 | 57 | INSTALL_HEADER = $(INSTALL_DATA) |
michael@0 | 58 | transform = $(program_transform_name) |
michael@0 | 59 | NORMAL_INSTALL = : |
michael@0 | 60 | PRE_INSTALL = : |
michael@0 | 61 | POST_INSTALL = : |
michael@0 | 62 | NORMAL_UNINSTALL = : |
michael@0 | 63 | PRE_UNINSTALL = : |
michael@0 | 64 | POST_UNINSTALL = : |
michael@0 | 65 | build_triplet = @build@ |
michael@0 | 66 | host_triplet = @host@ |
michael@0 | 67 | bin_PROGRAMS = src/processor/minidump_dump$(EXEEXT) \ |
michael@0 | 68 | src/processor/minidump_stackwalk$(EXEEXT) |
michael@0 | 69 | check_PROGRAMS = src/processor/address_map_unittest$(EXEEXT) \ |
michael@0 | 70 | src/processor/basic_source_line_resolver_unittest$(EXEEXT) \ |
michael@0 | 71 | src/processor/contained_range_map_unittest$(EXEEXT) \ |
michael@0 | 72 | src/processor/minidump_processor_unittest$(EXEEXT) \ |
michael@0 | 73 | src/processor/pathname_stripper_unittest$(EXEEXT) \ |
michael@0 | 74 | src/processor/postfix_evaluator_unittest$(EXEEXT) \ |
michael@0 | 75 | src/processor/range_map_unittest$(EXEEXT) $(am__EXEEXT_1) |
michael@0 | 76 | @SELFTEST_TRUE@am__append_1 = \ |
michael@0 | 77 | @SELFTEST_TRUE@ src/processor/stackwalker_selftest |
michael@0 | 78 | |
michael@0 | 79 | noinst_PROGRAMS = |
michael@0 | 80 | subdir = . |
michael@0 | 81 | DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ |
michael@0 | 82 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
michael@0 | 83 | $(top_srcdir)/configure $(top_srcdir)/src/config.h.in AUTHORS \ |
michael@0 | 84 | COPYING ChangeLog INSTALL NEWS autotools/config.guess \ |
michael@0 | 85 | autotools/config.sub autotools/depcomp autotools/install-sh \ |
michael@0 | 86 | autotools/ltmain.sh autotools/missing |
michael@0 | 87 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
michael@0 | 88 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
michael@0 | 89 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
michael@0 | 90 | $(ACLOCAL_M4) |
michael@0 | 91 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
michael@0 | 92 | configure.lineno config.status.lineno |
michael@0 | 93 | mkinstalldirs = $(install_sh) -d |
michael@0 | 94 | CONFIG_HEADER = $(top_builddir)/src/config.h |
michael@0 | 95 | CONFIG_CLEAN_FILES = |
michael@0 | 96 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
michael@0 | 97 | am__vpath_adj = case $$p in \ |
michael@0 | 98 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
michael@0 | 99 | *) f=$$p;; \ |
michael@0 | 100 | esac; |
michael@0 | 101 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
michael@0 | 102 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ |
michael@0 | 103 | "$(DESTDIR)$(docdir)" |
michael@0 | 104 | libLTLIBRARIES_INSTALL = $(INSTALL) |
michael@0 | 105 | LTLIBRARIES = $(lib_LTLIBRARIES) |
michael@0 | 106 | src_libbreakpad_la_LIBADD = |
michael@0 | 107 | am__dirstamp = $(am__leading_dot)dirstamp |
michael@0 | 108 | am_src_libbreakpad_la_OBJECTS = src/processor/basic_code_modules.lo \ |
michael@0 | 109 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 110 | src/processor/call_stack.lo src/processor/logging.lo \ |
michael@0 | 111 | src/processor/minidump.lo src/processor/minidump_processor.lo \ |
michael@0 | 112 | src/processor/pathname_stripper.lo \ |
michael@0 | 113 | src/processor/process_state.lo \ |
michael@0 | 114 | src/processor/simple_symbol_supplier.lo \ |
michael@0 | 115 | src/processor/stackwalker.lo \ |
michael@0 | 116 | src/processor/stackwalker_amd64.lo \ |
michael@0 | 117 | src/processor/stackwalker_ppc.lo \ |
michael@0 | 118 | src/processor/stackwalker_sparc.lo \ |
michael@0 | 119 | src/processor/stackwalker_x86.lo |
michael@0 | 120 | src_libbreakpad_la_OBJECTS = $(am_src_libbreakpad_la_OBJECTS) |
michael@0 | 121 | binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
michael@0 | 122 | @SELFTEST_TRUE@am__EXEEXT_1 = \ |
michael@0 | 123 | @SELFTEST_TRUE@ src/processor/stackwalker_selftest$(EXEEXT) |
michael@0 | 124 | PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) |
michael@0 | 125 | am_src_processor_address_map_unittest_OBJECTS = \ |
michael@0 | 126 | src/processor/address_map_unittest.$(OBJEXT) |
michael@0 | 127 | src_processor_address_map_unittest_OBJECTS = \ |
michael@0 | 128 | $(am_src_processor_address_map_unittest_OBJECTS) |
michael@0 | 129 | src_processor_address_map_unittest_DEPENDENCIES = \ |
michael@0 | 130 | src/processor/logging.lo src/processor/pathname_stripper.lo |
michael@0 | 131 | am_src_processor_basic_source_line_resolver_unittest_OBJECTS = \ |
michael@0 | 132 | src/processor/basic_source_line_resolver_unittest.$(OBJEXT) |
michael@0 | 133 | src_processor_basic_source_line_resolver_unittest_OBJECTS = $(am_src_processor_basic_source_line_resolver_unittest_OBJECTS) |
michael@0 | 134 | src_processor_basic_source_line_resolver_unittest_DEPENDENCIES = \ |
michael@0 | 135 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 136 | src/processor/pathname_stripper.lo src/processor/logging.lo |
michael@0 | 137 | am_src_processor_contained_range_map_unittest_OBJECTS = \ |
michael@0 | 138 | src/processor/contained_range_map_unittest.$(OBJEXT) |
michael@0 | 139 | src_processor_contained_range_map_unittest_OBJECTS = \ |
michael@0 | 140 | $(am_src_processor_contained_range_map_unittest_OBJECTS) |
michael@0 | 141 | src_processor_contained_range_map_unittest_DEPENDENCIES = \ |
michael@0 | 142 | src/processor/logging.lo src/processor/pathname_stripper.lo |
michael@0 | 143 | am_src_processor_minidump_dump_OBJECTS = \ |
michael@0 | 144 | src/processor/minidump_dump.$(OBJEXT) |
michael@0 | 145 | src_processor_minidump_dump_OBJECTS = \ |
michael@0 | 146 | $(am_src_processor_minidump_dump_OBJECTS) |
michael@0 | 147 | src_processor_minidump_dump_DEPENDENCIES = \ |
michael@0 | 148 | src/processor/basic_code_modules.lo src/processor/logging.lo \ |
michael@0 | 149 | src/processor/minidump.lo src/processor/pathname_stripper.lo |
michael@0 | 150 | am_src_processor_minidump_processor_unittest_OBJECTS = src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.$(OBJEXT) \ |
michael@0 | 151 | src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.$(OBJEXT) \ |
michael@0 | 152 | src/testing/src/src_processor_minidump_processor_unittest-gmock-all.$(OBJEXT) |
michael@0 | 153 | src_processor_minidump_processor_unittest_OBJECTS = \ |
michael@0 | 154 | $(am_src_processor_minidump_processor_unittest_OBJECTS) |
michael@0 | 155 | src_processor_minidump_processor_unittest_DEPENDENCIES = \ |
michael@0 | 156 | src/processor/basic_code_modules.lo \ |
michael@0 | 157 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 158 | src/processor/call_stack.lo src/processor/logging.lo \ |
michael@0 | 159 | src/processor/minidump_processor.lo src/processor/minidump.lo \ |
michael@0 | 160 | src/processor/pathname_stripper.lo \ |
michael@0 | 161 | src/processor/process_state.lo src/processor/stackwalker.lo \ |
michael@0 | 162 | src/processor/stackwalker_amd64.lo \ |
michael@0 | 163 | src/processor/stackwalker_ppc.lo \ |
michael@0 | 164 | src/processor/stackwalker_sparc.lo \ |
michael@0 | 165 | src/processor/stackwalker_x86.lo |
michael@0 | 166 | am_src_processor_minidump_stackwalk_OBJECTS = \ |
michael@0 | 167 | src/processor/minidump_stackwalk.$(OBJEXT) |
michael@0 | 168 | src_processor_minidump_stackwalk_OBJECTS = \ |
michael@0 | 169 | $(am_src_processor_minidump_stackwalk_OBJECTS) |
michael@0 | 170 | src_processor_minidump_stackwalk_DEPENDENCIES = \ |
michael@0 | 171 | src/processor/basic_code_modules.lo \ |
michael@0 | 172 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 173 | src/processor/call_stack.lo src/processor/logging.lo \ |
michael@0 | 174 | src/processor/minidump.lo src/processor/minidump_processor.lo \ |
michael@0 | 175 | src/processor/pathname_stripper.lo \ |
michael@0 | 176 | src/processor/process_state.lo \ |
michael@0 | 177 | src/processor/simple_symbol_supplier.lo \ |
michael@0 | 178 | src/processor/stackwalker.lo \ |
michael@0 | 179 | src/processor/stackwalker_amd64.lo \ |
michael@0 | 180 | src/processor/stackwalker_ppc.lo \ |
michael@0 | 181 | src/processor/stackwalker_sparc.lo \ |
michael@0 | 182 | src/processor/stackwalker_x86.lo |
michael@0 | 183 | am_src_processor_pathname_stripper_unittest_OBJECTS = \ |
michael@0 | 184 | src/processor/pathname_stripper_unittest.$(OBJEXT) |
michael@0 | 185 | src_processor_pathname_stripper_unittest_OBJECTS = \ |
michael@0 | 186 | $(am_src_processor_pathname_stripper_unittest_OBJECTS) |
michael@0 | 187 | src_processor_pathname_stripper_unittest_DEPENDENCIES = \ |
michael@0 | 188 | src/processor/pathname_stripper.lo |
michael@0 | 189 | am_src_processor_postfix_evaluator_unittest_OBJECTS = \ |
michael@0 | 190 | src/processor/postfix_evaluator_unittest.$(OBJEXT) |
michael@0 | 191 | src_processor_postfix_evaluator_unittest_OBJECTS = \ |
michael@0 | 192 | $(am_src_processor_postfix_evaluator_unittest_OBJECTS) |
michael@0 | 193 | src_processor_postfix_evaluator_unittest_DEPENDENCIES = \ |
michael@0 | 194 | src/processor/logging.lo src/processor/pathname_stripper.lo |
michael@0 | 195 | am_src_processor_range_map_unittest_OBJECTS = \ |
michael@0 | 196 | src/processor/range_map_unittest.$(OBJEXT) |
michael@0 | 197 | src_processor_range_map_unittest_OBJECTS = \ |
michael@0 | 198 | $(am_src_processor_range_map_unittest_OBJECTS) |
michael@0 | 199 | src_processor_range_map_unittest_DEPENDENCIES = \ |
michael@0 | 200 | src/processor/logging.lo src/processor/pathname_stripper.lo |
michael@0 | 201 | am_src_processor_stackwalker_selftest_OBJECTS = \ |
michael@0 | 202 | src/processor/stackwalker_selftest.$(OBJEXT) |
michael@0 | 203 | src_processor_stackwalker_selftest_OBJECTS = \ |
michael@0 | 204 | $(am_src_processor_stackwalker_selftest_OBJECTS) |
michael@0 | 205 | src_processor_stackwalker_selftest_DEPENDENCIES = \ |
michael@0 | 206 | src/processor/basic_code_modules.lo \ |
michael@0 | 207 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 208 | src/processor/call_stack.lo src/processor/logging.lo \ |
michael@0 | 209 | src/processor/minidump.lo src/processor/pathname_stripper.lo \ |
michael@0 | 210 | src/processor/stackwalker.lo \ |
michael@0 | 211 | src/processor/stackwalker_amd64.lo \ |
michael@0 | 212 | src/processor/stackwalker_ppc.lo \ |
michael@0 | 213 | src/processor/stackwalker_sparc.lo \ |
michael@0 | 214 | src/processor/stackwalker_x86.lo |
michael@0 | 215 | SCRIPTS = $(noinst_SCRIPTS) |
michael@0 | 216 | DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@ |
michael@0 | 217 | depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp |
michael@0 | 218 | am__depfiles_maybe = depfiles |
michael@0 | 219 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
michael@0 | 220 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
michael@0 | 221 | LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
michael@0 | 222 | --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
michael@0 | 223 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
michael@0 | 224 | CXXLD = $(CXX) |
michael@0 | 225 | CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
michael@0 | 226 | --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
michael@0 | 227 | $(LDFLAGS) -o $@ |
michael@0 | 228 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
michael@0 | 229 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
michael@0 | 230 | LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
michael@0 | 231 | --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
michael@0 | 232 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
michael@0 | 233 | CCLD = $(CC) |
michael@0 | 234 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
michael@0 | 235 | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
michael@0 | 236 | $(LDFLAGS) -o $@ |
michael@0 | 237 | SOURCES = $(src_libbreakpad_la_SOURCES) \ |
michael@0 | 238 | $(src_processor_address_map_unittest_SOURCES) \ |
michael@0 | 239 | $(src_processor_basic_source_line_resolver_unittest_SOURCES) \ |
michael@0 | 240 | $(src_processor_contained_range_map_unittest_SOURCES) \ |
michael@0 | 241 | $(src_processor_minidump_dump_SOURCES) \ |
michael@0 | 242 | $(src_processor_minidump_processor_unittest_SOURCES) \ |
michael@0 | 243 | $(src_processor_minidump_stackwalk_SOURCES) \ |
michael@0 | 244 | $(src_processor_pathname_stripper_unittest_SOURCES) \ |
michael@0 | 245 | $(src_processor_postfix_evaluator_unittest_SOURCES) \ |
michael@0 | 246 | $(src_processor_range_map_unittest_SOURCES) \ |
michael@0 | 247 | $(src_processor_stackwalker_selftest_SOURCES) |
michael@0 | 248 | DIST_SOURCES = $(src_libbreakpad_la_SOURCES) \ |
michael@0 | 249 | $(src_processor_address_map_unittest_SOURCES) \ |
michael@0 | 250 | $(src_processor_basic_source_line_resolver_unittest_SOURCES) \ |
michael@0 | 251 | $(src_processor_contained_range_map_unittest_SOURCES) \ |
michael@0 | 252 | $(src_processor_minidump_dump_SOURCES) \ |
michael@0 | 253 | $(src_processor_minidump_processor_unittest_SOURCES) \ |
michael@0 | 254 | $(src_processor_minidump_stackwalk_SOURCES) \ |
michael@0 | 255 | $(src_processor_pathname_stripper_unittest_SOURCES) \ |
michael@0 | 256 | $(src_processor_postfix_evaluator_unittest_SOURCES) \ |
michael@0 | 257 | $(src_processor_range_map_unittest_SOURCES) \ |
michael@0 | 258 | $(src_processor_stackwalker_selftest_SOURCES) |
michael@0 | 259 | dist_docDATA_INSTALL = $(INSTALL_DATA) |
michael@0 | 260 | DATA = $(dist_doc_DATA) |
michael@0 | 261 | ETAGS = etags |
michael@0 | 262 | CTAGS = ctags |
michael@0 | 263 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
michael@0 | 264 | distdir = $(PACKAGE)-$(VERSION) |
michael@0 | 265 | top_distdir = $(distdir) |
michael@0 | 266 | am__remove_distdir = \ |
michael@0 | 267 | { test ! -d $(distdir) \ |
michael@0 | 268 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
michael@0 | 269 | && rm -fr $(distdir); }; } |
michael@0 | 270 | DIST_ARCHIVES = $(distdir).tar.gz |
michael@0 | 271 | GZIP_ENV = --best |
michael@0 | 272 | distuninstallcheck_listfiles = find . -type f -print |
michael@0 | 273 | distcleancheck_listfiles = find . -type f -print |
michael@0 | 274 | ACLOCAL = @ACLOCAL@ |
michael@0 | 275 | AMTAR = @AMTAR@ |
michael@0 | 276 | AR = @AR@ |
michael@0 | 277 | AUTOCONF = @AUTOCONF@ |
michael@0 | 278 | AUTOHEADER = @AUTOHEADER@ |
michael@0 | 279 | AUTOMAKE = @AUTOMAKE@ |
michael@0 | 280 | AWK = @AWK@ |
michael@0 | 281 | CC = @CC@ |
michael@0 | 282 | CCDEPMODE = @CCDEPMODE@ |
michael@0 | 283 | CFLAGS = @CFLAGS@ |
michael@0 | 284 | CPP = @CPP@ |
michael@0 | 285 | CPPFLAGS = @CPPFLAGS@ |
michael@0 | 286 | CXX = @CXX@ |
michael@0 | 287 | CXXCPP = @CXXCPP@ |
michael@0 | 288 | CXXDEPMODE = @CXXDEPMODE@ |
michael@0 | 289 | CXXFLAGS = @CXXFLAGS@ |
michael@0 | 290 | CYGPATH_W = @CYGPATH_W@ |
michael@0 | 291 | DEFS = @DEFS@ |
michael@0 | 292 | DEPDIR = @DEPDIR@ |
michael@0 | 293 | DSYMUTIL = @DSYMUTIL@ |
michael@0 | 294 | ECHO = @ECHO@ |
michael@0 | 295 | ECHO_C = @ECHO_C@ |
michael@0 | 296 | ECHO_N = @ECHO_N@ |
michael@0 | 297 | ECHO_T = @ECHO_T@ |
michael@0 | 298 | EGREP = @EGREP@ |
michael@0 | 299 | EXEEXT = @EXEEXT@ |
michael@0 | 300 | F77 = @F77@ |
michael@0 | 301 | FFLAGS = @FFLAGS@ |
michael@0 | 302 | GREP = @GREP@ |
michael@0 | 303 | INSTALL = @INSTALL@ |
michael@0 | 304 | INSTALL_DATA = @INSTALL_DATA@ |
michael@0 | 305 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
michael@0 | 306 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
michael@0 | 307 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
michael@0 | 308 | LDFLAGS = @LDFLAGS@ |
michael@0 | 309 | LIBOBJS = @LIBOBJS@ |
michael@0 | 310 | LIBS = @LIBS@ |
michael@0 | 311 | LIBTOOL = @LIBTOOL@ |
michael@0 | 312 | LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
michael@0 | 313 | LN_S = @LN_S@ |
michael@0 | 314 | LTLIBOBJS = @LTLIBOBJS@ |
michael@0 | 315 | MAKEINFO = @MAKEINFO@ |
michael@0 | 316 | MKDIR_P = @MKDIR_P@ |
michael@0 | 317 | NMEDIT = @NMEDIT@ |
michael@0 | 318 | OBJEXT = @OBJEXT@ |
michael@0 | 319 | PACKAGE = @PACKAGE@ |
michael@0 | 320 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
michael@0 | 321 | PACKAGE_NAME = @PACKAGE_NAME@ |
michael@0 | 322 | PACKAGE_STRING = @PACKAGE_STRING@ |
michael@0 | 323 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
michael@0 | 324 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
michael@0 | 325 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
michael@0 | 326 | RANLIB = @RANLIB@ |
michael@0 | 327 | SED = @SED@ |
michael@0 | 328 | SET_MAKE = @SET_MAKE@ |
michael@0 | 329 | SHELL = @SHELL@ |
michael@0 | 330 | STRIP = @STRIP@ |
michael@0 | 331 | VERSION = @VERSION@ |
michael@0 | 332 | abs_builddir = @abs_builddir@ |
michael@0 | 333 | abs_srcdir = @abs_srcdir@ |
michael@0 | 334 | abs_top_builddir = @abs_top_builddir@ |
michael@0 | 335 | abs_top_srcdir = @abs_top_srcdir@ |
michael@0 | 336 | ac_ct_CC = @ac_ct_CC@ |
michael@0 | 337 | ac_ct_CXX = @ac_ct_CXX@ |
michael@0 | 338 | ac_ct_F77 = @ac_ct_F77@ |
michael@0 | 339 | am__include = @am__include@ |
michael@0 | 340 | am__leading_dot = @am__leading_dot@ |
michael@0 | 341 | am__quote = @am__quote@ |
michael@0 | 342 | am__tar = @am__tar@ |
michael@0 | 343 | am__untar = @am__untar@ |
michael@0 | 344 | bindir = @bindir@ |
michael@0 | 345 | build = @build@ |
michael@0 | 346 | build_alias = @build_alias@ |
michael@0 | 347 | build_cpu = @build_cpu@ |
michael@0 | 348 | build_os = @build_os@ |
michael@0 | 349 | build_vendor = @build_vendor@ |
michael@0 | 350 | builddir = @builddir@ |
michael@0 | 351 | datadir = @datadir@ |
michael@0 | 352 | datarootdir = @datarootdir@ |
michael@0 | 353 | docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) |
michael@0 | 354 | dvidir = @dvidir@ |
michael@0 | 355 | exec_prefix = @exec_prefix@ |
michael@0 | 356 | host = @host@ |
michael@0 | 357 | host_alias = @host_alias@ |
michael@0 | 358 | host_cpu = @host_cpu@ |
michael@0 | 359 | host_os = @host_os@ |
michael@0 | 360 | host_vendor = @host_vendor@ |
michael@0 | 361 | htmldir = @htmldir@ |
michael@0 | 362 | includedir = @includedir@ |
michael@0 | 363 | infodir = @infodir@ |
michael@0 | 364 | install_sh = @install_sh@ |
michael@0 | 365 | libdir = @libdir@ |
michael@0 | 366 | libexecdir = @libexecdir@ |
michael@0 | 367 | localedir = @localedir@ |
michael@0 | 368 | localstatedir = @localstatedir@ |
michael@0 | 369 | mandir = @mandir@ |
michael@0 | 370 | mkdir_p = @mkdir_p@ |
michael@0 | 371 | oldincludedir = @oldincludedir@ |
michael@0 | 372 | pdfdir = @pdfdir@ |
michael@0 | 373 | prefix = @prefix@ |
michael@0 | 374 | program_transform_name = @program_transform_name@ |
michael@0 | 375 | psdir = @psdir@ |
michael@0 | 376 | sbindir = @sbindir@ |
michael@0 | 377 | sharedstatedir = @sharedstatedir@ |
michael@0 | 378 | srcdir = @srcdir@ |
michael@0 | 379 | sysconfdir = @sysconfdir@ |
michael@0 | 380 | target_alias = @target_alias@ |
michael@0 | 381 | top_builddir = @top_builddir@ |
michael@0 | 382 | top_srcdir = @top_srcdir@ |
michael@0 | 383 | |
michael@0 | 384 | # This allows #includes to be relative to src/ |
michael@0 | 385 | AM_CPPFLAGS = -I$(top_srcdir)/src |
michael@0 | 386 | dist_doc_DATA = \ |
michael@0 | 387 | AUTHORS \ |
michael@0 | 388 | COPYING \ |
michael@0 | 389 | ChangeLog \ |
michael@0 | 390 | INSTALL \ |
michael@0 | 391 | NEWS \ |
michael@0 | 392 | README |
michael@0 | 393 | |
michael@0 | 394 | lib_LTLIBRARIES = src/libbreakpad.la |
michael@0 | 395 | src_libbreakpad_la_SOURCES = \ |
michael@0 | 396 | src/google_breakpad/common/breakpad_types.h \ |
michael@0 | 397 | src/google_breakpad/common/minidump_format.h \ |
michael@0 | 398 | src/google_breakpad/common/minidump_size.h \ |
michael@0 | 399 | src/google_breakpad/processor/basic_source_line_resolver.h \ |
michael@0 | 400 | src/google_breakpad/processor/call_stack.h \ |
michael@0 | 401 | src/google_breakpad/processor/code_module.h \ |
michael@0 | 402 | src/google_breakpad/processor/code_modules.h \ |
michael@0 | 403 | src/google_breakpad/processor/memory_region.h \ |
michael@0 | 404 | src/google_breakpad/processor/minidump.h \ |
michael@0 | 405 | src/google_breakpad/processor/minidump_processor.h \ |
michael@0 | 406 | src/google_breakpad/processor/process_state.h \ |
michael@0 | 407 | src/google_breakpad/processor/source_line_resolver_interface.h \ |
michael@0 | 408 | src/google_breakpad/processor/stack_frame.h \ |
michael@0 | 409 | src/google_breakpad/processor/stack_frame_cpu.h \ |
michael@0 | 410 | src/google_breakpad/processor/stackwalker.h \ |
michael@0 | 411 | src/google_breakpad/processor/symbol_supplier.h \ |
michael@0 | 412 | src/google_breakpad/processor/system_info.h \ |
michael@0 | 413 | src/processor/address_map-inl.h \ |
michael@0 | 414 | src/processor/address_map.h \ |
michael@0 | 415 | src/processor/basic_code_module.h \ |
michael@0 | 416 | src/processor/basic_code_modules.cc \ |
michael@0 | 417 | src/processor/basic_code_modules.h \ |
michael@0 | 418 | src/processor/basic_source_line_resolver.cc \ |
michael@0 | 419 | src/processor/call_stack.cc \ |
michael@0 | 420 | src/processor/contained_range_map-inl.h \ |
michael@0 | 421 | src/processor/contained_range_map.h \ |
michael@0 | 422 | src/processor/linked_ptr.h \ |
michael@0 | 423 | src/processor/logging.h \ |
michael@0 | 424 | src/processor/logging.cc \ |
michael@0 | 425 | src/processor/minidump.cc \ |
michael@0 | 426 | src/processor/minidump_processor.cc \ |
michael@0 | 427 | src/processor/pathname_stripper.cc \ |
michael@0 | 428 | src/processor/pathname_stripper.h \ |
michael@0 | 429 | src/processor/postfix_evaluator-inl.h \ |
michael@0 | 430 | src/processor/postfix_evaluator.h \ |
michael@0 | 431 | src/processor/process_state.cc \ |
michael@0 | 432 | src/processor/range_map-inl.h \ |
michael@0 | 433 | src/processor/range_map.h \ |
michael@0 | 434 | src/processor/scoped_ptr.h \ |
michael@0 | 435 | src/processor/simple_symbol_supplier.cc \ |
michael@0 | 436 | src/processor/simple_symbol_supplier.h \ |
michael@0 | 437 | src/processor/stack_frame_info.h \ |
michael@0 | 438 | src/processor/stackwalker.cc \ |
michael@0 | 439 | src/processor/stackwalker_amd64.cc \ |
michael@0 | 440 | src/processor/stackwalker_amd64.h \ |
michael@0 | 441 | src/processor/stackwalker_ppc.cc \ |
michael@0 | 442 | src/processor/stackwalker_ppc.h \ |
michael@0 | 443 | src/processor/stackwalker_sparc.cc \ |
michael@0 | 444 | src/processor/stackwalker_sparc.h \ |
michael@0 | 445 | src/processor/stackwalker_x86.cc \ |
michael@0 | 446 | src/processor/stackwalker_x86.h |
michael@0 | 447 | |
michael@0 | 448 | check_SCRIPTS = \ |
michael@0 | 449 | src/processor/minidump_dump_test \ |
michael@0 | 450 | src/processor/minidump_stackwalk_test \ |
michael@0 | 451 | src/processor/minidump_stackwalk_machine_readable_test |
michael@0 | 452 | |
michael@0 | 453 | TESTS = $(check_PROGRAMS) $(check_SCRIPTS) |
michael@0 | 454 | TESTS_ENVIRONMENT = |
michael@0 | 455 | src_processor_address_map_unittest_SOURCES = \ |
michael@0 | 456 | src/processor/address_map_unittest.cc |
michael@0 | 457 | |
michael@0 | 458 | src_processor_address_map_unittest_LDADD = \ |
michael@0 | 459 | src/processor/logging.lo \ |
michael@0 | 460 | src/processor/pathname_stripper.lo |
michael@0 | 461 | |
michael@0 | 462 | src_processor_basic_source_line_resolver_unittest_SOURCES = \ |
michael@0 | 463 | src/processor/basic_source_line_resolver_unittest.cc |
michael@0 | 464 | |
michael@0 | 465 | src_processor_basic_source_line_resolver_unittest_LDADD = \ |
michael@0 | 466 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 467 | src/processor/pathname_stripper.lo \ |
michael@0 | 468 | src/processor/logging.lo |
michael@0 | 469 | |
michael@0 | 470 | src_processor_contained_range_map_unittest_SOURCES = \ |
michael@0 | 471 | src/processor/contained_range_map_unittest.cc |
michael@0 | 472 | |
michael@0 | 473 | src_processor_contained_range_map_unittest_LDADD = \ |
michael@0 | 474 | src/processor/logging.lo \ |
michael@0 | 475 | src/processor/pathname_stripper.lo |
michael@0 | 476 | |
michael@0 | 477 | src_processor_minidump_processor_unittest_SOURCES = \ |
michael@0 | 478 | src/processor/minidump_processor_unittest.cc \ |
michael@0 | 479 | src/testing/gtest/src/gtest-all.cc \ |
michael@0 | 480 | src/testing/src/gmock-all.cc |
michael@0 | 481 | |
michael@0 | 482 | src_processor_minidump_processor_unittest_CPPFLAGS = \ |
michael@0 | 483 | -I$(top_srcdir)/src/testing/include \ |
michael@0 | 484 | -I$(top_srcdir)/src/testing/gtest/include \ |
michael@0 | 485 | -I$(top_srcdir)/src/testing/gtest \ |
michael@0 | 486 | -I$(top_srcdir)/src/testing |
michael@0 | 487 | |
michael@0 | 488 | src_processor_minidump_processor_unittest_LDADD = \ |
michael@0 | 489 | src/processor/basic_code_modules.lo \ |
michael@0 | 490 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 491 | src/processor/call_stack.lo \ |
michael@0 | 492 | src/processor/logging.lo \ |
michael@0 | 493 | src/processor/minidump_processor.lo \ |
michael@0 | 494 | src/processor/minidump.lo \ |
michael@0 | 495 | src/processor/pathname_stripper.lo \ |
michael@0 | 496 | src/processor/process_state.lo \ |
michael@0 | 497 | src/processor/stackwalker.lo \ |
michael@0 | 498 | src/processor/stackwalker_amd64.lo \ |
michael@0 | 499 | src/processor/stackwalker_ppc.lo \ |
michael@0 | 500 | src/processor/stackwalker_sparc.lo \ |
michael@0 | 501 | src/processor/stackwalker_x86.lo |
michael@0 | 502 | |
michael@0 | 503 | src_processor_pathname_stripper_unittest_SOURCES = \ |
michael@0 | 504 | src/processor/pathname_stripper_unittest.cc |
michael@0 | 505 | |
michael@0 | 506 | src_processor_pathname_stripper_unittest_LDADD = \ |
michael@0 | 507 | src/processor/pathname_stripper.lo |
michael@0 | 508 | |
michael@0 | 509 | src_processor_postfix_evaluator_unittest_SOURCES = \ |
michael@0 | 510 | src/processor/postfix_evaluator_unittest.cc |
michael@0 | 511 | |
michael@0 | 512 | src_processor_postfix_evaluator_unittest_LDADD = \ |
michael@0 | 513 | src/processor/logging.lo \ |
michael@0 | 514 | src/processor/pathname_stripper.lo |
michael@0 | 515 | |
michael@0 | 516 | src_processor_range_map_unittest_SOURCES = \ |
michael@0 | 517 | src/processor/range_map_unittest.cc |
michael@0 | 518 | |
michael@0 | 519 | src_processor_range_map_unittest_LDADD = \ |
michael@0 | 520 | src/processor/logging.lo \ |
michael@0 | 521 | src/processor/pathname_stripper.lo |
michael@0 | 522 | |
michael@0 | 523 | src_processor_stackwalker_selftest_SOURCES = \ |
michael@0 | 524 | src/processor/stackwalker_selftest.cc |
michael@0 | 525 | |
michael@0 | 526 | src_processor_stackwalker_selftest_LDADD = \ |
michael@0 | 527 | src/processor/basic_code_modules.lo \ |
michael@0 | 528 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 529 | src/processor/call_stack.lo \ |
michael@0 | 530 | src/processor/logging.lo \ |
michael@0 | 531 | src/processor/minidump.lo \ |
michael@0 | 532 | src/processor/pathname_stripper.lo \ |
michael@0 | 533 | src/processor/stackwalker.lo \ |
michael@0 | 534 | src/processor/stackwalker_amd64.lo \ |
michael@0 | 535 | src/processor/stackwalker_ppc.lo \ |
michael@0 | 536 | src/processor/stackwalker_sparc.lo \ |
michael@0 | 537 | src/processor/stackwalker_x86.lo |
michael@0 | 538 | |
michael@0 | 539 | noinst_SCRIPTS = $(check_SCRIPTS) |
michael@0 | 540 | src_processor_minidump_dump_SOURCES = \ |
michael@0 | 541 | src/processor/minidump_dump.cc |
michael@0 | 542 | |
michael@0 | 543 | src_processor_minidump_dump_LDADD = \ |
michael@0 | 544 | src/processor/basic_code_modules.lo \ |
michael@0 | 545 | src/processor/logging.lo \ |
michael@0 | 546 | src/processor/minidump.lo \ |
michael@0 | 547 | src/processor/pathname_stripper.lo |
michael@0 | 548 | |
michael@0 | 549 | src_processor_minidump_stackwalk_SOURCES = \ |
michael@0 | 550 | src/processor/minidump_stackwalk.cc |
michael@0 | 551 | |
michael@0 | 552 | src_processor_minidump_stackwalk_LDADD = \ |
michael@0 | 553 | src/processor/basic_code_modules.lo \ |
michael@0 | 554 | src/processor/basic_source_line_resolver.lo \ |
michael@0 | 555 | src/processor/call_stack.lo \ |
michael@0 | 556 | src/processor/logging.lo \ |
michael@0 | 557 | src/processor/minidump.lo \ |
michael@0 | 558 | src/processor/minidump_processor.lo \ |
michael@0 | 559 | src/processor/pathname_stripper.lo \ |
michael@0 | 560 | src/processor/process_state.lo \ |
michael@0 | 561 | src/processor/simple_symbol_supplier.lo \ |
michael@0 | 562 | src/processor/stackwalker.lo \ |
michael@0 | 563 | src/processor/stackwalker_amd64.lo \ |
michael@0 | 564 | src/processor/stackwalker_ppc.lo \ |
michael@0 | 565 | src/processor/stackwalker_sparc.lo \ |
michael@0 | 566 | src/processor/stackwalker_x86.lo |
michael@0 | 567 | |
michael@0 | 568 | EXTRA_DIST = \ |
michael@0 | 569 | $(SCRIPTS) \ |
michael@0 | 570 | src/processor/stackwalk_selftest_sol.s \ |
michael@0 | 571 | src/client/linux/handler/Makefile \ |
michael@0 | 572 | src/client/linux/handler/exception_handler.cc \ |
michael@0 | 573 | src/client/linux/handler/exception_handler.h \ |
michael@0 | 574 | src/client/linux/handler/exception_handler_test.cc \ |
michael@0 | 575 | src/client/linux/handler/linux_thread.cc \ |
michael@0 | 576 | src/client/linux/handler/linux_thread.h \ |
michael@0 | 577 | src/client/linux/handler/linux_thread_test.cc \ |
michael@0 | 578 | src/client/linux/handler/minidump_generator.cc \ |
michael@0 | 579 | src/client/linux/handler/minidump_generator.h \ |
michael@0 | 580 | src/client/linux/handler/minidump_test.cc \ |
michael@0 | 581 | src/client/mac/handler/dynamic_images.cc \ |
michael@0 | 582 | src/client/mac/handler/dynamic_images.h \ |
michael@0 | 583 | src/client/mac/handler/exception_handler.cc \ |
michael@0 | 584 | src/client/mac/handler/exception_handler.h \ |
michael@0 | 585 | src/client/mac/handler/exception_handler_test.cc \ |
michael@0 | 586 | src/client/mac/handler/minidump_generator.cc \ |
michael@0 | 587 | src/client/mac/handler/minidump_generator.h \ |
michael@0 | 588 | src/client/mac/handler/minidump_generator_test.cc \ |
michael@0 | 589 | src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj \ |
michael@0 | 590 | src/client/mac/handler/protected_memory_allocator.cc \ |
michael@0 | 591 | src/client/mac/handler/protected_memory_allocator.h \ |
michael@0 | 592 | src/client/minidump_file_writer-inl.h \ |
michael@0 | 593 | src/client/minidump_file_writer.cc \ |
michael@0 | 594 | src/client/minidump_file_writer.h \ |
michael@0 | 595 | src/client/minidump_file_writer_unittest.cc \ |
michael@0 | 596 | src/client/solaris/handler/Makefile \ |
michael@0 | 597 | src/client/solaris/handler/exception_handler.cc \ |
michael@0 | 598 | src/client/solaris/handler/exception_handler.h \ |
michael@0 | 599 | src/client/solaris/handler/exception_handler_test.cc \ |
michael@0 | 600 | src/client/solaris/handler/minidump_generator.cc \ |
michael@0 | 601 | src/client/solaris/handler/minidump_generator.h \ |
michael@0 | 602 | src/client/solaris/handler/minidump_test.cc \ |
michael@0 | 603 | src/client/solaris/handler/solaris_lwp.cc \ |
michael@0 | 604 | src/client/solaris/handler/solaris_lwp.h \ |
michael@0 | 605 | src/client/windows/breakpad_client.sln \ |
michael@0 | 606 | src/client/windows/handler/exception_handler.cc \ |
michael@0 | 607 | src/client/windows/handler/exception_handler.h \ |
michael@0 | 608 | src/client/windows/handler/exception_handler.vcproj \ |
michael@0 | 609 | src/client/windows/sender/crash_report_sender.cc \ |
michael@0 | 610 | src/client/windows/sender/crash_report_sender.h \ |
michael@0 | 611 | src/client/windows/sender/crash_report_sender.vcproj \ |
michael@0 | 612 | src/common/convert_UTF.c \ |
michael@0 | 613 | src/common/convert_UTF.h \ |
michael@0 | 614 | src/common/linux/dump_symbols.cc \ |
michael@0 | 615 | src/common/linux/dump_symbols.h \ |
michael@0 | 616 | src/common/linux/file_id.cc \ |
michael@0 | 617 | src/common/linux/file_id.h \ |
michael@0 | 618 | src/common/linux/guid_creator.cc \ |
michael@0 | 619 | src/common/linux/guid_creator.h \ |
michael@0 | 620 | src/common/linux/http_upload.cc \ |
michael@0 | 621 | src/common/linux/http_upload.h \ |
michael@0 | 622 | src/common/mac/HTTPMultipartUpload.h \ |
michael@0 | 623 | src/common/mac/HTTPMultipartUpload.m \ |
michael@0 | 624 | src/common/mac/dump_syms.h \ |
michael@0 | 625 | src/common/mac/dump_syms.mm \ |
michael@0 | 626 | src/common/mac/file_id.cc \ |
michael@0 | 627 | src/common/mac/file_id.h \ |
michael@0 | 628 | src/common/mac/macho_id.cc \ |
michael@0 | 629 | src/common/mac/macho_id.h \ |
michael@0 | 630 | src/common/mac/macho_utilities.cc \ |
michael@0 | 631 | src/common/mac/macho_utilities.h \ |
michael@0 | 632 | src/common/mac/macho_walker.cc \ |
michael@0 | 633 | src/common/mac/macho_walker.h \ |
michael@0 | 634 | src/common/mac/string_utilities.cc \ |
michael@0 | 635 | src/common/mac/string_utilities.h \ |
michael@0 | 636 | src/common/md5.cc \ |
michael@0 | 637 | src/common/md5.h \ |
michael@0 | 638 | src/common/solaris/dump_symbols.cc \ |
michael@0 | 639 | src/common/solaris/dump_symbols.h \ |
michael@0 | 640 | src/common/solaris/file_id.cc \ |
michael@0 | 641 | src/common/solaris/file_id.h \ |
michael@0 | 642 | src/common/solaris/guid_creator.cc \ |
michael@0 | 643 | src/common/solaris/guid_creator.h \ |
michael@0 | 644 | src/common/solaris/message_output.h \ |
michael@0 | 645 | src/common/string_conversion.cc \ |
michael@0 | 646 | src/common/string_conversion.h \ |
michael@0 | 647 | src/common/windows/guid_string.cc \ |
michael@0 | 648 | src/common/windows/guid_string.h \ |
michael@0 | 649 | src/common/windows/http_upload.cc \ |
michael@0 | 650 | src/common/windows/http_upload.h \ |
michael@0 | 651 | src/common/windows/pdb_source_line_writer.cc \ |
michael@0 | 652 | src/common/windows/pdb_source_line_writer.h \ |
michael@0 | 653 | src/common/windows/string_utils-inl.h \ |
michael@0 | 654 | src/common/windows/string_utils.cc \ |
michael@0 | 655 | src/processor/testdata/minidump2.dmp \ |
michael@0 | 656 | src/processor/testdata/minidump2.dump.out \ |
michael@0 | 657 | src/processor/testdata/minidump2.stackwalk.machine_readable.out \ |
michael@0 | 658 | src/processor/testdata/minidump2.stackwalk.out \ |
michael@0 | 659 | src/processor/testdata/module1.out \ |
michael@0 | 660 | src/processor/testdata/module2.out \ |
michael@0 | 661 | src/processor/testdata/module3_bad.out \ |
michael@0 | 662 | src/processor/testdata/module4_bad.out \ |
michael@0 | 663 | src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym \ |
michael@0 | 664 | src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/test_app.sym \ |
michael@0 | 665 | src/processor/testdata/test_app.cc \ |
michael@0 | 666 | src/tools/linux/dump_syms/Makefile \ |
michael@0 | 667 | src/tools/linux/dump_syms/dump_syms.cc \ |
michael@0 | 668 | src/tools/linux/symupload/Makefile \ |
michael@0 | 669 | src/tools/linux/symupload/minidump_upload.cc \ |
michael@0 | 670 | src/tools/linux/symupload/sym_upload.cc \ |
michael@0 | 671 | src/tools/mac/crash_report/crash_report.mm \ |
michael@0 | 672 | src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj \ |
michael@0 | 673 | src/tools/mac/crash_report/on_demand_symbol_supplier.h \ |
michael@0 | 674 | src/tools/mac/crash_report/on_demand_symbol_supplier.mm \ |
michael@0 | 675 | src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj \ |
michael@0 | 676 | src/tools/mac/dump_syms/dump_syms_tool.m \ |
michael@0 | 677 | src/tools/mac/symupload/minidump_upload.m \ |
michael@0 | 678 | src/tools/mac/symupload/symupload.m \ |
michael@0 | 679 | src/tools/mac/symupload/symupload.xcodeproj/project.pbxproj \ |
michael@0 | 680 | src/tools/solaris/dump_syms/Makefile \ |
michael@0 | 681 | src/tools/solaris/dump_syms/dump_syms.cc \ |
michael@0 | 682 | src/tools/solaris/dump_syms/run_regtest.sh \ |
michael@0 | 683 | src/tools/solaris/dump_syms/testdata/dump_syms_regtest.cc \ |
michael@0 | 684 | src/tools/solaris/dump_syms/testdata/dump_syms_regtest.o \ |
michael@0 | 685 | src/tools/solaris/dump_syms/testdata/dump_syms_regtest.stabs \ |
michael@0 | 686 | src/tools/solaris/dump_syms/testdata/dump_syms_regtest.sym \ |
michael@0 | 687 | src/tools/windows/converter/ms_symbol_server_converter.cc \ |
michael@0 | 688 | src/tools/windows/converter/ms_symbol_server_converter.h \ |
michael@0 | 689 | src/tools/windows/converter/ms_symbol_server_converter.vcproj \ |
michael@0 | 690 | src/tools/windows/dump_syms/dump_syms.cc \ |
michael@0 | 691 | src/tools/windows/dump_syms/dump_syms.vcproj \ |
michael@0 | 692 | src/tools/windows/dump_syms/run_regtest.sh \ |
michael@0 | 693 | src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ |
michael@0 | 694 | src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ |
michael@0 | 695 | src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ |
michael@0 | 696 | src/tools/windows/symupload/symupload.cc \ |
michael@0 | 697 | src/tools/windows/symupload/symupload.vcproj |
michael@0 | 698 | |
michael@0 | 699 | all: all-am |
michael@0 | 700 | |
michael@0 | 701 | .SUFFIXES: |
michael@0 | 702 | .SUFFIXES: .cc .lo .o .obj |
michael@0 | 703 | am--refresh: |
michael@0 | 704 | @: |
michael@0 | 705 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
michael@0 | 706 | @for dep in $?; do \ |
michael@0 | 707 | case '$(am__configure_deps)' in \ |
michael@0 | 708 | *$$dep*) \ |
michael@0 | 709 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ |
michael@0 | 710 | cd $(srcdir) && $(AUTOMAKE) --gnu \ |
michael@0 | 711 | && exit 0; \ |
michael@0 | 712 | exit 1;; \ |
michael@0 | 713 | esac; \ |
michael@0 | 714 | done; \ |
michael@0 | 715 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
michael@0 | 716 | cd $(top_srcdir) && \ |
michael@0 | 717 | $(AUTOMAKE) --gnu Makefile |
michael@0 | 718 | .PRECIOUS: Makefile |
michael@0 | 719 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
michael@0 | 720 | @case '$?' in \ |
michael@0 | 721 | *config.status*) \ |
michael@0 | 722 | echo ' $(SHELL) ./config.status'; \ |
michael@0 | 723 | $(SHELL) ./config.status;; \ |
michael@0 | 724 | *) \ |
michael@0 | 725 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
michael@0 | 726 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
michael@0 | 727 | esac; |
michael@0 | 728 | |
michael@0 | 729 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
michael@0 | 730 | $(SHELL) ./config.status --recheck |
michael@0 | 731 | |
michael@0 | 732 | $(top_srcdir)/configure: $(am__configure_deps) |
michael@0 | 733 | cd $(srcdir) && $(AUTOCONF) |
michael@0 | 734 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
michael@0 | 735 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
michael@0 | 736 | |
michael@0 | 737 | src/config.h: src/stamp-h1 |
michael@0 | 738 | @if test ! -f $@; then \ |
michael@0 | 739 | rm -f src/stamp-h1; \ |
michael@0 | 740 | $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \ |
michael@0 | 741 | else :; fi |
michael@0 | 742 | |
michael@0 | 743 | src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status |
michael@0 | 744 | @rm -f src/stamp-h1 |
michael@0 | 745 | cd $(top_builddir) && $(SHELL) ./config.status src/config.h |
michael@0 | 746 | $(top_srcdir)/src/config.h.in: $(am__configure_deps) |
michael@0 | 747 | cd $(top_srcdir) && $(AUTOHEADER) |
michael@0 | 748 | rm -f src/stamp-h1 |
michael@0 | 749 | touch $@ |
michael@0 | 750 | |
michael@0 | 751 | distclean-hdr: |
michael@0 | 752 | -rm -f src/config.h src/stamp-h1 |
michael@0 | 753 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
michael@0 | 754 | @$(NORMAL_INSTALL) |
michael@0 | 755 | test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
michael@0 | 756 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
michael@0 | 757 | if test -f $$p; then \ |
michael@0 | 758 | f=$(am__strip_dir) \ |
michael@0 | 759 | echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
michael@0 | 760 | $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
michael@0 | 761 | else :; fi; \ |
michael@0 | 762 | done |
michael@0 | 763 | |
michael@0 | 764 | uninstall-libLTLIBRARIES: |
michael@0 | 765 | @$(NORMAL_UNINSTALL) |
michael@0 | 766 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
michael@0 | 767 | p=$(am__strip_dir) \ |
michael@0 | 768 | echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
michael@0 | 769 | $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
michael@0 | 770 | done |
michael@0 | 771 | |
michael@0 | 772 | clean-libLTLIBRARIES: |
michael@0 | 773 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
michael@0 | 774 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
michael@0 | 775 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
michael@0 | 776 | test "$$dir" != "$$p" || dir=.; \ |
michael@0 | 777 | echo "rm -f \"$${dir}/so_locations\""; \ |
michael@0 | 778 | rm -f "$${dir}/so_locations"; \ |
michael@0 | 779 | done |
michael@0 | 780 | src/processor/$(am__dirstamp): |
michael@0 | 781 | @$(MKDIR_P) src/processor |
michael@0 | 782 | @: > src/processor/$(am__dirstamp) |
michael@0 | 783 | src/processor/$(DEPDIR)/$(am__dirstamp): |
michael@0 | 784 | @$(MKDIR_P) src/processor/$(DEPDIR) |
michael@0 | 785 | @: > src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 786 | src/processor/basic_code_modules.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 787 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 788 | src/processor/basic_source_line_resolver.lo: \ |
michael@0 | 789 | src/processor/$(am__dirstamp) \ |
michael@0 | 790 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 791 | src/processor/call_stack.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 792 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 793 | src/processor/logging.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 794 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 795 | src/processor/minidump.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 796 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 797 | src/processor/minidump_processor.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 798 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 799 | src/processor/pathname_stripper.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 800 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 801 | src/processor/process_state.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 802 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 803 | src/processor/simple_symbol_supplier.lo: \ |
michael@0 | 804 | src/processor/$(am__dirstamp) \ |
michael@0 | 805 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 806 | src/processor/stackwalker.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 807 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 808 | src/processor/stackwalker_amd64.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 809 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 810 | src/processor/stackwalker_ppc.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 811 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 812 | src/processor/stackwalker_sparc.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 813 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 814 | src/processor/stackwalker_x86.lo: src/processor/$(am__dirstamp) \ |
michael@0 | 815 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 816 | src/$(am__dirstamp): |
michael@0 | 817 | @$(MKDIR_P) src |
michael@0 | 818 | @: > src/$(am__dirstamp) |
michael@0 | 819 | src/libbreakpad.la: $(src_libbreakpad_la_OBJECTS) $(src_libbreakpad_la_DEPENDENCIES) src/$(am__dirstamp) |
michael@0 | 820 | $(CXXLINK) -rpath $(libdir) $(src_libbreakpad_la_OBJECTS) $(src_libbreakpad_la_LIBADD) $(LIBS) |
michael@0 | 821 | install-binPROGRAMS: $(bin_PROGRAMS) |
michael@0 | 822 | @$(NORMAL_INSTALL) |
michael@0 | 823 | test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
michael@0 | 824 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
michael@0 | 825 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
michael@0 | 826 | if test -f $$p \ |
michael@0 | 827 | || test -f $$p1 \ |
michael@0 | 828 | ; then \ |
michael@0 | 829 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
michael@0 | 830 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
michael@0 | 831 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
michael@0 | 832 | else :; fi; \ |
michael@0 | 833 | done |
michael@0 | 834 | |
michael@0 | 835 | uninstall-binPROGRAMS: |
michael@0 | 836 | @$(NORMAL_UNINSTALL) |
michael@0 | 837 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
michael@0 | 838 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
michael@0 | 839 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
michael@0 | 840 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
michael@0 | 841 | done |
michael@0 | 842 | |
michael@0 | 843 | clean-binPROGRAMS: |
michael@0 | 844 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
michael@0 | 845 | f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
michael@0 | 846 | echo " rm -f $$p $$f"; \ |
michael@0 | 847 | rm -f $$p $$f ; \ |
michael@0 | 848 | done |
michael@0 | 849 | |
michael@0 | 850 | clean-checkPROGRAMS: |
michael@0 | 851 | @list='$(check_PROGRAMS)'; for p in $$list; do \ |
michael@0 | 852 | f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
michael@0 | 853 | echo " rm -f $$p $$f"; \ |
michael@0 | 854 | rm -f $$p $$f ; \ |
michael@0 | 855 | done |
michael@0 | 856 | |
michael@0 | 857 | clean-noinstPROGRAMS: |
michael@0 | 858 | @list='$(noinst_PROGRAMS)'; for p in $$list; do \ |
michael@0 | 859 | f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
michael@0 | 860 | echo " rm -f $$p $$f"; \ |
michael@0 | 861 | rm -f $$p $$f ; \ |
michael@0 | 862 | done |
michael@0 | 863 | src/processor/address_map_unittest.$(OBJEXT): \ |
michael@0 | 864 | src/processor/$(am__dirstamp) \ |
michael@0 | 865 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 866 | src/processor/address_map_unittest$(EXEEXT): $(src_processor_address_map_unittest_OBJECTS) $(src_processor_address_map_unittest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 867 | @rm -f src/processor/address_map_unittest$(EXEEXT) |
michael@0 | 868 | $(CXXLINK) $(src_processor_address_map_unittest_OBJECTS) $(src_processor_address_map_unittest_LDADD) $(LIBS) |
michael@0 | 869 | src/processor/basic_source_line_resolver_unittest.$(OBJEXT): \ |
michael@0 | 870 | src/processor/$(am__dirstamp) \ |
michael@0 | 871 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 872 | src/processor/basic_source_line_resolver_unittest$(EXEEXT): $(src_processor_basic_source_line_resolver_unittest_OBJECTS) $(src_processor_basic_source_line_resolver_unittest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 873 | @rm -f src/processor/basic_source_line_resolver_unittest$(EXEEXT) |
michael@0 | 874 | $(CXXLINK) $(src_processor_basic_source_line_resolver_unittest_OBJECTS) $(src_processor_basic_source_line_resolver_unittest_LDADD) $(LIBS) |
michael@0 | 875 | src/processor/contained_range_map_unittest.$(OBJEXT): \ |
michael@0 | 876 | src/processor/$(am__dirstamp) \ |
michael@0 | 877 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 878 | src/processor/contained_range_map_unittest$(EXEEXT): $(src_processor_contained_range_map_unittest_OBJECTS) $(src_processor_contained_range_map_unittest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 879 | @rm -f src/processor/contained_range_map_unittest$(EXEEXT) |
michael@0 | 880 | $(CXXLINK) $(src_processor_contained_range_map_unittest_OBJECTS) $(src_processor_contained_range_map_unittest_LDADD) $(LIBS) |
michael@0 | 881 | src/processor/minidump_dump.$(OBJEXT): src/processor/$(am__dirstamp) \ |
michael@0 | 882 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 883 | src/processor/minidump_dump$(EXEEXT): $(src_processor_minidump_dump_OBJECTS) $(src_processor_minidump_dump_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 884 | @rm -f src/processor/minidump_dump$(EXEEXT) |
michael@0 | 885 | $(CXXLINK) $(src_processor_minidump_dump_OBJECTS) $(src_processor_minidump_dump_LDADD) $(LIBS) |
michael@0 | 886 | src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.$(OBJEXT): \ |
michael@0 | 887 | src/processor/$(am__dirstamp) \ |
michael@0 | 888 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 889 | src/testing/gtest/src/$(am__dirstamp): |
michael@0 | 890 | @$(MKDIR_P) src/testing/gtest/src |
michael@0 | 891 | @: > src/testing/gtest/src/$(am__dirstamp) |
michael@0 | 892 | src/testing/gtest/src/$(DEPDIR)/$(am__dirstamp): |
michael@0 | 893 | @$(MKDIR_P) src/testing/gtest/src/$(DEPDIR) |
michael@0 | 894 | @: > src/testing/gtest/src/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 895 | src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.$(OBJEXT): \ |
michael@0 | 896 | src/testing/gtest/src/$(am__dirstamp) \ |
michael@0 | 897 | src/testing/gtest/src/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 898 | src/testing/src/$(am__dirstamp): |
michael@0 | 899 | @$(MKDIR_P) src/testing/src |
michael@0 | 900 | @: > src/testing/src/$(am__dirstamp) |
michael@0 | 901 | src/testing/src/$(DEPDIR)/$(am__dirstamp): |
michael@0 | 902 | @$(MKDIR_P) src/testing/src/$(DEPDIR) |
michael@0 | 903 | @: > src/testing/src/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 904 | src/testing/src/src_processor_minidump_processor_unittest-gmock-all.$(OBJEXT): \ |
michael@0 | 905 | src/testing/src/$(am__dirstamp) \ |
michael@0 | 906 | src/testing/src/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 907 | src/processor/minidump_processor_unittest$(EXEEXT): $(src_processor_minidump_processor_unittest_OBJECTS) $(src_processor_minidump_processor_unittest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 908 | @rm -f src/processor/minidump_processor_unittest$(EXEEXT) |
michael@0 | 909 | $(CXXLINK) $(src_processor_minidump_processor_unittest_OBJECTS) $(src_processor_minidump_processor_unittest_LDADD) $(LIBS) |
michael@0 | 910 | src/processor/minidump_stackwalk.$(OBJEXT): \ |
michael@0 | 911 | src/processor/$(am__dirstamp) \ |
michael@0 | 912 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 913 | src/processor/minidump_stackwalk$(EXEEXT): $(src_processor_minidump_stackwalk_OBJECTS) $(src_processor_minidump_stackwalk_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 914 | @rm -f src/processor/minidump_stackwalk$(EXEEXT) |
michael@0 | 915 | $(CXXLINK) $(src_processor_minidump_stackwalk_OBJECTS) $(src_processor_minidump_stackwalk_LDADD) $(LIBS) |
michael@0 | 916 | src/processor/pathname_stripper_unittest.$(OBJEXT): \ |
michael@0 | 917 | src/processor/$(am__dirstamp) \ |
michael@0 | 918 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 919 | src/processor/pathname_stripper_unittest$(EXEEXT): $(src_processor_pathname_stripper_unittest_OBJECTS) $(src_processor_pathname_stripper_unittest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 920 | @rm -f src/processor/pathname_stripper_unittest$(EXEEXT) |
michael@0 | 921 | $(CXXLINK) $(src_processor_pathname_stripper_unittest_OBJECTS) $(src_processor_pathname_stripper_unittest_LDADD) $(LIBS) |
michael@0 | 922 | src/processor/postfix_evaluator_unittest.$(OBJEXT): \ |
michael@0 | 923 | src/processor/$(am__dirstamp) \ |
michael@0 | 924 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 925 | src/processor/postfix_evaluator_unittest$(EXEEXT): $(src_processor_postfix_evaluator_unittest_OBJECTS) $(src_processor_postfix_evaluator_unittest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 926 | @rm -f src/processor/postfix_evaluator_unittest$(EXEEXT) |
michael@0 | 927 | $(CXXLINK) $(src_processor_postfix_evaluator_unittest_OBJECTS) $(src_processor_postfix_evaluator_unittest_LDADD) $(LIBS) |
michael@0 | 928 | src/processor/range_map_unittest.$(OBJEXT): \ |
michael@0 | 929 | src/processor/$(am__dirstamp) \ |
michael@0 | 930 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 931 | src/processor/range_map_unittest$(EXEEXT): $(src_processor_range_map_unittest_OBJECTS) $(src_processor_range_map_unittest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 932 | @rm -f src/processor/range_map_unittest$(EXEEXT) |
michael@0 | 933 | $(CXXLINK) $(src_processor_range_map_unittest_OBJECTS) $(src_processor_range_map_unittest_LDADD) $(LIBS) |
michael@0 | 934 | src/processor/stackwalker_selftest.$(OBJEXT): \ |
michael@0 | 935 | src/processor/$(am__dirstamp) \ |
michael@0 | 936 | src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 937 | src/processor/stackwalker_selftest$(EXEEXT): $(src_processor_stackwalker_selftest_OBJECTS) $(src_processor_stackwalker_selftest_DEPENDENCIES) src/processor/$(am__dirstamp) |
michael@0 | 938 | @rm -f src/processor/stackwalker_selftest$(EXEEXT) |
michael@0 | 939 | $(CXXLINK) $(src_processor_stackwalker_selftest_OBJECTS) $(src_processor_stackwalker_selftest_LDADD) $(LIBS) |
michael@0 | 940 | |
michael@0 | 941 | mostlyclean-compile: |
michael@0 | 942 | -rm -f *.$(OBJEXT) |
michael@0 | 943 | -rm -f src/processor/address_map_unittest.$(OBJEXT) |
michael@0 | 944 | -rm -f src/processor/basic_code_modules.$(OBJEXT) |
michael@0 | 945 | -rm -f src/processor/basic_code_modules.lo |
michael@0 | 946 | -rm -f src/processor/basic_source_line_resolver.$(OBJEXT) |
michael@0 | 947 | -rm -f src/processor/basic_source_line_resolver.lo |
michael@0 | 948 | -rm -f src/processor/basic_source_line_resolver_unittest.$(OBJEXT) |
michael@0 | 949 | -rm -f src/processor/call_stack.$(OBJEXT) |
michael@0 | 950 | -rm -f src/processor/call_stack.lo |
michael@0 | 951 | -rm -f src/processor/contained_range_map_unittest.$(OBJEXT) |
michael@0 | 952 | -rm -f src/processor/logging.$(OBJEXT) |
michael@0 | 953 | -rm -f src/processor/logging.lo |
michael@0 | 954 | -rm -f src/processor/minidump.$(OBJEXT) |
michael@0 | 955 | -rm -f src/processor/minidump.lo |
michael@0 | 956 | -rm -f src/processor/minidump_dump.$(OBJEXT) |
michael@0 | 957 | -rm -f src/processor/minidump_processor.$(OBJEXT) |
michael@0 | 958 | -rm -f src/processor/minidump_processor.lo |
michael@0 | 959 | -rm -f src/processor/minidump_stackwalk.$(OBJEXT) |
michael@0 | 960 | -rm -f src/processor/pathname_stripper.$(OBJEXT) |
michael@0 | 961 | -rm -f src/processor/pathname_stripper.lo |
michael@0 | 962 | -rm -f src/processor/pathname_stripper_unittest.$(OBJEXT) |
michael@0 | 963 | -rm -f src/processor/postfix_evaluator_unittest.$(OBJEXT) |
michael@0 | 964 | -rm -f src/processor/process_state.$(OBJEXT) |
michael@0 | 965 | -rm -f src/processor/process_state.lo |
michael@0 | 966 | -rm -f src/processor/range_map_unittest.$(OBJEXT) |
michael@0 | 967 | -rm -f src/processor/simple_symbol_supplier.$(OBJEXT) |
michael@0 | 968 | -rm -f src/processor/simple_symbol_supplier.lo |
michael@0 | 969 | -rm -f src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.$(OBJEXT) |
michael@0 | 970 | -rm -f src/processor/stackwalker.$(OBJEXT) |
michael@0 | 971 | -rm -f src/processor/stackwalker.lo |
michael@0 | 972 | -rm -f src/processor/stackwalker_amd64.$(OBJEXT) |
michael@0 | 973 | -rm -f src/processor/stackwalker_amd64.lo |
michael@0 | 974 | -rm -f src/processor/stackwalker_ppc.$(OBJEXT) |
michael@0 | 975 | -rm -f src/processor/stackwalker_ppc.lo |
michael@0 | 976 | -rm -f src/processor/stackwalker_selftest.$(OBJEXT) |
michael@0 | 977 | -rm -f src/processor/stackwalker_sparc.$(OBJEXT) |
michael@0 | 978 | -rm -f src/processor/stackwalker_sparc.lo |
michael@0 | 979 | -rm -f src/processor/stackwalker_x86.$(OBJEXT) |
michael@0 | 980 | -rm -f src/processor/stackwalker_x86.lo |
michael@0 | 981 | -rm -f src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.$(OBJEXT) |
michael@0 | 982 | -rm -f src/testing/src/src_processor_minidump_processor_unittest-gmock-all.$(OBJEXT) |
michael@0 | 983 | |
michael@0 | 984 | distclean-compile: |
michael@0 | 985 | -rm -f *.tab.c |
michael@0 | 986 | |
michael@0 | 987 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/address_map_unittest.Po@am__quote@ |
michael@0 | 988 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/basic_code_modules.Plo@am__quote@ |
michael@0 | 989 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/basic_source_line_resolver.Plo@am__quote@ |
michael@0 | 990 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/basic_source_line_resolver_unittest.Po@am__quote@ |
michael@0 | 991 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/call_stack.Plo@am__quote@ |
michael@0 | 992 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/contained_range_map_unittest.Po@am__quote@ |
michael@0 | 993 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/logging.Plo@am__quote@ |
michael@0 | 994 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/minidump.Plo@am__quote@ |
michael@0 | 995 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/minidump_dump.Po@am__quote@ |
michael@0 | 996 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/minidump_processor.Plo@am__quote@ |
michael@0 | 997 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/minidump_stackwalk.Po@am__quote@ |
michael@0 | 998 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/pathname_stripper.Plo@am__quote@ |
michael@0 | 999 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/pathname_stripper_unittest.Po@am__quote@ |
michael@0 | 1000 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/postfix_evaluator_unittest.Po@am__quote@ |
michael@0 | 1001 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/process_state.Plo@am__quote@ |
michael@0 | 1002 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/range_map_unittest.Po@am__quote@ |
michael@0 | 1003 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/simple_symbol_supplier.Plo@am__quote@ |
michael@0 | 1004 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/src_processor_minidump_processor_unittest-minidump_processor_unittest.Po@am__quote@ |
michael@0 | 1005 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/stackwalker.Plo@am__quote@ |
michael@0 | 1006 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/stackwalker_amd64.Plo@am__quote@ |
michael@0 | 1007 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/stackwalker_ppc.Plo@am__quote@ |
michael@0 | 1008 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/stackwalker_selftest.Po@am__quote@ |
michael@0 | 1009 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/stackwalker_sparc.Plo@am__quote@ |
michael@0 | 1010 | @AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/stackwalker_x86.Plo@am__quote@ |
michael@0 | 1011 | @AMDEP_TRUE@@am__include@ @am__quote@src/testing/gtest/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gtest-all.Po@am__quote@ |
michael@0 | 1012 | @AMDEP_TRUE@@am__include@ @am__quote@src/testing/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gmock-all.Po@am__quote@ |
michael@0 | 1013 | |
michael@0 | 1014 | .cc.o: |
michael@0 | 1015 | @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
michael@0 | 1016 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
michael@0 | 1017 | @am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Po |
michael@0 | 1018 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1019 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1020 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
michael@0 | 1021 | |
michael@0 | 1022 | .cc.obj: |
michael@0 | 1023 | @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
michael@0 | 1024 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
michael@0 | 1025 | @am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Po |
michael@0 | 1026 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1027 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1028 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
michael@0 | 1029 | |
michael@0 | 1030 | .cc.lo: |
michael@0 | 1031 | @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
michael@0 | 1032 | @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
michael@0 | 1033 | @am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Plo |
michael@0 | 1034 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
michael@0 | 1035 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1036 | @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
michael@0 | 1037 | |
michael@0 | 1038 | src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.o: src/processor/minidump_processor_unittest.cc |
michael@0 | 1039 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.o -MD -MP -MF src/processor/$(DEPDIR)/src_processor_minidump_processor_unittest-minidump_processor_unittest.Tpo -c -o src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.o `test -f 'src/processor/minidump_processor_unittest.cc' || echo '$(srcdir)/'`src/processor/minidump_processor_unittest.cc |
michael@0 | 1040 | @am__fastdepCXX_TRUE@ mv -f src/processor/$(DEPDIR)/src_processor_minidump_processor_unittest-minidump_processor_unittest.Tpo src/processor/$(DEPDIR)/src_processor_minidump_processor_unittest-minidump_processor_unittest.Po |
michael@0 | 1041 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/processor/minidump_processor_unittest.cc' object='src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.o' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1042 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1043 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.o `test -f 'src/processor/minidump_processor_unittest.cc' || echo '$(srcdir)/'`src/processor/minidump_processor_unittest.cc |
michael@0 | 1044 | |
michael@0 | 1045 | src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.obj: src/processor/minidump_processor_unittest.cc |
michael@0 | 1046 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.obj -MD -MP -MF src/processor/$(DEPDIR)/src_processor_minidump_processor_unittest-minidump_processor_unittest.Tpo -c -o src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.obj `if test -f 'src/processor/minidump_processor_unittest.cc'; then $(CYGPATH_W) 'src/processor/minidump_processor_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/processor/minidump_processor_unittest.cc'; fi` |
michael@0 | 1047 | @am__fastdepCXX_TRUE@ mv -f src/processor/$(DEPDIR)/src_processor_minidump_processor_unittest-minidump_processor_unittest.Tpo src/processor/$(DEPDIR)/src_processor_minidump_processor_unittest-minidump_processor_unittest.Po |
michael@0 | 1048 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/processor/minidump_processor_unittest.cc' object='src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.obj' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1049 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1050 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/processor/src_processor_minidump_processor_unittest-minidump_processor_unittest.obj `if test -f 'src/processor/minidump_processor_unittest.cc'; then $(CYGPATH_W) 'src/processor/minidump_processor_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/processor/minidump_processor_unittest.cc'; fi` |
michael@0 | 1051 | |
michael@0 | 1052 | src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.o: src/testing/gtest/src/gtest-all.cc |
michael@0 | 1053 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.o -MD -MP -MF src/testing/gtest/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gtest-all.Tpo -c -o src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.o `test -f 'src/testing/gtest/src/gtest-all.cc' || echo '$(srcdir)/'`src/testing/gtest/src/gtest-all.cc |
michael@0 | 1054 | @am__fastdepCXX_TRUE@ mv -f src/testing/gtest/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gtest-all.Tpo src/testing/gtest/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gtest-all.Po |
michael@0 | 1055 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/testing/gtest/src/gtest-all.cc' object='src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.o' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1056 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1057 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.o `test -f 'src/testing/gtest/src/gtest-all.cc' || echo '$(srcdir)/'`src/testing/gtest/src/gtest-all.cc |
michael@0 | 1058 | |
michael@0 | 1059 | src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.obj: src/testing/gtest/src/gtest-all.cc |
michael@0 | 1060 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.obj -MD -MP -MF src/testing/gtest/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gtest-all.Tpo -c -o src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.obj `if test -f 'src/testing/gtest/src/gtest-all.cc'; then $(CYGPATH_W) 'src/testing/gtest/src/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/src/testing/gtest/src/gtest-all.cc'; fi` |
michael@0 | 1061 | @am__fastdepCXX_TRUE@ mv -f src/testing/gtest/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gtest-all.Tpo src/testing/gtest/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gtest-all.Po |
michael@0 | 1062 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/testing/gtest/src/gtest-all.cc' object='src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.obj' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1063 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1064 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/testing/gtest/src/src_processor_minidump_processor_unittest-gtest-all.obj `if test -f 'src/testing/gtest/src/gtest-all.cc'; then $(CYGPATH_W) 'src/testing/gtest/src/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/src/testing/gtest/src/gtest-all.cc'; fi` |
michael@0 | 1065 | |
michael@0 | 1066 | src/testing/src/src_processor_minidump_processor_unittest-gmock-all.o: src/testing/src/gmock-all.cc |
michael@0 | 1067 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/testing/src/src_processor_minidump_processor_unittest-gmock-all.o -MD -MP -MF src/testing/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gmock-all.Tpo -c -o src/testing/src/src_processor_minidump_processor_unittest-gmock-all.o `test -f 'src/testing/src/gmock-all.cc' || echo '$(srcdir)/'`src/testing/src/gmock-all.cc |
michael@0 | 1068 | @am__fastdepCXX_TRUE@ mv -f src/testing/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gmock-all.Tpo src/testing/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gmock-all.Po |
michael@0 | 1069 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/testing/src/gmock-all.cc' object='src/testing/src/src_processor_minidump_processor_unittest-gmock-all.o' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1070 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1071 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/testing/src/src_processor_minidump_processor_unittest-gmock-all.o `test -f 'src/testing/src/gmock-all.cc' || echo '$(srcdir)/'`src/testing/src/gmock-all.cc |
michael@0 | 1072 | |
michael@0 | 1073 | src/testing/src/src_processor_minidump_processor_unittest-gmock-all.obj: src/testing/src/gmock-all.cc |
michael@0 | 1074 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/testing/src/src_processor_minidump_processor_unittest-gmock-all.obj -MD -MP -MF src/testing/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gmock-all.Tpo -c -o src/testing/src/src_processor_minidump_processor_unittest-gmock-all.obj `if test -f 'src/testing/src/gmock-all.cc'; then $(CYGPATH_W) 'src/testing/src/gmock-all.cc'; else $(CYGPATH_W) '$(srcdir)/src/testing/src/gmock-all.cc'; fi` |
michael@0 | 1075 | @am__fastdepCXX_TRUE@ mv -f src/testing/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gmock-all.Tpo src/testing/src/$(DEPDIR)/src_processor_minidump_processor_unittest-gmock-all.Po |
michael@0 | 1076 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/testing/src/gmock-all.cc' object='src/testing/src/src_processor_minidump_processor_unittest-gmock-all.obj' libtool=no @AMDEPBACKSLASH@ |
michael@0 | 1077 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
michael@0 | 1078 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_processor_minidump_processor_unittest_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/testing/src/src_processor_minidump_processor_unittest-gmock-all.obj `if test -f 'src/testing/src/gmock-all.cc'; then $(CYGPATH_W) 'src/testing/src/gmock-all.cc'; else $(CYGPATH_W) '$(srcdir)/src/testing/src/gmock-all.cc'; fi` |
michael@0 | 1079 | |
michael@0 | 1080 | mostlyclean-libtool: |
michael@0 | 1081 | -rm -f *.lo |
michael@0 | 1082 | |
michael@0 | 1083 | clean-libtool: |
michael@0 | 1084 | -rm -rf .libs _libs |
michael@0 | 1085 | -rm -rf src/.libs src/_libs |
michael@0 | 1086 | -rm -rf src/processor/.libs src/processor/_libs |
michael@0 | 1087 | |
michael@0 | 1088 | distclean-libtool: |
michael@0 | 1089 | -rm -f libtool |
michael@0 | 1090 | install-dist_docDATA: $(dist_doc_DATA) |
michael@0 | 1091 | @$(NORMAL_INSTALL) |
michael@0 | 1092 | test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" |
michael@0 | 1093 | @list='$(dist_doc_DATA)'; for p in $$list; do \ |
michael@0 | 1094 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
michael@0 | 1095 | f=$(am__strip_dir) \ |
michael@0 | 1096 | echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ |
michael@0 | 1097 | $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ |
michael@0 | 1098 | done |
michael@0 | 1099 | |
michael@0 | 1100 | uninstall-dist_docDATA: |
michael@0 | 1101 | @$(NORMAL_UNINSTALL) |
michael@0 | 1102 | @list='$(dist_doc_DATA)'; for p in $$list; do \ |
michael@0 | 1103 | f=$(am__strip_dir) \ |
michael@0 | 1104 | echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ |
michael@0 | 1105 | rm -f "$(DESTDIR)$(docdir)/$$f"; \ |
michael@0 | 1106 | done |
michael@0 | 1107 | |
michael@0 | 1108 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
michael@0 | 1109 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
michael@0 | 1110 | unique=`for i in $$list; do \ |
michael@0 | 1111 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
michael@0 | 1112 | done | \ |
michael@0 | 1113 | $(AWK) ' { files[$$0] = 1; } \ |
michael@0 | 1114 | END { for (i in files) print i; }'`; \ |
michael@0 | 1115 | mkid -fID $$unique |
michael@0 | 1116 | tags: TAGS |
michael@0 | 1117 | |
michael@0 | 1118 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
michael@0 | 1119 | $(TAGS_FILES) $(LISP) |
michael@0 | 1120 | tags=; \ |
michael@0 | 1121 | here=`pwd`; \ |
michael@0 | 1122 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
michael@0 | 1123 | unique=`for i in $$list; do \ |
michael@0 | 1124 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
michael@0 | 1125 | done | \ |
michael@0 | 1126 | $(AWK) ' { files[$$0] = 1; } \ |
michael@0 | 1127 | END { for (i in files) print i; }'`; \ |
michael@0 | 1128 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
michael@0 | 1129 | test -n "$$unique" || unique=$$empty_fix; \ |
michael@0 | 1130 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
michael@0 | 1131 | $$tags $$unique; \ |
michael@0 | 1132 | fi |
michael@0 | 1133 | ctags: CTAGS |
michael@0 | 1134 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
michael@0 | 1135 | $(TAGS_FILES) $(LISP) |
michael@0 | 1136 | tags=; \ |
michael@0 | 1137 | here=`pwd`; \ |
michael@0 | 1138 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
michael@0 | 1139 | unique=`for i in $$list; do \ |
michael@0 | 1140 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
michael@0 | 1141 | done | \ |
michael@0 | 1142 | $(AWK) ' { files[$$0] = 1; } \ |
michael@0 | 1143 | END { for (i in files) print i; }'`; \ |
michael@0 | 1144 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
michael@0 | 1145 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
michael@0 | 1146 | $$tags $$unique |
michael@0 | 1147 | |
michael@0 | 1148 | GTAGS: |
michael@0 | 1149 | here=`$(am__cd) $(top_builddir) && pwd` \ |
michael@0 | 1150 | && cd $(top_srcdir) \ |
michael@0 | 1151 | && gtags -i $(GTAGS_ARGS) $$here |
michael@0 | 1152 | |
michael@0 | 1153 | distclean-tags: |
michael@0 | 1154 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
michael@0 | 1155 | |
michael@0 | 1156 | check-TESTS: $(TESTS) |
michael@0 | 1157 | @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ |
michael@0 | 1158 | srcdir=$(srcdir); export srcdir; \ |
michael@0 | 1159 | list=' $(TESTS) '; \ |
michael@0 | 1160 | if test -n "$$list"; then \ |
michael@0 | 1161 | for tst in $$list; do \ |
michael@0 | 1162 | if test -f ./$$tst; then dir=./; \ |
michael@0 | 1163 | elif test -f $$tst; then dir=; \ |
michael@0 | 1164 | else dir="$(srcdir)/"; fi; \ |
michael@0 | 1165 | if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ |
michael@0 | 1166 | all=`expr $$all + 1`; \ |
michael@0 | 1167 | case " $(XFAIL_TESTS) " in \ |
michael@0 | 1168 | *$$ws$$tst$$ws*) \ |
michael@0 | 1169 | xpass=`expr $$xpass + 1`; \ |
michael@0 | 1170 | failed=`expr $$failed + 1`; \ |
michael@0 | 1171 | echo "XPASS: $$tst"; \ |
michael@0 | 1172 | ;; \ |
michael@0 | 1173 | *) \ |
michael@0 | 1174 | echo "PASS: $$tst"; \ |
michael@0 | 1175 | ;; \ |
michael@0 | 1176 | esac; \ |
michael@0 | 1177 | elif test $$? -ne 77; then \ |
michael@0 | 1178 | all=`expr $$all + 1`; \ |
michael@0 | 1179 | case " $(XFAIL_TESTS) " in \ |
michael@0 | 1180 | *$$ws$$tst$$ws*) \ |
michael@0 | 1181 | xfail=`expr $$xfail + 1`; \ |
michael@0 | 1182 | echo "XFAIL: $$tst"; \ |
michael@0 | 1183 | ;; \ |
michael@0 | 1184 | *) \ |
michael@0 | 1185 | failed=`expr $$failed + 1`; \ |
michael@0 | 1186 | echo "FAIL: $$tst"; \ |
michael@0 | 1187 | ;; \ |
michael@0 | 1188 | esac; \ |
michael@0 | 1189 | else \ |
michael@0 | 1190 | skip=`expr $$skip + 1`; \ |
michael@0 | 1191 | echo "SKIP: $$tst"; \ |
michael@0 | 1192 | fi; \ |
michael@0 | 1193 | done; \ |
michael@0 | 1194 | if test "$$failed" -eq 0; then \ |
michael@0 | 1195 | if test "$$xfail" -eq 0; then \ |
michael@0 | 1196 | banner="All $$all tests passed"; \ |
michael@0 | 1197 | else \ |
michael@0 | 1198 | banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ |
michael@0 | 1199 | fi; \ |
michael@0 | 1200 | else \ |
michael@0 | 1201 | if test "$$xpass" -eq 0; then \ |
michael@0 | 1202 | banner="$$failed of $$all tests failed"; \ |
michael@0 | 1203 | else \ |
michael@0 | 1204 | banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ |
michael@0 | 1205 | fi; \ |
michael@0 | 1206 | fi; \ |
michael@0 | 1207 | dashes="$$banner"; \ |
michael@0 | 1208 | skipped=""; \ |
michael@0 | 1209 | if test "$$skip" -ne 0; then \ |
michael@0 | 1210 | skipped="($$skip tests were not run)"; \ |
michael@0 | 1211 | test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ |
michael@0 | 1212 | dashes="$$skipped"; \ |
michael@0 | 1213 | fi; \ |
michael@0 | 1214 | report=""; \ |
michael@0 | 1215 | if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ |
michael@0 | 1216 | report="Please report to $(PACKAGE_BUGREPORT)"; \ |
michael@0 | 1217 | test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ |
michael@0 | 1218 | dashes="$$report"; \ |
michael@0 | 1219 | fi; \ |
michael@0 | 1220 | dashes=`echo "$$dashes" | sed s/./=/g`; \ |
michael@0 | 1221 | echo "$$dashes"; \ |
michael@0 | 1222 | echo "$$banner"; \ |
michael@0 | 1223 | test -z "$$skipped" || echo "$$skipped"; \ |
michael@0 | 1224 | test -z "$$report" || echo "$$report"; \ |
michael@0 | 1225 | echo "$$dashes"; \ |
michael@0 | 1226 | test "$$failed" -eq 0; \ |
michael@0 | 1227 | else :; fi |
michael@0 | 1228 | |
michael@0 | 1229 | distdir: $(DISTFILES) |
michael@0 | 1230 | $(am__remove_distdir) |
michael@0 | 1231 | test -d $(distdir) || mkdir $(distdir) |
michael@0 | 1232 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
michael@0 | 1233 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
michael@0 | 1234 | list='$(DISTFILES)'; \ |
michael@0 | 1235 | dist_files=`for file in $$list; do echo $$file; done | \ |
michael@0 | 1236 | sed -e "s|^$$srcdirstrip/||;t" \ |
michael@0 | 1237 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
michael@0 | 1238 | case $$dist_files in \ |
michael@0 | 1239 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
michael@0 | 1240 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
michael@0 | 1241 | sort -u` ;; \ |
michael@0 | 1242 | esac; \ |
michael@0 | 1243 | for file in $$dist_files; do \ |
michael@0 | 1244 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
michael@0 | 1245 | if test -d $$d/$$file; then \ |
michael@0 | 1246 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
michael@0 | 1247 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
michael@0 | 1248 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
michael@0 | 1249 | fi; \ |
michael@0 | 1250 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
michael@0 | 1251 | else \ |
michael@0 | 1252 | test -f $(distdir)/$$file \ |
michael@0 | 1253 | || cp -p $$d/$$file $(distdir)/$$file \ |
michael@0 | 1254 | || exit 1; \ |
michael@0 | 1255 | fi; \ |
michael@0 | 1256 | done |
michael@0 | 1257 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
michael@0 | 1258 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
michael@0 | 1259 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
michael@0 | 1260 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
michael@0 | 1261 | || chmod -R a+r $(distdir) |
michael@0 | 1262 | dist-gzip: distdir |
michael@0 | 1263 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
michael@0 | 1264 | $(am__remove_distdir) |
michael@0 | 1265 | |
michael@0 | 1266 | dist-bzip2: distdir |
michael@0 | 1267 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
michael@0 | 1268 | $(am__remove_distdir) |
michael@0 | 1269 | |
michael@0 | 1270 | dist-tarZ: distdir |
michael@0 | 1271 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
michael@0 | 1272 | $(am__remove_distdir) |
michael@0 | 1273 | |
michael@0 | 1274 | dist-shar: distdir |
michael@0 | 1275 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
michael@0 | 1276 | $(am__remove_distdir) |
michael@0 | 1277 | |
michael@0 | 1278 | dist-zip: distdir |
michael@0 | 1279 | -rm -f $(distdir).zip |
michael@0 | 1280 | zip -rq $(distdir).zip $(distdir) |
michael@0 | 1281 | $(am__remove_distdir) |
michael@0 | 1282 | |
michael@0 | 1283 | dist dist-all: distdir |
michael@0 | 1284 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
michael@0 | 1285 | $(am__remove_distdir) |
michael@0 | 1286 | |
michael@0 | 1287 | # This target untars the dist file and tries a VPATH configuration. Then |
michael@0 | 1288 | # it guarantees that the distribution is self-contained by making another |
michael@0 | 1289 | # tarfile. |
michael@0 | 1290 | distcheck: dist |
michael@0 | 1291 | case '$(DIST_ARCHIVES)' in \ |
michael@0 | 1292 | *.tar.gz*) \ |
michael@0 | 1293 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
michael@0 | 1294 | *.tar.bz2*) \ |
michael@0 | 1295 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
michael@0 | 1296 | *.tar.Z*) \ |
michael@0 | 1297 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
michael@0 | 1298 | *.shar.gz*) \ |
michael@0 | 1299 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
michael@0 | 1300 | *.zip*) \ |
michael@0 | 1301 | unzip $(distdir).zip ;;\ |
michael@0 | 1302 | esac |
michael@0 | 1303 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
michael@0 | 1304 | mkdir $(distdir)/_build |
michael@0 | 1305 | mkdir $(distdir)/_inst |
michael@0 | 1306 | chmod a-w $(distdir) |
michael@0 | 1307 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
michael@0 | 1308 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
michael@0 | 1309 | && cd $(distdir)/_build \ |
michael@0 | 1310 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
michael@0 | 1311 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
michael@0 | 1312 | && $(MAKE) $(AM_MAKEFLAGS) \ |
michael@0 | 1313 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
michael@0 | 1314 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
michael@0 | 1315 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
michael@0 | 1316 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
michael@0 | 1317 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
michael@0 | 1318 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
michael@0 | 1319 | distuninstallcheck \ |
michael@0 | 1320 | && chmod -R a-w "$$dc_install_base" \ |
michael@0 | 1321 | && ({ \ |
michael@0 | 1322 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
michael@0 | 1323 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
michael@0 | 1324 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
michael@0 | 1325 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
michael@0 | 1326 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
michael@0 | 1327 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
michael@0 | 1328 | && rm -rf "$$dc_destdir" \ |
michael@0 | 1329 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
michael@0 | 1330 | && rm -rf $(DIST_ARCHIVES) \ |
michael@0 | 1331 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
michael@0 | 1332 | $(am__remove_distdir) |
michael@0 | 1333 | @(echo "$(distdir) archives ready for distribution: "; \ |
michael@0 | 1334 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
michael@0 | 1335 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
michael@0 | 1336 | distuninstallcheck: |
michael@0 | 1337 | @cd $(distuninstallcheck_dir) \ |
michael@0 | 1338 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
michael@0 | 1339 | || { echo "ERROR: files left after uninstall:" ; \ |
michael@0 | 1340 | if test -n "$(DESTDIR)"; then \ |
michael@0 | 1341 | echo " (check DESTDIR support)"; \ |
michael@0 | 1342 | fi ; \ |
michael@0 | 1343 | $(distuninstallcheck_listfiles) ; \ |
michael@0 | 1344 | exit 1; } >&2 |
michael@0 | 1345 | distcleancheck: distclean |
michael@0 | 1346 | @if test '$(srcdir)' = . ; then \ |
michael@0 | 1347 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
michael@0 | 1348 | exit 1 ; \ |
michael@0 | 1349 | fi |
michael@0 | 1350 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
michael@0 | 1351 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
michael@0 | 1352 | $(distcleancheck_listfiles) ; \ |
michael@0 | 1353 | exit 1; } >&2 |
michael@0 | 1354 | check-am: all-am |
michael@0 | 1355 | $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS) |
michael@0 | 1356 | $(MAKE) $(AM_MAKEFLAGS) check-TESTS |
michael@0 | 1357 | check: check-am |
michael@0 | 1358 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) |
michael@0 | 1359 | install-binPROGRAMS: install-libLTLIBRARIES |
michael@0 | 1360 | |
michael@0 | 1361 | installdirs: |
michael@0 | 1362 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)"; do \ |
michael@0 | 1363 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
michael@0 | 1364 | done |
michael@0 | 1365 | install: install-am |
michael@0 | 1366 | install-exec: install-exec-am |
michael@0 | 1367 | install-data: install-data-am |
michael@0 | 1368 | uninstall: uninstall-am |
michael@0 | 1369 | |
michael@0 | 1370 | install-am: all-am |
michael@0 | 1371 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
michael@0 | 1372 | |
michael@0 | 1373 | installcheck: installcheck-am |
michael@0 | 1374 | install-strip: |
michael@0 | 1375 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
michael@0 | 1376 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
michael@0 | 1377 | `test -z '$(STRIP)' || \ |
michael@0 | 1378 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
michael@0 | 1379 | mostlyclean-generic: |
michael@0 | 1380 | |
michael@0 | 1381 | clean-generic: |
michael@0 | 1382 | |
michael@0 | 1383 | distclean-generic: |
michael@0 | 1384 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
michael@0 | 1385 | -rm -f src/$(am__dirstamp) |
michael@0 | 1386 | -rm -f src/processor/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 1387 | -rm -f src/processor/$(am__dirstamp) |
michael@0 | 1388 | -rm -f src/testing/gtest/src/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 1389 | -rm -f src/testing/gtest/src/$(am__dirstamp) |
michael@0 | 1390 | -rm -f src/testing/src/$(DEPDIR)/$(am__dirstamp) |
michael@0 | 1391 | -rm -f src/testing/src/$(am__dirstamp) |
michael@0 | 1392 | |
michael@0 | 1393 | maintainer-clean-generic: |
michael@0 | 1394 | @echo "This command is intended for maintainers to use" |
michael@0 | 1395 | @echo "it deletes files that may require special tools to rebuild." |
michael@0 | 1396 | clean: clean-am |
michael@0 | 1397 | |
michael@0 | 1398 | clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ |
michael@0 | 1399 | clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \ |
michael@0 | 1400 | mostlyclean-am |
michael@0 | 1401 | |
michael@0 | 1402 | distclean: distclean-am |
michael@0 | 1403 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
michael@0 | 1404 | -rm -rf src/processor/$(DEPDIR) src/testing/gtest/src/$(DEPDIR) src/testing/src/$(DEPDIR) |
michael@0 | 1405 | -rm -f Makefile |
michael@0 | 1406 | distclean-am: clean-am distclean-compile distclean-generic \ |
michael@0 | 1407 | distclean-hdr distclean-libtool distclean-tags |
michael@0 | 1408 | |
michael@0 | 1409 | dvi: dvi-am |
michael@0 | 1410 | |
michael@0 | 1411 | dvi-am: |
michael@0 | 1412 | |
michael@0 | 1413 | html: html-am |
michael@0 | 1414 | |
michael@0 | 1415 | info: info-am |
michael@0 | 1416 | |
michael@0 | 1417 | info-am: |
michael@0 | 1418 | |
michael@0 | 1419 | install-data-am: install-dist_docDATA |
michael@0 | 1420 | |
michael@0 | 1421 | install-dvi: install-dvi-am |
michael@0 | 1422 | |
michael@0 | 1423 | install-exec-am: install-binPROGRAMS install-libLTLIBRARIES |
michael@0 | 1424 | |
michael@0 | 1425 | install-html: install-html-am |
michael@0 | 1426 | |
michael@0 | 1427 | install-info: install-info-am |
michael@0 | 1428 | |
michael@0 | 1429 | install-man: |
michael@0 | 1430 | |
michael@0 | 1431 | install-pdf: install-pdf-am |
michael@0 | 1432 | |
michael@0 | 1433 | install-ps: install-ps-am |
michael@0 | 1434 | |
michael@0 | 1435 | installcheck-am: |
michael@0 | 1436 | |
michael@0 | 1437 | maintainer-clean: maintainer-clean-am |
michael@0 | 1438 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
michael@0 | 1439 | -rm -rf $(top_srcdir)/autom4te.cache |
michael@0 | 1440 | -rm -rf src/processor/$(DEPDIR) src/testing/gtest/src/$(DEPDIR) src/testing/src/$(DEPDIR) |
michael@0 | 1441 | -rm -f Makefile |
michael@0 | 1442 | maintainer-clean-am: distclean-am maintainer-clean-generic |
michael@0 | 1443 | |
michael@0 | 1444 | mostlyclean: mostlyclean-am |
michael@0 | 1445 | |
michael@0 | 1446 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
michael@0 | 1447 | mostlyclean-libtool |
michael@0 | 1448 | |
michael@0 | 1449 | pdf: pdf-am |
michael@0 | 1450 | |
michael@0 | 1451 | pdf-am: |
michael@0 | 1452 | |
michael@0 | 1453 | ps: ps-am |
michael@0 | 1454 | |
michael@0 | 1455 | ps-am: |
michael@0 | 1456 | |
michael@0 | 1457 | uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \ |
michael@0 | 1458 | uninstall-libLTLIBRARIES |
michael@0 | 1459 | |
michael@0 | 1460 | .MAKE: install-am install-strip |
michael@0 | 1461 | |
michael@0 | 1462 | .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ |
michael@0 | 1463 | clean clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ |
michael@0 | 1464 | clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \ |
michael@0 | 1465 | dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \ |
michael@0 | 1466 | dist-zip distcheck distclean distclean-compile \ |
michael@0 | 1467 | distclean-generic distclean-hdr distclean-libtool \ |
michael@0 | 1468 | distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
michael@0 | 1469 | dvi-am html html-am info info-am install install-am \ |
michael@0 | 1470 | install-binPROGRAMS install-data install-data-am \ |
michael@0 | 1471 | install-dist_docDATA install-dvi install-dvi-am install-exec \ |
michael@0 | 1472 | install-exec-am install-html install-html-am install-info \ |
michael@0 | 1473 | install-info-am install-libLTLIBRARIES install-man install-pdf \ |
michael@0 | 1474 | install-pdf-am install-ps install-ps-am install-strip \ |
michael@0 | 1475 | installcheck installcheck-am installdirs maintainer-clean \ |
michael@0 | 1476 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
michael@0 | 1477 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
michael@0 | 1478 | tags uninstall uninstall-am uninstall-binPROGRAMS \ |
michael@0 | 1479 | uninstall-dist_docDATA uninstall-libLTLIBRARIES |
michael@0 | 1480 | |
michael@0 | 1481 | |
michael@0 | 1482 | libtool: $(LIBTOOL_DEPS) |
michael@0 | 1483 | $(SHELL) ./config.status --recheck |
michael@0 | 1484 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
michael@0 | 1485 | # Otherwise a system limit (for SysV at least) may be exceeded. |
michael@0 | 1486 | .NOEXPORT: |