patch-docs_Makefile_in 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. --- valgrind-3.7.0.orig/docs/Makefile.in 2011-11-05 12:26:50.000000000 +0100
  2. +++ valgrind-3.7.0/docs/Makefile.in 2013-07-23 12:27:53.000000000 +0200
  3. @@ -1,4 +1,4 @@
  4. -# Makefile.in generated by automake 1.11.1 from Makefile.am.
  5. +# Makefile.in generated by automake 1.10.3 from Makefile.am.
  6. # @configure_input@
  7. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  8. @@ -16,9 +16,8 @@
  9. @SET_MAKE@
  10. VPATH = @srcdir@
  11. pkgdatadir = $(datadir)/@PACKAGE@
  12. -pkgincludedir = $(includedir)/@PACKAGE@
  13. pkglibdir = $(libdir)/@PACKAGE@
  14. -pkglibexecdir = $(libexecdir)/@PACKAGE@
  15. +pkgincludedir = $(includedir)/@PACKAGE@
  16. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  17. install_sh_DATA = $(install_sh) -c -m 644
  18. install_sh_PROGRAM = $(install_sh) -c
  19. @@ -42,7 +41,6 @@ am__configure_deps = $(am__aclocal_m4_de
  20. mkinstalldirs = $(install_sh) -d
  21. CONFIG_HEADER = $(top_builddir)/config.h
  22. CONFIG_CLEAN_FILES =
  23. -CONFIG_CLEAN_VPATH_FILES =
  24. SOURCES =
  25. DIST_SOURCES =
  26. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  27. @@ -128,6 +126,7 @@ VERSION = @VERSION@
  28. VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
  29. VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
  30. VGCONF_OS = @VGCONF_OS@
  31. +VGCONF_PLATFORM_ARM_ARCH = @VGCONF_PLATFORM_ARM_ARCH@
  32. VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
  33. VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
  34. VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
  35. @@ -246,6 +245,7 @@ EXTRA_DIST = \
  36. xml/quick-start-guide.xml \
  37. xml/tech-docs.xml \
  38. xml/valgrind-manpage.xml \
  39. + xml/valgrind-listener-manpage.xml \
  40. xml/vg-entities.xml \
  41. xml/xml_help.txt
  42. @@ -296,9 +296,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_
  43. exit 1;; \
  44. esac; \
  45. done; \
  46. - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
  47. - $(am__cd) $(top_srcdir) && \
  48. - $(AUTOMAKE) --foreign docs/Makefile
  49. + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
  50. + cd $(top_srcdir) && \
  51. + $(AUTOMAKE) --foreign docs/Makefile
  52. .PRECIOUS: Makefile
  53. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  54. @case '$?' in \
  55. @@ -316,7 +316,6 @@ $(top_srcdir)/configure: @MAINTAINER_MOD
  56. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  57. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  58. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  59. -$(am__aclocal_m4_deps):
  60. tags: TAGS
  61. TAGS:
  62. @@ -340,17 +339,13 @@ distdir: $(DISTFILES)
  63. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  64. if test -d $$d/$$file; then \
  65. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  66. - if test -d "$(distdir)/$$file"; then \
  67. - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  68. - fi; \
  69. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  70. - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  71. - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  72. + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  73. fi; \
  74. - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  75. + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  76. else \
  77. - test -f "$(distdir)/$$file" \
  78. - || cp -p $$d/$$file "$(distdir)/$$file" \
  79. + test -f $(distdir)/$$file \
  80. + || cp -p $$d/$$file $(distdir)/$$file \
  81. || exit 1; \
  82. fi; \
  83. done
  84. @@ -381,7 +376,6 @@ clean-generic:
  85. distclean-generic:
  86. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  87. - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  88. maintainer-clean-generic:
  89. @echo "This command is intended for maintainers to use"
  90. @@ -409,6 +403,7 @@ info-am:
  91. install-data-am:
  92. @$(NORMAL_INSTALL)
  93. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  94. +
  95. install-dvi: install-dvi-am
  96. install-dvi-am:
  97. @@ -636,7 +631,6 @@ download-docs:
  98. mv $(vgdir)/print/manual.ps $(downloadsdir)/valgrind_manual.ps
  99. bzip2 $(downloadsdir)/valgrind_manual.ps
  100. /bin/rm -fr $(vgdir)
  101. -
  102. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  103. # Otherwise a system limit (for SysV at least) may be exceeded.
  104. .NOEXPORT: