diff options
-rwxr-xr-x | Build/source/build-aux/depcomp | 13 | ||||
-rwxr-xr-x | Build/source/extra/xz/build-aux/depcomp | 13 | ||||
-rw-r--r-- | Master/doc.html | 2 |
3 files changed, 26 insertions, 2 deletions
diff --git a/Build/source/build-aux/depcomp b/Build/source/build-aux/depcomp index 089f55675de..793b9023724 100755 --- a/Build/source/build-aux/depcomp +++ b/Build/source/build-aux/depcomp @@ -107,6 +107,12 @@ if test "$depmode" = msvc7msys; then depmode=msvc7 fi +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what @@ -227,6 +233,13 @@ sgi) rm -f "$tmpdepfile" ;; +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the diff --git a/Build/source/extra/xz/build-aux/depcomp b/Build/source/extra/xz/build-aux/depcomp index 089f55675de..793b9023724 100755 --- a/Build/source/extra/xz/build-aux/depcomp +++ b/Build/source/extra/xz/build-aux/depcomp @@ -107,6 +107,12 @@ if test "$depmode" = msvc7msys; then depmode=msvc7 fi +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what @@ -227,6 +233,13 @@ sgi) rm -f "$tmpdepfile" ;; +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the diff --git a/Master/doc.html b/Master/doc.html index e847f8241be..2e47dbcac6d 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9080,8 +9080,6 @@ Maths in a sans font. <li><b><a href="texmf-dist/doc/latex/sapthesis">sapthesis</a></b>:<small> Typeset theses for Sapienza-University, Rome. -<a href="texmf-dist/doc/latex/sapthesis/sapienza-MLblack-pos.pdf">sapienza-MLblack-pos.pdf</a>, -<a href="texmf-dist/doc/latex/sapthesis/sapienza-MLred-pos.pdf">sapienza-MLred-pos.pdf</a>, <a href="texmf-dist/doc/latex/sapthesis/sapthesis-doc.pdf">sapthesis-doc.pdf</a>, <a href="texmf-dist/doc/latex/sapthesis/sapthesis-example.pdf">sapthesis-example.pdf</a>. </small></li> |