aboutsummaryrefslogtreecommitdiff
path: root/science/abinit
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2009-03-23 18:27:37 +0000
committerThierry Thomas <thierry@FreeBSD.org>2009-03-23 18:27:37 +0000
commit3d2ad7d3f8c9bbb01d48c96a6f4a48730d56f3ac (patch)
tree9ad2bd5d9e94f3ca32d5b2d0066d2c824566ac17 /science/abinit
parentf5f39f3cbae0c40f4cb89392ab961925a9569070 (diff)
downloadports-3d2ad7d3f8c9bbb01d48c96a6f4a48730d56f3ac.tar.gz
ports-3d2ad7d3f8c9bbb01d48c96a6f4a48730d56f3ac.zip
Notes
Diffstat (limited to 'science/abinit')
-rw-r--r--science/abinit/Makefile55
-rw-r--r--science/abinit/distinfo6
-rw-r--r--science/abinit/files/patch-config+m4+init.m4104
-rw-r--r--science/abinit/files/patch-config.mk.in11
-rw-r--r--science/abinit/files/patch-configure27
-rw-r--r--science/abinit/pkg-plist2735
6 files changed, 2467 insertions, 471 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index a0d81d600099..2453a077f664 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -1,45 +1,70 @@
-# New ports collection makefile for: abinit
-# Date Created: 18 March 2004
-# Whom: NAKATA Maho <maho@FreeBSD.org>
+# New ports collection makefile for: abinit
+# Date Created: 18 March 2004
+# Whom: NAKATA Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= abinit
-PORTVERSION= 5.2.4
-PORTREVISION= 3
+PORTVERSION= 5.6.5
CATEGORIES= science
-MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/abinit|} \
- ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/
+MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/
MAINTAINER= maho@FreeBSD.org
COMMENT= Abinit calculates electronic structure of systems
+LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf-ftn
+
USE_FORTRAN= yes
USE_GMAKE= yes
+USE_PYTHON= yes
+USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:262
+CONFIGURE_ENV= WGET=${TRUE}
+CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \
+ --with-plugins-tardir=/dev/null \
+ --with-netcdf-includes="-I${LOCALBASE}/include" \
+ --with-netcdf-libs="-L${LOCALBASE}/lib -lnetcdff -lnetcdf"
+ALL_TARGET= all libabinit
+
+.if !defined(NOPORTDOCS)
+BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base \
+ dvips:${PORTSDIR}/print/dvipsk-tetex \
+ markdown:${PORTSDIR}/textproc/markdown
+USE_GHOSTSCRIPT_BUILD= yes
+.endif
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
-WITH_ATLAS= yes
+WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
BLAS= -lf77blas -latlas
LAPACK= -lalapack
.else
-LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
-LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
+LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
+LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
BLAS= -lblas
LAPACK= -llapack
.endif
pre-configure:
- @(cd ${WRKSRC} && config/scripts/makemake)
+.if defined(NOPORTDOCS)
+ ${REINPLACE_CMD} -e '/^SUBDIRS =/s| doc||' ${WRKSRC}/Makefile.in
+.endif
+.if defined(NOPORTEXAMPLES)
+ ${REINPLACE_CMD} -e '/^SUBDIRS =/s| tests||' ${WRKSRC}/Makefile.in
+.endif
+
+post-install:
+ ${MKDIR} ${PREFIX}/lib
+.for lf in libabinip.a libabinis.a
+ ${INSTALL_DATA} ${WRKSRC}/${lf} ${PREFIX}/lib
+.endfor
-test:
- cd ${WRKSRC}/tests ; ${GMAKE} tests
+regression-test:
+ cd ${WRKSRC}/tests ; ${GMAKE} tests_min
.include <bsd.port.post.mk>
diff --git a/science/abinit/distinfo b/science/abinit/distinfo
index 5512e9fc5ab7..a6d8cbe3cfec 100644
--- a/science/abinit/distinfo
+++ b/science/abinit/distinfo
@@ -1,3 +1,3 @@
-MD5 (abinit-5.2.4.tar.gz) = ec6a91c77f425eda921e8d4280a7740c
-SHA256 (abinit-5.2.4.tar.gz) = 8f13a3af020fa4be9e0d6eada24c82c68612d24635ab880a4ccd7a2528e1b153
-SIZE (abinit-5.2.4.tar.gz) = 20979917
+MD5 (abinit-5.6.5.tar.gz) = 167ef71a21c27e52ef82d284a9835c91
+SHA256 (abinit-5.6.5.tar.gz) = 20b9cfcecb2fa238363e88b9b719e755e7bf2dd156c2216f43ec0c4b7be25fa0
+SIZE (abinit-5.6.5.tar.gz) = 30213023
diff --git a/science/abinit/files/patch-config+m4+init.m4 b/science/abinit/files/patch-config+m4+init.m4
deleted file mode 100644
index 7e4fa8944a41..000000000000
--- a/science/abinit/files/patch-config+m4+init.m4
+++ /dev/null
@@ -1,104 +0,0 @@
---- config/m4/init.m4.orig Tue Nov 28 15:12:04 2006
-+++ config/m4/init.m4 Sun Feb 25 16:51:02 2007
-@@ -142,6 +142,101 @@
- abi_cpu_bits="64"
- ;;
-
-+ i386-*freebsd*)
-+ dnl Pentium 3 ?
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model=`sysctl hw.model | grep 'Pentium III'`
-+ if test "${abi_cpu_model}" != ""; then
-+ abi_cpu_model="pentium3"
-+ abi_cpu_64bits="no"
-+ abi_cpu_bits="32"
-+ fi
-+ fi
-+ dnl Pentium 4 ?
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) Pentium(R) 4'`
-+ if test "${abi_cpu_model}" != ""; then
-+ abi_cpu_model="pentium4"
-+ abi_cpu_64bits="no"
-+ abi_cpu_bits="32"
-+ fi
-+ fi
-+ dnl Pentium 4M ?
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) Pentium(R) M'`
-+ if test "${abi_cpu_model}" != ""; then
-+ abi_cpu_model="pentium4"
-+ abi_cpu_64bits="no"
-+ abi_cpu_bits="32"
-+ fi
-+ fi
-+ dnl Unknown
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model="unknown"
-+ fi
-+ dnl The processor is anyway 32-bit
-+ abi_cpu_64bits="no"
-+ abi_cpu_bits="32"
-+ ;;
-+
-+ amd64-*freebsd*)
-+ dnl Opteron ?
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model=`sysctl hw.model | grep 'Opteron'`
-+ if test "${abi_cpu_model}" != ""; then
-+ abi_cpu_model="opteron"
-+ abi_cpu_64bits="yes"
-+ abi_cpu_bits="64"
-+ fi
-+ fi
-+ dnl Xeon ?
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) XEON(TM)'`
-+ if test "${abi_cpu_model}" != ""; then
-+ abi_cpu_model="xeon"
-+ abi_cpu_64bits="yes"
-+ abi_cpu_bits="64"
-+ fi
-+ fi
-+ dnl Unknown
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model="unknown"
-+ fi
-+ dnl The processor is anyway 64-bit
-+ abi_cpu_64bits="yes"
-+ abi_cpu_bits="64"
-+ ;;
-+
-+ ia64-*freebsd*)
-+ dnl Itanium 1 ?
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model=`sysctl hw.model | grep 'Itanium 1'`
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model="itanium1"
-+ fi
-+ fi
-+ dnl Itanium 2 ?
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model=`sysctl hw.model | grep 'Itanium 2'`
-+ if test "${abi_cpu_model}" != ""; then
-+ abi_cpu_model="itanium2"
-+ fi
-+ fi
-+ dnl Unknown
-+ if test "${abi_cpu_model}" = ""; then
-+ abi_cpu_model="unknown"
-+ fi
-+ dnl The processor is anyway 64-bit
-+ abi_cpu_64bits="yes"
-+ abi_cpu_bits="64"
-+ ;;
-+
-+ sparc64-*freebsd*)
-+ abi_cpu_model="unknown"
-+ abi_cpu_64bits="yes"
-+ abi_cpu_bits="64"
-+ ;;
-+
- esac
-
- AC_SUBST(abi_cpu_model)
diff --git a/science/abinit/files/patch-config.mk.in b/science/abinit/files/patch-config.mk.in
new file mode 100644
index 000000000000..e69c33ab59cb
--- /dev/null
+++ b/science/abinit/files/patch-config.mk.in
@@ -0,0 +1,11 @@
+--- config.mk.in.orig 2009-02-22 07:08:32.000000000 +0100
++++ config.mk.in 2009-03-08 09:54:35.000000000 +0100
+@@ -41,7 +41,7 @@
+ PYTHON = @PYTHON@
+ LN_S = @LN_S@
+ EGREP = @EGREP@
+-MKDIR_P = @MKDIR_P@
++MKDIR_P = @abinit_builddir@/@MKDIR_P@
+
+ # Architecture
+ target = @target@
diff --git a/science/abinit/files/patch-configure b/science/abinit/files/patch-configure
new file mode 100644
index 000000000000..64c8c2e1efdf
--- /dev/null
+++ b/science/abinit/files/patch-configure
@@ -0,0 +1,27 @@
+--- configure.orig 2009-02-22 08:32:10.000000000 +0100
++++ configure 2009-03-09 20:01:48.000000000 +0100
+@@ -5151,15 +5151,15 @@
+ abinit_prefix="${prefix}"
+ fi
+
+- abinit_bindir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/bin"
+- abinit_chkdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/tests"
+- abinit_datdir="${abinit_prefix}/abinit"
+- abinit_docdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/doc"
+- abinit_incdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/include"
+- abinit_libdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/lib"
+- abinit_mandir="${abinit_prefix}/abinit/man"
+- abinit_rundir="${abinit_prefix}/abinit/bin"
+- abinit_wwwdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/www"
++ abinit_bindir="${abinit_prefix}/bin"
++ abinit_chkdir="${abinit_prefix}/share/examples/abinit/tests"
++ abinit_datdir="${abinit_prefix}/share/abinit"
++ abinit_docdir="${abinit_prefix}/share/doc/abinit/"
++ abinit_incdir="${abinit_prefix}/include/abinit"
++ abinit_libdir="${abinit_prefix}/lib"
++ abinit_mandir="${abinit_prefix}/man"
++ abinit_rundir="${abinit_prefix}/bin"
++ abinit_wwwdir="${abinit_prefix}/www/abinit"
+
+
+
diff --git a/science/abinit/pkg-plist b/science/abinit/pkg-plist
index e78bfecd9df5..5b34abecc987 100644
--- a/science/abinit/pkg-plist
+++ b/science/abinit/pkg-plist
@@ -1,349 +1,2386 @@
-abinit/5.2/bin/abinis
-abinit/5.2/bin/abinitgw
-abinit/5.2/bin/mrgddb
-abinit/5.2/bin/mrggkk
-abinit/5.2/bin/mrgscr
-abinit/5.2/bin/anaddb
-abinit/5.2/bin/aim
-abinit/5.2/bin/cut3d
-abinit/5.2/bin/macroave
-abinit/5.2/bin/newsp
-abinit/5.2/bin/conducti
-abinit/5.2/bin/optic
-abinit/5.2/bin/lwf
-abinit/5.2/bin/band2eps
-abinit/5.2/bin/abinetcdf
-abinit/5.2/doc/macroave/macroave.tex
-abinit/5.2/doc/macroave/README
-abinit/5.2/doc/macroave/macroave.pdf
-abinit/5.2/doc/release_notes/release_notes_v4.7.html
-abinit/5.2/doc/release_notes/release_notes_v3.0.htm
-abinit/5.2/doc/release_notes/release_notes_v4.3.html
-abinit/5.2/doc/release_notes/release_notes_v2.3.htm
-abinit/5.2/doc/release_notes/release_notes_v4.2.htm
-abinit/5.2/doc/release_notes/release_notes_v4.6.html
-abinit/5.2/doc/release_notes/release_notes_v3.1.htm
-abinit/5.2/doc/release_notes/release_notes_v5.0.html
-abinit/5.2/doc/release_notes/release_notes_v4.0.htm
-abinit/5.2/doc/release_notes/release_notes_v4.4.html
-abinit/5.2/doc/release_notes/release_notes_v3.3.htm
-abinit/5.2/doc/release_notes/release_notes_v4.5.html
-abinit/5.2/doc/release_notes/release_notes_v3.2.htm
-abinit/5.2/doc/release_notes/release_notes_v3.4.htm
-abinit/5.2/doc/release_notes/release_notes_v4.1.htm
-abinit/5.2/doc/release_notes/release_notes_v5.1.html
-abinit/5.2/doc/release_notes/release_notes_v5.2.html
-abinit/5.2/doc/features/features_v4.6.html
-abinit/5.2/doc/features/features_v2.3.htm
-abinit/5.2/doc/features/features_v4.5.html
-abinit/5.2/doc/features/features_v3.1.htm
-abinit/5.2/doc/features/features_v4.4.html
-abinit/5.2/doc/features/features_v4.1.htm
-abinit/5.2/doc/features/features_v3.2.htm
-abinit/5.2/doc/features/features_v3.0.htm
-abinit/5.2/doc/features/features_v4.0.htm
-abinit/5.2/doc/features/features_v3.4.htm
-abinit/5.2/doc/features/features_v4.2.htm
-abinit/5.2/doc/features/features_v3.3.htm
-abinit/5.2/doc/features/features_v5.0.html
-abinit/5.2/doc/features/features_v4.7.html
-abinit/5.2/doc/features/features_v4.3.html
-abinit/5.2/doc/features/features.html
-abinit/5.2/doc/features/features_v5.1.html
-abinit/5.2/doc/features/features_v5.2.html
-abinit/5.2/doc/install_notes/install_v2.0.html
-abinit/5.2/doc/install_notes/install_v4.2.htm
-abinit/5.2/doc/install_notes/install_v1.8.html
-abinit/5.2/doc/install_notes/install_v3.1.htm
-abinit/5.2/doc/install_notes/install_v4.0.htm
-abinit/5.2/doc/install_notes/install_v4.6.html
-abinit/5.2/doc/install_notes/install_v3.2.htm
-abinit/5.2/doc/install_notes/install_v2.2.html
-abinit/5.2/doc/install_notes/install_v4.1.htm
-abinit/5.2/doc/install_notes/install_v4.3.html
-abinit/5.2/doc/install_notes/install.html
-abinit/5.2/doc/install_notes/install_v2.1.html
-abinit/5.2/doc/install_notes/install_v3.3.htm
-abinit/5.2/doc/install_notes/install_v1.7.html
-abinit/5.2/doc/install_notes/install_v1.9.html
-abinit/5.2/doc/install_notes/install_v3.0.htm
-abinit/5.2/doc/install_notes/install_v4.5.html
-abinit/5.2/doc/install_notes/install_v3.4.htm
-abinit/5.2/doc/install_notes/install_v4.7.html
-abinit/5.2/doc/install_notes/install_v2.3.htm
-abinit/5.2/doc/install_notes/install_v4.4.html
-abinit/5.2/doc/install_notes/install_v5.1.html
-abinit/5.2/doc/install_notes/install_v5.0.html
-abinit/5.2/doc/install_notes/install_v5.2.html
-abinit/5.2/doc/developers/strain_nonlocal/make_met2str.m
-abinit/5.2/doc/developers/strain_nonlocal/fort_fix3.scr
-abinit/5.2/doc/developers/strain_nonlocal/d2term1.out
-abinit/5.2/doc/developers/strain_nonlocal/fort_fixis.scr
-abinit/5.2/doc/developers/strain_nonlocal/make_metstr3.m
-abinit/5.2/doc/developers/strain_nonlocal/fort_2fix.scr
-abinit/5.2/doc/developers/strain_nonlocal/make_metintstrv.m
-abinit/5.2/doc/developers/strain_nonlocal/strainpert.pdf
-abinit/5.2/doc/developers/strain_nonlocal/d2term1.fort
-abinit/5.2/doc/developers/strain_nonlocal/format_code.c
-abinit/5.2/doc/developers/strain_nonlocal/README
-abinit/5.2/doc/developers/strain_nonlocal/make_metintstr.m
-abinit/5.2/doc/developers/HM5.document
-abinit/5.2/doc/developers/Patches-HOWTO
-abinit/5.2/doc/developers/preprocessing-options.txt
-abinit/5.2/doc/developers/rules_OMP.txt
-abinit/5.2/doc/developers/Markdown-HOWTO
-abinit/5.2/doc/developers/programmer_guide.txt
-abinit/5.2/doc/developers/contributing.html
-abinit/5.2/doc/developers/NetCDF-API
-abinit/5.2/doc/developers/MACHINES
-abinit/5.2/doc/developers/devs.txt
-abinit/5.2/doc/developers/README
-abinit/5.2/doc/developers/formabinit.css
-abinit/5.2/doc/developers/rules_coding.txt
-abinit/5.2/doc/developers/HM2.document
-abinit/5.2/doc/developers/rules_paral.txt
-abinit/5.2/doc/developers/use_cpp.txt
-abinit/5.2/doc/developers/checklist.txt
-abinit/5.2/doc/developers/format_KSS.txt
-abinit/5.2/doc/developers/FFT_in_parallel.txt
-abinit/5.2/doc/developers/dirs_and_files
-abinit/5.2/doc/developers/planning.txt
-abinit/5.2/doc/developers/contributors.txt
-abinit/5.2/doc/theory/vanderbilt-anaddb-notes.pdf
-abinit/5.2/doc/theory/1WF.pdf
-abinit/5.2/doc/theory/elasticity-oganov.pdf
-abinit/5.2/doc/theory/noncol.tex
-abinit/5.2/doc/theory/geometry.pdf
-abinit/5.2/doc/theory/Figure.png
-abinit/5.2/doc/theory/set_WFs.pdf
-abinit/5.2/doc/theory/geometry.tex
-abinit/5.2/doc/theory/1WF.tex
-abinit/5.2/doc/theory/README
-abinit/5.2/doc/theory/gwa.pdf
-abinit/5.2/doc/theory/set_WFs.tex
-abinit/5.2/doc/theory/Figure.eps
-abinit/5.2/doc/theory/noncol.pdf
-abinit/5.2/doc/presentation/presentation.pdf
-abinit/5.2/doc/presentation/reliable.tex
-abinit/5.2/doc/presentation/presentation.tex
-abinit/5.2/doc/presentation/motivation.tex
-abinit/5.2/doc/presentation/open.tex
-abinit/5.2/doc/presentation/easy.tex
-abinit/5.2/doc/presentation/coding.tex
-abinit/5.2/doc/presentation/groups.tex
-abinit/5.2/doc/presentation/features2.tex
-abinit/5.2/doc/presentation/portable.tex
-abinit/5.2/doc/presentation/overview.tex
-abinit/5.2/doc/presentation/features1.tex
-abinit/5.2/doc/users/conducti_manual.tex
-abinit/5.2/doc/users/FAQ.html
-abinit/5.2/doc/users/context.txt
-abinit/5.2/doc/users/bibliography.html
-abinit/5.2/doc/users/ddbs_upgrade.txt
-abinit/5.2/doc/users/new_user_guide.html
-abinit/5.2/doc/users/newsp_help.txt
-abinit/5.2/doc/users/tuning.txt
-abinit/5.2/doc/users/respfn_help.keep
-abinit/5.2/doc/users/piezoelectric.txt
-abinit/5.2/doc/users/spgrcopyright.html
-abinit/5.2/doc/users/band2eps_help
-abinit/5.2/doc/users/spgrdescription.html
-abinit/5.2/doc/users/aimhelp.ps
-abinit/5.2/doc/users/mrgddb_help.html
-abinit/5.2/doc/users/questionscheme.pdf
-abinit/5.2/doc/users/aimhelp.tex
-abinit/5.2/doc/users/cut3d_help.html
-abinit/5.2/doc/users/gwmanual.txt
-abinit/5.2/doc/users/aim_help.html
-abinit/5.2/doc/users/optic_help.html
-abinit/5.2/doc/users/spgrhead.html
-abinit/5.2/doc/users/elphon_manual.ps
-abinit/5.2/doc/users/positronmanual.txt
-abinit/5.2/doc/users/formabinit.css
-abinit/5.2/doc/users/netiquette.html
-abinit/5.2/doc/users/other_codes.txt
-abinit/5.2/doc/users/spacegrouphelpfile.html
-abinit/5.2/doc/users/AbinitBandStructureMaker_manual.pdf
-abinit/5.2/doc/users/spgrdefinition.html
-abinit/5.2/doc/users/respfn_help.html
-abinit/5.2/doc/users/paral_use.txt
-abinit/5.2/doc/users/problem_report.txt
-abinit/5.2/doc/users/acknowledgments.html
-abinit/5.2/doc/users/abinis_help.html
-abinit/5.2/doc/users/anaddb_help.html
-abinit/5.2/doc/config/build-examples/README
-abinit/5.2/doc/config/build-examples/i686-linux-gnu-gnu-intel7.1_antarion.ac
-abinit/5.2/doc/config/build-examples/i686-intel8.1_antarion.ac
-abinit/5.2/doc/config/build-examples/i686-intel9.0_antarion.ac
-abinit/5.2/doc/config/build-examples/powerpc-ibm_dirac.ac
-abinit/5.2/doc/config/build-examples/i686-intel9.0_dummy.ac
-abinit/5.2/doc/config/build-examples/fujitsu-fujitsu_eliza.ac
-abinit/5.2/doc/config/build-examples/powerpc64-ibm_fock.ac
-abinit/5.2/doc/config/build-examples/powerpc-ibm_max.ac
-abinit/5.2/doc/config/build-examples/i686-intel9.0_sirius.ac
-abinit/5.2/doc/config/build-examples/i686-pgi4.0_dummy.ac
-abinit/5.2/doc/config/build-examples/i686-pathscale_sleepy.ac
-abinit/5.2/doc/config/build-examples/mips-mipspro_spinoza.ac
-abinit/5.2/doc/config/build-examples/alphaev56-compaq_tux.ac
-abinit/5.2/doc/config/build-examples/i686-g95_sleepy.ac
-abinit/5.2/doc/config/build-examples/i686-pgi4.0_sleepy.ac
-abinit/5.2/doc/config/build-examples/i686-intel8.1_sleepy.ac
-abinit/5.2/doc/config/build-examples/powerpc-ibm_generic.ac
-abinit/5.2/doc/config/build-examples/alphaev67-compaq_deccint.ac
-abinit/5.2/doc/config/build-examples/opteron-intel9.1_lemaitre.ac
-abinit/5.2/doc/config/build-examples/ia64-intel8.1_chpit.ac
-abinit/5.2/doc/config/build-howto.txt
-abinit/5.2/doc/config/using-configure.txt
-abinit/5.2/doc/config/build-config.ac
-abinit/5.2/doc/misc/XCrysDen
-abinit/5.2/doc/misc/PeriodicTable
-abinit/5.2/doc/misc/DetectMemLeaks
-abinit/5.2/doc/misc/Phonon_dispersion
-abinit/5.2/doc/misc/Guidelines_for_presentation
-abinit/5.2/doc/misc/LectureNotes
-abinit/5.2/doc/misc/Landolt-Boernstein
-abinit/5.2/doc/misc/Links_for_Fortran_codes
-abinit/5.2/doc/misc/BibSearch
-abinit/5.2/doc/misc/DFT
-abinit/5.2/doc/misc/Publishing_in_English
-abinit/5.2/doc/misc/Equation_of_state
-abinit/5.2/doc/misc/VASP_Data_View
-abinit/5.2/doc/misc/ElectronicStructure_DDB
-abinit/5.2/doc/misc/Crystals
-abinit/5.2/doc/misc/AtomicReferenceData
-abinit/5.2/doc/misc/PLOTMTV_Phonons
-abinit/5.2/doc/misc/LiterateProgramming
-abinit/5.2/doc/misc/Graphics
-abinit/5.2/doc/misc/GNUArch
-abinit/5.2/doc/misc/README
-abinit/5.2/doc/misc/ATLAS
-abinit/5.2/doc/misc/FLOP.benchmark
-abinit/5.2/doc/misc/TtH
-abinit/5.2/doc/misc/Scilab_vs_Matlab
-abinit/5.2/doc/known_problems/known_problems.4.6.x
-abinit/5.2/doc/maintainers/TODO-doc
-abinit/5.2/doc/maintainers/check_list.txt
-abinit/5.2/doc/manpages/abinit.1
-abinit/5.2/doc/tutorial/lesson_1/Plot1.jpg
-abinit/5.2/doc/tutorial/lesson_1/dim.m
-abinit/5.2/doc/tutorial/lesson_nlo/image002.pct
-abinit/5.2/doc/tutorial/lesson_nlo/filelist.xml
-abinit/5.2/doc/tutorial/lesson_nlo/image001.gif
-abinit/5.2/doc/tutorial/lesson_nlo/image009.gif
-abinit/5.2/doc/tutorial/lesson_nlo/image006.gif
-abinit/5.2/doc/tutorial/lesson_nlo/image003.gif
-abinit/5.2/doc/tutorial/lesson_nlo/image008.pct
-abinit/5.2/doc/tutorial/lesson_nlo/image007.gif
-abinit/5.2/doc/tutorial/lesson_nlo/image004.gif
-abinit/5.2/doc/tutorial/lesson_nlo/image005.pct
-abinit/5.2/doc/tutorial/lesson_parallelism/lesson_parallelism_overhead.png
-abinit/5.2/doc/tutorial/lesson_parallelism/lesson_parallelism_speedup.png
-abinit/5.2/doc/tutorial/lesson_analysis_tools/opendx_cp1.png
-abinit/5.2/doc/tutorial/lesson_analysis_tools/opendx_sequencer_control.png
-abinit/5.2/doc/tutorial/lesson_analysis_tools/si_den_111.png
-abinit/5.2/doc/tutorial/lesson_analysis_tools/opendx_vpe1.png
-abinit/5.2/doc/tutorial/lesson_analysis_tools/opendx_vpe2.png
-abinit/5.2/doc/tutorial/lesson_analysis_tools/opendx_view_control.png
-abinit/5.2/doc/tutorial/lesson_paw2/ecut_lloc.png
-abinit/5.2/doc/tutorial/lesson_paw2/ecut_rc.png
-abinit/5.2/doc/tutorial/lesson_paw2/ti_ae_s2d1.adat
-abinit/5.2/doc/tutorial/lesson_paw2/merge_script
-abinit/5.2/doc/tutorial/lesson_paw2/RSO.png
-abinit/5.2/doc/tutorial/lesson_paw2/ti_ps.adat
-abinit/5.2/doc/tutorial/lesson_paw2/ecut_rso.png
-abinit/5.2/doc/tutorial/lesson_paw2/ecut_rc.dat
-abinit/5.2/doc/tutorial/lesson_paw2/ecut_rcloc.png
-abinit/5.2/doc/tutorial/lesson_paw2/acell_rc.dat
-abinit/5.2/doc/tutorial/lesson_paw2/ti_ps.abinit.paw
-abinit/5.2/doc/tutorial/lesson_paw2/uspp-uspp2abinit.tgz
-abinit/5.2/doc/tutorial/lesson_paw2/ecut_rpcor.png
-abinit/5.2/doc/tutorial/lesson_rf2/trf2_6.out.eps
-abinit/5.2/doc/tutorial/lesson_spin/bccfe_mag_dos2.jpg
-abinit/5.2/doc/tutorial/lesson_spin/bccfe_nonmag_dos2.jpg
-abinit/5.2/doc/tutorial/lesson_spin/energy_diff_fccfe.jpg
-abinit/5.2/doc/tutorial/lesson_spin/gz2.py
-abinit/5.2/doc/tutorial/lesson_tddft.html
-abinit/5.2/doc/tutorial/lesson_rf2.html
-abinit/5.2/doc/tutorial/welcome.html
-abinit/5.2/doc/tutorial/lesson_rf1.html
-abinit/5.2/doc/tutorial/lesson_optic.html
-abinit/5.2/doc/tutorial/lesson_gw.html
-abinit/5.2/doc/tutorial/lesson_nlo.html
-abinit/5.2/doc/tutorial/lesson_4.html
-abinit/5.2/doc/tutorial/lesson_visual.txt
-abinit/5.2/doc/tutorial/lesson_elphon.html
-abinit/5.2/doc/tutorial/lesson_paw1.html
-abinit/5.2/doc/tutorial/lesson_1.html
-abinit/5.2/doc/tutorial/lesson_3.html
-abinit/5.2/doc/tutorial/lesson_analysis_tools.html
-abinit/5.2/doc/tutorial/lesson_2.html
-abinit/5.2/doc/tutorial/lesson_parallelism.html
-abinit/5.2/doc/tutorial/lesson_paw2.html
-abinit/5.2/doc/tutorial/lesson_elastic.html
-abinit/5.2/doc/tutorial/lesson_source_code.html
-abinit/5.2/doc/tutorial/lesson_spin.html
-abinit/5.2/doc/help_make/help_make_doc
-abinit/5.2/doc/help_make/help_make_tests
-abinit/5.2/doc/help_make/help_make_src
-abinit/5.2/doc/help_make/help_make_top
-abinit/5.2/doc/help_make/help_make_tests_dev
-abinit/5.2/doc/help_make/help_make_top_dev
-abinit/5.2/doc/psp_infos/psp8_info.txt
-abinit/5.2/doc/psp_infos/psp1_info.txt
-abinit/5.2/doc/psp_infos/psp3_info.txt
-abinit/5.2/doc/psp_infos/psp45_info.txt
-abinit/5.2/doc/psp_infos/psp5spinorbit_info.txt
-abinit/5.2/doc/psp_infos/psp6_info.txt
-abinit/5.2/doc/psp_infos/psp1_data.txt
-abinit/5.2/doc/input_variables/varfil.html
-abinit/5.2/doc/input_variables/varrlx.html
-abinit/5.2/doc/input_variables/varrf.html
-abinit/5.2/doc/input_variables/vargw.html
-abinit/5.2/doc/input_variables/keyhr.html
-abinit/5.2/doc/input_variables/vardev.html
-abinit/5.2/doc/input_variables/vargs.html
-abinit/5.2/doc/input_variables/vargeo.html
-abinit/5.2/doc/input_variables/varpar.html
-abinit/5.2/doc/input_variables/varwan.html
-abinit/5.2/doc/input_variables/varbas.html
-abinit/5.2/doc/input_variables/formabinit.css
-abinit/5.2/doc/input_variables/varpaw.html
-abinit/5.2/doc/input_variables/varint.html
-abinit/5.2/doc/gallery/t5o_DEN.ps.gz
-abinit/5.2/doc/gallery/t5o_DEN.png
-abinit/5.2/doc/gallery/Plot1.jpg
-abinit/5.2/doc/gallery/t5o_DEN_extended.png
-abinit/5.2/doc/gallery/mode.png
-abinit/5.2/doc/gallery/pcpm.gif
-abinit/5.2/doc/README
-@dirrm abinit/5.2/doc/users
-@dirrm abinit/5.2/doc/tutorial/lesson_spin
-@dirrm abinit/5.2/doc/tutorial/lesson_rf2
-@dirrm abinit/5.2/doc/tutorial/lesson_paw2
-@dirrm abinit/5.2/doc/tutorial/lesson_parallelism
-@dirrm abinit/5.2/doc/tutorial/lesson_nlo
-@dirrm abinit/5.2/doc/tutorial/lesson_analysis_tools
-@dirrm abinit/5.2/doc/tutorial/lesson_1
-@dirrm abinit/5.2/doc/tutorial
-@dirrm abinit/5.2/doc/theory
-@dirrm abinit/5.2/doc/release_notes
-@dirrm abinit/5.2/doc/psp_infos
-@dirrm abinit/5.2/doc/presentation
-@dirrm abinit/5.2/doc/misc
-@dirrm abinit/5.2/doc/manpages
-@dirrm abinit/5.2/doc/maintainers
-@dirrm abinit/5.2/doc/macroave
-@dirrm abinit/5.2/doc/known_problems
-@dirrm abinit/5.2/doc/install_notes
-@dirrm abinit/5.2/doc/input_variables
-@dirrm abinit/5.2/doc/help_make
-@dirrm abinit/5.2/doc/gallery
-@dirrm abinit/5.2/doc/features
-@dirrm abinit/5.2/doc/developers/strain_nonlocal
-@dirrm abinit/5.2/doc/developers
-@dirrm abinit/5.2/doc/config/build-examples
-@dirrm abinit/5.2/doc/config
-@dirrm abinit/5.2/doc
-@dirrm abinit/5.2/bin
-@dirrm abinit/5.2
-@dirrm abinit
+bin/abinetcdf
+bin/abinis
+bin/aim
+bin/anaddb
+bin/anascr
+bin/band2eps
+bin/conducti
+bin/cut3d
+bin/lwf
+bin/macroave
+bin/mrgddb
+bin/mrggkk
+bin/mrgscr
+bin/newsp
+bin/optic
+lib/libabinip.a
+lib/libabinis.a
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/build/README
+%%PORTDOCS%%%%DOCSDIR%%/build/adding-extlibs.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/before-starting.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/build-docs.mk
+%%PORTDOCS%%%%DOCSDIR%%/build/build-system-guide.pdf
+%%PORTDOCS%%%%DOCSDIR%%/build/build-system-guide.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/configure-options.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/contributors.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/conventions.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/extending-the-build-system.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/overview.tex
+%%PORTDOCS%%%%DOCSDIR%%/build/preprocessing-macros.tex
+%%PORTDOCS%%%%DOCSDIR%%/config/build-config.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/README
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/alphaev56-compaq_tux.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/alphaev67-compaq_deccint.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-g95_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.1_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.2_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.3_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-intel10.1_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-intel9.1_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-open64_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-pathscale_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-pgi7.2-3_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-sunstudio12_chum.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/fujitsu-fujitsu_eliza.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-g95_sleepy.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-gfortran_mac.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-gfortran_sleepy.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.0_dummy.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.0_hemera.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.1_antarion.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.1_sirius.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.1_sleepy.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-pathscale_sleepy.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-pgi4.0_dummy.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/ia64-intel8.1_chpit.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/ia64-intel9.1_arina.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/itanium2-intel9.1_urano.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/macosx-gfortran_gandalf.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/mips-mipspro_spinoza.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/opteron-intel9.1_lemaitre.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_datastar.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_dirac.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_generic.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_max.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc64-ibm_fock.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/sr11k-hitachi_hikari1.ac
+%%PORTDOCS%%%%DOCSDIR%%/config/build-howto.txt
+%%PORTDOCS%%%%DOCSDIR%%/config/mpi-options.html
+%%PORTDOCS%%%%DOCSDIR%%/config/using-configure.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/FFT_in_parallel.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/HM2.document.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/HM5.document.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/MACHINES
+%%PORTDOCS%%%%DOCSDIR%%/developers/Markdown-HOWTO
+%%PORTDOCS%%%%DOCSDIR%%/developers/NetCDF-API
+%%PORTDOCS%%%%DOCSDIR%%/developers/Patches-HOWTO
+%%PORTDOCS%%%%DOCSDIR%%/developers/README
+%%PORTDOCS%%%%DOCSDIR%%/developers/checklist.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/contributing.html
+%%PORTDOCS%%%%DOCSDIR%%/developers/contributors.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/devs.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/dirs_and_files.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/formabinit.css
+%%PORTDOCS%%%%DOCSDIR%%/developers/format_KSS.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/planning.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/preprocessing-options.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/programmer_guide.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/rules_OMP.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/rules_coding.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/rules_paral.txt
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/README
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/d2term1.fort
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/d2term1.out
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/format_code.c
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_2fix.scr
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_fix3.scr
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_fixis.scr
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_met2str.m
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metintstr.m
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metintstrv.m
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metstr3.m
+%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/strainpert.pdf
+%%PORTDOCS%%%%DOCSDIR%%/developers/use_cpp.txt
+%%PORTDOCS%%%%DOCSDIR%%/features/features.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v2.3.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.0.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.1.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.2.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.3.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.4.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.0.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.1.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.2.htm
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.3.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.4.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.5.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.6.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.7.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.0.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.1.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.2.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.3.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.4.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.5.html
+%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.6.html
+%%PORTDOCS%%%%DOCSDIR%%/gallery/Plot1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/gallery/mode.png
+%%PORTDOCS%%%%DOCSDIR%%/gallery/pcpm.gif
+%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN.png
+%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN.ps.gz
+%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN_extended.png
+%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_doc
+%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_src
+%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_tests
+%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_tests_dev
+%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_top
+%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_top_dev
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/README_EFIELD_BEC_DIEL
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/formabinit.css
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/keyhr.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varbas.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/vardev.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varfil.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargeo.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargs.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargw.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varint.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varpar.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varpaw.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varrf.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varrlx.html
+%%PORTDOCS%%%%DOCSDIR%%/input_variables/varw90.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.7.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.8.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.9.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.0.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.1.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.2.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.3.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.0.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.1.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.2.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.3.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.4.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.0.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.1.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.2.htm
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.3.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.4.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.5.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.6.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.7.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.0.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.1.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.2.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.3.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.4.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.5.html
+%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.6.html
+%%PORTDOCS%%%%DOCSDIR%%/known_problems/known_problems.4.6.x
+%%PORTDOCS%%%%DOCSDIR%%/macroave/README
+%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave-docs.mk
+%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave.pdf
+%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave.tex
+%%PORTDOCS%%%%DOCSDIR%%/maintainers/TODO-doc
+%%PORTDOCS%%%%DOCSDIR%%/maintainers/check_list.txt
+%%PORTDOCS%%%%DOCSDIR%%/manpages/abinit.1
+%%PORTDOCS%%%%DOCSDIR%%/misc/ATLAS
+%%PORTDOCS%%%%DOCSDIR%%/misc/AtomicReferenceData
+%%PORTDOCS%%%%DOCSDIR%%/misc/BibSearch
+%%PORTDOCS%%%%DOCSDIR%%/misc/Crystals
+%%PORTDOCS%%%%DOCSDIR%%/misc/DFT
+%%PORTDOCS%%%%DOCSDIR%%/misc/DetectMemLeaks
+%%PORTDOCS%%%%DOCSDIR%%/misc/ElectronicStructure_DDB
+%%PORTDOCS%%%%DOCSDIR%%/misc/Equation_of_state
+%%PORTDOCS%%%%DOCSDIR%%/misc/FLOP.benchmark
+%%PORTDOCS%%%%DOCSDIR%%/misc/Graphics
+%%PORTDOCS%%%%DOCSDIR%%/misc/Guidelines_for_presentation
+%%PORTDOCS%%%%DOCSDIR%%/misc/Landolt-Boernstein
+%%PORTDOCS%%%%DOCSDIR%%/misc/LectureNotes
+%%PORTDOCS%%%%DOCSDIR%%/misc/Links_for_Fortran_codes
+%%PORTDOCS%%%%DOCSDIR%%/misc/LiterateProgramming
+%%PORTDOCS%%%%DOCSDIR%%/misc/PLOTMTV_Phonons
+%%PORTDOCS%%%%DOCSDIR%%/misc/PeriodicTable
+%%PORTDOCS%%%%DOCSDIR%%/misc/Phonon_dispersion
+%%PORTDOCS%%%%DOCSDIR%%/misc/Publishing_in_English
+%%PORTDOCS%%%%DOCSDIR%%/misc/README
+%%PORTDOCS%%%%DOCSDIR%%/misc/Scilab_vs_Matlab
+%%PORTDOCS%%%%DOCSDIR%%/misc/TtH
+%%PORTDOCS%%%%DOCSDIR%%/misc/VASP_Data_View
+%%PORTDOCS%%%%DOCSDIR%%/misc/XCrysDen
+%%PORTDOCS%%%%DOCSDIR%%/presentation/coding.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/easy.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/features1.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/features2.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/groups.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/motivation.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/open.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/overview.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/portable.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation-docs.mk
+%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation.pdf
+%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation.tex
+%%PORTDOCS%%%%DOCSDIR%%/presentation/reliable.tex
+%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp1_data.txt
+%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp1_info.txt
+%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp3_info.txt
+%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp45_info.txt
+%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp5spinorbit_info.txt
+%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp6_info.txt
+%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp8_info.txt
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v2.3.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.0.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.1.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.2.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.3.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.4.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.0.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.1.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.2.htm
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.3.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.4.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.5.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.6.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.7.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.0.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.1.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.2.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.3.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.4.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.5.html
+%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.6.html
+%%PORTDOCS%%%%DOCSDIR%%/theory/1WF.pdf
+%%PORTDOCS%%%%DOCSDIR%%/theory/1WF.tex
+%%PORTDOCS%%%%DOCSDIR%%/theory/ABINIT-documentation-elasticity.odt
+%%PORTDOCS%%%%DOCSDIR%%/theory/Figure.eps
+%%PORTDOCS%%%%DOCSDIR%%/theory/Figure.png
+%%PORTDOCS%%%%DOCSDIR%%/theory/README
+%%PORTDOCS%%%%DOCSDIR%%/theory/elasticity-oganov.pdf
+%%PORTDOCS%%%%DOCSDIR%%/theory/geometry.pdf
+%%PORTDOCS%%%%DOCSDIR%%/theory/geometry.tex
+%%PORTDOCS%%%%DOCSDIR%%/theory/gwa.pdf
+%%PORTDOCS%%%%DOCSDIR%%/theory/gwa.tex
+%%PORTDOCS%%%%DOCSDIR%%/theory/noncol.pdf
+%%PORTDOCS%%%%DOCSDIR%%/theory/noncol.tex
+%%PORTDOCS%%%%DOCSDIR%%/theory/response.eps
+%%PORTDOCS%%%%DOCSDIR%%/theory/set_WFs.pdf
+%%PORTDOCS%%%%DOCSDIR%%/theory/set_WFs.tex
+%%PORTDOCS%%%%DOCSDIR%%/theory/theory-docs.mk
+%%PORTDOCS%%%%DOCSDIR%%/theory/vanderbilt-anaddb-notes.pdf
+%%PORTDOCS%%%%DOCSDIR%%/theory/vanderbilt-anaddb-notes.tex
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1/Plot1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1/dim.m
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_2.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_3.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_4.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_cp1.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_sequencer_control.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_view_control.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_vpe1.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_vpe2.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/si_den_111.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_elastic.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_elphon.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield/image004.gif
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield/image007.gif
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_gw1.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_gw2.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ldau.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/filelist.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image001.gif
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image002.pct
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image003.gif
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image005.pct
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image006.gif
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image008.pct
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image009.gif
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0001-linopt.out
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0002_0003-ChiTotIm.out
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0002_0003-ChiTotRe.out
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism/lesson_parallelism_overhead.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism/lesson_parallelism_speedup.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-2proj.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-4proj.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-6proj.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/Thumbs.db
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/etotal-acell.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/AtompawAbinit.tar.gz
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input.semicore
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input.vanderbilt
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input1
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input2
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input3
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.ghost.atompaw.input
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/RSO.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/RSOcompa.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/abinit.pawps.rrkj
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/acell-etotal.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/atompawUG.pdf
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/ecut.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log0a.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log0b.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1a.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1b.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1c.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log2a.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn1a.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn6a.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn6b.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf1.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf2.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf2/trf2_6.out.eps
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_source_code.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/bccfe_mag_dos2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/bccfe_nonmag_dos2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/energy_diff_fccfe.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/gz2.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_tddft.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_visual.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_wannier90.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/welcome.html
+%%PORTDOCS%%%%DOCSDIR%%/users/AbinitBandStructureMaker_manual.pdf
+%%PORTDOCS%%%%DOCSDIR%%/users/AbinitBandStructureMaker_manual.tex
+%%PORTDOCS%%%%DOCSDIR%%/users/FAQ.html
+%%PORTDOCS%%%%DOCSDIR%%/users/How_to_use_LDA+U.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/abinis_help.html
+%%PORTDOCS%%%%DOCSDIR%%/users/acknowledgments.html
+%%PORTDOCS%%%%DOCSDIR%%/users/aim_help.html
+%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.pdf
+%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.ps
+%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.tex
+%%PORTDOCS%%%%DOCSDIR%%/users/anaddb_help.html
+%%PORTDOCS%%%%DOCSDIR%%/users/band2eps_help
+%%PORTDOCS%%%%DOCSDIR%%/users/bibliography.html
+%%PORTDOCS%%%%DOCSDIR%%/users/conducti_manual.pdf
+%%PORTDOCS%%%%DOCSDIR%%/users/conducti_manual.tex
+%%PORTDOCS%%%%DOCSDIR%%/users/conductivity_paw_manu.pdf
+%%PORTDOCS%%%%DOCSDIR%%/users/conductivity_paw_manu.tex
+%%PORTDOCS%%%%DOCSDIR%%/users/context.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/cut3d_help.html
+%%PORTDOCS%%%%DOCSDIR%%/users/ddbs_upgrade.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/elphon_manual.pdf
+%%PORTDOCS%%%%DOCSDIR%%/users/elphon_manual.tex
+%%PORTDOCS%%%%DOCSDIR%%/users/formabinit.css
+%%PORTDOCS%%%%DOCSDIR%%/users/gwmanual.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/linear_optics_paw.pdf
+%%PORTDOCS%%%%DOCSDIR%%/users/linear_optics_paw.tex
+%%PORTDOCS%%%%DOCSDIR%%/users/mrgddb_help.html
+%%PORTDOCS%%%%DOCSDIR%%/users/netiquette.html
+%%PORTDOCS%%%%DOCSDIR%%/users/new_user_guide.html
+%%PORTDOCS%%%%DOCSDIR%%/users/newsp_help.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/optic_help.html
+%%PORTDOCS%%%%DOCSDIR%%/users/other_codes.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/paral_use.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/piezoelectric.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/positronmanual.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/problem_report.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/respfn_help.html
+%%PORTDOCS%%%%DOCSDIR%%/users/respfn_help.keep
+%%PORTDOCS%%%%DOCSDIR%%/users/spacegrouphelpfile.html
+%%PORTDOCS%%%%DOCSDIR%%/users/spgrcopyright.html
+%%PORTDOCS%%%%DOCSDIR%%/users/spgrdefinition.html
+%%PORTDOCS%%%%DOCSDIR%%/users/spgrdescription.html
+%%PORTDOCS%%%%DOCSDIR%%/users/spgrhead.html
+%%PORTDOCS%%%%DOCSDIR%%/users/tuning.txt
+%%PORTDOCS%%%%DOCSDIR%%/users/users-docs.mk
+%%PORTDOCS%%%%DOCSDIR%%/versioning/abinit-website.txt
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p1.txt
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p2.txt
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p3.txt
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.eps
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.png
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.xcf
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-quickref.pdf
+%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-quickref.tex
+%%PORTDOCS%%%%DOCSDIR%%/versioning/leaflet.cls
+%%PORTDOCS%%%%DOCSDIR%%/versioning/vcs-comparison.txt
+%%PORTDOCS%%%%DOCSDIR%%/versioning/versioning-docs.mk
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/0.11-Na.8.density.AE
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/0.17-Cl.8.density.AE
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h.bare
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h.pspgth
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h_WC.fhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/02he.bare
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/03-Li.psp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/03li.pspfhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/04be.pspgth
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/05b.soft_tm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/06c.pspgth
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o-gga.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.pspgth
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o_001023.pspfhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/09-F.psp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/11na.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/12mg.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/12mg.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.981214.fhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.pspgth
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.psppos
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13alpos.psppos
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14Si_pade-q4
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.Doug_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.Hamann_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.phoney_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.psp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.pspgth
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si_WC.fhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/15p.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/17cl.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/19k.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/1h.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/1h.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca_sic.drh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/22ti.psp_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/22ti.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/24cr.000107.fhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.num.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni-gga.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/2he.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/2he_ca_30t.psp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31Ga_LDA_abinit
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.SGS_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/32ge.SJ_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/32ge_lda.fhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33As_LDA_abinit
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.SGS_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.drh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/3li.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/41nb.pspfhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/41nb_001023.pspfhi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/42mo.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/4be.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/4be.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/51Sb_pbe-q5
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/56ba.psp_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/57la.drh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/5b.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/64gd.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.atompaw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.test-2proj.atompaw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.test-6proj.atompaw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c_lda.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/70yb.pho
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/70yb.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.hghsc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.tm_so
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/78pt.18.khgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/79au.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/79au.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.1s.psp_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/82pb.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/82pb.960808c_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi_halfso.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.2.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.phoney_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.psp_mod
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.psphgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o_sic.drh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/9f.pspnc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Al.gga.uspp.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/As_ps.abinit.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/F.noRSO.rc1.4.pawps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/10ne.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/11na.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/11na.9.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/12mg.10.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/12mg.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/13al.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/14si.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/15p.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/16s.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/17cl.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/18ar.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/19k.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/19k.9.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/1h.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/20ca.10.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/20ca.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/21sc.11.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/21sc.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/22ti.12.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/22ti.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/23v.13.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/23v.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/24cr.14.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/24cr.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/25mn.15.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/25mn.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/26fe.16.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/26fe.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/27co.17.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/27co.9.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/28ni.10.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/28ni.18.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/29cu.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/29cu.11.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/2he.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/30zn.12.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/30zn.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/31ga.13.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/31ga.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/32ge.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/33as.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/34se.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/35br.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/36kr.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/37rb.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/37rb.9.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/38sr.10.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/38sr.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/39y.11.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/39y.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/3li.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/3li.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/40zr.12.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/40zr.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/41nb.13.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/41nb.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/42mo.14.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/42mo.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/43tc.15.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/43tc.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/44ru.16.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/44ru.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/45rh.17.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/45rh.9.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/46pd.10.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/46pd.18.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/47ag.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/47ag.11.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/48cd.12.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/48cd.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/49in.13.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/49in.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/4be.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/4be.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/50sn.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/51sb.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/52te.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/53i.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/54xe.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/55cs.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/55cs.9.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/56ba.10.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/56ba.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/57la.11.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/58ce.12.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/59pr.13.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/5b.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/60nd.14.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/61pm.15.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/62sm.16.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/63eu.17.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/64gd.18.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/65tb.19.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/66dy.20.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/67ho.21.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/68er.22.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/69tm.23.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/6c.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/70yb.24.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/71lu.25.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/72hf.12.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/73ta.13.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/73ta.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/74w.14.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/74w.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/75re.15.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/75re.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/76os.16.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/76os.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/77ir.17.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/77ir.9.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/78pt.10.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/78pt.18.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/79au.1.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/79au.11.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/7n.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/80hg.12.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/80hg.2.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/81tl.13.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/81tl.3.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/82pb.4.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/83bi.5.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/84po.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/85at.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/86rn.8.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/8o.6.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/9f.7.hgh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Na.noRSO.9e.pawps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Si-LDA.paw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/al_h.cpi
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/cu_ps.736.lda
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/dummy_atom
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/mg.fc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o.fc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o_ps.736.lda
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o_ps.736.pbe
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/si_ps.736.lda
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/si_ps.736.pbe
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/benchabinit.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/chkinabi.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/contextdiff.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/drive-parallel-tests.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/fldiff.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/make-cpu-report.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/make-input-solid.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-dotest.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.com
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-charge-tests.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-netcdf-tests.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-parallel-tests.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-standard-tests.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/wrap-parallel-tests.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/wrap-standard-tests.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t05.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t10.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t20.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t22.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t05.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t20.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t22.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputA
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputC
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/changeref
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportA3
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportA6
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportB3
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportB6
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportC3
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportD3
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t06.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t07.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t08.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t10.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t06.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t07.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t08.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t05.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t05.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t05.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t06.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t07.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t08.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t14.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t16.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t17.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t19.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t20.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t23.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t24.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t25.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t26.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t27.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t28.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t29.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t30.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t05.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t06.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t07.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t08.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t14.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t16.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t17.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t19.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t20.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t23.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t25.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t26.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t27.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t28.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t28o_TIM2_GEO
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t29.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t29o_TIM8_GEO
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t30.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/netcdf/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/si_kpt_band_fft.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/si_kpt_band_fft.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t9.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tA.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tB.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tC.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tD.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tE.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tF.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tG.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tH.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tI.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tJ.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tK.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tL.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tM.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tN.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tO.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tP.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tQ.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tR.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tS.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tT.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tU.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tV.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tW.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_bandfft.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_bandfft.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_kpt+spin.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_kpt+spin.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t90.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t91.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t92.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t93.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t94.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t95.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t96.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t97.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t98.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t99.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tP0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tP4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tQ4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tR0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tR4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tS4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tT0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tT4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tW0.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tW4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/ab.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t12.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tests.env
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_1.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_2.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_3.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_4.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_5.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_6.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_1.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_4.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_3.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_7.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_5.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_1.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_2.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_3.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_4.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_1.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_2.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_4.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_5.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.in_freq
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_7.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_7.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_6.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_2.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_6.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_7.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_4.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_6.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0001-linopt.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiAbs.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiTotIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiTotRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiAbs.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiTotIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiTotRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0003-linopt.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_4_0001_0001-linopt.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_6.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_3.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_6.out.eps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_7.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC/alas_str.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC/alas_str.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/README-PART1
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_fdiff.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_fdiff.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_nonlin_ng6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_nonlin_ng6.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_strain_ng6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_strain_ng6.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS1_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS4_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS5_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_str_DS1_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_str_DS4_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/anaddb.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/anaddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/fausthenry.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/fausthenry.sci
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/mrgddb.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/raman_fdiff.sci
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/README-PART2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_ddk.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_ddk.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_clampedion.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_clampedion.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_relaxedion.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_relaxedion.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_zstar.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_zstar.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alaso_ddk_DS3_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/anaddb.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/anaddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_anaddb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_ddk
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_piezo_clampedion
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_piezo_relaxedion
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_zstar
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/piezo_clamped_ion.sci
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/piezo_relaxed_ion.sci
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/strain.sci
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/zstar.sci
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/README-PART3
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_clampedion.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_clampedion.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_relaxedion.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_relaxedion.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.eps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.gnu
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.lst
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fit.log
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.eps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.gnu
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.lst
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol_relaxedion.gnu
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol_relaxedion.lst
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.eps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.gnu
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.lst
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma_relaxedion.gnu
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma_relaxedion.lst
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/summary_NLO.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t14.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t15.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t1x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t22.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t23.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t24.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t25.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t2x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t31.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t32.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t33.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t34.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t35.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t3x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t41.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t42.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t43.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t44.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t45.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t46.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t47.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t48.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t4x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_6.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_7.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_8.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_9.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_X.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_1.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_2.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_3.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_1.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_2.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_3.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_4.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_5.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_5.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/ttddft_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/ttddft_x.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_1.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_1.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_2.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_2.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_3.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_3.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_4.files
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_4.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silane.win
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silicon.win
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silicon2.win
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/Pb_in_SiO2.out.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t14.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t15.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t22.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t23.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t25.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t31.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t32.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t33.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t34.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t35.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t41.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t42.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t43.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t44.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t45.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t46.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t47.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t48.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_6.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_7.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_8.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_9.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_4.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_1.paw.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_2.paw.ecutdg24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_2.paw.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.2proj.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.4proj.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.6proj.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_2proj_DOS_AT0001
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_4proj_DOS_AT0001
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_6proj_DOS_AT0001
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_DOS
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.bloechl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.polynom2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc18
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc20
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc22
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rrkj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rso
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.vanderbilt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_2.out.semicore
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.bloechl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.polynom2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.rrkj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.rso
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.semicore
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.vanderbilt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc18
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc20
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc22
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_2.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_3.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_5.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/ttddft_1.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t05.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t07.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t08.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t10.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t14.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t15.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t16.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t17.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t18.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t19.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t20.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t22.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t23.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t24.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t28.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t29.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t30.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t31.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t32.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t33.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t34.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t35.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t36.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t37.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t38.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t39.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t40.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t41.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t42.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t43.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t44.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t45.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t46.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t47.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t48.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t49.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t50.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t51.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t52.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t53.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t54.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t55.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t56.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t57.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t58.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t59.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t60.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t61.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t62.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t63.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t64.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t65.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t66.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t67.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t68.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t69.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t70.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t71.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t72.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t73.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t74.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t75.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t76.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t77.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t78.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t79.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t80.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t81.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t82.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t83.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t84.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t85.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t86.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t87.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t88.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t89.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t90.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t91.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t92.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t93.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t94.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t95.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t96.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t97.exit
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t97.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t98.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t99.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t05.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t07.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t07o_DOS
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t08.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t14.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t15.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t16.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t17.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t18.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t19.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t20.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t22.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t23.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t28.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t29.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t30.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t31.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t32.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t33.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t34.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t35.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t36.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t37.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t38.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t39.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t40.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t40o_CML.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t41.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t41o_CML.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t42.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t42o_CML.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t43.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t44.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t45.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t46.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t47.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t48.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t49.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t50.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t51.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t52.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t53.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t54.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t55.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t56.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t57.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t58.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t59.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t60.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t61.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t62.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t63.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t64.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t65.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t66.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t67.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t68.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t69.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t70.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t71.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t72.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t73.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t74.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t75.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t76.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t77.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t78.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t79.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t80.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t81.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t82.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t83.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t84.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t85.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t86.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t87.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t88.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t89.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t90.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t91.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t92.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t93.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t94.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t95.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t96.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t97.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t98.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t99.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t05.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t06.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t07.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t08.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t10.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t13.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.0.0.25.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.5.0.25.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.gamma.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t15.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t16.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t16.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t17.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t18.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t18.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t19.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t20.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t22.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t22.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ba.G.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Bax.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Baz.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ef.G.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1.G.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1x.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1y.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1z.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2.G.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2x.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2z.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ti.G.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Tix.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Tiz.X.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t24.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t25.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t25.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t26.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t28.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t29.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t29.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t30.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t32.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t33.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t34.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t35.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t36.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t37.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t38.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t39.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t39.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t40.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t41.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t42.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t43.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t44.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t45.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t46.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t47.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t48.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t49.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t50.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t51.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t52.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t53.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t54.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t55.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t56.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t57.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t58.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t59.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t60.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t61.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t62.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t63.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t64.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t65.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t66.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t67.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t68.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t69.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t70.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t71.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t72.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t73.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t74.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t75.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t76.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t77.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.cut.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.xyz.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t79.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t80.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t81.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t82.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t83.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t84.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t85.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t86.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t87.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t88.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t90.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t91.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t92.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t93.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t94.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t95.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t96.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t97.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t98.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t99.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t05.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t06.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t07.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t08.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t14.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t15.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t16.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t17.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t18.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t19.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t20.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t22.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t23.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t25.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t26.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t27.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t28.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t29.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t30.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t31.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t32.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t33.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t34.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t35.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t36.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t37.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t38.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t39.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t40.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t41.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t42.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t43.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t44.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t45.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t46.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t47.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t48.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t49.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t50.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t51.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t52.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t53.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t54.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t55.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t56.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t57.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t58.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t59.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t60.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t61.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t62.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t63.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t64.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t65.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t66.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t67.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t68.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t69.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t70.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t71.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t72.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t73.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t74.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t75.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t76.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t77.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t77.outden
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t78.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t79.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t80.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t81.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t82.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t83.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t84.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t85.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t86.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t87.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t88.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t90.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t91.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t92.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t93.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t94.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t95.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t96.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t97.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t98.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t99.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t02a.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t05.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t06.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t07.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t08.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t10.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t14.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t15.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t16.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t17.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t18.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t19.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t20.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t23.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t24.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t25.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t26.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t27.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t28.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t29.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t30.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t31.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t32.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t33.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t34.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t35.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t36.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t37.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t38.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t39.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t40.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t41.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t42.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t43.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t45.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t46.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t47.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t48.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t49.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t50.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t51.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t52.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t53.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t54.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t55.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t56.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t57.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t58.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t59.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t60.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t61.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t62.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t63.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t64.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t65.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t66.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t67.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t68.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t68.in_CML.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69a.in_CML.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69b.in_CML.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t70.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t71.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t72.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t73.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t74.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t75.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t76.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t77.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t78.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t79.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t80.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t81.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t82.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t83.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t84.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t85.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t86.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t87.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t90.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t91.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t92.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t93.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t94.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t95.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t96.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t96.moldyn.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t97.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t97.moldyn.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t98.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t99.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t05.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t06.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t07.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t08.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t14.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t15.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t16.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t17.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t18.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t19.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t20.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t23.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t25.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t26.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t27.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t28.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t29.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t30.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t31.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t32.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t33.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t34.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t35.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t36.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t37.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t38.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t39.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t40.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t41.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t42.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t43.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t45.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t46.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t46o_DS2_DOS
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t47.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t48.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t49.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t50.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t51.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t52.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t53.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t54.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t55.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t56.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t57.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t58.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t59.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t59_k2_b3_s2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t60.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t61.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t62.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t63.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t63_k1_b1_s1
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t64.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t64_k2_b2_s1
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t65.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t66.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t67.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t68.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t69.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t70.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t71.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t72.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t73.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t74.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t75.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t76.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t77.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t78.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t79.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t80.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t81.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t82.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t83.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t84.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t85.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t86.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t87.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t88.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t89.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t90.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t91.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t92.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t93.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t94.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t95.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t96.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t97.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t98.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t99.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t05.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t06.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t07.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t08.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t10.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t100.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t101.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t14.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t15.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t16.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t20.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t22.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t23.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t24.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t25.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t26.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t27.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t28.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t29.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t30.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t31.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t32.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t33.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t34.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t35.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t36.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t37.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t38.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t39.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t40.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t41.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t42.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t43.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t44.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t45.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t46.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t47.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t48.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t48.in_aux
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t49.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t49.in_aux
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t50.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t50.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in_displ
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in_freq
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t52.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t53.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t54.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t55.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t56.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t57.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t58.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t59.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t60.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t61.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t62.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t63.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t64.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t65.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t66.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t67.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t68.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t69.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t70.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t71.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t71.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t72.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t74.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t75.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t77.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t78.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t79.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t80.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t81.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t82.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t83.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t84.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t85.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t86.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t87.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t88.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t89.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t90.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t91.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t92.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t93.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t94.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t95.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t96.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t97.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t98.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t99.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t05.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t06.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t07.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t08.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t100.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t101.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t14.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t15.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t16.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t20.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t22.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t23.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t25.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t26.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t27.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t28.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t29.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t30.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t31.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t32.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t33.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t34.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35o_DS2_DOS
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35o_DS3_DOS_AT0001
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t36.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t37.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t38.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t38o_DS3_DOS_AT0002
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t39.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t40.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t41_DEN.MAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t41_DEN.PAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t42.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t43_VHXC.MAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t43_VHXC.PAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t44_VHXC.MAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t44_VHXC.PAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t45_DEN.MAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t45_DEN.PAV
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t46.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t47.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t48.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t49.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t50.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t51.out.eps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t52.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t53.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t54.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t55.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t56.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0001-linopt.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiAbs.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiTotIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiTotRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiAbs.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiTotIm.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiTotRe.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0003-linopt.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0003_0003-linopt.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t58.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t59.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t60.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t61.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t62.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t63.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t64.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t65.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t66.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t67.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t67o_DS3_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t68.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t69.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t69o_DS3_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t70.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t71.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t72.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t73.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t74.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t75.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t76.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t77.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t78.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t79.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t80.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t81.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t82.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t83.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t83_DDB
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t84.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t85.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t86.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t87.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t88.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t89.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t90.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t91.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t92.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t93.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t94.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t95.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t96.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t97.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t98.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t99.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t03.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t04.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t08.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t09.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t10.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t11.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t12.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t13.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t14.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t15.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t16.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t17.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t18.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t19.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t21.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t22.ddb.in.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t22.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t23.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t24.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t25.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t28.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t31.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t32.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t33.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t34.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t35.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t41.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t42.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t44.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t48.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t49.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t51.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t52.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t53.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t54.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t55.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t56.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t57.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t58.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t59.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t60.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t61.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t62.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t63.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t64.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t65.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t66.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t67.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t68.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t69.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t81.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t85.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t86.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t86o.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t87.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t88.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t89.ddk
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t89.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t91.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t95.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t96.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t96o.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t97.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t98.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t03.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t04.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t08.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t09.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t10.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t11.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t12.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t13.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t14.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t15.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t16.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t17.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t18.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t19.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t21.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t22.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t23.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t24.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t25.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t28.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t31.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t32.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t33.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t34.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t35.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t41.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t42.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t44.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t48.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t49.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t51.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t52.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t53.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t54.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t55.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t56.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t57.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t58.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t59.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t60.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t61.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t62.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t63.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t64.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t65.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t66.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t67.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t68.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t69.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t81.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t85.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t86.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t87.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t88.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t89.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t91.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t95.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t96.ddb.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t97.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t98.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/tests.cnf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/report.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t01.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t01.wannier90.win
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t02.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t02.wannier90.win
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t01.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t01.wannier90.wout
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t02.out
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t02.wannier90.wout
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/tests.cnf
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Input/w90
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/netcdf/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/netcdf
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/built-in/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/built-in
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft/Refs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft/Input
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Scripts
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Psps_for_tests/HGH
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Psps_for_tests
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/versioning
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/users
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_spin
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_rf2
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_paw2
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_paw1
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_parallelism
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_optic
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_nlo
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_ffield
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_analysis_tools
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_1
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/theory
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/release_notes
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/psp_infos
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/presentation
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/manpages
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/maintainers
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/macroave
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/known_problems
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/install_notes
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/input_variables
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/help_make
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/gallery
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/features
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/developers/strain_nonlocal
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/developers
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/config/build-examples
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/config
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/build
+%%PORTDOCS%%@dirrm %%DOCSDIR%%