patch-none_tests_Makefile_in 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. --- valgrind-3.7.0.orig/none/tests/Makefile.in 2011-11-05 12:26:54.000000000 +0100
  2. +++ valgrind-3.7.0/none/tests/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. @@ -27,9 +27,8 @@
  9. VPATH = @srcdir@
  10. pkgdatadir = $(datadir)/@PACKAGE@
  11. -pkgincludedir = $(includedir)/@PACKAGE@
  12. pkglibdir = $(libdir)/@PACKAGE@
  13. -pkglibexecdir = $(libexecdir)/@PACKAGE@
  14. +pkgincludedir = $(includedir)/@PACKAGE@
  15. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  16. install_sh_DATA = $(install_sh) -c -m 644
  17. install_sh_PROGRAM = $(install_sh) -c
  18. @@ -113,7 +112,6 @@ am__configure_deps = $(am__aclocal_m4_de
  19. mkinstalldirs = $(install_sh) -d
  20. CONFIG_HEADER = $(top_builddir)/config.h
  21. CONFIG_CLEAN_FILES =
  22. -CONFIG_CLEAN_VPATH_FILES =
  23. @VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE@am__EXEEXT_1 = manythreads$(EXEEXT) \
  24. @VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE@ thread-exits$(EXEEXT)
  25. ansi_SOURCES = ansi.c
  26. @@ -354,7 +352,6 @@ SCRIPTS = $(dist_noinst_SCRIPTS)
  27. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  28. depcomp = $(SHELL) $(top_srcdir)/depcomp
  29. am__depfiles_maybe = depfiles
  30. -am__mv = mv -f
  31. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  32. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  33. CCLD = $(CC)
  34. @@ -412,37 +409,9 @@ RECURSIVE_TARGETS = all-recursive check-
  35. HEADERS = $(noinst_HEADERS)
  36. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  37. distclean-recursive maintainer-clean-recursive
  38. -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  39. - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  40. - distdir
  41. ETAGS = etags
  42. CTAGS = ctags
  43. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  44. -am__relativize = \
  45. - dir0=`pwd`; \
  46. - sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  47. - sed_rest='s,^[^/]*/*,,'; \
  48. - sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  49. - sed_butlast='s,/*[^/]*$$,,'; \
  50. - while test -n "$$dir1"; do \
  51. - first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  52. - if test "$$first" != "."; then \
  53. - if test "$$first" = ".."; then \
  54. - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  55. - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  56. - else \
  57. - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  58. - if test "$$first2" = "$$first"; then \
  59. - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  60. - else \
  61. - dir2="../$$dir2"; \
  62. - fi; \
  63. - dir0="$$dir0"/"$$first"; \
  64. - fi; \
  65. - fi; \
  66. - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  67. - done; \
  68. - reldir="$$dir2"
  69. ACLOCAL = @ACLOCAL@
  70. AMTAR = @AMTAR@
  71. AR = @AR@
  72. @@ -525,6 +494,7 @@ VERSION = @VERSION@
  73. VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
  74. VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
  75. VGCONF_OS = @VGCONF_OS@
  76. +VGCONF_PLATFORM_ARM_ARCH = @VGCONF_PLATFORM_ARM_ARCH@
  77. VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
  78. VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
  79. VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
  80. @@ -662,10 +632,10 @@ AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_
  81. AM_CCASFLAGS_PPC64_LINUX = $(AM_CPPFLAGS_PPC64_LINUX) @FLAG_M64@ -g
  82. AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
  83. AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
  84. - $(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8
  85. + $(AM_CFLAGS_BASE) @VGCONF_PLATFORM_ARM_ARCH@
  86. AM_CCASFLAGS_ARM_LINUX = $(AM_CPPFLAGS_ARM_LINUX) @FLAG_M32@ \
  87. - -marm -mcpu=cortex-a8 -g
  88. + @VGCONF_PLATFORM_ARM_ARCH@ -g
  89. AM_FLAG_M3264_X86_DARWIN = -arch i386
  90. AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
  91. @@ -908,9 +878,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_
  92. exit 1;; \
  93. esac; \
  94. done; \
  95. - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign none/tests/Makefile'; \
  96. - $(am__cd) $(top_srcdir) && \
  97. - $(AUTOMAKE) --foreign none/tests/Makefile
  98. + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign none/tests/Makefile'; \
  99. + cd $(top_srcdir) && \
  100. + $(AUTOMAKE) --foreign none/tests/Makefile
  101. .PRECIOUS: Makefile
  102. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  103. @case '$?' in \
  104. @@ -928,7 +898,6 @@ $(top_srcdir)/configure: @MAINTAINER_MOD
  105. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  106. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  107. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  108. -$(am__aclocal_m4_deps):
  109. clean-checkPROGRAMS:
  110. -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  111. @@ -1239,98 +1208,98 @@ distclean-compile:
  112. .c.o:
  113. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  114. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  115. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  116. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  117. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  118. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  119. .c.obj:
  120. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  121. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  122. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  123. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  124. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  125. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  126. ansi-ansi.o: ansi.c
  127. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ansi_CFLAGS) $(CFLAGS) -MT ansi-ansi.o -MD -MP -MF $(DEPDIR)/ansi-ansi.Tpo -c -o ansi-ansi.o `test -f 'ansi.c' || echo '$(srcdir)/'`ansi.c
  128. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ansi-ansi.Tpo $(DEPDIR)/ansi-ansi.Po
  129. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ansi-ansi.Tpo $(DEPDIR)/ansi-ansi.Po
  130. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ansi.c' object='ansi-ansi.o' libtool=no @AMDEPBACKSLASH@
  131. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  132. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ansi_CFLAGS) $(CFLAGS) -c -o ansi-ansi.o `test -f 'ansi.c' || echo '$(srcdir)/'`ansi.c
  133. ansi-ansi.obj: ansi.c
  134. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ansi_CFLAGS) $(CFLAGS) -MT ansi-ansi.obj -MD -MP -MF $(DEPDIR)/ansi-ansi.Tpo -c -o ansi-ansi.obj `if test -f 'ansi.c'; then $(CYGPATH_W) 'ansi.c'; else $(CYGPATH_W) '$(srcdir)/ansi.c'; fi`
  135. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ansi-ansi.Tpo $(DEPDIR)/ansi-ansi.Po
  136. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ansi-ansi.Tpo $(DEPDIR)/ansi-ansi.Po
  137. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ansi.c' object='ansi-ansi.obj' libtool=no @AMDEPBACKSLASH@
  138. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  139. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ansi_CFLAGS) $(CFLAGS) -c -o ansi-ansi.obj `if test -f 'ansi.c'; then $(CYGPATH_W) 'ansi.c'; else $(CYGPATH_W) '$(srcdir)/ansi.c'; fi`
  140. execve-execve.o: execve.c
  141. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(execve_CFLAGS) $(CFLAGS) -MT execve-execve.o -MD -MP -MF $(DEPDIR)/execve-execve.Tpo -c -o execve-execve.o `test -f 'execve.c' || echo '$(srcdir)/'`execve.c
  142. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/execve-execve.Tpo $(DEPDIR)/execve-execve.Po
  143. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/execve-execve.Tpo $(DEPDIR)/execve-execve.Po
  144. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='execve.c' object='execve-execve.o' libtool=no @AMDEPBACKSLASH@
  145. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  146. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(execve_CFLAGS) $(CFLAGS) -c -o execve-execve.o `test -f 'execve.c' || echo '$(srcdir)/'`execve.c
  147. execve-execve.obj: execve.c
  148. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(execve_CFLAGS) $(CFLAGS) -MT execve-execve.obj -MD -MP -MF $(DEPDIR)/execve-execve.Tpo -c -o execve-execve.obj `if test -f 'execve.c'; then $(CYGPATH_W) 'execve.c'; else $(CYGPATH_W) '$(srcdir)/execve.c'; fi`
  149. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/execve-execve.Tpo $(DEPDIR)/execve-execve.Po
  150. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/execve-execve.Tpo $(DEPDIR)/execve-execve.Po
  151. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='execve.c' object='execve-execve.obj' libtool=no @AMDEPBACKSLASH@
  152. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  153. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(execve_CFLAGS) $(CFLAGS) -c -o execve-execve.obj `if test -f 'execve.c'; then $(CYGPATH_W) 'execve.c'; else $(CYGPATH_W) '$(srcdir)/execve.c'; fi`
  154. nestedfns-nestedfns.o: nestedfns.c
  155. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nestedfns_CFLAGS) $(CFLAGS) -MT nestedfns-nestedfns.o -MD -MP -MF $(DEPDIR)/nestedfns-nestedfns.Tpo -c -o nestedfns-nestedfns.o `test -f 'nestedfns.c' || echo '$(srcdir)/'`nestedfns.c
  156. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nestedfns-nestedfns.Tpo $(DEPDIR)/nestedfns-nestedfns.Po
  157. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nestedfns-nestedfns.Tpo $(DEPDIR)/nestedfns-nestedfns.Po
  158. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nestedfns.c' object='nestedfns-nestedfns.o' libtool=no @AMDEPBACKSLASH@
  159. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  160. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nestedfns_CFLAGS) $(CFLAGS) -c -o nestedfns-nestedfns.o `test -f 'nestedfns.c' || echo '$(srcdir)/'`nestedfns.c
  161. nestedfns-nestedfns.obj: nestedfns.c
  162. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nestedfns_CFLAGS) $(CFLAGS) -MT nestedfns-nestedfns.obj -MD -MP -MF $(DEPDIR)/nestedfns-nestedfns.Tpo -c -o nestedfns-nestedfns.obj `if test -f 'nestedfns.c'; then $(CYGPATH_W) 'nestedfns.c'; else $(CYGPATH_W) '$(srcdir)/nestedfns.c'; fi`
  163. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nestedfns-nestedfns.Tpo $(DEPDIR)/nestedfns-nestedfns.Po
  164. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nestedfns-nestedfns.Tpo $(DEPDIR)/nestedfns-nestedfns.Po
  165. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nestedfns.c' object='nestedfns-nestedfns.obj' libtool=no @AMDEPBACKSLASH@
  166. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  167. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nestedfns_CFLAGS) $(CFLAGS) -c -o nestedfns-nestedfns.obj `if test -f 'nestedfns.c'; then $(CYGPATH_W) 'nestedfns.c'; else $(CYGPATH_W) '$(srcdir)/nestedfns.c'; fi`
  168. pth_cancel1-pth_cancel1.o: pth_cancel1.c
  169. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pth_cancel1_CFLAGS) $(CFLAGS) -MT pth_cancel1-pth_cancel1.o -MD -MP -MF $(DEPDIR)/pth_cancel1-pth_cancel1.Tpo -c -o pth_cancel1-pth_cancel1.o `test -f 'pth_cancel1.c' || echo '$(srcdir)/'`pth_cancel1.c
  170. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pth_cancel1-pth_cancel1.Tpo $(DEPDIR)/pth_cancel1-pth_cancel1.Po
  171. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pth_cancel1-pth_cancel1.Tpo $(DEPDIR)/pth_cancel1-pth_cancel1.Po
  172. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pth_cancel1.c' object='pth_cancel1-pth_cancel1.o' libtool=no @AMDEPBACKSLASH@
  173. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  174. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pth_cancel1_CFLAGS) $(CFLAGS) -c -o pth_cancel1-pth_cancel1.o `test -f 'pth_cancel1.c' || echo '$(srcdir)/'`pth_cancel1.c
  175. pth_cancel1-pth_cancel1.obj: pth_cancel1.c
  176. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pth_cancel1_CFLAGS) $(CFLAGS) -MT pth_cancel1-pth_cancel1.obj -MD -MP -MF $(DEPDIR)/pth_cancel1-pth_cancel1.Tpo -c -o pth_cancel1-pth_cancel1.obj `if test -f 'pth_cancel1.c'; then $(CYGPATH_W) 'pth_cancel1.c'; else $(CYGPATH_W) '$(srcdir)/pth_cancel1.c'; fi`
  177. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pth_cancel1-pth_cancel1.Tpo $(DEPDIR)/pth_cancel1-pth_cancel1.Po
  178. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pth_cancel1-pth_cancel1.Tpo $(DEPDIR)/pth_cancel1-pth_cancel1.Po
  179. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pth_cancel1.c' object='pth_cancel1-pth_cancel1.obj' libtool=no @AMDEPBACKSLASH@
  180. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  181. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pth_cancel1_CFLAGS) $(CFLAGS) -c -o pth_cancel1-pth_cancel1.obj `if test -f 'pth_cancel1.c'; then $(CYGPATH_W) 'pth_cancel1.c'; else $(CYGPATH_W) '$(srcdir)/pth_cancel1.c'; fi`
  182. tls_so-tls_so.o: tls_so.c
  183. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_so_CFLAGS) $(CFLAGS) -MT tls_so-tls_so.o -MD -MP -MF $(DEPDIR)/tls_so-tls_so.Tpo -c -o tls_so-tls_so.o `test -f 'tls_so.c' || echo '$(srcdir)/'`tls_so.c
  184. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tls_so-tls_so.Tpo $(DEPDIR)/tls_so-tls_so.Po
  185. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/tls_so-tls_so.Tpo $(DEPDIR)/tls_so-tls_so.Po
  186. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tls_so.c' object='tls_so-tls_so.o' libtool=no @AMDEPBACKSLASH@
  187. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  188. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_so_CFLAGS) $(CFLAGS) -c -o tls_so-tls_so.o `test -f 'tls_so.c' || echo '$(srcdir)/'`tls_so.c
  189. tls_so-tls_so.obj: tls_so.c
  190. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_so_CFLAGS) $(CFLAGS) -MT tls_so-tls_so.obj -MD -MP -MF $(DEPDIR)/tls_so-tls_so.Tpo -c -o tls_so-tls_so.obj `if test -f 'tls_so.c'; then $(CYGPATH_W) 'tls_so.c'; else $(CYGPATH_W) '$(srcdir)/tls_so.c'; fi`
  191. -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tls_so-tls_so.Tpo $(DEPDIR)/tls_so-tls_so.Po
  192. +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/tls_so-tls_so.Tpo $(DEPDIR)/tls_so-tls_so.Po
  193. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tls_so.c' object='tls_so-tls_so.obj' libtool=no @AMDEPBACKSLASH@
  194. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  195. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_so_CFLAGS) $(CFLAGS) -c -o tls_so-tls_so.obj `if test -f 'tls_so.c'; then $(CYGPATH_W) 'tls_so.c'; else $(CYGPATH_W) '$(srcdir)/tls_so.c'; fi`
  196. .cpp.o:
  197. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  198. -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  199. +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  200. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  201. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  202. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  203. .cpp.obj:
  204. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  205. -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  206. +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  207. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  208. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  209. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  210. @@ -1359,7 +1328,7 @@ $(RECURSIVE_TARGETS):
  211. else \
  212. local_target="$$target"; \
  213. fi; \
  214. - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  215. + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  216. || eval $$failcom; \
  217. done; \
  218. if test "$$dot_seen" = "no"; then \
  219. @@ -1393,16 +1362,16 @@ $(RECURSIVE_CLEAN_TARGETS):
  220. else \
  221. local_target="$$target"; \
  222. fi; \
  223. - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  224. + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  225. || eval $$failcom; \
  226. done && test -z "$$fail"
  227. tags-recursive:
  228. list='$(SUBDIRS)'; for subdir in $$list; do \
  229. - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  230. + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  231. done
  232. ctags-recursive:
  233. list='$(SUBDIRS)'; for subdir in $$list; do \
  234. - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  235. + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  236. done
  237. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  238. @@ -1417,7 +1386,7 @@ tags: TAGS
  239. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  240. $(TAGS_FILES) $(LISP)
  241. - set x; \
  242. + tags=; \
  243. here=`pwd`; \
  244. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  245. include_option=--etags-include; \
  246. @@ -1429,7 +1398,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCE
  247. list='$(SUBDIRS)'; for subdir in $$list; do \
  248. if test "$$subdir" = .; then :; else \
  249. test ! -f $$subdir/TAGS || \
  250. - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  251. + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  252. fi; \
  253. done; \
  254. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  255. @@ -1438,34 +1407,29 @@ TAGS: tags-recursive $(HEADERS) $(SOURCE
  256. done | \
  257. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  258. END { if (nonempty) { for (i in files) print i; }; }'`; \
  259. - shift; \
  260. - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  261. + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  262. test -n "$$unique" || unique=$$empty_fix; \
  263. - if test $$# -gt 0; then \
  264. - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  265. - "$$@" $$unique; \
  266. - else \
  267. - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  268. - $$unique; \
  269. - fi; \
  270. + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  271. + $$tags $$unique; \
  272. fi
  273. ctags: CTAGS
  274. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  275. $(TAGS_FILES) $(LISP)
  276. + tags=; \
  277. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  278. unique=`for i in $$list; do \
  279. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  280. done | \
  281. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  282. END { if (nonempty) { for (i in files) print i; }; }'`; \
  283. - test -z "$(CTAGS_ARGS)$$unique" \
  284. + test -z "$(CTAGS_ARGS)$$tags$$unique" \
  285. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  286. - $$unique
  287. + $$tags $$unique
  288. GTAGS:
  289. here=`$(am__cd) $(top_builddir) && pwd` \
  290. - && $(am__cd) $(top_srcdir) \
  291. - && gtags -i $(GTAGS_ARGS) "$$here"
  292. + && cd $(top_srcdir) \
  293. + && gtags -i $(GTAGS_ARGS) $$here
  294. distclean-tags:
  295. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  296. @@ -1486,44 +1450,29 @@ distdir: $(DISTFILES)
  297. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  298. if test -d $$d/$$file; then \
  299. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  300. - if test -d "$(distdir)/$$file"; then \
  301. - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  302. - fi; \
  303. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  304. - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  305. - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  306. + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  307. fi; \
  308. - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  309. + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  310. else \
  311. - test -f "$(distdir)/$$file" \
  312. - || cp -p $$d/$$file "$(distdir)/$$file" \
  313. + test -f $(distdir)/$$file \
  314. + || cp -p $$d/$$file $(distdir)/$$file \
  315. || exit 1; \
  316. fi; \
  317. done
  318. - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  319. + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  320. if test "$$subdir" = .; then :; else \
  321. test -d "$(distdir)/$$subdir" \
  322. || $(MKDIR_P) "$(distdir)/$$subdir" \
  323. || exit 1; \
  324. - fi; \
  325. - done
  326. - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  327. - if test "$$subdir" = .; then :; else \
  328. - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  329. - $(am__relativize); \
  330. - new_distdir=$$reldir; \
  331. - dir1=$$subdir; dir2="$(top_distdir)"; \
  332. - $(am__relativize); \
  333. - new_top_distdir=$$reldir; \
  334. - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  335. - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  336. - ($(am__cd) $$subdir && \
  337. + distdir=`$(am__cd) $(distdir) && pwd`; \
  338. + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  339. + (cd $$subdir && \
  340. $(MAKE) $(AM_MAKEFLAGS) \
  341. - top_distdir="$$new_top_distdir" \
  342. - distdir="$$new_distdir" \
  343. + top_distdir="$$top_distdir" \
  344. + distdir="$$distdir/$$subdir" \
  345. am__remove_distdir=: \
  346. am__skip_length_check=: \
  347. - am__skip_mode_fix=: \
  348. distdir) \
  349. || exit 1; \
  350. fi; \
  351. @@ -1555,7 +1504,6 @@ clean-generic:
  352. distclean-generic:
  353. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  354. - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  355. maintainer-clean-generic:
  356. @echo "This command is intended for maintainers to use"
  357. @@ -1629,8 +1577,8 @@ ps-am:
  358. uninstall-am:
  359. -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
  360. - ctags-recursive install-am install-strip tags-recursive
  361. +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  362. + install-strip
  363. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  364. all all-am check check-am check-local clean \
  365. @@ -1715,7 +1663,6 @@ clean-noinst_DSYMS:
  366. check-local: build-noinst_DSYMS
  367. clean-local: clean-noinst_DSYMS
  368. -
  369. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  370. # Otherwise a system limit (for SysV at least) may be exceeded.
  371. .NOEXPORT: