aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-03-16 12:49:07 +0000
committerSimon Barner <barner@FreeBSD.org>2005-03-16 12:49:07 +0000
commit2d51a25b5399dfe835039acaf71f2fa2a4a3cdfb (patch)
tree3903127c4c9b089b086e94ecec1cecb09ba3a971 /cad
parent0fbb67c9213df6035eb85bca767fd85fd6de0ad2 (diff)
downloadports-2d51a25b5399dfe835039acaf71f2fa2a4a3cdfb.tar.gz
ports-2d51a25b5399dfe835039acaf71f2fa2a4a3cdfb.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile1
-rw-r--r--cad/linux-gid/Makefile76
-rw-r--r--cad/linux-gid/distinfo2
-rw-r--r--cad/linux-gid/files/patch-info::faq.info14
-rw-r--r--cad/linux-gid/files/patch-info::gid.info14
-rw-r--r--cad/linux-gid/files/patch-info::ptype.info14
-rw-r--r--cad/linux-gid/pkg-descr16
-rw-r--r--cad/linux-gid/pkg-plist1603
8 files changed, 1740 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile
index 867a1c28c6e0..1fd8aab50d2b 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -35,6 +35,7 @@
SUBDIR += leocad
SUBDIR += libgeda
SUBDIR += linux-eagle
+ SUBDIR += linux-gid
SUBDIR += magic
SUBDIR += mars
SUBDIR += netgen
diff --git a/cad/linux-gid/Makefile b/cad/linux-gid/Makefile
new file mode 100644
index 000000000000..441aadce2522
--- /dev/null
+++ b/cad/linux-gid/Makefile
@@ -0,0 +1,76 @@
+# New ports collection makefile for: GiD
+# Date created: 19 Feb 2004
+# Whom: Pedro Giffuni
+#
+# $FreeBSD$
+#
+
+PORTNAME= gid
+PORTVERSION= 7.4.9b
+CATEGORIES= cad linux
+MASTER_SITES= ftp://gid.cimne.upc.es/pub/gid_adds/Linux/Old/
+PKGNAMEPREFIX= linux-
+DISTNAME= ${PORTNAME}${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A graphical pre- and post-processor for numerical simulation programs
+
+RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs
+
+CONFLICTS= id-utils-[0-9]* coreutils-[0-9]*
+ONLY_FOR_ARCHS= amd64 i386
+
+USE_LINUX?= yes
+USE_REINPLACE= yes
+REINPLACE_ARGS= -i ""
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+INFO= gid gid-faq gid-ptype
+GID_BINS= gen2dNNN gid.exe mesh3d99
+GID_DATA= GidPassword.txt License.htm License.txt README.txt
+GID_DIRS= bitmaps problemtypes scripts symbols templates info
+
+post-extract:
+ @${REINPLACE_CMD} -e 's+/usr/bin/X11+${X11BASE}/bin+g;' \
+ ${WRKDIR}/install
+ ${RM} ${WRKDIR}/info/gid.info.cvs
+
+do-install:
+ @${MKDIR} ${DATADIR}
+.for d in ${GID_DATA}
+ ${INSTALL_DATA} ${WRKDIR}/${d} ${DATADIR}
+.endfor
+.for d in ${GID_DIRS}
+ @${MKDIR} ${DATADIR}/${d}
+ @${TAR} -C ${WRKDIR}/${d} -cf - . | \
+ ${TAR} -C ${DATADIR}/${d} -xf -
+ @${CHOWN} -R root:wheel ${DATADIR}/${d}
+ @${FIND} ${DATADIR}/${d} -type d -exec ${CHMOD} 0555 {} \;
+ @${FIND} ${DATADIR}/${d} -type f -exec ${CHMOD} 0444 {} \;
+.endfor
+ ${RM} ${DATADIR}/info/*.info*
+.for b in ${GID_BINS}
+ ${INSTALL_PROGRAM} ${WRKDIR}/${b} ${DATADIR}
+ @${BRANDELF} -t Linux ${DATADIR}/${b}
+.endfor
+ ${INSTALL_SCRIPT} ${WRKDIR}/install ${DATADIR}
+ @(cd ${WRKDIR}; ./install ${DATADIR})
+ @${LN} -sf ${DATADIR}/gid ${PREFIX}/bin/gid
+
+.if !defined(NOPORTDOCS)
+ for f in ${WRKDIR}/info/gid*.info*; do \
+ ${INSTALL_DATA} $$f ${PREFIX}/info; \
+ done
+ for f in faq.info ptype.info; do \
+ ${INSTALL_DATA} ${WRKDIR}/info/$$f ${PREFIX}/info/gid-$$f; \
+ done
+.endif
+ @${MKDIR} ${EXAMPLESDIR}
+ @${TAR} -C ${WRKDIR}/Examples -cf - . | \
+ ${TAR} -C ${EXAMPLESDIR} -xf -
+ @${CHOWN} -R root:wheel ${EXAMPLESDIR}
+ @${FIND} ${EXAMPLESDIR} -type d -exec ${CHMOD} 0555 {} \;
+ @${FIND} ${EXAMPLESDIR} -type f -exec ${CHMOD} 0444 {} \;
+
+.include <bsd.port.mk>
diff --git a/cad/linux-gid/distinfo b/cad/linux-gid/distinfo
new file mode 100644
index 000000000000..56cf61267187
--- /dev/null
+++ b/cad/linux-gid/distinfo
@@ -0,0 +1,2 @@
+MD5 (gid7.4.9b.tar.gz) = 0284366e995e6c7fda020cbcc0817250
+SIZE (gid7.4.9b.tar.gz) = 19374825
diff --git a/cad/linux-gid/files/patch-info::faq.info b/cad/linux-gid/files/patch-info::faq.info
new file mode 100644
index 000000000000..dcc2ccc46e89
--- /dev/null
+++ b/cad/linux-gid/files/patch-info::faq.info
@@ -0,0 +1,14 @@
+--- info/faq.info.orig Wed Mar 9 17:15:17 2005
++++ info/faq.info Wed Mar 9 17:21:53 2005
+@@ -1,6 +1,11 @@
+ This is Info file faq.info, produced by Makeinfo version 1.68 from the
+ input file faq.texinfo.
+
++INFO-DIR-SECTION GiD: A graphical pre- and post-processor for numerical simulation programs
++START-INFO-DIR-ENTRY
++* FAQ: (gid-faq). Frequently asked questions.
++END-INFO-DIR-ENTRY
++
+ This is the GiD FAQ
+
+ Copyright 1997-1999 CIMNE
diff --git a/cad/linux-gid/files/patch-info::gid.info b/cad/linux-gid/files/patch-info::gid.info
new file mode 100644
index 000000000000..de0d46c42ba1
--- /dev/null
+++ b/cad/linux-gid/files/patch-info::gid.info
@@ -0,0 +1,14 @@
+--- info/gid.info.orig Wed Mar 9 17:25:39 2005
++++ info/gid.info Wed Mar 9 17:28:43 2005
+@@ -1,6 +1,11 @@
+ This is Info file gid.info, produced by Makeinfo version 1.67 from the
+ input file gid.texinfo.
+
++INFO-DIR-SECTION GiD: A graphical pre- and post-processor for numerical simulation programs
++START-INFO-DIR-ENTRY
++* Manual: (gid). How to use GiD.
++END-INFO-DIR-ENTRY
++
+ This is the GiD manual
+
+ Copyright 1997-2003 CIMNE
diff --git a/cad/linux-gid/files/patch-info::ptype.info b/cad/linux-gid/files/patch-info::ptype.info
new file mode 100644
index 000000000000..db7f95f9b1aa
--- /dev/null
+++ b/cad/linux-gid/files/patch-info::ptype.info
@@ -0,0 +1,14 @@
+--- info/ptype.info.orig Wed Mar 9 17:25:47 2005
++++ info/ptype.info Wed Mar 9 17:28:07 2005
+@@ -1,6 +1,11 @@
+ This is Info file ptype.info, produced by Makeinfo version 1.68 from
+ the input file ptype.texinfo.
+
++INFO-DIR-SECTION GiD: A graphical pre- and post-processor for numerical simulation programs
++START-INFO-DIR-ENTRY
++* Customization: (gid-ptype). Creating custom problem types.
++END-INFO-DIR-ENTRY
++
+ Copyright 1997-2000 CIMNE
+
+ 
diff --git a/cad/linux-gid/pkg-descr b/cad/linux-gid/pkg-descr
new file mode 100644
index 000000000000..b566491b8630
--- /dev/null
+++ b/cad/linux-gid/pkg-descr
@@ -0,0 +1,16 @@
+GiD has been designed as a universal, adaptive and user-friendly graphical
+user interface for geometrical modelling, data input and visualisation of
+results for all types of numerical simulation programs. Typical problems
+that can be successfully tackled with GiD include most situations in solid
+and structural mechanics, fluid dynamics, electromagnetics, heat transfer,
+geomechanics, etc. using finite element, finite volume, boundary element,
+finite difference or point based (meshless) numerical procedures.
+
+GiD is ideal to be used in a multi-user environment in universities,
+research centers and enterprises for development and applications of
+different numerical simulation programs
+
+Note: The Academic version is free to download and use and can be upgraded
+to a professional version by buying a license.
+
+WWW: http://gid.cimne.upc.es/
diff --git a/cad/linux-gid/pkg-plist b/cad/linux-gid/pkg-plist
new file mode 100644
index 000000000000..f570d65069ca
--- /dev/null
+++ b/cad/linux-gid/pkg-plist
@@ -0,0 +1,1603 @@
+bin/gid
+%%DATADIR%%/GidPassword.txt
+%%DATADIR%%/License.htm
+%%DATADIR%%/License.txt
+%%DATADIR%%/README.txt
+%%DATADIR%%/bitmaps/AddStep.gif
+%%DATADIR%%/bitmaps/ArrowDown.gif
+%%DATADIR%%/bitmaps/ArrowUp.gif
+%%DATADIR%%/bitmaps/CirclePNR.gif
+%%DATADIR%%/bitmaps/EndAnim.gif
+%%DATADIR%%/bitmaps/GiD2.ico
+%%DATADIR%%/bitmaps/GiDdir.gif
+%%DATADIR%%/bitmaps/GiDdirectory.gif
+%%DATADIR%%/bitmaps/GiDdirectory_h.gif
+%%DATADIR%%/bitmaps/GiDicono.xbm
+%%DATADIR%%/bitmaps/GiDicono.xpm
+%%DATADIR%%/bitmaps/GiDicono64.xbm
+%%DATADIR%%/bitmaps/GiDicono64.xpm
+%%DATADIR%%/bitmaps/GiDlogo.gif
+%%DATADIR%%/bitmaps/GiDlogo.ppm
+%%DATADIR%%/bitmaps/GiDsplash-old.gif
+%%DATADIR%%/bitmaps/GiDsplash.gif
+%%DATADIR%%/bitmaps/HSV_color.gif
+%%DATADIR%%/bitmaps/HelpJoin.gif
+%%DATADIR%%/bitmaps/Lock-off.gif
+%%DATADIR%%/bitmaps/Lock-on.gif
+%%DATADIR%%/bitmaps/Prism.gif
+%%DATADIR%%/bitmaps/Report.gif
+%%DATADIR%%/bitmaps/StaticAnimCosine.xbm
+%%DATADIR%%/bitmaps/StaticAnimLineal.xbm
+%%DATADIR%%/bitmaps/StaticAnimSinusoidal.xbm
+%%DATADIR%%/bitmaps/StaticAnimTriangular.xbm
+%%DATADIR%%/bitmaps/ToReport.gif
+%%DATADIR%%/bitmaps/ToReportOld.gif
+%%DATADIR%%/bitmaps/about.gif
+%%DATADIR%%/bitmaps/about_grey.gif
+%%DATADIR%%/bitmaps/alllines
+%%DATADIR%%/bitmaps/alllines.gif
+%%DATADIR%%/bitmaps/alltypes
+%%DATADIR%%/bitmaps/alltypes.gif
+%%DATADIR%%/bitmaps/arc
+%%DATADIR%%/bitmaps/arc.gif
+%%DATADIR%%/bitmaps/arrow-l
+%%DATADIR%%/bitmaps/arrow-l-16
+%%DATADIR%%/bitmaps/arrow-l-24
+%%DATADIR%%/bitmaps/arrow-l-plus
+%%DATADIR%%/bitmaps/arrow-r
+%%DATADIR%%/bitmaps/arrow-r-16
+%%DATADIR%%/bitmaps/arrow-r-24
+%%DATADIR%%/bitmaps/arrow_down_vsmall.gif
+%%DATADIR%%/bitmaps/arrow_left_vsmall.gif
+%%DATADIR%%/bitmaps/arrow_right_vsmall.gif
+%%DATADIR%%/bitmaps/arrow_up_vsmall.gif
+%%DATADIR%%/bitmaps/aspa
+%%DATADIR%%/bitmaps/blackwhite.gif
+%%DATADIR%%/bitmaps/bmp
+%%DATADIR%%/bitmaps/bmp.gif
+%%DATADIR%%/bitmaps/body
+%%DATADIR%%/bitmaps/body.gif
+%%DATADIR%%/bitmaps/bodybound
+%%DATADIR%%/bitmaps/bodybound.gif
+%%DATADIR%%/bitmaps/bodylines
+%%DATADIR%%/bitmaps/bodylines.gif
+%%DATADIR%%/bitmaps/bola.ico
+%%DATADIR%%/bitmaps/boton_mas
+%%DATADIR%%/bitmaps/boton_menos
+%%DATADIR%%/bitmaps/boundaries
+%%DATADIR%%/bitmaps/boundaries.gif
+%%DATADIR%%/bitmaps/buton_about.gif
+%%DATADIR%%/bitmaps/buton_about_o.gif
+%%DATADIR%%/bitmaps/buton_close.gif
+%%DATADIR%%/bitmaps/buton_close_o.gif
+%%DATADIR%%/bitmaps/buton_help.gif
+%%DATADIR%%/bitmaps/buton_help_o.gif
+%%DATADIR%%/bitmaps/buton_register.gif
+%%DATADIR%%/bitmaps/buton_register_o.gif
+%%DATADIR%%/bitmaps/buton_tutorials.gif
+%%DATADIR%%/bitmaps/buton_tutorials_o.gif
+%%DATADIR%%/bitmaps/buton_web.gif
+%%DATADIR%%/bitmaps/buton_web_o.gif
+%%DATADIR%%/bitmaps/camera
+%%DATADIR%%/bitmaps/camera.gif
+%%DATADIR%%/bitmaps/changelight
+%%DATADIR%%/bitmaps/check.gif
+%%DATADIR%%/bitmaps/cimne-draw
+%%DATADIR%%/bitmaps/cimne-draw.gif
+%%DATADIR%%/bitmaps/clipplane-base.xbm
+%%DATADIR%%/bitmaps/clipplane.xbm
+%%DATADIR%%/bitmaps/cone.gif
+%%DATADIR%%/bitmaps/contextual
+%%DATADIR%%/bitmaps/coonsurf
+%%DATADIR%%/bitmaps/coonsurf.gif
+%%DATADIR%%/bitmaps/coonsurf16x16
+%%DATADIR%%/bitmaps/coonsurf16x16.gif
+%%DATADIR%%/bitmaps/copy.gif
+%%DATADIR%%/bitmaps/cullbackfaces
+%%DATADIR%%/bitmaps/cullfrontback
+%%DATADIR%%/bitmaps/cullfrontfaces
+%%DATADIR%%/bitmaps/cullnone
+%%DATADIR%%/bitmaps/cullstyle
+%%DATADIR%%/bitmaps/cullstyle.gif
+%%DATADIR%%/bitmaps/cursor3d
+%%DATADIR%%/bitmaps/cut2p
+%%DATADIR%%/bitmaps/cut2p.gif
+%%DATADIR%%/bitmaps/cut3p
+%%DATADIR%%/bitmaps/cut3p.gif
+%%DATADIR%%/bitmaps/cut_succesion
+%%DATADIR%%/bitmaps/cut_succesion.gif
+%%DATADIR%%/bitmaps/cuts
+%%DATADIR%%/bitmaps/cuts.gif
+%%DATADIR%%/bitmaps/cuts_on
+%%DATADIR%%/bitmaps/cutsets
+%%DATADIR%%/bitmaps/cutsets.gif
+%%DATADIR%%/bitmaps/cutsets_on
+%%DATADIR%%/bitmaps/cylinder.gif
+%%DATADIR%%/bitmaps/disk.gif
+%%DATADIR%%/bitmaps/displaystyle
+%%DATADIR%%/bitmaps/displaystyle.gif
+%%DATADIR%%/bitmaps/dividemesh
+%%DATADIR%%/bitmaps/dividesets
+%%DATADIR%%/bitmaps/docut
+%%DATADIR%%/bitmaps/docut.gif
+%%DATADIR%%/bitmaps/down-msk.xbm
+%%DATADIR%%/bitmaps/down.xbm
+%%DATADIR%%/bitmaps/downdoublearrow
+%%DATADIR%%/bitmaps/downdoublearrow16x16
+%%DATADIR%%/bitmaps/element
+%%DATADIR%%/bitmaps/element.gif
+%%DATADIR%%/bitmaps/eps
+%%DATADIR%%/bitmaps/eps.gif
+%%DATADIR%%/bitmaps/erase
+%%DATADIR%%/bitmaps/erase-cross.gif
+%%DATADIR%%/bitmaps/erase.gif
+%%DATADIR%%/bitmaps/escape
+%%DATADIR%%/bitmaps/exit.gif
+%%DATADIR%%/bitmaps/eye_closed
+%%DATADIR%%/bitmaps/eye_closed.gif
+%%DATADIR%%/bitmaps/eye_open
+%%DATADIR%%/bitmaps/eye_open.gif
+%%DATADIR%%/bitmaps/face
+%%DATADIR%%/bitmaps/file.gif
+%%DATADIR%%/bitmaps/file_h.gif
+%%DATADIR%%/bitmaps/flagdown
+%%DATADIR%%/bitmaps/flagup
+%%DATADIR%%/bitmaps/fletxa_d.gif
+%%DATADIR%%/bitmaps/fletxa_e.gif
+%%DATADIR%%/bitmaps/foco_dad.cur
+%%DATADIR%%/bitmaps/foco_dad.xbm
+%%DATADIR%%/bitmaps/foco_dad_msk.xbm
+%%DATADIR%%/bitmaps/foco_dai.cur
+%%DATADIR%%/bitmaps/foco_dai.xbm
+%%DATADIR%%/bitmaps/foco_dai_msk.xbm
+%%DATADIR%%/bitmaps/foco_dbd.cur
+%%DATADIR%%/bitmaps/foco_dbd.xbm
+%%DATADIR%%/bitmaps/foco_dbd_msk.xbm
+%%DATADIR%%/bitmaps/foco_dbi.cur
+%%DATADIR%%/bitmaps/foco_dbi.xbm
+%%DATADIR%%/bitmaps/foco_dbi_msk.xbm
+%%DATADIR%%/bitmaps/foco_dd.xbm
+%%DATADIR%%/bitmaps/foco_di.xbm
+%%DATADIR%%/bitmaps/foco_fad.cur
+%%DATADIR%%/bitmaps/foco_fad.xbm
+%%DATADIR%%/bitmaps/foco_fad_msk.xbm
+%%DATADIR%%/bitmaps/foco_fai.cur
+%%DATADIR%%/bitmaps/foco_fai.xbm
+%%DATADIR%%/bitmaps/foco_fai_msk.xbm
+%%DATADIR%%/bitmaps/foco_fbd.cur
+%%DATADIR%%/bitmaps/foco_fbd.xbm
+%%DATADIR%%/bitmaps/foco_fbd_msk.xbm
+%%DATADIR%%/bitmaps/foco_fbi.cur
+%%DATADIR%%/bitmaps/foco_fbi.xbm
+%%DATADIR%%/bitmaps/foco_fbi_msk.xbm
+%%DATADIR%%/bitmaps/foco_fd.xbm
+%%DATADIR%%/bitmaps/foco_fi.xbm
+%%DATADIR%%/bitmaps/folder.gif
+%%DATADIR%%/bitmaps/folder_h.gif
+%%DATADIR%%/bitmaps/gid.ico
+%%DATADIR%%/bitmaps/gid_icon.xbm
+%%DATADIR%%/bitmaps/gid_mini
+%%DATADIR%%/bitmaps/gidinfo.gif
+%%DATADIR%%/bitmaps/gif
+%%DATADIR%%/bitmaps/gif.gif
+%%DATADIR%%/bitmaps/go-msk.xbm
+%%DATADIR%%/bitmaps/go.xbm
+%%DATADIR%%/bitmaps/go18x15.gif
+%%DATADIR%%/bitmaps/go_step-msk.xbm
+%%DATADIR%%/bitmaps/go_step.xbm
+%%DATADIR%%/bitmaps/grey.25
+%%DATADIR%%/bitmaps/grey.5
+%%DATADIR%%/bitmaps/help.gif
+%%DATADIR%%/bitmaps/help.xpm
+%%DATADIR%%/bitmaps/hiddenbound
+%%DATADIR%%/bitmaps/hiddenbound.gif
+%%DATADIR%%/bitmaps/hiddenlines
+%%DATADIR%%/bitmaps/hiddenlines.gif
+%%DATADIR%%/bitmaps/home.gif
+%%DATADIR%%/bitmaps/hourglass.gif
+%%DATADIR%%/bitmaps/info_gid.gif
+%%DATADIR%%/bitmaps/info_gid_a.gif
+%%DATADIR%%/bitmaps/info_gid_p.gif
+%%DATADIR%%/bitmaps/info_gid_t.gif
+%%DATADIR%%/bitmaps/interior
+%%DATADIR%%/bitmaps/interior.gif
+%%DATADIR%%/bitmaps/interior_no
+%%DATADIR%%/bitmaps/interior_no.gif
+%%DATADIR%%/bitmaps/invrainbow.gif
+%%DATADIR%%/bitmaps/join.gif
+%%DATADIR%%/bitmaps/jpeg
+%%DATADIR%%/bitmaps/jpeg.gif
+%%DATADIR%%/bitmaps/layer
+%%DATADIR%%/bitmaps/layer.gif
+%%DATADIR%%/bitmaps/layer16x16.gif
+%%DATADIR%%/bitmaps/layer_bringtofront.gif
+%%DATADIR%%/bitmaps/layer_freeze.gif
+%%DATADIR%%/bitmaps/layer_massive_off.gif
+%%DATADIR%%/bitmaps/layer_massive_on.gif
+%%DATADIR%%/bitmaps/layer_nottouse.gif
+%%DATADIR%%/bitmaps/layer_off.gif
+%%DATADIR%%/bitmaps/layer_on.gif
+%%DATADIR%%/bitmaps/layer_sendtoback.gif
+%%DATADIR%%/bitmaps/layer_touse.gif
+%%DATADIR%%/bitmaps/layer_transparent_off.gif
+%%DATADIR%%/bitmaps/layer_transparent_on.gif
+%%DATADIR%%/bitmaps/layer_unfreeze.gif
+%%DATADIR%%/bitmaps/leftarrow.bit
+%%DATADIR%%/bitmaps/leftdoublearrow.bit
+%%DATADIR%%/bitmaps/letters
+%%DATADIR%%/bitmaps/lightpos
+%%DATADIR%%/bitmaps/lightpos.gif
+%%DATADIR%%/bitmaps/line
+%%DATADIR%%/bitmaps/line.gif
+%%DATADIR%%/bitmaps/line16x16
+%%DATADIR%%/bitmaps/line16x16.gif
+%%DATADIR%%/bitmaps/list
+%%DATADIR%%/bitmaps/list.gif
+%%DATADIR%%/bitmaps/localaxes.gif
+%%DATADIR%%/bitmaps/logo-uninstall2_64.gif
+%%DATADIR%%/bitmaps/logo-uninstall2_64.xpm
+%%DATADIR%%/bitmaps/meshes
+%%DATADIR%%/bitmaps/meshes.gif
+%%DATADIR%%/bitmaps/meshes_on
+%%DATADIR%%/bitmaps/minus.xbm
+%%DATADIR%%/bitmaps/mwindows.gif
+%%DATADIR%%/bitmaps/new.gif
+%%DATADIR%%/bitmaps/newfolder.gif
+%%DATADIR%%/bitmaps/no_create_point.gif
+%%DATADIR%%/bitmaps/no_join.gif
+%%DATADIR%%/bitmaps/node
+%%DATADIR%%/bitmaps/node.gif
+%%DATADIR%%/bitmaps/noletters
+%%DATADIR%%/bitmaps/note.gif
+%%DATADIR%%/bitmaps/object.gif
+%%DATADIR%%/bitmaps/onoff_bola.gif
+%%DATADIR%%/bitmaps/onoff_bola.tif
+%%DATADIR%%/bitmaps/opaco.gif
+%%DATADIR%%/bitmaps/open.gif
+%%DATADIR%%/bitmaps/open15.gif
+%%DATADIR%%/bitmaps/open2.gif
+%%DATADIR%%/bitmaps/openfile
+%%DATADIR%%/bitmaps/openfold.gif
+%%DATADIR%%/bitmaps/openfold_h.gif
+%%DATADIR%%/bitmaps/palette.gif
+%%DATADIR%%/bitmaps/pan
+%%DATADIR%%/bitmaps/pan.gif
+%%DATADIR%%/bitmaps/panfrom
+%%DATADIR%%/bitmaps/panfrom.cur
+%%DATADIR%%/bitmaps/panfrom_msk
+%%DATADIR%%/bitmaps/panto
+%%DATADIR%%/bitmaps/panto.cur
+%%DATADIR%%/bitmaps/panto_msk
+%%DATADIR%%/bitmaps/pattern
+%%DATADIR%%/bitmaps/plsurf
+%%DATADIR%%/bitmaps/plsurf.gif
+%%DATADIR%%/bitmaps/plus.xbm
+%%DATADIR%%/bitmaps/png
+%%DATADIR%%/bitmaps/png.gif
+%%DATADIR%%/bitmaps/point
+%%DATADIR%%/bitmaps/point.gif
+%%DATADIR%%/bitmaps/point16x16
+%%DATADIR%%/bitmaps/point16x16.gif
+%%DATADIR%%/bitmaps/points
+%%DATADIR%%/bitmaps/points.gif
+%%DATADIR%%/bitmaps/points3.gif
+%%DATADIR%%/bitmaps/poly
+%%DATADIR%%/bitmaps/poly.gif
+%%DATADIR%%/bitmaps/polygonPNR.gif
+%%DATADIR%%/bitmaps/prefs.gif
+%%DATADIR%%/bitmaps/prepost.gif
+%%DATADIR%%/bitmaps/print.gif
+%%DATADIR%%/bitmaps/prof1.gif
+%%DATADIR%%/bitmaps/prof2.gif
+%%DATADIR%%/bitmaps/prof3.gif
+%%DATADIR%%/bitmaps/ps
+%%DATADIR%%/bitmaps/ps.gif
+%%DATADIR%%/bitmaps/questionarrow.gif
+%%DATADIR%%/bitmaps/quit.gif
+%%DATADIR%%/bitmaps/rainbow.gif
+%%DATADIR%%/bitmaps/record19x15
+%%DATADIR%%/bitmaps/rectangle.gif
+%%DATADIR%%/bitmaps/redcross22x22.gif
+%%DATADIR%%/bitmaps/redraw
+%%DATADIR%%/bitmaps/redraw.gif
+%%DATADIR%%/bitmaps/rename.gif
+%%DATADIR%%/bitmaps/rename2.gif
+%%DATADIR%%/bitmaps/resetminmax
+%%DATADIR%%/bitmaps/resetminmax.gif
+%%DATADIR%%/bitmaps/result
+%%DATADIR%%/bitmaps/resultonview
+%%DATADIR%%/bitmaps/resultonview.gif
+%%DATADIR%%/bitmaps/rewind-msk.xbm
+%%DATADIR%%/bitmaps/rewind.xbm
+%%DATADIR%%/bitmaps/rightarrow.bit
+%%DATADIR%%/bitmaps/rightdoublearrow.bit
+%%DATADIR%%/bitmaps/rotate
+%%DATADIR%%/bitmaps/rotate-old.gif
+%%DATADIR%%/bitmaps/rotate-quiet
+%%DATADIR%%/bitmaps/rotate.cur
+%%DATADIR%%/bitmaps/rotate.gif
+%%DATADIR%%/bitmaps/rotate_msk
+%%DATADIR%%/bitmaps/rotatequiet
+%%DATADIR%%/bitmaps/rotatequiet.cur
+%%DATADIR%%/bitmaps/rotatequiet_msk
+%%DATADIR%%/bitmaps/rotatex
+%%DATADIR%%/bitmaps/rotatex.cur
+%%DATADIR%%/bitmaps/rotatex_msk
+%%DATADIR%%/bitmaps/rotatey
+%%DATADIR%%/bitmaps/rotatey.cur
+%%DATADIR%%/bitmaps/rotatey_msk
+%%DATADIR%%/bitmaps/rotatez
+%%DATADIR%%/bitmaps/rotatez.cur
+%%DATADIR%%/bitmaps/rotatez_msk
+%%DATADIR%%/bitmaps/save.gif
+%%DATADIR%%/bitmaps/save15.gif
+%%DATADIR%%/bitmaps/saveas.gif
+%%DATADIR%%/bitmaps/search.gif
+%%DATADIR%%/bitmaps/sep_hori.gif
+%%DATADIR%%/bitmaps/sep_hori_2.gif
+%%DATADIR%%/bitmaps/sep_hori_largo.gif
+%%DATADIR%%/bitmaps/sep_hori_largo2.gif
+%%DATADIR%%/bitmaps/sep_vert.gif
+%%DATADIR%%/bitmaps/sep_vert_2.gif
+%%DATADIR%%/bitmaps/sets
+%%DATADIR%%/bitmaps/sets.gif
+%%DATADIR%%/bitmaps/sets_on
+%%DATADIR%%/bitmaps/sphere.gif
+%%DATADIR%%/bitmaps/spline
+%%DATADIR%%/bitmaps/spline.gif
+%%DATADIR%%/bitmaps/stop-msk.xbm
+%%DATADIR%%/bitmaps/stop.xbm
+%%DATADIR%%/bitmaps/stop19x15
+%%DATADIR%%/bitmaps/surface
+%%DATADIR%%/bitmaps/surface.gif
+%%DATADIR%%/bitmaps/surfacesets
+%%DATADIR%%/bitmaps/surfacesets.gif
+%%DATADIR%%/bitmaps/surfacesets_on
+%%DATADIR%%/bitmaps/target.xbm
+%%DATADIR%%/bitmaps/tcltk16.gif
+%%DATADIR%%/bitmaps/terrain.gif
+%%DATADIR%%/bitmaps/text_about.gif
+%%DATADIR%%/bitmaps/text_close.gif
+%%DATADIR%%/bitmaps/text_gidhelp.gif
+%%DATADIR%%/bitmaps/text_gidtutorials.gif
+%%DATADIR%%/bitmaps/text_register.gif
+%%DATADIR%%/bitmaps/text_www.gif
+%%DATADIR%%/bitmaps/tga
+%%DATADIR%%/bitmaps/tga.gif
+%%DATADIR%%/bitmaps/tiff
+%%DATADIR%%/bitmaps/tiff.gif
+%%DATADIR%%/bitmaps/tori.gif
+%%DATADIR%%/bitmaps/transp
+%%DATADIR%%/bitmaps/transp_no
+%%DATADIR%%/bitmaps/transparente.gif
+%%DATADIR%%/bitmaps/trash.gif
+%%DATADIR%%/bitmaps/triangle_down
+%%DATADIR%%/bitmaps/triangle_down_down
+%%DATADIR%%/bitmaps/triangle_left
+%%DATADIR%%/bitmaps/triangle_right
+%%DATADIR%%/bitmaps/triangle_up
+%%DATADIR%%/bitmaps/triangle_up_up
+%%DATADIR%%/bitmaps/up-msk.xbm
+%%DATADIR%%/bitmaps/up.xbm
+%%DATADIR%%/bitmaps/updoublearrow
+%%DATADIR%%/bitmaps/upfolder.gif
+%%DATADIR%%/bitmaps/usermax
+%%DATADIR%%/bitmaps/usermax.gif
+%%DATADIR%%/bitmaps/usermin
+%%DATADIR%%/bitmaps/usermin.gif
+%%DATADIR%%/bitmaps/verif.gif
+%%DATADIR%%/bitmaps/verif_no.gif
+%%DATADIR%%/bitmaps/view_geom_mesh.gif
+%%DATADIR%%/bitmaps/void.xbm
+%%DATADIR%%/bitmaps/volume
+%%DATADIR%%/bitmaps/volume.gif
+%%DATADIR%%/bitmaps/volume16x16
+%%DATADIR%%/bitmaps/volume16x16.gif
+%%DATADIR%%/bitmaps/volumesets
+%%DATADIR%%/bitmaps/volumesets.gif
+%%DATADIR%%/bitmaps/volumesets_on
+%%DATADIR%%/bitmaps/vrml
+%%DATADIR%%/bitmaps/vrml.gif
+%%DATADIR%%/bitmaps/wicon.gif
+%%DATADIR%%/bitmaps/zframe
+%%DATADIR%%/bitmaps/zframe.gif
+%%DATADIR%%/bitmaps/zoomdin
+%%DATADIR%%/bitmaps/zoomdin.cur
+%%DATADIR%%/bitmaps/zoomdin_msk
+%%DATADIR%%/bitmaps/zoomdinin
+%%DATADIR%%/bitmaps/zoomdinin.cur
+%%DATADIR%%/bitmaps/zoomdinin_msk
+%%DATADIR%%/bitmaps/zoomdinout
+%%DATADIR%%/bitmaps/zoomdinout.cur
+%%DATADIR%%/bitmaps/zoomdinout_msk
+%%DATADIR%%/bitmaps/zoomin
+%%DATADIR%%/bitmaps/zoomin.gif
+%%DATADIR%%/bitmaps/zoomin_msk
+%%DATADIR%%/bitmaps/zoomout
+%%DATADIR%%/bitmaps/zoomout.gif
+@dirrm %%DATADIR%%/bitmaps
+%%DATADIR%%/gen2dNNN
+%%DATADIR%%/gid
+%%DATADIR%%/gid.exe
+%%DATADIR%%/info/Post_format.doc
+%%DATADIR%%/info/Post_format.html
+%%DATADIR%%/info/Post_format.ps
+%%DATADIR%%/info/Post_format2.doc
+%%DATADIR%%/info/Post_format_manual.doc
+%%DATADIR%%/info/Post_format_manual.ps
+%%DATADIR%%/info/WHATISNEW
+%%DATADIR%%/info/WHATISNEW.manual
+%%DATADIR%%/info/en/help.conf
+%%DATADIR%%/info/en/html-customization/help.conf
+%%DATADIR%%/info/en/html-customization/images/customization.gif
+%%DATADIR%%/info/en/html-customization/images/ptype.gif
+@dirrm %%DATADIR%%/info/en/html-customization/images
+%%DATADIR%%/info/en/html-customization/ptype_1.html
+%%DATADIR%%/info/en/html-customization/ptype_2.html
+%%DATADIR%%/info/en/html-customization/ptype_3.html
+%%DATADIR%%/info/en/html-customization/ptype_toc.html
+@dirrm %%DATADIR%%/info/en/html-customization
+%%DATADIR%%/info/en/html-faq/faq_1.html
+%%DATADIR%%/info/en/html-faq/faq_10.html
+%%DATADIR%%/info/en/html-faq/faq_11.html
+%%DATADIR%%/info/en/html-faq/faq_2.html
+%%DATADIR%%/info/en/html-faq/faq_3.html
+%%DATADIR%%/info/en/html-faq/faq_4.html
+%%DATADIR%%/info/en/html-faq/faq_5.html
+%%DATADIR%%/info/en/html-faq/faq_6.html
+%%DATADIR%%/info/en/html-faq/faq_7.html
+%%DATADIR%%/info/en/html-faq/faq_8.html
+%%DATADIR%%/info/en/html-faq/faq_9.html
+%%DATADIR%%/info/en/html-faq/faq_toc.html
+%%DATADIR%%/info/en/html-faq/help.conf
+%%DATADIR%%/info/en/html-faq/images/GaussPoints.gif
+%%DATADIR%%/info/en/html-faq/images/faq.gif
+@dirrm %%DATADIR%%/info/en/html-faq/images
+@dirrm %%DATADIR%%/info/en/html-faq
+%%DATADIR%%/info/en/html-tutorials/ToMesh1.gid/ToMesh1.geo
+@dirrm %%DATADIR%%/info/en/html-tutorials/ToMesh1.gid
+%%DATADIR%%/info/en/html-tutorials/help.conf
+%%DATADIR%%/info/en/html-tutorials/images_1/Pieza.jpg
+%%DATADIR%%/info/en/html-tutorials/images_1/arrow.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/gidtutorials.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/gidtutorials.jpg
+%%DATADIR%%/info/en/html-tutorials/images_1/next.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/prev.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/tutorial1.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/tutorial1_o.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/tutorial2.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/tutorial2_o.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/tutorial3.gif
+%%DATADIR%%/info/en/html-tutorials/images_1/tutorial3_o.gif
+@dirrm %%DATADIR%%/info/en/html-tutorials/images_1
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/1.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/10.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/11.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/12.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/13.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/14.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/15.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/16.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/17.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/18.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/19.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/2.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/20.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/21.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/22.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/23.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/3.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/4.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/5.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/6.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/7.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/8.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/9.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image101.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image102.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image103.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image104.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image105.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image106.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image107.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image108.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image109.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image110.jpg
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image111.jpg
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image112.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image113.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image114.jpg
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image115.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image116.jpg
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image117.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image118.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image119.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image120.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image16.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image17.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image20.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image260.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image261.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image262.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image263.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image264.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image265.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image30.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image31.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image32.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image33.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image36.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image39.jpg
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image4.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image41.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image49.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image50.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image51.jpg
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image89.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image90.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image91.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image92.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image93.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image94.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image95.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image96.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image97.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image98.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image99.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image_logo.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/help.conf
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/image88.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/index.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_1/toc.html
+@dirrm %%DATADIR%%/info/en/html-tutorials/tutorial_1
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/1.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/10.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/11.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/14.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/15.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/16.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/17.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/18.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/19.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/2.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/3.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/4.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/5.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/6.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/7.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/8.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/9.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image266.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image267.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image268.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image269.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image270.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image271.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image272.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image273.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image274.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image275.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image276.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image277.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image278.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image279.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image52.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image54.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image58.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image59.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image61.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image62.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image63.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image64.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image66.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image67.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image69.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image71.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image72.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image73.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image74.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image75.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image76.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image77.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image78.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image80.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image81.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image82.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image83.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image84.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image85.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image86.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/help.conf
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/index.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/logo_tut2.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_2/toc.html
+@dirrm %%DATADIR%%/info/en/html-tutorials/tutorial_2
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/1.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/2.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/3.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/4.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/5.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/6.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/7.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image10.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image11.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image12.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image13.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image280.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image5.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image6.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image8.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image9.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/help.conf
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/index.html
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/logo_tut3.gif
+%%DATADIR%%/info/en/html-tutorials/tutorial_3/toc.html
+@dirrm %%DATADIR%%/info/en/html-tutorials/tutorial_3
+%%DATADIR%%/info/en/html-tutorials/tutorials_toc.html
+@dirrm %%DATADIR%%/info/en/html-tutorials
+%%DATADIR%%/info/en/html-version/gid-logo.gif
+%%DATADIR%%/info/en/html-version/gid_1.html
+%%DATADIR%%/info/en/html-version/gid_10.html
+%%DATADIR%%/info/en/html-version/gid_11.html
+%%DATADIR%%/info/en/html-version/gid_12.html
+%%DATADIR%%/info/en/html-version/gid_13.html
+%%DATADIR%%/info/en/html-version/gid_14.html
+%%DATADIR%%/info/en/html-version/gid_15.html
+%%DATADIR%%/info/en/html-version/gid_16.html
+%%DATADIR%%/info/en/html-version/gid_17.html
+%%DATADIR%%/info/en/html-version/gid_18.html
+%%DATADIR%%/info/en/html-version/gid_2.html
+%%DATADIR%%/info/en/html-version/gid_3.html
+%%DATADIR%%/info/en/html-version/gid_4.html
+%%DATADIR%%/info/en/html-version/gid_5.html
+%%DATADIR%%/info/en/html-version/gid_6.html
+%%DATADIR%%/info/en/html-version/gid_7.html
+%%DATADIR%%/info/en/html-version/gid_8.html
+%%DATADIR%%/info/en/html-version/gid_9.html
+%%DATADIR%%/info/en/html-version/gid_toc.html
+%%DATADIR%%/info/en/html-version/help.conf
+%%DATADIR%%/info/en/html-version/icons/m-about.gif
+%%DATADIR%%/info/en/html-version/icons/m-acisread.gif
+%%DATADIR%%/info/en/html-version/icons/m-animate.gif
+%%DATADIR%%/info/en/html-version/icons/m-animationcontrols.gif
+%%DATADIR%%/info/en/html-version/icons/m-assignunstructsizes.gif
+%%DATADIR%%/info/en/html-version/icons/m-batch.gif
+%%DATADIR%%/info/en/html-version/icons/m-bordergraph.gif
+%%DATADIR%%/info/en/html-version/icons/m-boundaries.gif
+%%DATADIR%%/info/en/html-version/icons/m-calculate.gif
+%%DATADIR%%/info/en/html-version/icons/m-calculator.gif
+%%DATADIR%%/info/en/html-version/icons/m-cancelmesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-changelightvector.gif
+%%DATADIR%%/info/en/html-version/icons/m-clipplanes.gif
+%%DATADIR%%/info/en/html-version/icons/m-collapse.gif
+%%DATADIR%%/info/en/html-version/icons/m-comments.gif
+%%DATADIR%%/info/en/html-version/icons/m-conditions.gif
+%%DATADIR%%/info/en/html-version/icons/m-contourfill.gif
+%%DATADIR%%/info/en/html-version/icons/m-contourlines.gif
+%%DATADIR%%/info/en/html-version/icons/m-contourranges.gif
+%%DATADIR%%/info/en/html-version/icons/m-converttonurbs.gif
+%%DATADIR%%/info/en/html-version/icons/m-coordinateswindow.gif
+%%DATADIR%%/info/en/html-version/icons/m-copy.gif
+%%DATADIR%%/info/en/html-version/icons/m-covermesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-createarc.gif
+%%DATADIR%%/info/en/html-version/icons/m-createarctangents.gif
+%%DATADIR%%/info/en/html-version/icons/m-createboolean.gif
+%%DATADIR%%/info/en/html-version/icons/m-createcontact.gif
+%%DATADIR%%/info/en/html-version/icons/m-createintersection.gif
+%%DATADIR%%/info/en/html-version/icons/m-createline.gif
+%%DATADIR%%/info/en/html-version/icons/m-createnurbsline.gif
+%%DATADIR%%/info/en/html-version/icons/m-createnurbssurface.gif
+%%DATADIR%%/info/en/html-version/icons/m-createobject.gif
+%%DATADIR%%/info/en/html-version/icons/m-createpoint.gif
+%%DATADIR%%/info/en/html-version/icons/m-createpolyline.gif
+%%DATADIR%%/info/en/html-version/icons/m-createsurfboolean.gif
+%%DATADIR%%/info/en/html-version/icons/m-createvolume.gif
+%%DATADIR%%/info/en/html-version/icons/m-dataunits.gif
+%%DATADIR%%/info/en/html-version/icons/m-defaultbackground.gif
+%%DATADIR%%/info/en/html-version/icons/m-deformation.gif
+%%DATADIR%%/info/en/html-version/icons/m-deformmesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-delete.gif
+%%DATADIR%%/info/en/html-version/icons/m-dimension.gif
+%%DATADIR%%/info/en/html-version/icons/m-dimensioncreate.gif
+%%DATADIR%%/info/en/html-version/icons/m-dimensiondelete.gif
+%%DATADIR%%/info/en/html-version/icons/m-dimensionedit.gif
+%%DATADIR%%/info/en/html-version/icons/m-dimensionshowbox.gif
+%%DATADIR%%/info/en/html-version/icons/m-displayvectors.gif
+%%DATADIR%%/info/en/html-version/icons/m-distance.gif
+%%DATADIR%%/info/en/html-version/icons/m-divide.gif
+%%DATADIR%%/info/en/html-version/icons/m-docuts.gif
+%%DATADIR%%/info/en/html-version/icons/m-drawnormalslines.gif
+%%DATADIR%%/info/en/html-version/icons/m-drawnormalssurfaces.gif
+%%DATADIR%%/info/en/html-version/icons/m-drawsizes.gif
+%%DATADIR%%/info/en/html-version/icons/m-dxfread.gif
+%%DATADIR%%/info/en/html-version/icons/m-dxfwrite.gif
+%%DATADIR%%/info/en/html-version/icons/m-edisurfmesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-editmesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-editnurbsline.gif
+%%DATADIR%%/info/en/html-version/icons/m-editnurbssurface.gif
+%%DATADIR%%/info/en/html-version/icons/m-editsurfmesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-elementtype.gif
+%%DATADIR%%/info/en/html-version/icons/m-explodepolyline.gif
+%%DATADIR%%/info/en/html-version/icons/m-files.gif
+%%DATADIR%%/info/en/html-version/icons/m-filter.gif
+%%DATADIR%%/info/en/html-version/icons/m-generate.gif
+%%DATADIR%%/info/en/html-version/icons/m-graphical.gif
+%%DATADIR%%/info/en/html-version/icons/m-graphs.gif
+%%DATADIR%%/info/en/html-version/icons/m-holenurbssurface.gif
+%%DATADIR%%/info/en/html-version/icons/m-id.gif
+%%DATADIR%%/info/en/html-version/icons/m-igesread.gif
+%%DATADIR%%/info/en/html-version/icons/m-igeswrite.gif
+%%DATADIR%%/info/en/html-version/icons/m-insertgeometry.gif
+%%DATADIR%%/info/en/html-version/icons/m-internetretrieve.gif
+%%DATADIR%%/info/en/html-version/icons/m-interval.gif
+%%DATADIR%%/info/en/html-version/icons/m-isosurfaces.gif
+%%DATADIR%%/info/en/html-version/icons/m-joinlinesendpoints.gif
+%%DATADIR%%/info/en/html-version/icons/m-label.gif
+%%DATADIR%%/info/en/html-version/icons/m-layers.gif
+%%DATADIR%%/info/en/html-version/icons/m-legends.gif
+%%DATADIR%%/info/en/html-version/icons/m-linediagrams.gif
+%%DATADIR%%/info/en/html-version/icons/m-linesize.gif
+%%DATADIR%%/info/en/html-version/icons/m-list.gif
+%%DATADIR%%/info/en/html-version/icons/m-localaxes.gif
+%%DATADIR%%/info/en/html-version/icons/m-macros.gif
+%%DATADIR%%/info/en/html-version/icons/m-materials.gif
+%%DATADIR%%/info/en/html-version/icons/m-menuviewresults.gif
+%%DATADIR%%/info/en/html-version/icons/m-meshcriteria.gif
+%%DATADIR%%/info/en/html-version/icons/m-meshquality.gif
+%%DATADIR%%/info/en/html-version/icons/m-meshread.gif
+%%DATADIR%%/info/en/html-version/icons/m-meshview.gif
+%%DATADIR%%/info/en/html-version/icons/m-move.gif
+%%DATADIR%%/info/en/html-version/icons/m-movepoint.gif
+%%DATADIR%%/info/en/html-version/icons/m-multiplewindows.gif
+%%DATADIR%%/info/en/html-version/icons/m-nastranread.gif
+%%DATADIR%%/info/en/html-version/icons/m-new.gif
+%%DATADIR%%/info/en/html-version/icons/m-open.gif
+%%DATADIR%%/info/en/html-version/icons/m-optionisosurfaces.gif
+%%DATADIR%%/info/en/html-version/icons/m-optionscontour.gif
+%%DATADIR%%/info/en/html-version/icons/m-optionsgraphs.gif
+%%DATADIR%%/info/en/html-version/icons/m-optionsstreamlines.gif
+%%DATADIR%%/info/en/html-version/icons/m-optionsvectors.gif
+%%DATADIR%%/info/en/html-version/icons/m-pan.gif
+%%DATADIR%%/info/en/html-version/icons/m-parametricline.gif
+%%DATADIR%%/info/en/html-version/icons/m-parasolidread.gif
+%%DATADIR%%/info/en/html-version/icons/m-perspective.gif
+%%DATADIR%%/info/en/html-version/icons/m-pointoptions.gif
+%%DATADIR%%/info/en/html-version/icons/m-postprocess.gif
+%%DATADIR%%/info/en/html-version/icons/m-preferences.gif
+%%DATADIR%%/info/en/html-version/icons/m-printtofile.gif
+%%DATADIR%%/info/en/html-version/icons/m-problemdata.gif
+%%DATADIR%%/info/en/html-version/icons/m-problemtype.gif
+%%DATADIR%%/info/en/html-version/icons/m-quadraticelements.gif
+%%DATADIR%%/info/en/html-version/icons/m-quit.gif
+%%DATADIR%%/info/en/html-version/icons/m-readbatchwindow.gif
+%%DATADIR%%/info/en/html-version/icons/m-readimage.gif
+%%DATADIR%%/info/en/html-version/icons/m-readsurfacemesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-redraw.gif
+%%DATADIR%%/info/en/html-version/icons/m-render.gif
+%%DATADIR%%/info/en/html-version/icons/m-renumber.gif
+%%DATADIR%%/info/en/html-version/icons/m-repair.gif
+%%DATADIR%%/info/en/html-version/icons/m-resetmeshdata.gif
+%%DATADIR%%/info/en/html-version/icons/m-rotate.gif
+%%DATADIR%%/info/en/html-version/icons/m-save.gif
+%%DATADIR%%/info/en/html-version/icons/m-saveas.gif
+%%DATADIR%%/info/en/html-version/icons/m-saveasciipr.gif
+%%DATADIR%%/info/en/html-version/icons/m-saveonlayers.gif
+%%DATADIR%%/info/en/html-version/icons/m-savereadview.gif
+%%DATADIR%%/info/en/html-version/icons/m-savewindowconf.gif
+%%DATADIR%%/info/en/html-version/icons/m-several.gif
+%%DATADIR%%/info/en/html-version/icons/m-shapefileread.gif
+%%DATADIR%%/info/en/html-version/icons/m-showminmax.gif
+%%DATADIR%%/info/en/html-version/icons/m-signal.gif
+%%DATADIR%%/info/en/html-version/icons/m-simplifynurbs.gif
+%%DATADIR%%/info/en/html-version/icons/m-smoothcontourfill.gif
+%%DATADIR%%/info/en/html-version/icons/m-status.gif
+%%DATADIR%%/info/en/html-version/icons/m-stlmeshread.gif
+%%DATADIR%%/info/en/html-version/icons/m-streamlines.gif
+%%DATADIR%%/info/en/html-version/icons/m-structured.gif
+%%DATADIR%%/info/en/html-version/icons/m-structuredconcentrate.gif
+%%DATADIR%%/info/en/html-version/icons/m-swaparcs.gif
+%%DATADIR%%/info/en/html-version/icons/m-texture.gif
+%%DATADIR%%/info/en/html-version/icons/m-transformproblemtype.gif
+%%DATADIR%%/info/en/html-version/icons/m-uncollapse.gif
+%%DATADIR%%/info/en/html-version/icons/m-undo.gif
+%%DATADIR%%/info/en/html-version/icons/m-utilities.gif
+%%DATADIR%%/info/en/html-version/icons/m-vdaread.gif
+%%DATADIR%%/info/en/html-version/icons/m-viewgeometry.gif
+%%DATADIR%%/info/en/html-version/icons/m-viewresults.gif
+%%DATADIR%%/info/en/html-version/icons/m-viewstyle.gif
+%%DATADIR%%/info/en/html-version/icons/m-writeascii.gif
+%%DATADIR%%/info/en/html-version/icons/m-writecalculationsfile.gif
+%%DATADIR%%/info/en/html-version/icons/m-writemesh.gif
+%%DATADIR%%/info/en/html-version/icons/m-writeusingBas.gif
+%%DATADIR%%/info/en/html-version/icons/m-zoom.gif
+%%DATADIR%%/info/en/html-version/icons/m2-layers.gif
+%%DATADIR%%/info/en/html-version/icons/mm-arccenter.gif
+%%DATADIR%%/info/en/html-version/icons/mm-base.gif
+%%DATADIR%%/info/en/html-version/icons/mm-filter.gif
+%%DATADIR%%/info/en/html-version/icons/mm-joinca.gif
+%%DATADIR%%/info/en/html-version/icons/mm-label.gif
+%%DATADIR%%/info/en/html-version/icons/mm-layers.gif
+%%DATADIR%%/info/en/html-version/icons/mm-normalinsurface.gif
+%%DATADIR%%/info/en/html-version/icons/mm-pan.gif
+%%DATADIR%%/info/en/html-version/icons/mm-pointinline.gif
+%%DATADIR%%/info/en/html-version/icons/mm-pointinsurface.gif
+%%DATADIR%%/info/en/html-version/icons/mm-quit.gif
+%%DATADIR%%/info/en/html-version/icons/mm-redraw.gif
+%%DATADIR%%/info/en/html-version/icons/mm-render.gif
+%%DATADIR%%/info/en/html-version/icons/mm-rotate.gif
+%%DATADIR%%/info/en/html-version/icons/mm-tangentinline.gif
+%%DATADIR%%/info/en/html-version/icons/mm-zoom.gif
+%%DATADIR%%/info/en/html-version/icons/tb-copy.gif
+%%DATADIR%%/info/en/html-version/icons/tb-createarc.gif
+%%DATADIR%%/info/en/html-version/icons/tb-createline.gif
+%%DATADIR%%/info/en/html-version/icons/tb-createnurbsline.gif
+%%DATADIR%%/info/en/html-version/icons/tb-createnurbssurface.gif
+%%DATADIR%%/info/en/html-version/icons/tb-createobject.gif
+%%DATADIR%%/info/en/html-version/icons/tb-createpolyline.gif
+%%DATADIR%%/info/en/html-version/icons/tb-createvolume.gif
+%%DATADIR%%/info/en/html-version/icons/tb-delete.gif
+%%DATADIR%%/info/en/html-version/icons/tb-layers.gif
+%%DATADIR%%/info/en/html-version/icons/tb-new.gif
+%%DATADIR%%/info/en/html-version/icons/tb-open.gif
+%%DATADIR%%/info/en/html-version/icons/tb-pan.gif
+%%DATADIR%%/info/en/html-version/icons/tb-preferences.gif
+%%DATADIR%%/info/en/html-version/icons/tb-prepost.gif
+%%DATADIR%%/info/en/html-version/icons/tb-print.gif
+%%DATADIR%%/info/en/html-version/icons/tb-printtofile.gif
+%%DATADIR%%/info/en/html-version/icons/tb-quit.gif
+%%DATADIR%%/info/en/html-version/icons/tb-redraw.gif
+%%DATADIR%%/info/en/html-version/icons/tb-rotate.gif
+%%DATADIR%%/info/en/html-version/icons/tb-save.gif
+%%DATADIR%%/info/en/html-version/icons/tb-viewgeometry.gif
+%%DATADIR%%/info/en/html-version/icons/tb-zoomframe.gif
+%%DATADIR%%/info/en/html-version/icons/tb-zoomin.gif
+%%DATADIR%%/info/en/html-version/icons/tb-zoomout.gif
+@dirrm %%DATADIR%%/info/en/html-version/icons
+%%DATADIR%%/info/en/html-version/images/AnimateControls.gif
+%%DATADIR%%/info/en/html-version/images/Browser.gif
+%%DATADIR%%/info/en/html-version/images/CRanges.gif
+%%DATADIR%%/info/en/html-version/images/Calculator.gif
+%%DATADIR%%/info/en/html-version/images/ClipPlanes.gif
+%%DATADIR%%/info/en/html-version/images/Conditions.gif
+%%DATADIR%%/info/en/html-version/images/ContourColoursWin.gif
+%%DATADIR%%/info/en/html-version/images/CoordWin.gif
+%%DATADIR%%/info/en/html-version/images/Copy.gif
+%%DATADIR%%/info/en/html-version/images/CordalError.gif
+%%DATADIR%%/info/en/html-version/images/CorrectSizes.gif
+%%DATADIR%%/info/en/html-version/images/GaussPoints.gif
+%%DATADIR%%/info/en/html-version/images/GraphMenu.gif
+%%DATADIR%%/info/en/html-version/images/Higherentities.gif
+%%DATADIR%%/info/en/html-version/images/Layers.gif
+%%DATADIR%%/info/en/html-version/images/Layout.gif
+%%DATADIR%%/info/en/html-version/images/LineOptions.gif
+%%DATADIR%%/info/en/html-version/images/List.gif
+%%DATADIR%%/info/en/html-version/images/MacrosWindow.gif
+%%DATADIR%%/info/en/html-version/images/Materials.gif
+%%DATADIR%%/info/en/html-version/images/MeshQuality.gif
+%%DATADIR%%/info/en/html-version/images/MeshQuality2.gif
+%%DATADIR%%/info/en/html-version/images/NewIconBarPost.gif
+%%DATADIR%%/info/en/html-version/images/NewIconBarPre.gif
+%%DATADIR%%/info/en/html-version/images/PRB.gif
+%%DATADIR%%/info/en/html-version/images/Perspective.gif
+%%DATADIR%%/info/en/html-version/images/PointOptions.gif
+%%DATADIR%%/info/en/html-version/images/PostAnimate.gif
+%%DATADIR%%/info/en/html-version/images/PostAnimate2.gif
+%%DATADIR%%/info/en/html-version/images/PostDisplayStyle.gif
+%%DATADIR%%/info/en/html-version/images/PostGraphMenu.gif
+%%DATADIR%%/info/en/html-version/images/PostMeshDeformation.gif
+%%DATADIR%%/info/en/html-version/images/PostTransformations.gif
+%%DATADIR%%/info/en/html-version/images/PostViewResults.gif
+%%DATADIR%%/info/en/html-version/images/Preferences_fonts.gif
+%%DATADIR%%/info/en/html-version/images/Preferences_gen.gif
+%%DATADIR%%/info/en/html-version/images/Preferences_graph.gif
+%%DATADIR%%/info/en/html-version/images/Preferences_import.gif
+%%DATADIR%%/info/en/html-version/images/Preferences_mesh.gif
+%%DATADIR%%/info/en/html-version/images/Preferences_post.gif
+%%DATADIR%%/info/en/html-version/images/ReadBatch.gif
+%%DATADIR%%/info/en/html-version/images/StandardBar.gif
+%%DATADIR%%/info/en/html-version/images/Status.gif
+%%DATADIR%%/info/en/html-version/images/ToolbarsWindow.gif
+%%DATADIR%%/info/en/html-version/images/Undo.gif
+%%DATADIR%%/info/en/html-version/images/UtilitiesListElements.gif
+%%DATADIR%%/info/en/html-version/images/UtilitiesListNodes.gif
+%%DATADIR%%/info/en/html-version/images/UtilitiesStatus.gif
+%%DATADIR%%/info/en/html-version/images/VariosResultados.gif
+%%DATADIR%%/info/en/html-version/images/VariosResultadosWin.gif
+%%DATADIR%%/info/en/html-version/images/bas.gif
+%%DATADIR%%/info/en/html-version/images/bas_msg_box.gif
+%%DATADIR%%/info/en/html-version/images/booksample.gif
+%%DATADIR%%/info/en/html-version/images/booktitle.gif
+%%DATADIR%%/info/en/html-version/images/comments.gif
+%%DATADIR%%/info/en/html-version/images/concentrate.gif
+%%DATADIR%%/info/en/html-version/images/concentrate_ex.gif
+%%DATADIR%%/info/en/html-version/images/cuad4.gif
+%%DATADIR%%/info/en/html-version/images/cuad8.gif
+%%DATADIR%%/info/en/html-version/images/cuad9.gif
+%%DATADIR%%/info/en/html-version/images/cuadGP4.gif
+%%DATADIR%%/info/en/html-version/images/cuadGP9.gif
+%%DATADIR%%/info/en/html-version/images/custom_menu.gif
+%%DATADIR%%/info/en/html-version/images/custom_menu2.gif
+%%DATADIR%%/info/en/html-version/images/custom_menu3.gif
+%%DATADIR%%/info/en/html-version/images/customization.gif
+%%DATADIR%%/info/en/html-version/images/datahelp.gif
+%%DATADIR%%/info/en/html-version/images/dataimage.gif
+%%DATADIR%%/info/en/html-version/images/dimensions_create.gif
+%%DATADIR%%/info/en/html-version/images/drawsizes.gif
+%%DATADIR%%/info/en/html-version/images/drawsizes1.gif
+%%DATADIR%%/info/en/html-version/images/editNurbs.gif
+%%DATADIR%%/info/en/html-version/images/editNurbsLineWin.gif
+%%DATADIR%%/info/en/html-version/images/editNurbsWin.gif
+%%DATADIR%%/info/en/html-version/images/enter_normal.gif
+%%DATADIR%%/info/en/html-version/images/euler_angles.gif
+%%DATADIR%%/info/en/html-version/images/euler_angles0.gif
+%%DATADIR%%/info/en/html-version/images/exampleparametric.gif
+%%DATADIR%%/info/en/html-version/images/fieldunit.gif
+%%DATADIR%%/info/en/html-version/images/fitxer_tcl.gif
+%%DATADIR%%/info/en/html-version/images/flavia.gif
+%%DATADIR%%/info/en/html-version/images/flaviaNF.gif
+%%DATADIR%%/info/en/html-version/images/gid-logo.gif
+%%DATADIR%%/info/en/html-version/images/help_cm2d.gif
+%%DATADIR%%/info/en/html-version/images/hexGP27.gif
+%%DATADIR%%/info/en/html-version/images/hexGP8.gif
+%%DATADIR%%/info/en/html-version/images/hexa20.gif
+%%DATADIR%%/info/en/html-version/images/hexa27.gif
+%%DATADIR%%/info/en/html-version/images/hexa8.gif
+%%DATADIR%%/info/en/html-version/images/internet_retr.gif
+%%DATADIR%%/info/en/html-version/images/linea2.gif
+%%DATADIR%%/info/en/html-version/images/linea3.gif
+%%DATADIR%%/info/en/html-version/images/lineaGPNI.gif
+%%DATADIR%%/info/en/html-version/images/lineaGPNNI.gif
+%%DATADIR%%/info/en/html-version/images/parametricline.gif
+%%DATADIR%%/info/en/html-version/images/post-intro.gif
+%%DATADIR%%/info/en/html-version/images/punto1.gif
+%%DATADIR%%/info/en/html-version/images/random_surf.gif
+%%DATADIR%%/info/en/html-version/images/selectionwindow.gif
+%%DATADIR%%/info/en/html-version/images/sense_elements.gif
+%%DATADIR%%/info/en/html-version/images/split_surface.gif
+%%DATADIR%%/info/en/html-version/images/sweep2.gif
+%%DATADIR%%/info/en/html-version/images/sweep3.gif
+%%DATADIR%%/info/en/html-version/images/sweep4.gif
+%%DATADIR%%/info/en/html-version/images/sweep5.gif
+%%DATADIR%%/info/en/html-version/images/sweep6.gif
+%%DATADIR%%/info/en/html-version/images/sweep_path.gif
+%%DATADIR%%/info/en/html-version/images/terrain.gif
+%%DATADIR%%/info/en/html-version/images/tetGP4.gif
+%%DATADIR%%/info/en/html-version/images/tetra10.gif
+%%DATADIR%%/info/en/html-version/images/tetra4.gif
+%%DATADIR%%/info/en/html-version/images/toolbar.gif
+%%DATADIR%%/info/en/html-version/images/triang3.gif
+%%DATADIR%%/info/en/html-version/images/triang6.gif
+%%DATADIR%%/info/en/html-version/images/triangGP1.gif
+%%DATADIR%%/info/en/html-version/images/triangGP3.gif
+%%DATADIR%%/info/en/html-version/images/triangGP6.gif
+%%DATADIR%%/info/en/html-version/images/trimmed_create.gif
+%%DATADIR%%/info/en/html-version/images/trimmed_divide.gif
+%%DATADIR%%/info/en/html-version/images/unit.gif
+%%DATADIR%%/info/en/html-version/images/use_of_filesNF.gif
+%%DATADIR%%/info/en/html-version/images/win_tcl_example.gif
+@dirrm %%DATADIR%%/info/en/html-version/images
+%%DATADIR%%/info/en/html-version/info.txt
+%%DATADIR%%/info/en/html-version/intro/gid-logo.gif
+%%DATADIR%%/info/en/html-version/intro/intro.html
+@dirrm %%DATADIR%%/info/en/html-version/intro
+%%DATADIR%%/info/en/html-version/makehtml
+%%DATADIR%%/info/en/html-version/progressbar.tcl
+%%DATADIR%%/info/en/html-version/search_data.txt
+%%DATADIR%%/info/en/html-version/search_database2.tcl
+%%DATADIR%%/info/en/html-version/texi2html
+%%DATADIR%%/info/en/html-version/texi2html.man
+%%DATADIR%%/info/en/html-version/tract-css.tcl
+@dirrm %%DATADIR%%/info/en/html-version
+%%DATADIR%%/info/en/html_whatsnew/5-6.html
+%%DATADIR%%/info/en/html_whatsnew/72-74b.html
+%%DATADIR%%/info/en/html_whatsnew/PostNews/first.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img002.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img003.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img004.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img005.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img006.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img007.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img008.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img009.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img010.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img011.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img012.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img013.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/img014.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/last.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/next.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/prev.gif
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld002.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld003.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld004.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld005.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld006.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld007.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld008.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld009.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld010.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld011.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld012.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld013.htm
+%%DATADIR%%/info/en/html_whatsnew/PostNews/sld014.htm
+@dirrm %%DATADIR%%/info/en/html_whatsnew/PostNews
+%%DATADIR%%/info/en/html_whatsnew/PreNews/first.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img002.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img003.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img004.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img005.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img006.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img007.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img008.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img009.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img010.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img011.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img012.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img013.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img014.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img015.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img016.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img017.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img018.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img019.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img020.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img021.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img022.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/img023.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/last.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/next.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/prev.gif
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld002.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld003.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld004.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld005.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld006.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld007.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld008.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld009.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld010.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld011.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld012.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld013.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld014.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld015.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld016.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld017.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld018.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld019.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld020.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld021.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld022.htm
+%%DATADIR%%/info/en/html_whatsnew/PreNews/sld023.htm
+@dirrm %%DATADIR%%/info/en/html_whatsnew/PreNews
+%%DATADIR%%/info/en/html_whatsnew/help.conf
+%%DATADIR%%/info/en/html_whatsnew/images/whatsnew.gif
+@dirrm %%DATADIR%%/info/en/html_whatsnew/images
+%%DATADIR%%/info/en/html_whatsnew/index.html
+@dirrm %%DATADIR%%/info/en/html_whatsnew
+%%DATADIR%%/info/en/wordindex
+@dirrm %%DATADIR%%/info/en
+%%DATADIR%%/info/faq.texinfo
+%%DATADIR%%/info/gid-manual.doc
+%%DATADIR%%/info/gid.texinfo
+%%DATADIR%%/info/gid_base.tex
+%%DATADIR%%/info/help.conf
+%%DATADIR%%/info/html2doc.bas
+%%DATADIR%%/info/html2doc2.bas
+%%DATADIR%%/info/psfig.sty
+%%DATADIR%%/info/ptype.texinfo
+%%DATADIR%%/info/show_dvi
+%%DATADIR%%/info/texinfo.tex
+@dirrm %%DATADIR%%/info
+%%DATADIR%%/install
+%%DATADIR%%/mesh3d99
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.bas
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.bat
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.c
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.cnd
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.exe
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.html
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.mat
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.prb
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.tcl
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.unix.bat
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.win.bat
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image217.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image218.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image219.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image220.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image221.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image222.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image242.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image245.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image246.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image247.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image248.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image249.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image250.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image251.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image252.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image253.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image64.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/customization.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/esquema_prog_2d_eng.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/filelist.xml
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/fitxers_previ_codi_eng.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/flecha.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image001.wmz
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image002.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image003.wmz
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image004.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image005.wmz
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image006.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image007.wmz
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image008.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image009.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image010.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image010.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image011.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image012.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image012.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image013.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image014.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image014.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image015.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image016.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image016.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image017.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image018.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image018.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image019.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image020.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image020.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image021.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image021.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image022.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image022.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image023.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image024.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image025.png
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image026.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image028.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image029.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image031.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image032.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image033.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image035.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image037.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image039.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image041.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image043.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image045.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image047.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image049.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image051.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image053.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image055.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image057.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image059.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image061.jpg
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image063.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image064.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image066.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image068.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image070.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image071.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image073.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image074.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image076.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image077.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image079.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image081.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image083.gif
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/oledata.mso
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/use_of_files.gif
+@dirrm %%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files
+%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_pc.exe
+@dirrm %%DATADIR%%/problemtypes/Examples/cmas2d.gid
+%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.bas
+%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.bat
+%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.cnd
+%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.mat
+%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.prb
+%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.sim
+@dirrm %%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid
+%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.bas
+%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.cnd
+%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.mat
+%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.prb
+%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.sim
+@dirrm %%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid
+%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/Uni2Gid.tcl
+%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.bas
+%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.cnd
+%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.mat
+%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.prb
+%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.sim
+%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.tcl
+@dirrm %%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid
+@dirrm %%DATADIR%%/problemtypes/Examples
+%%DATADIR%%/problemtypes/ansys55/GiD+ANSYS55.doc
+%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.bas
+%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.bat
+%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.bat.unix
+%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.cnd
+%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.mat
+%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.prb
+%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.tcl
+@dirrm %%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid
+%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.bas
+%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.bat
+%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.bat.unix
+%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.cnd
+%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.mat
+%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.prb
+%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.tcl
+@dirrm %%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid
+@dirrm %%DATADIR%%/problemtypes/ansys55
+@dirrm %%DATADIR%%/problemtypes
+%%DATADIR%%/scripts/AutoAnimate.tcl
+%%DATADIR%%/scripts/Calculator.tcl
+%%DATADIR%%/scripts/ChangeAccelerators.tcl
+%%DATADIR%%/scripts/ChangeVariables.tcl
+%%DATADIR%%/scripts/ClipPlanes.tcl
+%%DATADIR%%/scripts/Comments.tcl
+%%DATADIR%%/scripts/Compiled
+%%DATADIR%%/scripts/Compiled-more
+%%DATADIR%%/scripts/ConcentrateElem.tcl
+%%DATADIR%%/scripts/ConfigureProgram.tcl
+%%DATADIR%%/scripts/ContextualEntity.tcl
+%%DATADIR%%/scripts/ContourColors.tcl
+%%DATADIR%%/scripts/CopyAlign.ui.tcl
+%%DATADIR%%/scripts/CopyMain.ui.tcl
+%%DATADIR%%/scripts/CopyMirror.ui.tcl
+%%DATADIR%%/scripts/CopyMove.tcl
+%%DATADIR%%/scripts/CopyOffset.ui.tcl
+%%DATADIR%%/scripts/CopyRot.ui.tcl
+%%DATADIR%%/scripts/CopyScale.ui.tcl
+%%DATADIR%%/scripts/CopySweep.ui.tcl
+%%DATADIR%%/scripts/CopyTrans.ui.tcl
+%%DATADIR%%/scripts/CordalError.tcl
+%%DATADIR%%/scripts/CustomizeRender.tcl
+%%DATADIR%%/scripts/DataCond.tcl
+%%DATADIR%%/scripts/DataWindows.tcl
+%%DATADIR%%/scripts/DebugMesher.tcl
+%%DATADIR%%/scripts/EditNurb.tcl
+%%DATADIR%%/scripts/EraseOldFiles.tcl
+%%DATADIR%%/scripts/GID-HELP.tcl
+%%DATADIR%%/scripts/GrDataMenus.tcl
+%%DATADIR%%/scripts/GrInterpNamesPost
+%%DATADIR%%/scripts/Layers.tcl
+%%DATADIR%%/scripts/ListEntities.tcl
+%%DATADIR%%/scripts/Macros.tcl
+%%DATADIR%%/scripts/MeshErrors.tcl
+%%DATADIR%%/scripts/MeshQuality.tcl
+%%DATADIR%%/scripts/OptionalMessage.tcl
+%%DATADIR%%/scripts/PageSetup.tcl
+%%DATADIR%%/scripts/PageSizes.txt
+%%DATADIR%%/scripts/Parametric.tcl
+%%DATADIR%%/scripts/PerspecW.tcl
+%%DATADIR%%/scripts/PostAnimate.tcl
+%%DATADIR%%/scripts/PostDisplay.tcl
+%%DATADIR%%/scripts/PostGeom.tcl
+%%DATADIR%%/scripts/PostGeomNew.tcl
+%%DATADIR%%/scripts/PostGeomOld.tcl
+%%DATADIR%%/scripts/PostGeomOld2.tcl
+%%DATADIR%%/scripts/PostLine.tcl
+%%DATADIR%%/scripts/PostPoint.tcl
+%%DATADIR%%/scripts/PostRangesTable.tcl
+%%DATADIR%%/scripts/PostResults.tcl
+%%DATADIR%%/scripts/PostVariosResultados.tcl
+%%DATADIR%%/scripts/PostWidgets.tcl
+%%DATADIR%%/scripts/ProcWin.tcl
+%%DATADIR%%/scripts/ReadBach.tcl
+%%DATADIR%%/scripts/RecoverBackup.tcl
+%%DATADIR%%/scripts/RemoteCalc.tbe
+%%DATADIR%%/scripts/Report.old.tcl
+%%DATADIR%%/scripts/Report.tcl
+%%DATADIR%%/scripts/RetrieveProblemtypes.tcl
+%%DATADIR%%/scripts/Running.tcl
+%%DATADIR%%/scripts/SetCoord.tcl
+%%DATADIR%%/scripts/TabAlignement.tcl
+%%DATADIR%%/scripts/Toolbars.tcl
+%%DATADIR%%/scripts/UndoCom.tcl
+%%DATADIR%%/scripts/Vectors.tcl
+%%DATADIR%%/scripts/WindowMessage.tcl
+%%DATADIR%%/scripts/auto.tcl
+%%DATADIR%%/scripts/bgerror-1.6.tcl
+%%DATADIR%%/scripts/bgerror.tcl
+%%DATADIR%%/scripts/button.tcl
+%%DATADIR%%/scripts/bw_entry.tcl
+%%DATADIR%%/scripts/bwidget.tcl
+%%DATADIR%%/scripts/choosedir.tcl
+%%DATADIR%%/scripts/clrpick.tcl
+%%DATADIR%%/scripts/cmdline.tcl
+%%DATADIR%%/scripts/combo.tcl
+%%DATADIR%%/scripts/comdlg.tcl
+%%DATADIR%%/scripts/command.tcl
+%%DATADIR%%/scripts/command.tcl-seg
+%%DATADIR%%/scripts/console.tcl
+%%DATADIR%%/scripts/dataw.tcl
+%%DATADIR%%/scripts/dev_kit.tcl
+%%DATADIR%%/scripts/dialog-ram.tcl
+%%DATADIR%%/scripts/dialog.tcl
+%%DATADIR%%/scripts/dialogwin.tcl
+%%DATADIR%%/scripts/dlgValue.tcl
+%%DATADIR%%/scripts/encoding/ascii.enc
+%%DATADIR%%/scripts/encoding/big5.enc
+%%DATADIR%%/scripts/encoding/cp1250.enc
+%%DATADIR%%/scripts/encoding/cp1251.enc
+%%DATADIR%%/scripts/encoding/cp1252.enc
+%%DATADIR%%/scripts/encoding/cp1253.enc
+%%DATADIR%%/scripts/encoding/cp1254.enc
+%%DATADIR%%/scripts/encoding/cp1255.enc
+%%DATADIR%%/scripts/encoding/cp1256.enc
+%%DATADIR%%/scripts/encoding/cp1257.enc
+%%DATADIR%%/scripts/encoding/cp1258.enc
+%%DATADIR%%/scripts/encoding/cp437.enc
+%%DATADIR%%/scripts/encoding/cp737.enc
+%%DATADIR%%/scripts/encoding/cp775.enc
+%%DATADIR%%/scripts/encoding/cp850.enc
+%%DATADIR%%/scripts/encoding/cp852.enc
+%%DATADIR%%/scripts/encoding/cp855.enc
+%%DATADIR%%/scripts/encoding/cp857.enc
+%%DATADIR%%/scripts/encoding/cp860.enc
+%%DATADIR%%/scripts/encoding/cp861.enc
+%%DATADIR%%/scripts/encoding/cp862.enc
+%%DATADIR%%/scripts/encoding/cp863.enc
+%%DATADIR%%/scripts/encoding/cp864.enc
+%%DATADIR%%/scripts/encoding/cp865.enc
+%%DATADIR%%/scripts/encoding/cp866.enc
+%%DATADIR%%/scripts/encoding/cp869.enc
+%%DATADIR%%/scripts/encoding/cp874.enc
+%%DATADIR%%/scripts/encoding/cp932.enc
+%%DATADIR%%/scripts/encoding/cp936.enc
+%%DATADIR%%/scripts/encoding/cp949.enc
+%%DATADIR%%/scripts/encoding/cp950.enc
+%%DATADIR%%/scripts/encoding/dingbats.enc
+%%DATADIR%%/scripts/encoding/ebcdic.enc
+%%DATADIR%%/scripts/encoding/euc-cn.enc
+%%DATADIR%%/scripts/encoding/euc-jp.enc
+%%DATADIR%%/scripts/encoding/euc-kr.enc
+%%DATADIR%%/scripts/encoding/gb12345.enc
+%%DATADIR%%/scripts/encoding/gb1988.enc
+%%DATADIR%%/scripts/encoding/gb2312.enc
+%%DATADIR%%/scripts/encoding/iso2022-jp.enc
+%%DATADIR%%/scripts/encoding/iso2022-kr.enc
+%%DATADIR%%/scripts/encoding/iso2022.enc
+%%DATADIR%%/scripts/encoding/iso8859-1.enc
+%%DATADIR%%/scripts/encoding/iso8859-10.enc
+%%DATADIR%%/scripts/encoding/iso8859-13.enc
+%%DATADIR%%/scripts/encoding/iso8859-14.enc
+%%DATADIR%%/scripts/encoding/iso8859-15.enc
+%%DATADIR%%/scripts/encoding/iso8859-16.enc
+%%DATADIR%%/scripts/encoding/iso8859-2.enc
+%%DATADIR%%/scripts/encoding/iso8859-3.enc
+%%DATADIR%%/scripts/encoding/iso8859-4.enc
+%%DATADIR%%/scripts/encoding/iso8859-5.enc
+%%DATADIR%%/scripts/encoding/iso8859-6.enc
+%%DATADIR%%/scripts/encoding/iso8859-7.enc
+%%DATADIR%%/scripts/encoding/iso8859-8.enc
+%%DATADIR%%/scripts/encoding/iso8859-9.enc
+%%DATADIR%%/scripts/encoding/jis0201.enc
+%%DATADIR%%/scripts/encoding/jis0208.enc
+%%DATADIR%%/scripts/encoding/jis0212.enc
+%%DATADIR%%/scripts/encoding/koi8-r.enc
+%%DATADIR%%/scripts/encoding/koi8-u.enc
+%%DATADIR%%/scripts/encoding/ksc5601.enc
+%%DATADIR%%/scripts/encoding/macCentEuro.enc
+%%DATADIR%%/scripts/encoding/macCroatian.enc
+%%DATADIR%%/scripts/encoding/macCyrillic.enc
+%%DATADIR%%/scripts/encoding/macDingbats.enc
+%%DATADIR%%/scripts/encoding/macGreek.enc
+%%DATADIR%%/scripts/encoding/macIceland.enc
+%%DATADIR%%/scripts/encoding/macJapan.enc
+%%DATADIR%%/scripts/encoding/macRoman.enc
+%%DATADIR%%/scripts/encoding/macRomania.enc
+%%DATADIR%%/scripts/encoding/macThai.enc
+%%DATADIR%%/scripts/encoding/macTurkish.enc
+%%DATADIR%%/scripts/encoding/macUkraine.enc
+%%DATADIR%%/scripts/encoding/shiftjis.enc
+%%DATADIR%%/scripts/encoding/symbol.enc
+%%DATADIR%%/scripts/encoding/tis-620.enc
+@dirrm %%DATADIR%%/scripts/encoding
+%%DATADIR%%/scripts/entry.tcl
+%%DATADIR%%/scripts/fileutil.tcl
+%%DATADIR%%/scripts/filter_win.tcl
+%%DATADIR%%/scripts/focus.tcl
+%%DATADIR%%/scripts/folder.xbm
+%%DATADIR%%/scripts/foldermsk.xbm
+%%DATADIR%%/scripts/ftp.tcl
+%%DATADIR%%/scripts/gg
+%%DATADIR%%/scripts/gidDefaults
+%%DATADIR%%/scripts/gidDefaults1024x768
+%%DATADIR%%/scripts/gidDefaults1280x1024
+%%DATADIR%%/scripts/gidDefaults640x480
+%%DATADIR%%/scripts/gidDefaults800x600
+%%DATADIR%%/scripts/gidi18n.tcl
+%%DATADIR%%/scripts/gidunit.tcl
+%%DATADIR%%/scripts/helpviewer.tcl
+%%DATADIR%%/scripts/history.tcl
+%%DATADIR%%/scripts/html_lib.tcl
+%%DATADIR%%/scripts/htmlparse.tcl
+%%DATADIR%%/scripts/http.tcl
+%%DATADIR%%/scripts/hugecombo.tcl
+%%DATADIR%%/scripts/hugelist.tcl
+%%DATADIR%%/scripts/init.tcl
+%%DATADIR%%/scripts/ldAout.tcl
+%%DATADIR%%/scripts/listbox.tcl
+%%DATADIR%%/scripts/log.tcl
+%%DATADIR%%/scripts/menu.tcl
+%%DATADIR%%/scripts/menucanvas.tcl
+%%DATADIR%%/scripts/menuunits.tcl
+%%DATADIR%%/scripts/mkDialog.tcl
+%%DATADIR%%/scripts/mkDialogN.tcl
+%%DATADIR%%/scripts/mkpsenc.tcl
+%%DATADIR%%/scripts/moduniwin.tcl
+%%DATADIR%%/scripts/msgbox.tcl
+%%DATADIR%%/scripts/msgcat.tcl
+%%DATADIR%%/scripts/msgs/ca.msg
+%%DATADIR%%/scripts/msgs/de.msg
+%%DATADIR%%/scripts/msgs/en.msg
+%%DATADIR%%/scripts/msgs/es.msg
+%%DATADIR%%/scripts/msgs/fr.msg
+%%DATADIR%%/scripts/msgs/full.rt
+%%DATADIR%%/scripts/msgs/full.xml
+%%DATADIR%%/scripts/msgs/ja.msg
+%%DATADIR%%/scripts/msgs/ko.msg
+@dirrm %%DATADIR%%/scripts/msgs
+%%DATADIR%%/scripts/obsolete.tcl
+%%DATADIR%%/scripts/optMenu.tcl
+%%DATADIR%%/scripts/optionbar.tcl
+%%DATADIR%%/scripts/optparse.tcl
+%%DATADIR%%/scripts/package.tcl
+%%DATADIR%%/scripts/palette.tcl
+%%DATADIR%%/scripts/panedwindow.tcl
+%%DATADIR%%/scripts/parray.tcl
+%%DATADIR%%/scripts/parserdep.tcl
+%%DATADIR%%/scripts/parserunit.tcl
+%%DATADIR%%/scripts/pkgIndex.tcl
+%%DATADIR%%/scripts/pref_fonts_ui.tcl
+%%DATADIR%%/scripts/pref_format.ui.tcl
+%%DATADIR%%/scripts/pref_general.ui.tcl
+%%DATADIR%%/scripts/pref_graphical.ui.tcl
+%%DATADIR%%/scripts/pref_import.ui.tcl
+%%DATADIR%%/scripts/pref_meshing.ui.tcl
+%%DATADIR%%/scripts/pref_postprocess.ui.tcl
+%%DATADIR%%/scripts/progressbar.tcl
+%%DATADIR%%/scripts/prolog.ps
+%%DATADIR%%/scripts/radiobutton-ramsan.tcl
+%%DATADIR%%/scripts/ramcolor.tcl
+%%DATADIR%%/scripts/ranges.tcl
+%%DATADIR%%/scripts/readme_gid.txt
+%%DATADIR%%/scripts/rmenu.tcl
+%%DATADIR%%/scripts/runexe.tcl
+%%DATADIR%%/scripts/safe.tcl
+%%DATADIR%%/scripts/safeinit.tcl
+%%DATADIR%%/scripts/safetk.tcl
+%%DATADIR%%/scripts/scale.tcl
+%%DATADIR%%/scripts/scriptdep.tcl
+%%DATADIR%%/scripts/scrlbar.tcl
+%%DATADIR%%/scripts/scrollbar.tcl
+%%DATADIR%%/scripts/sortedlist.tcl
+%%DATADIR%%/scripts/spinbox.tcl
+%%DATADIR%%/scripts/stack.tcl
+%%DATADIR%%/scripts/struct.tcl
+%%DATADIR%%/scripts/supergrid.tcl
+%%DATADIR%%/scripts/tablelist.tcl
+%%DATADIR%%/scripts/tclIndex
+%%DATADIR%%/scripts/tclIndexm
+%%DATADIR%%/scripts/tclfile-opengl
+%%DATADIR%%/scripts/tclfile-opengl.tcl
+%%DATADIR%%/scripts/tclfileP-old.tcl
+%%DATADIR%%/scripts/tclfileP.tcl
+%%DATADIR%%/scripts/tcltk_addons.tcl
+%%DATADIR%%/scripts/tearoff.tcl
+%%DATADIR%%/scripts/text.tcl
+%%DATADIR%%/scripts/textfile.xbm
+%%DATADIR%%/scripts/textfmsk.xbm
+%%DATADIR%%/scripts/tinycombo.tcl
+%%DATADIR%%/scripts/tk.tcl
+%%DATADIR%%/scripts/tkerror.tcl
+%%DATADIR%%/scripts/tkfbox.tcl
+%%DATADIR%%/scripts/tktail
+%%DATADIR%%/scripts/treeforpass.tcl
+%%DATADIR%%/scripts/typedCmdline.tcl
+%%DATADIR%%/scripts/unitchecker.tcl
+%%DATADIR%%/scripts/units.gid
+%%DATADIR%%/scripts/units.tcl
+%%DATADIR%%/scripts/unsupported.tcl
+%%DATADIR%%/scripts/updir.xbm
+%%DATADIR%%/scripts/updirmsk.xbm
+%%DATADIR%%/scripts/word.tcl
+%%DATADIR%%/scripts/xmfbox.tcl
+@dirrm %%DATADIR%%/scripts
+%%DATADIR%%/symbols/Converter.tcl
+%%DATADIR%%/symbols/Normal-Superf.geo
+%%DATADIR%%/symbols/Normal-Tangen.geo
+%%DATADIR%%/symbols/Normal.geo
+%%DATADIR%%/symbols/Normal2.geo
+%%DATADIR%%/symbols/SymbolsEditor.tcl
+%%DATADIR%%/symbols/Tangencial.geo
+%%DATADIR%%/symbols/apoio-rodillo.geo
+%%DATADIR%%/symbols/apoio.geo
+%%DATADIR%%/symbols/apoio3d.geo
+%%DATADIR%%/symbols/apoio3dN.geo
+%%DATADIR%%/symbols/apoioL.geo
+%%DATADIR%%/symbols/apoioS.geo
+%%DATADIR%%/symbols/contact.geo
+%%DATADIR%%/symbols/creu.geo
+%%DATADIR%%/symbols/empotrament.geo
+%%DATADIR%%/symbols/enviro2D.geo
+%%DATADIR%%/symbols/enviro3D.geo
+%%DATADIR%%/symbols/fletxa.geo
+%%DATADIR%%/symbols/inidata.geo
+%%DATADIR%%/symbols/load.geo
+%%DATADIR%%/symbols/plot.geo
+@dirrm %%DATADIR%%/symbols
+%%DATADIR%%/templates/DXF.bas
+%%DATADIR%%/templates/DXFSAP2000.bas
+%%DATADIR%%/templates/NastranMesh.bas
+%%DATADIR%%/templates/STL.bas
+%%DATADIR%%/templates/VRML.bas
+@dirrm %%DATADIR%%/templates
+@dirrm %%DATADIR%%
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Cathedral.dxf
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Church.igs
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Eco.nas
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Hammer.x_b
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Head.sat
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Lug.x_t
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Mblade.igs
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Spoon.vda
+%%PORTDOCS%%%%EXAMPLESDIR%%/Import/hinge.sat
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Import
+%%PORTDOCS%%%%EXAMPLESDIR%%/Particle.gid/Particle.flavia.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/Particle.gid/Particle.flavia.res
+%%PORTDOCS%%%%EXAMPLESDIR%%/Particle.gid/Particle.geo
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Particle.gid
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.cnd
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.flavia.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.flavia.res
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.geo
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.lin
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.mat
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.prb
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/arc3D.gid
+%%PORTDOCS%%%%EXAMPLESDIR%%/c1404.gid/c1404.geo
+%%PORTDOCS%%%%EXAMPLESDIR%%/c1404.gid/c1404.msh
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/c1404.gid
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.cnd
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.flavia.res
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.geo
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.lin
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.mat
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.prb
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cajon2D.gid
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.cnd
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.dat
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.flavia.res
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.geo
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.lin
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.mat
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.prb
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cajon3D.gid
+%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.cnd
+%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.dat
+%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.flavia.res
+%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.geo
+%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.lin
+%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.prb
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/frame.gid
+%%PORTDOCS%%%%EXAMPLESDIR%%/mesa.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/mesa.res
+%%PORTDOCS%%%%EXAMPLESDIR%%/motor.gid/motor.geo
+%%PORTDOCS%%%%EXAMPLESDIR%%/motor.gid/motor.msh
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/motor.gid
+%%PORTDOCS%%%%EXAMPLESDIR%%/temppnts.msh
+%%PORTDOCS%%%%EXAMPLESDIR%%/temppnts.res
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%