summaryrefslogtreecommitdiff
path: root/lang/TenDRA
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1998-04-13 00:09:29 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1998-04-13 00:09:29 +0000
commit6a9dce55d6be7bbbeb832efc3ed6bc0b7d1c35b4 (patch)
treecbb995f967ba33909f42b742b76600f310828e5d /lang/TenDRA
parentSwitch to new MASTER_SITE with different distfile. (diff)
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United Kingdom Defence Evaluation and Research Agency (DERA). A primary focus of the compiler is portability through conformance to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3, UNIX95, among others). The compiler has strong static checking capabilities, including the ability to check programs for conformance to APIs which are not directly supported by system headers. ----- * TenDRA is a registered trademark of the UK Defence Evaluation and Research Agency.
Notes
Notes: svn path=/head/; revision=10501
Diffstat (limited to 'lang/TenDRA')
-rw-r--r--lang/TenDRA/Makefile77
-rw-r--r--lang/TenDRA/distinfo1
-rw-r--r--lang/TenDRA/pkg-comment1
-rw-r--r--lang/TenDRA/pkg-descr14
-rw-r--r--lang/TenDRA/pkg-plist1535
5 files changed, 1628 insertions, 0 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
new file mode 100644
index 000000000000..3af5dcb88b6e
--- /dev/null
+++ b/lang/TenDRA/Makefile
@@ -0,0 +1,77 @@
+# New ports collection makefile for: TenDRA
+# Version required: 4.1.2
+# Date created: 7 Apr 1998
+# Whom: Robert Nordier <rnordier@iafrica.com>
+#
+# $Id$
+#
+
+DISTNAME= TenDRA-4.1.2
+CATEGORIES= lang
+MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/
+
+MAINTAINER= rnordier@iafrica.com
+
+OSREL!= uname -r
+MAN1= calculus.1 disp.1 lexi.1 pl.1 sid.1 tcc.1 tchk.1 \
+ tcpplus.1 tdfc2.1 tld.1 tnc.1 trans.1 tspec.1
+MAN5= tccenv.5
+
+pre-configure:
+ @(cd ${WRKSRC} && \
+ ${MKDIR} bin lib man && \
+ ${SED} -e 's:^\(BASE_DIR=\).*:\1${WRKSRC}:' \
+ -e 's:^\(PUBLIC_BIN=\).*:\1$${BASE_DIR}/bin:' \
+ -e 's:^\(INSTALL_DIR=\).*:\1$${BASE_DIR}/lib/TenDRA:' \
+ -e 's:^\(MAN_DIR=\).*:\1$${BASE_DIR}/man:' \
+ -e 's:completed:to build directory completed:' \
+ INSTALL >INSTALL.build && \
+ chmod a+x INSTALL.build && \
+ chmod a-x INSTALL)
+ @${SED} 's:%OSREL%:${OSREL}:' ${PLIST} >${PLIST}.tmp && \
+ ${CP} ${PLIST} ${PLIST}.orig && \
+ ${MV} ${PLIST}.tmp ${PLIST}
+
+do-build:
+ @(PATH=${WRKSRC}/bin:$$PATH && \
+ cd ${WRKSRC} && \
+ ./INSTALL.build 2>&1 | tee ${.CURDIR}/mklog && \
+ ${RM} -f ${.CURDIR}/mklog)
+ @${ECHO} "Bootstrapping the compiler ..."
+ @${RM} -fr ${WRKSRC}/work
+ @(PATH=${WRKSRC}/bin:$$PATH && \
+ cd ${WRKSRC} && \
+ ./INSTALL.build -tcc 2>&1 | tee ${.CURDIR}/mklog && \
+ ${RM} -f ${.CURDIR}/mklog)
+
+pre-install:
+ @(cd ${WRKSRC} && \
+ ${SED} -e 's:^\(BASE_DIR=\).*:\1${WRKSRC}:' \
+ -e 's:^\(PUBLIC_BIN=\).*:\1${PREFIX}/bin:' \
+ -e 's:^\(INSTALL_DIR=\).*:\1${PREFIX}/lib/TenDRA:' \
+ -e 's:^\(MAN_DIR=\).*:\1${PREFIX}/man:' \
+ INSTALL >INSTALL.install && \
+ chmod a+x INSTALL.install)
+
+do-install:
+ @${MKDIR} ${PREFIX}/lib/TenDRA
+ @(PATH=${WRKSRC}/bin:$$PATH && \
+ cd ${WRKSRC} && \
+ ./INSTALL.install -tcc -strip 2>&1 | tee ${.CURDIR}/mklog && \
+ ${RM} -f ${.CURDIR}/mklog)
+ @(cd ${PREFIX}/bin && \
+ chown ${BINOWN}:${BINGRP} tcc tchk tspec && \
+ chmod ${BINMODE} tcc tchk tspec)
+ @(cd ${PREFIX} && \
+ chown -R ${BINOWN}:${BINGRP} lib/TenDRA && \
+ find -X lib/TenDRA -type d | xargs chmod 755 && \
+ ${GREP} '^lib/' ${PLIST} | xargs chmod ${SHAREMODE} && \
+ ${GREP} '/bin/' ${PLIST} | xargs chmod ${BINMODE})
+ @(cd ${PREFIX}/man/man1 && \
+ chown ${MANOWN}:${MANGRP} ${MAN1} && \
+ chmod ${MANMODE} ${MAN1})
+ @(cd ${PREFIX}/man/man5 && \
+ chown ${MANOWN}:${MANGRP} ${MAN5} && \
+ chmod ${MANMODE} ${MAN5})
+
+.include <bsd.port.mk>
diff --git a/lang/TenDRA/distinfo b/lang/TenDRA/distinfo
new file mode 100644
index 000000000000..70f0c9753a88
--- /dev/null
+++ b/lang/TenDRA/distinfo
@@ -0,0 +1 @@
+MD5 (TenDRA-4.1.2.tar.gz) = 36c6732bf72c38f399961c239adbe922
diff --git a/lang/TenDRA/pkg-comment b/lang/TenDRA/pkg-comment
new file mode 100644
index 000000000000..898bc6b3b21b
--- /dev/null
+++ b/lang/TenDRA/pkg-comment
@@ -0,0 +1 @@
+A mature, portable, optimizing C/C++ compiler
diff --git a/lang/TenDRA/pkg-descr b/lang/TenDRA/pkg-descr
new file mode 100644
index 000000000000..9b2513be2123
--- /dev/null
+++ b/lang/TenDRA/pkg-descr
@@ -0,0 +1,14 @@
+TenDRA* is an optimizing C/C++ compiler, developed by the United
+Kingdom Defence Evaluation and Research Agency (DERA).
+
+A primary focus of the compiler is portability through conformance
+to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
+UNIX95, among others).
+
+The compiler has strong static checking capabilities, including the
+ability to check programs for conformance to APIs which are not
+directly supported by system headers.
+
+-----
+* TenDRA is a registered trademark of the UK Defence Evaluation
+and Research Agency.
diff --git a/lang/TenDRA/pkg-plist b/lang/TenDRA/pkg-plist
new file mode 100644
index 000000000000..4b747e0cdb32
--- /dev/null
+++ b/lang/TenDRA/pkg-plist
@@ -0,0 +1,1535 @@
+bin/tcc
+bin/tchk
+bin/tspec
+lib/TenDRA/lib/building/ansi.api/M_ansi
+lib/TenDRA/lib/building/ansi.api/Makefile
+lib/TenDRA/lib/building/ansi.api/alloc.c
+lib/TenDRA/lib/building/ansi.api/clock_t.c
+lib/TenDRA/lib/building/ansi.api/ctype.c
+lib/TenDRA/lib/building/ansi.api/enums.c
+lib/TenDRA/lib/building/ansi.api/eof.c
+lib/TenDRA/lib/building/ansi.api/errno.c
+lib/TenDRA/lib/building/ansi.api/fail.c
+lib/TenDRA/lib/building/ansi.api/file.c
+lib/TenDRA/lib/building/ansi.api/float.c
+lib/TenDRA/lib/building/ansi.api/free.c
+lib/TenDRA/lib/building/ansi.api/limits.c
+lib/TenDRA/lib/building/ansi.api/locale.c
+lib/TenDRA/lib/building/ansi.api/math.c
+lib/TenDRA/lib/building/ansi.api/rename.c
+lib/TenDRA/lib/building/ansi.api/seek_con.c
+lib/TenDRA/lib/building/ansi.api/setjmp.c
+lib/TenDRA/lib/building/ansi.api/signal.c
+lib/TenDRA/lib/building/ansi.api/size_t.c
+lib/TenDRA/lib/building/ansi.api/stddef.c
+lib/TenDRA/lib/building/ansi.api/stdio.c
+lib/TenDRA/lib/building/ansi.api/stdlib.c
+lib/TenDRA/lib/building/ansi.api/string.c
+lib/TenDRA/lib/building/ansi.api/sys.c
+lib/TenDRA/lib/building/ansi.api/system.c
+lib/TenDRA/lib/building/ansi.api/time.c
+lib/TenDRA/lib/building/ansi.api/time_t.c
+lib/TenDRA/lib/building/ansi.api/tmp_max.c
+lib/TenDRA/lib/building/ansi.api/va_args.c
+lib/TenDRA/lib/building/ansi.api/va_list.c
+lib/TenDRA/lib/building/ansi.api/wchar_t.c
+lib/TenDRA/lib/building/ansi.api/xpg3_ran.c
+lib/TenDRA/lib/building/ansi.api/xpg4_ran.c
+lib/TenDRA/lib/building/bsd_extn.api/M_bsd_extn
+lib/TenDRA/lib/building/bsd_extn.api/Makefile
+lib/TenDRA/lib/building/bsd_extn.api/alloca.c
+lib/TenDRA/lib/building/bsd_extn.api/errno.c
+lib/TenDRA/lib/building/bsd_extn.api/in.c
+lib/TenDRA/lib/building/bsd_extn.api/inet.c
+lib/TenDRA/lib/building/bsd_extn.api/netdb.c
+lib/TenDRA/lib/building/bsd_extn.api/param.c
+lib/TenDRA/lib/building/bsd_extn.api/resource.c
+lib/TenDRA/lib/building/bsd_extn.api/select.c
+lib/TenDRA/lib/building/bsd_extn.api/socket.c
+lib/TenDRA/lib/building/bsd_extn.api/strings.c
+lib/TenDRA/lib/building/bsd_extn.api/syslog.c
+lib/TenDRA/lib/building/bsd_extn.api/timeval.c
+lib/TenDRA/lib/building/bsd_extn.api/uio.c
+lib/TenDRA/lib/building/cpp.api/M_cpp
+lib/TenDRA/lib/building/cpp.api/Makefile
+lib/TenDRA/lib/building/cpp.api/basic.c
+lib/TenDRA/lib/building/cpp.api/cstdlib.c
+lib/TenDRA/lib/building/cpp.api/ptr_func.c
+lib/TenDRA/lib/building/cpp.api/ptr_mem.c
+lib/TenDRA/lib/building/cpp.api/throw.c
+lib/TenDRA/lib/building/cpp.api/vtable.c
+lib/TenDRA/lib/building/gcc.api/M_gcc
+lib/TenDRA/lib/building/gcc.api/Makefile
+lib/TenDRA/lib/building/gcc.api/param.c
+lib/TenDRA/lib/building/gcc.api/resource.c
+lib/TenDRA/lib/building/gcc.api/tdf_alloca.c
+lib/TenDRA/lib/building/gcc.api/timeval.c
+lib/TenDRA/lib/building/iso.api/M_iso
+lib/TenDRA/lib/building/iso.api/Makefile
+lib/TenDRA/lib/building/iso.api/errno.c
+lib/TenDRA/lib/building/iso.api/mse.c
+lib/TenDRA/lib/building/iso.api/mse2.c
+lib/TenDRA/lib/building/iso.api/wchar.c
+lib/TenDRA/lib/building/iso.api/wctype.c
+lib/TenDRA/lib/building/iso.api/wint.c
+lib/TenDRA/lib/building/motif/1_2.api/ArrowB.c
+lib/TenDRA/lib/building/motif/1_2.api/ArrowBG.c
+lib/TenDRA/lib/building/motif/1_2.api/ArrowBGP.c
+lib/TenDRA/lib/building/motif/1_2.api/ArrowBP.c
+lib/TenDRA/lib/building/motif/1_2.api/AtomMgr.c
+lib/TenDRA/lib/building/motif/1_2.api/BaseClassP.c
+lib/TenDRA/lib/building/motif/1_2.api/BulletinB.c
+lib/TenDRA/lib/building/motif/1_2.api/BulletinBP.c
+lib/TenDRA/lib/building/motif/1_2.api/CacheP.c
+lib/TenDRA/lib/building/motif/1_2.api/CascadeB.c
+lib/TenDRA/lib/building/motif/1_2.api/CascadeBG.c
+lib/TenDRA/lib/building/motif/1_2.api/CascadeBGP.c
+lib/TenDRA/lib/building/motif/1_2.api/CascadeBP.c
+lib/TenDRA/lib/building/motif/1_2.api/Command.c
+lib/TenDRA/lib/building/motif/1_2.api/CommandP.c
+lib/TenDRA/lib/building/motif/1_2.api/CutPaste.c
+lib/TenDRA/lib/building/motif/1_2.api/DesktopP.c
+lib/TenDRA/lib/building/motif/1_2.api/DialogS.c
+lib/TenDRA/lib/building/motif/1_2.api/DialogSEP.c
+lib/TenDRA/lib/building/motif/1_2.api/DialogSP.c
+lib/TenDRA/lib/building/motif/1_2.api/Display.c
+lib/TenDRA/lib/building/motif/1_2.api/DisplayP.c
+lib/TenDRA/lib/building/motif/1_2.api/DragC.c
+lib/TenDRA/lib/building/motif/1_2.api/DragCP.c
+lib/TenDRA/lib/building/motif/1_2.api/DragIcon.c
+lib/TenDRA/lib/building/motif/1_2.api/DragIconP.c
+lib/TenDRA/lib/building/motif/1_2.api/DragOverS.c
+lib/TenDRA/lib/building/motif/1_2.api/DragOverSP.c
+lib/TenDRA/lib/building/motif/1_2.api/DrawP.c
+lib/TenDRA/lib/building/motif/1_2.api/DrawingA.c
+lib/TenDRA/lib/building/motif/1_2.api/DrawingAP.c
+lib/TenDRA/lib/building/motif/1_2.api/DrawnB.c
+lib/TenDRA/lib/building/motif/1_2.api/DrawnBP.c
+lib/TenDRA/lib/building/motif/1_2.api/DropSMgr.c
+lib/TenDRA/lib/building/motif/1_2.api/DropSMgrP.c
+lib/TenDRA/lib/building/motif/1_2.api/DropTrans.c
+lib/TenDRA/lib/building/motif/1_2.api/DropTransP.c
+lib/TenDRA/lib/building/motif/1_2.api/ExtObjectP.c
+lib/TenDRA/lib/building/motif/1_2.api/FileSB.c
+lib/TenDRA/lib/building/motif/1_2.api/FileSBP.c
+lib/TenDRA/lib/building/motif/1_2.api/Form.c
+lib/TenDRA/lib/building/motif/1_2.api/FormP.c
+lib/TenDRA/lib/building/motif/1_2.api/Frame.c
+lib/TenDRA/lib/building/motif/1_2.api/FrameP.c
+lib/TenDRA/lib/building/motif/1_2.api/GadgetP.c
+lib/TenDRA/lib/building/motif/1_2.api/Label.c
+lib/TenDRA/lib/building/motif/1_2.api/LabelG.c
+lib/TenDRA/lib/building/motif/1_2.api/LabelGP.c
+lib/TenDRA/lib/building/motif/1_2.api/LabelP.c
+lib/TenDRA/lib/building/motif/1_2.api/List.c
+lib/TenDRA/lib/building/motif/1_2.api/ListP.c
+lib/TenDRA/lib/building/motif/1_2.api/M_motif_1_2
+lib/TenDRA/lib/building/motif/1_2.api/MainW.c
+lib/TenDRA/lib/building/motif/1_2.api/MainWP.c
+lib/TenDRA/lib/building/motif/1_2.api/Makefile
+lib/TenDRA/lib/building/motif/1_2.api/ManagerP.c
+lib/TenDRA/lib/building/motif/1_2.api/MenuShell.c
+lib/TenDRA/lib/building/motif/1_2.api/MenuShellP.c
+lib/TenDRA/lib/building/motif/1_2.api/MenuUtilP.c
+lib/TenDRA/lib/building/motif/1_2.api/MessageB.c
+lib/TenDRA/lib/building/motif/1_2.api/MessageBP.c
+lib/TenDRA/lib/building/motif/1_2.api/MrmPublic.c
+lib/TenDRA/lib/building/motif/1_2.api/MwmUtil.c
+lib/TenDRA/lib/building/motif/1_2.api/PanedW.c
+lib/TenDRA/lib/building/motif/1_2.api/PanedWP.c
+lib/TenDRA/lib/building/motif/1_2.api/PrimitiveP.c
+lib/TenDRA/lib/building/motif/1_2.api/Protocols.c
+lib/TenDRA/lib/building/motif/1_2.api/ProtocolsP.c
+lib/TenDRA/lib/building/motif/1_2.api/PushB.c
+lib/TenDRA/lib/building/motif/1_2.api/PushBG.c
+lib/TenDRA/lib/building/motif/1_2.api/PushBGP.c
+lib/TenDRA/lib/building/motif/1_2.api/PushBP.c
+lib/TenDRA/lib/building/motif/1_2.api/RCUtilsP.c
+lib/TenDRA/lib/building/motif/1_2.api/RepType.c
+lib/TenDRA/lib/building/motif/1_2.api/RowColumn.c
+lib/TenDRA/lib/building/motif/1_2.api/RowColumnP.c
+lib/TenDRA/lib/building/motif/1_2.api/SashP.c
+lib/TenDRA/lib/building/motif/1_2.api/Scale.c
+lib/TenDRA/lib/building/motif/1_2.api/ScaleP.c
+lib/TenDRA/lib/building/motif/1_2.api/Screen.c
+lib/TenDRA/lib/building/motif/1_2.api/ScreenP.c
+lib/TenDRA/lib/building/motif/1_2.api/ScrollBar.c
+lib/TenDRA/lib/building/motif/1_2.api/ScrollBarP.c
+lib/TenDRA/lib/building/motif/1_2.api/ScrolledW.c
+lib/TenDRA/lib/building/motif/1_2.api/ScrolledWP.c
+lib/TenDRA/lib/building/motif/1_2.api/SelectioB.c
+lib/TenDRA/lib/building/motif/1_2.api/SelectioBP.c
+lib/TenDRA/lib/building/motif/1_2.api/SeparatoG.c
+lib/TenDRA/lib/building/motif/1_2.api/SeparatoGP.c
+lib/TenDRA/lib/building/motif/1_2.api/Separator.c
+lib/TenDRA/lib/building/motif/1_2.api/SeparatorP.c
+lib/TenDRA/lib/building/motif/1_2.api/ShellEP.c
+lib/TenDRA/lib/building/motif/1_2.api/TearOffBP.c
+lib/TenDRA/lib/building/motif/1_2.api/TearOffP.c
+lib/TenDRA/lib/building/motif/1_2.api/Text.c
+lib/TenDRA/lib/building/motif/1_2.api/TextF.c
+lib/TenDRA/lib/building/motif/1_2.api/TextFP.c
+lib/TenDRA/lib/building/motif/1_2.api/TextFSelP.c
+lib/TenDRA/lib/building/motif/1_2.api/TextInP.c
+lib/TenDRA/lib/building/motif/1_2.api/TextOutP.c
+lib/TenDRA/lib/building/motif/1_2.api/TextP.c
+lib/TenDRA/lib/building/motif/1_2.api/TextSelP.c
+lib/TenDRA/lib/building/motif/1_2.api/TextStrSoP.c
+lib/TenDRA/lib/building/motif/1_2.api/ToggleB.c
+lib/TenDRA/lib/building/motif/1_2.api/ToggleBG.c
+lib/TenDRA/lib/building/motif/1_2.api/ToggleBGP.c
+lib/TenDRA/lib/building/motif/1_2.api/ToggleBP.c
+lib/TenDRA/lib/building/motif/1_2.api/TransltnsP.c
+lib/TenDRA/lib/building/motif/1_2.api/UilDef.c
+lib/TenDRA/lib/building/motif/1_2.api/VendorS.c
+lib/TenDRA/lib/building/motif/1_2.api/VendorSEP.c
+lib/TenDRA/lib/building/motif/1_2.api/VendorSP.c
+lib/TenDRA/lib/building/motif/1_2.api/VirtKeys.c
+lib/TenDRA/lib/building/motif/1_2.api/VirtKeysP.c
+lib/TenDRA/lib/building/motif/1_2.api/WorldP.c
+lib/TenDRA/lib/building/motif/1_2.api/Xm.c
+lib/TenDRA/lib/building/motif/1_2.api/XmP.c
+lib/TenDRA/lib/building/motif/1_2.api/XmStrDefs.c
+lib/TenDRA/lib/building/motif/1_2.api/XmosP.c
+lib/TenDRA/lib/building/posix.api/M_posix
+lib/TenDRA/lib/building/posix.api/Makefile
+lib/TenDRA/lib/building/posix.api/ctuid.c
+lib/TenDRA/lib/building/posix.api/dirent.c
+lib/TenDRA/lib/building/posix.api/enums.c
+lib/TenDRA/lib/building/posix.api/fcntl.c
+lib/TenDRA/lib/building/posix.api/getopt.c
+lib/TenDRA/lib/building/posix.api/grp.c
+lib/TenDRA/lib/building/posix.api/guid.c
+lib/TenDRA/lib/building/posix.api/ino_t.c
+lib/TenDRA/lib/building/posix.api/limits.c
+lib/TenDRA/lib/building/posix.api/mode_t.c
+lib/TenDRA/lib/building/posix.api/off_t.c
+lib/TenDRA/lib/building/posix.api/pid_t.c
+lib/TenDRA/lib/building/posix.api/pwd.c
+lib/TenDRA/lib/building/posix.api/setjmp.c
+lib/TenDRA/lib/building/posix.api/signal.c
+lib/TenDRA/lib/building/posix.api/sigset_t.c
+lib/TenDRA/lib/building/posix.api/stat.c
+lib/TenDRA/lib/building/posix.api/stat_t.c
+lib/TenDRA/lib/building/posix.api/stdio.c
+lib/TenDRA/lib/building/posix.api/tcpgrp.c
+lib/TenDRA/lib/building/posix.api/termios.c
+lib/TenDRA/lib/building/posix.api/time.c
+lib/TenDRA/lib/building/posix.api/times.c
+lib/TenDRA/lib/building/posix.api/u_old.c
+lib/TenDRA/lib/building/posix.api/u_proto.c
+lib/TenDRA/lib/building/posix.api/utime.c
+lib/TenDRA/lib/building/posix.api/utsname.c
+lib/TenDRA/lib/building/posix.api/wait.c
+lib/TenDRA/lib/building/posix1.api/M_posix1
+lib/TenDRA/lib/building/posix1.api/Makefile
+lib/TenDRA/lib/building/posix1.api/limits.c
+lib/TenDRA/lib/building/posix1.api/locale.c
+lib/TenDRA/lib/building/posix1.api/ssize_t.c
+lib/TenDRA/lib/building/posix1.api/unistd.c
+lib/TenDRA/lib/building/posix2.api/M_posix2
+lib/TenDRA/lib/building/posix2.api/Makefile
+lib/TenDRA/lib/building/posix2.api/fnmatch.c
+lib/TenDRA/lib/building/posix2.api/glob.c
+lib/TenDRA/lib/building/posix2.api/limits.c
+lib/TenDRA/lib/building/posix2.api/regex.c
+lib/TenDRA/lib/building/posix2.api/unistd.c
+lib/TenDRA/lib/building/posix2.api/wordexp.c
+lib/TenDRA/lib/building/svid3.api/M_svid3
+lib/TenDRA/lib/building/svid3.api/Makefile
+lib/TenDRA/lib/building/svid3.api/acct.c
+lib/TenDRA/lib/building/svid3.api/acl.c
+lib/TenDRA/lib/building/svid3.api/audit.c
+lib/TenDRA/lib/building/svid3.api/cs.c
+lib/TenDRA/lib/building/svid3.api/curses.c
+lib/TenDRA/lib/building/svid3.api/errno.c
+lib/TenDRA/lib/building/svid3.api/eti.c
+lib/TenDRA/lib/building/svid3.api/fcntl.c
+lib/TenDRA/lib/building/svid3.api/fmtmsg.c
+lib/TenDRA/lib/building/svid3.api/form.c
+lib/TenDRA/lib/building/svid3.api/ftw.c
+lib/TenDRA/lib/building/svid3.api/grp.c
+lib/TenDRA/lib/building/svid3.api/ipc.c
+lib/TenDRA/lib/building/svid3.api/key_prot.c
+lib/TenDRA/lib/building/svid3.api/locale.c
+lib/TenDRA/lib/building/svid3.api/lock.c
+lib/TenDRA/lib/building/svid3.api/mac.c
+lib/TenDRA/lib/building/svid3.api/malloc.c
+lib/TenDRA/lib/building/svid3.api/math.c
+lib/TenDRA/lib/building/svid3.api/menu.c
+lib/TenDRA/lib/building/svid3.api/mman.c
+lib/TenDRA/lib/building/svid3.api/mon.c
+lib/TenDRA/lib/building/svid3.api/mount.c
+lib/TenDRA/lib/building/svid3.api/netconfig.c
+lib/TenDRA/lib/building/svid3.api/netdir.c
+lib/TenDRA/lib/building/svid3.api/nlist.c
+lib/TenDRA/lib/building/svid3.api/panel.c
+lib/TenDRA/lib/building/svid3.api/pfmt.c
+lib/TenDRA/lib/building/svid3.api/pkginfo.c
+lib/TenDRA/lib/building/svid3.api/poll.c
+lib/TenDRA/lib/building/svid3.api/priocntl.c
+lib/TenDRA/lib/building/svid3.api/priv.c
+lib/TenDRA/lib/building/svid3.api/procset.c
+lib/TenDRA/lib/building/svid3.api/pwd.c
+lib/TenDRA/lib/building/svid3.api/remop.c
+lib/TenDRA/lib/building/svid3.api/resource.c
+lib/TenDRA/lib/building/svid3.api/rpc.c
+lib/TenDRA/lib/building/svid3.api/rpc_types.c
+lib/TenDRA/lib/building/svid3.api/rtpriocntl.c
+lib/TenDRA/lib/building/svid3.api/shm.c
+lib/TenDRA/lib/building/svid3.api/siginfo.c
+lib/TenDRA/lib/building/svid3.api/signal.c
+lib/TenDRA/lib/building/svid3.api/stat.c
+lib/TenDRA/lib/building/svid3.api/statvfs.c
+lib/TenDRA/lib/building/svid3.api/stdio.c
+lib/TenDRA/lib/building/svid3.api/stdlib.c
+lib/TenDRA/lib/building/svid3.api/string.c
+lib/TenDRA/lib/building/svid3.api/stropts.c
+lib/TenDRA/lib/building/svid3.api/swap.c
+lib/TenDRA/lib/building/svid3.api/sys_time.c
+lib/TenDRA/lib/building/svid3.api/term.c
+lib/TenDRA/lib/building/svid3.api/termio.c
+lib/TenDRA/lib/building/svid3.api/termios.c
+lib/TenDRA/lib/building/svid3.api/termiox.c
+lib/TenDRA/lib/building/svid3.api/time.c
+lib/TenDRA/lib/building/svid3.api/timeval.c
+lib/TenDRA/lib/building/svid3.api/tiuser.c
+lib/TenDRA/lib/building/svid3.api/tspriocntl.c
+lib/TenDRA/lib/building/svid3.api/types.c
+lib/TenDRA/lib/building/svid3.api/u_old.c
+lib/TenDRA/lib/building/svid3.api/ucontext.c
+lib/TenDRA/lib/building/svid3.api/uio.c
+lib/TenDRA/lib/building/svid3.api/unctrl.c
+lib/TenDRA/lib/building/svid3.api/unistd.c
+lib/TenDRA/lib/building/svid3.api/ustat.c
+lib/TenDRA/lib/building/svid3.api/utmp.c
+lib/TenDRA/lib/building/svid3.api/wait.c
+lib/TenDRA/lib/building/svid3.api/xdr.c
+lib/TenDRA/lib/building/unix95.api/M_unix95
+lib/TenDRA/lib/building/unix95.api/Makefile
+lib/TenDRA/lib/building/unix95.api/chtype.c
+lib/TenDRA/lib/building/unix95.api/curs.c
+lib/TenDRA/lib/building/unix95.api/curses.c
+lib/TenDRA/lib/building/unix95.api/errno.c
+lib/TenDRA/lib/building/unix95.api/fcntl.c
+lib/TenDRA/lib/building/unix95.api/fmtmsg.c
+lib/TenDRA/lib/building/unix95.api/ftw.c
+lib/TenDRA/lib/building/unix95.api/grp.c
+lib/TenDRA/lib/building/unix95.api/id_t.c
+lib/TenDRA/lib/building/unix95.api/in.c
+lib/TenDRA/lib/building/unix95.api/in_t.c
+lib/TenDRA/lib/building/unix95.api/inet.c
+lib/TenDRA/lib/building/unix95.api/ipc.c
+lib/TenDRA/lib/building/unix95.api/libgen.c
+lib/TenDRA/lib/building/unix95.api/limits.c
+lib/TenDRA/lib/building/unix95.api/math.c
+lib/TenDRA/lib/building/unix95.api/mman.c
+lib/TenDRA/lib/building/unix95.api/ndbm.c
+lib/TenDRA/lib/building/unix95.api/netdb.c
+lib/TenDRA/lib/building/unix95.api/poll.c
+lib/TenDRA/lib/building/unix95.api/pwd.c
+lib/TenDRA/lib/building/unix95.api/re_comp.c
+lib/TenDRA/lib/building/unix95.api/resource.c
+lib/TenDRA/lib/building/unix95.api/rusage.c
+lib/TenDRA/lib/building/unix95.api/sa_famil.c
+lib/TenDRA/lib/building/unix95.api/search.c
+lib/TenDRA/lib/building/unix95.api/setjmp.c
+lib/TenDRA/lib/building/unix95.api/sig.c
+lib/TenDRA/lib/building/unix95.api/siginfo_.c
+lib/TenDRA/lib/building/unix95.api/signal.c
+lib/TenDRA/lib/building/unix95.api/socket.c
+lib/TenDRA/lib/building/unix95.api/st_proto.c
+lib/TenDRA/lib/building/unix95.api/stat.c
+lib/TenDRA/lib/building/unix95.api/statvfs.c
+lib/TenDRA/lib/building/unix95.api/stdlib.c
+lib/TenDRA/lib/building/unix95.api/string.c
+lib/TenDRA/lib/building/unix95.api/strings.c
+lib/TenDRA/lib/building/unix95.api/stropts.c
+lib/TenDRA/lib/building/unix95.api/sys_time.c
+lib/TenDRA/lib/building/unix95.api/syslog.c
+lib/TenDRA/lib/building/unix95.api/term.c
+lib/TenDRA/lib/building/unix95.api/termios.c
+lib/TenDRA/lib/building/unix95.api/time.c
+lib/TenDRA/lib/building/unix95.api/timeb.c
+lib/TenDRA/lib/building/unix95.api/timeval.c
+lib/TenDRA/lib/building/unix95.api/ucontext.c
+lib/TenDRA/lib/building/unix95.api/uio.c
+lib/TenDRA/lib/building/unix95.api/un.c
+lib/TenDRA/lib/building/unix95.api/unctrl.c
+lib/TenDRA/lib/building/unix95.api/unistd.c
+lib/TenDRA/lib/building/unix95.api/useconds.c
+lib/TenDRA/lib/building/unix95.api/utmpx.c
+lib/TenDRA/lib/building/unix95.api/wait.c
+lib/TenDRA/lib/building/unix95.api/xti.c
+lib/TenDRA/lib/building/x5/aw.api/AsciiSink.c
+lib/TenDRA/lib/building/x5/aw.api/AsciiSrc.c
+lib/TenDRA/lib/building/x5/aw.api/AsciiText.c
+lib/TenDRA/lib/building/x5/aw.api/Box.c
+lib/TenDRA/lib/building/x5/aw.api/Command.c
+lib/TenDRA/lib/building/x5/aw.api/Dialog.c
+lib/TenDRA/lib/building/x5/aw.api/Form.c
+lib/TenDRA/lib/building/x5/aw.api/Grip.c
+lib/TenDRA/lib/building/x5/aw.api/Label.c
+lib/TenDRA/lib/building/x5/aw.api/List.c
+lib/TenDRA/lib/building/x5/aw.api/M_x5_aw
+lib/TenDRA/lib/building/x5/aw.api/Makefile
+lib/TenDRA/lib/building/x5/aw.api/MenuButton.c
+lib/TenDRA/lib/building/x5/aw.api/Paned.c
+lib/TenDRA/lib/building/x5/aw.api/Panner.c
+lib/TenDRA/lib/building/x5/aw.api/Porthole.c
+lib/TenDRA/lib/building/x5/aw.api/Repeater.c
+lib/TenDRA/lib/building/x5/aw.api/Scrollbar.c
+lib/TenDRA/lib/building/x5/aw.api/Simple.c
+lib/TenDRA/lib/building/x5/aw.api/SimpleMenu.c
+lib/TenDRA/lib/building/x5/aw.api/Sme.c
+lib/TenDRA/lib/building/x5/aw.api/SmeBSB.c
+lib/TenDRA/lib/building/x5/aw.api/SmeLine.c
+lib/TenDRA/lib/building/x5/aw.api/StringDefs.c
+lib/TenDRA/lib/building/x5/aw.api/StripChart.c
+lib/TenDRA/lib/building/x5/aw.api/Text.c
+lib/TenDRA/lib/building/x5/aw.api/TextSink.c
+lib/TenDRA/lib/building/x5/aw.api/TextSrc.c
+lib/TenDRA/lib/building/x5/aw.api/Toggle.c
+lib/TenDRA/lib/building/x5/aw.api/Tree.c
+lib/TenDRA/lib/building/x5/aw.api/Viewport.c
+lib/TenDRA/lib/building/x5/ext.api/M_x5_ext
+lib/TenDRA/lib/building/x5/ext.api/Makefile
+lib/TenDRA/lib/building/x5/ext.api/XShm.c
+lib/TenDRA/lib/building/x5/ext.api/multibuf.c
+lib/TenDRA/lib/building/x5/ext.api/shape.c
+lib/TenDRA/lib/building/x5/lib.api/M_x5_lib
+lib/TenDRA/lib/building/x5/lib.api/Makefile
+lib/TenDRA/lib/building/x5/lib.api/X.c
+lib/TenDRA/lib/building/x5/lib.api/X10.c
+lib/TenDRA/lib/building/x5/lib.api/Xatom.c
+lib/TenDRA/lib/building/x5/lib.api/Xcms.c
+lib/TenDRA/lib/building/x5/lib.api/Xlib.c
+lib/TenDRA/lib/building/x5/lib.api/Xlibint.c
+lib/TenDRA/lib/building/x5/lib.api/Xproto.c
+lib/TenDRA/lib/building/x5/lib.api/Xresource.c
+lib/TenDRA/lib/building/x5/lib.api/Xutil.c
+lib/TenDRA/lib/building/x5/lib.api/cursorfont.c
+lib/TenDRA/lib/building/x5/lib.api/keysymdef.c
+lib/TenDRA/lib/building/x5/lib.api/types.c
+lib/TenDRA/lib/building/x5/mit.api/M_x5_mit
+lib/TenDRA/lib/building/x5/mit.api/Makefile
+lib/TenDRA/lib/building/x5/mit.api/Xfuncs.c
+lib/TenDRA/lib/building/x5/mit.api/Xos.c
+lib/TenDRA/lib/building/x5/mu.api/Atoms.c
+lib/TenDRA/lib/building/x5/mu.api/CharSet.c
+lib/TenDRA/lib/building/x5/mu.api/CloseHook.c
+lib/TenDRA/lib/building/x5/mu.api/Converters.c
+lib/TenDRA/lib/building/x5/mu.api/CurUtil.c
+lib/TenDRA/lib/building/x5/mu.api/DisplayQue.c
+lib/TenDRA/lib/building/x5/mu.api/Drawing.c
+lib/TenDRA/lib/building/x5/mu.api/Error.c
+lib/TenDRA/lib/building/x5/mu.api/Initer.c
+lib/TenDRA/lib/building/x5/mu.api/M_x5_mu
+lib/TenDRA/lib/building/x5/mu.api/Makefile
+lib/TenDRA/lib/building/x5/mu.api/StdCmap.c
+lib/TenDRA/lib/building/x5/mu.api/StdSel.c
+lib/TenDRA/lib/building/x5/mu.api/StringDefs.c
+lib/TenDRA/lib/building/x5/mu.api/SysUtil.c
+lib/TenDRA/lib/building/x5/mu.api/WidgetNode.c
+lib/TenDRA/lib/building/x5/mu.api/WinUtil.c
+lib/TenDRA/lib/building/x5/mu.api/Xct.c
+lib/TenDRA/lib/building/x5/proto.api/M_x5_proto
+lib/TenDRA/lib/building/x5/proto.api/Makefile
+lib/TenDRA/lib/building/x5/proto.api/Xlibint.c
+lib/TenDRA/lib/building/x5/proto.api/Xproto.c
+lib/TenDRA/lib/building/x5/t.api/CompositeP.c
+lib/TenDRA/lib/building/x5/t.api/ConstrainP.c
+lib/TenDRA/lib/building/x5/t.api/CoreP.c
+lib/TenDRA/lib/building/x5/t.api/Intrinsic.c
+lib/TenDRA/lib/building/x5/t.api/IntrinsicP.c
+lib/TenDRA/lib/building/x5/t.api/M_x5_t
+lib/TenDRA/lib/building/x5/t.api/Makefile
+lib/TenDRA/lib/building/x5/t.api/ObjectP.c
+lib/TenDRA/lib/building/x5/t.api/RectObjP.c
+lib/TenDRA/lib/building/x5/t.api/Shell.c
+lib/TenDRA/lib/building/x5/t.api/ShellP.c
+lib/TenDRA/lib/building/x5/t.api/StringDefs.c
+lib/TenDRA/lib/building/x5/t.api/intrinsi.c
+lib/TenDRA/lib/building/x5/t.api/widget.c
+lib/TenDRA/lib/building/xpg3.api/M_xpg3
+lib/TenDRA/lib/building/xpg3.api/Makefile
+lib/TenDRA/lib/building/xpg3.api/ctype.c
+lib/TenDRA/lib/building/xpg3.api/dirent.c
+lib/TenDRA/lib/building/xpg3.api/enums.c
+lib/TenDRA/lib/building/xpg3.api/expg4.c
+lib/TenDRA/lib/building/xpg3.api/ftw.c
+lib/TenDRA/lib/building/xpg3.api/ipc.c
+lib/TenDRA/lib/building/xpg3.api/key_t.c
+lib/TenDRA/lib/building/xpg3.api/langinfo.c
+lib/TenDRA/lib/building/xpg3.api/math.c
+lib/TenDRA/lib/building/xpg3.api/msg.c
+lib/TenDRA/lib/building/xpg3.api/nl_types.c
+lib/TenDRA/lib/building/xpg3.api/o_sync.c
+lib/TenDRA/lib/building/xpg3.api/putenv.c
+lib/TenDRA/lib/building/xpg3.api/rand48.c
+lib/TenDRA/lib/building/xpg3.api/s_isvtx.c
+lib/TenDRA/lib/building/xpg3.api/search.c
+lib/TenDRA/lib/building/xpg3.api/sem.c
+lib/TenDRA/lib/building/xpg3.api/sem_prot.c
+lib/TenDRA/lib/building/xpg3.api/shm.c
+lib/TenDRA/lib/building/xpg3.api/shm_prot.c
+lib/TenDRA/lib/building/xpg3.api/srch_pro.c
+lib/TenDRA/lib/building/xpg3.api/st_proto.c
+lib/TenDRA/lib/building/xpg3.api/stdio.c
+lib/TenDRA/lib/building/xpg3.api/string.c
+lib/TenDRA/lib/building/xpg3.api/termios.c
+lib/TenDRA/lib/building/xpg3.api/u_plus.c
+lib/TenDRA/lib/building/xpg3.api/ulimit.c
+lib/TenDRA/lib/building/xpg3.api/unistd.c
+lib/TenDRA/lib/building/xpg3.api/values.c
+lib/TenDRA/lib/building/xpg3.api/xti.c
+lib/TenDRA/lib/building/xpg4.api/M_xpg4
+lib/TenDRA/lib/building/xpg4.api/Makefile
+lib/TenDRA/lib/building/xpg4.api/iconv.c
+lib/TenDRA/lib/building/xpg4.api/langinfo.c
+lib/TenDRA/lib/building/xpg4.api/limits.c
+lib/TenDRA/lib/building/xpg4.api/monetary.c
+lib/TenDRA/lib/building/xpg4.api/nl_types.c
+lib/TenDRA/lib/building/xpg4.api/search.c
+lib/TenDRA/lib/building/xpg4.api/sem.c
+lib/TenDRA/lib/building/xpg4.api/shm.c
+lib/TenDRA/lib/building/xpg4.api/stdio.c
+lib/TenDRA/lib/building/xpg4.api/time.c
+lib/TenDRA/lib/building/xpg4.api/unistd.c
+lib/TenDRA/lib/building/xpg4.api/wchar.c
+lib/TenDRA/lib/include/ansi.api/assert.h
+lib/TenDRA/lib/include/ansi.api/ctype.h
+lib/TenDRA/lib/include/ansi.api/errno.h
+lib/TenDRA/lib/include/ansi.api/float.h
+lib/TenDRA/lib/include/ansi.api/limits.h
+lib/TenDRA/lib/include/ansi.api/locale.h
+lib/TenDRA/lib/include/ansi.api/math.h
+lib/TenDRA/lib/include/ansi.api/setjmp.h
+lib/TenDRA/lib/include/ansi.api/signal.h
+lib/TenDRA/lib/include/ansi.api/stdarg.h
+lib/TenDRA/lib/include/ansi.api/stddef.h
+lib/TenDRA/lib/include/ansi.api/stdio.h
+lib/TenDRA/lib/include/ansi.api/stdlib.h
+lib/TenDRA/lib/include/ansi.api/string.h
+lib/TenDRA/lib/include/ansi.api/time.h
+lib/TenDRA/lib/include/bsd_extn.api/alloca.h
+lib/TenDRA/lib/include/bsd_extn.api/arpa/inet.h
+lib/TenDRA/lib/include/bsd_extn.api/errno.h
+lib/TenDRA/lib/include/bsd_extn.api/netdb.h
+lib/TenDRA/lib/include/bsd_extn.api/netinet/in.h
+lib/TenDRA/lib/include/bsd_extn.api/strings.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/file.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/param.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/resource.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/select.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/socket.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/time.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/types.h
+lib/TenDRA/lib/include/bsd_extn.api/sys/uio.h
+lib/TenDRA/lib/include/bsd_extn.api/syslog.h
+lib/TenDRA/lib/include/cpp.api/algorithm
+lib/TenDRA/lib/include/cpp.api/assert.h
+lib/TenDRA/lib/include/cpp.api/bitset
+lib/TenDRA/lib/include/cpp.api/cassert
+lib/TenDRA/lib/include/cpp.api/cctype
+lib/TenDRA/lib/include/cpp.api/cerrno
+lib/TenDRA/lib/include/cpp.api/cfloat
+lib/TenDRA/lib/include/cpp.api/climits
+lib/TenDRA/lib/include/cpp.api/clocale
+lib/TenDRA/lib/include/cpp.api/cmath
+lib/TenDRA/lib/include/cpp.api/complex
+lib/TenDRA/lib/include/cpp.api/csetjmp
+lib/TenDRA/lib/include/cpp.api/csignal
+lib/TenDRA/lib/include/cpp.api/cstdarg
+lib/TenDRA/lib/include/cpp.api/cstddef
+lib/TenDRA/lib/include/cpp.api/cstdio
+lib/TenDRA/lib/include/cpp.api/cstdlib
+lib/TenDRA/lib/include/cpp.api/cstring
+lib/TenDRA/lib/include/cpp.api/ctime
+lib/TenDRA/lib/include/cpp.api/ctype.h
+lib/TenDRA/lib/include/cpp.api/cwchar
+lib/TenDRA/lib/include/cpp.api/cwctype
+lib/TenDRA/lib/include/cpp.api/deque
+lib/TenDRA/lib/include/cpp.api/errno.h
+lib/TenDRA/lib/include/cpp.api/exception
+lib/TenDRA/lib/include/cpp.api/float.h
+lib/TenDRA/lib/include/cpp.api/fstream
+lib/TenDRA/lib/include/cpp.api/functional
+lib/TenDRA/lib/include/cpp.api/iomanip
+lib/TenDRA/lib/include/cpp.api/iomanip.h
+lib/TenDRA/lib/include/cpp.api/ios
+lib/TenDRA/lib/include/cpp.api/iosfwd
+lib/TenDRA/lib/include/cpp.api/iostream
+lib/TenDRA/lib/include/cpp.api/iostream.h
+lib/TenDRA/lib/include/cpp.api/iso646.h
+lib/TenDRA/lib/include/cpp.api/istream
+lib/TenDRA/lib/include/cpp.api/iterator
+lib/TenDRA/lib/include/cpp.api/limits
+lib/TenDRA/lib/include/cpp.api/limits.h
+lib/TenDRA/lib/include/cpp.api/list
+lib/TenDRA/lib/include/cpp.api/locale
+lib/TenDRA/lib/include/cpp.api/locale.h
+lib/TenDRA/lib/include/cpp.api/map
+lib/TenDRA/lib/include/cpp.api/math.h
+lib/TenDRA/lib/include/cpp.api/memory
+lib/TenDRA/lib/include/cpp.api/new
+lib/TenDRA/lib/include/cpp.api/new.h
+lib/TenDRA/lib/include/cpp.api/numeric
+lib/TenDRA/lib/include/cpp.api/ostream
+lib/TenDRA/lib/include/cpp.api/queue
+lib/TenDRA/lib/include/cpp.api/set
+lib/TenDRA/lib/include/cpp.api/setjmp.h
+lib/TenDRA/lib/include/cpp.api/signal.h
+lib/TenDRA/lib/include/cpp.api/sstream
+lib/TenDRA/lib/include/cpp.api/stack
+lib/TenDRA/lib/include/cpp.api/stdarg.h
+lib/TenDRA/lib/include/cpp.api/stddef.h
+lib/TenDRA/lib/include/cpp.api/stdexcept
+lib/TenDRA/lib/include/cpp.api/stdio.h
+lib/TenDRA/lib/include/cpp.api/stdlib.h
+lib/TenDRA/lib/include/cpp.api/streambuf
+lib/TenDRA/lib/include/cpp.api/string
+lib/TenDRA/lib/include/cpp.api/string.h
+lib/TenDRA/lib/include/cpp.api/strstream.h
+lib/TenDRA/lib/include/cpp.api/time.h
+lib/TenDRA/lib/include/cpp.api/typeinfo
+lib/TenDRA/lib/include/cpp.api/utility
+lib/TenDRA/lib/include/cpp.api/valarray
+lib/TenDRA/lib/include/cpp.api/vector
+lib/TenDRA/lib/include/cpp.api/wchar.h
+lib/TenDRA/lib/include/cpp.api/wctype.h
+lib/TenDRA/lib/include/dummy.api/nonesuch.h
+lib/TenDRA/lib/include/gcc.api/stab.h
+lib/TenDRA/lib/include/gcc.api/sys/file.h
+lib/TenDRA/lib/include/gcc.api/sys/param.h
+lib/TenDRA/lib/include/gcc.api/sys/resource.h
+lib/TenDRA/lib/include/gcc.api/sys/time.h
+lib/TenDRA/lib/include/gcc.api/sys/types.h
+lib/TenDRA/lib/include/gcc.api/tdf_alloca.h
+lib/TenDRA/lib/include/iso.api/assert.h
+lib/TenDRA/lib/include/iso.api/ctype.h
+lib/TenDRA/lib/include/iso.api/errno.h
+lib/TenDRA/lib/include/iso.api/float.h
+lib/TenDRA/lib/include/iso.api/iso646.h
+lib/TenDRA/lib/include/iso.api/limits.h
+lib/TenDRA/lib/include/iso.api/locale.h
+lib/TenDRA/lib/include/iso.api/math.h
+lib/TenDRA/lib/include/iso.api/setjmp.h
+lib/TenDRA/lib/include/iso.api/signal.h
+lib/TenDRA/lib/include/iso.api/stdarg.h
+lib/TenDRA/lib/include/iso.api/stddef.h
+lib/TenDRA/lib/include/iso.api/stdio.h
+lib/TenDRA/lib/include/iso.api/stdlib.h
+lib/TenDRA/lib/include/iso.api/string.h
+lib/TenDRA/lib/include/iso.api/time.h
+lib/TenDRA/lib/include/iso.api/wchar.h
+lib/TenDRA/lib/include/iso.api/wctype.h
+lib/TenDRA/lib/include/motif/1_2.api/Mrm/MrmAppl.h
+lib/TenDRA/lib/include/motif/1_2.api/Mrm/MrmDecls.h
+lib/TenDRA/lib/include/motif/1_2.api/Mrm/MrmPublic.h
+lib/TenDRA/lib/include/motif/1_2.api/Mrm/MrmWidget.h
+lib/TenDRA/lib/include/motif/1_2.api/Mrm/Uil.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ArrowB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ArrowBG.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ArrowBGP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ArrowBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/AtomMgr.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/BaseClassP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/BulletinB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/BulletinBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CacheP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CascadeB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CascadeBG.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CascadeBGP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CascadeBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Command.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CommandP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CutPaste.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/CutPasteP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DesktopP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DialogS.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DialogSEP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DialogSP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Display.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DisplayP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DragC.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DragCP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DragDrop.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DragIcon.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DragIconP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DragOverS.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DragOverSP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DrawP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DrawingA.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DrawingAP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DrawnB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DrawnBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DropSMgr.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DropSMgrP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DropTrans.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/DropTransP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ExtObjectP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/FileSB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/FileSBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Form.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/FormP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Frame.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/FrameP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/GadgetP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Label.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/LabelG.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/LabelGP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/LabelP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/List.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ListP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MainW.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MainWP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ManagerP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MenuShell.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MenuShellP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MenuUtilP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MessageB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MessageBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/MwmUtil.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/PanedW.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/PanedWP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/PrimitiveP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Protocols.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ProtocolsP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/PushB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/PushBG.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/PushBGP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/PushBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/RCUtilsP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/RepType.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/RowColumn.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/RowColumnP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/SashP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Scale.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ScaleP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Screen.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ScreenP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ScrollBar.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ScrollBarP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ScrolledW.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ScrolledWP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/SelectioB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/SelectioBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/SeparatoG.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/SeparatoGP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Separator.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/SeparatorP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ShellEP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/StringSrcP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TearOffBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TearOffP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Text.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextF.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextFP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextFSelP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextInP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextOutP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextSelP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TextStrSoP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ToggleB.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ToggleBG.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ToggleBGP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/ToggleBP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/TransltnsP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/VaSimpleP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/VendorS.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/VendorSEP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/VendorSP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/VirtKeys.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/VirtKeysP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/WorldP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/Xm.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/XmAll.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/XmP.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/XmStrDefs.h
+lib/TenDRA/lib/include/motif/1_2.api/Xm/XmosP.h
+lib/TenDRA/lib/include/motif/1_2.api/uil/UilDef.h
+lib/TenDRA/lib/include/posix.api/assert.h
+lib/TenDRA/lib/include/posix.api/ctype.h
+lib/TenDRA/lib/include/posix.api/dirent.h
+lib/TenDRA/lib/include/posix.api/errno.h
+lib/TenDRA/lib/include/posix.api/fcntl.h
+lib/TenDRA/lib/include/posix.api/float.h
+lib/TenDRA/lib/include/posix.api/grp.h
+lib/TenDRA/lib/include/posix.api/limits.h
+lib/TenDRA/lib/include/posix.api/locale.h
+lib/TenDRA/lib/include/posix.api/math.h
+lib/TenDRA/lib/include/posix.api/pwd.h
+lib/TenDRA/lib/include/posix.api/setjmp.h
+lib/TenDRA/lib/include/posix.api/signal.h
+lib/TenDRA/lib/include/posix.api/stdarg.h
+lib/TenDRA/lib/include/posix.api/stddef.h
+lib/TenDRA/lib/include/posix.api/stdio.h
+lib/TenDRA/lib/include/posix.api/stdlib.h
+lib/TenDRA/lib/include/posix.api/string.h
+lib/TenDRA/lib/include/posix.api/sys/stat.h
+lib/TenDRA/lib/include/posix.api/sys/times.h
+lib/TenDRA/lib/include/posix.api/sys/types.h
+lib/TenDRA/lib/include/posix.api/sys/utsname.h
+lib/TenDRA/lib/include/posix.api/sys/wait.h
+lib/TenDRA/lib/include/posix.api/termios.h
+lib/TenDRA/lib/include/posix.api/time.h
+lib/TenDRA/lib/include/posix.api/unistd.h
+lib/TenDRA/lib/include/posix.api/utime.h
+lib/TenDRA/lib/include/posix1.api/assert.h
+lib/TenDRA/lib/include/posix1.api/ctype.h
+lib/TenDRA/lib/include/posix1.api/dirent.h
+lib/TenDRA/lib/include/posix1.api/errno.h
+lib/TenDRA/lib/include/posix1.api/fcntl.h
+lib/TenDRA/lib/include/posix1.api/float.h
+lib/TenDRA/lib/include/posix1.api/grp.h
+lib/TenDRA/lib/include/posix1.api/limits.h
+lib/TenDRA/lib/include/posix1.api/locale.h
+lib/TenDRA/lib/include/posix1.api/math.h
+lib/TenDRA/lib/include/posix1.api/pwd.h
+lib/TenDRA/lib/include/posix1.api/setjmp.h
+lib/TenDRA/lib/include/posix1.api/signal.h
+lib/TenDRA/lib/include/posix1.api/stdarg.h
+lib/TenDRA/lib/include/posix1.api/stddef.h
+lib/TenDRA/lib/include/posix1.api/stdio.h
+lib/TenDRA/lib/include/posix1.api/stdlib.h
+lib/TenDRA/lib/include/posix1.api/string.h
+lib/TenDRA/lib/include/posix1.api/sys/stat.h
+lib/TenDRA/lib/include/posix1.api/sys/times.h
+lib/TenDRA/lib/include/posix1.api/sys/types.h
+lib/TenDRA/lib/include/posix1.api/sys/utsname.h
+lib/TenDRA/lib/include/posix1.api/sys/wait.h
+lib/TenDRA/lib/include/posix1.api/termios.h
+lib/TenDRA/lib/include/posix1.api/time.h
+lib/TenDRA/lib/include/posix1.api/unistd.h
+lib/TenDRA/lib/include/posix1.api/utime.h
+lib/TenDRA/lib/include/posix2.api/assert.h
+lib/TenDRA/lib/include/posix2.api/ctype.h
+lib/TenDRA/lib/include/posix2.api/dirent.h
+lib/TenDRA/lib/include/posix2.api/errno.h
+lib/TenDRA/lib/include/posix2.api/fcntl.h
+lib/TenDRA/lib/include/posix2.api/float.h
+lib/TenDRA/lib/include/posix2.api/fnmatch.h
+lib/TenDRA/lib/include/posix2.api/glob.h
+lib/TenDRA/lib/include/posix2.api/grp.h
+lib/TenDRA/lib/include/posix2.api/limits.h
+lib/TenDRA/lib/include/posix2.api/locale.h
+lib/TenDRA/lib/include/posix2.api/math.h
+lib/TenDRA/lib/include/posix2.api/pwd.h
+lib/TenDRA/lib/include/posix2.api/regex.h
+lib/TenDRA/lib/include/posix2.api/setjmp.h
+lib/TenDRA/lib/include/posix2.api/signal.h
+lib/TenDRA/lib/include/posix2.api/stdarg.h
+lib/TenDRA/lib/include/posix2.api/stddef.h
+lib/TenDRA/lib/include/posix2.api/stdio.h
+lib/TenDRA/lib/include/posix2.api/stdlib.h
+lib/TenDRA/lib/include/posix2.api/string.h
+lib/TenDRA/lib/include/posix2.api/sys/stat.h
+lib/TenDRA/lib/include/posix2.api/sys/times.h
+lib/TenDRA/lib/include/posix2.api/sys/types.h
+lib/TenDRA/lib/include/posix2.api/sys/utsname.h
+lib/TenDRA/lib/include/posix2.api/sys/wait.h
+lib/TenDRA/lib/include/posix2.api/termios.h
+lib/TenDRA/lib/include/posix2.api/time.h
+lib/TenDRA/lib/include/posix2.api/unistd.h
+lib/TenDRA/lib/include/posix2.api/utime.h
+lib/TenDRA/lib/include/posix2.api/wordexp.h
+lib/TenDRA/lib/include/shared/ansi.api/MASTER.h
+lib/TenDRA/lib/include/shared/ansi.api/alloc.h
+lib/TenDRA/lib/include/shared/ansi.api/bottom.h
+lib/TenDRA/lib/include/shared/ansi.api/clock_t.h
+lib/TenDRA/lib/include/shared/ansi.api/enums.h
+lib/TenDRA/lib/include/shared/ansi.api/eof.h
+lib/TenDRA/lib/include/shared/ansi.api/fail.h
+lib/TenDRA/lib/include/shared/ansi.api/file.h
+lib/TenDRA/lib/include/shared/ansi.api/free.h
+lib/TenDRA/lib/include/shared/ansi.api/null.h
+lib/TenDRA/lib/include/shared/ansi.api/rename.h
+lib/TenDRA/lib/include/shared/ansi.api/seek_con.h
+lib/TenDRA/lib/include/shared/ansi.api/size_t.h
+lib/TenDRA/lib/include/shared/ansi.api/system.h
+lib/TenDRA/lib/include/shared/ansi.api/time_t.h
+lib/TenDRA/lib/include/shared/ansi.api/tmp_max.h
+lib/TenDRA/lib/include/shared/ansi.api/va_args.h
+lib/TenDRA/lib/include/shared/ansi.api/va_list.h
+lib/TenDRA/lib/include/shared/ansi.api/wchar_t.h
+lib/TenDRA/lib/include/shared/ansi.api/xpg3_ran.h
+lib/TenDRA/lib/include/shared/ansi.api/xpg4_ran.h
+lib/TenDRA/lib/include/shared/bsd_extn.api/MASTER.h
+lib/TenDRA/lib/include/shared/bsd_extn.api/timeval.h
+lib/TenDRA/lib/include/shared/cpp.api/MASTER.h
+lib/TenDRA/lib/include/shared/cpp.api/bad_allo.h
+lib/TenDRA/lib/include/shared/cpp.api/except.h
+lib/TenDRA/lib/include/shared/gcc.api/MASTER.h
+lib/TenDRA/lib/include/shared/gcc.api/timeval.h
+lib/TenDRA/lib/include/shared/iso.api/MASTER.h
+lib/TenDRA/lib/include/shared/iso.api/mse.h
+lib/TenDRA/lib/include/shared/iso.api/mse2.h
+lib/TenDRA/lib/include/shared/iso.api/wint.h
+lib/TenDRA/lib/include/shared/motif/1_2.api/MASTER.h
+lib/TenDRA/lib/include/shared/posix.api/MASTER.h
+lib/TenDRA/lib/include/shared/posix.api/ctuid.h
+lib/TenDRA/lib/include/shared/posix.api/enums.h
+lib/TenDRA/lib/include/shared/posix.api/getopt.h
+lib/TenDRA/lib/include/shared/posix.api/guid.h
+lib/TenDRA/lib/include/shared/posix.api/ino_t.h
+lib/TenDRA/lib/include/shared/posix.api/mode_t.h
+lib/TenDRA/lib/include/shared/posix.api/off_t.h
+lib/TenDRA/lib/include/shared/posix.api/pid_t.h
+lib/TenDRA/lib/include/shared/posix.api/sigset_t.h
+lib/TenDRA/lib/include/shared/posix.api/stat_t.h
+lib/TenDRA/lib/include/shared/posix.api/tcpgrp.h
+lib/TenDRA/lib/include/shared/posix.api/u_old.h
+lib/TenDRA/lib/include/shared/posix.api/u_proto.h
+lib/TenDRA/lib/include/shared/posix1.api/MASTER.h
+lib/TenDRA/lib/include/shared/posix1.api/ssize_t.h
+lib/TenDRA/lib/include/shared/posix2.api/MASTER.h
+lib/TenDRA/lib/include/shared/svid3.api/MASTER.h
+lib/TenDRA/lib/include/shared/svid3.api/config.h
+lib/TenDRA/lib/include/shared/svid3.api/timeval.h
+lib/TenDRA/lib/include/shared/svid3.api/u_old.h
+lib/TenDRA/lib/include/shared/unix95.api/MASTER.h
+lib/TenDRA/lib/include/shared/unix95.api/chtype.h
+lib/TenDRA/lib/include/shared/unix95.api/curs.h
+lib/TenDRA/lib/include/shared/unix95.api/id_t.h
+lib/TenDRA/lib/include/shared/unix95.api/in_t.h
+lib/TenDRA/lib/include/shared/unix95.api/rusage.h
+lib/TenDRA/lib/include/shared/unix95.api/sa_famil.h
+lib/TenDRA/lib/include/shared/unix95.api/sig.h
+lib/TenDRA/lib/include/shared/unix95.api/siginfo_.h
+lib/TenDRA/lib/include/shared/unix95.api/st_proto.h
+lib/TenDRA/lib/include/shared/unix95.api/timeval.h
+lib/TenDRA/lib/include/shared/unix95.api/useconds.h
+lib/TenDRA/lib/include/shared/x5/aw.api/MASTER.h
+lib/TenDRA/lib/include/shared/x5/ext.api/MASTER.h
+lib/TenDRA/lib/include/shared/x5/lib.api/MASTER.h
+lib/TenDRA/lib/include/shared/x5/lib.api/types.h
+lib/TenDRA/lib/include/shared/x5/mit.api/MASTER.h
+lib/TenDRA/lib/include/shared/x5/mu.api/MASTER.h
+lib/TenDRA/lib/include/shared/x5/proto.api/MASTER.h
+lib/TenDRA/lib/include/shared/x5/t.api/MASTER.h
+lib/TenDRA/lib/include/shared/x5/t.api/intrinsi.h
+lib/TenDRA/lib/include/shared/x5/t.api/widget.h
+lib/TenDRA/lib/include/shared/xpg3.api/MASTER.h
+lib/TenDRA/lib/include/shared/xpg3.api/caddr_t.h
+lib/TenDRA/lib/include/shared/xpg3.api/enums.h
+lib/TenDRA/lib/include/shared/xpg3.api/expg4.h
+lib/TenDRA/lib/include/shared/xpg3.api/key_t.h
+lib/TenDRA/lib/include/shared/xpg3.api/o_sync.h
+lib/TenDRA/lib/include/shared/xpg3.api/putenv.h
+lib/TenDRA/lib/include/shared/xpg3.api/rand48.h
+lib/TenDRA/lib/include/shared/xpg3.api/s_isvtx.h
+lib/TenDRA/lib/include/shared/xpg3.api/sem_prot.h
+lib/TenDRA/lib/include/shared/xpg3.api/shm_prot.h
+lib/TenDRA/lib/include/shared/xpg3.api/srch_pro.h
+lib/TenDRA/lib/include/shared/xpg3.api/st_proto.h
+lib/TenDRA/lib/include/shared/xpg3.api/u_plus.h
+lib/TenDRA/lib/include/shared/xpg3.api/values.h
+lib/TenDRA/lib/include/shared/xpg4.api/MASTER.h
+lib/TenDRA/lib/include/shared/xpg4.api/optopt.h
+lib/TenDRA/lib/include/svid3.api/acl.h
+lib/TenDRA/lib/include/svid3.api/assert.h
+lib/TenDRA/lib/include/svid3.api/cpio.h
+lib/TenDRA/lib/include/svid3.api/cs.h
+lib/TenDRA/lib/include/svid3.api/ctype.h
+lib/TenDRA/lib/include/svid3.api/curses.h
+lib/TenDRA/lib/include/svid3.api/dirent.h
+lib/TenDRA/lib/include/svid3.api/errno.h
+lib/TenDRA/lib/include/svid3.api/eti.h
+lib/TenDRA/lib/include/svid3.api/fcntl.h
+lib/TenDRA/lib/include/svid3.api/float.h
+lib/TenDRA/lib/include/svid3.api/fmtmsg.h
+lib/TenDRA/lib/include/svid3.api/form.h
+lib/TenDRA/lib/include/svid3.api/ftw.h
+lib/TenDRA/lib/include/svid3.api/grp.h
+lib/TenDRA/lib/include/svid3.api/langinfo.h
+lib/TenDRA/lib/include/svid3.api/limits.h
+lib/TenDRA/lib/include/svid3.api/locale.h
+lib/TenDRA/lib/include/svid3.api/mac.h
+lib/TenDRA/lib/include/svid3.api/malloc.h
+lib/TenDRA/lib/include/svid3.api/math.h
+lib/TenDRA/lib/include/svid3.api/menu.h
+lib/TenDRA/lib/include/svid3.api/mon.h
+lib/TenDRA/lib/include/svid3.api/netconfig.h
+lib/TenDRA/lib/include/svid3.api/netdir.h
+lib/TenDRA/lib/include/svid3.api/nl_types.h
+lib/TenDRA/lib/include/svid3.api/nlist.h
+lib/TenDRA/lib/include/svid3.api/panel.h
+lib/TenDRA/lib/include/svid3.api/pfmt.h
+lib/TenDRA/lib/include/svid3.api/pkginfo.h
+lib/TenDRA/lib/include/svid3.api/poll.h
+lib/TenDRA/lib/include/svid3.api/priv.h
+lib/TenDRA/lib/include/svid3.api/prof.h
+lib/TenDRA/lib/include/svid3.api/pwd.h
+lib/TenDRA/lib/include/svid3.api/regexp.h
+lib/TenDRA/lib/include/svid3.api/remop.h
+lib/TenDRA/lib/include/svid3.api/rpc/key_prot.h
+lib/TenDRA/lib/include/svid3.api/rpc/rpc.h
+lib/TenDRA/lib/include/svid3.api/rpc/types.h
+lib/TenDRA/lib/include/svid3.api/rpc/xdr.h
+lib/TenDRA/lib/include/svid3.api/search.h
+lib/TenDRA/lib/include/svid3.api/setjmp.h
+lib/TenDRA/lib/include/svid3.api/siginfo.h
+lib/TenDRA/lib/include/svid3.api/signal.h
+lib/TenDRA/lib/include/svid3.api/stdarg.h
+lib/TenDRA/lib/include/svid3.api/stddef.h
+lib/TenDRA/lib/include/svid3.api/stdio.h
+lib/TenDRA/lib/include/svid3.api/stdlib.h
+lib/TenDRA/lib/include/svid3.api/string.h
+lib/TenDRA/lib/include/svid3.api/stropts.h
+lib/TenDRA/lib/include/svid3.api/sys/acct.h
+lib/TenDRA/lib/include/svid3.api/sys/audit.h
+lib/TenDRA/lib/include/svid3.api/sys/ipc.h
+lib/TenDRA/lib/include/svid3.api/sys/lock.h
+lib/TenDRA/lib/include/svid3.api/sys/mman.h
+lib/TenDRA/lib/include/svid3.api/sys/mount.h
+lib/TenDRA/lib/include/svid3.api/sys/msg.h
+lib/TenDRA/lib/include/svid3.api/sys/priocntl.h
+lib/TenDRA/lib/include/svid3.api/sys/procset.h
+lib/TenDRA/lib/include/svid3.api/sys/resource.h
+lib/TenDRA/lib/include/svid3.api/sys/rtpriocntl.h
+lib/TenDRA/lib/include/svid3.api/sys/sem.h
+lib/TenDRA/lib/include/svid3.api/sys/shm.h
+lib/TenDRA/lib/include/svid3.api/sys/stat.h
+lib/TenDRA/lib/include/svid3.api/sys/statvfs.h
+lib/TenDRA/lib/include/svid3.api/sys/swap.h
+lib/TenDRA/lib/include/svid3.api/sys/termio.h
+lib/TenDRA/lib/include/svid3.api/sys/termios.h
+lib/TenDRA/lib/include/svid3.api/sys/termiox.h
+lib/TenDRA/lib/include/svid3.api/sys/time.h
+lib/TenDRA/lib/include/svid3.api/sys/times.h
+lib/TenDRA/lib/include/svid3.api/sys/tspriocntl.h
+lib/TenDRA/lib/include/svid3.api/sys/types.h
+lib/TenDRA/lib/include/svid3.api/sys/uio.h
+lib/TenDRA/lib/include/svid3.api/sys/utsname.h
+lib/TenDRA/lib/include/svid3.api/sys/wait.h
+lib/TenDRA/lib/include/svid3.api/tar.h
+lib/TenDRA/lib/include/svid3.api/term.h
+lib/TenDRA/lib/include/svid3.api/termio.h
+lib/TenDRA/lib/include/svid3.api/termios.h
+lib/TenDRA/lib/include/svid3.api/time.h
+lib/TenDRA/lib/include/svid3.api/tiuser.h
+lib/TenDRA/lib/include/svid3.api/ucontext.h
+lib/TenDRA/lib/include/svid3.api/ulimit.h
+lib/TenDRA/lib/include/svid3.api/unctrl.h
+lib/TenDRA/lib/include/svid3.api/unistd.h
+lib/TenDRA/lib/include/svid3.api/ustat.h
+lib/TenDRA/lib/include/svid3.api/utime.h
+lib/TenDRA/lib/include/svid3.api/utmp.h
+lib/TenDRA/lib/include/svid3.api/varargs.h
+lib/TenDRA/lib/include/svid3.api/wait.h
+lib/TenDRA/lib/include/unix95.api/arpa/inet.h
+lib/TenDRA/lib/include/unix95.api/assert.h
+lib/TenDRA/lib/include/unix95.api/cpio.h
+lib/TenDRA/lib/include/unix95.api/ctype.h
+lib/TenDRA/lib/include/unix95.api/curses.h
+lib/TenDRA/lib/include/unix95.api/dirent.h
+lib/TenDRA/lib/include/unix95.api/errno.h
+lib/TenDRA/lib/include/unix95.api/fcntl.h
+lib/TenDRA/lib/include/unix95.api/float.h
+lib/TenDRA/lib/include/unix95.api/fmtmsg.h
+lib/TenDRA/lib/include/unix95.api/fnmatch.h
+lib/TenDRA/lib/include/unix95.api/ftw.h
+lib/TenDRA/lib/include/unix95.api/glob.h
+lib/TenDRA/lib/include/unix95.api/grp.h
+lib/TenDRA/lib/include/unix95.api/iconv.h
+lib/TenDRA/lib/include/unix95.api/langinfo.h
+lib/TenDRA/lib/include/unix95.api/libgen.h
+lib/TenDRA/lib/include/unix95.api/limits.h
+lib/TenDRA/lib/include/unix95.api/locale.h
+lib/TenDRA/lib/include/unix95.api/math.h
+lib/TenDRA/lib/include/unix95.api/monetary.h
+lib/TenDRA/lib/include/unix95.api/ndbm.h
+lib/TenDRA/lib/include/unix95.api/netdb.h
+lib/TenDRA/lib/include/unix95.api/netinet/in.h
+lib/TenDRA/lib/include/unix95.api/nl_types.h
+lib/TenDRA/lib/include/unix95.api/poll.h
+lib/TenDRA/lib/include/unix95.api/pwd.h
+lib/TenDRA/lib/include/unix95.api/re_comp.h
+lib/TenDRA/lib/include/unix95.api/regex.h
+lib/TenDRA/lib/include/unix95.api/regexp.h
+lib/TenDRA/lib/include/unix95.api/search.h
+lib/TenDRA/lib/include/unix95.api/setjmp.h
+lib/TenDRA/lib/include/unix95.api/signal.h
+lib/TenDRA/lib/include/unix95.api/stdarg.h
+lib/TenDRA/lib/include/unix95.api/stddef.h
+lib/TenDRA/lib/include/unix95.api/stdio.h
+lib/TenDRA/lib/include/unix95.api/stdlib.h
+lib/TenDRA/lib/include/unix95.api/string.h
+lib/TenDRA/lib/include/unix95.api/strings.h
+lib/TenDRA/lib/include/unix95.api/stropts.h
+lib/TenDRA/lib/include/unix95.api/sys/ipc.h
+lib/TenDRA/lib/include/unix95.api/sys/mman.h
+lib/TenDRA/lib/include/unix95.api/sys/msg.h
+lib/TenDRA/lib/include/unix95.api/sys/resource.h
+lib/TenDRA/lib/include/unix95.api/sys/sem.h
+lib/TenDRA/lib/include/unix95.api/sys/shm.h
+lib/TenDRA/lib/include/unix95.api/sys/socket.h
+lib/TenDRA/lib/include/unix95.api/sys/stat.h
+lib/TenDRA/lib/include/unix95.api/sys/statvfs.h
+lib/TenDRA/lib/include/unix95.api/sys/time.h
+lib/TenDRA/lib/include/unix95.api/sys/timeb.h
+lib/TenDRA/lib/include/unix95.api/sys/times.h
+lib/TenDRA/lib/include/unix95.api/sys/types.h
+lib/TenDRA/lib/include/unix95.api/sys/uio.h
+lib/TenDRA/lib/include/unix95.api/sys/un.h
+lib/TenDRA/lib/include/unix95.api/sys/utsname.h
+lib/TenDRA/lib/include/unix95.api/sys/wait.h
+lib/TenDRA/lib/include/unix95.api/syslog.h
+lib/TenDRA/lib/include/unix95.api/tar.h
+lib/TenDRA/lib/include/unix95.api/term.h
+lib/TenDRA/lib/include/unix95.api/termios.h
+lib/TenDRA/lib/include/unix95.api/time.h
+lib/TenDRA/lib/include/unix95.api/ucontext.h
+lib/TenDRA/lib/include/unix95.api/ulimit.h
+lib/TenDRA/lib/include/unix95.api/unctrl.h
+lib/TenDRA/lib/include/unix95.api/unistd.h
+lib/TenDRA/lib/include/unix95.api/utime.h
+lib/TenDRA/lib/include/unix95.api/utmpx.h
+lib/TenDRA/lib/include/unix95.api/varargs.h
+lib/TenDRA/lib/include/unix95.api/wchar.h
+lib/TenDRA/lib/include/unix95.api/wordexp.h
+lib/TenDRA/lib/include/unix95.api/xti.h
+lib/TenDRA/lib/include/x5/aw.api/X11/StringDefs.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/AsciiSink.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/AsciiSinkP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/AsciiSrc.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/AsciiSrcP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/AsciiText.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/AsciiTextP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Box.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/BoxP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Command.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/CommandP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Dialog.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/DialogP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Form.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/FormP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Grip.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/GripP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Label.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/LabelP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/List.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/ListP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/MenuButtoP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/MenuButton.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Paned.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/PanedP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Panner.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/PannerP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Porthole.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/PortholeP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Repeater.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/RepeaterP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Scrollbar.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/ScrollbarP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Simple.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SimpleMenP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SimpleMenu.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SimpleP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Sme.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SmeBSB.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SmeBSBP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SmeLine.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SmeLineP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/SmeP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/StripCharP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/StripChart.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Text.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/TextP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/TextSink.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/TextSinkP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/TextSrc.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/TextSrcP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Toggle.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/ToggleP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Tree.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/TreeP.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/Viewport.h
+lib/TenDRA/lib/include/x5/aw.api/X11/Xaw/ViewportP.h
+lib/TenDRA/lib/include/x5/ext.api/X11/extensions/XShm.h
+lib/TenDRA/lib/include/x5/ext.api/X11/extensions/multibuf.h
+lib/TenDRA/lib/include/x5/ext.api/X11/extensions/shape.h
+lib/TenDRA/lib/include/x5/lib.api/X11/X.h
+lib/TenDRA/lib/include/x5/lib.api/X11/X10.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xatom.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xcms.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xlib.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xlibint.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xproto.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xprotostr.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xresource.h
+lib/TenDRA/lib/include/x5/lib.api/X11/Xutil.h
+lib/TenDRA/lib/include/x5/lib.api/X11/cursorfont.h
+lib/TenDRA/lib/include/x5/lib.api/X11/keysym.h
+lib/TenDRA/lib/include/x5/lib.api/X11/keysymdef.h
+lib/TenDRA/lib/include/x5/mit.api/X11/Xfuncs.h
+lib/TenDRA/lib/include/x5/mit.api/X11/Xos.h
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/1x1
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/2x2
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/black
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/boxes
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/calculator
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/cntr_ptr
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/cntr_ptrmsk
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/cross_weave
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/dimple1
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/dimple3
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/dot
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/dropbar7
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/dropbar8
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/flagdown
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/flagup
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/flipped_gray
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/gray
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/gray1
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/gray3
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/hlines2
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/hlines3
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/icon
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/keyboard16
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/left_ptr
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/left_ptrmsk
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/letters
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/light_gray
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/mailempty
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/mailemptymsk
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/mailfull
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/mailfullmsk
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/menu10
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/menu12
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/menu16
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/menu8
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/noletters
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/opendot
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/opendotMask
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/plaid
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/right_ptr
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/right_ptrmsk
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/root_weave
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/scales
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/sipb
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/star
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/starMask
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/stipple
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/stripe4
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/target
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/terminal
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/tie_fighter
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/vlines2
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/vlines3
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/weird_size
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/wide_weave
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/wingdogs
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/xfd_icon
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/xlogo11
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/xlogo16
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/xlogo32
+lib/TenDRA/lib/include/x5/mit.api/X11/bitmaps/xlogo64
+lib/TenDRA/lib/include/x5/mit.api/X11/copyright.h
+lib/TenDRA/lib/include/x5/mu.api/X11/StringDefs.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/Atoms.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/CharSet.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/CloseHook.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/Converters.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/CurUtil.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/DisplayQue.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/Drawing.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/Editres.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/Error.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/Initer.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/StdCmap.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/StdSel.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/SysUtil.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/WidgetNode.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/WinUtil.h
+lib/TenDRA/lib/include/x5/mu.api/X11/Xmu/Xct.h
+lib/TenDRA/lib/include/x5/proto.api/X11/Xlibint.h
+lib/TenDRA/lib/include/x5/proto.api/X11/Xproto.h
+lib/TenDRA/lib/include/x5/proto.api/X11/Xprotostr.h
+lib/TenDRA/lib/include/x5/t.api/X11/Composite.h
+lib/TenDRA/lib/include/x5/t.api/X11/CompositeP.h
+lib/TenDRA/lib/include/x5/t.api/X11/ConstrainP.h
+lib/TenDRA/lib/include/x5/t.api/X11/Constraint.h
+lib/TenDRA/lib/include/x5/t.api/X11/Core.h
+lib/TenDRA/lib/include/x5/t.api/X11/CoreP.h
+lib/TenDRA/lib/include/x5/t.api/X11/Intrinsic.h
+lib/TenDRA/lib/include/x5/t.api/X11/IntrinsicP.h
+lib/TenDRA/lib/include/x5/t.api/X11/Object.h
+lib/TenDRA/lib/include/x5/t.api/X11/ObjectP.h
+lib/TenDRA/lib/include/x5/t.api/X11/RectObj.h
+lib/TenDRA/lib/include/x5/t.api/X11/RectObjP.h
+lib/TenDRA/lib/include/x5/t.api/X11/Shell.h
+lib/TenDRA/lib/include/x5/t.api/X11/ShellP.h
+lib/TenDRA/lib/include/x5/t.api/X11/StringDefs.h
+lib/TenDRA/lib/include/x5/t.api/X11/Vendor.h
+lib/TenDRA/lib/include/x5/t.api/X11/VendorP.h
+lib/TenDRA/lib/include/xpg3.api/assert.h
+lib/TenDRA/lib/include/xpg3.api/ctype.h
+lib/TenDRA/lib/include/xpg3.api/dirent.h
+lib/TenDRA/lib/include/xpg3.api/errno.h
+lib/TenDRA/lib/include/xpg3.api/fcntl.h
+lib/TenDRA/lib/include/xpg3.api/float.h
+lib/TenDRA/lib/include/xpg3.api/ftw.h
+lib/TenDRA/lib/include/xpg3.api/grp.h
+lib/TenDRA/lib/include/xpg3.api/langinfo.h
+lib/TenDRA/lib/include/xpg3.api/limits.h
+lib/TenDRA/lib/include/xpg3.api/locale.h
+lib/TenDRA/lib/include/xpg3.api/math.h
+lib/TenDRA/lib/include/xpg3.api/nl_types.h
+lib/TenDRA/lib/include/xpg3.api/pwd.h
+lib/TenDRA/lib/include/xpg3.api/regexp.h
+lib/TenDRA/lib/include/xpg3.api/search.h
+lib/TenDRA/lib/include/xpg3.api/setjmp.h
+lib/TenDRA/lib/include/xpg3.api/signal.h
+lib/TenDRA/lib/include/xpg3.api/stdarg.h
+lib/TenDRA/lib/include/xpg3.api/stddef.h
+lib/TenDRA/lib/include/xpg3.api/stdio.h
+lib/TenDRA/lib/include/xpg3.api/stdlib.h
+lib/TenDRA/lib/include/xpg3.api/string.h
+lib/TenDRA/lib/include/xpg3.api/sys/ipc.h
+lib/TenDRA/lib/include/xpg3.api/sys/msg.h
+lib/TenDRA/lib/include/xpg3.api/sys/sem.h
+lib/TenDRA/lib/include/xpg3.api/sys/shm.h
+lib/TenDRA/lib/include/xpg3.api/sys/stat.h
+lib/TenDRA/lib/include/xpg3.api/sys/times.h
+lib/TenDRA/lib/include/xpg3.api/sys/types.h
+lib/TenDRA/lib/include/xpg3.api/sys/utsname.h
+lib/TenDRA/lib/include/xpg3.api/sys/wait.h
+lib/TenDRA/lib/include/xpg3.api/termios.h
+lib/TenDRA/lib/include/xpg3.api/time.h
+lib/TenDRA/lib/include/xpg3.api/ulimit.h
+lib/TenDRA/lib/include/xpg3.api/unistd.h
+lib/TenDRA/lib/include/xpg3.api/utime.h
+lib/TenDRA/lib/include/xpg3.api/varargs.h
+lib/TenDRA/lib/include/xpg3.api/xti.h
+lib/TenDRA/lib/include/xpg4.api/assert.h
+lib/TenDRA/lib/include/xpg4.api/cpio.h
+lib/TenDRA/lib/include/xpg4.api/ctype.h
+lib/TenDRA/lib/include/xpg4.api/dirent.h
+lib/TenDRA/lib/include/xpg4.api/errno.h
+lib/TenDRA/lib/include/xpg4.api/fcntl.h
+lib/TenDRA/lib/include/xpg4.api/float.h
+lib/TenDRA/lib/include/xpg4.api/fnmatch.h
+lib/TenDRA/lib/include/xpg4.api/ftw.h
+lib/TenDRA/lib/include/xpg4.api/glob.h
+lib/TenDRA/lib/include/xpg4.api/grp.h
+lib/TenDRA/lib/include/xpg4.api/iconv.h
+lib/TenDRA/lib/include/xpg4.api/iso646.h
+lib/TenDRA/lib/include/xpg4.api/langinfo.h
+lib/TenDRA/lib/include/xpg4.api/limits.h
+lib/TenDRA/lib/include/xpg4.api/locale.h
+lib/TenDRA/lib/include/xpg4.api/math.h
+lib/TenDRA/lib/include/xpg4.api/monetary.h
+lib/TenDRA/lib/include/xpg4.api/nl_types.h
+lib/TenDRA/lib/include/xpg4.api/pwd.h
+lib/TenDRA/lib/include/xpg4.api/regex.h
+lib/TenDRA/lib/include/xpg4.api/regexp.h
+lib/TenDRA/lib/include/xpg4.api/search.h
+lib/TenDRA/lib/include/xpg4.api/setjmp.h
+lib/TenDRA/lib/include/xpg4.api/signal.h
+lib/TenDRA/lib/include/xpg4.api/stdarg.h
+lib/TenDRA/lib/include/xpg4.api/stddef.h
+lib/TenDRA/lib/include/xpg4.api/stdio.h
+lib/TenDRA/lib/include/xpg4.api/stdlib.h
+lib/TenDRA/lib/include/xpg4.api/string.h
+lib/TenDRA/lib/include/xpg4.api/sys/ipc.h
+lib/TenDRA/lib/include/xpg4.api/sys/msg.h
+lib/TenDRA/lib/include/xpg4.api/sys/sem.h
+lib/TenDRA/lib/include/xpg4.api/sys/shm.h
+lib/TenDRA/lib/include/xpg4.api/sys/stat.h
+lib/TenDRA/lib/include/xpg4.api/sys/times.h
+lib/TenDRA/lib/include/xpg4.api/sys/types.h
+lib/TenDRA/lib/include/xpg4.api/sys/utsname.h
+lib/TenDRA/lib/include/xpg4.api/sys/wait.h
+lib/TenDRA/lib/include/xpg4.api/tar.h
+lib/TenDRA/lib/include/xpg4.api/termios.h
+lib/TenDRA/lib/include/xpg4.api/time.h
+lib/TenDRA/lib/include/xpg4.api/ulimit.h
+lib/TenDRA/lib/include/xpg4.api/unistd.h
+lib/TenDRA/lib/include/xpg4.api/utime.h
+lib/TenDRA/lib/include/xpg4.api/varargs.h
+lib/TenDRA/lib/include/xpg4.api/wchar.h
+lib/TenDRA/lib/include/xpg4.api/wordexp.h
+lib/TenDRA/lib/include/xpg4.api/xti.h
+lib/TenDRA/lib/startup/Bounds.32/default.pf
+lib/TenDRA/lib/startup/Bounds.32/int_sizes.pf
+lib/TenDRA/lib/startup/Bounds.ansi/default.pf
+lib/TenDRA/lib/startup/Bounds.ansi/int_sizes.pf
+lib/TenDRA/lib/startup/Literal/ansi.pf
+lib/TenDRA/lib/startup/Literal/trad.pf
+lib/TenDRA/lib/startup/Modes.cpp/Xa
+lib/TenDRA/lib/startup/Modes.cpp/Xc
+lib/TenDRA/lib/startup/Modes.cpp/Xp
+lib/TenDRA/lib/startup/Modes.cpp/Xs
+lib/TenDRA/lib/startup/Modes.cpp/Xsystem
+lib/TenDRA/lib/startup/Modes.cpp/Xt
+lib/TenDRA/lib/startup/Modes.cpp/Xw
+lib/TenDRA/lib/startup/Modes/Xa
+lib/TenDRA/lib/startup/Modes/Xc
+lib/TenDRA/lib/startup/Modes/Xp
+lib/TenDRA/lib/startup/Modes/Xs
+lib/TenDRA/lib/startup/Modes/Xsystem
+lib/TenDRA/lib/startup/Modes/Xt
+lib/TenDRA/lib/startup/Modes/Xw
+lib/TenDRA/lib/startup/Modes/nepc
+lib/TenDRA/lib/startup/Modes/not_ansi
+lib/TenDRA/lib/startup/Promotion/ansi.pf
+lib/TenDRA/lib/startup/Promotion/sign.pf
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/calculus
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/disp
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/lexi
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/make_err
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/make_mf
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/make_tdf
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/pl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/sid
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/tcc1
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/tcpplus
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/tdfc2
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/tld
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/tnc
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/trans
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/tspec1
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/bin/tuname
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/16bit
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/32bit
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Goption
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-P5
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-PIC
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-frame
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-i386
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-i486
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-ieee
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-noframe
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-noieee
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/K-prom
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Versions
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Xa
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Xc
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Xp
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Xs
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Xt
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Xw
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Z-p
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Z-p1
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Z-p2
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/Z-p4
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/aes
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/alloca
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/ansi
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/bsd_extn
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/building
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/c
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/c++
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/common
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/compact
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/cose
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/default
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/default.extra
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/gcc
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/iso
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/longlong
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/makelib
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/motif_1_1
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/motif_1_2
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/motif_private
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/mse
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/pl_tdf
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/posix
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/posix1
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/posix2
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/status
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/strict_mot_1_2
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/strict_posix
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/strict_svid3
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/strict_xpg3
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/svid3
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/system
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/system+
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/target_tok
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tcc_diag
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tcc_pp
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tcc_prof
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tcc_time
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tdf_ext
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tdp
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tnc
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/tsimp
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/unix95
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/wsl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_aw
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_ext
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_lib
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_mit
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_mu
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_private
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_proto
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/x5_t
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/xpg3
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/env/xpg4
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/include/ctype.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/include/limits.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/include/stdarg.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/include/sys/param.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/include/sys/shm.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/include/unistd.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/include/xti.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/ansi.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/bsd_extn.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/cpp.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/ansi.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/bsd_extn.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/cpp.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/gcc.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/iso.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/posix.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/posix1.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/posix2.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/svid3.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/target_tok.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/unix95.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/xpg3.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/diag/xpg4.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/gcc.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/iso.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/posix.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/posix1.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/posix2.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/svid3.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/sys/crtp_n.o
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/sys/libcpp.a
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/sys/libtdf.a
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/target_tok.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/unix95.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/xpg3.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/lib/xpg4.tl
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/ansi.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/bsd_extn.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/cpp.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/gcc.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/iso.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/machine.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/posix.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/posix1.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/posix2.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/svid3.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/system.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/unix95.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/xpg3.h
+lib/TenDRA/machines/freebsd/2.2.1-RELEASE/80x86/startup/xpg4.h
+man/man1/calculus.1.gz
+man/man1/disp.1.gz
+man/man1/lexi.1.gz
+man/man1/pl.1.gz
+man/man1/sid.1.gz
+man/man1/tcc.1.gz
+man/man1/tchk.1.gz
+man/man1/tcpplus.1.gz
+man/man1/tdfc2.1.gz
+man/man1/tld.1.gz
+man/man1/tnc.1.gz
+man/man1/trans.1.gz
+man/man1/tspec.1.gz
+man/man5/tccenv.5.gz