diff options
author | netchild <netchild@FreeBSD.org> | 2003-05-07 23:55:54 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-05-07 23:55:54 +0800 |
commit | 40399cb2ae32475218e9b58f758c8d1757d210bd (patch) | |
tree | 6e1b1e9bc452f7d11eb5775e072b4d3db6f3e7b8 /devel | |
parent | 5874311367b0b7a4eb4625ace1ee4d9416b5b87b (diff) | |
download | freebsd-ports-gnome-40399cb2ae32475218e9b58f758c8d1757d210bd.tar.gz freebsd-ports-gnome-40399cb2ae32475218e9b58f758c8d1757d210bd.tar.zst freebsd-ports-gnome-40399cb2ae32475218e9b58f758c8d1757d210bd.zip |
remove SN after repo copy to devel/sourcenav
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SN/Makefile | 145 | ||||
-rw-r--r-- | devel/SN/distinfo | 1 | ||||
-rw-r--r-- | devel/SN/pkg-descr | 23 | ||||
-rw-r--r-- | devel/SN/pkg-message | 7 | ||||
-rw-r--r-- | devel/SN/pkg-plist | 1411 |
5 files changed, 0 insertions, 1587 deletions
diff --git a/devel/SN/Makefile b/devel/SN/Makefile deleted file mode 100644 index 97b851ee5004..000000000000 --- a/devel/SN/Makefile +++ /dev/null @@ -1,145 +0,0 @@ -# New ports collection makefile for: SN -# Date created: 23 July 2000 -# Whom: Donald Burr <dburr@FreeBSD.ORG> -# -# $FreeBSD$ -# - -PORTNAME= SN -PORTVERSION= 4.5.2 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.unina.it/pub/Unix/cygnus/%SUBDIR% \ - ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/%SUBDIR% \ - ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/%SUBDIR% \ - ftp://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR% \ - ftp://ftp.pvv.ntnu.no/pub/cygnus/sourceware.cygnus.com/%SUBDIR% \ - ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/%SUBDIR% \ - ftp://sources.redhat.com/pub/%SUBDIR% \ - ftp://sourceware.cygnus.com/pub/%SUBDIR% \ - ftp://ftp.sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/%SUBDIR% \ - ftp://ftp.ai-lab.fh-furtwangen.de/pub/mirror/sources.redhat.com/pub/%SUBDIR% \ - ftp://ftp.sun.ac.za/sites/sourceware.cygnus.com/pub/%SUBDIR% -MASTER_SITE_SUBDIR= sourcenav/releases/ -DISTNAME= SN452 - -MAINTAINER= dburr@FreeBSD.ORG -COMMENT= Cygnus/GNU/Red Hat's IDE and source code analysis tool - -BROKEN= "Does not build" - -PREFIX= ${LOCALBASE}/SN -GNU_CONFIGURE= yes -MAKEINSTALL= ${SETENV} ${MAKE_ENV} ${GMAKE} install -NO_MTREE= yes -SNSRC= ${WRKDIR}/compile/snavigator -SNSRC2= ${WRKDIR}/SN452-source -SNSRC3= ${SNSRC2}/snavigator -USE_XLIB= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/compile - -do-configure: - @${MKDIR} ${WRKSRC} - @cd ${WRKSRC}; \ - ${SNSRC2}/configure --prefix=${PREFIX} ${CONFIGURE_TARGET} - -do-install: -.for i in bin lib - ${MKDIR} ${PREFIX}/${i} -.endfor -.for i in bitmaps libgui/library cygnus/gui sdk/api/tcl/misc itcl1.5 \ - tix4.1/library/bitmaps tix4.1/library/pref - ${MKDIR} ${PREFIX}/share/${i} -.endfor -.if !defined(NOPORTDOCS) -.for i in sdk/api/c/database/examples \ - sdk/api/tcl/database/examples \ - html/edk/userguide \ - html/enterprise/userguide - ${MKDIR} ${PREFIX}/share/doc/${i} -.endfor -.endif -.for i in \ - db/dbcp \ - db/dbdump \ - db/dbimp \ - hyper/hyper \ - parsers/assembly/ppc601-eabi/abrowser \ - parsers/cobol/obrowser \ - parsers/cpp/cbrowser \ - parsers/fortran/fbrowser \ - parsers/java/jbrowser \ - parsers/tcl/tbrowser - ${INSTALL_PROGRAM} ${SNSRC}/${i} ${PREFIX}/bin -.endfor - ${INSTALL_SCRIPT} \ - ${SNSRC3}/snavigator/unix/elix-link \ - ${PREFIX}/bin - ${INSTALL_DATA} ${SNSRC}/misc/libutils/libutils.a \ - ${PREFIX}/lib/ - ${INSTALL_DATA} ${SNSRC3}/bitmaps/*.xpm \ - ${PREFIX}/share/bitmaps/ - ${INSTALL_DATA} ${SNSRC2}/libgui/library/tclIndex \ - ${SNSRC2}/libgui/library/*.tcl \ - ${PREFIX}/share/libgui/library/ - ${INSTALL_DATA} ${SNSRC2}/itcl/library/tclIndex \ - ${SNSRC2}/itcl/library/*.tcl \ - ${PREFIX}/share/itcl1.5/ - ${INSTALL_DATA} ${SNSRC2}/tix/library/tclIndex \ - ${SNSRC2}/tix/library/*.tcl \ - ${PREFIX}/share/tix4.1/ - ${INSTALL_DATA} ${SNSRC2}/tix/library/bitmaps/* \ - ${PREFIX}/share/tix4.1/library/bitmaps - ${INSTALL_DATA} ${SNSRC2}/tix/library/pref/* \ - ${PREFIX}/share/tix4.1/library/pref - ${INSTALL_DATA} ${SNSRC3}/gui/tclIndex \ - ${SNSRC3}/gui/*.tcl \ - ${PREFIX}/share/cygnus/gui/ -.if !defined(NOPORTDOCS) -.for i in README COPYING COPYING.LIB - ${INSTALL_DATA} ${SNSRC2}/${i} ${PREFIX}/share/doc/ -.endfor - ${INSTALL_DATA} ${SNSRC3}/sdk/api/c/database/examples/* \ - ${PREFIX}/share/doc/sdk/api/c/database/examples/ - ${INSTALL_DATA} ${SNSRC3}/sdk/api/tcl/database/examples/* \ - ${PREFIX}/share/doc/sdk/api/tcl/database/examples/ - ${INSTALL_DATA} ${SNSRC3}/doc/html/edk/userguide/* \ - ${PREFIX}/share/doc/html/edk/userguide/ - ${INSTALL_DATA} ${SNSRC3}/doc/html/enterprise/userguide/* \ - ${PREFIX}/share/doc/html/enterprise/userguide/ -.endif - ${INSTALL_DATA} ${SNSRC3}/sdk/api/tcl/misc/* \ - ${PREFIX}/share/sdk/api/tcl/misc/ -.for i in libgui snavigator/snavigator/unix snavigator - cd ${WRKSRC}/${i} && ${MAKEINSTALL} -.endfor -.if !defined(NOPORTDOCS) -.for i in examples examples/assembly examples/elf - cd ${SNSRC}/sdk/parsers/${i} && ${MAKEINSTALL} -.endfor -.endif -.for i in sdk/api parsers/tcl - cd ${SNSRC}/${i} && ${MAKEINSTALL} -.endfor - cd ${SNSRC}/parsers/toolbox/ && ${SETENV} ${MAKE_ENV} ${GMAKE} && \ - ${INSTALL_DATA} libsnptools.a ${PREFIX}/lib/ - cd ${SNSRC}/parsers/sendmail && ${SETENV} ${MAKE_ENV} ${GMAKE} && \ - ${INSTALL_DATA} sbrowser ${PREFIX}/bin/ -.for i in libjcreuse java gcj fortran \ - cpp/cpplib \ - cpp common cobol \ - assembly/ppc601-eabi \ - assembly - cd ${SNSRC}/parsers/${i} && ${MAKEINSTALL} -.endfor -.for i in parsers misc hyper gui etc demo bitmaps - cd ${SNSRC}/${i} && ${MAKEINSTALL} -.endfor -.for i in tcl8.1/unix tk8.1 - cd ${WRKSRC}/${i} && ${MAKEINSTALL}-binaries install-libraries -.endfor - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/SN/distinfo b/devel/SN/distinfo deleted file mode 100644 index d172806fe6dd..000000000000 --- a/devel/SN/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (SN452.tar.gz) = 0f1c3168b704b43c282bcf8f49c34379 diff --git a/devel/SN/pkg-descr b/devel/SN/pkg-descr deleted file mode 100644 index b352f6a055ed..000000000000 --- a/devel/SN/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Source-Navigator is a source code analysis tool. With it, you can edit your -source code, display relationships between classes and functions and members, -and display call trees. You can also build your projects, either with your -own makefile, or by using Source-Navigator's build system to automatically -generate a makefile. - -Source-Navigator works with the Insight GUI interface for GDB. - -Source-Navigator supports C, C++, Java, Tcl, [incr Tcl], FORTRAN, -Python and COBOL, and provides an SDK so you can write your -own parsers. - -Use Source-Navigator to: -* Analyze how a change will effect external source modules. -* Find every place in your code where a given function is called. -* Find each file that includes a given header file. -* Use the grep tool to search for a given string in all your source files. - -Source-Navigator is released under the GNU Public License. - -WWW: http://sources.redhat.com/sourcenav/ - -[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ] diff --git a/devel/SN/pkg-message b/devel/SN/pkg-message deleted file mode 100644 index bd92030dd4e0..000000000000 --- a/devel/SN/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -*************************** - -To use this package, add -${LOCALBASE}/SN/bin to your -PATH. - -*************************** diff --git a/devel/SN/pkg-plist b/devel/SN/pkg-plist deleted file mode 100644 index 6f45007a88cf..000000000000 --- a/devel/SN/pkg-plist +++ /dev/null @@ -1,1411 +0,0 @@ -COPYING -INSTALL -README.TXT -bin/abrowser -bin/cbrowser -bin/dbcp -bin/dbdump -bin/dbimp -bin/elix-link -bin/fbrowser -bin/gcc-jbrowser -bin/grep -bin/hyper -bin/jbrowser -bin/obrowser -bin/pybrowser -bin/sbrowser -bin/snavigator -bin/tbrowser -bin/tclsh -bin/wish -html/cygnus1.css -html/cygnus2.css -html/index-1.gif -html/index.html -html/progref/addparsers-2.gif -html/progref/addparsers.html -html/progref/custom-2.gif -html/progref/custom-3.gif -html/progref/custom-4.gif -html/progref/custom.html -html/progref/dbaseAPI-2.gif -html/progref/dbaseAPI.html -html/progref/dbaseutil.html -html/progref/index_pr.html -html/progref/interappcomm.html -html/progref/intro-2.gif -html/progref/intro.html -html/progref/langspecs-1.gif -html/progref/langspecs.html -html/progref/line.gif -html/progref/progrefIX.html -html/progref/progrefLOF.html -html/progref/titlepg-1.gif -html/progref/titlepg.html -html/progref/versctrl.html -html/redhatlogo.gif -html/userguide/appendixa-1.gif -html/userguide/appendixa.html -html/userguide/clbrws-1.gif -html/userguide/clbrws-2.gif -html/userguide/clbrws-3.gif -html/userguide/clbrws-4.gif -html/userguide/clbrws-5.gif -html/userguide/clbrws-6.gif -html/userguide/clbrws.html -html/userguide/clhierbrws-1.gif -html/userguide/clhierbrws-2.gif -html/userguide/clhierbrws-3.gif -html/userguide/clhierbrws-4.gif -html/userguide/clhierbrws.html -html/userguide/crossref-1.gif -html/userguide/crossref-2.gif -html/userguide/crossref-3.gif -html/userguide/crossref-4.gif -html/userguide/crossref-5.gif -html/userguide/crossref-6.gif -html/userguide/crossref-7.gif -html/userguide/crossref-8.gif -html/userguide/crossref.html -html/userguide/customsn-1.gif -html/userguide/customsn-2.gif -html/userguide/customsn-3.gif -html/userguide/customsn-4.gif -html/userguide/customsn-5.gif -html/userguide/customsn-6.gif -html/userguide/customsn-7.gif -html/userguide/customsn-8.gif -html/userguide/customsn.html -html/userguide/debugger-1.gif -html/userguide/debugger-2.gif -html/userguide/debugger-3.gif -html/userguide/debugger.html -html/userguide/editor-1.gif -html/userguide/editor-2.gif -html/userguide/editor-3.gif -html/userguide/editor-4.gif -html/userguide/editor-5.gif -html/userguide/editor-6.gif -html/userguide/editor-7.gif -html/userguide/editor-8.gif -html/userguide/editor-9.gif -html/userguide/editor.html -html/userguide/elixcmdline-1.gif -html/userguide/elixcmdline.html -html/userguide/entuserguideIX-1.gif -html/userguide/entuserguideIX.html -html/userguide/glossary-1.gif -html/userguide/glossary.html -html/userguide/grep-1.gif -html/userguide/grep-2.gif -html/userguide/grep-3.gif -html/userguide/grep.html -html/userguide/inclbrws-1.gif -html/userguide/inclbrws-2.gif -html/userguide/inclbrws-3.gif -html/userguide/inclbrws-4.gif -html/userguide/inclbrws-5.gif -html/userguide/inclbrws.html -html/userguide/index_ug-1.gif -html/userguide/index_ug.html -html/userguide/intro-1.gif -html/userguide/intro.html -html/userguide/progide-1.gif -html/userguide/progide-10.gif -html/userguide/progide-11.gif -html/userguide/progide-12.gif -html/userguide/progide-13.gif -html/userguide/progide-14.gif -html/userguide/progide-15.gif -html/userguide/progide-16.gif -html/userguide/progide-17.gif -html/userguide/progide-18.gif -html/userguide/progide-19.gif -html/userguide/progide-2.gif -html/userguide/progide-20.gif -html/userguide/progide-21.gif -html/userguide/progide-22.gif -html/userguide/progide-23.gif -html/userguide/progide-24.gif -html/userguide/progide-25.gif -html/userguide/progide-26.gif -html/userguide/progide-27.gif -html/userguide/progide-28.gif -html/userguide/progide-29.gif -html/userguide/progide-3.gif -html/userguide/progide-30.gif -html/userguide/progide-31.gif -html/userguide/progide-32.gif -html/userguide/progide-33.gif -html/userguide/progide-34.gif -html/userguide/progide-35.gif -html/userguide/progide-36.gif -html/userguide/progide-37.gif -html/userguide/progide-38.gif -html/userguide/progide-39.gif -html/userguide/progide-4.gif -html/userguide/progide-40.gif -html/userguide/progide-41.gif -html/userguide/progide-42.gif -html/userguide/progide-43.gif -html/userguide/progide-44.gif -html/userguide/progide-45.gif -html/userguide/progide-46.gif -html/userguide/progide-5.gif -html/userguide/progide-6.gif -html/userguide/progide-7.gif -html/userguide/progide-8.gif -html/userguide/progide-9.gif -html/userguide/progide.html -html/userguide/retrvr-1.gif -html/userguide/retrvr-2.gif -html/userguide/retrvr-3.gif -html/userguide/retrvr-4.gif -html/userguide/retrvr-5.gif -html/userguide/retrvr-6.gif -html/userguide/retrvr.html -html/userguide/symbrws-1.gif -html/userguide/symbrws-10.gif -html/userguide/symbrws-11.gif -html/userguide/symbrws-12.gif -html/userguide/symbrws-13.gif -html/userguide/symbrws-2.gif -html/userguide/symbrws-3.gif -html/userguide/symbrws-4.gif -html/userguide/symbrws-5.gif -html/userguide/symbrws-6.gif -html/userguide/symbrws-7.gif -html/userguide/symbrws-8.gif -html/userguide/symbrws-9.gif -html/userguide/symbrws.html -html/userguide/titlepg-1.gif -html/userguide/titlepg.html -html/userguide/tutorial-1.gif -html/userguide/tutorial-10.gif -html/userguide/tutorial-11.gif -html/userguide/tutorial-12.gif -html/userguide/tutorial-13.gif -html/userguide/tutorial-14.gif -html/userguide/tutorial-15.gif -html/userguide/tutorial-16.gif -html/userguide/tutorial-17.gif -html/userguide/tutorial-18.gif -html/userguide/tutorial-19.gif -html/userguide/tutorial-2.gif -html/userguide/tutorial-20.gif -html/userguide/tutorial-21.gif -html/userguide/tutorial-22.gif -html/userguide/tutorial-3.gif -html/userguide/tutorial-4.gif -html/userguide/tutorial-5.gif -html/userguide/tutorial-6.gif -html/userguide/tutorial-7.gif -html/userguide/tutorial-8.gif -html/userguide/tutorial-9.gif -html/userguide/tutorial.html -html/userguide/usingsn-1.gif -html/userguide/usingsn-10.gif -html/userguide/usingsn-11.gif -html/userguide/usingsn-12.gif -html/userguide/usingsn-13.gif -html/userguide/usingsn-14.gif -html/userguide/usingsn-15.gif -html/userguide/usingsn-2.gif -html/userguide/usingsn-3.gif -html/userguide/usingsn-4.gif -html/userguide/usingsn-5.gif -html/userguide/usingsn-6.gif -html/userguide/usingsn-7.gif -html/userguide/usingsn-8.gif -html/userguide/usingsn-9.gif -html/userguide/usingsn.html -html/userguide/usrguideLOF-1.gif -html/userguide/usrguideLOF.html -html/userguide/versctrl-1.gif -html/userguide/versctrl-2.gif -html/userguide/versctrl-3.gif -html/userguide/versctrl-4.gif -html/userguide/versctrl-5.gif -html/userguide/versctrl-6.gif -html/userguide/versctrl.html -html/userguide/wrkproj-1.gif -html/userguide/wrkproj-2.gif -html/userguide/wrkproj-3.gif -html/userguide/wrkproj-4.gif -html/userguide/wrkproj-5.gif -html/userguide/wrkproj.html -lib/libsnptools.a -lib/libtcl81.a -lib/libtk81.a -lib/libutils.a -lib/tclConfig.sh -lib/tkConfig.sh -share/bitmaps/add.xpm -share/bitmaps/addall.xpm -share/bitmaps/arrow.xpm -share/bitmaps/ascend.xpm -share/bitmaps/boxes.xpm -share/bitmaps/browse.xpm -share/bitmaps/build.xpm -share/bitmaps/classes.xpm -share/bitmaps/clsbr.xpm -share/bitmaps/clsbr_+-.xpm -share/bitmaps/clsbr_+.xpm -share/bitmaps/clsbr_-.xpm -share/bitmaps/clsbr_p+-.xpm -share/bitmaps/clsbr_p+.xpm -share/bitmaps/clsbr_p-.xpm -share/bitmaps/clsbr_p.xpm -share/bitmaps/clsbr_pv+-.xpm -share/bitmaps/clsbr_pv+.xpm -share/bitmaps/clsbr_pv-.xpm -share/bitmaps/clsbr_pv.xpm -share/bitmaps/clsbr_s+-.xpm -share/bitmaps/clsbr_s+.xpm -share/bitmaps/clsbr_s-.xpm -share/bitmaps/clsbr_s.xpm -share/bitmaps/clsbr_v+-.xpm -share/bitmaps/clsbr_v+.xpm -share/bitmaps/clsbr_v-.xpm -share/bitmaps/clsbr_v.xpm -share/bitmaps/compile.xpm -share/bitmaps/copy.xpm -share/bitmaps/cross_by.xpm -share/bitmaps/cross_dispparam.xpm -share/bitmaps/cross_param.xpm -share/bitmaps/cross_static.xpm -share/bitmaps/cross_to.xpm -share/bitmaps/crossref.xpm -share/bitmaps/cut.xpm -share/bitmaps/cygcont.gif -share/bitmaps/cygnus.xpm -share/bitmaps/cygsol.gif -share/bitmaps/dbg_redisp.xpm -share/bitmaps/del.xpm -share/bitmaps/delall.xpm -share/bitmaps/dir.xpm -share/bitmaps/dir_+.xpm -share/bitmaps/dir_-.xpm -share/bitmaps/down.xpm -share/bitmaps/editor.xbm -share/bitmaps/enabled.xbm -share/bitmaps/enabled.xpm -share/bitmaps/file.xbm -share/bitmaps/file.xpm -share/bitmaps/file_+.xpm -share/bitmaps/file_-.xpm -share/bitmaps/file_b.xpm -share/bitmaps/file_d.xpm -share/bitmaps/file_h.xpm -share/bitmaps/file_s.xpm -share/bitmaps/files.xpm -share/bitmaps/filter.xpm -share/bitmaps/find.xpm -share/bitmaps/folder.xbm -share/bitmaps/function.xpm -share/bitmaps/go.xpm -share/bitmaps/goto.xpm -share/bitmaps/grep.xpm -share/bitmaps/hold.xpm -share/bitmaps/hold_off.xpm -share/bitmaps/hold_on.xpm -share/bitmaps/hourglass.gif -share/bitmaps/ide_icon.xpm -share/bitmaps/include.xpm -share/bitmaps/info.xpm -share/bitmaps/insert.xpm -share/bitmaps/join.xpm -share/bitmaps/key.xpm -share/bitmaps/left.xpm -share/bitmaps/method.xpm -share/bitmaps/minus.xbm -share/bitmaps/minus.xpm -share/bitmaps/move.xpm -share/bitmaps/new.xpm -share/bitmaps/next.xpm -share/bitmaps/next2.xpm -share/bitmaps/open.xpm -share/bitmaps/paf.xbm -share/bitmaps/parent.xpm -share/bitmaps/paste.xpm -share/bitmaps/play.xpm -share/bitmaps/plus.xbm -share/bitmaps/plus.xpm -share/bitmaps/prev.xpm -share/bitmaps/print.xpm -share/bitmaps/project.xpm -share/bitmaps/question.xpm -share/bitmaps/rarrow.xpm -share/bitmaps/rebuild.xpm -share/bitmaps/right.xpm -share/bitmaps/rplay.xpm -share/bitmaps/save.xpm -share/bitmaps/search.xpm -share/bitmaps/sign.xpm -share/bitmaps/sn-text.gif -share/bitmaps/splash.gif -share/bitmaps/stop.xpm -share/bitmaps/stree.xpm -share/bitmaps/trace.xpm -share/bitmaps/tree.xpm -share/bitmaps/type_cl+.xpm -share/bitmaps/type_cl-.xpm -share/bitmaps/type_cl.xpm -share/bitmaps/type_com.xpm -share/bitmaps/type_con.xpm -share/bitmaps/type_cov.xpm -share/bitmaps/type_e.xpm -share/bitmaps/type_ec.xpm -share/bitmaps/type_fd.xpm -share/bitmaps/type_fr.xpm -share/bitmaps/type_fu.xpm -share/bitmaps/type_gv.xpm -share/bitmaps/type_iv.xpm -share/bitmaps/type_lv.xpm -share/bitmaps/type_ma.xpm -share/bitmaps/type_md.xpm -share/bitmaps/type_mi.xpm -share/bitmaps/type_su.xpm -share/bitmaps/type_t.xpm -share/bitmaps/type_ud.xpm -share/bitmaps/type_un.xpm -share/bitmaps/undef.xbm -share/bitmaps/undef.xpm -share/bitmaps/undo.xpm -share/bitmaps/unknown.xpm -share/bitmaps/unvisited.xpm -share/bitmaps/up.xpm -share/bitmaps/updir.xpm -share/bitmaps/waste.xpm -share/bitmaps/watch.xpm -share/bitmaps/where.xpm -share/cygnus/gui/advice.tcl -share/cygnus/gui/balloon.tcl -share/cygnus/gui/bbox.tcl -share/cygnus/gui/bgerror.tcl -share/cygnus/gui/bindings.tcl -share/cygnus/gui/bindxtnd.tcl -share/cygnus/gui/browpaf.tcl -share/cygnus/gui/browser.tcl -share/cygnus/gui/bugreport.tcl -share/cygnus/gui/buildtarget.tcl -share/cygnus/gui/busy.tcl -share/cygnus/gui/canvas.tcl -share/cygnus/gui/center.tcl -share/cygnus/gui/cframe.tcl -share/cygnus/gui/combo.tcl -share/cygnus/gui/combobox.tcl -share/cygnus/gui/conftooldlg.tcl -share/cygnus/gui/debug.tcl -share/cygnus/gui/def.tcl -share/cygnus/gui/dialog.tcl -share/cygnus/gui/diff.tcl -share/cygnus/gui/dirdialog.tcl -share/cygnus/gui/elix.tcl -share/cygnus/gui/emacs.tcl -share/cygnus/gui/error.tcl -share/cygnus/gui/font.tcl -share/cygnus/gui/gdbtk.tcl -share/cygnus/gui/gensym.tcl -share/cygnus/gui/gettext.tcl -share/cygnus/gui/grep.tcl -share/cygnus/gui/help.tcl -share/cygnus/gui/highlight.tcl -share/cygnus/gui/history.tcl -share/cygnus/gui/hooks.tcl -share/cygnus/gui/html.tcl -share/cygnus/gui/i18n.tcl -share/cygnus/gui/ide.tcl -share/cygnus/gui/internet.tcl -share/cygnus/gui/ipc.tcl -share/cygnus/gui/lframe.tcl -share/cygnus/gui/list.tcl -share/cygnus/gui/listtext.tcl -share/cygnus/gui/looknfeel.tcl -share/cygnus/gui/menu.tcl -share/cygnus/gui/misc.tcl -share/cygnus/gui/mkfilegen.tcl -share/cygnus/gui/mono.tcl -share/cygnus/gui/multiappl.tcl -share/cygnus/gui/multibox.tcl -share/cygnus/gui/multibrow.tcl -share/cygnus/gui/multicls.tcl -share/cygnus/gui/multictree.tcl -share/cygnus/gui/multiedit.tcl -share/cygnus/gui/multigrep.tcl -share/cygnus/gui/multiinc.tcl -share/cygnus/gui/multimake.tcl -share/cygnus/gui/multiretr.tcl -share/cygnus/gui/multixref.tcl -share/cygnus/gui/panewd.tcl -share/cygnus/gui/parse_args.tcl -share/cygnus/gui/path.tcl -share/cygnus/gui/paths.tcl -share/cygnus/gui/pkgIndex.tcl -share/cygnus/gui/postghost.tcl -share/cygnus/gui/preferences.tcl -share/cygnus/gui/prefs.tcl -share/cygnus/gui/print.tcl -share/cygnus/gui/project.tcl -share/cygnus/gui/projedit.tcl -share/cygnus/gui/projmng.tcl -share/cygnus/gui/prtdialo.tcl -share/cygnus/gui/rcs.tcl -share/cygnus/gui/retriever.tcl -share/cygnus/gui/selector.tcl -share/cygnus/gui/sendpr.tcl -share/cygnus/gui/sninit.tcl -share/cygnus/gui/statistics.tcl -share/cygnus/gui/targetedit.tcl -share/cygnus/gui/targetmgr.tcl -share/cygnus/gui/tclIndex -share/cygnus/gui/text.tcl -share/cygnus/gui/tmeter.tcl -share/cygnus/gui/toolbar.tcl -share/cygnus/gui/toolchain.tcl -share/cygnus/gui/tools.tcl -share/cygnus/gui/topbind.tcl -share/cygnus/gui/toplevel.tcl -share/cygnus/gui/tree.tcl -share/cygnus/gui/treetable.tcl -share/cygnus/gui/ulset.tcl -share/cygnus/gui/utilities.tcl -share/cygnus/gui/ventry.tcl -share/cygnus/gui/version.tcl -share/cygnus/gui/wframe.tcl -share/cygnus/gui/window.tcl -share/cygnus/gui/wingrab.tcl -share/cygnus/gui/winprint.tcl -share/demos/asm_demo.tar.gz -share/demos/c++_demo.tar.gz -share/demos/cob_demo.tar.gz -share/demos/for_demo.tar.gz -share/demos/jav_demo.tar.gz -share/demos/monop.tar.gz -share/doc/COPYING -share/doc/COPYING.LIB -share/doc/README -share/doc/html/edk/userguide/clbrws-1.gif -share/doc/html/edk/userguide/clbrws-2.gif -share/doc/html/edk/userguide/clbrws-3.gif -share/doc/html/edk/userguide/clbrws-4.gif -share/doc/html/edk/userguide/clbrws-5.gif -share/doc/html/edk/userguide/clbrws-6.gif -share/doc/html/edk/userguide/clbrws.html -share/doc/html/edk/userguide/clhierbrws-1.gif -share/doc/html/edk/userguide/clhierbrws-2.gif -share/doc/html/edk/userguide/clhierbrws-3.gif -share/doc/html/edk/userguide/clhierbrws-4.gif -share/doc/html/edk/userguide/clhierbrws.html -share/doc/html/edk/userguide/crossref-1.gif -share/doc/html/edk/userguide/crossref-2.gif -share/doc/html/edk/userguide/crossref-3.gif -share/doc/html/edk/userguide/crossref-4.gif -share/doc/html/edk/userguide/crossref-5.gif -share/doc/html/edk/userguide/crossref-6.gif -share/doc/html/edk/userguide/crossref-7.gif -share/doc/html/edk/userguide/crossref-8.gif -share/doc/html/edk/userguide/crossref.html -share/doc/html/edk/userguide/customsn-1.gif -share/doc/html/edk/userguide/customsn-2.gif -share/doc/html/edk/userguide/customsn-3.gif -share/doc/html/edk/userguide/customsn-4.gif -share/doc/html/edk/userguide/customsn-5.gif -share/doc/html/edk/userguide/customsn-6.gif -share/doc/html/edk/userguide/customsn-7.gif -share/doc/html/edk/userguide/customsn.html -share/doc/html/edk/userguide/editor-1.gif -share/doc/html/edk/userguide/editor-10.gif -share/doc/html/edk/userguide/editor-2.gif -share/doc/html/edk/userguide/editor-3.gif -share/doc/html/edk/userguide/editor-4.gif -share/doc/html/edk/userguide/editor-5.gif -share/doc/html/edk/userguide/editor-6.gif -share/doc/html/edk/userguide/editor-7.gif -share/doc/html/edk/userguide/editor-8.gif -share/doc/html/edk/userguide/editor-9.gif -share/doc/html/edk/userguide/editor.html -share/doc/html/edk/userguide/elixcmdline-1.gif -share/doc/html/edk/userguide/elixcmdline.html -share/doc/html/edk/userguide/grep-1.gif -share/doc/html/edk/userguide/grep-2.gif -share/doc/html/edk/userguide/grep-3.gif -share/doc/html/edk/userguide/grep.html -share/doc/html/edk/userguide/ideconfig-1.gif -share/doc/html/edk/userguide/ideconfig-2.gif -share/doc/html/edk/userguide/ideconfig-3.gif -share/doc/html/edk/userguide/ideconfig-4.gif -share/doc/html/edk/userguide/ideconfig-5.gif -share/doc/html/edk/userguide/ideconfig-6.gif -share/doc/html/edk/userguide/ideconfig-7.gif -share/doc/html/edk/userguide/ideconfig-8.gif -share/doc/html/edk/userguide/ideconfig.html -share/doc/html/edk/userguide/inclbrws-1.gif -share/doc/html/edk/userguide/inclbrws-2.gif -share/doc/html/edk/userguide/inclbrws-3.gif -share/doc/html/edk/userguide/inclbrws-4.gif -share/doc/html/edk/userguide/inclbrws-5.gif -share/doc/html/edk/userguide/inclbrws.html -share/doc/html/edk/userguide/index_ug-1.gif -share/doc/html/edk/userguide/index_ug.html -share/doc/html/edk/userguide/intro-1.gif -share/doc/html/edk/userguide/intro.html -share/doc/html/edk/userguide/progide-1.gif -share/doc/html/edk/userguide/progide-10.gif -share/doc/html/edk/userguide/progide-11.gif -share/doc/html/edk/userguide/progide-12.gif -share/doc/html/edk/userguide/progide-13.gif -share/doc/html/edk/userguide/progide-14.gif -share/doc/html/edk/userguide/progide-15.gif -share/doc/html/edk/userguide/progide-16.gif -share/doc/html/edk/userguide/progide-17.gif -share/doc/html/edk/userguide/progide-18.gif -share/doc/html/edk/userguide/progide-19.gif -share/doc/html/edk/userguide/progide-2.gif -share/doc/html/edk/userguide/progide-20.gif -share/doc/html/edk/userguide/progide-3.gif -share/doc/html/edk/userguide/progide-4.gif -share/doc/html/edk/userguide/progide-5.gif -share/doc/html/edk/userguide/progide-6.gif -share/doc/html/edk/userguide/progide-7.gif -share/doc/html/edk/userguide/progide-8.gif -share/doc/html/edk/userguide/progide-9.gif -share/doc/html/edk/userguide/progide.html -share/doc/html/edk/userguide/retrvr-1.gif -share/doc/html/edk/userguide/retrvr-2.gif -share/doc/html/edk/userguide/retrvr-3.gif -share/doc/html/edk/userguide/retrvr-4.gif -share/doc/html/edk/userguide/retrvr-5.gif -share/doc/html/edk/userguide/retrvr.html -share/doc/html/edk/userguide/symbrws-1.gif -share/doc/html/edk/userguide/symbrws-10.gif -share/doc/html/edk/userguide/symbrws-11.gif -share/doc/html/edk/userguide/symbrws-12.gif -share/doc/html/edk/userguide/symbrws-13.gif -share/doc/html/edk/userguide/symbrws-2.gif -share/doc/html/edk/userguide/symbrws-3.gif -share/doc/html/edk/userguide/symbrws-4.gif -share/doc/html/edk/userguide/symbrws-5.gif -share/doc/html/edk/userguide/symbrws-6.gif -share/doc/html/edk/userguide/symbrws-7.gif -share/doc/html/edk/userguide/symbrws-8.gif -share/doc/html/edk/userguide/symbrws-9.gif -share/doc/html/edk/userguide/symbrws.html -share/doc/html/edk/userguide/titlepg-1.gif -share/doc/html/edk/userguide/titlepg.html -share/doc/html/edk/userguide/usingsn-1.gif -share/doc/html/edk/userguide/usingsn-10.gif -share/doc/html/edk/userguide/usingsn-11.gif -share/doc/html/edk/userguide/usingsn-12.gif -share/doc/html/edk/userguide/usingsn-13.gif -share/doc/html/edk/userguide/usingsn-2.gif -share/doc/html/edk/userguide/usingsn-3.gif -share/doc/html/edk/userguide/usingsn-4.gif -share/doc/html/edk/userguide/usingsn-5.gif -share/doc/html/edk/userguide/usingsn-6.gif -share/doc/html/edk/userguide/usingsn-7.gif -share/doc/html/edk/userguide/usingsn-8.gif -share/doc/html/edk/userguide/usingsn-9.gif -share/doc/html/edk/userguide/usingsn.html -share/doc/html/edk/userguide/usrguideIX-1.gif -share/doc/html/edk/userguide/usrguideIX.html -share/doc/html/edk/userguide/usrguideLOF-1.gif -share/doc/html/edk/userguide/usrguideLOF.html -share/doc/html/edk/userguide/versctrl-1.gif -share/doc/html/edk/userguide/versctrl-2.gif -share/doc/html/edk/userguide/versctrl-3.gif -share/doc/html/edk/userguide/versctrl-4.gif -share/doc/html/edk/userguide/versctrl-5.gif -share/doc/html/edk/userguide/versctrl-6.gif -share/doc/html/edk/userguide/versctrl.html -share/doc/html/edk/userguide/wrkproj-1.gif -share/doc/html/edk/userguide/wrkproj-2.gif -share/doc/html/edk/userguide/wrkproj-3.gif -share/doc/html/edk/userguide/wrkproj-4.gif -share/doc/html/edk/userguide/wrkproj-5.gif -share/doc/html/edk/userguide/wrkproj.html -share/doc/html/enterprise/userguide/appendixa-1.gif -share/doc/html/enterprise/userguide/appendixa.html -share/doc/html/enterprise/userguide/clbrws-1.gif -share/doc/html/enterprise/userguide/clbrws-2.gif -share/doc/html/enterprise/userguide/clbrws-3.gif -share/doc/html/enterprise/userguide/clbrws-4.gif -share/doc/html/enterprise/userguide/clbrws-5.gif -share/doc/html/enterprise/userguide/clbrws-6.gif -share/doc/html/enterprise/userguide/clbrws.html -share/doc/html/enterprise/userguide/clhierbrws-1.gif -share/doc/html/enterprise/userguide/clhierbrws-2.gif -share/doc/html/enterprise/userguide/clhierbrws-3.gif -share/doc/html/enterprise/userguide/clhierbrws-4.gif -share/doc/html/enterprise/userguide/clhierbrws.html -share/doc/html/enterprise/userguide/crossref-1.gif -share/doc/html/enterprise/userguide/crossref-2.gif -share/doc/html/enterprise/userguide/crossref-3.gif -share/doc/html/enterprise/userguide/crossref-4.gif -share/doc/html/enterprise/userguide/crossref-5.gif -share/doc/html/enterprise/userguide/crossref-6.gif -share/doc/html/enterprise/userguide/crossref-7.gif -share/doc/html/enterprise/userguide/crossref-8.gif -share/doc/html/enterprise/userguide/crossref.html -share/doc/html/enterprise/userguide/customsn-1.gif -share/doc/html/enterprise/userguide/customsn-2.gif -share/doc/html/enterprise/userguide/customsn-3.gif -share/doc/html/enterprise/userguide/customsn-4.gif -share/doc/html/enterprise/userguide/customsn-5.gif -share/doc/html/enterprise/userguide/customsn-6.gif -share/doc/html/enterprise/userguide/customsn-7.gif -share/doc/html/enterprise/userguide/customsn-8.gif -share/doc/html/enterprise/userguide/customsn.html -share/doc/html/enterprise/userguide/debugger-1.gif -share/doc/html/enterprise/userguide/debugger-2.gif -share/doc/html/enterprise/userguide/debugger-3.gif -share/doc/html/enterprise/userguide/debugger.html -share/doc/html/enterprise/userguide/editor-1.gif -share/doc/html/enterprise/userguide/editor-2.gif -share/doc/html/enterprise/userguide/editor-3.gif -share/doc/html/enterprise/userguide/editor-4.gif -share/doc/html/enterprise/userguide/editor-5.gif -share/doc/html/enterprise/userguide/editor-6.gif -share/doc/html/enterprise/userguide/editor-7.gif -share/doc/html/enterprise/userguide/editor-8.gif -share/doc/html/enterprise/userguide/editor-9.gif -share/doc/html/enterprise/userguide/editor.html -share/doc/html/enterprise/userguide/elixcmdline-1.gif -share/doc/html/enterprise/userguide/elixcmdline.html -share/doc/html/enterprise/userguide/entuserguideIX-1.gif -share/doc/html/enterprise/userguide/entuserguideIX.html -share/doc/html/enterprise/userguide/glossary-1.gif -share/doc/html/enterprise/userguide/glossary.html -share/doc/html/enterprise/userguide/grep-1.gif -share/doc/html/enterprise/userguide/grep-2.gif -share/doc/html/enterprise/userguide/grep-3.gif -share/doc/html/enterprise/userguide/grep.html -share/doc/html/enterprise/userguide/inclbrws-1.gif -share/doc/html/enterprise/userguide/inclbrws-2.gif -share/doc/html/enterprise/userguide/inclbrws-3.gif -share/doc/html/enterprise/userguide/inclbrws-4.gif -share/doc/html/enterprise/userguide/inclbrws-5.gif -share/doc/html/enterprise/userguide/inclbrws.html -share/doc/html/enterprise/userguide/index_ug-1.gif -share/doc/html/enterprise/userguide/index_ug.html -share/doc/html/enterprise/userguide/intro-1.gif -share/doc/html/enterprise/userguide/intro.html -share/doc/html/enterprise/userguide/progide-1.gif -share/doc/html/enterprise/userguide/progide-10.gif -share/doc/html/enterprise/userguide/progide-11.gif -share/doc/html/enterprise/userguide/progide-12.gif -share/doc/html/enterprise/userguide/progide-13.gif -share/doc/html/enterprise/userguide/progide-14.gif -share/doc/html/enterprise/userguide/progide-15.gif -share/doc/html/enterprise/userguide/progide-16.gif -share/doc/html/enterprise/userguide/progide-17.gif -share/doc/html/enterprise/userguide/progide-18.gif -share/doc/html/enterprise/userguide/progide-19.gif -share/doc/html/enterprise/userguide/progide-2.gif -share/doc/html/enterprise/userguide/progide-20.gif -share/doc/html/enterprise/userguide/progide-21.gif -share/doc/html/enterprise/userguide/progide-22.gif -share/doc/html/enterprise/userguide/progide-23.gif -share/doc/html/enterprise/userguide/progide-24.gif -share/doc/html/enterprise/userguide/progide-25.gif -share/doc/html/enterprise/userguide/progide-26.gif -share/doc/html/enterprise/userguide/progide-27.gif -share/doc/html/enterprise/userguide/progide-28.gif -share/doc/html/enterprise/userguide/progide-29.gif -share/doc/html/enterprise/userguide/progide-3.gif -share/doc/html/enterprise/userguide/progide-30.gif -share/doc/html/enterprise/userguide/progide-31.gif -share/doc/html/enterprise/userguide/progide-32.gif -share/doc/html/enterprise/userguide/progide-33.gif -share/doc/html/enterprise/userguide/progide-34.gif -share/doc/html/enterprise/userguide/progide-35.gif -share/doc/html/enterprise/userguide/progide-36.gif -share/doc/html/enterprise/userguide/progide-37.gif -share/doc/html/enterprise/userguide/progide-38.gif -share/doc/html/enterprise/userguide/progide-39.gif -share/doc/html/enterprise/userguide/progide-4.gif -share/doc/html/enterprise/userguide/progide-40.gif -share/doc/html/enterprise/userguide/progide-41.gif -share/doc/html/enterprise/userguide/progide-42.gif -share/doc/html/enterprise/userguide/progide-43.gif -share/doc/html/enterprise/userguide/progide-44.gif -share/doc/html/enterprise/userguide/progide-45.gif -share/doc/html/enterprise/userguide/progide-46.gif -share/doc/html/enterprise/userguide/progide-5.gif -share/doc/html/enterprise/userguide/progide-6.gif -share/doc/html/enterprise/userguide/progide-7.gif -share/doc/html/enterprise/userguide/progide-8.gif -share/doc/html/enterprise/userguide/progide-9.gif -share/doc/html/enterprise/userguide/progide.html -share/doc/html/enterprise/userguide/retrvr-1.gif -share/doc/html/enterprise/userguide/retrvr-2.gif -share/doc/html/enterprise/userguide/retrvr-3.gif -share/doc/html/enterprise/userguide/retrvr-4.gif -share/doc/html/enterprise/userguide/retrvr-5.gif -share/doc/html/enterprise/userguide/retrvr-6.gif -share/doc/html/enterprise/userguide/retrvr.html -share/doc/html/enterprise/userguide/symbrws-1.gif -share/doc/html/enterprise/userguide/symbrws-10.gif -share/doc/html/enterprise/userguide/symbrws-11.gif -share/doc/html/enterprise/userguide/symbrws-12.gif -share/doc/html/enterprise/userguide/symbrws-13.gif -share/doc/html/enterprise/userguide/symbrws-2.gif -share/doc/html/enterprise/userguide/symbrws-3.gif -share/doc/html/enterprise/userguide/symbrws-4.gif -share/doc/html/enterprise/userguide/symbrws-5.gif -share/doc/html/enterprise/userguide/symbrws-6.gif -share/doc/html/enterprise/userguide/symbrws-7.gif -share/doc/html/enterprise/userguide/symbrws-8.gif -share/doc/html/enterprise/userguide/symbrws-9.gif -share/doc/html/enterprise/userguide/symbrws.html -share/doc/html/enterprise/userguide/titlepg-1.gif -share/doc/html/enterprise/userguide/titlepg.html -share/doc/html/enterprise/userguide/tutorial-1.gif -share/doc/html/enterprise/userguide/tutorial-10.gif -share/doc/html/enterprise/userguide/tutorial-11.gif -share/doc/html/enterprise/userguide/tutorial-12.gif -share/doc/html/enterprise/userguide/tutorial-13.gif -share/doc/html/enterprise/userguide/tutorial-14.gif -share/doc/html/enterprise/userguide/tutorial-15.gif -share/doc/html/enterprise/userguide/tutorial-16.gif -share/doc/html/enterprise/userguide/tutorial-17.gif -share/doc/html/enterprise/userguide/tutorial-18.gif -share/doc/html/enterprise/userguide/tutorial-19.gif -share/doc/html/enterprise/userguide/tutorial-2.gif -share/doc/html/enterprise/userguide/tutorial-20.gif -share/doc/html/enterprise/userguide/tutorial-21.gif -share/doc/html/enterprise/userguide/tutorial-22.gif -share/doc/html/enterprise/userguide/tutorial-3.gif -share/doc/html/enterprise/userguide/tutorial-4.gif -share/doc/html/enterprise/userguide/tutorial-5.gif -share/doc/html/enterprise/userguide/tutorial-6.gif -share/doc/html/enterprise/userguide/tutorial-7.gif -share/doc/html/enterprise/userguide/tutorial-8.gif -share/doc/html/enterprise/userguide/tutorial-9.gif -share/doc/html/enterprise/userguide/tutorial.html -share/doc/html/enterprise/userguide/usingsn-1.gif -share/doc/html/enterprise/userguide/usingsn-10.gif -share/doc/html/enterprise/userguide/usingsn-11.gif -share/doc/html/enterprise/userguide/usingsn-12.gif -share/doc/html/enterprise/userguide/usingsn-13.gif -share/doc/html/enterprise/userguide/usingsn-14.gif -share/doc/html/enterprise/userguide/usingsn-15.gif -share/doc/html/enterprise/userguide/usingsn-2.gif -share/doc/html/enterprise/userguide/usingsn-3.gif -share/doc/html/enterprise/userguide/usingsn-4.gif -share/doc/html/enterprise/userguide/usingsn-5.gif -share/doc/html/enterprise/userguide/usingsn-6.gif -share/doc/html/enterprise/userguide/usingsn-7.gif -share/doc/html/enterprise/userguide/usingsn-8.gif -share/doc/html/enterprise/userguide/usingsn-9.gif -share/doc/html/enterprise/userguide/usingsn.html -share/doc/html/enterprise/userguide/usrguideLOF-1.gif -share/doc/html/enterprise/userguide/usrguideLOF.html -share/doc/html/enterprise/userguide/versctrl-1.gif -share/doc/html/enterprise/userguide/versctrl-2.gif -share/doc/html/enterprise/userguide/versctrl-3.gif -share/doc/html/enterprise/userguide/versctrl-4.gif -share/doc/html/enterprise/userguide/versctrl-5.gif -share/doc/html/enterprise/userguide/versctrl-6.gif -share/doc/html/enterprise/userguide/versctrl.html -share/doc/html/enterprise/userguide/wrkproj-1.gif -share/doc/html/enterprise/userguide/wrkproj-2.gif -share/doc/html/enterprise/userguide/wrkproj-3.gif -share/doc/html/enterprise/userguide/wrkproj-4.gif -share/doc/html/enterprise/userguide/wrkproj-5.gif -share/doc/html/enterprise/userguide/wrkproj.html -share/doc/sdk/api/c/database/examples/Makefile -share/doc/sdk/api/c/database/examples/Makefile.am -share/doc/sdk/api/c/database/examples/Makefile.in -share/doc/sdk/api/c/database/examples/dbqry.c -share/doc/sdk/api/tcl/database/examples/Makefile.am -share/doc/sdk/api/tcl/database/examples/Makefile.in -share/doc/sdk/api/tcl/database/examples/README -share/doc/sdk/api/tcl/database/examples/call-freq.tk -share/doc/sdk/api/tcl/database/examples/clobber.tcl -share/doc/sdk/api/tcl/database/examples/constants.tcl -share/doc/sdk/api/tcl/database/examples/diamonds.tcl -share/doc/sdk/api/tcl/database/examples/multicludes.tcl -share/doc/sdk/api/tcl/database/examples/unimp-methods.tcl -share/doc/sdk/api/tcl/database/examples/unused.tcl -share/etc/english.txt -share/etc/german.txt -share/etc/grep.fil -share/etc/japanese.txt -share/etc/navigato -share/etc/sn.el -share/etc/sn_cmp_g.pat -share/etc/sn_prop.cfg -share/gui/bindings.tcl -share/gui/bindxtnd.tcl -share/gui/browpaf.tcl -share/gui/browser.tcl -share/gui/bugreport.tcl -share/gui/buildtarget.tcl -share/gui/busy.tcl -share/gui/combo.tcl -share/gui/conftooldlg.tcl -share/gui/dialog.tcl -share/gui/diff.tcl -share/gui/dirdialog.tcl -share/gui/elix.tcl -share/gui/emacs.tcl -share/gui/error.tcl -share/gui/font.tcl -share/gui/gdbtk.tcl -share/gui/grep.tcl -share/gui/help.tcl -share/gui/highlight.tcl -share/gui/history.tcl -share/gui/html.tcl -share/gui/i18n.tcl -share/gui/ide.tcl -share/gui/ipc.tcl -share/gui/listtext.tcl -share/gui/misc.tcl -share/gui/mkfilegen.tcl -share/gui/multiappl.tcl -share/gui/multibrow.tcl -share/gui/multicls.tcl -share/gui/multictree.tcl -share/gui/multiedit.tcl -share/gui/multigrep.tcl -share/gui/multiinc.tcl -share/gui/multimake.tcl -share/gui/multiretr.tcl -share/gui/multixref.tcl -share/gui/panewd.tcl -share/gui/paths.tcl -share/gui/preferences.tcl -share/gui/project.tcl -share/gui/projedit.tcl -share/gui/projmng.tcl -share/gui/prtdialo.tcl -share/gui/rcs.tcl -share/gui/retriever.tcl -share/gui/selector.tcl -share/gui/sninit.tcl -share/gui/statistics.tcl -share/gui/targetedit.tcl -share/gui/targetmgr.tcl -share/gui/tclIndex -share/gui/text.tcl -share/gui/tmeter.tcl -share/gui/toolchain.tcl -share/gui/tools.tcl -share/gui/toplevel.tcl -share/gui/tree.tcl -share/gui/utilities.tcl -share/gui/version.tcl -share/gui/window.tcl -share/gui/winprint.tcl -share/itcl1.5/destroy.tcl -share/itcl1.5/itcl_mkindex.tcl -share/itcl1.5/itcl_reload.tcl -share/itcl1.5/tclIndex -share/libgui/library/advice.tcl -share/libgui/library/balloon.tcl -share/libgui/library/bbox.tcl -share/libgui/library/bgerror.tcl -share/libgui/library/bindings.tcl -share/libgui/library/canvas.tcl -share/libgui/library/center.tcl -share/libgui/library/cframe.tcl -share/libgui/library/combobox.tcl -share/libgui/library/debug.tcl -share/libgui/library/def.tcl -share/libgui/library/font.tcl -share/libgui/library/gensym.tcl -share/libgui/library/gettext.tcl -share/libgui/library/hooks.tcl -share/libgui/library/internet.tcl -share/libgui/library/lframe.tcl -share/libgui/library/list.tcl -share/libgui/library/looknfeel.tcl -share/libgui/library/menu.tcl -share/libgui/library/mono.tcl -share/libgui/library/multibox.tcl -share/libgui/library/pane.tcl -share/libgui/library/panedwindow.tcl -share/libgui/library/parse_args.tcl -share/libgui/library/path.tcl -share/libgui/library/pkgIndex.tcl -share/libgui/library/postghost.tcl -share/libgui/library/prefs.tcl -share/libgui/library/print.tcl -share/libgui/library/sendpr.tcl -share/libgui/library/tclIndex -share/libgui/library/toolbar.tcl -share/libgui/library/topbind.tcl -share/libgui/library/tree.tcl -share/libgui/library/treetable.tcl -share/libgui/library/ulset.tcl -share/libgui/library/ventry.tcl -share/libgui/library/wframe.tcl -share/libgui/library/wingrab.tcl -share/sdk/COPYING.LIB -share/sdk/api/c/database/examples/Makefile -share/sdk/api/c/database/examples/dbqry.c -share/sdk/api/tcl/database/examples/README -share/sdk/api/tcl/database/examples/call-freq.tk -share/sdk/api/tcl/database/examples/clobber.tcl -share/sdk/api/tcl/database/examples/constants.tcl -share/sdk/api/tcl/database/examples/diamonds.tcl -share/sdk/api/tcl/database/examples/multicludes.tcl -share/sdk/api/tcl/database/examples/unimp-methods.tcl -share/sdk/api/tcl/database/examples/unused.tcl -share/sdk/api/tcl/misc/Makefile.am -share/sdk/api/tcl/misc/Makefile.in -share/sdk/api/tcl/misc/example3.tcl -share/sdk/api/tcl/misc/exportIndex.tcl -share/sdk/api/tcl/misc/java.README -share/sdk/api/tcl/misc/java.rc.tcl -share/sdk/api/tcl/misc/paf_dump.tcl -share/sdk/api/tcl/misc/paf_rc.tcl -share/sdk/api/tcl/misc/paf_reload -share/sdk/api/tcl/misc/paf_stat.sh -share/sdk/api/tcl/misc/sn_report.tcl -share/sdk/api/tcl/misc/socket_rc.tcl -share/sdk/include/cdefs.h -share/sdk/include/db.h -share/sdk/include/sn.h -share/sdk/include/snptools.h -share/sdk/lib/libdbutils.a -share/sdk/lib/libpafdb.a -share/sdk/lib/libsnptools.a -share/sdk/lib/libtcl81.a -share/sdk/lib/libutils.a -share/sdk/parsers/examples/assembly/Makefile -share/sdk/parsers/examples/assembly/Makefile.vc -share/sdk/parsers/examples/assembly/README -share/sdk/parsers/examples/assembly/a.c -share/sdk/parsers/examples/assembly/abrowser.l.in -share/sdk/parsers/examples/assembly/b.c -share/sdk/parsers/examples/assembly/build-macros -share/sdk/parsers/examples/assembly/linux-i486-elf.m4 -share/sdk/parsers/examples/assembly/solaris-sparc.m4 -share/sdk/parsers/examples/assembly/toolbox.m4 -share/sdk/parsers/examples/elf/Makefile -share/sdk/parsers/examples/elf/Makefile.vc -share/sdk/parsers/examples/elf/README -share/sdk/parsers/examples/elf/blobsql.elf -share/sdk/parsers/examples/elf/ebrowser.l -share/tcl8.1/auto.tcl -share/tcl8.1/encoding/ascii.enc -share/tcl8.1/encoding/big5.enc -share/tcl8.1/encoding/cp1250.enc -share/tcl8.1/encoding/cp1251.enc -share/tcl8.1/encoding/cp1252.enc -share/tcl8.1/encoding/cp1253.enc -share/tcl8.1/encoding/cp1254.enc -share/tcl8.1/encoding/cp1255.enc -share/tcl8.1/encoding/cp1256.enc -share/tcl8.1/encoding/cp1257.enc -share/tcl8.1/encoding/cp1258.enc -share/tcl8.1/encoding/cp437.enc -share/tcl8.1/encoding/cp737.enc -share/tcl8.1/encoding/cp775.enc -share/tcl8.1/encoding/cp850.enc -share/tcl8.1/encoding/cp852.enc -share/tcl8.1/encoding/cp855.enc -share/tcl8.1/encoding/cp857.enc -share/tcl8.1/encoding/cp860.enc -share/tcl8.1/encoding/cp861.enc -share/tcl8.1/encoding/cp862.enc -share/tcl8.1/encoding/cp863.enc -share/tcl8.1/encoding/cp864.enc -share/tcl8.1/encoding/cp865.enc -share/tcl8.1/encoding/cp866.enc -share/tcl8.1/encoding/cp869.enc -share/tcl8.1/encoding/cp874.enc -share/tcl8.1/encoding/cp932.enc -share/tcl8.1/encoding/cp936.enc -share/tcl8.1/encoding/cp949.enc -share/tcl8.1/encoding/cp950.enc -share/tcl8.1/encoding/dingbats.enc -share/tcl8.1/encoding/euc-jp.enc -share/tcl8.1/encoding/gb12345.enc -share/tcl8.1/encoding/gb1988.enc -share/tcl8.1/encoding/gb2312.enc -share/tcl8.1/encoding/iso2022-jp.enc -share/tcl8.1/encoding/iso2022-kr.enc -share/tcl8.1/encoding/iso2022.enc -share/tcl8.1/encoding/iso8859-1.enc -share/tcl8.1/encoding/iso8859-2.enc -share/tcl8.1/encoding/iso8859-3.enc -share/tcl8.1/encoding/iso8859-4.enc -share/tcl8.1/encoding/iso8859-5.enc -share/tcl8.1/encoding/iso8859-6.enc -share/tcl8.1/encoding/iso8859-7.enc -share/tcl8.1/encoding/iso8859-8.enc -share/tcl8.1/encoding/iso8859-9.enc -share/tcl8.1/encoding/jis0201.enc -share/tcl8.1/encoding/jis0208.enc -share/tcl8.1/encoding/jis0212.enc -share/tcl8.1/encoding/macCentEuro.enc -share/tcl8.1/encoding/macCroatian.enc -share/tcl8.1/encoding/macCyrillic.enc -share/tcl8.1/encoding/macDingbats.enc -share/tcl8.1/encoding/macGreek.enc -share/tcl8.1/encoding/macIceland.enc -share/tcl8.1/encoding/macJapan.enc -share/tcl8.1/encoding/macRoman.enc -share/tcl8.1/encoding/macRomania.enc -share/tcl8.1/encoding/macThai.enc -share/tcl8.1/encoding/macTurkish.enc -share/tcl8.1/encoding/macUkraine.enc -share/tcl8.1/encoding/shiftjis.enc -share/tcl8.1/encoding/symbol.enc -share/tcl8.1/history.tcl -share/tcl8.1/http1.0/http.tcl -share/tcl8.1/http1.0/pkgIndex.tcl -share/tcl8.1/http2.0/http.tcl -share/tcl8.1/http2.0/pkgIndex.tcl -share/tcl8.1/init.tcl -share/tcl8.1/ldAix -share/tcl8.1/ldAout.tcl -share/tcl8.1/opt0.4/optparse.tcl -share/tcl8.1/opt0.4/pkgIndex.tcl -share/tcl8.1/package.tcl -share/tcl8.1/parray.tcl -share/tcl8.1/safe.tcl -share/tcl8.1/safeinit.tcl -share/tcl8.1/tclAppInit.c -share/tcl8.1/tclIndex -share/tcl8.1/word.tcl -share/tix4.1/Balloon.tcl -share/tix4.1/BtnBox.tcl -share/tix4.1/CObjView.tcl -share/tix4.1/ChkList.tcl -share/tix4.1/ComboBox.tcl -share/tix4.1/Compat.tcl -share/tix4.1/Console.tcl -share/tix4.1/Control.tcl -share/tix4.1/DefSchm.tcl -share/tix4.1/DialogS.tcl -share/tix4.1/DirBox.tcl -share/tix4.1/DirDlg.tcl -share/tix4.1/DirList.tcl -share/tix4.1/DirTree.tcl -share/tix4.1/DragDrop.tcl -share/tix4.1/DtlList.tcl -share/tix4.1/EFileBox.tcl -share/tix4.1/EFileDlg.tcl -share/tix4.1/Event.tcl -share/tix4.1/FileBox.tcl -share/tix4.1/FileCbx.tcl -share/tix4.1/FileCmpt.tcl -share/tix4.1/FileDlg.tcl -share/tix4.1/FileEnt.tcl -share/tix4.1/FileUtil.tcl -share/tix4.1/FloatEnt.tcl -share/tix4.1/Grid.tcl -share/tix4.1/HList.tcl -share/tix4.1/HListDD.tcl -share/tix4.1/IconView.tcl -share/tix4.1/Init.tcl -share/tix4.1/LabEntry.tcl -share/tix4.1/LabFrame.tcl -share/tix4.1/LabWidg.tcl -share/tix4.1/ListNBk.tcl -share/tix4.1/Meter.tcl -share/tix4.1/MultView.tcl -share/tix4.1/NoteBook.tcl -share/tix4.1/OldUtil.tcl -share/tix4.1/OptMenu.tcl -share/tix4.1/PanedWin.tcl -share/tix4.1/PopMenu.tcl -share/tix4.1/Primitiv.tcl -share/tix4.1/ResizeH.tcl -share/tix4.1/SGrid.tcl -share/tix4.1/SHList.tcl -share/tix4.1/SListBox.tcl -share/tix4.1/STList.tcl -share/tix4.1/SText.tcl -share/tix4.1/SWidget.tcl -share/tix4.1/SWindow.tcl -share/tix4.1/Select.tcl -share/tix4.1/Shell.tcl -share/tix4.1/SimpDlg.tcl -share/tix4.1/StackWin.tcl -share/tix4.1/StatBar.tcl -share/tix4.1/StdBBox.tcl -share/tix4.1/StdShell.tcl -share/tix4.1/TList.tcl -share/tix4.1/Tix.tcl -share/tix4.1/Tree.tcl -share/tix4.1/UnixFile.tcl -share/tix4.1/Utils.tcl -share/tix4.1/VResize.tcl -share/tix4.1/VStack.tcl -share/tix4.1/VTree.tcl -share/tix4.1/Variable.tcl -share/tix4.1/Verify.tcl -share/tix4.1/Version.tcl -share/tix4.1/WInfo.tcl -share/tix4.1/WinFile.tcl -share/tix4.1/bitmaps/act_fold.gif -share/tix4.1/bitmaps/act_fold.xbm -share/tix4.1/bitmaps/act_fold.xpm -share/tix4.1/bitmaps/balarrow.xbm -share/tix4.1/bitmaps/cbxarrow.xbm -share/tix4.1/bitmaps/ck_def.xbm -share/tix4.1/bitmaps/ck_off.xbm -share/tix4.1/bitmaps/ck_on.xbm -share/tix4.1/bitmaps/cross.xbm -share/tix4.1/bitmaps/decr.xbm -share/tix4.1/bitmaps/drop.xbm -share/tix4.1/bitmaps/file.gif -share/tix4.1/bitmaps/file.xbm -share/tix4.1/bitmaps/file.xpm -share/tix4.1/bitmaps/folder.gif -share/tix4.1/bitmaps/folder.xbm -share/tix4.1/bitmaps/folder.xpm -share/tix4.1/bitmaps/harddisk.xbm -share/tix4.1/bitmaps/hourglas.mask -share/tix4.1/bitmaps/hourglas.xbm -share/tix4.1/bitmaps/incr.xbm -share/tix4.1/bitmaps/info.gif -share/tix4.1/bitmaps/info.xpm -share/tix4.1/bitmaps/maximize.xbm -share/tix4.1/bitmaps/minimize.xbm -share/tix4.1/bitmaps/minus.gif -share/tix4.1/bitmaps/minus.xbm -share/tix4.1/bitmaps/minus.xpm -share/tix4.1/bitmaps/minusarm.gif -share/tix4.1/bitmaps/minusarm.xbm -share/tix4.1/bitmaps/minusarm.xpm -share/tix4.1/bitmaps/mktransgif.tcl -share/tix4.1/bitmaps/network.xbm -share/tix4.1/bitmaps/no_entry.gif -share/tix4.1/bitmaps/no_entry.xpm -share/tix4.1/bitmaps/openfile.xbm -share/tix4.1/bitmaps/openfold.gif -share/tix4.1/bitmaps/openfold.xbm -share/tix4.1/bitmaps/openfold.xpm -share/tix4.1/bitmaps/plus.gif -share/tix4.1/bitmaps/plus.xbm -share/tix4.1/bitmaps/plus.xpm -share/tix4.1/bitmaps/plusarm.gif -share/tix4.1/bitmaps/plusarm.xbm -share/tix4.1/bitmaps/plusarm.xpm -share/tix4.1/bitmaps/resize1.xbm -share/tix4.1/bitmaps/resize2.xbm -share/tix4.1/bitmaps/restore.xbm -share/tix4.1/bitmaps/srcfile.gif -share/tix4.1/bitmaps/srcfile.xbm -share/tix4.1/bitmaps/srcfile.xpm -share/tix4.1/bitmaps/system.xbm -share/tix4.1/bitmaps/textfile.gif -share/tix4.1/bitmaps/textfile.xbm -share/tix4.1/bitmaps/textfile.xpm -share/tix4.1/bitmaps/tick.xbm -share/tix4.1/bitmaps/warning.gif -share/tix4.1/bitmaps/warning.xpm -share/tix4.1/fs.tcl -share/tix4.1/library/bitmaps/act_fold.gif -share/tix4.1/library/bitmaps/act_fold.xbm -share/tix4.1/library/bitmaps/act_fold.xpm -share/tix4.1/library/bitmaps/balarrow.xbm -share/tix4.1/library/bitmaps/cbxarrow.xbm -share/tix4.1/library/bitmaps/ck_def.xbm -share/tix4.1/library/bitmaps/ck_off.xbm -share/tix4.1/library/bitmaps/ck_on.xbm -share/tix4.1/library/bitmaps/cross.xbm -share/tix4.1/library/bitmaps/decr.xbm -share/tix4.1/library/bitmaps/drop.xbm -share/tix4.1/library/bitmaps/file.gif -share/tix4.1/library/bitmaps/file.xbm -share/tix4.1/library/bitmaps/file.xpm -share/tix4.1/library/bitmaps/folder.gif -share/tix4.1/library/bitmaps/folder.xbm -share/tix4.1/library/bitmaps/folder.xpm -share/tix4.1/library/bitmaps/harddisk.xbm -share/tix4.1/library/bitmaps/hourglas.mask -share/tix4.1/library/bitmaps/hourglas.xbm -share/tix4.1/library/bitmaps/incr.xbm -share/tix4.1/library/bitmaps/info.gif -share/tix4.1/library/bitmaps/info.xpm -share/tix4.1/library/bitmaps/maximize.xbm -share/tix4.1/library/bitmaps/minimize.xbm -share/tix4.1/library/bitmaps/minus.gif -share/tix4.1/library/bitmaps/minus.xbm -share/tix4.1/library/bitmaps/minus.xpm -share/tix4.1/library/bitmaps/minusarm.gif -share/tix4.1/library/bitmaps/minusarm.xbm -share/tix4.1/library/bitmaps/minusarm.xpm -share/tix4.1/library/bitmaps/mktransgif.tcl -share/tix4.1/library/bitmaps/network.xbm -share/tix4.1/library/bitmaps/no_entry.gif -share/tix4.1/library/bitmaps/no_entry.xpm -share/tix4.1/library/bitmaps/openfile.xbm -share/tix4.1/library/bitmaps/openfold.gif -share/tix4.1/library/bitmaps/openfold.xbm -share/tix4.1/library/bitmaps/openfold.xpm -share/tix4.1/library/bitmaps/plus.gif -share/tix4.1/library/bitmaps/plus.xbm -share/tix4.1/library/bitmaps/plus.xpm -share/tix4.1/library/bitmaps/plusarm.gif -share/tix4.1/library/bitmaps/plusarm.xbm -share/tix4.1/library/bitmaps/plusarm.xpm -share/tix4.1/library/bitmaps/resize1.xbm -share/tix4.1/library/bitmaps/resize2.xbm -share/tix4.1/library/bitmaps/restore.xbm -share/tix4.1/library/bitmaps/srcfile.gif -share/tix4.1/library/bitmaps/srcfile.xbm -share/tix4.1/library/bitmaps/srcfile.xpm -share/tix4.1/library/bitmaps/system.xbm -share/tix4.1/library/bitmaps/textfile.gif -share/tix4.1/library/bitmaps/textfile.xbm -share/tix4.1/library/bitmaps/textfile.xpm -share/tix4.1/library/bitmaps/tick.xbm -share/tix4.1/library/bitmaps/warning.gif -share/tix4.1/library/bitmaps/warning.xpm -share/tix4.1/library/pref/12Point.fs -share/tix4.1/library/pref/12Point.fsc -share/tix4.1/library/pref/14Point.fs -share/tix4.1/library/pref/14Point.fsc -share/tix4.1/library/pref/Bisque.cs -share/tix4.1/library/pref/Bisque.csc -share/tix4.1/library/pref/Blue.cs -share/tix4.1/library/pref/Blue.csc -share/tix4.1/library/pref/Gray.cs -share/tix4.1/library/pref/Gray.csc -share/tix4.1/library/pref/Makefile -share/tix4.1/library/pref/Old12Pt.fs -share/tix4.1/library/pref/Old14Pt.fs -share/tix4.1/library/pref/SGIGray.cs -share/tix4.1/library/pref/SGIGray.csc -share/tix4.1/library/pref/TK.cs -share/tix4.1/library/pref/TK.csc -share/tix4.1/library/pref/TK.fs -share/tix4.1/library/pref/TK.fsc -share/tix4.1/library/pref/TixGray.cs -share/tix4.1/library/pref/TixGray.csc -share/tix4.1/library/pref/TkWin.cs -share/tix4.1/library/pref/TkWin.csc -share/tix4.1/library/pref/TkWin.fs -share/tix4.1/library/pref/TkWin.fsc -share/tix4.1/library/pref/tixmkpref -share/tix4.1/pkgIndex.tcl -share/tix4.1/pref/12Point.fs -share/tix4.1/pref/12Point.fsc -share/tix4.1/pref/14Point.fs -share/tix4.1/pref/14Point.fsc -share/tix4.1/pref/Bisque.cs -share/tix4.1/pref/Bisque.csc -share/tix4.1/pref/Blue.cs -share/tix4.1/pref/Blue.csc -share/tix4.1/pref/Gray.cs -share/tix4.1/pref/Gray.csc -share/tix4.1/pref/Old12Pt.fs -share/tix4.1/pref/Old14Pt.fs -share/tix4.1/pref/SGIGray.cs -share/tix4.1/pref/SGIGray.csc -share/tix4.1/pref/TK.cs -share/tix4.1/pref/TK.csc -share/tix4.1/pref/TK.fs -share/tix4.1/pref/TK.fsc -share/tix4.1/pref/TixGray.cs -share/tix4.1/pref/TixGray.csc -share/tix4.1/pref/TkWin.cs -share/tix4.1/pref/TkWin.csc -share/tix4.1/pref/TkWin.fs -share/tix4.1/pref/TkWin.fsc -share/tix4.1/pref/tixmkpref -share/tix4.1/tclIndex -share/tk8.1/bgerror.tcl -share/tk8.1/button.tcl -share/tk8.1/clrpick.tcl -share/tk8.1/comdlg.tcl -share/tk8.1/console.tcl -share/tk8.1/dialog.tcl -share/tk8.1/entry.tcl -share/tk8.1/focus.tcl -share/tk8.1/images/README -share/tk8.1/images/logo.eps -share/tk8.1/images/logo100.gif -share/tk8.1/images/logo64.gif -share/tk8.1/images/logoLarge.gif -share/tk8.1/images/logoMed.gif -share/tk8.1/images/pwrdLogo.eps -share/tk8.1/images/pwrdLogo100.gif -share/tk8.1/images/pwrdLogo150.gif -share/tk8.1/images/pwrdLogo175.gif -share/tk8.1/images/pwrdLogo200.gif -share/tk8.1/images/pwrdLogo75.gif -share/tk8.1/listbox.tcl -share/tk8.1/menu.tcl -share/tk8.1/msgbox.tcl -share/tk8.1/obsolete.tcl -share/tk8.1/optMenu.tcl -share/tk8.1/palette.tcl -share/tk8.1/safetk.tcl -share/tk8.1/scale.tcl -share/tk8.1/scrlbar.tcl -share/tk8.1/tclIndex -share/tk8.1/tearoff.tcl -share/tk8.1/text.tcl -share/tk8.1/tk.tcl -share/tk8.1/tkAppInit.c -share/tk8.1/tkfbox.tcl -share/tk8.1/xmfbox.tcl -@dirrm share/tk8.1/images -@dirrm share/tk8.1 -@dirrm share/tix4.1/pref -@dirrm share/tix4.1/library/pref -@dirrm share/tix4.1/library/bitmaps -@dirrm share/tix4.1/library -@dirrm share/tix4.1/bitmaps -@dirrm share/tix4.1 -@dirrm share/tcl8.1/opt0.4 -@dirrm share/tcl8.1/http2.0 -@dirrm share/tcl8.1/http1.0 -@dirrm share/tcl8.1/encoding -@dirrm share/tcl8.1 -@dirrm share/sdk/parsers/examples/elf -@dirrm share/sdk/parsers/examples/assembly -@dirrm share/sdk/parsers/examples -@dirrm share/sdk/parsers -@dirrm share/sdk/lib -@dirrm share/sdk/include -@dirrm share/sdk/api/tcl/misc -@dirrm share/sdk/api/tcl/database/examples -@dirrm share/sdk/api/tcl/database -@dirrm share/sdk/api/tcl -@dirrm share/sdk/api/c/database/examples -@dirrm share/sdk/api/c/database -@dirrm share/sdk/api/c -@dirrm share/sdk/api -@dirrm share/sdk -@dirrm share/libgui/library -@dirrm share/libgui -@dirrm share/itcl1.5 -@dirrm share/gui -@dirrm share/etc -@dirrm share/doc/sdk/api/tcl/database/examples -@dirrm share/doc/sdk/api/tcl/database -@dirrm share/doc/sdk/api/tcl -@dirrm share/doc/sdk/api/c/database/examples -@dirrm share/doc/sdk/api/c/database -@dirrm share/doc/sdk/api/c -@dirrm share/doc/sdk/api -@dirrm share/doc/sdk -@dirrm share/doc/html/enterprise/userguide -@dirrm share/doc/html/enterprise -@dirrm share/doc/html/edk/userguide -@dirrm share/doc/html/edk -@dirrm share/doc/html -@dirrm share/doc -@dirrm share/demos -@dirrm share/cygnus/gui -@dirrm share/cygnus -@dirrm share/bitmaps -@dirrm share -@dirrm lib -@dirrm include -@dirrm html/userguide -@dirrm html/progref -@dirrm html -@dirrm bin |