summaryrefslogtreecommitdiff
path: root/lang/icc7
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icc7')
-rw-r--r--lang/icc7/Makefile206
-rw-r--r--lang/icc7/distinfo1
-rw-r--r--lang/icc7/files/assert_fail.c40
-rw-r--r--lang/icc7/files/cpio-exclude92
-rw-r--r--lang/icc7/files/cpio-exclude_noportdocs14
-rw-r--r--lang/icc7/files/cxa_atexit.c52
-rw-r--r--lang/icc7/files/cxa_finalize.c38
-rw-r--r--lang/icc7/files/errno_location.c37
-rw-r--r--lang/icc7/files/ld.c344
-rw-r--r--lang/icc7/files/mcount.S34
-rw-r--r--lang/icc7/files/patch-ia32::bin::icc88
-rw-r--r--lang/icc7/files/patch-ia32::bin::icpc81
-rw-r--r--lang/icc7/files/patch-ia32::include::cstdio38
-rw-r--r--lang/icc7/files/patch-ia32::include::cwchar36
-rw-r--r--lang/icc7/files/patch-ia32::include::dvec.h24
-rw-r--r--lang/icc7/files/patch-ia32::include::fvec.h24
-rw-r--r--lang/icc7/files/patch-ia32::include::ivec.h24
-rw-r--r--lang/icc7/files/patch-ia32::include::mathimf.h398
-rw-r--r--lang/icc7/files/patch-ia32::include::xmmintrin.h11
-rw-r--r--lang/icc7/files/patch-ia32::include::yvals.h309
-rw-r--r--lang/icc7/files/stdarg.h9
-rw-r--r--lang/icc7/files/stderr.c32
-rw-r--r--lang/icc7/files/stdin.c32
-rw-r--r--lang/icc7/files/stdout.c32
-rw-r--r--lang/icc7/pkg-descr3
-rw-r--r--lang/icc7/pkg-plist1358
26 files changed, 0 insertions, 3357 deletions
diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile
deleted file mode 100644
index 0a5438628039..000000000000
--- a/lang/icc7/Makefile
+++ /dev/null
@@ -1,206 +0,0 @@
-# New ports collection makefile for: icc
-# Date created: 24.Jan.2002
-# Whom: netchild@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= icc
-PORTVERSION= 7.1.032
-#PORTREVISION= 1
-CATEGORIES= lang linux devel
-MASTER_SITES=
-DISTNAME= l_cc_pc_${PORTVERSION}
-EXTRACT_SUFX= .tar
-
-MAINTAINER= netchild@FreeBSD.org
-COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries
-
-EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
-
-RESTRICTED= Intel forbids any redistribution
-NO_PACKAGE= ${RESTRICTED}
-NO_CDROM= ${RESTRICTED}
-
-ONLY_FOR_ARCHS= i386
-CONFLICTS= linux_devtools* ifc*
-
-USE_LINUX= yes
-USE_REINPLACE= yes
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-COMPILERDIR= compiler70
-PLIST_SUB= COMPILERDIR=${COMPILERDIR}
-PATCH_WRKSRC= ${WRKSRC}/opt/intel/${COMPILERDIR}
-
-MAN1= icc.1
-MANPREFIX= ${PREFIX}/intel/${COMPILERDIR}/
-
-ICC_SITE= http://www.intel.com/software/products/compilers/
-
-.include <bsd.port.pre.mk>
-
-EXTRACT_AFTER_ARGS= | tar -xf - \
- --exclude intel-isubh\*.rpm \
- --exclude \*ia64.rpm \
- --exclude flexlm64
-
-ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//'
-
-CPIO?= /usr/bin/cpio
-OBJCOPY?= /usr/bin/objcopy
-
-.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= "Go to Intel Premier Support, https://premier.intel.com, to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${ICC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again"
-.endif
-
-.if exists(${LINUXBASE}/boot/kernel.h) || \
- exists(${PREFIX}/intel/compiler60/bin/ifc) || \
- exists(${PREFIX}/intel/compiler70/bin/ifc)
-BROKEN= Cannot coexist with linux_devtools or ifc
-.endif
-
-post-extract:
- @${SED} 's:%%COMPILERDIR%%:${COMPILERDIR}:' ${FILESDIR}/cpio-exclude \
- >${WRKDIR}/cpio-exclude
-.if defined(NOPORTDOCS)
- @${SED} 's:%%COMPILERDIR%%:${COMPILERDIR}:' \
- ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude
-.endif
-.for i in \
- intel-icc7-7.1-32.i386.rpm
-# intel-iidb7-7.2.2-68.i386.rpm \
-# intel-isubh7-7.1-32.i386.rpm \
-# intel-ecc7-7.1-32.ia64.rpm \
-# intel-eidb7-7.2.2-68.ia64.rpm \
-# intel-esubh7-7.1-32.ia64.rpm
- @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \
- ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet
-.endfor
-
-pre-patch:
-# Allow everyone to use it
- @${CHMOD} a+rx ${WRKSRC}/opt
-# Remove unneeded/unsafe access rights
-.for i in docs ia32/include ia32/lib
- @${FIND} ${WRKSRC}/opt/intel/${COMPILERDIR}/${i} -type f -print0 | \
- ${XARGS} -0 ${CHMOD} a-x,g-w
-.endfor
- @${FIND} ${WRKSRC}/opt -type d -print0 | ${XARGS} -0 ${CHMOD} go-w
- @${CHMOD} a-x ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/Errormatch.txt
-# Use the Linux ABI for the binaries
-.for i in iccbin iccfilt icid icpcbin icpi mcpcom profmerge proforder xiar xild
- @brandelf -t Linux ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
-.endfor
-
-post-patch:
-# Correct some paths and patch some files
-.for i in ia32/bin/icc ia32/bin/iccvars.csh ia32/bin/iccvars.sh ia32/bin/icpc
- @${REINPLACE_CMD} -i "" -e 's:@@PREFIX@@:${PREFIX}:g; s@\<INSTALLDIR\>@${PREFIX}/intel@g; s@man -w@manpath -q@g' \
- ${WRKSRC}/opt/intel/${COMPILERDIR}/${i}
- @${CHMOD} 755 ${WRKSRC}/opt/intel/${COMPILERDIR}/${i}
-.endfor
- @${REINPLACE_CMD} -i "" -e 's:\<INSTALLTIMECOMBOPACKAGEID\>:${DISTNAME}:g' \
- ${WRKSRC}/opt/intel/${COMPILERDIR}/docs/csupport
- @${RM} ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/include/*.orig
-.for i in icc.orig icpc.orig
- @${RM} ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
-.endfor
-# Provide a more FreeBSD'ish compile environment
-.for i in icc.cfg icpc.cfg
- @${REINPLACE_CMD} -i "" -e 's:-Xlinker -rpath -Xlinker <INSTALLDIR>/${COMPILERDIR}/ia32/lib::g' \
- ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
- @${ECHO} -e "-Qlocation,ld,${PREFIX}/intel/${COMPILERDIR}/ia32/bin/ldwrapper\n\n-wr1125\n-we140\n\n-Ulinux\n-U__linux__\n-U__linux\n-U__gnu_linux__\n\n-D__FreeBSD__=${ICCCFGVAL}\n-D__ELF__=1\n" >>${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
-.if ${OSVERSION} >= 500039
- @${ECHO} -e "-D__wchar_t=__ct_rune_t\n" >>${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
-.endif
- @${CHMOD} a-x,g-w ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
-.endfor
-# C++ hack for icpc
- @${ECHO} -e "\n-I${PREFIX}/include/stlport\n-Qoption,ld,-CPLUSPLUS\n" >>${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/icpc.cfg
- @cd ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ && ${LN} -s icc.cfg iccbin.cfg && ${LN} -s icpc.cfg icpcbin.cfg
-# Hack while there's no support for icc in the stdarg.h of FreeBSD.
- @${CP} ${FILESDIR}/stdarg.h ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/include
-
-.if ( ${OSVERSION} >= 470101 && ${OSVERSION} < 500000 ) || \
- ( ${OSVERSION} >= 500042 )
-OBJCOPY_OPS= --redefine-sym stdin=__stdinp \
- --redefine-sym stdout=__stdoutp \
- --redefine-sym stderr=__stderrp
-.endif
-
-do-build:
-# Fix unresolved references
- @cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/assert_fail.c \
- ${FILESDIR}/cxa_atexit.c ${FILESDIR}/cxa_finalize.c \
- ${FILESDIR}/errno_location.c ${FILESDIR}/mcount.S
-.if ( ${OSVERSION} < 470101 ) || \
- ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500042 )
- @${CC} ${CFLAGS} -c -o ${WRKSRC}/stdin.o ${FILESDIR}/stdin.c
- @${CC} ${CFLAGS} -c -o ${WRKSRC}/stdout.o ${FILESDIR}/stdout.c
- @${CC} ${CFLAGS} -c -o ${WRKSRC}/stderr.o ${FILESDIR}/stderr.c
-.endif
-.for i in libcxa.a libimf.a libirc.a libircmt.a libunwind.a
- @${OBJCOPY} --redefine-sym __sigsetjmp=sigsetjmp \
- ${OBJCOPY_OPS} \
- ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/lib/${i}
-.endfor
- @${AR} q ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/lib/libcxa.a ${WRKSRC}/*.o
-# Some magic to be able to link
- @${MKDIR} ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper
- @${CC} ${CFLAGS} -o \
- ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld \
- ${FILESDIR}/ld.c
- @${STRIP_CMD} ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld
- @${CHMOD} 755 ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld
-
-do-install:
- @cd ${WRKSRC}/opt && ${FIND} . -print | \
- ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${PREFIX}
-
-post-install:
- @${ECHO_CMD} "${PKGNAME} is now installed in ${PREFIX}/intel, to use it you have to"
- @${ECHO_CMD} "put your license into your \$${INTEL_FLEXLM_LICENSE} (default:"
- @${ECHO_CMD} "${PREFIX}/intel/licenses) directory and add"
- @${ECHO_CMD} "${PREFIX}/intel/${COMPILERDIR}/ia32/bin to your PATH."
- @${ECHO_CMD}
- @${ECHO_CMD} "In order to be able to compile C++ source with icpc you have to install"
- @${ECHO_CMD} "devel/stlport-icc. (It is a good idea to run 'rehash' before or stlport-icc"
- @${ECHO_CMD} "probably won't find the compiler.)"
- @${ECHO_CMD}
- @${ECHO_CMD} "If you use icc on a Pentium 4 make sure you have 'options CPU_ENABLE_SSE'"
- @${ECHO_CMD} "in your kernel config (have a look at http://www.FreeBSD.org/handbook/"
- @${ECHO_CMD} "if you do not know how to do this), else icc will hang forever."
- @${ECHO_CMD}
- @${ECHO_CMD} "WARNING: If you use icc while having linux_devtools installed, icc will use"
- @${ECHO_CMD} "the wrong includes and therefore will generate bogus (not working) binaries!"
- @${ECHO_CMD}
- @${ECHO_CMD} "If you encounter further problems with icc please consult the errata at"
- @${ECHO_CMD} "http://support.intel.com/support/performancetools/c/C_Compiler_Errata.htm"
- @${ECHO_CMD} "first."
- @${ECHO_CMD}
- @${ECHO_CMD} "Call for benchmarks:"
- @${ECHO_CMD} "Intel is interested to see some benchmark numbers which compare gcc with icc."
- @${ECHO_CMD} "If you have a CPU produced by Intel and are able to do benchmarks with"
- @${ECHO_CMD} "either your own source or with one of our major ports (e.g. with"
- @${ECHO_CMD} "a webserver, a mailserver, a database system, an important graphics"
- @${ECHO_CMD} "suite/program or some important math tool, ...) please try to spend some time"
- @${ECHO_CMD} "to do a benchmark and send me (${MAINTAINER}) the result. You should"
- @${ECHO_CMD} "include your system specs (CPU: speed/model, RAM: amount/speed, used disks"
- @${ECHO_CMD} "(if necessary), chipset/mainboard type, ...), the version of the used"
- @${ECHO_CMD} "software (OS, gcc, icc, ...), non default tuning options (kernel, sysctl) and"
- @${ECHO_CMD} "the used compiler switches. If you don't use some 'standard' benchmark"
- @${ECHO_CMD} "(e.g. the official MySQL benchmark, or the performance test suite of your"
- @${ECHO_CMD} "prefered scripting language), please include a description about the"
- @${ECHO_CMD} "benchmark too."
- @${ECHO_CMD}
- @${ECHO_CMD} "Please use FreeBSD as the name of your OS in communications with the support,"
- @${ECHO_CMD} "the larger the FreeBSD userbase is, the more work gets done on FreeBSD"
- @${ECHO_CMD} "specific issues by Intel. And please thank them for the FreeBSD support,"
- @${ECHO_CMD} "they are already spending some time to improve icc on FreeBSD."
- @${ECHO_CMD}
- @${ECHO_CMD} "To read the entire post install message again, just run"
- @${ECHO_CMD} "'make post-install | less'."
-
-.include <bsd.port.post.mk>
diff --git a/lang/icc7/distinfo b/lang/icc7/distinfo
deleted file mode 100644
index ee1e6b4ee4e2..000000000000
--- a/lang/icc7/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (l_cc_pc_7.1.032.tar) = fcda88ab716b6677e021bae8c6e40d45
diff --git a/lang/icc7/files/assert_fail.c b/lang/icc7/files/assert_fail.c
deleted file mode 100644
index b55be3d86ffc..000000000000
--- a/lang/icc7/files/assert_fail.c
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Copyright (c) 2002 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD$
- */
-
-#include <err.h>
-#include <stdlib.h>
-
-void
-__assert_fail(const char *failedexpr, const char *file, unsigned int line,
- const char *fn)
-{
- warnx("assertion \"%s\" failed: file \"%s\", line %u%s%s%s", failedexpr,
- file, line, fn ? ", function: \"" : "", fn ? fn : "",
- fn ? "\"" : "");
- abort();
-}
diff --git a/lang/icc7/files/cpio-exclude b/lang/icc7/files/cpio-exclude
deleted file mode 100644
index d2857257294f..000000000000
--- a/lang/icc7/files/cpio-exclude
+++ /dev/null
@@ -1,92 +0,0 @@
-*/opt/intel/%%COMPILERDIR%%/ia32/bin/uninstall
-*/opt/intel/%%COMPILERDIR%%/ia32/include/algo.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/algorithm
-*/opt/intel/%%COMPILERDIR%%/ia32/include/alloca.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/bitset
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stdbool.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/complex
-*/opt/intel/%%COMPILERDIR%%/ia32/include/deque
-*/opt/intel/%%COMPILERDIR%%/ia32/include/deque.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/float.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/fstream
-*/opt/intel/%%COMPILERDIR%%/ia32/include/fstream.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/functional
-*/opt/intel/%%COMPILERDIR%%/ia32/include/glob.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/hash_map
-*/opt/intel/%%COMPILERDIR%%/ia32/include/hash_set
-*/opt/intel/%%COMPILERDIR%%/ia32/include/iomanip
-*/opt/intel/%%COMPILERDIR%%/ia32/include/iomanip.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/ios
-*/opt/intel/%%COMPILERDIR%%/ia32/include/iosfwd
-*/opt/intel/%%COMPILERDIR%%/ia32/include/iostream
-*/opt/intel/%%COMPILERDIR%%/ia32/include/iostream.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/iso646.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/istream
-*/opt/intel/%%COMPILERDIR%%/ia32/include/iterator
-*/opt/intel/%%COMPILERDIR%%/ia32/include/limits
-*/opt/intel/%%COMPILERDIR%%/ia32/include/limits.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/list
-*/opt/intel/%%COMPILERDIR%%/ia32/include/list.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/locale
-*/opt/intel/%%COMPILERDIR%%/ia32/include/map
-*/opt/intel/%%COMPILERDIR%%/ia32/include/math.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/mathf.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/memory
-*/opt/intel/%%COMPILERDIR%%/ia32/include/numeric
-*/opt/intel/%%COMPILERDIR%%/ia32/include/omp.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/omp_lib.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/ostream
-*/opt/intel/%%COMPILERDIR%%/ia32/include/queue
-*/opt/intel/%%COMPILERDIR%%/ia32/include/queue.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/regex.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/set
-*/opt/intel/%%COMPILERDIR%%/ia32/include/slist
-*/opt/intel/%%COMPILERDIR%%/ia32/include/sstream
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stack
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stdarg.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stddef.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stdexcept
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stdiostream.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stl.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/stream.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/streambuf
-*/opt/intel/%%COMPILERDIR%%/ia32/include/streambuf.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/string
-*/opt/intel/%%COMPILERDIR%%/ia32/include/strstream
-*/opt/intel/%%COMPILERDIR%%/ia32/include/strstream.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/sys/sysmacros.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/syslimits.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/utility
-*/opt/intel/%%COMPILERDIR%%/ia32/include/valarray
-*/opt/intel/%%COMPILERDIR%%/ia32/include/varargs.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/vector
-*/opt/intel/%%COMPILERDIR%%/ia32/include/vector.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xarg.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xcomplex
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xdebug
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xhash
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xiosbase
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xlocale
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xlocinfo
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xlocinfo.h
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xlocmes
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xlocmon
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xlocnum
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xloctime
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xmemory
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xstring
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xthreads
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xtree
-*/opt/intel/%%COMPILERDIR%%/ia32/include/xutility
-*/opt/intel/%%COMPILERDIR%%/ia32/include/ymath.h
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libcprts.a
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libcprts.so
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libcprts.so.3
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libguide.a
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libguide.so
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libguide_stats.a
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libguide_stats.so
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libompstub.a
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libunwind.so
-*/opt/intel/%%COMPILERDIR%%/ia32/lib/libunwind.so.3
-*/opt/intel/%%COMPILERDIR%%/man/man1/ecc.1
diff --git a/lang/icc7/files/cpio-exclude_noportdocs b/lang/icc7/files/cpio-exclude_noportdocs
deleted file mode 100644
index 83a471e99943..000000000000
--- a/lang/icc7/files/cpio-exclude_noportdocs
+++ /dev/null
@@ -1,14 +0,0 @@
-*/opt/intel/%%COMPILERDIR%%/docs/C++ReleaseNotes.htm
-*/opt/intel/%%COMPILERDIR%%/docs/asm_lan.pdf
-*/opt/intel/%%COMPILERDIR%%/docs/asm_ug*
-*/opt/intel/%%COMPILERDIR%%/docs/asm_ug.pdf
-*/opt/intel/%%COMPILERDIR%%/docs/c_ug*
-*/opt/intel/%%COMPILERDIR%%/docs/c_ug_lnx.pdf
-*/opt/intel/%%COMPILERDIR%%/docs/ccompindex.htm
-*/opt/intel/%%COMPILERDIR%%/docs/credist.txt
-*/opt/intel/%%COMPILERDIR%%/docs/flex_ug.pdf
-*/opt/intel/%%COMPILERDIR%%/docs/icid.htm
-*/opt/intel/%%COMPILERDIR%%/docs/icpi.htm
-*/opt/intel/%%COMPILERDIR%%/docs/notes*
-*/opt/intel/%%COMPILERDIR%%/docs/ref*
-*/opt/intel/%%COMPILERDIR%%/training*
diff --git a/lang/icc7/files/cxa_atexit.c b/lang/icc7/files/cxa_atexit.c
deleted file mode 100644
index d9dd1d0a1700..000000000000
--- a/lang/icc7/files/cxa_atexit.c
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- * Copyright (c) 2002 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD$
- */
-
-#include <stdlib.h>
-
-/*
- * The __cxa_atexit() function and friends are needed for full (IA64) C++ ABI
- * compatibility but FreeBSD doesn't have implemented them, yet. In addition
- * to the classic atexit() it is not only used to register functions to be
- * called at program exit but also to call them (C++ destructors in that case)
- * when a shared object is unloaded. For the later to work the dynamic linker
- * assigns a unique dynamic shared object handle to every shared object while
- * a handle of NULL represents a main program. When __cxa_finalize() is called
- * with a specific (non-NULL) handle as an argument all functions registered
- * via __cxa_atexit() and having the same handle are called.
- * The best we can do here to emulate that behaviour until FreeBSD supports
- * this is to register the functions via atexit(). While this certainly is a
- * bad hack it seems to work, even the current dynamic linker is assigning
- * the handles. I didn't see a function getting registered with an argument
- * so far.
- */
-int
-__cxa_atexit(void (*fn)(), void *arg, void *handle)
-{
-
- return (handle ? atexit(fn) : 0);
-}
diff --git a/lang/icc7/files/cxa_finalize.c b/lang/icc7/files/cxa_finalize.c
deleted file mode 100644
index 5865a2f7138f..000000000000
--- a/lang/icc7/files/cxa_finalize.c
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Copyright (c) 2002 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD$
- */
-
-void
-__cxa_finalize(void *handle)
-{
-
- /*
- * As we dared to register the functions via atexit() this job will
- * be done by exit().
- */
- return;
-}
diff --git a/lang/icc7/files/errno_location.c b/lang/icc7/files/errno_location.c
deleted file mode 100644
index ba9f3d8b48bc..000000000000
--- a/lang/icc7/files/errno_location.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/*-
- * Copyright (c) 2000 Andrew Gallatin and David O'Brien
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * copied over from: FreeBSD: ports/lang/compaq-cc/files/errno_location.c,v 1.1 2000/12/08 13:27:29 obrien Exp
- *
- * $FreeBSD$
- */
-
-#include <errno.h>
-
-int *
-__errno_location(void)
-{
- return &errno;
-}
diff --git a/lang/icc7/files/ld.c b/lang/icc7/files/ld.c
deleted file mode 100644
index 1a35bd703663..000000000000
--- a/lang/icc7/files/ld.c
+++ /dev/null
@@ -1,344 +0,0 @@
-/*
- * Copyright (c) 2002-2003 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * Wrapper for Intel(R) C/C++ Compiler for Linux to allow linking of native
- * FreeBSD binaries.
- * Based on a shell-script written by Dan Nelson <dnelson@allantgroup.com>
- * with some modifications by Alexander Leidinger <netchild@FreeBSD.org>.
- *
- * $FreeBSD$
- */
-
-#include <err.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-
-#if defined (__FreeBSD__) && __FreeBSD__ >= 2
- #include <osreldate.h>
-#else
- #error "Won't work here."
-#endif
-
-#define PATH_LD "/usr/bin/ld"
-
-struct arglist {
- size_t argc;
- const char **argv;
-};
-
-static void addarg(struct arglist *al, const char *arg);
-int main(int argc, char *argv[], char *envp[]);
-
-static void
-addarg(struct arglist *al, const char *arg)
-{
- const char **argv2;
-
- argv2 = realloc(al->argv, (al->argc + 1)* sizeof(al->argv[0]));
-
- if (argv2 == NULL)
- err(1, NULL);
-
- al->argv = argv2;
-
- al->argv[al->argc++] = arg;
-}
-
-int
-main(int argc, char *argv[], char *envp[])
-{
- size_t i;
- int bootstrap, cpp, dynamic, pic, gprof, stlinserted, threaded;
- const char *libc, *libc_r, *prefix;
- struct arglist al = { 0, NULL };
-
- if (argc == 1)
- errx(1, "no input files");
-
- if ((prefix = getenv("PREFIX")) == NULL)
- errx(1, "can't get PREFIX");
-
- bootstrap = cpp = dynamic = pic = gprof = stlinserted = threaded = 0;
-
-#ifdef DEBUG
- printf("input: ");
-#endif
-
-#define ARGCMP(x) !strcmp(argv[i], (x))
-
- /*
- * XXX This doesn't deal with whitespace but a) the output of the
- * compiler should be fixed and b) the real linker is also picky
- * about whitespace.
- */
- for (i = 0; i < argc; i++) {
-#ifdef DEBUG
- printf("%s ", argv[i]);
-#endif
-
- if (ARGCMP("-CPLUSPLUS")) {
- cpp++;
- continue;
- }
-
- if (ARGCMP("-BOOTSTRAPSTLPORT")) {
- bootstrap++;
- continue;
- }
-
- if (ARGCMP("-MT")) {
- threaded++;
- continue;
- }
-
- if (ARGCMP("-PIC")) {
- pic++;
- continue;
- }
-
- /*
- * If the compiler was called with -static we shouldn't see
- * "--dynamic-linker" here.
- * Note: According to ld(1) this is "--dynamic-linker" but
- * ICC passes "-dynamic-linker" to it.
- */
- if (ARGCMP("--dynamic-linker") || ARGCMP("-dynamic-linker")) {
- dynamic++;
- continue;
- }
- if (ARGCMP("-shared")) {
- dynamic++;
- continue;
- }
-
- /*
- * Just link libstlport_icc* once when compiling the stlport
- * tests.
- */
- if (ARGCMP("-lstlport_icc")) {
- stlinserted++;
- continue;
- }
-
- /*
- * Link against libc_p when "-qp" or "-p" were given,
- * "/usr/lib/gcrt1.o" indicates this.
- */
- if (ARGCMP("/usr/lib/gcrt1.o")) {
- gprof++;
- continue;
- }
- }
-
- /*
- * Allow the user to specify an alternative threads library
- * implementation, such as -lthr, or whatever
- */
- if ((libc_r = getenv("PTHREAD_LIBS")) == NULL)
- libc_r = "-lc_r";
- /*
- * Use the appropriate libs for libc and libc_r when linking static
- * and "-KPIC" or "-pg" where given.
- */
- if (!dynamic && (pic || gprof)) {
- /*
- * Let libc_p win above libc_pic when both, "-KPIC" and "-pg",
- * where given, GCC does the same.
- */
- if (!gprof)
- libc = "-lc_pic";
- else {
- char *p;
- libc = "-lc_p";
- asprintf(&p, "%s_p", libc_r);
- if (p == NULL)
- err(1, NULL);
- libc_r = p;
- }
- } else
- libc = "-lc";
-
-#ifdef DEBUG
- printf("\ncpp: %s bootstrap: %s dynamic: %s gprof: %s pic: %s "
- "threaded: %s\n", cpp ? "YES" : "NO", bootstrap ? "YES" : "NO",
- dynamic ? "YES" : "NO", gprof ? "YES" : "NO", pic ? "YES" : "NO",
- threaded ? "YES" : "NO");
-#endif
-
- if (bootstrap && !cpp)
- errx(1, "-BOOTSTRAPSTLPORT is only valid in combination with "
- "-CPLUSPLUS");
-
- for (i = 0; i < argc; i++) {
- if (ARGCMP("-CPLUSPLUS") || ARGCMP("-BOOTSTRAPSTLPORT") ||
- ARGCMP("-MT") || ARGCMP("-PIC"))
- continue;
-
- /* prepend "-melf_i386" to the commandline */
- if (i == 0) {
- addarg(&al, argv[0]);
-#if __FreeBSD_version < 500042
- addarg(&al, "-melf_i386");
-#else
- addarg(&al, "-melf_i386_fbsd");
-#endif
- continue;
- }
-
- /* Don't add obsolete flag "-Qy". */
- if (ARGCMP("-Qy"))
- continue;
-
- /* Libunwind is only needed when compiling C++ source. */
- if (!cpp && ARGCMP("-lunwind"))
- continue;
-
- /*
- * Replace libcprts with libstlport_icc. The Dinkumware STL
- * shipping with ICC has unresolvable glibc dependencies
- * in both, the static and the dynamic, versions.
- */
- if (ARGCMP("-lcprts")) {
- if (cpp && !bootstrap && !stlinserted) {
- addarg(&al, dynamic ? "-Bdynamic" : "-Bstatic");
- addarg(&al, "-lstlport_icc");
- stlinserted++;
- }
- continue;
- }
-
- /*
- * Link against libc_r when compiling multi-threaded or C++
- * code (libcxa and libunwind depend on libc_r when compiling
- * C++ source).
- */
- if (ARGCMP("-lc")) {
- if (al.argc > 0 &&
- strncmp(al.argv[al.argc - 1], "-B", 2))
- addarg(&al, dynamic ? "-Bdynamic" : "-Bstatic");
- if (cpp || threaded) {
- addarg(&al, libc_r);
-#if __FreeBSD_version >= 500016
- addarg(&al, dynamic ? "-Bdynamic" : "-Bstatic");
- addarg(&al, libc);
-#endif
- } else
- addarg(&al, libc);
- continue;
- }
-
- /* Switch Linux stuff to FreeBSD counterparts. */
- if (ARGCMP("/lib/ld-linux.so.2")) {
-#if __FreeBSD_version >= 501105
- addarg(&al, "/libexec/ld-elf.so.1");
-#else
- addarg(&al, "/usr/libexec/ld-elf.so.1");
-#endif
- continue;
- }
- if (ARGCMP("-L/usr/lib")) {
- char *temp;
-
- addarg(&al, "-L/usr/libexec/elf");
- addarg(&al, "-L/usr/libexec");
- addarg(&al, "-L/usr/lib");
- asprintf(&temp, "-L%s/lib", prefix);
- if (temp == NULL)
- err(1, NULL);
- addarg(&al, temp);
- continue;
- }
-
- /*
- * Force libcxa and libunwind to static linkage, since the
- * dynamic versions have glibc dependencies.
- * Don't add superfluous -Bdynamic.
- */
- if (ARGCMP("-Bdynamic") && i < argc - 1) {
- if (!strcmp(argv[i + 1], "-lcxa") ||
- (cpp && !strcmp(argv[i + 1], "-lunwind"))) {
- addarg(&al, "-Bstatic");
- continue;
- }
-
- if (!strcmp(argv[i + 1], "-lcprts") ||
- !strcmp(argv[i + 1], "-lunwind"))
- continue;
- }
-
- /* Don't add superfluous -Bstatic. */
- if (ARGCMP("-Bstatic") && i < argc - 1 &&
- (!strcmp(argv[i + 1], "-lcprts") ||
- (!cpp && !strcmp(argv[i + 1], "-lunwind"))))
- continue;
-
- /*
- * Sanity check if every lib is prepended by a linkage option,
- * add if missing.
- */
- if (!strncmp(argv[i], "-l", 2) && al.argc > 0 &&
- strncmp(al.argv[al.argc - 1], "-B", 2)) {
- if (!strcmp(argv[i], "-lcxa") ||
- !strcmp(argv[i], "-limf") ||
- !strcmp(argv[i], "-lirc") ||
- !strcmp(argv[i], "-lircmt") ||
- !strcmp(argv[i], "-lunwind"))
- addarg(&al, "-Bstatic");
- else
- addarg(&al, dynamic ? "-Bdynamic" : "-Bstatic");
-
- addarg(&al, argv[i]);
- continue;
- }
-
- /* default */
- addarg(&al, argv[i]);
- }
-
-#undef ARGCMP
-
- /* Still something to do ? */
- if (al.argc == 1)
- errx(1, "no input files");
-
-#ifdef DEBUG
- printf("output: ");
-
- for (i = 0; i < al.argc; i++)
- printf("%s ", al.argv[i]);
-
- printf("\n");
-#endif
-
- addarg(&al, NULL);
-
- /* Launch the real linker */
- if (execve(PATH_LD, (char **)al.argv, envp) == -1)
- err(1, "execing " PATH_LD);
-
- exit (1);
-}
diff --git a/lang/icc7/files/mcount.S b/lang/icc7/files/mcount.S
deleted file mode 100644
index f269f0f06bea..000000000000
--- a/lang/icc7/files/mcount.S
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2002 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD$
- */
-
- .text
- .extern .mcount
- .globl mcount
- .type mcount,@function
-mcount:
- jmp .mcount
diff --git a/lang/icc7/files/patch-ia32::bin::icc b/lang/icc7/files/patch-ia32::bin::icc
deleted file mode 100644
index 69b3e4ff1c13..000000000000
--- a/lang/icc7/files/patch-ia32::bin::icc
+++ /dev/null
@@ -1,88 +0,0 @@
---- ia32/bin/icc.orig Tue Oct 21 18:57:00 2003
-+++ ia32/bin/icc Tue Oct 21 19:12:23 2003
-@@ -1,34 +1,72 @@
- #!/bin/sh
-
--if [ -z INTEL_LICENSE_FILE ]
-+PREFIX=@@PREFIX@@
-+export PREFIX;
-+
-+if [ -z "$INTEL_LICENSE_FILE" ]
- then
--INTEL_LICENSE_FILE=<INSTALLDIR>/licenses;
-+INTEL_LICENSE_FILE=${PREFIX}/intel/licenses;
- else
--INTEL_LICENSE_FILE=$INTEL_LICENSE_FILE:<INSTALLDIR>/licenses;
-+INTEL_LICENSE_FILE=$INTEL_LICENSE_FILE:${PREFIX}/intel/licenses;
- fi
- export INTEL_LICENSE_FILE;
-
--if [ -z LD_LIBRARY_PATH ]
-+if [ -z "$LD_LIBRARY_PATH" ]
- then
-- LD_LIBRARY_PATH=<INSTALLDIR>/compiler70/ia32/lib;
-+ LD_LIBRARY_PATH=${PREFIX}/intel/compiler70/ia32/lib;
- else
-- LD_LIBRARY_PATH=<INSTALLDIR>/compiler70/ia32/lib:$LD_LIBRARY_PATH
-+ LD_LIBRARY_PATH=${PREFIX}/intel/compiler70/ia32/lib:$LD_LIBRARY_PATH
- fi
- export LD_LIBRARY_PATH;
-
--if [ -z PATH ]
-+if [ -z "$PATH" ]
- then
-- PATH=<INSTALLDIR>/compiler70/ia32/bin;
-+ PATH=${PREFIX}/intel/compiler70/ia32/bin;
- else
-- PATH=<INSTALLDIR>/compiler70/ia32/bin:$PATH;
-+ PATH=${PREFIX}/intel/compiler70/ia32/bin:$PATH;
- fi
- export PATH;
-
--export -n IA32ROOT; unset IA32ROOT;
--
- if [ $# != 0 ]
- then
-- exec -a "<INSTALLDIR>/compiler70/ia32/bin/icc" <INSTALLDIR>/compiler70/ia32/bin/iccbin "$@";
-+ i=0
-+ argc=$#
-+ while [ $i -lt $argc ] ; do
-+ val1=$1
-+ shift
-+ for s in .C .cc .cpp .cxx .c++; do
-+ val2=${val1%$s}
-+ if [ ${#val1} -gt ${#val2} ] ; then
-+ echo "Please use icpc to compile C++ source."
-+ exit 1
-+ fi
-+ done
-+ val2=${val1#"-openmp"}
-+ if [ ${#val1} -gt ${#val2} ] ; then
-+ echo "Sorry, option '$val1' is not supported on FreeBSD."
-+ exit 1
-+ fi
-+ val2=${val1#"-par"}
-+ if [ ${#val1} -gt ${#val2} ] ; then
-+ echo "Sorry, option '$val1' is not supported on FreeBSD."
-+ exit 1
-+ fi
-+ if [ "${val1}" = "-Kpic" ] || [ "${val1}" = "-KPIC" ] || \
-+ [ "${val1}" = "-fpic" ] || [ "${val1}" = "-fPIC" ] ; then
-+ set -- "$@" "-Qoption,ld,-PIC"
-+ fi
-+ if [ "${val1}" = "-mt" ] ; then
-+ unset val1
-+ set -- "$@" "-Qoption,ld,-MT"
-+ fi
-+ if [ "${val1}" = "-pipe" ] ; then
-+ unset val1
-+ set -- "$@"
-+ fi
-+ set -- "$@" "$val1"
-+ i=$(($i+1))
-+ done
-+ exec ${PREFIX}/intel/compiler70/ia32/bin/iccbin "$@";
- else
-- exec -a "<INSTALLDIR>/compiler70/ia32/bin/icc" <INSTALLDIR>/compiler70/ia32/bin/iccbin;
-+ exec ${PREFIX}/intel/compiler70/ia32/bin/iccbin;
- fi
diff --git a/lang/icc7/files/patch-ia32::bin::icpc b/lang/icc7/files/patch-ia32::bin::icpc
deleted file mode 100644
index 0557997d9a8b..000000000000
--- a/lang/icc7/files/patch-ia32::bin::icpc
+++ /dev/null
@@ -1,81 +0,0 @@
---- ia32/bin/icpc.orig Tue Oct 21 18:57:00 2003
-+++ ia32/bin/icpc Tue Oct 21 19:11:54 2003
-@@ -1,34 +1,65 @@
- #!/bin/sh
-
--if [ -z INTEL_LICENSE_FILE ]
-+PREFIX=@@PREFIX@@
-+export PREFIX;
-+
-+if [ -z "$INTEL_LICENSE_FILE" ]
- then
--INTEL_LICENSE_FILE=<INSTALLDIR>/licenses;
-+INTEL_LICENSE_FILE=${PREFIX}/intel/licenses;
- else
--INTEL_LICENSE_FILE=$INTEL_LICENSE_FILE:<INSTALLDIR>/licenses;
-+INTEL_LICENSE_FILE=$INTEL_LICENSE_FILE:${PREFIX}/intel/licenses;
- fi
- export INTEL_LICENSE_FILE;
-
--if [ -z LD_LIBRARY_PATH ]
-+if [ -z "$LD_LIBRARY_PATH" ]
- then
-- LD_LIBRARY_PATH=<INSTALLDIR>/compiler70/ia32/lib;
-+ LD_LIBRARY_PATH=${PREFIX}/intel/compiler70/ia32/lib;
- else
-- LD_LIBRARY_PATH=<INSTALLDIR>/compiler70/ia32/lib:$LD_LIBRARY_PATH
-+ LD_LIBRARY_PATH=${PREFIX}/intel/compiler70/ia32/lib:$LD_LIBRARY_PATH
- fi
- export LD_LIBRARY_PATH;
-
--if [ -z PATH ]
-+if [ -z "$PATH" ]
- then
-- PATH=<INSTALLDIR>/compiler70/ia32/bin;
-+ PATH=${PREFIX}/intel/compiler70/ia32/bin;
- else
-- PATH=<INSTALLDIR>/compiler70/ia32/bin:$PATH;
-+ PATH=${PREFIX}/intel/compiler70/ia32/bin:$PATH;
- fi
- export PATH;
-
--export -n IA32ROOT; unset IA32ROOT;
--
- if [ $# != 0 ]
- then
-- exec -a "<INSTALLDIR>/compiler70/ia32/bin/icpc" <INSTALLDIR>/compiler70/ia32/bin/icpcbin "$@";
-+ i=0
-+ argc=$#
-+ while [ $i -lt $argc ] ; do
-+ val1=$1
-+ shift
-+ val2=${val1#"-openmp"}
-+ if [ ${#val1} -gt ${#val2} ] ; then
-+ echo "Sorry, option '$val1' is not supported on FreeBSD."
-+ exit 1
-+ fi
-+ val2=${val1#"-par"}
-+ if [ ${#val1} -gt ${#val2} ] ; then
-+ echo "Sorry, option '$val1' is not supported on FreeBSD."
-+ exit 1
-+ fi
-+ if [ "${val1}" = "-Kpic" ] || [ "${val1}" = "-KPIC" ] || \
-+ [ "${val1}" = "-fpic" ] || [ "${val1}" = "-fPIC" ] ; then
-+ set -- "$@" "-Qoption,ld,-PIC"
-+ fi
-+ if [ "${val1}" = "-mt" ] ; then
-+ unset val1
-+ set -- "$@" "-Qoption,ld,-MT"
-+ fi
-+ if [ "${val1}" = "-pipe" ] ; then
-+ unset val1
-+ set -- "$@"
-+ fi
-+ set -- "$@" "$val1"
-+ i=$(($i+1))
-+ done
-+ exec ${PREFIX}/intel/compiler70/ia32/bin/icpcbin "$@";
- else
-- exec -a "<INSTALLDIR>/compiler70/ia32/bin/icpc" <INSTALLDIR>/compiler70/ia32/bin/icpcbin;
-+ exec ${PREFIX}/intel/compiler70/ia32/bin/icpcbin;
- fi
diff --git a/lang/icc7/files/patch-ia32::include::cstdio b/lang/icc7/files/patch-ia32::include::cstdio
deleted file mode 100644
index c4d7d4216c8f..000000000000
--- a/lang/icc7/files/patch-ia32::include::cstdio
+++ /dev/null
@@ -1,38 +0,0 @@
---- ia32/include/cstdio.orig Tue Nov 26 23:40:27 2002
-+++ ia32/include/cstdio Tue Nov 26 23:40:27 2002
-@@ -11,35 +11,6 @@
- #else /* _STD_USING */
- #include <stdio.h>
-
-- #ifdef __GLIBC__
-- #if _HAS_TRADITIONAL_IOSTREAMS
--_C_LIB_DECL
--int fileno(FILE *) __THROW;
--_END_C_LIB_DECL
-- #else
-- #endif /* _HAS_TRADITIONAL_IOSTREAMS */
-- #define _HAS_POINTER_CLIB 1
-- #define _RBEGIN _IO_read_base
-- #define _RNEXT _IO_read_ptr
-- #define _REND _IO_read_end
-- #define _WBEGIN _IO_write_base
-- #define _WNEXT _IO_write_ptr
-- #define _WEND _IO_write_end
-- #else /* __GLIBC__ */
-- #define _HAS_CONVENTIONAL_CLIB 1
-- #define _IOBASE _base
-- #define _IOPTR _ptr
-- #define _IOCNT _cnt
-- #endif /* __GLIBC__ */
--
-- #undef _FPOSOFF
-- #if !defined(__GLIBC__) \
-- || __GLIBC__ < 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ < 2
-- #define _FPOSOFF(fp) ((long)(fp))
-- #else /* __GLIBC__ */
-- #define _FPOSOFF(fp) ((long)(fp).__pos)
-- #endif /* __GLIBC__ */
--
- #ifdef _GLOBAL_USING
- _STD_BEGIN
- using ::size_t; using ::fpos_t; using ::FILE;
diff --git a/lang/icc7/files/patch-ia32::include::cwchar b/lang/icc7/files/patch-ia32::include::cwchar
deleted file mode 100644
index 4ff2de03508c..000000000000
--- a/lang/icc7/files/patch-ia32::include::cwchar
+++ /dev/null
@@ -1,36 +0,0 @@
---- ia32/include/cwchar.orig Mon Nov 25 16:38:57 2002
-+++ ia32/include/cwchar Mon Nov 25 16:40:01 2002
-@@ -13,23 +13,23 @@
-
- #ifdef _GLOBAL_USING
- _STD_BEGIN
--using ::mbstate_t; using ::size_t; using ::tm; using ::wint_t;
-+using ::mbstate_t; using ::size_t; /* using ::tm; */ using ::wint_t;
-
-
--using ::btowc;
--using ::mbrlen; using ::mbrtowc; using ::mbsrtowcs;
--using ::mbsinit;
--using ::wcrtomb;
--using ::wcsrtombs; using ::wcstol; using ::wcscat;
--using ::wcschr; using ::wcscmp; using ::wcscoll;
-+//using ::btowc;
-+//using ::mbrlen; using ::mbrtowc; using ::mbsrtowcs;
-+//using ::mbsinit;
-+//using ::wcrtomb;
-+/* using ::wcsrtombs; using ::wcstol; */ using ::wcscat;
-+using ::wcschr; using ::wcscmp; // using ::wcscoll;
- using ::wcscpy; using ::wcscspn; using ::wcslen;
- using ::wcsncat; using ::wcsncmp; using ::wcsncpy;
- using ::wcspbrk; using ::wcsrchr; using ::wcsspn;
--using ::wcstod; using ::wcstoul; using ::wcsstr;
--using ::wcstok; using ::wcsxfrm; using ::wctob;
-+/* using ::wcstod; using ::wcstoul; */ using ::wcsstr;
-+//using ::wcstok; using ::wcsxfrm; using ::wctob;
- using ::wmemchr; using ::wmemcmp; using ::wmemcpy;
- using ::wmemmove; using ::wmemset;
--using ::wcsftime;
-+//using ::wcsftime;
-
- #ifdef __USE_ISOC99
- using ::fwide; using ::fwprintf;
diff --git a/lang/icc7/files/patch-ia32::include::dvec.h b/lang/icc7/files/patch-ia32::include::dvec.h
deleted file mode 100644
index e269b138b912..000000000000
--- a/lang/icc7/files/patch-ia32::include::dvec.h
+++ /dev/null
@@ -1,24 +0,0 @@
---- ia32/include/dvec.h.orig Fri Jan 10 18:12:30 2003
-+++ ia32/include/dvec.h Fri Jan 10 18:53:34 2003
-@@ -38,7 +38,7 @@
-
-
- /* If using MSVC5.0, explicit keyword should be used */
--#if (_MSC_VER >= 1100) || defined (__linux__)
-+#if (_MSC_VER >= 1100) || defined (__linux__) || defined (__FreeBSD__)
- #define EXPLICIT explicit
- #else
- #if (__INTEL_COMPILER)
-@@ -50,10 +50,10 @@
- #endif
-
- /* Figure out whether and how to define the output operators */
--#if defined(_IOSTREAM_) || defined(_CPP_IOSTREAM)
-+#if defined(_IOSTREAM_) || defined(_CPP_IOSTREAM) || defined(_STLP_IOSTREAM)
- #define DVEC_DEFINE_OUTPUT_OPERATORS
- #define DVEC_STD std::
--#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_)
-+#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_) || defined(_STLP_IOSTREAM_H)
- #define DVEC_DEFINE_OUTPUT_OPERATORS
- #define DVEC_STD
- #endif
diff --git a/lang/icc7/files/patch-ia32::include::fvec.h b/lang/icc7/files/patch-ia32::include::fvec.h
deleted file mode 100644
index fdbb75016ce2..000000000000
--- a/lang/icc7/files/patch-ia32::include::fvec.h
+++ /dev/null
@@ -1,24 +0,0 @@
---- ia32/include/fvec.h.orig Fri Jan 10 18:12:35 2003
-+++ ia32/include/fvec.h Fri Jan 10 18:54:01 2003
-@@ -41,7 +41,7 @@
- #pragma pack(push,16) /* Must ensure class & union 16-B aligned */
-
- /* If using MSVC5.0, explicit keyword should be used */
--#if (_MSC_VER >= 1100) || defined (__linux__)
-+#if (_MSC_VER >= 1100) || defined (__linux__) || defined (__FreeBSD__)
- #define EXPLICIT explicit
- #else
- #if (__INTEL_COMPILER)
-@@ -53,10 +53,10 @@
- #endif
-
- /* Figure out whether and how to define the output operators */
--#if defined(_IOSTREAM_)
-+#if defined(_IOSTREAM_) || defined(_STLP_IOSTREAM)
- #define FVEC_DEFINE_OUTPUT_OPERATORS
- #define FVEC_STD std::
--#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_)
-+#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_) || defined(_STLP_IOSTREAM_H)
- #define FVEC_DEFINE_OUTPUT_OPERATORS
- #define FVEC_STD
- #endif
diff --git a/lang/icc7/files/patch-ia32::include::ivec.h b/lang/icc7/files/patch-ia32::include::ivec.h
deleted file mode 100644
index 716ae2bc1c7b..000000000000
--- a/lang/icc7/files/patch-ia32::include::ivec.h
+++ /dev/null
@@ -1,24 +0,0 @@
---- ia32/include/ivec.h.orig Fri Jan 10 18:12:39 2003
-+++ ia32/include/ivec.h Fri Jan 10 18:53:50 2003
-@@ -24,7 +24,7 @@
- #include <assert.h>
-
- /* If using MSVC5.0, explicit keyword should be used */
--#if (_MSC_VER >= 1100) || defined (__linux__)
-+#if (_MSC_VER >= 1100) || defined (__linux__) || defined (__FreeBSD__)
- #define EXPLICIT explicit
- #else
- #if (__INTEL_COMPILER)
-@@ -36,10 +36,10 @@
- #endif
-
- /* Figure out whether and how to define the output operators */
--#if defined(_IOSTREAM_)
-+#if defined(_IOSTREAM_) || defined(_STLP_IOSTREAM)
- #define IVEC_DEFINE_OUTPUT_OPERATORS
- #define IVEC_STD std::
--#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_)
-+#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_) || defined(_STLP_IOSTREAM_H)
- #define IVEC_DEFINE_OUTPUT_OPERATORS
- #define IVEC_STD
- #endif
diff --git a/lang/icc7/files/patch-ia32::include::mathimf.h b/lang/icc7/files/patch-ia32::include::mathimf.h
deleted file mode 100644
index 4db51f9c95cf..000000000000
--- a/lang/icc7/files/patch-ia32::include::mathimf.h
+++ /dev/null
@@ -1,398 +0,0 @@
---- ia32/include/mathimf.h.orig Fri Jan 10 18:15:48 2003
-+++ ia32/include/mathimf.h Fri Jan 10 18:36:16 2003
-@@ -36,7 +36,7 @@
- # error "<mathimf.h> is incompatible with system <math.h>!"
- #endif
-
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__FreeBSD__)
- # include <math.h> /* utilize GNU math header */
- # if defined(finite)
- # undef finite
-@@ -62,7 +62,7 @@
- #if defined(_DLL) && (defined(_WIN32) || defined(_WIN64)) /* Windows DLL */
- # define _LIBIMF_PUBAPI __declspec(dllimport) __cdecl
- # define _LIBIMF_PUBVAR __declspec(dllimport)
--#elif defined(__linux__) /* Linux */
-+#elif defined(__linux__) || defined(__FreeBSD__) /* Linux || FreeBSD */
- # define _LIBIMF_PUBAPI /* do not change this line! */
- # define _LIBIMF_PUBVAR
- #else /* Windows static */
-@@ -84,7 +84,7 @@
- # define _LIBIMF_FCOMPLEX _LIBIMF_FLOAT _Complex
- #endif
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- /*-- Real functions --*/
-
-@@ -102,13 +102,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI tanf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI tanl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI cot (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI cotf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI cotl (_LIBIMF_XDOUBLE __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI acos (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI acosf (_LIBIMF_FLOAT __x);
-@@ -126,13 +126,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI atan2f (_LIBIMF_FLOAT __y, _LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI atan2l (_LIBIMF_XDOUBLE __y, _LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_VOID _LIBIMF_PUBAPI sincos (_LIBIMF_DOUBLE __x, _LIBIMF_DOUBLE *__psin, _LIBIMF_DOUBLE *__pcos);
- _LIBIMF_EXT _LIBIMF_VOID _LIBIMF_PUBAPI sincosf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT *__psin, _LIBIMF_FLOAT *__pcos);
- _LIBIMF_EXT _LIBIMF_VOID _LIBIMF_PUBAPI sincosl (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE *__psin, _LIBIMF_XDOUBLE *__pcos);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- /* Exponential functions */
-
-@@ -140,7 +140,7 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI expf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI expl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI exp2 (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI exp2f (_LIBIMF_FLOAT __x);
-@@ -150,7 +150,7 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI exp10f (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI exp10l (_LIBIMF_XDOUBLE __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI expm1 (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI expm1f (_LIBIMF_FLOAT __x);
-@@ -172,13 +172,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI scalbnf (_LIBIMF_FLOAT __x, _LIBIMF_INT __n);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI scalbnl (_LIBIMF_XDOUBLE __x, _LIBIMF_INT __n);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI scalbln (_LIBIMF_DOUBLE __x, _LIBIMF_LONGINT __n);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI scalblnf (_LIBIMF_FLOAT __x, _LIBIMF_LONGINT __n);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI scalblnl (_LIBIMF_XDOUBLE __x, _LIBIMF_LONGINT __n);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- /* Hyperbolic functions */
-
-@@ -206,13 +206,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI atanhf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI atanhl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_VOID _LIBIMF_PUBAPI sinhcosh (_LIBIMF_DOUBLE __x, _LIBIMF_DOUBLE *__psinh, _LIBIMF_DOUBLE *__pcosh);
- _LIBIMF_EXT _LIBIMF_VOID _LIBIMF_PUBAPI sinhcoshf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT *__psinh, _LIBIMF_FLOAT *__pcosh);
- _LIBIMF_EXT _LIBIMF_VOID _LIBIMF_PUBAPI sinhcoshl (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE *__psinh, _LIBIMF_XDOUBLE *__pcosh);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- /* Logarithmic functions */
-
-@@ -220,13 +220,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI logf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI logl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI log2 (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI log2f (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI log2l (_LIBIMF_XDOUBLE __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI log10 (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI log10f (_LIBIMF_FLOAT __x);
-@@ -254,13 +254,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI sqrtf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI sqrtl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI invsqrt (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI invsqrtf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI invsqrtl (_LIBIMF_XDOUBLE __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI cbrt (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI cbrtf (_LIBIMF_FLOAT __x);
-@@ -280,13 +280,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI remainderf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT __y);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI remainderl (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE __y);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI remquo (_LIBIMF_DOUBLE __x, _LIBIMF_DOUBLE __y, _LIBIMF_INT *__quo);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI remquof (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT __y, _LIBIMF_INT *__quo);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI remquol (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE __y, _LIBIMF_INT *__quo);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI fmod (_LIBIMF_DOUBLE __x, _LIBIMF_DOUBLE __y);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI fmodf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT __y);
-@@ -298,13 +298,13 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI rintf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI rintl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI round (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI roundf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI roundl (_LIBIMF_XDOUBLE __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI ceil (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI ceilf (_LIBIMF_FLOAT __x);
-@@ -314,19 +314,19 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI floorf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI floorl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI trunc (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI truncf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI truncl (_LIBIMF_XDOUBLE __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI modf (_LIBIMF_DOUBLE __x, _LIBIMF_DOUBLE *__iptr);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI modff (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT *__iptr);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI modfl (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE *__iptr);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_LONGINT _LIBIMF_PUBAPI lrint (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_LONGINT _LIBIMF_PUBAPI lrintf (_LIBIMF_FLOAT __x);
-@@ -348,7 +348,7 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI nearbyintf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI nearbyintl (_LIBIMF_XDOUBLE __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- /* Special functions */
-
-@@ -385,7 +385,7 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI lgammaf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI lgammal (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI tgamma (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI tgammaf (_LIBIMF_FLOAT __x);
-@@ -394,12 +394,12 @@
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI gamma_r (_LIBIMF_DOUBLE __x, _LIBIMF_INT *__signgam);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI gammaf_r (_LIBIMF_FLOAT __x, _LIBIMF_INT *__signgam);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI lgamma_r (_LIBIMF_DOUBLE __x, _LIBIMF_INT *__signgam);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI lgammaf_r (_LIBIMF_FLOAT __x, _LIBIMF_INT *__signgam);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- /* Special (financial) functions */
-
-@@ -457,7 +457,7 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI fminf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT __y);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI fminl (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE __y);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI copysign (_LIBIMF_DOUBLE __x, _LIBIMF_DOUBLE __y);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI copysignf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT __y);
-@@ -467,25 +467,25 @@
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI nextafterf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT __y);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI nextafterl (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE __y);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI nexttoward (_LIBIMF_DOUBLE __x, _LIBIMF_XDOUBLE __y);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI nexttowardf (_LIBIMF_FLOAT __x, _LIBIMF_XDOUBLE __y);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI nexttowardl (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE __y);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI significand (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI significandf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI significandl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI fma (_LIBIMF_DOUBLE __x, _LIBIMF_DOUBLE __y, _LIBIMF_DOUBLE __z);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI fmaf (_LIBIMF_FLOAT __x, _LIBIMF_FLOAT __y, _LIBIMF_FLOAT __z);
- _LIBIMF_EXT _LIBIMF_XDOUBLE _LIBIMF_PUBAPI fmal (_LIBIMF_XDOUBLE __x, _LIBIMF_XDOUBLE __y, _LIBIMF_XDOUBLE __z);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_INT _LIBIMF_PUBAPI finite (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_INT _LIBIMF_PUBAPI finitef (_LIBIMF_FLOAT __x);
-@@ -495,7 +495,7 @@
- _LIBIMF_EXT _LIBIMF_INT _LIBIMF_PUBAPI isnanf (_LIBIMF_FLOAT __x);
- _LIBIMF_EXT _LIBIMF_INT _LIBIMF_PUBAPI isnanl (_LIBIMF_XDOUBLE __x);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- /*-- Complex functions --*/
-
-@@ -505,7 +505,7 @@
-
- /* Complex trigonometric functions */
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI ccos (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI ccosf (_LIBIMF_FCOMPLEX __z);
-@@ -528,24 +528,24 @@
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI carg (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI cargf (_LIBIMF_FCOMPLEX __z);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI cis (_LIBIMF_DOUBLE __x);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI cisf (_LIBIMF_FLOAT __x);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- /* Complex exponential functions */
-
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI cexp (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI cexpf (_LIBIMF_FCOMPLEX __z);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI cexp10 (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI cexp10f (_LIBIMF_FCOMPLEX __z);
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI ccosh (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI ccoshf (_LIBIMF_FCOMPLEX __z);
-@@ -570,7 +570,7 @@
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI clog (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI clogf (_LIBIMF_FCOMPLEX __z);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI clog2 (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI clog2f (_LIBIMF_FCOMPLEX __z);
-@@ -580,7 +580,7 @@
-
- /* Complex power/root/abs functions */
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- _LIBIMF_EXT _LIBIMF_DCOMPLEX _LIBIMF_PUBAPI cpow (_LIBIMF_DCOMPLEX __z, _LIBIMF_DCOMPLEX __c);
- _LIBIMF_EXT _LIBIMF_FCOMPLEX _LIBIMF_PUBAPI cpowf (_LIBIMF_FCOMPLEX __z, _LIBIMF_FCOMPLEX __c);
-@@ -591,9 +591,9 @@
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI cabs (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI cabsf (_LIBIMF_FCOMPLEX __z);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
-
- /* Other complex functions */
-
-@@ -609,7 +609,7 @@
- _LIBIMF_EXT _LIBIMF_DOUBLE _LIBIMF_PUBAPI creal (_LIBIMF_DCOMPLEX __z);
- _LIBIMF_EXT _LIBIMF_FLOAT _LIBIMF_PUBAPI crealf (_LIBIMF_FCOMPLEX __z);
-
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
-
- #endif /*__IMFCOMPLEXON*/
-
-@@ -632,7 +632,7 @@
- _LIBIMF_DOUBLE retval;
- } ___exception;
-
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__FreeBSD__)
- # if defined(__cplusplus)
- # define __exception ____exception /* map 'struct __exception' to 'struct ____exception' */
- # else /*__cplusplus*/
-@@ -661,9 +661,9 @@
- _LIBIMF_XDOUBLE retval;
- } ___exceptionl;
-
--#if !defined(__linux__)
-+#if !defined(__linux__) && !defined(__FreeBSD__)
- _LIBIMF_EXT _LIBIMF_INT _LIBIMF_PUBAPI matherr (struct ____exception *__e);
--#endif /*!__linux__*/
-+#endif /*!__linux__ && !__FreeBSD__*/
- _LIBIMF_EXT _LIBIMF_INT _LIBIMF_PUBAPI matherrf (struct ____exceptionf *__e);
- _LIBIMF_EXT _LIBIMF_INT _LIBIMF_PUBAPI matherrl (struct ____exceptionl *__e);
-
-@@ -694,9 +694,9 @@
-
- /* Standard conformance support */
-
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__FreeBSD__)
- typedef _LIB_VERSION_TYPE _LIB_VERSIONIMF_TYPE;
--#else /*__linux__*/
-+#else /*__linux__ || __FreeBSD__*/
- typedef enum ___LIB_VERSIONIMF_TYPE {
- _IEEE_ = -1 /* IEEE-like behavior */
- ,_SVID_ /* SysV, Rel. 4 behavior */
-@@ -704,7 +704,7 @@
- ,_POSIX_ /* Posix */
- ,_ISOC_ /* ISO C9X */
- } _LIB_VERSIONIMF_TYPE;
--#endif /*__linux__*/
-+#endif /*__linux__ || __FreeBSD__*/
-
- _LIBIMF_EXT _LIB_VERSIONIMF_TYPE _LIBIMF_PUBVAR _LIB_VERSIONIMF;
-
diff --git a/lang/icc7/files/patch-ia32::include::xmmintrin.h b/lang/icc7/files/patch-ia32::include::xmmintrin.h
deleted file mode 100644
index 48c6dad06ae9..000000000000
--- a/lang/icc7/files/patch-ia32::include::xmmintrin.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ia32/include/xmmintrin.h.orig Fri Jan 10 18:47:00 2003
-+++ ia32/include/xmmintrin.h Fri Jan 10 18:50:35 2003
-@@ -18,7 +18,7 @@
- #ifndef _INCLUDED_MM2
- #define _INCLUDED_MM2
-
--#ifdef __linux__
-+#if defined(__linux__) || defined(__FreeBSD__)
- #define __cdecl
- #endif
-
diff --git a/lang/icc7/files/patch-ia32::include::yvals.h b/lang/icc7/files/patch-ia32::include::yvals.h
deleted file mode 100644
index 9d898c3e0376..000000000000
--- a/lang/icc7/files/patch-ia32::include::yvals.h
+++ /dev/null
@@ -1,309 +0,0 @@
---- ia32/include/yvals.h.orig Sat Sep 6 11:58:50 2003
-+++ ia32/include/yvals.h Sat Sep 6 12:03:22 2003
-@@ -1,93 +1,17 @@
--/* static char cvs_id[] = "$Id: yvals.h,v 1.35.2.3 2003/08/22 00:21:06 dlmoore2 Exp $"; */
-+/* static char cvs_id[] = "$Id: yvals.h,v 1.35.2.1 2002/12/26 08:38:02 grigory Exp $"; */
- /* yvals.h values header for EDG/gcc on various Unix systems */
- #ifndef _YVALS
- #define _YVALS
-
--#define __need___va_list
--#include <stdarg.h>
--
--#include <features.h> /* Get glibc version __GLIBC__ and __GLIBC_MINOR__*/
--#define __GLIBC_2_2 ((__GLIBC__ > 2) || ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 2)))
-- /* true if glibc-2.2 and older is used */
--
--#define _CPPLIB_VER 310
--
-- #if defined(ia64) || defined(__ia64) || defined(__ia64__) /* assume Itanium */
-- #define _D0 3 /* 0: big endian, 3: little endian floating-point */
-- #define _DLONG 1 /* 0: 64, 1: 80, 2: 128 long double bits */
-- #define _LBIAS 0x3ffe /* 80/128 long double bits */
-- #define _LOFF 15 /* 80/128 long double bits */
--/* #define _FPP_TYPE 1 */ /* 80287/Pentium FPP */
--
-- #elif defined(i386) || defined(__i386) || defined(__i386__) /* assume PC */
-- #define _D0 3 /* 0: big endian, 3: little endian floating-point */
-- #define _DLONG 1 /* 0: 64, 1: 80, 2: 128 long double bits */
-- #define _LBIAS 0x3ffe /* 80/128 long double bits */
-- #define _LOFF 15 /* 80/128 long double bits */
-- #define _FPP_TYPE 1 /* 80287/Pentium FPP */
--
-- #elif defined(sparc) || defined (__sparc) /* assume SPARC */
-- #define _D0 0 /* 0: big endian, 3: little endian floating-point */
-- #define _DLONG 2 /* 0: 64, 1: 80, 2: 128 long double bits */
-- #define _LBIAS 0x3ffe /* 80/128 long double bits */
-- #define _LOFF 15 /* 80/128 long double bits */
-- #define _FPP_TYPE 2 /* SPARC FPP */
--
-- #elif defined(_POWER) /* assume PowerPC */
-- #define _D0 0 /* 0: big endian, 3: little endian floating-point */
-- #define _DLONG 0 /* 0: 64, 1: 80, 2: 128 long double bits */
-- #define _LBIAS 0x3ffe /* 80/128 long double bits */
-- #define _LOFF 15 /* 80/128 long double bits */
-- #define _FPP_TYPE 3 /* MIPS FPP */
--
-- #define _PDT long
-- #define _SZT unsigned long
--
-- #elif defined(__hppa) /* assume HP PA-RISC */
-- #define _D0 0 /* 0: big endian, 3: little endian floating-point */
-- #define _DLONG 2 /* 0: 64, 1: 80, 2: 128 long double bits */
-- #define _LBIAS 0x3ffe /* 80/128 long double bits */
-- #define _LOFF 15 /* 80/128 long double bits */
-- #define _FPP_TYPE 4 /* HP PA-RISC FPP */
--
-- #else /* system detector */
-- #error /* unknown compilation environment */
-- #endif /* system detector */
--
-- #ifdef __linux
-- #define _LINUX_C_LIB 1 /* assume Linux-specific conventions */
-- #endif /* __linux */
--
- /* NAMING PROPERTIES */
--/* #define _STD_LINKAGE defines C names as extern "C++" */
-- #ifdef __SUNPRO_CC
-- #define _STD_USING /* exports C names from std to global, else reversed */
-- #endif /* __SUNPRO_CC */
--
--#define _USE_EXISTING_SYSTEM_NAMES 1 /* _Open => open etc. */
- #define _POSIX_C_LIB 1 /* use common Unix/Linux conventions */
--#define _SOLARIS_C_LIB 1 /* add declarations for C extensions */
--
-- #if __EDG__
-- #define _HAS_STRICT_LINKAGE 1 /* extern "C" in function type */
-- #else /* __EDG__ */
-- #define _HAS_STRICT_LINKAGE 0 /* extern "C" in function type */
-- #endif /* __EDG__ */
-
- /* THREAD AND LOCALE CONTROL */
- #ifndef _MULTI_THREAD
- #define _MULTI_THREAD 1 /* 0 for no locks, 1 for multithreaded library */
- #endif /* _MULTI_THREAD */
-- #ifndef _IOSTREAM_OP_LOCKS
-- #define _IOSTREAM_OP_LOCKS 1
-- #endif /* _MULTI_THREAD */
--#define _GLOBAL_LOCALE 0 /* 0 for per-thread locales, 1 for shared */
--#define _FILE_OP_LOCKS 0 /* 0 for no file atomic locks, 1 for atomic */
-
- /* THREAD-LOCAL STORAGE */
--#define _COMPILER_TLS 0 /* 1 if compiler supports TLS directly */
--#define _TLS_QUAL /* TLS qualifier, such as __declspec(thread), if any */
--
- #define _HAS_TRADITIONAL_IOSTREAMS 1
- #define _HAS_TRADITIONAL_ITERATORS 1
- #define _HAS_TRADITIONAL_POS_TYPE 1
-@@ -134,211 +58,8 @@
-
- #define _Restrict
-
-- #ifdef __cplusplus
--_STD_BEGIN
--typedef bool _Bool;
--_STD_END
-- #endif /* __cplusplus */
--
-- /* VC++ COMPILER PARAMETERS */
--#define _CRTIMP
--#define _CDECL
--
--#define _LONGLONG long long
--#define _ULONGLONG unsigned long long
--#define _LLONG_MAX 0x7fffffffffffffffLL
--#define _ULLONG_MAX 0xffffffffffffffffULL
--
--_C_STD_BEGIN
-- /* errno PROPERTIES */
--#define _EDOM 33
--#define _ERANGE 34
--#define _EFPOS 152
--#define _EILSEQ 99
--#define _ERRMAX 152
--
-- /* FLOATING-POINT PROPERTIES */
--#define _DBIAS 0x3fe /* IEEE format double and float */
--#define _DOFF 4
--#define _FBIAS 0x7e
--#define _FOFF 7
--#define _FRND 1
--
-- /* INTEGER PROPERTIES */
--#define _BITS_BYTE 8
--#define _C2 1 /* 0 if not 2's complement */
--#define _CSIGN 1 /* 0 if char is not signed */
--#define _MBMAX 8 /* MB_LEN_MAX */
--
--#define _MAX_EXP_DIG 8 /* for parsing numerics */
--#define _MAX_INT_DIG 32
--#define _MAX_SIG_DIG 36
--
-- #ifdef _LONGLONG
--typedef _LONGLONG _Longlong;
--typedef _ULONGLONG _ULonglong;
-- #else /* _LONGLONG */
--typedef long _Longlong;
--typedef unsigned long _ULonglong;
--#ifndef _M_IA64
-- #define _LLONG_MAX 0x7fffffffL
-- #define _ULLONG_MAX 0xffffffffUL
--#else
-- #define _LLONG_MAX 0x7fffffffffffffffLL
-- #define _ULLONG_MAX 0xffffffffffffffffULL
--#endif
-- #endif /* _LONGLONG */
--
-- #ifdef __CYGWIN__
-- #define _WCMAX 0x7fff
-- #ifdef __cplusplus
-- #ifdef _HAS_WCHAR_TYPE
-- #define _WCHART
--typedef wchar_t _Wchart;
--typedef wchar_t _Wintt;
-- #else /* _HAS_WCHAR_TYPE */
--typedef short _Wchart;
--typedef short _Wintt;
-- #endif /* _HAS_WCHAR_TYPE */
-- #else /* __cplusplus */
--typedef short _Wchart;
--typedef short _Wintt;
-- #endif /* __cplusplus */
--
-- #else /* __CYGWIN__ */
-- #define _WCMAX 0x7fffffff
-- #ifdef __cplusplus
-- #ifdef _HAS_WCHAR_TYPE
-- #define _WCHART
--typedef wchar_t _Wchart;
--typedef wchar_t _Wintt;
-- #else /* _HAS_WCHAR_TYPE */
--typedef __WCHAR_TYPE__ _Wchart;
--typedef int _Wintt;
-- #endif /* _HAS_WCHAR_TYPE */
-- #else /* __cplusplus */
--typedef __WCHAR_TYPE__ _Wchart;
--typedef int _Wintt;
-- #endif /* __cplusplus */
-- #endif /* __CYGWIN__ */
--
--#define _WCMIN 0
--#define _ILONG 1 /* 0 if 16-bit int */
--
-- /* POINTER PROPERTIES */
--
-- #ifdef _PDT
--typedef _PDT _Ptrdifft;
-- #else /* _PDT */
--typedef __PTRDIFF_TYPE__ _Ptrdifft;
-- #endif /* _PDT */
--
-- #ifdef _SZT
--typedef _SZT _Sizet;
-- #else /* _SZT */
--typedef __SIZE_TYPE__ _Sizet;
-- #endif /* _SZT */
--
-- /* signal PROPERTIES */
--#define _SIGABRT 6
--#define _SIGMAX 44
--
-- /* stdarg PROPERTIES */
--typedef va_list _Va_list;
-- #if __EDG__
-- #undef va_copy
-- #endif /* __EDG__ */
--#ifndef va_copy
-- #define va_copy(dest, src) ((dest) = (src))
--#endif /* va_copy */
--
-- /* stdlib PROPERTIES */
--#define _EXFAIL 1 /* EXIT_FAILURE */
--
--_EXTERN_C
--void _Atexit(void (*)(void));
--_END_EXTERN_C
--
--typedef struct _Mbstatet
-- { /* state of a multibyte translation */
-- unsigned long _Wchar;
-- unsigned short _Byte, _State;
-- } _Mbstatet;
--
-- /* stdio PROPERTIES */
--#define _FNAMAX 64
--#define _FOPMAX 16
--#define _TNAMAX 16
--
--#define _Filet FILE
--
--typedef struct _Fpost
-- { /* file position */
-- long _Off; /* can be system dependent */
-- _Mbstatet _Wstate;
-- } _Fpost;
--
--#ifndef _FPOSOFF
-- #ifdef __sun
-- #define _FPOSOFF(fp) ((long)(fp))
-- #else /* __sun */
-- #if __GLIBC_2_2
-- #define _FPOSOFF(fp) ((long)(fp.__pos))
-- #else
-- #define _FPOSOFF(fp) ((long)(fp))
-- #endif
-- #endif /* __sun */
--#endif
--
--#define _FD_VALID(fd) (0 <= (fd)) /* fd is signed integer */
--#define _FD_INVALID (-1)
--
-- /* STORAGE ALIGNMENT PROPERTIES */
--#define _MEMBND 3U /* eight-byte boundaries (2^^3) */
--
-- /* time PROPERTIES */
--#define _TBIAS ((70 * 365LU + 17) * 86400)
--_C_STD_END
--
-- /* MULTITHREAD PROPERTIES */
-- #if _MULTI_THREAD
--_EXTERN_C
--void _Locksyslock(unsigned int);
--void _Unlocksyslock(unsigned int);
--_END_EXTERN_C
--
-- #else /* _MULTI_THREAD */
-- #define _Locksyslock(x) (void)0
-- #define _Unlocksyslock(x) (void)0
-- #endif /* _MULTI_THREAD */
--
-- /* LOCK MACROS */
-- #define _LOCK_LOCALE 0
-- #define _LOCK_MALLOC 1
-- #define _LOCK_STREAM 2
-- #define _LOCK_DEBUG 3
-- #define _MAX_LOCK 4 /* one more than highest lock number */
--
--
--
-- /* MISCELLANEOUS MACROS */
--#define _ATEXIT_T void
--#define _Mbstinit(x) mbstate_t x = {0, 0}
--
--#define _MAX (max)
--#define _MIN (min)
--
- #define _TEMPLATE_STAT
-
-- #ifdef __SUNPRO_CC
-- #define __EDG__ 1 /* close enough for Sun compiler, hereafter */
-- #endif /* __SUNPRO_CC */
--
-- #if __EDG__
-- #define _NO_RETURN
-- #else /* __EDG__ */
-- #define _NO_RETURN __attribute__((__noreturn__))
-- #endif /* __EDG__ */
- #endif /* _YVALS */
-
- /*
diff --git a/lang/icc7/files/stdarg.h b/lang/icc7/files/stdarg.h
deleted file mode 100644
index c1d8b38de58c..000000000000
--- a/lang/icc7/files/stdarg.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-#include_next <stdarg.h>
-
-#if __ISO_C_VISIBLE >= 1999
-/* Taken from original yvals.h. */
-#ifndef va_copy
-#define va_copy(dest, src) ((dest) = (src))
-#endif
-#endif
diff --git a/lang/icc7/files/stderr.c b/lang/icc7/files/stderr.c
deleted file mode 100644
index 9e463e445318..000000000000
--- a/lang/icc7/files/stderr.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 2002 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD$
- */
-
-#include <stdio.h>
-
-#undef stderr
-FILE *stderr = &__sF[2];
diff --git a/lang/icc7/files/stdin.c b/lang/icc7/files/stdin.c
deleted file mode 100644
index ad20310ce9e9..000000000000
--- a/lang/icc7/files/stdin.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 2002 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD: /tmp/pcvs/ports/lang/icc7/files/Attic/stdin.c,v 1.1 2003-01-11 17:25:51 netchild Exp $
- */
-
-#include <stdio.h>
-
-#undef stdin
-FILE *stdin = &__sF[0];
diff --git a/lang/icc7/files/stdout.c b/lang/icc7/files/stdout.c
deleted file mode 100644
index c5fde6d32039..000000000000
--- a/lang/icc7/files/stdout.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 2002 Marius Strobl
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD: /tmp/pcvs/ports/lang/icc7/files/Attic/stdout.c,v 1.1 2003-01-11 17:25:51 netchild Exp $
- */
-
-#include <stdio.h>
-
-#undef stdout
-FILE *stdout = &__sF[1];
diff --git a/lang/icc7/pkg-descr b/lang/icc7/pkg-descr
deleted file mode 100644
index e18d07f9c0ba..000000000000
--- a/lang/icc7/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is Intels C/C++ compiler, it is set up to produce native FreeBSD binaries.
-
-WWW: http://www.intel.com/software/products/compilers/clin
diff --git a/lang/icc7/pkg-plist b/lang/icc7/pkg-plist
deleted file mode 100644
index a26c8ece9fc3..000000000000
--- a/lang/icc7/pkg-plist
+++ /dev/null
@@ -1,1358 +0,0 @@
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/C++ReleaseNotes.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_lan.pdf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/anal_cmb.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/anal_exc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/anal_imp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/anal_mut.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/anal_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/app_dev.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_64.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_algn.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_alia.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_arth.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_asgn.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_bund.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_data.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_dir.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_grp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_set.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_ug.log
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_ug_lx.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_ug_lx_csh.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/asm_ug_lx_rhc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/bookcls.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/bookopn.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/bsscdhtm.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/clo_abi.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/clo_adv.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/clo_comp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/clo_err.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/clo_file.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/clo_info.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/clo_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/comp_inst.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/comp_jmp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/comp_ln.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/comp_lne.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/comp_str.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/comp_sym.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/compl_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/cover.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/cshdat_robohelp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/cshdat_webhelp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/dep_exmp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/dep_fals.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/dep_mods.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/dep_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/dep_sync.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/diag_err.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/diag_fatl.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/diag_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/diag_synt.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/diag_type.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/diag_wrn.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/disclaimer.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/ehelp.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/ehlpdhtm.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/fea_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/fea_retn.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/fea_spec.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/glossary.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/gs_env.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/gs_inv.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/gs_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/int_abt.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/int_conv.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/int_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/int_pubs.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/int_sys.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/linux.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/linux_ns.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/lnxskin_nologo.skn
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/logo.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/msg_synt.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/note.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/picarrow.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pichand.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/picmouse.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_brn.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_clr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_cmp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_imp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_ind.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_mut.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_mxr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_sco.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_sfe.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/pred_st8.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_areg.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_bank.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_brch.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_decl.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_reg.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_undf.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_unwn.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/vir_valu.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/webhelp.cab
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/webhelp.jar
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whcsh_home.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whcshdata.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whftdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whftdata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whfts.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whfts.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whfwdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whgdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whglo.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whglo.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whidata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whidata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whidx.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whidx.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whtdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whtdata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whtoc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whdata/whtoc.js
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/asm_ug/whdata
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whestart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whfbody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whfdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whfform.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whfhost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whform.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whframes.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgbody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whexpbar.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstg0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlsti0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt10.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt11.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt12.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt13.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt3.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt4.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt5.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt6.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt7.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt8.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whlstt9.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvf30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvf31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvf32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvf33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvl31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvl32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvl33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvp30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvp31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvp32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvp33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvt30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvt31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvt32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdata/whnvt33.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/asm_ug/whgdata
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdef.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whgdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whghost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whhost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whibody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whidhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whiform.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whihost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whlang.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whmozemu.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whmsg.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whnjs.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whphost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whproj.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whproj.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whproj.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whproxy.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whres.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whrstart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_banner.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_blank.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_frmset01.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_frmset010.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_homepage.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_info.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_mbars.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_papplet.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_pdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_pickup.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_plist.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whskin_tbars.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whst_topics.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whstart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whstart.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whstub.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_abge.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_abgi.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_abgw.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_abte.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_abti.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_abtw.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_fts_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_fts_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_glo_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_glo_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_go.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_hide.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_idx_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_idx_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_logo1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_logo2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_next.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_next_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_nologo.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_prev.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_prev_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_spac.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_sync.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab0.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab3.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab5.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab6.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab7.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_tab8.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_toc3.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_toc4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_toc_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_toc_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_ws.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/wht_ws_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whtbar.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whtdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whthost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whtopic.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whutils.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whver.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whxdata/whftdata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whxdata/whfts.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whxdata/whglo.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whxdata/whidata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whxdata/whidx.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whxdata/whtdata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug/whxdata/whtoc.xml
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/asm_ug/whxdata
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/asm_ug
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/asm_ug.pdf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/bookcls.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/bookopn.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/caution.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch01-4.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch02-2.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch03-2.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch03-3.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch03-4.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch03-8.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch04-3.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch04-4.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch13-22.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ch13-24.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/cover.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/cshdat_robohelp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/cshdat_webhelp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ehlpdhtm.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/index.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/index_csh.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/index_rhc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/ivec.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux.log
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux000.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux101.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux102.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux103.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux104.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux105.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux106.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux107.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux108.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux109.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux110.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux111.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux112.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux113.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux114.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux115.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux116.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux117.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux118.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux119.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux11a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux120.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux120a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux121.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux122.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux123.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux124.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux125.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux126.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux127.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux128.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux129.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux12a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux130.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux131.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux132.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux133.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux134.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux135.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux136.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux137.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux138.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux139.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux13a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux140.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux141.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux142.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux143.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux144.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux145.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux146.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux147.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux148.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux149.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux150.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux151.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux152.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux154.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux155.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux156.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux157.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux158.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux159.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux160.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux161.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux162.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux163.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux164.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux165.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux166.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux167.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux168.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux169.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux16a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux170.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux171.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux172.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux174.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux175.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux177.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux178.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux17a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux180.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux181.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux182.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux183.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux184.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux185.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux186.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux187.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux188.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux189.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux190.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux191.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux192.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux193.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux194.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux195.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux195b.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux196.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux197.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux198.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux199.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux200.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux201.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux202.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux203.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux204.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux205.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux206.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux208.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux209.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux209a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux210.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux211.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux212.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux213.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux220.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux25a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux26a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux27a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux28a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux29a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux29b.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux2a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux300.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux301.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux302.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux304.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux305.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux306.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux307.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux308.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux309.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux310.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux311.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux312.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux313.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux314.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux315.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux316.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux317.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux318.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux319.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux31a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux320.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux321.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux322.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux323.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux324.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux325.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux326.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux327.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux328.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux329.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux330.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux331.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux332.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux333.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux334.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux335.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux336.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux337.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux338.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux339.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux340.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux341.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux342.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux343.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux344.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux345.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux346.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux347.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux348.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux349.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux350.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux351.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux352.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux353.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux354.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux355.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux356.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux35a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux36a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux37a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux3a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux40a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux41a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux42a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux42b.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux44a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux46a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux49a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux50a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux54a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux56a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux57a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux59a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux59b.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux5a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux600.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux601.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux602.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux603.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux604.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux605.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux606.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux607.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux608.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux609.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux60a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux610.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux611.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux612.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux613.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux614.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux615.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux616.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux617.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux618.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux619.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux62a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux620.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux64a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux65a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux69a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux6a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux700.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux701.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux702.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux703.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux704.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux705.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux706.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux707.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux708.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux709.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux70a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux710.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux711.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux712.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux713.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux714.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux715.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux716.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux717.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux718.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux719.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux720.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux72a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux73a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux75a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux76a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux7a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux81a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux82a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux86a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux89a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux92.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux93.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux94.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux97.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux98.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux99.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux9a.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/linux_ns.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_comc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_expo.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_hypr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_list.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_near.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_othr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_ovr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_remd.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_spec.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_trig.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lm_use.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/lnxskin_nologo.skn
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix10.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix3.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix5.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix6.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix7.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix8.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/mix9.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/note.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/om08832.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/om08833.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/om088345.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/om09714c.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/picarrow.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/pichand.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/picmouse.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/simd_flow.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/webhelp.cab
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/webhelp.jar
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whcsh_home.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whcshdata.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whftdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whftdata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whfts.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whfts.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whfwdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whgdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whglo.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whglo.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whidata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whidata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whidx.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whidx.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whtdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whtdata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whtoc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whdata/whtoc.js
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/c_ug/whdata
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whestart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whfbody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whfdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whfform.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whfhost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whform.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whframes.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgbody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whexpbar.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstg0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlsti0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt10.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt11.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt12.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt13.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt14.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt15.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt16.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt17.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt18.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt19.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt20.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt21.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt22.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt23.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt24.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt25.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt26.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt27.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt28.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt29.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt3.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt34.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt35.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt36.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt37.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt38.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt39.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt4.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt40.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt41.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt42.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt43.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt44.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt45.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt46.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt47.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt48.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt49.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt5.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt50.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt51.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt52.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt53.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt54.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt55.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt56.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt57.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt58.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt59.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt6.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt60.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt61.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt62.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt63.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt64.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt7.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt8.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whlstt9.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvf30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvf31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvf32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvf33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvl31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvl32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvl33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvp30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvp31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvp32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvp33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvt30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvt31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvt32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdata/whnvt33.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/c_ug/whgdata
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdef.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whgdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whghost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whhost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whibody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whidhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whiform.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whihost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whlang.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whmozemu.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whmsg.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whnjs.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whphost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whproj.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whproj.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whproj.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whproxy.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whres.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whrstart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_banner.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_blank.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_frmset01.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_frmset010.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_homepage.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_info.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_mbars.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_papplet.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_pdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_pickup.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_plist.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whskin_tbars.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whst_topics.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whstart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whstart.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whstub.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_abge.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_abgi.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_abgw.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_abte.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_abti.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_abtw.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_fts_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_fts_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_glo_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_glo_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_go.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_hide.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_idx_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_idx_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_logo1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_logo2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_next.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_next_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_nologo.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_prev.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_prev_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_spac.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_sync.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab0.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab3.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab5.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab6.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab7.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_tab8.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_toc3.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_toc4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_toc_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_toc_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_ws.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/wht_ws_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whtbar.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whtdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whthost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whtopic.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whutils.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whver.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whxdata/whftdata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whxdata/whfts.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whxdata/whglo.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whxdata/whidata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whxdata/whidx.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whxdata/whtdata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug/whxdata/whtoc.xml
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/c_ug/whxdata
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/c_ug
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/c_ug_lnx.pdf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ccompindex.htm
-intel/%%COMPILERDIR%%/docs/clicense
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/credist.txt
-intel/%%COMPILERDIR%%/docs/csupport
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/flex_ug.pdf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/icid.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/icpi.htm
-@comment %%PORTDOCS%%intel/%%COMPILERDIR%%/docs/notes/icc_fixes.txt
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/notes/icc_issues.txt
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/notes
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ann_entr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ann_mem.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ann_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ann_pred.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ann_vec.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/asm_lan.log
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/asm_lan_lx.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/asm_lan_lx_csh.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/asm_lan_lx_rhc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_app.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_brch.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_cntr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_fp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_greg.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_indr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_othr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axa_pred.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axb_miss.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axb_opcd.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axb_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axc_reloc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/axd_dir.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/bookcls.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/bookopn.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/bsscdhtm.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/bund_exp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/bund_imp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/bundle.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/bundles.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cnst_c.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cnst_chr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cnst_msm.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cnst_num.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cnst_str.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cover.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cshdat_robohelp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/cshdat_webhelp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/data_alg.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/data_crs.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/data_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/data_spc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/data_stm.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/decl_als.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/decl_com.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/decl_fil.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/decl_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/decl_stp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/decl_sze.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/decl_vis.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/disclaimer.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ehelp.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ehlpdhtm.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_cnt.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_exp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_ids.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_mnm.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_nme.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_rnm.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_smb.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_snm.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_typ.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/elem_val.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/gloss.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/linux.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/linux_ns.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/lnxskin_nologo.skn
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/logo.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_pre.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_rad.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_reg.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_rot.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_rrg.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_stk.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_str.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/misc_urt.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/msc_bte.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/note.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ovw_abt.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ovw_not.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ovw_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/ovw_pubs.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/picarrow.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/pichand.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/picmouse.bmp
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/proc_dir.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/proc_lbl.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/proc_win.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/proceds.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/prog_dep.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/prog_inc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/prog_ins.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_abs.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_dir.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_flag.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_link.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_prdf.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_ret.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_stck.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_use.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sec_win.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/smb_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sect_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/smb_glob.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/smb_locl.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/smb_weak.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_asgn.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_crss.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_data.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_dir.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_eq.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_inst.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_labl.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/sta_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/stck_exp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/stck_lst.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/stck_opr.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/stck_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/stck_prc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/stck_svx.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/stck_use.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/strt_ovw.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/webhelp.cab
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/webhelp.jar
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whcsh_home.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whcshdata.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whftdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whftdata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whfts.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whfts.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whfwdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whgdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whglo.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whglo.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whidata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whidata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whidata1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whidx.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whidx.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whtdata.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whtdata0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whtoc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whdata/whtoc.js
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/ref/whdata
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whestart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whfbody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whfdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whfform.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whfhost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whform.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whframes.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgbody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whexpbar.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstg0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti10.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti3.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti4.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti5.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti6.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti7.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti8.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlsti9.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt14.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt15.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt16.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt17.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt18.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt0.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt10.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt11.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt12.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt13.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt3.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt4.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt5.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt6.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt7.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt8.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whlstt9.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvf30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvf31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvf32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvf33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvl31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvl32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvl33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvp30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvp31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvp32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvp33.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvt30.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvt31.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvt32.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdata/whnvt33.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/ref/whgdata
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdef.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whgdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whghost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whhost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whibody.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whidhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whiform.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whihost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whlang.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whmozemu.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whmsg.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whnjs.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whphost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whproj.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whproj.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whproj.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whproxy.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whres.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whrstart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_banner.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_blank.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_frmset01.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_frmset010.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_homepage.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_info.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_mbars.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_papplet.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_pdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_pickup.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_plist.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whskin_tbars.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whst_topics.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whstart.ico
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whstart.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whstub.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_abge.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_abgi.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_abgw.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_abte.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_abti.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_abtw.jpg
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_fts_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_fts_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_glo_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_glo_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_go.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_hide.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_idx_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_idx_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_logo1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_logo2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_next.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_next_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_nologo.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_prev.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_prev_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_spac.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_sync.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab0.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab3.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab5.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab6.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab7.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_tab8.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_toc3.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_toc4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_toc_h.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_toc_n.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_ws.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/wht_ws_g.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whtbar.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whtdhtml.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whthost.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whtopic.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whutils.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whver.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whftdata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whfts.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whglo.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whidata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whidata1.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whidx.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whtdata0.xml
-%%PORTDOCS%%intel/%%COMPILERDIR%%/docs/ref/whxdata/whtoc.xml
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/ref/whxdata
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs/ref
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/docs
-intel/%%COMPILERDIR%%/ia32/bin/Errormatch.txt
-intel/%%COMPILERDIR%%/ia32/bin/icc
-intel/%%COMPILERDIR%%/ia32/bin/icc.cfg
-intel/%%COMPILERDIR%%/ia32/bin/iccbin
-intel/%%COMPILERDIR%%/ia32/bin/iccbin.cfg
-intel/%%COMPILERDIR%%/ia32/bin/iccfilt
-intel/%%COMPILERDIR%%/ia32/bin/iccvars.csh
-intel/%%COMPILERDIR%%/ia32/bin/iccvars.sh
-intel/%%COMPILERDIR%%/ia32/bin/icid
-intel/%%COMPILERDIR%%/ia32/bin/icpc
-intel/%%COMPILERDIR%%/ia32/bin/icpc.cfg
-intel/%%COMPILERDIR%%/ia32/bin/icpcbin
-intel/%%COMPILERDIR%%/ia32/bin/icpcbin.cfg
-intel/%%COMPILERDIR%%/ia32/bin/icpi
-intel/%%COMPILERDIR%%/ia32/bin/ldwrapper/ld
-@dirrm intel/%%COMPILERDIR%%/ia32/bin/ldwrapper
-intel/%%COMPILERDIR%%/ia32/bin/mcpcom
-intel/%%COMPILERDIR%%/ia32/bin/profmerge
-intel/%%COMPILERDIR%%/ia32/bin/proforder
-intel/%%COMPILERDIR%%/ia32/bin/xiar
-intel/%%COMPILERDIR%%/ia32/bin/xild
-@dirrm intel/%%COMPILERDIR%%/ia32/bin
-intel/%%COMPILERDIR%%/ia32/include/cassert
-intel/%%COMPILERDIR%%/ia32/include/cctype
-intel/%%COMPILERDIR%%/ia32/include/cerrno
-intel/%%COMPILERDIR%%/ia32/include/cfloat
-intel/%%COMPILERDIR%%/ia32/include/ciso646
-intel/%%COMPILERDIR%%/ia32/include/climits
-intel/%%COMPILERDIR%%/ia32/include/clocale
-intel/%%COMPILERDIR%%/ia32/include/cmath
-intel/%%COMPILERDIR%%/ia32/include/csetjmp
-intel/%%COMPILERDIR%%/ia32/include/csignal
-intel/%%COMPILERDIR%%/ia32/include/cstdarg
-intel/%%COMPILERDIR%%/ia32/include/cstddef
-intel/%%COMPILERDIR%%/ia32/include/cstdio
-intel/%%COMPILERDIR%%/ia32/include/cstdlib
-intel/%%COMPILERDIR%%/ia32/include/cstring
-intel/%%COMPILERDIR%%/ia32/include/ctime
-intel/%%COMPILERDIR%%/ia32/include/cwchar
-intel/%%COMPILERDIR%%/ia32/include/cwctype
-intel/%%COMPILERDIR%%/ia32/include/dvec.h
-intel/%%COMPILERDIR%%/ia32/include/emm_func.h
-intel/%%COMPILERDIR%%/ia32/include/emmintrin.h
-intel/%%COMPILERDIR%%/ia32/include/exception
-intel/%%COMPILERDIR%%/ia32/include/fvec.h
-intel/%%COMPILERDIR%%/ia32/include/ivec.h
-intel/%%COMPILERDIR%%/ia32/include/mathimf.h
-intel/%%COMPILERDIR%%/ia32/include/mmintrin.h
-intel/%%COMPILERDIR%%/ia32/include/new
-intel/%%COMPILERDIR%%/ia32/include/new.h
-intel/%%COMPILERDIR%%/ia32/include/pgouser.h
-intel/%%COMPILERDIR%%/ia32/include/pmmintrin.h
-intel/%%COMPILERDIR%%/ia32/include/proto.h
-intel/%%COMPILERDIR%%/ia32/include/sse2mmx.h
-intel/%%COMPILERDIR%%/ia32/include/stdarg.h
-intel/%%COMPILERDIR%%/ia32/include/sys/cdefs.h
-@dirrm intel/%%COMPILERDIR%%/ia32/include/sys
-intel/%%COMPILERDIR%%/ia32/include/typeinfo
-intel/%%COMPILERDIR%%/ia32/include/xmmintrin.h
-intel/%%COMPILERDIR%%/ia32/include/xmtx.h
-intel/%%COMPILERDIR%%/ia32/include/xstddef
-intel/%%COMPILERDIR%%/ia32/include/yvals.h
-@dirrm intel/%%COMPILERDIR%%/ia32/include
-intel/%%COMPILERDIR%%/ia32/lib/crtxi.o
-intel/%%COMPILERDIR%%/ia32/lib/crtxn.o
-intel/%%COMPILERDIR%%/ia32/lib/icrt.internal.map
-intel/%%COMPILERDIR%%/ia32/lib/icrt.link
-intel/%%COMPILERDIR%%/ia32/lib/libcxa.a
-intel/%%COMPILERDIR%%/ia32/lib/libcxa.so
-intel/%%COMPILERDIR%%/ia32/lib/libcxa.so.3
-intel/%%COMPILERDIR%%/ia32/lib/libimf.a
-intel/%%COMPILERDIR%%/ia32/lib/libirc.a
-intel/%%COMPILERDIR%%/ia32/lib/libircmt.a
-intel/%%COMPILERDIR%%/ia32/lib/libsvml.a
-intel/%%COMPILERDIR%%/ia32/lib/libunwind.a
-@dirrm intel/%%COMPILERDIR%%/ia32/lib
-@dirrm intel/%%COMPILERDIR%%/ia32
-@dirrm intel/%%COMPILERDIR%%/man/man1
-@dirrm intel/%%COMPILERDIR%%/man
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch0/conventi.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch0/descript.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch0/obj.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch0/overview.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch0/prereq.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch0/req.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch0/why.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch0
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/fortran.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/invabout.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/invoking.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/overview.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/quiz.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vc6/makefile.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vc6/options.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vc6/select.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vc6/vcpp6.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch1/vc6
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vsnet/env_vari.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vsnet/options.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vsnet/select.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch1/vsnet/vcppnet.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch1/vsnet
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch1
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch2/optimiz.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch2/quiz.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch2/settings.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch2
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/combinin.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/combtabl.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/dispauto.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/dispmanu.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/example.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/examplm.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/examplm2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/exclusiv.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/itanium.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/newswitch.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/overview.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/quiz.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch3/scheduli.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch3
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/autopara.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/hloabout.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/hloiarch.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/hloiexmp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/hlousage.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/openmp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/overview.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/quiz.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch4/vectorize.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch4
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/example1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/example2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/indbranc.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/ipo1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/ipo2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/ipo3.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/ipo5.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/overview.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/pgo1.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/pgo1exmp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/pgo2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/pgo3.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/pgo4.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/pgo5.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/predicat.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/predicat2.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch5/quiz.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch5
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch6/fpp.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch6/math.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch6/other.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/ch6/quiz.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/ch6
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/feedback/feedback.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/feedback
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/final/related.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/final/review.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/final
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/1_tool_menu.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/2_compslct.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/3_project_menu.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/4_project_settings.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/5_project_settings.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/Qip.swf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/Qipo.swf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/ch1quiz.swf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/cmd_slct.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/ia32.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/ipoenabl.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/itanium.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/memcpyu.swf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/optimize_project.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/options-page.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/pentium4.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/pgo_opt_code.swf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/pgoadvan.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/pgocycle.swf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/pgowload.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/prop_menu_file.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/prop_pages.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/prop_pages_file.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/properties_menu.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/splash.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/tool-options.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/tools_menu-directories.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/wbttitl.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/images/wbttitln.gif
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/images
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/index.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/legal/disclaim.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize/legal
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/revision.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/optimize/up_left.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/optimize
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/behActions.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/behCourseBuilder.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/behDragLayer.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/behTimeline.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/cmi.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/elemDragClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/elemHotaClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/elemIbtnClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/elemInptClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/elemSldrClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/elemTextClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/elemTimrClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/interactionClass.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/scripts/version.txt
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/scripts
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/blank.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/glossary.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/hitoc.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/keypress.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/left.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/loadFile.class
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/loadFile.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/low_left.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/lowright.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/lowright_no_status.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/nav/startnav.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/nav/starttoc.htm
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/templ/nav
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/popup.js
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/right.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/styles.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/styles_linux.css
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/tocright.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/top.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/up_right.htm
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ/win_eg.js
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/templ
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/bgrndtoc.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/bgrndtoclong.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/bgrndtop.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/buttons/but_cont.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/buttons/but_egD.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/buttons/but_egU.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/buttons/but_res.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/buttons/butbackD.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/buttons/butbackU.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/buttons/butstrtU.gif
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/templ_im/buttons
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/fla_test.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/fla_test.swf
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/gloss.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/hide_toc.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/0.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/_1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/_2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/buttonm.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/buttonp.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/cur_page.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/hibullet.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/internet.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/next.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/nonext.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/noprev.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/prev.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/s1.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/s2.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/sho_stat.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/shoblank.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/shor_but.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/shortcut.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/icons/spacer.gif
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/templ_im/icons
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/loader.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/logo.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/lowleft.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/lowright.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/navbot.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/navbotleft.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/oranline.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/orbcktop.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/shortcut.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/show_toc.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/spacer.gif
-%%PORTDOCS%%intel/%%COMPILERDIR%%/training/templ_im/use_nav.gif
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/templ_im
-%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training
-@dirrm intel/%%COMPILERDIR%%
-@dirrm intel/licenses
-@dirrm intel