mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: Intel's Fortran compiler supporting Pentium 4 and Itanium processor.
PR: 37704 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
This commit is contained in:
parent
aea562e076
commit
9da9c4f4af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62630
@ -76,6 +76,7 @@
|
||||
SUBDIR += icc
|
||||
SUBDIR += ici
|
||||
SUBDIR += icon
|
||||
SUBDIR += ifc
|
||||
SUBDIR += intel2gas
|
||||
SUBDIR += intercal
|
||||
SUBDIR += itcl
|
||||
|
82
lang/ifc/Makefile
Normal file
82
lang/ifc/Makefile
Normal file
@ -0,0 +1,82 @@
|
||||
# New ports collection makefile for: ifc
|
||||
# Date created: Oct 30, 2001
|
||||
# Whom: chat95@mbox.kyoto-inet.or.jp
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ifc
|
||||
PORTVERSION= 6.0.140
|
||||
CATEGORIES= lang linux
|
||||
MASTER_SITES= http://developer.intel.com/software/products/compilers/downloads/l_fc_p_6.0.140.htm
|
||||
DISTNAME= l_fc_p_6.0.140
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= chat95@mbox.kyoto-inet.or.jp
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base
|
||||
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \
|
||||
${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools-7
|
||||
|
||||
RESTRICTED= "Redistribution not allowed"
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
NO_CDROM= ${RESTRICTED}
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
#USE_LINUX= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES}, e.g. from http://developer.intel.com/software/products/compilers/f60l/noncom.htm. Put it into ${DISTDIR} and run make again."
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.for i in \
|
||||
intel-ifc6-6.0-140.i386.rpm \
|
||||
# intel-ildb6-6.0-191.i386.rpm \
|
||||
# intel-efc6-6.0-140.ia64.rpm \
|
||||
# intel-eldb6-6.0-191.ia64.rpm
|
||||
@cd ${WRKSRC}; rpm2cpio ${i} | cpio -idu --quiet
|
||||
.endfor
|
||||
|
||||
pre-patch:
|
||||
@${CHMOD} a+rx ${WRKSRC}/opt
|
||||
.for i in docs ia32/include ia32/lib
|
||||
@${FIND} ${WRKSRC}/opt/intel/compiler60/${i} -type f -print0 | \
|
||||
xargs -0 ${CHMOD} a-x,g-w
|
||||
.endfor
|
||||
@${FIND} ${WRKSRC}/opt -type d -print0 | xargs -0 ${CHMOD} go-w
|
||||
.for i in INTEL f90com fpp icid ifcbin ifccem lmgrd.intel lmutil profmerge proforder xiar xild
|
||||
@brandelf -t Linux ${WRKSRC}/opt/intel/compiler60/ia32/bin/${i}
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
.for i in ia32/bin/ifcvars.csh ia32/bin/ifcvars.sh \
|
||||
ia32/bin/ifc ia32/bin/ifc.pcl
|
||||
@${SED} 's@\<INSTALLDIR\>@${PREFIX}/intel@g; s@-tp p6@@; s@man -w@manpath@ ; s@/bin/sh@${LINUXBASE}/bin/sh@' \
|
||||
${WRKSRC}/opt/intel/compiler60/${i} \
|
||||
>${WRKSRC}/opt/intel/compiler60/${i}.seded
|
||||
@${MV} -f ${WRKSRC}/opt/intel/compiler60/${i}.seded \
|
||||
${WRKSRC}/opt/intel/compiler60/${i}
|
||||
@${CHMOD} 755 ${WRKSRC}/opt/intel/compiler60/${i}
|
||||
.endfor
|
||||
.if defined(NOPORTDOCS)
|
||||
@${RM} -rf ${WRKSRC}/opt/intel/compiler60/docs
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/opt && ${TAR} -chf - . | \
|
||||
${TAR} -xf - -C ${PREFIX}
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD} "${PKGNAME} is now installed in ${PREFIX}/intel, to use it you have to"
|
||||
@${ECHO_CMD} "source the appropriate ${PREFIX}/intel/compiler60/ia32/bin/ifcvars.{,c}sh"
|
||||
@${ECHO_CMD} "script and put your license into your \$${INTEL_FLEXLM_LICENSE} (default:"
|
||||
@${ECHO_CMD} "${PREFIX}/intel/licenses) directory."
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
lang/ifc/distinfo
Normal file
1
lang/ifc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (l_fc_p_6.0.140.tar) = 7eb172e4148261373e43fda07bb7aaf7
|
1
lang/ifc/pkg-comment
Normal file
1
lang/ifc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Intel's Fortran compiler supporting Pentium 4 and Itanium processor
|
13
lang/ifc/pkg-descr
Normal file
13
lang/ifc/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
The Intel Fortran Compiler 6.0 for Linux, supporting
|
||||
development of performance-oriented applications for
|
||||
Pentium processors, including the new Pentium 4
|
||||
processor (and the 64-bit Intel Itanium processor).
|
||||
|
||||
You can obtain 30-day Free Evaluation Software(Includes Support)
|
||||
or, Non-Commercial Unsupported lisence.
|
||||
|
||||
URL: http://developer.intel.com/software/products/compilers/downloads/l_fc_p_6.0.140.htm
|
||||
WWW: http://developer.intel.com/software/products/eval/
|
||||
|
||||
- NAKATA, Maho
|
||||
E-mail: chat95@mbox.kyoto-inet.or.jp
|
675
lang/ifc/pkg-plist
Normal file
675
lang/ifc/pkg-plist
Normal file
@ -0,0 +1,675 @@
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/_blank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_cmb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_exc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_imp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_mut.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/app_dev.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_64.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_algn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_alia.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_arth.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_asgn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_bund.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_grp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_set.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.ftp
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhc
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhc.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhk
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhk.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhs
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhs.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx_csh.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav7.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav8.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnbar.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab0.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_abi.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_adv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_comp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_err.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_file.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_info.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_inst.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_jmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_ln.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_lne.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_sym.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/compl_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/cover.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_exmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_fals.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_mods.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_sync.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_err.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_fatl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_synt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_type.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_wrn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/disclaimer.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht4.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht5.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht6.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht7.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/fea_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/fea_retn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/fea_spec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ftsbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ftsdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ftsform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/glossary.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/gs_env.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/gs_inv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/gs_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxlist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_abt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_conv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_pubs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_sys.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/linux.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/linux_ns.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/logo.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/msg_synt.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/navframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/navpane1.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/navpane2.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/note.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/nsdnsfix.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/nsdnsfix.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_brn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_clr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_cmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_imp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_ind.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_mut.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_mxr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_sco.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_sfe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_st8.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/tabframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/tocdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/toclist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_areg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_bank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_brch.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_decl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_reg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_undf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_unwn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_valu.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.res
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp0.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp0.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp4.js
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/asm_ug
|
||||
%%PORTDOCS%%intel/compiler60/docs/notes/ifc_fixes.txt
|
||||
%%PORTDOCS%%intel/compiler60/docs/notes/ifc_issues.txt
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/notes
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/_blank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_arg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_list.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_ref.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/appdev.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/binder.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav7.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav8.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnbar.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab0.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/caution.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/cleanup.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/cmp_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_asex.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_asm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_ass.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_dflt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_exe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_list.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_mntr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_obj.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_out.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_summ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/cover.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_dd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_prep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_symb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_synt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/diag_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/discl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/doc_how.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/doc_pubs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_comb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_excl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_spec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ehlpdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ehlpdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ehlpdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_allo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_excp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_intr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_io.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_math.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_run.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_conf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_incl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_resp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_vars.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_bnd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_dep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_fil.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_mgr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_mod.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_org.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_puc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_stl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/files_32.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/files_64.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/flxlm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.ftp
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhc
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhc.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhk
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhk.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhs
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhs.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx_csh.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_args.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_comm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_endi.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_srce.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fortran_help.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ftsbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ftsdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ftsform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_altn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_args.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_cmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_comm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_cout.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_dbg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_diag.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_dsp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_fce.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_fpar.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_hlo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_ipo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_levl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_libs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_link.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_par.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_pgo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_ppro.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_reps.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_src.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_vec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_ivd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_lop.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_prf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_scl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_unr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxlist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ieee_inv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ieee_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_deft.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_inp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_libs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_line.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_make.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_phas.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_anal.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_cri.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_exec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_ilct.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_inl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_make.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_mult.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_qopt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_real.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_spec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_32.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_mng.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_posx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_shar.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lim_kind.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lim_max.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/linux.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/linux_ns.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lnk_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/math_libs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/misalign.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_args.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_callp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_char.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_cmlx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_expl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_impl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_intr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_proc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_ptrs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_retc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_retr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_rtcm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_scal.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_valu.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_comm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_diag.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_err.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_info.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_warn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/navframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/navpane1.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/navpane2.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/note.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/nsdnsfix.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/nsdnsfix.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/opmp_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/opmp_lib.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/opt_reps.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_ext.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_opmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_rtns.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_std.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo32.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo64.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_exmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_guid.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_list.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_meth.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_ordr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_util.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_vars.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_dmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_drs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_int.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_res.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_fls.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_inc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_mcr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_onl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/proc_alt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_ben.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_cyc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_inf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_new.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_req.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_alpha.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_govw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_new.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_par.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_rep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_thr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_ca.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_chck.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_dumm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_inv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_mort.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_subs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_vars.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_32.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_64.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_genr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_mp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_prec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_rstr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_set.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_targ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/tabframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/tocdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/toclist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_bod.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_cns.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_dat.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_exm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_ext.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_int.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_key.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_opt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_ref.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_typ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.res
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp0.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp0.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp4.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/welcome.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/xref_bth.htm
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/f_ug
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/_blank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_entr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_mem.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_pred.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_vec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.ftp
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhc
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhc.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhk
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhk.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhs
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhs.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx_csh.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_app.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_brch.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_cntr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_fp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_greg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_indr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_othr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_pred.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axb_miss.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axb_opcd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axb_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axc_reloc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axd_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bsscdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bsscdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bsscnbar.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab0.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bund_exp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bund_imp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bundle.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bundles.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_c.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_chr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_msm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_num.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cover.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_alg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_crs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_spc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_stm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_als.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_com.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_fil.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_stp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_sze.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_vis.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/disclaimer.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehelp.xml
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht4.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht5.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht6.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht7.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_cnt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_exp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_ids.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_mnm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_nme.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_rnm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_smb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_snm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_typ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_val.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ftsbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ftsdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ftsform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/gloss.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxlist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/linux.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/linux_ns.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/logo.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_pre.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_rad.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_reg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_rot.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_rrg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_stk.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_urt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/msc_bte.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/navframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/navpane1.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/navpane2.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/note.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/nsdnsfix.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/nsdnsfix.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_abt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_not.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_pubs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proc_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proc_lbl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proc_win.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proceds.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/prog_dep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/prog_inc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/prog_ins.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_abs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_flag.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_link.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_prdf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_ret.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_stck.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_win.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sect_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_glob.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_locl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_weak.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_asgn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_crss.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_eq.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_inst.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_labl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_exp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_lst.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_opr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_prc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_svx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/strt_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/tabframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/tocdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/toclist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.res
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp0.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp0.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp4.js
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/ref
|
||||
%%PORTDOCS%%intel/compiler60/docs/FortranReleaseNotes.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_lan.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/enduser.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/fcompindex.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/flicense
|
||||
%%PORTDOCS%%intel/compiler60/docs/for_lib.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/for_prg.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/for_ug_lnx.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/fsupport
|
||||
%%PORTDOCS%%intel/compiler60/docs/icid.htm
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs
|
||||
%%PORTDOCS%%intel/compiler60/man/man1/ifc.1
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/man/man1
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/man
|
||||
intel/compiler60/ia32/bin/INTEL
|
||||
intel/compiler60/ia32/bin/f90com
|
||||
intel/compiler60/ia32/bin/fpp
|
||||
intel/compiler60/ia32/bin/icid
|
||||
intel/compiler60/ia32/bin/ifc
|
||||
intel/compiler60/ia32/bin/ifc.pcl
|
||||
intel/compiler60/ia32/bin/ifcbin
|
||||
intel/compiler60/ia32/bin/ifccem
|
||||
intel/compiler60/ia32/bin/ifcvars.csh
|
||||
intel/compiler60/ia32/bin/ifcvars.sh
|
||||
intel/compiler60/ia32/bin/lmgrd.intel
|
||||
intel/compiler60/ia32/bin/lmutil
|
||||
intel/compiler60/ia32/bin/profmerge
|
||||
intel/compiler60/ia32/bin/proforder
|
||||
intel/compiler60/ia32/bin/uninstall
|
||||
intel/compiler60/ia32/bin/xiar
|
||||
intel/compiler60/ia32/bin/xild
|
||||
@dirrm intel/compiler60/ia32/bin
|
||||
intel/compiler60/ia32/lib/crtxi.o
|
||||
intel/compiler60/ia32/lib/crtxn.o
|
||||
intel/compiler60/ia32/lib/icrt.internal.map
|
||||
intel/compiler60/ia32/lib/icrt.link
|
||||
intel/compiler60/ia32/lib/libBINDF90.a
|
||||
intel/compiler60/ia32/lib/libCEPCF90.a
|
||||
intel/compiler60/ia32/lib/libCEPCF90.so
|
||||
intel/compiler60/ia32/lib/libF90.a
|
||||
intel/compiler60/ia32/lib/libF90.so
|
||||
intel/compiler60/ia32/lib/libIEPCF90.a
|
||||
intel/compiler60/ia32/lib/libIEPCF90.so
|
||||
intel/compiler60/ia32/lib/libPEPCF90.a
|
||||
intel/compiler60/ia32/lib/libPEPCF90.so
|
||||
intel/compiler60/ia32/lib/libPOSF90.a
|
||||
intel/compiler60/ia32/lib/libPOSF90.so
|
||||
intel/compiler60/ia32/lib/libcprts.a
|
||||
intel/compiler60/ia32/lib/libcprts.so
|
||||
intel/compiler60/ia32/lib/libcprts.so.1
|
||||
intel/compiler60/ia32/lib/libcxa.a
|
||||
intel/compiler60/ia32/lib/libcxa.so
|
||||
intel/compiler60/ia32/lib/libcxa.so.1
|
||||
intel/compiler60/ia32/lib/libguide.a
|
||||
intel/compiler60/ia32/lib/libguide.so
|
||||
intel/compiler60/ia32/lib/libimf.a
|
||||
intel/compiler60/ia32/lib/libimf.so
|
||||
intel/compiler60/ia32/lib/libintrins.a
|
||||
intel/compiler60/ia32/lib/libintrins.so
|
||||
intel/compiler60/ia32/lib/libirc.a
|
||||
intel/compiler60/ia32/lib/libircmt.a
|
||||
intel/compiler60/ia32/lib/libompstub.a
|
||||
intel/compiler60/ia32/lib/libsvml.a
|
||||
intel/compiler60/ia32/lib/libunwind.a
|
||||
intel/compiler60/ia32/lib/libunwind.so
|
||||
intel/compiler60/ia32/lib/libunwind.so.1
|
||||
@dirrm intel/compiler60/ia32/lib
|
||||
intel/compiler60/ia32/include/iflkinds.d
|
||||
intel/compiler60/ia32/include/iflkinds.f90
|
||||
intel/compiler60/ia32/include/iflkinds.o
|
||||
intel/compiler60/ia32/include/iflomp.d
|
||||
intel/compiler60/ia32/include/iflomp.f90
|
||||
intel/compiler60/ia32/include/iflport.d
|
||||
intel/compiler60/ia32/include/iflport.f90
|
||||
intel/compiler60/ia32/include/iflport.o
|
||||
intel/compiler60/ia32/include/iflposix.d
|
||||
intel/compiler60/ia32/include/iflposix.f90
|
||||
intel/compiler60/ia32/include/iflposix.o
|
||||
intel/compiler60/ia32/include/work.pc
|
||||
intel/compiler60/ia32/include/work.pcl
|
||||
@dirrm intel/compiler60/ia32/include
|
||||
@dirrm intel/compiler60/ia32
|
||||
@dirrm intel/compiler60
|
||||
@dirrm intel/licenses
|
||||
@dirrm intel
|
82
lang/ifc7/Makefile
Normal file
82
lang/ifc7/Makefile
Normal file
@ -0,0 +1,82 @@
|
||||
# New ports collection makefile for: ifc
|
||||
# Date created: Oct 30, 2001
|
||||
# Whom: chat95@mbox.kyoto-inet.or.jp
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ifc
|
||||
PORTVERSION= 6.0.140
|
||||
CATEGORIES= lang linux
|
||||
MASTER_SITES= http://developer.intel.com/software/products/compilers/downloads/l_fc_p_6.0.140.htm
|
||||
DISTNAME= l_fc_p_6.0.140
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= chat95@mbox.kyoto-inet.or.jp
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base
|
||||
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \
|
||||
${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools-7
|
||||
|
||||
RESTRICTED= "Redistribution not allowed"
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
NO_CDROM= ${RESTRICTED}
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
#USE_LINUX= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES}, e.g. from http://developer.intel.com/software/products/compilers/f60l/noncom.htm. Put it into ${DISTDIR} and run make again."
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.for i in \
|
||||
intel-ifc6-6.0-140.i386.rpm \
|
||||
# intel-ildb6-6.0-191.i386.rpm \
|
||||
# intel-efc6-6.0-140.ia64.rpm \
|
||||
# intel-eldb6-6.0-191.ia64.rpm
|
||||
@cd ${WRKSRC}; rpm2cpio ${i} | cpio -idu --quiet
|
||||
.endfor
|
||||
|
||||
pre-patch:
|
||||
@${CHMOD} a+rx ${WRKSRC}/opt
|
||||
.for i in docs ia32/include ia32/lib
|
||||
@${FIND} ${WRKSRC}/opt/intel/compiler60/${i} -type f -print0 | \
|
||||
xargs -0 ${CHMOD} a-x,g-w
|
||||
.endfor
|
||||
@${FIND} ${WRKSRC}/opt -type d -print0 | xargs -0 ${CHMOD} go-w
|
||||
.for i in INTEL f90com fpp icid ifcbin ifccem lmgrd.intel lmutil profmerge proforder xiar xild
|
||||
@brandelf -t Linux ${WRKSRC}/opt/intel/compiler60/ia32/bin/${i}
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
.for i in ia32/bin/ifcvars.csh ia32/bin/ifcvars.sh \
|
||||
ia32/bin/ifc ia32/bin/ifc.pcl
|
||||
@${SED} 's@\<INSTALLDIR\>@${PREFIX}/intel@g; s@-tp p6@@; s@man -w@manpath@ ; s@/bin/sh@${LINUXBASE}/bin/sh@' \
|
||||
${WRKSRC}/opt/intel/compiler60/${i} \
|
||||
>${WRKSRC}/opt/intel/compiler60/${i}.seded
|
||||
@${MV} -f ${WRKSRC}/opt/intel/compiler60/${i}.seded \
|
||||
${WRKSRC}/opt/intel/compiler60/${i}
|
||||
@${CHMOD} 755 ${WRKSRC}/opt/intel/compiler60/${i}
|
||||
.endfor
|
||||
.if defined(NOPORTDOCS)
|
||||
@${RM} -rf ${WRKSRC}/opt/intel/compiler60/docs
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/opt && ${TAR} -chf - . | \
|
||||
${TAR} -xf - -C ${PREFIX}
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD} "${PKGNAME} is now installed in ${PREFIX}/intel, to use it you have to"
|
||||
@${ECHO_CMD} "source the appropriate ${PREFIX}/intel/compiler60/ia32/bin/ifcvars.{,c}sh"
|
||||
@${ECHO_CMD} "script and put your license into your \$${INTEL_FLEXLM_LICENSE} (default:"
|
||||
@${ECHO_CMD} "${PREFIX}/intel/licenses) directory."
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
lang/ifc7/distinfo
Normal file
1
lang/ifc7/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (l_fc_p_6.0.140.tar) = 7eb172e4148261373e43fda07bb7aaf7
|
1
lang/ifc7/pkg-comment
Normal file
1
lang/ifc7/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Intel's Fortran compiler supporting Pentium 4 and Itanium processor
|
13
lang/ifc7/pkg-descr
Normal file
13
lang/ifc7/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
The Intel Fortran Compiler 6.0 for Linux, supporting
|
||||
development of performance-oriented applications for
|
||||
Pentium processors, including the new Pentium 4
|
||||
processor (and the 64-bit Intel Itanium processor).
|
||||
|
||||
You can obtain 30-day Free Evaluation Software(Includes Support)
|
||||
or, Non-Commercial Unsupported lisence.
|
||||
|
||||
URL: http://developer.intel.com/software/products/compilers/downloads/l_fc_p_6.0.140.htm
|
||||
WWW: http://developer.intel.com/software/products/eval/
|
||||
|
||||
- NAKATA, Maho
|
||||
E-mail: chat95@mbox.kyoto-inet.or.jp
|
675
lang/ifc7/pkg-plist
Normal file
675
lang/ifc7/pkg-plist
Normal file
@ -0,0 +1,675 @@
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/_blank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_cmb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_exc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_imp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_mut.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/anal_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/app_dev.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_64.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_algn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_alia.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_arth.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_asgn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_bund.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_grp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_set.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.ftp
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhc
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhc.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhk
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhk.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhs
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.hhs.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/asm_ug_lx_csh.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav7.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnav8.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bsscnbar.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab0.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctab6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/bssctoc4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_abi.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_adv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_comp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_err.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_file.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_info.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/clo_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_inst.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_jmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_ln.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_lne.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/comp_sym.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/compl_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/cover.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_exmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_fals.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_mods.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/dep_sync.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_err.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_fatl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_synt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_type.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/diag_wrn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/disclaimer.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht4.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht5.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht6.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdht7.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ehlpdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/fea_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/fea_retn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/fea_spec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ftsbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ftsdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/ftsform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/glossary.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/gs_env.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/gs_inv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/gs_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/idxlist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_abt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_conv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_pubs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/int_sys.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/linux.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/linux_ns.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/logo.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/msg_synt.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/navframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/navpane1.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/navpane2.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/note.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/nsdnsfix.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/nsdnsfix.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_brn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_clr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_cmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_imp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_ind.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_mut.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_mxr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_sco.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_sfe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/pred_st8.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/tabframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/tocdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/toclist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_areg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_bank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_brch.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_decl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_reg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_undf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_unwn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/vir_valu.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.res
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp0.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp0.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug/webhelp4.js
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/asm_ug
|
||||
%%PORTDOCS%%intel/compiler60/docs/notes/ifc_fixes.txt
|
||||
%%PORTDOCS%%intel/compiler60/docs/notes/ifc_issues.txt
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/notes
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/_blank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_arg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_list.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/add_ref.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/appdev.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/binder.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav7.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnav8.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bsscnbar.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab0.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctab6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/bssctoc4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/caution.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/cleanup.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/cmp_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_asex.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_asm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_ass.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_dflt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_exe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_list.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_mntr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_obj.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_out.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/com_summ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/cover.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_dd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_prep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_symb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dbg_synt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/diag_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/discl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/doc_how.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/doc_pubs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_comb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_excl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/dsp_spec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ehlpdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ehlpdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ehlpdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_allo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_excp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_intr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_io.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_math.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/err_run.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_conf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_incl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_resp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fce_vars.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_bnd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_dep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_fil.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_mgr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_mod.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_org.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_puc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fced_stl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/files_32.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/files_64.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/flxlm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.ftp
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhc
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhc.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhk
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhk.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhs
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.hhs.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for-ug_lnx_csh.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_args.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_comm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_endi.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/for_srce.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/fortran_help.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ftsbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ftsdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ftsform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_altn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_args.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_cmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_comm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_cout.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_dbg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_diag.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_dsp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_fce.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_fpar.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_hlo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_ipo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_levl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_libs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_link.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_par.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_pgo.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_ppro.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_reps.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_src.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/grp_vec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_ivd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_lop.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_prf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_scl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/high_unr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/idxlist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ieee_inv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ieee_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_deft.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_inp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_libs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_line.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_make.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/inv_phas.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_anal.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_cri.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_exec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_ilct.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_inl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_make.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_mult.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_qopt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_real.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ipo_spec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_32.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_mng.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_posx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lib_shar.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lim_kind.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lim_max.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/linux.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/linux_ns.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/lnk_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/math_libs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/misalign.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_args.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_callp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_char.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_cmlx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_expl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_impl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_intr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_proc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_ptrs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_retc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_retr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_rtcm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_scal.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/mix_valu.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_comm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_diag.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_err.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_info.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/msg_warn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/navframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/navpane1.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/navpane2.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/note.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/nsdnsfix.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/nsdnsfix.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/opmp_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/opmp_lib.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/opt_reps.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_ext.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_opmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_rtns.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_std.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/par_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo32.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo64.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_exmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_guid.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_list.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_meth.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_opts.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_ordr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_util.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pgo_vars.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_dmp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_drs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_int.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/pigs_res.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_fls.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_inc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_mcr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_onl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/ppro_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/proc_alt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_ben.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_cyc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_inf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_new.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/prod_req.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_alpha.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_govw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qck_new.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_par.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_rep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_thr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/qpar_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_ca.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_chck.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_dumm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_inv.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_mort.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_subs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/run_vars.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_32.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_64.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_genr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_mp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_prec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_rstr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_set.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/std_targ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/tabframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/tocdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/toclist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_bod.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_cns.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_dat.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_exm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_ext.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_int.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_key.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_opt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_ref.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/vect_typ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.res
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp0.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp0.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/webhelp4.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/welcome.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/f_ug/xref_bth.htm
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/f_ug
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/_blank.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_entr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_mem.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_pred.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ann_vec.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.ftp
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhc
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhc.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhk
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhk.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhs
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.hhs.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/asm_lan_lx_csh.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_app.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_brch.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_cntr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_fp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_greg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_indr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_othr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axa_pred.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axb_miss.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axb_opcd.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axb_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axc_reloc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/axd_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bsscdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bsscdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bsscnbar.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab0.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab5.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctab6.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc1.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc2.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc3.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bssctoc4.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bund_exp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bund_imp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bundle.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/bundles.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_c.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_chr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_msm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_num.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cnst_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/cover.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_alg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_crs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_spc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/data_stm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_als.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_com.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_fil.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_stp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_sze.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/decl_vis.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/disclaimer.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehelp.xml
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht1.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht2.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht4.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht5.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht6.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdht7.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ehlpdhtm.js
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_cnt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_exp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_ids.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_mnm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_nme.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_rnm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_smb.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_snm.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_typ.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/elem_val.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ftsbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ftsdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ftsform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/gloss.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxbody.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxform.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/idxlist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/linux.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/linux_ns.css
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/logo.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_pre.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_rad.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_reg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_rot.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_rrg.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_stk.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_str.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/misc_urt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/msc_bte.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/navframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/navpane1.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/navpane2.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/note.gif
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/nsdnsfix.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/nsdnsfix.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_abt.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_not.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/ovw_pubs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proc_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proc_lbl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proc_win.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/proceds.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/prog_dep.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/prog_inc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/prog_ins.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_abs.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_flag.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_link.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_prdf.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_ret.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_stck.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sec_win.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sect_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_glob.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_locl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/smb_weak.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_asgn.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_crss.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_data.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_dir.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_eq.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_inst.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_labl.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/sta_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_exp.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_lst.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_opr.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_prc.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_svx.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/stck_use.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/strt_ovw.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/tabframe.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/tocdhtml.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/toclist.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.jar
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.res
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp0.cab
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp0.zip
|
||||
%%PORTDOCS%%intel/compiler60/docs/ref/webhelp4.js
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs/ref
|
||||
%%PORTDOCS%%intel/compiler60/docs/FortranReleaseNotes.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_lan.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/asm_ug.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/enduser.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/fcompindex.htm
|
||||
%%PORTDOCS%%intel/compiler60/docs/flicense
|
||||
%%PORTDOCS%%intel/compiler60/docs/for_lib.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/for_prg.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/for_ug_lnx.pdf
|
||||
%%PORTDOCS%%intel/compiler60/docs/fsupport
|
||||
%%PORTDOCS%%intel/compiler60/docs/icid.htm
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/docs
|
||||
%%PORTDOCS%%intel/compiler60/man/man1/ifc.1
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/man/man1
|
||||
%%PORTDOCS%%@dirrm intel/compiler60/man
|
||||
intel/compiler60/ia32/bin/INTEL
|
||||
intel/compiler60/ia32/bin/f90com
|
||||
intel/compiler60/ia32/bin/fpp
|
||||
intel/compiler60/ia32/bin/icid
|
||||
intel/compiler60/ia32/bin/ifc
|
||||
intel/compiler60/ia32/bin/ifc.pcl
|
||||
intel/compiler60/ia32/bin/ifcbin
|
||||
intel/compiler60/ia32/bin/ifccem
|
||||
intel/compiler60/ia32/bin/ifcvars.csh
|
||||
intel/compiler60/ia32/bin/ifcvars.sh
|
||||
intel/compiler60/ia32/bin/lmgrd.intel
|
||||
intel/compiler60/ia32/bin/lmutil
|
||||
intel/compiler60/ia32/bin/profmerge
|
||||
intel/compiler60/ia32/bin/proforder
|
||||
intel/compiler60/ia32/bin/uninstall
|
||||
intel/compiler60/ia32/bin/xiar
|
||||
intel/compiler60/ia32/bin/xild
|
||||
@dirrm intel/compiler60/ia32/bin
|
||||
intel/compiler60/ia32/lib/crtxi.o
|
||||
intel/compiler60/ia32/lib/crtxn.o
|
||||
intel/compiler60/ia32/lib/icrt.internal.map
|
||||
intel/compiler60/ia32/lib/icrt.link
|
||||
intel/compiler60/ia32/lib/libBINDF90.a
|
||||
intel/compiler60/ia32/lib/libCEPCF90.a
|
||||
intel/compiler60/ia32/lib/libCEPCF90.so
|
||||
intel/compiler60/ia32/lib/libF90.a
|
||||
intel/compiler60/ia32/lib/libF90.so
|
||||
intel/compiler60/ia32/lib/libIEPCF90.a
|
||||
intel/compiler60/ia32/lib/libIEPCF90.so
|
||||
intel/compiler60/ia32/lib/libPEPCF90.a
|
||||
intel/compiler60/ia32/lib/libPEPCF90.so
|
||||
intel/compiler60/ia32/lib/libPOSF90.a
|
||||
intel/compiler60/ia32/lib/libPOSF90.so
|
||||
intel/compiler60/ia32/lib/libcprts.a
|
||||
intel/compiler60/ia32/lib/libcprts.so
|
||||
intel/compiler60/ia32/lib/libcprts.so.1
|
||||
intel/compiler60/ia32/lib/libcxa.a
|
||||
intel/compiler60/ia32/lib/libcxa.so
|
||||
intel/compiler60/ia32/lib/libcxa.so.1
|
||||
intel/compiler60/ia32/lib/libguide.a
|
||||
intel/compiler60/ia32/lib/libguide.so
|
||||
intel/compiler60/ia32/lib/libimf.a
|
||||
intel/compiler60/ia32/lib/libimf.so
|
||||
intel/compiler60/ia32/lib/libintrins.a
|
||||
intel/compiler60/ia32/lib/libintrins.so
|
||||
intel/compiler60/ia32/lib/libirc.a
|
||||
intel/compiler60/ia32/lib/libircmt.a
|
||||
intel/compiler60/ia32/lib/libompstub.a
|
||||
intel/compiler60/ia32/lib/libsvml.a
|
||||
intel/compiler60/ia32/lib/libunwind.a
|
||||
intel/compiler60/ia32/lib/libunwind.so
|
||||
intel/compiler60/ia32/lib/libunwind.so.1
|
||||
@dirrm intel/compiler60/ia32/lib
|
||||
intel/compiler60/ia32/include/iflkinds.d
|
||||
intel/compiler60/ia32/include/iflkinds.f90
|
||||
intel/compiler60/ia32/include/iflkinds.o
|
||||
intel/compiler60/ia32/include/iflomp.d
|
||||
intel/compiler60/ia32/include/iflomp.f90
|
||||
intel/compiler60/ia32/include/iflport.d
|
||||
intel/compiler60/ia32/include/iflport.f90
|
||||
intel/compiler60/ia32/include/iflport.o
|
||||
intel/compiler60/ia32/include/iflposix.d
|
||||
intel/compiler60/ia32/include/iflposix.f90
|
||||
intel/compiler60/ia32/include/iflposix.o
|
||||
intel/compiler60/ia32/include/work.pc
|
||||
intel/compiler60/ia32/include/work.pcl
|
||||
@dirrm intel/compiler60/ia32/include
|
||||
@dirrm intel/compiler60/ia32
|
||||
@dirrm intel/compiler60
|
||||
@dirrm intel/licenses
|
||||
@dirrm intel
|
Loading…
Reference in New Issue
Block a user