Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: Makefile.in

Issue 1870733005: Fix a dependency issue in automake (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Add TEST_DEPS Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.am ('k') | aclocal.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.14.1 from Makefile.am. 1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 5
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
14 14
(...skipping 26 matching lines...) Expand all
41 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 41 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 42 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 43 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 44 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 45
46 46
47 47
48 48
49 49
50 VPATH = @srcdir@ 50 VPATH = @srcdir@
51 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 51 am__is_gnu_make = { \
52 if test -z '$(MAKELEVEL)'; then \
53 false; \
54 elif test -n '$(MAKE_HOST)'; then \
55 true; \
56 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
57 true; \
58 else \
59 false; \
60 fi; \
61 }
52 am__make_running_with_option = \ 62 am__make_running_with_option = \
53 case $${target_option-} in \ 63 case $${target_option-} in \
54 ?) ;; \ 64 ?) ;; \
55 *) echo "am__make_running_with_option: internal error: invalid" \ 65 *) echo "am__make_running_with_option: internal error: invalid" \
56 "target option '$${target_option-}' specified" >&2; \ 66 "target option '$${target_option-}' specified" >&2; \
57 exit 1;; \ 67 exit 1;; \
58 esac; \ 68 esac; \
59 has_opt=no; \ 69 has_opt=no; \
60 sane_makeflags=$$MAKEFLAGS; \ 70 sane_makeflags=$$MAKEFLAGS; \
61 if $(am__is_gnu_make); then \ 71 if $(am__is_gnu_make); then \
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@ src/common/android/breakpad_getcontext_u nittest.cc 224 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@ src/common/android/breakpad_getcontext_u nittest.cc
215 225
216 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@am__append_23 = \ 226 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@am__append_23 = \
217 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@ -llog -lm 227 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@ -llog -lm
218 228
219 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@am__append_24 = \ 229 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@am__append_24 = \
220 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@ -llog 230 @ANDROID_HOST_TRUE@@LINUX_HOST_TRUE@ -llog
221 231
222 noinst_PROGRAMS = 232 noinst_PROGRAMS =
223 subdir = . 233 subdir = .
224 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
225 $(top_srcdir)/configure $(am__configure_deps) \
226 $(top_srcdir)/src/config.h.in $(srcdir)/breakpad.pc.in \
227 $(srcdir)/breakpad-client.pc.in \
228 $(top_srcdir)/autotools/depcomp $(dist_doc_DATA) \
229 $(includec_HEADERS) $(am__includecl_HEADERS_DIST) \
230 $(am__includeclc_HEADERS_DIST) \
231 $(am__includecldwc_HEADERS_DIST) \
232 $(am__includeclh_HEADERS_DIST) $(am__includeclm_HEADERS_DIST) \
233 $(includegbc_HEADERS) $(am__includelss_HEADERS_DIST) \
234 $(includep_HEADERS) $(top_srcdir)/autotools/test-driver \
235 AUTHORS ChangeLog INSTALL NEWS autotools/ar-lib \
236 autotools/compile autotools/config.guess autotools/config.sub \
237 autotools/depcomp autotools/install-sh autotools/missing \
238 autotools/ltmain.sh $(top_srcdir)/autotools/ar-lib \
239 $(top_srcdir)/autotools/compile \
240 $(top_srcdir)/autotools/config.guess \
241 $(top_srcdir)/autotools/config.sub \
242 $(top_srcdir)/autotools/install-sh \
243 $(top_srcdir)/autotools/missing
244 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 234 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
245 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \ 235 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
246 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 236 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
247 $(top_srcdir)/configure.ac 237 $(top_srcdir)/configure.ac
248 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 238 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
249 $(ACLOCAL_M4) 239 $(ACLOCAL_M4)
240 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
241 $(am__configure_deps) $(dist_doc_DATA) $(includec_HEADERS) \
242 $(am__includecl_HEADERS_DIST) $(am__includeclc_HEADERS_DIST) \
243 $(am__includecldwc_HEADERS_DIST) \
244 $(am__includeclh_HEADERS_DIST) $(am__includeclm_HEADERS_DIST) \
245 $(includegbc_HEADERS) $(am__includelss_HEADERS_DIST) \
246 $(includep_HEADERS) $(am__DIST_COMMON)
250 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 247 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
251 configure.lineno config.status.lineno 248 configure.lineno config.status.lineno
252 mkinstalldirs = $(install_sh) -d 249 mkinstalldirs = $(install_sh) -d
253 CONFIG_HEADER = $(top_builddir)/src/config.h 250 CONFIG_HEADER = $(top_builddir)/src/config.h
254 CONFIG_CLEAN_FILES = breakpad.pc breakpad-client.pc 251 CONFIG_CLEAN_FILES = breakpad.pc breakpad-client.pc
255 CONFIG_CLEAN_VPATH_FILES = 252 CONFIG_CLEAN_VPATH_FILES =
256 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 253 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
257 am__vpath_adj = case $$p in \ 254 am__vpath_adj = case $$p in \
258 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 255 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
259 *) f=$$p;; \ 256 *) f=$$p;; \
(...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 esac;; \ 1805 esac;; \
1809 *) \ 1806 *) \
1810 b='$*';; \ 1807 b='$*';; \
1811 esac 1808 esac
1812 am__test_logs1 = $(TESTS:=.log) 1809 am__test_logs1 = $(TESTS:=.log)
1813 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 1810 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
1814 TEST_LOGS = $(am__test_logs2:.test.log=.log) 1811 TEST_LOGS = $(am__test_logs2:.test.log=.log)
1815 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/autotools/test-driver 1812 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/autotools/test-driver
1816 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 1813 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
1817 $(TEST_LOG_FLAGS) 1814 $(TEST_LOG_FLAGS)
1815 am__DIST_COMMON = $(srcdir)/Makefile.in \
1816 $(srcdir)/breakpad-client.pc.in $(srcdir)/breakpad.pc.in \
1817 $(top_srcdir)/autotools/ar-lib $(top_srcdir)/autotools/compile \
1818 $(top_srcdir)/autotools/config.guess \
1819 $(top_srcdir)/autotools/config.sub \
1820 $(top_srcdir)/autotools/depcomp \
1821 $(top_srcdir)/autotools/install-sh \
1822 $(top_srcdir)/autotools/missing \
1823 $(top_srcdir)/autotools/test-driver \
1824 $(top_srcdir)/src/config.h.in AUTHORS ChangeLog INSTALL NEWS \
1825 autotools/ar-lib autotools/compile autotools/config.guess \
1826 autotools/config.sub autotools/depcomp autotools/install-sh \
1827 autotools/ltmain.sh autotools/missing
1818 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1828 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1819 distdir = $(PACKAGE)-$(VERSION) 1829 distdir = $(PACKAGE)-$(VERSION)
1820 top_distdir = $(distdir) 1830 top_distdir = $(distdir)
1821 am__remove_distdir = \ 1831 am__remove_distdir = \
1822 if test -d "$(distdir)"; then \ 1832 if test -d "$(distdir)"; then \
1823 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 1833 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1824 && rm -rf "$(distdir)" \ 1834 && rm -rf "$(distdir)" \
1825 || { sleep 5 && rm -rf "$(distdir)"; }; \ 1835 || { sleep 5 && rm -rf "$(distdir)"; }; \
1826 else :; fi 1836 else :; fi
1827 am__post_remove_distdir = $(am__remove_distdir) 1837 am__post_remove_distdir = $(am__remove_distdir)
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 pkgconfig_DATA = $(am__append_6) $(am__append_9) 2000 pkgconfig_DATA = $(am__append_6) $(am__append_9)
1991 @SYSTEM_TEST_LIBS_FALSE@TEST_CFLAGS = \ 2001 @SYSTEM_TEST_LIBS_FALSE@TEST_CFLAGS = \
1992 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing/include \ 2002 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing/include \
1993 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing/gtest/include \ 2003 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing/gtest/include \
1994 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing/gtest \ 2004 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing/gtest \
1995 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing 2005 @SYSTEM_TEST_LIBS_FALSE@ -I$(top_srcdir)/src/testing
1996 2006
1997 @SYSTEM_TEST_LIBS_TRUE@TEST_CFLAGS = $(GTEST_CFLAGS) $(GMOCK_CFLAGS) 2007 @SYSTEM_TEST_LIBS_TRUE@TEST_CFLAGS = $(GTEST_CFLAGS) $(GMOCK_CFLAGS)
1998 @SYSTEM_TEST_LIBS_FALSE@TEST_LIBS = src/testing/libtesting.a 2008 @SYSTEM_TEST_LIBS_FALSE@TEST_LIBS = src/testing/libtesting.a
1999 @SYSTEM_TEST_LIBS_TRUE@TEST_LIBS = $(GTEST_LIBS) -lgtest_main $(GMOCK_LIBS) 2009 @SYSTEM_TEST_LIBS_TRUE@TEST_LIBS = $(GTEST_LIBS) -lgtest_main $(GMOCK_LIBS)
2010 @SYSTEM_TEST_LIBS_FALSE@TEST_DEPS = $(TEST_LIBS)
2011 @SYSTEM_TEST_LIBS_TRUE@TEST_DEPS =
2000 check_LIBRARIES = src/testing/libtesting.a 2012 check_LIBRARIES = src/testing/libtesting.a
2001 noinst_LIBRARIES = $(am__append_7) 2013 noinst_LIBRARIES = $(am__append_7)
2002 lib_LIBRARIES = $(am__append_5) $(am__append_8) 2014 lib_LIBRARIES = $(am__append_5) $(am__append_8)
2003 CLEANFILES = $(am__append_13) 2015 CLEANFILES = $(am__append_13)
2004 @SYSTEM_TEST_LIBS_FALSE@src_testing_libtesting_a_SOURCES = \ 2016 @SYSTEM_TEST_LIBS_FALSE@src_testing_libtesting_a_SOURCES = \
2005 @SYSTEM_TEST_LIBS_FALSE@ src/testing/gtest/src/gtest-all.cc \ 2017 @SYSTEM_TEST_LIBS_FALSE@ src/testing/gtest/src/gtest-all.cc \
2006 @SYSTEM_TEST_LIBS_FALSE@ src/testing/gtest/src/gtest_main.cc \ 2018 @SYSTEM_TEST_LIBS_FALSE@ src/testing/gtest/src/gtest_main.cc \
2007 @SYSTEM_TEST_LIBS_FALSE@ src/testing/src/gmock-all.cc 2019 @SYSTEM_TEST_LIBS_FALSE@ src/testing/src/gmock-all.cc
2008 2020
2009 @SYSTEM_TEST_LIBS_FALSE@src_testing_libtesting_a_CPPFLAGS = \ 2021 @SYSTEM_TEST_LIBS_FALSE@src_testing_libtesting_a_CPPFLAGS = \
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 @LINUX_HOST_TRUE@ src/common/linux/linux_libc_support.o \ 2266 @LINUX_HOST_TRUE@ src/common/linux/linux_libc_support.o \
2255 @LINUX_HOST_TRUE@ src/common/linux/memory_mapped_file.o \ 2267 @LINUX_HOST_TRUE@ src/common/linux/memory_mapped_file.o \
2256 @LINUX_HOST_TRUE@ src/common/linux/safe_readlink.o \ 2268 @LINUX_HOST_TRUE@ src/common/linux/safe_readlink.o \
2257 @LINUX_HOST_TRUE@ src/common/string_conversion.o \ 2269 @LINUX_HOST_TRUE@ src/common/string_conversion.o \
2258 @LINUX_HOST_TRUE@ $(TEST_LIBS) \ 2270 @LINUX_HOST_TRUE@ $(TEST_LIBS) \
2259 @LINUX_HOST_TRUE@ $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) 2271 @LINUX_HOST_TRUE@ $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
2260 2272
2261 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_shlib_DEPENDENCIES = \ 2273 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_shlib_DEPENDENCIES = \
2262 @LINUX_HOST_TRUE@ src/client/linux/linux_dumper_unittest_helper \ 2274 @LINUX_HOST_TRUE@ src/client/linux/linux_dumper_unittest_helper \
2263 @LINUX_HOST_TRUE@ src/client/linux/libbreakpad_client.a \ 2275 @LINUX_HOST_TRUE@ src/client/linux/libbreakpad_client.a \
2276 @LINUX_HOST_TRUE@ $(TEST_DEPS) \
2264 @LINUX_HOST_TRUE@ src/libbreakpad.a 2277 @LINUX_HOST_TRUE@ src/libbreakpad.a
2265 2278
2266 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_SOURCES = 2279 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_SOURCES =
2267 # The extra-long build id is for a test in minidump_writer_unittest.cc. 2280 # The extra-long build id is for a test in minidump_writer_unittest.cc.
2268 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDFLAGS = \ 2281 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDFLAGS = \
2269 @LINUX_HOST_TRUE@ -Wl,-rpath,'$$ORIGIN' \ 2282 @LINUX_HOST_TRUE@ -Wl,-rpath,'$$ORIGIN' \
2270 @LINUX_HOST_TRUE@ -Wl,--build-id=0x000102030405060708090a0b0c0d0e0f1011121 31415161718191a1b1c1d1e1f \ 2283 @LINUX_HOST_TRUE@ -Wl,--build-id=0x000102030405060708090a0b0c0d0e0f1011121 31415161718191a1b1c1d1e1f \
2271 @LINUX_HOST_TRUE@ $(am__append_24) 2284 @LINUX_HOST_TRUE@ $(am__append_24)
2272 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDADD = \ 2285 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDADD = \
2273 @LINUX_HOST_TRUE@ src/client/linux/linux_client_unittest_shlib \ 2286 @LINUX_HOST_TRUE@ src/client/linux/linux_client_unittest_shlib \
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 *$$dep*) \ 3142 *$$dep*) \
3130 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 3143 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
3131 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 3144 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
3132 && exit 0; \ 3145 && exit 0; \
3133 exit 1;; \ 3146 exit 1;; \
3134 esac; \ 3147 esac; \
3135 done; \ 3148 done; \
3136 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 3149 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
3137 $(am__cd) $(top_srcdir) && \ 3150 $(am__cd) $(top_srcdir) && \
3138 $(AUTOMAKE) --foreign Makefile 3151 $(AUTOMAKE) --foreign Makefile
3139 .PRECIOUS: Makefile
3140 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 3152 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3141 @case '$?' in \ 3153 @case '$?' in \
3142 *config.status*) \ 3154 *config.status*) \
3143 echo ' $(SHELL) ./config.status'; \ 3155 echo ' $(SHELL) ./config.status'; \
3144 $(SHELL) ./config.status;; \ 3156 $(SHELL) ./config.status;; \
3145 *) \ 3157 *) \
3146 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \ 3158 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \
3147 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \ 3159 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \
3148 esac; 3160 esac;
3149 3161
(...skipping 3970 matching lines...) Expand 10 before | Expand all | Expand 10 after
7120 if test -n "$$redo_bases"; then \ 7132 if test -n "$$redo_bases"; then \
7121 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 7133 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
7122 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 7134 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
7123 if $(am__make_dryrun); then :; else \ 7135 if $(am__make_dryrun); then :; else \
7124 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 7136 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
7125 fi; \ 7137 fi; \
7126 fi; \ 7138 fi; \
7127 if test -n "$$am__remaking_logs"; then \ 7139 if test -n "$$am__remaking_logs"; then \
7128 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 7140 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
7129 "recursion detected" >&2; \ 7141 "recursion detected" >&2; \
7130 » else \ 7142 » elif test -n "$$redo_logs"; then \
7131 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 7143 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
7132 fi; \ 7144 fi; \
7133 if $(am__make_dryrun); then :; else \ 7145 if $(am__make_dryrun); then :; else \
7134 st=0; \ 7146 st=0; \
7135 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 7147 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
7136 for i in $$redo_bases; do \ 7148 for i in $$redo_bases; do \
7137 test -f $$i.trs && test -r $$i.trs \ 7149 test -f $$i.trs && test -r $$i.trs \
7138 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 7150 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
7139 test -f $$i.log && test -r $$i.log \ 7151 test -f $$i.log && test -r $$i.log \
7140 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 7152 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
7568 7580
7569 dist-lzip: distdir 7581 dist-lzip: distdir
7570 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz 7582 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz
7571 $(am__post_remove_distdir) 7583 $(am__post_remove_distdir)
7572 7584
7573 dist-xz: distdir 7585 dist-xz: distdir
7574 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz 7586 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz
7575 $(am__post_remove_distdir) 7587 $(am__post_remove_distdir)
7576 7588
7577 dist-tarZ: distdir 7589 dist-tarZ: distdir
7578 » @echo WARNING: "Support for shar distribution archives is" \ 7590 » @echo WARNING: "Support for distribution archives compressed with" \
7579 » "deprecated." >&2 7591 » » "legacy program 'compress' is deprecated." >&2
7580 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 7592 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
7581 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 7593 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
7582 $(am__post_remove_distdir) 7594 $(am__post_remove_distdir)
7583 7595
7584 dist-shar: distdir 7596 dist-shar: distdir
7585 » @echo WARNING: "Support for distribution archives compressed with" \ 7597 » @echo WARNING: "Support for shar distribution archives is" \
7586 » » "legacy program 'compress' is deprecated." >&2 7598 » "deprecated." >&2
7587 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 7599 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
7588 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 7600 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
7589 $(am__post_remove_distdir) 7601 $(am__post_remove_distdir)
7590 7602
7591 dist-zip: distdir 7603 dist-zip: distdir
7592 -rm -f $(distdir).zip 7604 -rm -f $(distdir).zip
7593 zip -rq $(distdir).zip $(distdir) 7605 zip -rq $(distdir).zip $(distdir)
7594 $(am__post_remove_distdir) 7606 $(am__post_remove_distdir)
7595 7607
7596 dist dist-all: 7608 dist dist-all:
(...skipping 15 matching lines...) Expand all
7612 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 7624 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
7613 *.tar.Z*) \ 7625 *.tar.Z*) \
7614 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 7626 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
7615 *.shar.gz*) \ 7627 *.shar.gz*) \
7616 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 7628 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
7617 *.zip*) \ 7629 *.zip*) \
7618 unzip $(distdir).zip ;;\ 7630 unzip $(distdir).zip ;;\
7619 esac 7631 esac
7620 chmod -R a-w $(distdir) 7632 chmod -R a-w $(distdir)
7621 chmod u+w $(distdir) 7633 chmod u+w $(distdir)
7622 » mkdir $(distdir)/_build $(distdir)/_inst 7634 » mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
7623 chmod a-w $(distdir) 7635 chmod a-w $(distdir)
7624 test -d $(distdir)/_build || exit 0; \ 7636 test -d $(distdir)/_build || exit 0; \
7625 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \ 7637 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
7626 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 7638 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
7627 && am__cwd=`pwd` \ 7639 && am__cwd=`pwd` \
7628 » && $(am__cd) $(distdir)/_build \ 7640 » && $(am__cd) $(distdir)/_build/sub \
7629 » && ../configure \ 7641 » && ../../configure \
7630 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 7642 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
7631 $(DISTCHECK_CONFIGURE_FLAGS) \ 7643 $(DISTCHECK_CONFIGURE_FLAGS) \
7632 » --srcdir=.. --prefix="$$dc_install_base" \ 7644 » --srcdir=../.. --prefix="$$dc_install_base" \
7633 && $(MAKE) $(AM_MAKEFLAGS) \ 7645 && $(MAKE) $(AM_MAKEFLAGS) \
7634 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 7646 && $(MAKE) $(AM_MAKEFLAGS) dvi \
7635 && $(MAKE) $(AM_MAKEFLAGS) check \ 7647 && $(MAKE) $(AM_MAKEFLAGS) check \
7636 && $(MAKE) $(AM_MAKEFLAGS) install \ 7648 && $(MAKE) $(AM_MAKEFLAGS) install \
7637 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 7649 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
7638 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 7650 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
7639 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 7651 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
7640 distuninstallcheck \ 7652 distuninstallcheck \
7641 && chmod -R a-w "$$dc_install_base" \ 7653 && chmod -R a-w "$$dc_install_base" \
7642 && ({ \ 7654 && ({ \
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
7888 mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \ 7900 mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \
7889 pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \ 7901 pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \
7890 uninstall-binPROGRAMS uninstall-dist_docDATA \ 7902 uninstall-binPROGRAMS uninstall-dist_docDATA \
7891 uninstall-includecHEADERS uninstall-includeclHEADERS \ 7903 uninstall-includecHEADERS uninstall-includeclHEADERS \
7892 uninstall-includeclcHEADERS uninstall-includecldwcHEADERS \ 7904 uninstall-includeclcHEADERS uninstall-includecldwcHEADERS \
7893 uninstall-includeclhHEADERS uninstall-includeclmHEADERS \ 7905 uninstall-includeclhHEADERS uninstall-includeclmHEADERS \
7894 uninstall-includegbcHEADERS uninstall-includelssHEADERS \ 7906 uninstall-includegbcHEADERS uninstall-includelssHEADERS \
7895 uninstall-includepHEADERS uninstall-libLIBRARIES \ 7907 uninstall-includepHEADERS uninstall-libLIBRARIES \
7896 uninstall-pkgconfigDATA 7908 uninstall-pkgconfigDATA
7897 7909
7910 .PRECIOUS: Makefile
7911
7898 7912
7899 mostlyclean-local: 7913 mostlyclean-local:
7900 -find src -name '*.dwo' -exec rm -f {} + 7914 -find src -name '*.dwo' -exec rm -f {} +
7901 7915
7902 # Tell versions [3.59,3.63) of GNU make to not export all variables. 7916 # Tell versions [3.59,3.63) of GNU make to not export all variables.
7903 # Otherwise a system limit (for SysV at least) may be exceeded. 7917 # Otherwise a system limit (for SysV at least) may be exceeded.
7904 .NOEXPORT: 7918 .NOEXPORT:
OLDNEW
« no previous file with comments | « Makefile.am ('k') | aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698